@charset "UTF-8";/*.leaflet-control-geocoder a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-control-geocoder {
  background: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 4px solid rgba(0,0,0,.15);
}

.leaflet-control-geocoder a {
  background-image: image-url('trips/geocoder.png');
  width: 55px;
  height: 55px;
}

.leaflet-touch .leaflet-control-geocoder a {
  width: 55px;
  height: 55px;
}

.leaflet-control-geocoder .leaflet-control-geocoder-form,
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-toggle {
  display: none;
  width: 592px;
  @media (max-width: 1200px) {
    width: 250px;
  }
  height: 55px;
  background: white;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: block;
  position: relative;
}*/
.marker-cluster-small {
	background-color: rgba(56, 198, 253, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(0, 167, 232, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(42, 195, 255, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(0, 158, 220, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(56, 134, 165, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(25, 99, 128, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(56, 198, 253);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(0, 167, 232);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(42, 195, 255);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(0, 158, 220);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(56, 134, 165);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(25, 99, 128);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.about_us_toppadding {
  padding-top: 60px; }

.authors-content ul {
  padding-left: 0;
  list-style: none; }
  .authors-content ul li {
    padding: 10px 40px;
    background: url(/assets/success-8bb2c9aeb3c6918d4b40fff0b0e54637.png) center left no-repeat; }
.authors-content .info_about_us .about_us_image {
  text-align: center; }
  .authors-content .info_about_us .about_us_image img {
    width: 70%; }
  .authors-content .info_about_us .about_us_image p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px; }
.authors-content .info_about_us .about_us_inf {
  padding-top: 30px; }
  .authors-content .info_about_us .about_us_inf i {
    margin-left: -20px;
    font-size: 16px; }
  .authors-content .info_about_us .about_us_inf hr {
    width: 10%;
    border-top: 1px solid #ff9500; }
.authors-content .info_about_us hr {
  width: 100%; }
.authors-content .info_about_us .toppadding {
  padding-top: 40px; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.authors-toppadding {
  padding-top: 60px; }

.authors-content .bootstrap-slider .slide .carousel-control .fa-chevron-circle-left,
.authors-content .bootstrap-slider .slide .carousel-control .fa-chevron-circle-right {
  display: block;
  margin-top: 144%;
  font-size: 35px; }
.authors-content h3 {
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1px; }
.authors-content hr {
  width: 105px;
  margin-left: 0;
  border-top: 3px solid #ff9500; }
.authors-content p {
  margin: 0 0 20px; }

.bottompadding {
  padding-bottom: 30px; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.affix {
  top: 12%; }

#bookingCarousel {
  display: none; }

.booking {
  margin-top: 20px;
  width: 250px;
  /* For calendar */ }
  .booking .booking_title .booking_logo {
    height: 40px;
    margin-top: -40px;
    text-align: right; }
    .booking .booking_title .booking_logo img {
      width: 100px;
      background-color: #003589;
      padding: 5px; }
  .booking .booking_title .aviasales {
    margin-bottom: -2px; }
  .booking .booking_title_small {
    margin-bottom: -2px; }
  .booking a img {
    border: 0; }
  .booking #searchboxInc {
    color: #003580;
    width: 100%; }
    .booking #searchboxInc form {
      background: #FEBA02;
      padding: 10px 30px;
      border-radius: 5px; }
    .booking #searchboxInc fieldset {
      padding-right: 50px; }
    .booking #searchboxInc .book_hotel {
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
    .booking #searchboxInc #b_checkin_day, .booking #searchboxInc #b_checkout_day {
      width: 60px;
      margin-right: 22px;
      display: inline-block; }
    .booking #searchboxInc #b_checkin_month, .booking #searchboxInc #b_checkout_month {
      width: 110px;
      display: inline-block; }
    .booking #searchboxInc .destination_lable {
      font-weight: normal;
      margin-top: 5px; }
    .booking #searchboxInc .hotel_name_input {
      padding: 20px 0; }
      .booking #searchboxInc .hotel_name_input #destination {
        border-radius: 3px; }
    .booking #searchboxInc .booking_logo {
      position: absolute;
      right: 56px;
      background: #003580;
      padding: 8px;
      margin-top: 10px;
      width: 130px; }
    .booking #searchboxInc #labfor {
      font-weight: normal;
      font-size: 13px; }
    .booking #searchboxInc button {
      float: right;
      -moz-border-radius: 8px;
      border-radius: 5px;
      background-color: #0896ff;
      border: 2px solid white;
      color: white;
      letter-spacing: 2px;
      padding: 10px 25px;
      text-transform: uppercase;
      font: bold 1.333em/1 Arial, Helvetica, sans-serif;
      margin-bottom: 15px;
      margin-top: 5px; }
    .booking #searchboxInc .booking_logo_small {
      display: none; }
    .booking #searchboxInc .inlineJsRequired {
      font-size: 24px;
      display: inline-block;
      padding-right: 10px;
      vertical-align: -4px; }
    @media (max-width: 767px) {
      .booking #searchboxInc .booking_logo {
        right: 31px; } }
    @media (max-width: 600px) {
      .booking #searchboxInc form {
        padding: 10px 15px; }
      .booking #searchboxInc fieldset {
        padding-right: 0; }
      .booking #searchboxInc .book_hotel {
        font-size: 20px;
        padding: 0; }
      .booking #searchboxInc .among_hotels {
        font-size: 13px;
        margin: 0;
        padding: 0; }
      .booking #searchboxInc #inout .col-md-6, .booking #searchboxInc #inout .col-md-5, .booking #searchboxInc #inout .col-md-7, .booking #searchboxInc .hotel_name_input .col-md-6, .booking #searchboxInc .hotel_name_input .col-md-5, .booking #searchboxInc .hotel_name_input .col-md-7 {
        float: none !important;
        position: static !important;
        width: 100% !important; }
      .booking #searchboxInc .destination_lable {
        margin-top: 0;
        font-size: 13px; }
      .booking #searchboxInc .hotel_name_input {
        font-size: 13px;
        padding: 10px 0; }
      .booking #searchboxInc .booking_logo {
        display: none; }
      .booking #searchboxInc .booking_logo_small {
        display: block;
        background: #003580;
        padding: 5px;
        margin-left: -15px;
        margin-bottom: 5px;
        width: 115px; }
      .booking #searchboxInc #homeout, .booking #searchboxInc #homein {
        font-size: 13px; }
        .booking #searchboxInc #homeout p, .booking #searchboxInc #homein p {
          margin: 0;
          padding: 5px 0; }
      .booking #searchboxInc #labfor {
        font-size: 11px; } }
  .booking #calendar {
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    color: #003580;
    display: none;
    position: absolute;
    z-index: 1000;
    background-image: url(http://q-ec.bstatic.com/static/img/shadow3/d59400a9e3fb1de83d0ecf952eef4e894acabc26.png);
    padding: 0 4px 4px 0; }
  .booking .caltable {
    border: 1px solid #003580;
    background-color: white; }
  .booking .caltable a:link, .booking .caltable a:visited {
    color: #0896ff !important; }
  .booking .caltable a:hover {
    color: #feba02 !important;
    border-color: #feba02 !important; }
  .booking .caltable a:active {
    color: #b30000 !important;
    border-color: #b30000 !important; }
  .booking .caltable td {
    text-align: center; }
  .booking .caltable td a {
    display: block;
    text-decoration: none; }
  .booking .caltable td.calheader a {
    display: inline;
    vertical-align: top; }
  .booking .caltable td.calheader span.NoPrevMonthIcon {
    background: white url(http://r-ec.bstatic.com/static/img/butPrevMonth/3753f376f8fe37059e84a3ac3aa13cb5cbc459e1.png) 0 -72px no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px; }
  .booking .caltable td.calheader span.NoNextMonthIcon {
    background: white url(http://r-ec.bstatic.com/static/img/butNextMonth/dc92020627f8ae26a5d6727cef75c82262923859.png) 0 -72px no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px; }
  .booking .caltable td.calheader .calNextMonth span.nextMonthIcon {
    background: white url(http://q-ec.bstatic.com/static/img/butNextMonth2/b06b79791e7382f03b4cb59e145f1e31d373a954.png) 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px; }
  .booking .caltable td.calheader .calPrevMonth span.prevMonthIcon {
    background: white url(http://r-ec.bstatic.com/static/img/butPrevMonth2/acad5b5107a8424186b7b88df6571532a4a540cf.png) 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px; }
  .booking .caltable td.calheader .calNextMonth:hover span.nextMonthIcon, .booking .caltable td.calheader .calPrevMonth:hover span.prevMonthIcon {
    background-position: 0 -24px; }
  .booking .caltable td.calheader .calNextMonth:active span.nextMonthIcon, .booking .caltable td.calheader .calPrevMonth:active span.prevMonthIcon {
    background-position: 0 -48px; }
  .booking .calheader {
    padding: .4em;
    white-space: nowrap; }
  .booking .calheader select {
    margin: 0 .6em; }
  .booking .monthYear {
    background-color: white;
    color: white; }
  .booking .dayNames td {
    border-bottom: 1px solid #003580;
    background-color: #e6edf6; }
  .booking .days td {
    color: #779bca;
    background-color: #e6edf6;
    padding: .2em; }
  .booking .days td.weekend {
    background-color: #c5d4e9;
    border-color: #c5d4e9;
    border: none; }
  .booking .days td.past {
    text-decoration: line-through; }
  .booking .days td.today, .booking .days td.future {
    border: none;
    padding: 0; }
  .booking .days td a {
    padding: .2em;
    border: 2px solid #e6edf6; }
  .booking .days td.weekend a {
    border-color: #c5d4e9; }
  .booking .days td.today a {
    background-color: white; }
  .booking .days td.selected {
    font-weight: bold; }
  .booking .days td.selected a {
    border-color: #0896ff; }

.search-booking-small #searchboxInc form {
  padding: 10px 15px; }
.search-booking-small #searchboxInc fieldset {
  padding-right: 0; }
.search-booking-small #searchboxInc .book_hotel {
  font-size: 20px;
  padding: 0; }
.search-booking-small #searchboxInc .among_hotels {
  font-size: 13px;
  margin: 0;
  padding: 0; }
.search-booking-small #searchboxInc #inout .col-md-6, .search-booking-small #searchboxInc #inout .col-md-5, .search-booking-small #searchboxInc #inout .col-md-7, .search-booking-small #searchboxInc .hotel_name_input .col-md-6, .search-booking-small #searchboxInc .hotel_name_input .col-md-5, .search-booking-small #searchboxInc .hotel_name_input .col-md-7 {
  float: none !important;
  position: static !important;
  width: 100% !important; }
.search-booking-small #searchboxInc .destination_lable {
  margin-top: 0;
  font-size: 13px; }
.search-booking-small #searchboxInc .hotel_name_input {
  font-size: 13px;
  padding: 10px 0; }
.search-booking-small #searchboxInc .booking_logo {
  display: none; }
.search-booking-small #searchboxInc .booking_logo_small {
  display: block;
  background: #003580;
  padding: 5px;
  margin-left: -15px;
  margin-bottom: 5px;
  width: 115px; }
.search-booking-small #searchboxInc #homeout, .search-booking-small #searchboxInc #homein {
  font-size: 13px; }
  .search-booking-small #searchboxInc #homeout p, .search-booking-small #searchboxInc #homein p {
    margin: 0;
    padding: 5px 0; }
.search-booking-small #searchboxInc #labfor {
  font-size: 11px; }
.search-booking-small #searchboxInc .inlineJsRequired {
  font-size: 24px;
  display: inline-block;
  padding-right: 2px;
  vertical-align: -4px; }
.search-booking-small #searchboxInc #b_checkin_day, .search-booking-small #searchboxInc #b_checkout_day {
  margin-right: 5px; }
.search-booking-small #searchboxInc button {
  padding: 7px 15px; }

.search-booking-trip #searchboxInc form {
  border-radius: 0; }
.search-booking-trip #searchboxInc .book_hotel {
  font-size: 16px; }
.search-booking-trip #searchboxInc .among_hotels {
  display: none; }
.search-booking-trip #searchboxInc .booking_logo_small {
  display: none; }
.search-booking-trip #searchboxInc .hotel_name_input {
  padding: 0; }
.search-booking-trip #searchboxInc #b_checkin_day, .search-booking-trip #searchboxInc #b_checkout_day, .search-booking-trip #searchboxInc #b_checkin_month, .search-booking-trip #searchboxInc #b_checkout_month {
  height: 24px;
  padding: 0 5px; }
.search-booking-trip #searchboxInc button {
  padding: 7px 15px;
  margin-bottom: 5px; }

.booking_trip {
  padding-top: 63px; }
  .booking_trip .toppadding {
    text-align: center; }
  .booking_trip .btn-facebook {
    display: inline-block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 767px) {
    .booking_trip {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .booking_trip .affix {
    top: 13%; }
  .booking_trip .booking {
    margin: 0 auto;
    margin-top: 20px; }

.all_routes_booking {
  padding-top: 10px; }
  .all_routes_booking .booking {
    margin-top: 10px; }

#cityDis_wrapper {
  width: 250px; }

#cityDis_tours {
  background: white;
  padding: 5px; }

#cityDis_header {
  background: #ff6600;
  width: 250px; }

.cityDis_headerText {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 5px; }

.cityDis_bodyText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000; }

.cityDis_prodLink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #ff6600; }

.cityDis_moreInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #ff6600; }

.excursiopedia {
  width: 250px;
  height: 260px;
  background-color: #32B6DF; }
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 *  Font Awesome 4.0.3 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("/assets/fontawesome-webfont-7d2abcc7f73efca64bfae2353988b77c.eot");
  src: url("/assets/fontawesome-webfont-7d2abcc7f73efca64bfae2353988b77c.eot#iefix") format('embedded-opentype'), url("/assets/fontawesome-webfont-07b60493dcdb6f38fc45932f1eec521e.woff") format('woff'), url("/assets/fontawesome-webfont-a15be637bcc9d8c1c92fab82cf184399.ttf") format('truetype'), url("/assets/fontawesome-webfont-4a5db6ccd8c6bcbd6db9d8f562493e05.svg#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*


  Use Font Awesome icons (default)
  To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"

  */
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
html {
  -webkit-font-smoothing: antialiased; }

body {
  padding-top: 60px;
  background: #f8f8f8;
  color: #2f3f45;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700; }

@media (min-width: 1400px) {
  .row-offset-0 .col-md-3 {
    width: 20%; }
  .row-offset-0 .col-md-6 {
    width: 60%; } }
.alert {
  margin-bottom: 0; }

.breadcrumb {
  background-color: white;
  margin-bottom: 10px;
  margin-top: 8px;
  margin-left: -10px; }
  .breadcrumb a {
    color: #5f6f75;
    font-size: 14px;
    font-weight: 700; }

.content_post .breadcrumb {
  background: none;
  margin-bottom: 0;
  margin-top: 0px; }

.alert {
  border-radius: 0; }

.btn {
  font-weight: normal;
  border-radius: 2px; }

.btn-default.active {
  background-color: #1d9dc6;
  border-color: #0d556c;
  color: white; }

.header h2 {
  margin: 60px 0px 35px 10px;
  text-transform: uppercase; }

.separate-line {
  margin-bottom: 50px; }
  .separate-line img {
    display: block;
    margin: 0 auto;
    max-width: 90%; }
  .separate-line .img2 img {
    max-width: 80%; }
  .separate-line .reason {
    margin-top: 10px;
    padding: 10px;
    border: 3px solid #e4ecef;
    border-radius: 5px; }
    .separate-line .reason .num {
      position: absolute;
      top: -23px;
      left: -23px;
      width: 45px;
      height: 45px;
      padding: 3px 0px 0px 0px;
      font-size: 27px;
      border-radius: 100%;
      background: #e4ecef;
      text-align: center; }
    .separate-line .reason .description {
      padding: 5px;
      text-align: justify;
      font-size: 20px; }
  .separate-line .reason_bonus {
    border: none; }
    .separate-line .reason_bonus .description {
      padding-right: 30px; }

.separate-line-bonus {
  margin-bottom: 15px;
  margin-top: 5px; }
  .separate-line-bonus .img2, .separate-line-bonus .img3 {
    padding-top: 5px; }
  .separate-line-bonus .img3 img {
    padding-top: 10px; }

.last-chd {
  margin-top: -27px; }

.reg-form h3 {
  font-size: 17px;
  text-transform: uppercase; }
.reg-form a {
  text-decoration: none; }

.row-offset-0 {
  margin-left: 0;
  margin-right: 0; }

.row-offset-0 > * {
  padding-left: 0;
  padding-right: 0; }

.navbar {
  opacity: 0.90;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  /*background-color: rgba($basic_blue, 0.9);*/
  background-color: #1d9dc6;
  border-color: #1d9dc6;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  color: white;
  height: 54px; }
  .navbar .navbar-header {
    padding-left: 15px;
    padding-right: 15px; }
    .navbar .navbar-header .navbar-nav-fixed-left {
      padding-left: 35px; }
  .navbar .navbar-brand {
    padding-top: 7px !important;
    padding-bottom: 3px !important;
    padding-left: 7px !important; }
    .navbar .navbar-brand img {
      height: 32px; }
  .navbar .account {
    padding: 14px 14px 14px 0 !important;
    display: inline-block;
    margin: 0;
    text-align: center;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .navbar .account:hover, .navbar .account:focus {
      margin-top: 0;
      border-bottom: 0; }
    .navbar .account .user {
      text-align: left;
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
      .navbar .account .user .name {
        display: block;
        max-width: 170px;
        overflow: hidden; }
        @media (max-width: 1500px) {
          .navbar .account .user .name {
            max-width: 105px; } }
        @media (max-width: 1260px) {
          .navbar .account .user .name {
            max-width: 80px; } }
        @media (max-width: 1150px) {
          .navbar .account .user .name {
            max-width: 170px; } }
    .navbar .account .avatar {
      margin: -13px 10px -14px 14px; }
  .navbar .dropdown-menu {
    text-shadow: none; }

.navbar .avatar, .friend_list .avatar {
  display: inline-block; }
  .navbar .avatar img, .friend_list .avatar img {
    height: 41px;
    width: 41px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    margin-right: 7px; }
  .navbar .avatar i, .friend_list .avatar i {
    margin-left: 8px;
    font-size: 13px; }

.navbar-default .navbar-toggle {
  border: none;
  padding: 7px 0; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    height: 3px;
    width: 30px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0); }

.navbar-toggle {
  margin-right: 0; }

.navbar-default .navbar a, .navbar-default .navbar-nav > li > a {
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px; }
  @media (max-width: 1250px) {
    .navbar-default .navbar a, .navbar-default .navbar-nav > li > a {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .navbar-default .navbar a, .navbar-default .navbar-nav > li > a {
      padding-top: 8px;
      padding-bottom: 8px; } }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #0d556c;
  color: white; }

.navbar a:hover {
  color: white; }

.navbar-fixed-top {
  border-width: 3px 0 1px;
  border-top-color: #ff9500;
  border-bottom-color: #0d556c !important;
  height: 54px !important; }

.user_image {
  text-transform: uppercase; }
  .user_image:active span, .user_image:hover span, .user_image:focus span {
    border-bottom: 3px solid #ff9500 !important; }

.navbar-fixed-top .nav > li > a {
  padding-left: 15px;
  font-weight: bold; }
  @media (max-width: 900px) {
    .navbar-fixed-top .nav > li > a {
      padding-left: 0px; } }

.map_image {
  padding-left: 0 !important; }

.appstore_white, .facebook_retina, .vk_retina {
  left: 0; }
  @media (min-width: 1450px) {
    .appstore_white, .facebook_retina, .vk_retina {
      left: 5%; } }
  @media (min-width: 1700px) {
    .appstore_white, .facebook_retina, .vk_retina {
      left: 20%; } }

.appstore_white {
  padding-top: 7px !important;
  padding-right: 15px; }
  .appstore_white .white_appstore_navbar {
    display: block;
    height: 32px;
    width: 107px;
    font-size: 10px !important;
    padding: 0 !important;
    font-weight: normal !important;
    text-transform: none;
    border: 1px solid white;
    border-radius: 3px; }
    @media (min-width: 1900px) {
      .appstore_white .white_appstore_navbar {
        width: 115px; } }
    @media (min-width: 1200px) and (max-width: 1430px) {
      .appstore_white .white_appstore_navbar {
        width: 32px; } }
    .appstore_white .white_appstore_navbar:hover {
      background: #ff9500 !important; }
    .appstore_white .white_appstore_navbar i {
      font-size: 24px;
      display: inline-block;
      text-align: center;
      height: 30px;
      width: 30px;
      float: left;
      padding-top: 2px;
      opacity: 1; }
    .appstore_white .white_appstore_navbar span {
      display: inline-block;
      padding-top: 2px;
      padding-right: 2px;
      height: 30px;
      line-height: 12px; }
    @media (min-width: 1200px) and (max-width: 1430px) {
      .appstore_white .white_appstore_navbar span {
        display: none; } }

.vk_retina a img, .facebook_retina a img {
  height: 33px !important; }

.navbar-nav-fixed-left {
  padding-left: 60px;
  letter-spacing: 1px; }
  @media (min-width: 1700px) {
    .navbar-nav-fixed-left {
      padding-left: 35px; } }
  @media (max-width: 1265px) {
    .navbar-nav-fixed-left {
      padding-left: 40px; } }
  .navbar-nav-fixed-left a {
    text-transform: uppercase; }
    .navbar-nav-fixed-left a:hover .nav-link, .navbar-nav-fixed-left a:focus .nav-link, .navbar-nav-fixed-left a:active .nav-link {
      border-bottom: 3px solid #ff9500 !important; }
  .navbar-nav-fixed-left .active_nav-link > a .nav-link {
    border-bottom: 3px solid #ff9500 !important; }

.row-fixed-margin {
  margin: 0 auto;
  max-width: 1600px;
  padding-top: 1px; }

.navbar-nav > .dropdown > a .caret {
  border-top-color: white;
  border-bottom-color: white; }

.dropdown-menu i {
  width: 20px;
  display: inline-block; }

.nav-pills > li > a {
  border-radius: 2px; }

.nav-pills > li.active > a {
  background-color: #ff9500; }
  .nav-pills > li.active > a:hover {
    background-color: #ff9500; }

.page-header {
  margin: 0 0 20px; }

.form-control {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.toppadding {
  padding-top: 10px; }

.center {
  text-align: center; }

.nav-subnav {
  font-size: 16px; }

.select2-search-field {
  width: 100%; }

.panel.panel-default {
  border-radius: 0; }

.btn-volume {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: #e4ecef;
  border: none;
  border-bottom: 3px solid;
  border-bottom-color: #889da4;
  border-radius: 0;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn-volume:hover, .btn-volume:focus, .btn-volume:active,
  .btn-volume .btn.active,
  .btn-volume .btn.disabled,
  .btn-volume .btn[disabled] {
    margin-top: 1px;
    border-bottom: 2px solid;
    border-bottom-color: #e4ecef;
    color: white;
    background: #889da4; }
  .btn-volume:hover, .btn-volume:focus {
    color: white; }
  .btn-volume .btn.active, .btn-volume:active {
    background: #e4ecef;
    outline: 0;
    margin-top: 2px;
    border-bottom: 1px solid;
    border-bottom-color: #889da4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn-volume .btn-large, .btn-volume .btn-small, .btn-volume .btn-mini {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #ff9500;
  border-bottom-color: #e17b00;
  filter: none; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: white;
  background: #ff9500;
  border-bottom-color: #e17b00;
  text-decoration: none; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: #da2b28;
  border-bottom-color: #c11b18;
  filter: none; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: white;
  background: #da2b28;
  border-bottom-color: #c11b18; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: #ff9500;
  border-bottom-color: #e17b00;
  filter: none;
  border-radius: 2px; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: white;
  background: #ff9500;
  border-bottom-color: #e17b00; }

.btn-facebook {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #3b5998;
  border-bottom-color: #2f477a;
  filter: none;
  border-radius: 2px; }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: white;
  background: #3b5998;
  border-bottom-color: #2f477a;
  text-decoration: none; }

.btn-vk {
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: #486a8d;
  border-bottom-color: #2f477a;
  filter: none;
  text-align: center;
  border-radius: 2px; }

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.btn-vk.disabled,
.btn-vk[disabled] {
  color: white;
  background: #486a8d;
  border-bottom-color: #2f477a;
  text-decoration: none; }

/* Variations */
.bs-callout-danger {
  background-color: #f5c7c6;
  border: 1px solid #da2b28;
  padding: 10px 20px; }

.bs-callout-danger h4 {
  color: #da2b28; }

.select2-container {
  height: auto;
  padding: 0;
  border: 0; }

.pagination {
  display: block; }

.thumbnail img {
  width: 100%; }

.btn-singnin {
  height: 32px;
  padding: 5px 16px !important;
  margin: 8px 10px;
  border-bottom: 2px solid #e17b00;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  font-style: normal;
  background: #ff9500 !important; }
  .btn-singnin:hover {
    top: 1px;
    background: #ff9500 !important;
    border-bottom: 2px solid rgba(224, 224, 224, 0); }
  @media (max-width: 767px) {
    .btn-singnin {
      margin-left: 0; } }

.nav-tabs {
  border-bottom-color: #e4ecef;
  border-bottom-width: 2px; }

.nav-tabs > li.active {
  margin-bottom: -2px; }

.nav-tabs > li > a, .nav-tabs > li > a > i, .nav-tabs > li > ul > li > a {
  font-weight: bold;
  color: #5f6f75; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  border-right-color: #e4ecef;
  border-left-color: #e4ecef;
  border-top-color: #e4ecef;
  border-width: 2px;
  color: #2f3f45; }

.nav-tabs > li > a > i {
  font-size: 8px;
  padding-right: 2px; }

.category_links > li > a {
  font-weight: 700;
  letter-spacing: 1px;
  color: #2f3f45;
  background: #e4ecef;
  padding: 3px 7px !important;
  margin: 5px 10px 0 0; }
  .category_links > li > a:hover, .category_links > li > a:focus {
    background-color: #cddade; }

.category_links > li.active > a {
  background: #ff9500;
  font-weight: 700;
  letter-spacing: 1px;
  color: white; }
  .category_links > li.active > a:hover, .category_links > li.active > a:focus {
    background: #ff9500;
    color: white; }

.search .form-control {
  border-width: 1px;
  border-color: #e4ecef;
  height: 36px;
  color: #5f6f75; }

.navbar-nav.navbar-right:last-child {
  margin-right: 0; }

.modal .modal-dialog {
  padding-top: 70px; }
.modal .modal-header {
  border: none; }

.modal-default .modal-dialog {
  padding-top: 70px; }
  .modal-default .modal-dialog .modal-header {
    padding: 15px;
    background: #1d9dc6;
    border-bottom: 1px solid #0d556c;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 50px;
    font-size: 16px;
    font-weight: bold; }
    .modal-default .modal-dialog .modal-header .close {
      font-size: 23px;
      color: white;
      opacity: 0.8; }
      .modal-default .modal-dialog .modal-header .close:hover {
        opacity: 0.5; }
  .modal-default .modal-dialog .modal-body {
    background: #f6f8f8;
    text-align: center;
    border-radius: 6px; }
.modal-default .modal-footer {
  background: white;
  height: 62px;
  padding: 12px 20px;
  margin-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .modal-default .modal-footer .btn-default {
    padding: 8px 15px;
    border-radius: 2px; }

.btn-bind {
  border: 1px solid #ff9500;
  border-bottom-color: #e17b00; }
  .btn-bind:hover {
    border: 1px solid #ff9500; }

.dropdown-menu > li > a {
  color: #2f3f45; }
  .dropdown-menu > li > a:hover {
    color: #2f3f45; }

.form-control {
  border-color: #cddade; }

.btn-blue {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #34a7cb;
  border-bottom-color: #1d9dc6;
  filter: none;
  border-radius: 2px;
  padding: 8px 25px 6px 25px; }

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: white;
  background: #34a7cb;
  border-bottom-color: #1d9dc6;
  text-decoration: none; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
ul.ui-autocomplete {
  position: absolute;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e4ecef;
  cursor: default; }
  ul.ui-autocomplete li {
    background-color: white;
    border-top: 1px solid #e4ecef;
    margin: 0;
    padding: 0; }
    ul.ui-autocomplete li a {
      color: #2f3f45;
      display: block;
      padding: 3px; }
    ul.ui-autocomplete li a.ui-state-hover, ul.ui-autocomplete li a.ui-state-active {
      background-color: white; }

.ui-helper-hidden-accessible {
  display: none; }

.info_city {
  width: 100%;
  margin: 0 auto;
  padding-left: 0; }
  .info_city .info_city_image_blok {
    width: 100%; }
    @media (max-width: 640px) {
      .info_city .info_city_image_blok {
        margin-left: 0; } }
    .info_city .info_city_image_blok .info_city_image {
      width: 100%; }
  .info_city .city_info {
    background: #1d9dc6;
    opacity: 0.9;
    width: 100%;
    padding-right: 0;
    padding-left: 120px; }
    @media (min-width: 1400px) {
      .info_city .city_info {
        padding-left: 240px; } }
    @media (max-width: 640px) {
      .info_city .city_info {
        padding-left: 20px;
        background: none; } }
    .info_city .city_info .widgets .price_map, .info_city .city_info .widgets .popular_city_post {
      background: white;
      border: 1px solid #e4ecef;
      border-radius: 3px;
      margin-bottom: 20px; }
    .info_city .city_info .widgets .price_map p {
      font-weight: bold;
      text-align: center;
      font-size: 26px;
      line-height: 1.1;
      padding: 20px 0;
      margin-bottom: 0; }
    .info_city .city_info .widgets .booking_search_form {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px; }
    .info_city .city_info .widgets .popular_city_post {
      padding: 20px;
      border-bottom: 2px solid #cddade; }
      .info_city .city_info .widgets .popular_city_post .popular_title {
        font-weight: bold;
        text-align: center;
        font-size: 26px;
        line-height: 1.1; }
      .info_city .city_info .widgets .popular_city_post p a {
        color: #2f3f45;
        text-decoration: underline;
        font-size: 13px; }
    .info_city .city_info .widgets .aviasales_search_form {
      margin-bottom: 20px; }
    .info_city .city_info .widgets .visatohome_search_form {
      text-align: center;
      margin-bottom: 20px; }
      .info_city .city_info .widgets .visatohome_search_form embed, .info_city .city_info .widgets .visatohome_search_form object {
        height: 600px;
        width: 100%;
        max-width: 300px; }
  .info_city .info_city_name {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    top: 28%;
    left: 0;
    color: white;
    text-transform: uppercase;
    font-size: 72px;
    padding-left: 135px;
    margin: 0; }
    @media (min-width: 1600px) {
      .info_city .info_city_name {
        font-size: 90px; } }
    @media (min-width: 1400px) {
      .info_city .info_city_name {
        padding-left: 255px; } }
    @media (max-width: 992px) {
      .info_city .info_city_name {
        font-size: 50px; } }
    @media (max-width: 640px) {
      .info_city .info_city_name {
        padding-left: 35px; } }
  .info_city .info_city_content {
    width: 100%;
    background-color: white;
    border: 1px solid #e4ecef;
    border-bottom: 2px solid #cddade;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 60px;
    padding: 20px 40px 40px 40px; }
    .info_city .info_city_content .edit_city_content {
      font-weight: bold;
      color: #ff9500; }
    .info_city .info_city_content p {
      line-height: 24px;
      margin-bottom: 20px; }
    .info_city .info_city_content .heading-block {
      margin-top: 60px;
      margin-bottom: 20px; }
    .info_city .info_city_content .image-block {
      margin: 20px 0; }
      .info_city .info_city_content .image-block img {
        max-width: 100%; }
    .info_city .info_city_content h1 {
      font-size: 26px;
      line-height: 32px; }
    .info_city .info_city_content .city_posts {
      margin-bottom: 40px;
      margin-left: -35px;
      margin-right: -35px;
      font-size: 14px; }
      .info_city .info_city_content .city_posts p {
        line-height: 20px !important; }
    .info_city .info_city_content .all_city_guides {
      margin-bottom: 20px; }
    .info_city .info_city_content .post_horizontal a {
      color: #2f3f45;
      text-decoration: none; }
      .info_city .info_city_content .post_horizontal a:hover {
        color: #2f3f45;
        text-decoration: none; }
    .info_city .info_city_content .post_horizontal .guides_img {
      width: 100%; }
    .info_city .info_city_content .post_horizontal .title {
      padding-bottom: 20px;
      font-size: 18px; }
      .info_city .info_city_content .post_horizontal .title a:hover {
        color: #ff9500; }
    .info_city .info_city_content .post_horizontal .description_guides_post {
      font-size: 16px;
      line-height: 14px !important; }
    .info_city .info_city_content .post_horizontal .city_guides_footer {
      margin-bottom: 40px;
      padding-bottom: 10px;
      font-size: 13px;
      border-bottom: 1px solid #cddade; }
      .info_city .info_city_content .post_horizontal .city_guides_footer a {
        font-weight: bold; }
        .info_city .info_city_content .post_horizontal .city_guides_footer a:hover {
          color: #ff9500; }
  .info_city .rubrics_city {
    position: fixed;
    top: 54px;
    width: 120px;
    font-size: 13px;
    font-weight: bold;
    z-index: 3; }
    @media (min-width: 1400px) {
      .info_city .rubrics_city {
        width: 240px; } }
    @media (max-width: 640px) {
      .info_city .rubrics_city {
        background: #1d9dc6;
        height: 100%;
        display: none;
        left: 20px; } }
    .info_city .rubrics_city a {
      text-align: center;
      display: inline-block;
      color: white;
      padding: 10px;
      width: 100%;
      font-size: 11px;
      word-wrap: break-word; }
      .info_city .rubrics_city a i {
        display: block;
        width: 100%;
        font-size: 20px; }
        @media (min-width: 1400px) {
          .info_city .rubrics_city a i {
            width: 30px;
            padding-right: 10px;
            display: inline;
            font-size: 13px; } }
      .info_city .rubrics_city a:hover {
        text-decoration: none;
        background: #ff9500; }
      @media (min-width: 1400px) {
        .info_city .rubrics_city a {
          padding-right: 0;
          text-align: left;
          font-size: 13px; } }
    .info_city .rubrics_city .big_icon i {
      font-size: 23px; }
      @media (min-width: 1400px) {
        .info_city .rubrics_city .big_icon i {
          font-size: 15px; } }
    .info_city .rubrics_city .active {
      border-left: 2px solid #ff9500;
      background: #0d556c; }
    .info_city .rubrics_city .else_rubrics {
      display: none;
      position: fixed;
      bottom: 20px;
      left: 120px;
      width: 180px;
      background: #1d9dc6; }
      .info_city .rubrics_city .else_rubrics a {
        padding-right: 0;
        text-align: left; }
        .info_city .rubrics_city .else_rubrics a i {
          width: 30px;
          padding-right: 10px;
          display: inline;
          font-size: 13px; }
      @media (max-width: 640px) {
        .info_city .rubrics_city .else_rubrics {
          left: 140px; } }
    @media (max-height: 900px) {
      .info_city .rubrics_city #more_rubrics {
        display: block; }
      .info_city .rubrics_city .all_rubrics .rubris_excursiopedia, .info_city .rubrics_city .all_rubrics .rubris_kiwitaxi, .info_city .rubrics_city .all_rubrics .rubris_visatohome, .info_city .rubrics_city .all_rubrics .rubris_apple, .info_city .rubrics_city .all_rubrics .rubris_android, .info_city .rubrics_city .all_rubrics .rubris_rentalcars {
        display: none; }
      .info_city .rubrics_city .else_rubrics .rubris_aviasales, .info_city .rubrics_city .else_rubrics .rubris_booking {
        display: none; } }
    @media (max-height: 600px) {
      .info_city .rubrics_city .all_rubrics .rubris_aviasales, .info_city .rubrics_city .all_rubrics .rubris_booking, .info_city .rubrics_city .all_rubrics .rubris_excursiopedia {
        display: none; } }
    @media (min-width: 1400px) {
      .info_city .rubrics_city .else_rubrics {
        display: none; }
      .info_city .rubrics_city #more_rubrics {
        display: none; }
      .info_city .rubrics_city .all_rubrics .rubris_excursiopedia, .info_city .rubrics_city .all_rubrics .rubris_kiwitaxi, .info_city .rubrics_city .all_rubrics .rubris_visatohome, .info_city .rubrics_city .all_rubrics .rubris_apple, .info_city .rubrics_city .all_rubrics .rubris_android, .info_city .rubrics_city .all_rubrics .rubris_rentalcars {
        display: block; } }
  .info_city .rubrics_menu {
    display: none;
    background: #1d9dc6;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 54px;
    width: 20px;
    font-size: 16px;
    padding-left: 4px;
    color: white;
    font-weight: bold;
    z-index: 3;
    padding-top: 40%;
    border-left: 1px solid #0d556c;
    border-right: 1px solid #0d556c; }
    .info_city .rubrics_menu:hover {
      cursor: pointer; }
    .info_city .rubrics_menu .fa-angle-double-left {
      display: none; }
    @media (max-width: 640px) {
      .info_city .rubrics_menu {
        display: block; } }
  .info_city .rubrics_city_background {
    background: #f6f8f8;
    padding: 20px; }
  .info_city .content_container {
    max-width: 1170px; }

.city_content {
  text-align: center; }

.all_city {
  padding: 10px 0 80px 0;
  font-size: 16px; }
  .all_city h1 {
    text-align: center;
    padding-top: 40px; }
  .all_city h3 {
    margin-top: 40px; }
  .all_city hr {
    border: none;
    border-bottom: 3px solid #ff9500;
    width: 100px;
    display: inline-block;
    margin: 10px 0 15px 0; }
  .all_city a {
    color: #0d556c;
    font-weight: bold; }
    .all_city a:hover {
      text-decoration: none; }
  .all_city .no_content {
    color: #5f6f75; }
    .all_city .no_content a {
      color: #5f6f75;
      font-weight: normal; }
/* Discussions
=================================================================== */
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.discussions ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .discussions ul li {
    position: relative;
    padding-left: 70px;
    padding-right: 40px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding: 10px; }
    .discussions ul li .author {
      position: absolute;
      z-index: 1;
      width: 60px;
      float: left;
      left: -58px;
      top: 15px; }
    .discussions ul li .author img {
      height: 50px;
      width: 50px;
      -webkit-border-radius: 50em;
      -moz-border-radius: 50em;
      border-radius: 50em; }
    .discussions ul li .name {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 100%;
      padding: 0px 10px 5px 10px;
      font-size: 18px;
      font-weight: 700; }
    .discussions ul li .date {
      position: absolute;
      top: 12px;
      right: 0px;
      z-index: 1;
      padding: 0 15px 5px 10px;
      color: #0d556c;
      font-size: 14px;
      font-weight: 700; }
      .discussions ul li .date abbr {
        border: none; }
      @media (max-width: 500px) {
        .discussions ul li .date {
          display: none; } }
    .discussions ul li .delete, .discussions ul li .update {
      padding-left: 20px;
      display: inline-block;
      font-weight: bold;
      font-size: 14px; }
      @media (max-width: 500px) {
        .discussions ul li .delete, .discussions ul li .update {
          padding-left: 0px; } }
      .discussions ul li .delete a, .discussions ul li .update a {
        color: #0d556c; }
        .discussions ul li .delete a i, .discussions ul li .update a i {
          padding-right: 10px; }
          @media (max-width: 500px) {
            .discussions ul li .delete a i, .discussions ul li .update a i {
              padding-right: 5px; } }
        .discussions ul li .delete a:hover, .discussions ul li .update a:hover {
          text-decoration: none; }
    .discussions ul li .update {
      padding-right: 10px; }
    .discussions ul li .message {
      margin: 20px -10px 0px -10px;
      padding: 10px 20px 0 20px; }
      @media (max-width: 350px) {
        .discussions ul li .message {
          margin: 5px -10px 0px -10px; } }
      .discussions ul li .message .update_comment .comment_form {
        margin: 0 0 10px 0; }
        .discussions ul li .message .update_comment .comment_form .pull-right {
          margin-right: 20px; }
      .discussions ul li .message .removed_content {
        color: #889da4;
        font-style: italic; }
    .discussions ul li ul {
      overflow: hidden; }
      .discussions ul li ul li {
        margin: 0 -10px;
        padding-left: 70px; }
      .discussions ul li ul li:before {
        display: none; }
      .discussions ul li ul li:last-child {
        border-bottom: none; }
      .discussions ul li ul li .author {
        top: 10px;
        left: 10px; }
      .discussions ul li ul li .author img {
        height: 50px;
        -webkit-border-radius: 50em;
        -moz-border-radius: 50em;
        border-radius: 50em; }
      .discussions ul li ul li .name {
        left: 70px; }
      .discussions ul li ul li .message {
        border-bottom: none; }
.discussions textarea {
  width: 100%;
  padding: 5px 8px; }
.discussions .child {
  margin-left: -10px; }
  .discussions .child .comment_form_child {
    padding-left: 10px;
    display: none; }
.discussions .child_comment {
  margin-left: 20px;
  border-bottom: 2px solid #e4ecef;
  border-top: 2px solid #e4ecef; }
  .discussions .child_comment li {
    border-bottom: 1px dashed #e4ecef; }
  .discussions .child_comment .add_comment {
    min-height: 20px;
    padding-right: 10px; }
    .discussions .child_comment .add_comment .update {
      padding-left: 10px; }
.discussions .comment_form {
  padding: 0;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  border: 2px solid #cddade;
  border-radius: 5px;
  border-top-left-radius: 0;
  background-color: #cddade;
  height: 170px;
  position: relative; }
  @media (max-width: 400px) {
    .discussions .comment_form {
      height: 190px; } }
  .discussions .comment_form .diss-form {
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 100px;
    border-radius: 5px;
    resize: none;
    border-color: #cddade; }
  .discussions .comment_form .btn-comment {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #34a7cb;
    border-bottom-color: #1d9dc6;
    filter: none;
    border-radius: 2px;
    /*padding-top: 10px;*/
    padding: 8px 25px 6px 25px; }
    @media (max-width: 480px) {
      .discussions .comment_form .btn-comment {
        font-size: 12px;
        padding: 10px 15px 6px 15px; } }
  .discussions .comment_form .btn-comment:hover,
  .discussions .comment_form .btn-comment:focus,
  .discussions .comment_form .btn-comment:active,
  .discussions .comment_form .btn-comment.disabled,
  .discussions .comment_form .btn-comment[disabled] {
    color: white;
    background: #34a7cb;
    border-bottom-color: #1d9dc6;
    text-decoration: none; }
  .discussions .comment_form .subscribe {
    font-size: 16px;
    position: absolute;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: 100px;
    line-height: 14px; }
    @media (max-width: 992px) {
      .discussions .comment_form .subscribe {
        font-size: 10px; } }
    @media (max-width: 490px) {
      .discussions .comment_form .subscribe {
        display: inline-block;
        margin-top: 0px;
        font-size: 10px;
        padding-left: 5px;
        text-align: center; } }
    @media (max-width: 430px) {
      .discussions .comment_form .subscribe {
        margin-top: -12px; } }
    @media (max-width: 400px) {
      .discussions .comment_form .subscribe {
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;
        position: relative;
        width: 100%; } }
    .discussions .comment_form .subscribe span {
      padding-left: 10px;
      color: #5f6f75; }
      @media (max-width: 490px) {
        .discussions .comment_form .subscribe span {
          padding-left: 5px; } }
  .discussions .comment_form .close_comment_form {
    position: absolute;
    top: -26px;
    left: -2px;
    background-color: #cddade;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 2px 6px; }
    .discussions .comment_form .close_comment_form a {
      color: white;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }
    .discussions .comment_form .close_comment_form a:hover {
      text-decoration: none; }
    .discussions .comment_form .close_comment_form a > i {
      padding-right: 5px;
      font-size: 12px; }
.discussions .main_comment_form_active {
  border-top-left-radius: 5px;
  margin-top: 0;
  margin-left: 0; }
  .discussions .main_comment_form_active .subscribe {
    margin-right: 200px; }
  .discussions .main_comment_form_active .form-group .pull-right {
    margin-right: 15px; }
.discussions .main_comment_form {
  height: 56px;
  border-top-left-radius: 5px;
  margin-top: 0;
  margin-left: 0; }
  .discussions .main_comment_form .form-group {
    display: inline; }
    .discussions .main_comment_form .form-group .pull-right {
      margin: 8px 10px 8px 0; }
  .discussions .main_comment_form .subscribe {
    visibility: hidden; }
  .discussions .main_comment_form .form-control {
    display: inline; }
  .discussions .main_comment_form .diss-form {
    width: 70%;
    height: 52px; }
    @media (max-width: 1200px) {
      .discussions .main_comment_form .diss-form {
        width: 63%; } }
    @media (max-width: 992px) {
      .discussions .main_comment_form .diss-form {
        width: 45%; } }
  .discussions .main_comment_form .btn-comment {
    height: 37px;
    width: 200px;
    letter-spacing: 1px; }
  @media (max-width: 992px) {
    .discussions .main_comment_form .btn-comment {
      font-size: 12px;
      width: 180px; } }
  @media (max-width: 400px) {
    .discussions .main_comment_form {
      font-size: 10px;
      width: 160px; } }
.discussions .add_comment {
  text-transform: uppercase;
  color: #0d556c;
  padding-top: 10px; }
  .discussions .add_comment a {
    max-width: 220px;
    display: inline-block !important; }
    .discussions .add_comment a:hover {
      text-decoration: none; }
    @media (max-width: 500px) {
      .discussions .add_comment a {
        font-size: 10px; } }
  .discussions .add_comment i {
    padding-right: 10px;
    color: #0d556c; }
    @media (max-width: 500px) {
      .discussions .add_comment i {
        font-size: 10px;
        padding-right: 5px; } }
  .discussions .add_comment span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #0d556c; }
    @media (max-width: 500px) {
      .discussions .add_comment span {
        font-size: 10px; } }

.trips_discussions .discussions .main_comment_form .diss-form {
  width: 74%; }
  @media (max-width: 1200px) {
    .trips_discussions .discussions .main_comment_form .diss-form {
      width: 63%; } }
  @media (max-width: 992px) {
    .trips_discussions .discussions .main_comment_form .diss-form {
      width: 50%; } }

.comment_delete {
  color: #889da4;
  font-style: italic; }
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px; }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #111111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #111111; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting {
  background: url(/assets/sort_both-8fd1c544674273c01f33d2844143cfaf.png) no-repeat center right; }

table.dataTable thead .sorting_asc {
  background: url(/assets/sort_asc-e78ff63733d68b82a06d1814af99fbd8.png) no-repeat center right; }

table.dataTable thead .sorting_desc {
  background: url(/assets/sort_desc-5800d0fc51c8fb15b73db4c66b36901f.png) no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
  background: url(/assets/sort_asc_disabled-569a5a66ae3e5b4fcf3aa402e553c3e8.png) no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
  background: url(/assets/sort_desc_disabled-5602dd5c5818e14365c5048d4ae1f315.png) no-repeat center right; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.right,
table.dataTable td.right {
  text-align: right; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:last-child th,
table.dataTable.cell-border tbody tr:last-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
  background-color: white; }

table.dataTable.stripe tbody tr.even.selected, table.dataTable.display tbody tr.even.selected {
  background-color: #b0bed9; }

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke; }

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
  margin-bottom: 0.5em; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.55em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left; }

div.dataTables_length select {
  width: 75px; }

div.dataTables_filter label {
  font-weight: normal;
  float: right; }

div.dataTables_filter input {
  width: 16em; }

div.dataTables_info {
  padding-top: 8px; }

div.dataTables_paginate {
  float: right;
  margin: 0; }

div.dataTables_paginate ul.pagination {
  margin: 2px; }

table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; }

table.dataTable thead .sorting {
  background: url(/assets/sort_both-8fd1c544674273c01f33d2844143cfaf.png) no-repeat center right; }

table.dataTable thead .sorting_asc {
  background: url(/assets/sort_asc-e78ff63733d68b82a06d1814af99fbd8.png) no-repeat center right; }

table.dataTable thead .sorting_desc {
  background: url(/assets/sort_desc-5800d0fc51c8fb15b73db4c66b36901f.png) no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
  background: url(/assets/sort_asc_disabled-569a5a66ae3e5b4fcf3aa402e553c3e8.png) no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
  background: url(/assets/sort_desc_disabled-5602dd5c5818e14365c5048d4ae1f315.png) no-repeat center right; }

table.dataTable th:active {
  outline: none; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  border-top: none; }

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white; }

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important; }

.table tbody tr.active a {
  color: white; }

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn {
  color: #333 !important;
  font-size: 12px; }

div.DTTT .btn:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center; }

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white; }

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none; }
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
body {
  overflow-x: hidden; }

.errors_page .error_title h1 {
  font-size: 56px;
  text-transform: uppercase;
  padding: 20px 0; }
.errors_page .error_title p {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0; }
.errors_page .server_error_title h1 {
  font-size: 48px; }
.errors_page .error_imac, .errors_page .error_ipad, .errors_page .error_iphone {
  text-align: center; }
  .errors_page .error_imac a, .errors_page .error_ipad a, .errors_page .error_iphone a {
    text-decoration: none; }
    .errors_page .error_imac a span, .errors_page .error_ipad a span, .errors_page .error_iphone a span {
      text-transform: uppercase;
      color: #2f3f45;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 1px;
      display: inline-block;
      border-bottom: 3px solid #ff9500;
      margin: 40px 0 30px 0; }
    .errors_page .error_imac a img, .errors_page .error_ipad a img, .errors_page .error_iphone a img {
      max-width: 100%; }

.popular_posts_errors .adver-block {
  display: none; }
.popular_posts_errors .popular-trips {
  padding-bottom: 30px; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.ever_mails .spinner {
  display: inline-block;
  position: relative;
  margin-top: -20px;
  margin-left: 70px;
  font-size: 34px;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; }
.ever_mails .has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px; }

#body_html {
  display: none;
  margin: 20px 0;
  padding: 15px 25px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background: #e4ecef; }
/**! hopscotch - v0.2.0
*
* Copyright 2014 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

div.hopscotch-bubble .hopscotch-nav-button {
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.hopscotch-bubble .hopscotch-nav-button:hover {
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset; }

div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(top, #287bbc 0, #23639a 100%);
  background-image: -moz-linear-gradient(top, #287bbc 0, #23639a 100%);
  background-image: -o-linear-gradient(top, #287bbc 0, #23639a 100%);
  background-image: linear-gradient(top, #287bbc 0, #23639a 100%); }

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(top, #2672ae 0, #1e4f7e 100%);
  background-image: -moz-linear-gradient(top, #2672ae 0, #1e4f7e 100%);
  background-image: -o-linear-gradient(top, #2672ae 0, #1e4f7e 100%);
  background-image: linear-gradient(top, #2672ae 0, #1e4f7e 100%); }

div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #e9e9e9 100%);
  background-image: linear-gradient(top, #f2f2f2 0, #e9e9e9 100%); }

div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, darkgrey));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, darkgrey 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, darkgrey 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, darkgrey 100%);
  background-image: linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, darkgrey 100%); }

div.hopscotch-bubble {
  background-color: #fff;
  border: 5px solid #000;
  border: 5px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-family: Helvetica,Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box; }

div.hopscotch-bubble.animate {
  -moz-transition-property: top,left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top,left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top,left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top,left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top,left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out; }

div.hopscotch-bubble.invisible {
  opacity: 0; }

div.hopscotch-bubble.hide, div.hopscotch-bubble .hide, div.hopscotch-bubble .hide-all {
  display: none; }

div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica,Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0; }

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased; }

div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica,Arial;
  font-weight: 400;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px; }

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px; }

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0; }

div.hopscotch-bubble .hopscotch-bubble-close {
  color: #000;
  background: transparent url(/assets/sprite-green-8b437d08a2ed69b3372c3341ef609f77.png) -192px -92px no-repeat;
  display: block;
  padding: 12px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0; }

div.hopscotch-bubble .hopscotch-bubble-close.hide, div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none; }

div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(/assets/sprite-orange-12bb9904b6a9da08a1921c412f409231.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  width: 30px;
  height: 30px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow, div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.invitation .over_block_background {
  height: 96% !important; }
.invitation .invitations_author {
  margin-top: 30px; }
.invitation .trip_title {
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 20px; }
.invitation .trip_points_list {
  font-size: 16px;
  margin-bottom: 40px; }
.invitation .inv_btns {
  margin-bottom: 50px; }
  .invitation .inv_btns .btn-success {
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    background: #ff9500;
    border-color: #ff9500;
    border-bottom-color: #e17b00;
    filter: none; }
    .invitation .inv_btns .btn-success:hover, .invitation .inv_btns .btn-success:focus, .invitation .inv_btns .btn-success:active, .invitation .inv_btns .btn-success.active, .invitation .inv_btns .btn-success.disabled, .invitation .inv_btns .btn-success[disabled] {
      color: white;
      background: #ff9500;
      border-color: #e17b00;
      border-bottom-color: #e17b00; }
  .invitation .inv_btns .btn {
    height: 45px;
    padding-top: 9px;
    border-bottom: 3px solid rgba(224, 224, 224, 0);
    border-bottom-color: #e17b00;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    font-style: normal;
    position: relative; }
    .invitation .inv_btns .btn:hover {
      top: 1px;
      border-bottom: 2px solid rgba(224, 224, 224, 0); }
  .invitation .inv_btns .btn-white {
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    border-bottom: 3px solid #cddade;
    letter-spacing: 1px;
    font-weight: 700; }
    .invitation .inv_btns .btn-white:hover {
      background: white;
      border-color: #cddade;
      border-bottom: 1px solid #cddade; }
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/

.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/* required styles */


.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
    max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 392px;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-clickable {
    cursor: pointer;
}
.leaflet-container {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
}


/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}
.leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    /*border-radius: 12px;*/
    border-radius: 2px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.leaflet-popup-content p {
    margin: 10px 0;
}
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;

    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
@media (max-width: 400px) {
  #shared_trip .modal-header {
    font-size: 12px; } }
#shared_trip .modal-body {
  padding-top: 50px;
  background-image: url(/assets/flat-image-for-popup-d18837d978644e08853f4719844c5bc7.png);
  background-repeat: no-repeat; }
  @media (max-width: 600px) {
    #shared_trip .modal-body {
      padding-top: 20px;
      background-size: 420px 217px;
      background-position: 50% 5%; } }
  @media (max-width: 400px) {
    #shared_trip .modal-body {
      padding-top: 20px;
      background-size: 300px 155px;
      background-position: 50% 15%; } }
  #shared_trip .modal-body p {
    padding-bottom: 15px; }
  #shared_trip .modal-body .invite_facebook_friend {
    padding-bottom: 40px; }
  #shared_trip .modal-body .btn-facebook {
    display: inline-block;
    width: auto;
    padding: 3px 15px 3px 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
    #shared_trip .modal-body .btn-facebook i {
      display: inline-block;
      border-right: 1px solid white;
      border-right-color: rgba(255, 255, 255, 0.3);
      padding: 8px 15px; }
  #shared_trip .modal-body .shared_check_box p {
    display: inline-block; }
#shared_trip .modal-footer {
  color: #0d556c;
  opacity: 0.9;
  text-align: center;
  font-weight: bold;
  padding: 20px; }
@media (max-width: 600px) {
  #shared_trip {
    padding-top: 20px;
    background-size: 420px 217px; } }

#invitation_modal .form-control {
  font-size: 14px;
  color: #5f6f75;
  text-align: left; }
#invitation_modal p {
  font-size: 16px; }
#invitation_modal .select2-container-multi .select2-choices .select2-search-field input {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 7px 12px; }
#invitation_modal .select2-container-multi .select2-choices {
  border-color: #cddade;
  background-image: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
#invitation_modal .btn-success {
  position: relative;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: #ff9500;
  border-color: #ff9500;
  border-bottom: 3px solid #e17b00;
  width: auto;
  padding: 7px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  filter: none; }
  #invitation_modal .btn-success:hover, #invitation_modal .btn-success:focus, #invitation_modal .btn-success:active, #invitation_modal .btn-success.active, #invitation_modal .btn-success.disabled, #invitation_modal .btn-success[disabled] {
    top: 1px;
    color: white;
    background: #ff9500;
    border-color: #e17b00;
    border-bottom: 3px solid #ff9500; }
#invitation_modal .btn-facebook {
  display: inline-block;
  width: auto;
  padding: 3px 15px 3px 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }
  #invitation_modal .btn-facebook i {
    display: inline-block;
    border-right: 1px solid white;
    border-right-color: rgba(255, 255, 255, 0.3);
    padding: 8px 15px; }

#city_trip .row {
  margin-left: -35px; }
#city_trip .modal-dialog {
  width: 100%; }
#city_trip .modal-header .direction_question {
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 650px) {
    #city_trip .modal-header .direction_question {
      text-align: center; } }
#city_trip .modal-header .no_city {
  text-align: center;
  margin-top: -7px; }
  #city_trip .modal-header .no_city p {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0; }
    @media (max-width: 900px) {
      #city_trip .modal-header .no_city p {
        font-size: 14px; } }
#city_trip .modal_header-no_city {
  height: 70px; }
  @media (max-width: 900px) {
    #city_trip .modal_header-no_city {
      height: 90px; } }
#city_trip .modal-body {
  padding: 0 8%;
  padding-bottom: 30px; }
  #city_trip .modal-body .info_for_ios {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: none; }
    #city_trip .modal-body .info_for_ios a img {
      height: 45px;
      padding-top: 10px; }
  #city_trip .modal-body .form {
    padding: 25px 15px 0 15px; }
    #city_trip .modal-body .form .input-group {
      max-width: 725px; }
      #city_trip .modal-body .form .input-group .form-control {
        border-radius: 2px; }
    #city_trip .modal-body .form form .input-wrapp {
      margin-top: 8px;
      padding: 13px;
      background: #e4ecef;
      border-radius: 10px; }
    #city_trip .modal-body .form form input {
      height: 45px;
      border: none;
      font-size: 13px;
      font-style: italic;
      border-radius: 2px; }
    #city_trip .modal-body .form form .btn {
      height: 45px;
      width: 155px;
      padding-top: 8px;
      border-bottom: 3px solid rgba(224, 224, 224, 0);
      border-bottom-color: #e17b00;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 3px;
      font-style: normal; }
      #city_trip .modal-body .form form .btn:hover {
        top: 1px;
        border-bottom: 2px solid rgba(224, 224, 224, 0); }
    #city_trip .modal-body .form form .btn_no_city {
      width: 250px;
      letter-spacing: 1px; }
    #city_trip .modal-body .form form .mobile_city_btn {
      display: inline-block !important;
      padding-top: 15px; }
  #city_trip .modal-body .cities {
    padding-top: 40px; }
    #city_trip .modal-body .cities .most_popular {
      color: #2f3f45;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 2px;
      padding-left: 15px;
      margin-bottom: 0; }
      @media (max-width: 650px) {
        #city_trip .modal-body .cities .most_popular {
          text-align: center; } }
    #city_trip .modal-body .cities .most_popular {
      font-size: 16px; }
    #city_trip .modal-body .cities .city {
      position: relative;
      float: left;
      width: 260px;
      height: 150px;
      padding: 15px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #city_trip .modal-body .cities .city {
          width: 332px;
          height: 180px; } }
      @media (min-width: 651px) and (max-width: 991px) {
        #city_trip .modal-body .cities .city {
          width: 50%;
          height: 180px; } }
      @media (max-width: 650px) {
        #city_trip .modal-body .cities .city {
          margin: 0 auto;
          float: none;
          width: 300px;
          height: 180px; } }
      @media (max-width: 350px) {
        #city_trip .modal-body .cities .city {
          width: 230px;
          height: 130px; } }
      #city_trip .modal-body .cities .city img {
        height: 100%;
        width: 100%; }
      #city_trip .modal-body .cities .city .image_gradient {
        position: absolute;
        top: 15px;
        left: 15px;
        background: linear-gradient(to top, rgba(1, 37, 51, 0.6), rgba(1, 37, 51, 0.4), rgba(1, 37, 51, 0.1));
        width: 230px;
        height: 120px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #city_trip .modal-body .cities .city .image_gradient {
            width: 302px;
            height: 150px; } }
        @media (min-width: 651px) and (max-width: 991px) {
          #city_trip .modal-body .cities .city .image_gradient {
            width: 91%;
            height: 150px; } }
        @media (max-width: 650px) {
          #city_trip .modal-body .cities .city .image_gradient {
            width: 270px;
            height: 150px; } }
        @media (max-width: 350px) {
          #city_trip .modal-body .cities .city .image_gradient {
            width: 200px;
            height: 100px; } }
      #city_trip .modal-body .cities .city .city_name {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 15px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          #city_trip .modal-body .cities .city .city_name {
            top: 80px; } }
        #city_trip .modal-body .cities .city .city_name a {
          color: white;
          text-transform: uppercase;
          font-size: 22px;
          font-weight: 700; }
          #city_trip .modal-body .cities .city .city_name a:hover {
            text-decoration: none; }
    #city_trip .modal-body .cities .all_city {
      font-size: 16px;
      float: right;
      padding-right: 15px; }
      #city_trip .modal-body .cities .all_city a {
        color: #ff9500; }
#city_trip .modal-footer {
  color: #0d556c;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 16px; }
  @media (max-width: 900px) {
    #city_trip .modal-footer {
      font-size: 14px; } }

#registration_modal .modal-dialog {
  width: 100%; }
#registration_modal .modal-header {
  height: auto; }
  #registration_modal .modal-header .center_friend {
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    text-transform: none; }
  #registration_modal .modal-header .warning_hidden {
    display: none; }
#registration_modal .modal-body {
  margin: 0; }
  #registration_modal .modal-body button {
    padding: 5px 5px; }
  #registration_modal .modal-body .modal_registration, #registration_modal .modal-body .modal_signin {
    padding: 0 20%; }
    #registration_modal .modal-body .modal_registration h4, #registration_modal .modal-body .modal_signin h4 {
      font-size: 16px; }
  #registration_modal .modal-body .checkbox {
    text-align: left; }
#registration_modal .modal-footer {
  color: #0d556c;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 16px; }
  @media (max-width: 900px) {
    #registration_modal .modal-footer {
      font-size: 14px; } }

#ready_trips .modal-dialog {
  width: 100%; }
#ready_trips h2 {
  text-align: center; }
#ready_trips img {
  width: 100%; }
#ready_trips .ready_trip_info {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 90%;
  text-align: center; }
  #ready_trips .ready_trip_info .ready_trip_title {
    padding: 15% 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px; }
    #ready_trips .ready_trip_info .ready_trip_title:hover {
      text-decoration: none; }
  #ready_trips .ready_trip_info .save_trips_btn {
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 7px 15px 5px 15px;
    margin-bottom: 20px; }
#ready_trips .ready_trip {
  padding-top: 20px;
  padding-bottom: 10px; }
#ready_trips .modal-footer {
  color: #0d556c;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 16px; }
  @media (max-width: 900px) {
    #ready_trips .modal-footer {
      font-size: 14px; } }

#friends {
  text-align: center; }
  #friends .modal-dialog {
    width: 500px; }
  #friends .modal-header {
    color: white;
    background-color: #00a7e8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #friends .sotial_btn {
    color: #000000;
    width: 60px;
    padding: 5px 2px;
    margin-right: 15px; }
  #friends .close {
    position: absolute;
    right: -20px;
    top: -20px; }
  #friends .btn_facebook, #friends .btn_vk {
    width: 180px;
    margin: 20px 0px;
    background-color: #515e8f;
    text-align: left;
    font-size: 14px;
    color: white; }
    #friends .btn_facebook .fb, #friends .btn_facebook .vk, #friends .btn_vk .fb, #friends .btn_vk .vk {
      border-right: 1px solid #c1c0be;
      padding-right: 15px;
      font-size: 20px; }
    #friends .btn_facebook .facebook, #friends .btn_facebook .vkontakte, #friends .btn_vk .facebook, #friends .btn_vk .vkontakte {
      padding-left: 20px; }

#invite_friends .row {
  margin-left: -35px; }
#invite_friends .modal-dialog {
  width: 100%; }
#invite_friends .modal-body .friens_all .user_friend .friend_img {
  text-align: right;
  padding-right: 0; }
  #invite_friends .modal-body .friens_all .user_friend .friend_img img {
    max-height: 90px; }
#invite_friends .modal-body .friens_all .user_friend .friend_info {
  text-align: left;
  border-top: 1px solid #e4ecef;
  border-bottom: 1px solid #e4ecef;
  padding-left: 0;
  background: white;
  height: 90px;
  padding-top: 25px;
  margin-bottom: 10px; }
  #invite_friends .modal-body .friens_all .user_friend .friend_info .friend_name {
    font-size: 16px;
    padding: 0 15px;
    color: #0d556c;
    font-weight: bold;
    display: inline-block; }
    #invite_friends .modal-body .friens_all .user_friend .friend_info .friend_name p {
      padding: 0;
      margin: 0; }
  #invite_friends .modal-body .friens_all .user_friend .friend_info .count_friends {
    font-size: 12px; }
  #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success {
    position: relative;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    background: #ff9500;
    border-color: #ff9500;
    border-bottom: 3px solid #e17b00;
    width: auto;
    padding: 5px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    filter: none; }
    #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success:hover, #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success:focus, #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success:active, #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success.active, #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success.disabled, #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-success[disabled] {
      top: 1px;
      color: white;
      background: #ff9500;
      border-color: #e17b00;
      border-bottom: 3px solid #ff9500; }
  #invite_friends .modal-body .friens_all .user_friend .friend_info .btn-default {
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px; }

#trip_route .modal-body {
  height: 250px; }
  @media (max-width: 769px) {
    #trip_route .modal-body {
      height: 500px; } }
  #trip_route .modal-body .well {
    background: white;
    border: 1px solid #e4ecef;
    border-bottom: 2px solid #cddade; }
    #trip_route .modal-body .well h4 {
      font-size: 16px; }
  #trip_route .modal-body .save_trips_route {
    margin-top: 20px;
    padding: 7px 20px !important;
    border-radius: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 13px; }
    #trip_route .modal-body .save_trips_route:hover {
      top: 1px; }
#trip_route .modal-footer {
  color: #0d556c;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 16px; }
  @media (max-width: 900px) {
    #trip_route .modal-footer {
      font-size: 14px; } }

#gift_bonus .modal-dialog {
  width: 100%; }
#gift_bonus .modal-header {
  height: auto; }
#gift_bonus .modal-body {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px; }
#gift_bonus .hundred_piastres {
  margin-bottom: 0; }
#gift_bonus .exchange_audioguide {
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 25px; }
#gift_bonus .owners_android {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0; }
#gift_bonus img {
  max-width: 25%; }
#gift_bonus .btn_android {
  margin: 0 10px; }
#gift_bonus .modal-footer {
  height: 80px; }
#gift_bonus .real_friendship {
  font-size: 14px;
  color: #5f6f75;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px; }
#gift_bonus .friendship_link img {
  margin-left: 7px;
  vertical-align: middle;
  line-height: 65px; }

#conditions_post .modal-header, #conditions .modal-header {
  height: auto; }
#conditions_post .modal-body, #conditions .modal-body {
  text-align: left; }
#conditions_post .modal-footer, #conditions .modal-footer {
  color: #0d556c;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 16px; }
  @media (max-width: 900px) {
    #conditions_post .modal-footer, #conditions .modal-footer {
      font-size: 14px; } }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.global-border {
  border: 1px solid #da2b28; }

body {
  margin-top: -6px;
  background: white; }

.navbar {
  margin-right: 0px;
  margin-left: -15px; }

.row-horisontal-scroll {
  padding-right: 15px;
  padding-left: 15px; }

.center-col {
  float: none;
  margin: 0 auto; }

.image-bg .btn,
.wrapper-advantages .btn,
.video-review .btn,
.reason-divider .btn,
.social-net-wrapper .btn,
.popular-trips .btn {
  height: 45px;
  width: 155px;
  padding-top: 12px;
  border-bottom: 3px solid rgba(224, 224, 224, 0);
  border-bottom-color: #e17b00;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px; }
  .image-bg .btn:hover,
  .wrapper-advantages .btn:hover,
  .video-review .btn:hover,
  .reason-divider .btn:hover,
  .social-net-wrapper .btn:hover,
  .popular-trips .btn:hover {
    top: 1px;
    border-bottom: 2px solid rgba(224, 224, 224, 0); }
.image-bg .btn-warning,
.wrapper-advantages .btn-warning,
.video-review .btn-warning,
.reason-divider .btn-warning,
.social-net-wrapper .btn-warning,
.popular-trips .btn-warning {
  background: #ff9500; }

.image-bg {
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .image-bg {
      height: 500px; } }
  @media (max-width: 450px) {
    .image-bg {
      height: 550px; } }

.main_slider {
  position: absolute;
  top: 0;
  width: 102%;
  height: 650px; }
  @media (max-width: 767px) {
    .main_slider {
      width: 105%;
      height: 500px; } }
  @media (max-width: 450px) {
    .main_slider {
      height: 550px; } }
  .main_slider .carousel-control {
    background-image: none;
    position: absolute;
    z-index: 2; }
    .main_slider .carousel-control i {
      position: absolute;
      top: 330px;
      font-size: 30px; }
      @media (max-width: 900px) {
        .main_slider .carousel-control i {
          top: 220px; } }
  .main_slider .left {
    text-align: right; }
    .main_slider .left i {
      right: 20px; }
  .main_slider .right {
    text-align: left; }
    .main_slider .right i {
      left: 20px; }

.wrapper-content-header .page-main-header {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900; }
  .wrapper-content-header .page-main-header h1 {
    font-size: 3.755em;
    margin: 110px  0px 0px 0px; }
    @media all and (max-width: 640px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 1.3em; } }
    @media all and (max-width: 1200px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 3.755em; } }
    @media all and (max-width: 1136px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 3.41219em; } }
    @media all and (max-width: 1069px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 3.07052em; } }
    @media all and (max-width: 999px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 2.73236em; } }
    @media all and (max-width: 926px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 2.40017em; } }
    @media all and (max-width: 849px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 2.07242em; } }
    @media all and (max-width: 767px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 1.74895em; } }
    @media all and (max-width: 679px) {
      .wrapper-content-header .page-main-header h1 {
        font-size: 1.43114em; } }
  .wrapper-content-header .page-main-header p {
    margin-top: 40px;
    font-size: 30px; }
    @media (max-width: 768px) {
      .wrapper-content-header .page-main-header p {
        font-size: 24px; } }
    @media (max-width: 500px) {
      .wrapper-content-header .page-main-header p {
        font-size: 18px; } }
.wrapper-content-header .form {
  margin-top: 280px; }
  .wrapper-content-header .form .input-group .form-control {
    width: 97%;
    border-radius: 2px; }
  .wrapper-content-header .form p {
    margin: 35px 0px 0px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px; }
  .wrapper-content-header .form form .input-wrapp {
    margin-top: 8px;
    padding: 13px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px; }
  .wrapper-content-header .form form input {
    height: 45px;
    border: none;
    font-size: 16px;
    font-style: italic;
    border-radius: 2px; }
  .wrapper-content-header .form form .btn {
    height: 45px;
    width: 155px;
    padding-top: 8px;
    border-bottom: 3px solid rgba(224, 224, 224, 0);
    border-bottom-color: #e17b00;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    font-style: normal; }
    .wrapper-content-header .form form .btn:hover {
      top: 1px;
      border-bottom: 2px solid rgba(224, 224, 224, 0); }
.wrapper-content-header .form-mobile {
  margin-top: 210px; }
  .wrapper-content-header .form-mobile p {
    margin: 35px 0px 0px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px; }
  .wrapper-content-header .form-mobile form .input-wrapp {
    padding: 5px;
    background: #e4ecef;
    border-radius: 10px;
    border-bottom: 3px solid rgba(224, 224, 224, 0);
    border-bottom-color: #889da4; }
  .wrapper-content-header .form-mobile form input {
    height: 45px;
    border: none;
    font-size: 18px;
    font-style: italic;
    border-radius: 2px;
    font-size: 1.125em; }
    @media all and (max-width: 640px) {
      .wrapper-content-header .form-mobile form input {
        font-size: 0.8em; } }
    @media all and (max-width: 1200px) {
      .wrapper-content-header .form-mobile form input {
        font-size: 1.125em; } }
    @media all and (max-width: 880px) {
      .wrapper-content-header .form-mobile form input {
        font-size: 0.98214em; } }
  .wrapper-content-header .form-mobile form .btn {
    height: 45px;
    width: 130px;
    padding-top: 8px;
    border-bottom: 3px solid rgba(224, 224, 224, 0);
    border-bottom-color: #e17b00;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    font-style: normal; }
    .wrapper-content-header .form-mobile form .btn:hover {
      top: 1px;
      border-bottom: 2px solid rgba(224, 224, 224, 0); }
.wrapper-content-header .form-header {
  position: relative;
  z-index: 2; }

.pages_home {
  /* ------------------- 4. HEADLINE ------------------- */
  /* ---------------- 5. OVERVIEW --------------- */
  /* ----------------- 6. FEATURES ----------------- */
  /* ----------------- 7. SCREENS ----------------- */
  /* ----------------- COMMENTS ----------------- */ }
  .pages_home #intro {
    margin: 0 auto;
    padding: 0;
    height: 650px; }
    @media (max-width: 767px) {
      .pages_home #intro {
        height: 500px; } }
    @media (max-width: 450px) {
      .pages_home #intro {
        height: 550px; } }
  .pages_home #overview {
    background: white no-repeat fixed;
    height: auto;
    margin: 10px auto;
    padding: 5% 0; }
    @media (max-width: 767px) {
      .pages_home #overview {
        padding: 10% 0; } }
  .pages_home #features {
    background: url(/assets/features_home-6843c3b106ad54862b09e450e679fd10.jpg) 50% 0 no-repeat fixed;
    color: white;
    width: 100%;
    left: 0;
    padding: 6% 0;
    z-index: -1; }
  .pages_home #screens {
    background: white;
    height: auto;
    margin: 0 auto;
    padding: 5% 0; }
    @media (max-width: 550px) {
      .pages_home #screens {
        padding: 15% 0; } }
  .pages_home #testimonials {
    background: url(/assets/testimonials_home-043ea0d8041d231d696fe0e85884d863.jpg) 50% 0 no-repeat fixed;
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 6% 0; }
    @media (max-width: 630px) {
      .pages_home #testimonials {
        padding: 15% 0; } }
  .pages_home #plans {
    background: white 50% 0 no-repeat fixed;
    height: auto;
    margin: 0 auto;
    padding: 6% 0; }
  .pages_home .headline-bg {
    width: 100%;
    height: 660px;
    border-bottom: 10px solid #0d556c; }
    @media (max-width: 767px) {
      .pages_home .headline-bg {
        height: 510px; } }
    @media (max-width: 450px) {
      .pages_home .headline-bg {
        height: 560px; } }
    @media (min-width: 1700px) {
      .pages_home .headline-bg {
        height: 658px; } }
  .pages_home .dot-intro {
    background: url("../mobile_apps/dot-blue.png") 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    margin: -40px 0 0 43%;
    text-align: center;
    position: absolute;
    z-index: 1000;
    color: white;
    font-size: 2.25em; }
    @media (min-width: 500px) {
      .pages_home .dot-intro {
        margin: -40px 0 0 45%; } }
    @media (min-width: 850px) {
      .pages_home .dot-intro {
        margin: -40px 0 0 46%; } }
    @media (min-width: 1100px) {
      .pages_home .dot-intro {
        margin: -40px 0 0 47.3%; } }
    @media (min-width: 1700px) {
      .pages_home .dot-intro {
        margin: -40px 0 0 48.5%; } }
    .pages_home .dot-intro a {
      color: white; }
      .pages_home .dot-intro a:hover {
        color: white; }
  .pages_home .fa-chevron-down:before {
    display: block;
    margin: 19px 2px 0 0; }
  .pages_home .headline-left-content {
    float: left;
    width: 51.5%;
    padding: 50px 40px 0 40px;
    color: white;
    text-align: center; }
  .pages_home .mobile_app_for_trip {
    font-size: 26px;
    line-height: 1.2; }
  .pages_home .headline-right-content {
    float: left;
    width: 48.5%;
    max-width: 550px;
    max-height: 640px;
    opacity: 1 !important; }
  .pages_home .steps {
    width: 100%;
    height: auto;
    padding: 8% 0 8% 0; }
  .pages_home #store-buttons {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 500px) {
      .pages_home #store-buttons {
        margin-top: 20px; } }
  .pages_home .appstore-button-main {
    display: inline-block;
    margin: 1% 4%;
    opacity: 1 !important; }
  .pages_home .playstore-button-main {
    display: inline-block;
    margin: 1% 4%;
    opacity: 1 !important; }
  .pages_home .appstore_playstore_btn_main {
    display: block;
    height: 56px;
    width: 190px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none;
    color: #2f3f45;
    border-radius: 5px;
    background: white;
    border: 1px solid white; }
    .pages_home .appstore_playstore_btn_main:hover {
      text-decoration: none;
      background: #ff9500;
      color: white;
      border: 1px solid white; }
      .pages_home .appstore_playstore_btn_main:hover i {
        background: #ff9500;
        border-right: 1px solid white; }
    .pages_home .appstore_playstore_btn_main i {
      font-size: 38px;
      display: inline-block;
      text-align: center;
      height: 54px;
      width: 68px;
      float: left;
      padding-top: 8px;
      opacity: 1;
      background: #f6f8f8;
      border-right: 1px solid #e4ecef;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .pages_home .appstore_playstore_btn_main span {
      display: block;
      padding-top: 9px;
      padding-left: 80px;
      text-align: left; }
  .pages_home .steps_text {
    text-align: center; }
  .pages_home .steps_text li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 110px; }
  .pages_home .steps_text .contact {
    margin-right: 75px; }
  .pages_home .steps_text img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px; }
  .pages_home .steps_text .download {
    margin-right: 55px; }
  .pages_home .steps_text .opinion {
    width: 110px; }
  .pages_home #overview img {
    width: 100%; }
  .pages_home .how_work {
    text-align: center;
    color: #ff9500;
    font-size: 30px;
    margin: 0 0 30px 0;
    text-transform: uppercase; }
  .pages_home #overview p {
    font-size: 16px; }
  .pages_home .dot-features {
    background: url(/assets/dot-orange-1ab081704d55cbd1611b686f97d80ba9.png) 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    margin: -60px 0 0 44%;
    text-align: center;
    position: absolute;
    z-index: 1000;
    color: white;
    font-size: 2em; }
    @media (min-width: 500px) {
      .pages_home .dot-features {
        margin: -75px 0 0 46%; } }
    @media (min-width: 600px) {
      .pages_home .dot-features {
        margin: -80px 0 0 46%; } }
    @media (min-width: 769px) {
      .pages_home .dot-features {
        margin: -95px 0 0 47%; } }
    @media (min-width: 950px) {
      .pages_home .dot-features {
        margin: -105px 0 0 47%; } }
    @media (min-width: 1100px) {
      .pages_home .dot-features {
        margin: -112px 0 0 47%; } }
    @media (min-width: 1440px) {
      .pages_home .dot-features {
        margin: -125px 0 0 47%; } }
    @media (min-width: 1700px) {
      .pages_home .dot-features {
        margin: -140px 0 0 48%; } }
    @media (min-width: 1900px) {
      .pages_home .dot-features {
        margin: -145px 0 0 48%; } }
    .pages_home .dot-features a {
      color: white; }
      .pages_home .dot-features a:hover {
        color: white;
        text-decoration: none; }
  .pages_home .fa-cogs:before {
    display: block;
    margin: 21px 4px 0 0; }
  .pages_home .features {
    margin-bottom: 50px; }
    .pages_home .features h1 {
      color: white !important;
      line-height: 100%;
      text-align: center;
      font-size: 30px; }
      .pages_home .features h1 a {
        color: white !important;
        line-height: 100%;
        font-size: 30px;
        text-decoration: none; }
  .pages_home #features p {
    font-size: 16px; }
  .pages_home .ever_travel_mobile {
    opacity: 1 !important;
    margin: 0 auto;
    margin-left: -13%;
    width: 110%;
    margin-top: 20%; }
    @media (max-width: 992px) {
      .pages_home .ever_travel_mobile {
        margin-left: 10%;
        width: 80%;
        margin-top: 0; } }
  .pages_home .fa-icon-wrap {
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-right: 20px;
    padding: 15px 0 20px;
    opacity: 1 !important; }
    @media (max-width: 550px) {
      .pages_home .fa-icon-wrap {
        padding: 15px 0 30px; } }
    @media (max-width: 450px) {
      .pages_home .fa-icon-wrap {
        padding: 15px 0 100px; } }
  @media (max-width: 550px) {
    .pages_home .fa-icon-cities {
      padding-top: 0; } }
  @media (max-width: 450px) {
    .pages_home .fa-icon-cities {
      padding: 0 0 50px; } }
  .pages_home .fa-icon {
    display: block;
    margin: 10%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: white; }
  .pages_home .fa-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .pages_home .fa-icon:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 41px;
    line-height: 165%;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased; }
  .pages_home .fa-ru:before {
    content: 'RU';
    padding-top: 10px;
    font-size: 30px; }
  .pages_home .fa-icon-effect .fa-icon {
    box-shadow: 0 0 0 4px white;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s; }
  .pages_home .fa-icon:hover {
    background: #ff9500;
    text-decoration: none;
    color: white; }
  .pages_home .dot-screens {
    background: url(/assets/dot-orange-1ab081704d55cbd1611b686f97d80ba9.png) 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    margin: -80px 0 0 45%;
    text-align: center;
    position: absolute;
    z-index: 1000;
    color: white;
    font-size: 2em; }
    @media (min-width: 480px) {
      .pages_home .dot-screens {
        margin: -106px 0 0 45%; } }
    @media (min-width: 550px) {
      .pages_home .dot-screens {
        margin: -70px 0 0 46%; } }
    @media (min-width: 780px) {
      .pages_home .dot-screens {
        margin: -80px 0 0 46%; } }
    @media (min-width: 900px) {
      .pages_home .dot-screens {
        margin: -90px 0 0 46%; } }
    @media (min-width: 1100px) {
      .pages_home .dot-screens {
        margin: -100px 0 0 47.5%; } }
    @media (min-width: 1700px) {
      .pages_home .dot-screens {
        margin: -120px 0 0 48%; } }
    @media (min-width: 1900px) {
      .pages_home .dot-screens {
        margin: -130px 0 0 48%; } }
    .pages_home .dot-screens a {
      color: white; }
      .pages_home .dot-screens a:hover {
        color: white;
        text-decoration: none; }
  .pages_home .fa-picture-o:before {
    display: block;
    margin: 21px 2px 0 0; }
  .pages_home .dot-testimonials {
    background: url(/assets/dot-orange-1ab081704d55cbd1611b686f97d80ba9.png) 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    margin: -90px 0 0 42%;
    text-align: center;
    position: absolute;
    z-index: 1000;
    color: white;
    font-size: 2.25em; }
    @media (min-width: 430px) {
      .pages_home .dot-testimonials {
        margin: -110px 0 0 43%; } }
    @media (min-width: 630px) {
      .pages_home .dot-testimonials {
        margin: -70px 0 0 44%; } }
    @media (min-width: 700px) {
      .pages_home .dot-testimonials {
        margin: -80px 0 0 46%; } }
    @media (min-width: 769px) {
      .pages_home .dot-testimonials {
        margin: -90px 0 0 47.5%; } }
    @media (min-width: 930px) {
      .pages_home .dot-testimonials {
        margin: -105px 0 0 47.5%; } }
    @media (min-width: 1100px) {
      .pages_home .dot-testimonials {
        margin: -115px 0 0 47.5%; } }
    @media (min-width: 1440px) {
      .pages_home .dot-testimonials {
        margin: -120px 0 0 47.5%; } }
    @media (min-width: 1700px) {
      .pages_home .dot-testimonials {
        margin: -135px 0 0 48%; } }
    @media (min-width: 1900px) {
      .pages_home .dot-testimonials {
        margin: -150px 0 0 48.5%; } }
    .pages_home .dot-testimonials a {
      color: white; }
      .pages_home .dot-testimonials a:hover {
        color: white;
        text-decoration: none; }
  .pages_home .fa-comments:before {
    display: block;
    margin: 19px 2px 0 0; }
  .pages_home .testimonials h1 {
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    margin-bottom: 70px;
    margin-top: 0;
    font-size: 30px; }
    @media (max-width: 767px) {
      .pages_home .testimonials h1 {
        font-size: 24px; } }
  .pages_home .bx-wrapper .testimonials-thumbnail {
    margin: 0px 0px 15px; }
  .pages_home .bx-wrapper .testimonials-carousel-thumbnail {
    max-width: 35%;
    float: left;
    margin-right: 20px; }
    @media (max-width: 450px) {
      .pages_home .bx-wrapper .testimonials-carousel-thumbnail {
        float: none; } }
  .pages_home .bx-wrapper .testimonials-carousel-thumbnail img {
    display: block;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px; }
  .pages_home .bx-wrapper .testimonials-carousel-context {
    overflow: hidden; }
  .pages_home .bx-wrapper .testimonials-name {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #2f3f45; }
  .pages_home .bx-wrapper .testimonials-carousel-content {
    font-size: 16px;
    font-style: italic;
    color: white; }
  .pages_home .bx-wrapper {
    position: relative;
    margin: 50px auto;
    padding: 0;
    width: 100%; }
  .pages_home .bx-wrapper .slide {
    padding: 0;
    margin: 0;
    display: block; }
  .pages_home .bx-wrapper .bx-viewport {
    padding: 0;
    margin-left: 0;
    z-index: 1;
    width: 100%;
    height: auto !important; }
  .pages_home .bx-wrapper .bx-pager, .pages_home .bx-wrapper .bx-controls-auto {
    position: absolute;
    display: none;
    bottom: -30px;
    width: 100%; }
  .pages_home .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../mobile_apps/testimonials/bx_loader.gif") center center no-repeat white;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .pages_home .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
  .pages_home .bx-wrapper .bx-pager .bx-pager-item, .pages_home .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block; }
  .pages_home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .pages_home .bx-wrapper .bx-pager.bx-default-pager a:hover, .pages_home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }
  .pages_home .bx-wrapper .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url("../mobile_apps/testimonials/t-next.png") no-repeat 0 0;
    border-left: 1px solid #ff9500; }
  .pages_home .bx-wrapper .bx-prev {
    position: absolute;
    top: 0px;
    right: 38px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url("../mobile_apps/testimonials/t-prev.png") no-repeat 0 0;
    border-right: 1px solid #ff9500; }
  .pages_home .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-right: 0px;
    outline: 0;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    z-index: 1000; }
  .pages_home #store-buttons-black {
    text-align: center;
    margin-top: 60px; }
  .pages_home #store-buttons-black .app_store_black img {
    width: 300px;
    height: 90px;
    margin-right: 150px; }
    @media (max-width: 992px) {
      .pages_home #store-buttons-black .app_store_black img {
        margin-right: 50px; } }
    @media (max-width: 769px) {
      .pages_home #store-buttons-black .app_store_black img {
        margin: 0 0 10px 0; } }
  .pages_home #store-buttons-black .google_play_black img {
    width: 300px;
    height: 90px; }

.arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 20px solid rgba(224, 224, 224, 0); }

.arrow-bottom {
  border-bottom-color: #f0f9fd;
  border-top: 0; }

.reason-divider {
  background: #f0f9fd;
  border-bottom: 4px solid #d1edf8;
  letter-spacing: 3px; }
  .reason-divider .transition {
    font-weight: 900;
    text-align: center; }
    .reason-divider .transition p {
      margin-top: 15px;
      font-size: 30px;
      color: #6d6d6d;
      text-transform: uppercase; }
    .reason-divider .transition .btn-long {
      margin-top: 17px;
      width: auto;
      position: relative;
      padding-left: 17px;
      padding-right: 17px; }
      .reason-divider .transition .btn-long:hover {
        top: 1px; }
  .reason-divider a {
    margin: 0px 0px 50px; }

.video-review {
  background: #f8f8f8;
  padding: 30px 0px 50px 0px; }
  .video-review .beautiful_video p {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .video-review .beautiful_video .video {
    padding-top: 20px; }
    .video-review .beautiful_video .video iframe {
      border-radius: 5px; }
  .video-review .beautiful_video .app_store {
    padding-top: 28px;
    text-align: center; }
    .video-review .beautiful_video .app_store img {
      height: 45px; }
  .video-review .advantage-list {
    padding-left: 60px;
    padding-right: 20px; }
    .video-review .advantage-list ul {
      padding-top: 17px;
      padding-bottom: 10px;
      padding-left: 20px;
      list-style-image: url(/assets/list_marker-b94a68f0f68f5d545e65c7490223c9ba.png);
      font-size: 18px;
      font-weight: normal;
      text-transform: none;
      text-align: left;
      letter-spacing: normal;
      line-height: 2.2;
      border-bottom: 1px solid #ededed; }
      .video-review .advantage-list ul li {
        padding-top: 2px; }
      .video-review .advantage-list ul .much_useful {
        list-style: none; }
    .video-review .advantage-list .good_service {
      font-size: 22px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .video-review .advantage-list span {
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .video-review .advantage-list .btn-long {
      margin-top: 17px;
      width: auto;
      position: relative; }
      .video-review .advantage-list .btn-long:hover {
        top: 1px; }

#social-net {
  padding-bottom: 50px; }
  #social-net h3 {
    margin-left: 10px;
    padding: 30px 0px 20px 0px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  #social-net .wrapper_bg {
    padding: 20px 0px 10px 30px;
    background: #f8f8f8;
    border: 1px solid rgba(224, 224, 224, 0);
    border-radius: 10px;
    border-bottom: 3px solid #889da4; }
    #social-net .wrapper_bg h4 {
      font-size: 18px;
      line-height: 1.5; }
      #social-net .wrapper_bg h4 span {
        color: #ff9500; }
    #social-net .wrapper_bg dl dt {
      float: left;
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      color: #ff9500;
      border: 2px solid #ff9500;
      border-radius: 50%; }
    #social-net .wrapper_bg dl dd {
      padding-top: 5px;
      margin-left: 60px;
      font-size: 15px; }
    #social-net .wrapper_bg dl .clear {
      clear: both;
      margin-top: 10px; }
  #social-net .soc_groups {
    margin-top: 20px;
    margin-left: -22px; }
    #social-net .soc_groups .fb-like-box {
      outline: 1px solid #889da4; }
    #social-net .soc_groups .fb-like-box-mobile {
      margin: 20px 0; }
    #social-net .soc_groups #vk_groups {
      outline: 1px solid #889da4; }
  #social-net .soc_groups_mobile {
    text-align: center; }
    #social-net .soc_groups_mobile .fb-place {
      margin: 20px -10px 20px 0;
      width: auto;
      padding-left: 25px; }
    #social-net .soc_groups_mobile .vk-place {
      padding-left: 25px; }
    #social-net .soc_groups_mobile .fb_iframe_widget, #social-net .soc_groups_mobile .fb_iframe_widget span, #social-net .soc_groups_mobile .fb_iframe_widget span iframe[style] {
      width: 100% !important; }

.hor-dev {
  border-bottom: 4px solid #cddade; }

#registration_bonuses {
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center; }
  #registration_bonuses .registration_now {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    #registration_bonuses .registration_now p {
      font-size: 32px;
      color: #ff9500;
      padding-top: 20px; }
  #registration_bonuses .start_travel {
    padding-top: 30px;
    font-size: 18px; }
    #registration_bonuses .start_travel span {
      font-weight: bold;
      font-size: 20px; }

.hor-dev {
  border-bottom: 4px solid #cddade; }

.popular-trips .adver-block {
  margin-top: -35px;
  padding: 10px 0px 10px 0px;
  background: #fafafa;
  border-bottom: 3px solid #889da4;
  border-radius: 5px;
  text-align: center; }
  .popular-trips .adver-block h4 {
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px; }
.popular-trips .btn-long {
  width: auto;
  position: relative; }
  .popular-trips .btn-long:hover {
    top: 1px; }
.popular-trips h1 {
  text-align: center;
  margin-top: 0;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 30px; }
  @media (max-width: 600px) {
    .popular-trips h1 {
      font-size: 24px;
      line-height: 1.5; } }
  .popular-trips h1 a {
    color: inherit;
    text-decoration: none; }
    .popular-trips h1 a span {
      border-bottom: 3px solid #ff9500; }
.popular-trips .posts-wrapper {
  margin-top: 20px;
  margin-bottom: 50px; }
  .popular-trips .posts-wrapper .post-wrapper .img-wrapper {
    width: auto;
    border-radius: 2px; }
  .popular-trips .posts-wrapper .post-wrapper .img-wrapper img {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    border-radius: 2px;
    z-index: 0; }
  .popular-trips .posts-wrapper .post-wrapper .line {
    margin-top: -40px;
    border-bottom: 3px solid #ff9500;
    position: relative;
    z-index: 1; }
  .popular-trips .posts-wrapper .post-wrapper .triangle-line {
    position: relative;
    z-index: 1;
    width: 0;
    margin-top: -50px;
    margin-left: 10px;
    border-left: 10px solid rgba(224, 224, 224, 0);
    border-right: 10px solid rgba(224, 224, 224, 0);
    border-bottom: 10px solid #ff9500; }
  .popular-trips .posts-wrapper .post-wrapper .country-city {
    margin-top: -37px;
    padding-top: 8px;
    height: 36px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.36);
    box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.36); }
    .popular-trips .posts-wrapper .post-wrapper .country-city a {
      color: white;
      font-size: 16px;
      text-decoration: none; }
    .popular-trips .posts-wrapper .post-wrapper .country-city a:first-child {
      font-weight: bold; }
.popular-trips .separate {
  padding: 20px; }
.popular-trips .trips-info {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #7a7a7a;
  text-align: center;
  padding-top: 23px; }
  .popular-trips .trips-info span {
    color: #ff9500; }
  .popular-trips .trips-info i {
    padding: 20px 2px 20px;
    color: #ff9500;
    font-size: 10px;
    font-weight: 900; }
  .popular-trips .trips-info p {
    text-transform: uppercase;
    min-height: 45px; }
  .popular-trips .trips-info .btn {
    height: 45px;
    width: 100%;
    margin-top: -2px;
    padding-top: 12px;
    position: relative;
    letter-spacing: 1px; }
    .popular-trips .trips-info .btn:hover {
      top: 1px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #1d9dc6; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important;
    position: absolute;
    z-index: 10;
    width: 100%; }

  .main-img .devices-retina {
    margin-top: 220px;
    max-width: 90%; }

  .good_service {
    font-size: 16px !important; }

  .beautiful_video p {
    font-size: 16px !important; }

  .video-review .advantage-list ul li {
    font-size: 14px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background-color: #1d9dc6; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important;
    position: absolute;
    z-index: 10; }

  .main-img .devices-retina {
    margin-top: 220px;
    max-width: 90%; }

  .main-advantages .idea-img {
    padding-left: 20px; }
    .main-advantages .idea-img img {
      width: 45%;
      float: left; }
  .main-advantages .idea_img img {
    margin-left: 60px; }
  .main-advantages .when_and_where_img img {
    width: 45%; }
  .main-advantages .invite_friend_img {
    margin-top: 0px; }
  .main-advantages .odd-advantage .choose_idea {
    float: left;
    padding-top: 60px; }
  .main-advantages .odd-advantage .when_and_where {
    float: right; }
  .main-advantages .odd-advantage .invite_friends {
    float: left; }
  .main-advantages .invite_friend_img img {
    width: 45%; }
  .video-review {
    text-align: center; }
    .video-review .col-md-6 {
      padding: 0; }

  .popular-trips .adver-block .btn-warning {
    letter-spacing: 1px;
    font-size: 12px; }

  #registration_bonuses .registration_now {
    font-size: 22px; }
    #registration_bonuses .registration_now p {
      font-size: 28px; }
  #registration_bonuses .start_travel {
    font-size: 16px; }
    #registration_bonuses .start_travel span {
      font-size: 18px; }

  .advantage-list ul {
    margin-left: 18%; }
  .advantage-list .btn-long {
    font-size: 13px;
    letter-spacing: 1px; }

  .app_store_icon {
    display: block;
    margin-bottom: 10px; }

  #appstore_navbar {
    margin-right: 75%; }

  .map_image_block {
    margin-right: 70%; }

  .navbar-right {
    float: left !important;
    margin-left: 60px; }

  .trips-info .fa-circle-o {
    padding-top: 75px !important; }
  .trips-info .btn-warning {
    max-width: 300px; } }
  @media (min-width: 768px) and (max-width: 992px) and (min-width: 900px) and (max-width: 1000px) {
    .main-advantages .idea_img img {
      width: 40%; } }
  @media (min-width: 768px) and (max-width: 992px) and (min-width: 900px) and (max-width: 992px) {
    .main-advantages .invite_friend_img img {
      width: 40%; } }

@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #1d9dc6; }

  .navbar-collapse.collapse.in {
    position: absolute;
    z-index: 10;
    width: 100%; }

  .main-img .devices-retina {
    margin-top: 150px;
    max-width: 90%; }

  .main-advantages .when_and_where_img img {
    float: none;
    display: block;
    margin: 0 auto; }
  .main-advantages .idea-img img {
    display: block;
    margin: 0 auto; }
  .main-advantages .invite_friend_img {
    margin-top: 0px; }
  .main-advantages .odd-advantage .choose_idea {
    padding-right: 0px;
    float: none;
    padding-top: 40px; }
  .main-advantages .odd-advantage .invite_friends {
    padding-right: 0px;
    float: none;
    padding-top: 20px; }
    .main-advantages .odd-advantage .invite_friends img {
      display: block;
      margin: 0 auto; }
  .main-advantages .when_and_where {
    padding-top: 20px;
    display: block;
    margin: 0 auto; }

  .video-review .col-md-6 {
    padding: 0; }

  .popular-trips .adver-block .btn-warning {
    letter-spacing: 1px;
    font-size: 12px; }

  #registration_bonuses .registration_now {
    font-size: 22px; }
    #registration_bonuses .registration_now p {
      font-size: 28px; }
  #registration_bonuses .start_travel {
    font-size: 16px; }
    #registration_bonuses .start_travel span {
      font-size: 18px; }
  .advantage-list .btn-long {
    font-size: 13px;
    letter-spacing: 1px; }

  .app_store_icon {
    display: block;
    margin-bottom: 10px; }

  #appstore_navbar {
    margin-right: 80%; } }
@media (max-width: 767px) and (max-width: 480px) {
  #registration_bonuses img {
    width: 60%; } }

.footer_home {
  background: #2f3f45;
  padding: 30px 0;
  border-top: 5px solid #ff9500; }
  .footer_home .contact_about_links, .footer_home .popular_guides, .footer_home .articles_interest {
    padding-bottom: 40px; }
    .footer_home .contact_about_links a, .footer_home .popular_guides a, .footer_home .articles_interest a {
      color: white; }
      .footer_home .contact_about_links a:hover, .footer_home .popular_guides a:hover, .footer_home .articles_interest a:hover {
        color: white;
        text-decoration: none; }
    .footer_home .contact_about_links p, .footer_home .popular_guides p, .footer_home .articles_interest p {
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0; }
  .footer_home .copyright {
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 0;
    position: static; }
    .footer_home .copyright span {
      font-size: 14px; }
  .footer_home .social-net-home {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 0 0; }
    .footer_home .social-net-home li {
      display: inline-block;
      margin-right: 20px;
      border-radius: 50%;
      border: 2px solid white;
      width: 40px;
      height: 40px; }
      @media (max-width: 500px) {
        .footer_home .social-net-home li {
          margin-top: 10px; } }
      .footer_home .social-net-home li:hover a, .footer_home .social-net-home li.active a {
        color: white; }
      .footer_home .social-net-home li a {
        text-align: center;
        display: block;
        font-size: 18px;
        color: white;
        width: 36px;
        height: 36px;
        padding: 5px 0; }
        .footer_home .social-net-home li a:hover, .footer_home .social-net-home li a.active {
          color: white; }
      .footer_home .social-net-home li .copyright_icon {
        text-decoration: none;
        font-weight: bold; }
    .footer_home .social-net-home .pinterest:hover, .footer_home .social-net-home .pinterest.active {
      background: #f44646; }
    .footer_home .social-net-home .twitter:hover, .footer_home .social-net-home .twitter.active {
      background: #08b8fb; }
    .footer_home .social-net-home .instagram:hover, .footer_home .social-net-home .instagram.active {
      background: #416f96; }
    .footer_home .social-net-home .facebook:hover, .footer_home .social-net-home .facebook.active {
      background: #3b5998; }
    .footer_home .social-net-home .vk:hover, .footer_home .social-net-home .vk.active {
      background: #486a8d; }
    .footer_home .social-net-home .linkedin:hover, .footer_home .social-net-home .linkedin.active {
      background: #1a85bc; }
    .footer_home .social-net-home .last-chd {
      padding-right: 0px; }
      .footer_home .social-net-home .last-chd:hover, .footer_home .social-net-home .last-chd.active {
        background: #1a85bc; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.friend_list {
  background-color: #e4ecef;
  padding: 13px 30px; }
  .friend_list .users {
    margin-top: 20px; }
    .friend_list .users .user {
      margin: 8px 0 0;
      font-size: 16px; }

.friend_list_trip {
  padding: 13px 5px; }

.point {
  position: relative;
  height: 95px;
  padding: 10px 30px; }
  .point:hover {
    background-color: #D2EFFC;
    cursor: pointer; }
  .point .route_image_route {
    width: 75px;
    height: 75px;
    border: 4px solid #ff9100;
    border-radius: 50%;
    z-index: 10;
    position: absolute; }
    .point .route_image_route:before {
      width: 67px;
      height: 67px;
      border: 2px solid white;
      content: '';
      position: absolute;
      z-index: 10;
      border-radius: 50%; }
  .point .route_image {
    border: 1px solid white;
    z-index: 9;
    position: absolute; }
  .point .description {
    margin-left: 100px;
    padding-top: 5px; }
    .point .description h5 {
      margin-bottom: 3px; }
    .point .description .rating {
      color: #FFCF00;
      font-size: 18px; }
      .point .description .rating .minus i:before {
        content: "\f006";
        color: #D8D8D8; }
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////// NFVIGATION /////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////// CONTENT ////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/
.masonry .post,
.posts-listing .post {
  margin-bottom: 15px; }
  .masonry .post .thumb,
  .posts-listing .post .thumb {
    position: relative; }
    .masonry .post .thumb img,
    .posts-listing .post .thumb img {
      width: 100%;
      border-bottom: 2px solid #ff9500;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .masonry .post .thumb .category,
    .posts-listing .post .thumb .category {
      position: absolute;
      bottom: -11px;
      width: 100%; }
      .masonry .post .thumb .category .category_link,
      .posts-listing .post .thumb .category .category_link {
        letter-spacing: 0.5px;
        font-size: 13px;
        background-color: #ff9500;
        display: inline-block;
        border-radius: 2px;
        margin-left: 20px;
        padding: 4px 15px;
        text-transform: uppercase;
        color: white;
        font-weight: bold; }
        .masonry .post .thumb .category .category_link:hover,
        .posts-listing .post .thumb .category .category_link:hover {
          text-decoration: none; }
      .masonry .post .thumb .category .favorite_post, .masonry .post .thumb .category .add_to_trips_small,
      .posts-listing .post .thumb .category .favorite_post,
      .posts-listing .post .thumb .category .add_to_trips_small {
        position: absolute;
        right: 50px;
        top: 0;
        display: inline-block; }
        .masonry .post .thumb .category .favorite_post > *, .masonry .post .thumb .category .add_to_trips_small > *,
        .posts-listing .post .thumb .category .favorite_post > *,
        .posts-listing .post .thumb .category .add_to_trips_small > * {
          background-image: url(/assets/stars-f349b1df91088deb2316c8ea260bd32d.png);
          background-repeat: no-repeat;
          background-size: 87px 29px;
          padding: 0 0 0 29px; }
          .masonry .post .thumb .category .favorite_post > *:hover, .masonry .post .thumb .category .add_to_trips_small > *:hover,
          .posts-listing .post .thumb .category .favorite_post > *:hover,
          .posts-listing .post .thumb .category .add_to_trips_small > *:hover {
            text-decoration: none; }
        .masonry .post .thumb .category .favorite_post a, .masonry .post .thumb .category .add_to_trips_small a,
        .posts-listing .post .thumb .category .favorite_post a,
        .posts-listing .post .thumb .category .add_to_trips_small a {
          position: absolute;
          width: 29px;
          height: 29px; }
        .masonry .post .thumb .category .favorite_post .fav_link, .masonry .post .thumb .category .add_to_trips_small .fav_link,
        .posts-listing .post .thumb .category .favorite_post .fav_link,
        .posts-listing .post .thumb .category .add_to_trips_small .fav_link {
          background-position: -58px 0; }
        .masonry .post .thumb .category .favorite_post .notfav_link, .masonry .post .thumb .category .add_to_trips_small .notfav_link,
        .posts-listing .post .thumb .category .favorite_post .notfav_link,
        .posts-listing .post .thumb .category .add_to_trips_small .notfav_link {
          background-position: 0 0; }
      .masonry .post .thumb .category .add_to_trips_small,
      .posts-listing .post .thumb .category .add_to_trips_small {
        right: 90px; }
        .masonry .post .thumb .category .add_to_trips_small .add_trips_icon,
        .posts-listing .post .thumb .category .add_to_trips_small .add_trips_icon {
          background-position: -29px 0; }
  .masonry .post .content,
  .posts-listing .post .content {
    background: white;
    padding: 10px 20px;
    border-left: 1px solid #e4ecef;
    border-right: 1px solid #e4ecef;
    border-bottom: 1px solid #e4ecef; }
    .masonry .post .content h4.title,
    .posts-listing .post .content h4.title {
      font-family: "proxima-nova-condensed",sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      margin-top: 12px;
      margin-bottom: 7px; }
      .masonry .post .content h4.title a,
      .posts-listing .post .content h4.title a {
        color: #2f3f45; }
    .masonry .post .content a.description_post,
    .posts-listing .post .content a.description_post {
      color: #2f3f45; }
      .masonry .post .content a.description_post:hover, .masonry .post .content a.description_post:focus, .masonry .post .content a.description_post:active, .masonry .post .content a.description_post.active, .masonry .post .content a.description_post.disabled, .masonry .post .content a.description_post[disabled],
      .posts-listing .post .content a.description_post:hover,
      .posts-listing .post .content a.description_post:focus,
      .posts-listing .post .content a.description_post:active,
      .posts-listing .post .content a.description_post.active,
      .posts-listing .post .content a.description_post.disabled,
      .posts-listing .post .content a.description_post[disabled] {
        text-decoration: none; }
    .masonry .post .content .data a,
    .posts-listing .post .content .data a {
      padding-right: 8px;
      font-weight: 700;
      color: #889da4; }
      .masonry .post .content .data a i,
      .posts-listing .post .content .data a i {
        padding-right: 4px; }
      .masonry .post .content .data a:hover,
      .posts-listing .post .content .data a:hover {
        text-decoration: none;
        color: #ff9500; }
    .masonry .post .content .data .likes,
    .posts-listing .post .content .data .likes {
      max-width: 40px;
      display: inline !important; }
      .masonry .post .content .data .likes:hover, .masonry .post .content .data .likes.active,
      .posts-listing .post .content .data .likes:hover,
      .posts-listing .post .content .data .likes.active {
        background-position: 0 -55px; }
    .masonry .post .content .data .tooltip,
    .posts-listing .post .content .data .tooltip {
      background-image: none;
      padding: 5px 0; }
  .masonry .post .author,
  .posts-listing .post .author {
    background: white;
    padding: 10px;
    border-left: 1px solid #e4ecef;
    border-right: 1px solid #e4ecef;
    border-bottom: 2px solid #cddade;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 65px; }
    .masonry .post .author img.avatar,
    .posts-listing .post .author img.avatar {
      border-radius: 50%;
      float: left; }
    .masonry .post .author h5.name,
    .posts-listing .post .author h5.name {
      margin-top: 5px;
      margin-bottom: 2px;
      font-size: 16px; }
      .masonry .post .author h5.name a,
      .posts-listing .post .author h5.name a {
        color: #2f3f45;
        padding-left: 10px; }
    .masonry .post .author span.details,
    .posts-listing .post .author span.details {
      padding-left: 10px;
      font-size: 13px; }
  .masonry .post .hide_author,
  .posts-listing .post .hide_author {
    background: white;
    padding-top: 10px;
    border-bottom: 2px solid #cddade;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.add_trip_favorite {
  padding: 10px 0; }
  .add_trip_favorite i {
    margin: 5px 7px 0 7px;
    float: left;
    font-size: 24px; }
  .add_trip_favorite p {
    margin-left: 34px;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .add_trip_favorite p span {
      text-transform: none;
      font-size: 11px; }
  .add_trip_favorite .added_to_favorites {
    padding-top: 10px;
    padding-bottom: 7px; }
  .add_trip_favorite .add_trips_btn {
    width: 250px;
    padding: 10px 0px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom-color: #e17b00;
    position: relative; }
    .add_trip_favorite .add_trips_btn:hover {
      top: 1px; }
  .add_trip_favorite .post_registration_btn {
    display: inline-block; }
  .add_trip_favorite .favorites_bottom .btn-favorite {
    width: 250px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #34a7cb;
    border-bottom-color: #1d9dc6;
    filter: none;
    border-radius: 3px;
    padding: 10px 0px;
    position: relative;
    margin: 0 auto; }
    .add_trip_favorite .favorites_bottom .btn-favorite:hover, .add_trip_favorite .favorites_bottom .btn-favorite:focus, .add_trip_favorite .favorites_bottom .btn-favorite:active, .add_trip_favorite .favorites_bottom .btn-favorite.disabled, .add_trip_favorite .favorites_bottom .btn-favorite[disabled] {
      top: 1px;
      color: white;
      background: #34a7cb;
      border-bottom-color: #1d9dc6;
      text-decoration: none; }
  .add_trip_favorite .only_favorite_btn {
    padding-left: 0;
    margin-left: -15px; }

.single_post {
  margin-top: 0;
  font-size: 16px; }
  .single_post .title {
    margin-bottom: 20px;
    font-size: 24px; }
  .single_post .post_user {
    border-bottom: 2px solid #cddade;
    margin-bottom: 20px; }
    .single_post .post_user .image_author {
      color: white;
      font-family: "proxima-nova-light",sans-serif;
      text-transform: uppercase;
      margin-top: -53px;
      height: 50px;
      padding: 15px;
      text-align: right; }
    .single_post .post_user .author {
      padding-top: 6px;
      padding-bottom: 4px;
      font-size: 18px;
      background-color: #e4ecef; }
      .single_post .post_user .author img.avatar {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: inline;
        margin-top: -50px;
        margin-left: 10px; }
      .single_post .post_user .author img.avatar_mobile {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: inline;
        margin-top: -40px;
        margin-left: 5px; }
      .single_post .post_user .author .name {
        font-weight: 700;
        padding-left: 20px;
        color: #2f3f45; }
        .single_post .post_user .author .name a {
          color: #2f3f45; }
        .single_post .post_user .author .name span {
          font-weight: 400; }
      .single_post .post_user .author .name_mobile {
        padding-left: 0; }
      .single_post .post_user .author .autor_mobile {
        margin-left: 75px;
        margin-right: 250px;
        margin-top: -27px; }
  .single_post .post_description hr {
    border-top: 3px solid #ff9500;
    margin-right: 90%;
    margin-top: 25px; }
  .single_post .post_content p {
    line-height: 24px;
    margin-bottom: 20px; }
  .single_post .post_content .heading-block {
    margin-top: 40px;
    margin-bottom: 20px; }
  .single_post .post_content .image-block {
    margin: 20px 0; }
  .single_post .post_content h1 {
    font-size: 24px;
    line-height: 32px; }
  .single_post .route_post_content a {
    text-decoration: none;
    color: #29819A; }
  .single_post .route_post_content .author_image p {
    color: white;
    font-family: "proxima-nova-light",sans-serif;
    text-transform: uppercase;
    margin-top: -60px;
    height: 50px;
    padding: 15px;
    text-align: right; }
  .single_post .cover {
    width: 100%; }
  .single_post .cover-border {
    border-bottom: 2px solid #cddade; }
  .single_post .image-block > img {
    max-width: 100%; }
  .single_post .heading-block {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px; }
  .single_post .reader_content img {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 10px; }
  .single_post .reader_content .slides {
    display: none; }
  .single_post .reader_content .post-content > div > em {
    display: block;
    padding-bottom: 10px; }
  .single_post .reader_content .view-entry, .single_post .reader_content .rdb-page-break {
    display: none; }
  .single_post .comment_panel {
    height: 30px;
    margin-top: 0;
    margin-bottom: 5px; }
    .single_post .comment_panel .source {
      padding-left: 0; }
      .single_post .comment_panel .source img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        float: left; }
    .single_post .comment_panel .authorize {
      font-size: 13px; }
      .single_post .comment_panel .authorize a {
        display: inline-block;
        background-color: #e4ecef;
        color: #2f3f45;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 5px 7px; }
    .single_post .comment_panel .comment_button {
      float: right;
      color: #0d556c;
      margin-bottom: 0; }
      .single_post .comment_panel .comment_button li, .single_post .comment_panel .comment_button li > a {
        display: inline;
        color: #0d556c; }
      .single_post .comment_panel .comment_button i {
        font-size: 18px; }
  .single_post .authorize_padding {
    margin-top: 5px; }
  .single_post .shared_button {
    padding: 10px 0; }
    .single_post .shared_button h3 {
      margin: 10px 0 20px 0; }
  .single_post .another_post {
    margin: 30px -15px 0 -15px; }
    .single_post .another_post h3 {
      padding-left: 15px;
      padding-bottom: 15px; }
  .single_post .details_map hr {
    border-top: 3px solid #ff9500;
    margin-right: 90%; }
  .single_post #post_map {
    width: 100%;
    height: 400px;
    border-bottom: 3px solid #d3d3d3;
    margin: 30px 0 20px 0;
    cursor: default; }
  .single_post .single_post_info {
    background-color: white;
    border: 1px solid #e4ecef;
    border-bottom: 2px solid #cddade;
    border-radius: 4px;
    padding: 20px 0;
    margin-bottom: 50px; }
    .single_post .single_post_info .post_padding {
      padding: 0 40px; }
    .single_post .single_post_info .title {
      margin-top: 0px;
      padding: 0 40px; }
    .single_post .single_post_info .advertising_aviasales {
      padding: 10px 0; }
      .single_post .single_post_info .advertising_aviasales h3 {
        font-size: 24px;
        margin-bottom: 20px; }
    .single_post .single_post_info .advertising_booking, .single_post .single_post_info .advertising_kiwitaxi {
      padding: 10px 0;
      width: 100%; }
      .single_post .single_post_info .advertising_booking h3, .single_post .single_post_info .advertising_kiwitaxi h3 {
        font-size: 24px;
        margin-bottom: 20px; }
      .single_post .single_post_info .advertising_booking #kiwitaxi-widget-aviasales-ru-wrapper, .single_post .single_post_info .advertising_kiwitaxi #kiwitaxi-widget-aviasales-ru-wrapper {
        display: block;
        height: 100%;
        min-height: 180px;
        width: 100%;
        min-width: 360px; }
    .single_post .single_post_info .advertising_excursiopedia {
      text-align: left; }
      .single_post .single_post_info .advertising_excursiopedia div iframe {
        min-height: 250px; }

@media (max-width: 767px) {
  .single_post .single_post_info .post_padding {
    padding: 0 15px !important; }

  .content_post {
    padding: 0 0 !important; } }
.search_image {
  font-size: 16px;
  color: #5f6f75;
  height: 34px;
  border: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px; }
  .search_image:hover,
  .search_image :active {
    background-color: white;
    border: none; }

.content_post .search form,
.regions_top .search form {
  height: 38px;
  border: 1px solid #e4ecef;
  border-radius: 40px;
  background-color: white; }
  .content_post .search form .form-group,
  .regions_top .search form .form-group {
    padding: 0 0 0 5px; }
  .content_post .search form input,
  .regions_top .search form input {
    height: 34px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: none; }
    .content_post .search form input:focus,
    .regions_top .search form input:focus {
      border: none;
      box-shadow: none; }

.regions_top {
  padding-top: 30px; }
  .regions_top .ideas_for_trip {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 26px; }
    @media (max-width: 992px) {
      .regions_top .ideas_for_trip {
        font-size: 22px; } }
  .regions_top .ideas_regions {
    padding-bottom: 10px;
    padding-top: 15px; }
  .regions_top .ideas_categories {
    padding-bottom: 20px; }

.content_post .search form input {
  padding-top: 7px;
  font-size: 13px; }

.category_bottom {
  margin-bottom: 30px;
  padding: 7px 16px 6px 16px !important;
  margin: 5px 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  font-style: normal;
  background: #ff9500;
  position: relative; }
  .category_bottom:hover {
    top: 1px; }

.post_header {
  position: absolute;
  height: 45px;
  top: 51px;
  left: 0px;
  z-index: 2;
  border-bottom: 1px solid #e4ecef;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0d556c;
  font-size: 18px;
  margin-left: 115px;
  width: 92%; }
  @media (min-width: 1400px) {
    .post_header {
      margin-left: 216px;
      width: 86%; } }
  @media (min-width: 1600px) {
    .post_header {
      margin-left: 216px;
      width: 90%; } }
  @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
    .post_header {
      margin-left: 0;
      width: 100%; } }
  .post_header a {
    color: #0d556c; }
  .post_header .post_top .post_button {
    padding-left: 10px;
    padding-top: 10px; }
    .post_header .post_top .post_button .horizontal_line {
      margin-left: 10px;
      margin-right: 15px;
      padding-bottom: 5px;
      border-right: 1px solid #e4ecef;
      position: relative;
      top: -3px; }
    .post_header .post_top .post_button ul > li, .post_header .post_top .post_button ul {
      display: inline; }
    .post_header .post_top .post_button ul > li > a {
      padding-right: 10px; }
      .post_header .post_top .post_button ul > li > a:hover {
        color: #0d556c; }
    .post_header .post_top .post_button ul {
      padding-left: 0; }
    .post_header .post_top .post_button .admin_button {
      position: absolute; }
      .post_header .post_top .post_button .admin_button .edit_remove > a:hover {
        text-decoration: none; }
      .post_header .post_top .post_button .admin_button .our_choice a, .post_header .post_top .post_button .admin_button .important_event a, .post_header .post_top .post_button .admin_button .set_support a {
        padding-right: 10px; }
        .post_header .post_top .post_button .admin_button .our_choice a:hover, .post_header .post_top .post_button .admin_button .important_event a:hover, .post_header .post_top .post_button .admin_button .set_support a:hover {
          color: #0d556c; }
    .post_header .post_top .post_button .want_evaluate {
      font-size: 16px;
      position: relative;
      top: -2px; }
  .post_header .post_top .post_button_mobile {
    margin-left: 10px; }

.post_header_no_city {
  margin-left: 0;
  width: 100%; }
  @media (min-width: 1400px) {
    .post_header_no_city {
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 1600px) {
    .post_header_no_city {
      margin-left: 0;
      width: 100%; } }

.comments_anchor a {
  padding-right: 0 !important; }

.comments_count {
  font-weight: 700;
  display: inline; }
  .comments_count a {
    padding-right: 0 !important; }
    .comments_count a:hover {
      text-decoration: none; }

.content_post {
  margin-top: 50px;
  padding: 0 15px; }

.content_post_margin {
  margin-top: 7px; }

.post_small {
  border-radius: 50%;
  width: 165px;
  height: 165px;
  margin-bottom: 15px;
  margin-top: 15px; }

.right_panel {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px; }
  .right_panel .price_map {
    background: white;
    border: 1px solid #cddade;
    border-radius: 3px;
    margin: 20px 0; }
    .right_panel .price_map p {
      font-weight: bold;
      text-align: center;
      font-size: 16px;
      padding: 20px 0;
      margin: 0; }
  .right_panel .booking_search_form {
    width: 250px;
    margin-top: 0;
    margin-bottom: 20px; }
    .right_panel .booking_search_form p {
      border-left: none; }

.right_post {
  text-align: center;
  margin-bottom: 30px; }
  .right_post hr {
    width: 12%;
    border-top: 3px solid #ff9500;
    margin-top: 20px; }
  .right_post h4 > a {
    color: #2f3f45; }

.comment_icon {
  font-weight: 700; }
  .comment_icon .comments_image_none i {
    display: none; }

.post_form_bold {
  font-weight: bold; }

.ideas_city_search {
  padding: 20px 0; }
  .ideas_city_search img {
    width: 100%; }
  .ideas_city_search .search_city_info {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .ideas_city_search .search_city_info .search_name {
      font-size: 72px;
      padding: 10px 0 0 0;
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .ideas_city_search .search_city_info .search_name {
          font-size: 42px; } }
      @media (max-width: 700px) {
        .ideas_city_search .search_city_info .search_name {
          padding: 0;
          font-size: 24px; } }
      @media (max-width: 400px) {
        .ideas_city_search .search_city_info .search_name {
          font-size: 16px;
          margin-top: 8px; } }
    .ideas_city_search .search_city_info hr {
      width: 100px;
      border-top: 3px solid rgba(255, 255, 255, 0.7);
      margin-top: 15px; }
      @media (max-width: 700px) {
        .ideas_city_search .search_city_info hr {
          margin-top: 5px;
          margin-bottom: 5px; } }
      @media (max-width: 400px) {
        .ideas_city_search .search_city_info hr {
          width: 60px;
          border-top: 2px solid rgba(255, 255, 255, 0.7); } }
    .ideas_city_search .search_city_info .search_subtitle {
      font-size: 36px;
      width: 100%; }
      @media (max-width: 992px) {
        .ideas_city_search .search_city_info .search_subtitle {
          font-size: 26px; } }
      @media (max-width: 700px) {
        .ideas_city_search .search_city_info .search_subtitle {
          margin-top: 10px;
          font-size: 18px; } }
      @media (max-width: 400px) {
        .ideas_city_search .search_city_info .search_subtitle {
          font-size: 12px; } }
    .ideas_city_search .search_city_info .more_about_city {
      text-transform: none;
      padding-top: 20px;
      font-size: 18px; }

.no_posts {
  padding: 20px 0 70px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.post_left_rubrics {
  background: #1d9dc6;
  opacity: 0.9;
  padding-left: 100px; }
  @media (min-width: 1400px) {
    .post_left_rubrics {
      padding-left: 200px; } }
  @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
    .post_left_rubrics {
      padding-left: 20px;
      background: none; } }

.post_page_up {
  height: 54px;
  padding-top: 17px; }
  .post_page_up > * {
    background-image: url(/assets/scroll_up_2x-f8226d6f7ea4fbc467cd91ae3844326a.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 15px 0 0 0 !important; }
  .post_page_up:hover {
    background-color: rgba(86, 140, 161, 0.4);
    cursor: pointer; }
    .post_page_up:hover #post_page_up {
      background-position: 35px -15px; }
      @media (min-width: 1400px) {
        .post_page_up:hover #post_page_up {
          background-position: 85px -15px; } }
  .post_page_up #post_page_up {
    background-position: 35px 0; }
    @media (min-width: 1400px) {
      .post_page_up #post_page_up {
        background-position: 85px 0; } }

.left_rubrics_background {
  background: #f6f8f8; }
  @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
    .left_rubrics_background {
      background: none; } }

.info_city_post .rubrics_city {
  top: 0;
  width: 100px; }
  @media (min-width: 1400px) {
    .info_city_post .rubrics_city {
      width: 200px; } }
  @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
    .info_city_post .rubrics_city {
      top: 0;
      background: #1d9dc6;
      height: 100%;
      display: none;
      left: 20px; } }
  .info_city_post .rubrics_city .else_rubrics {
    left: 100px; }
    @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
      .info_city_post .rubrics_city .else_rubrics {
        left: 120px; } }
.info_city_post .rubrics_menu {
  top: 0px; }
  @media (max-width: 900px), (min-width: 990px) and (max-width: 1100px), (min-width: 1200px) and (max-width: 1270px) {
    .info_city_post .rubrics_menu {
      display: block; } }

.post_horizontal {
  font-size: 18px; }
  .post_horizontal a {
    color: #2f3f45;
    text-decoration: none; }
    .post_horizontal a:hover {
      color: #2f3f45;
      text-decoration: none; }
  .post_horizontal .guides_img {
    width: 100%; }
  .post_horizontal .title {
    padding-bottom: 20px;
    font-size: 18px; }
    .post_horizontal .title a:hover {
      color: #ff9500; }
  .post_horizontal .description_guides_post {
    font-size: 16px;
    line-height: 14px !important; }
  .post_horizontal .city_guides_footer {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #cddade; }
    .post_horizontal .city_guides_footer a {
      font-weight: bold; }
      .post_horizontal .city_guides_footer a:hover {
        color: #ff9500; }

#tag_cloud {
  line-height: 20px;
  text-align: center; }
  #tag_cloud a {
    padding: 0 5px; }
    #tag_cloud a:hover {
      background: #1d9dc6;
      text-decoration: none;
      color: white;
      border-radius: 2px;
      font-weight: bold; }
  #tag_cloud .s_hide {
    display: none; }
  #tag_cloud .s {
    font-size: 11px;
    color: #889da4; }
  #tag_cloud .m {
    font-size: 13px;
    color: #5f6f75; }
  #tag_cloud .l {
    font-size: 15px;
    color: #2f3f45; }
  #tag_cloud .xl {
    font-size: 17px;
    color: #ff9500; }
@media print {

  .navbar,
  .analytics,
  #invitation_modal,
  .title,
  .title_image,
  .invitation_list,
  .block,
  .point_image_sort_hover,
  .point_image_remove,
  .footer_home,
  .pdf_trip,
  .print_trip,
  .slogan,
  .copyright,
  .social-net,
  .subtitle_form,
  #comments,
  .hidden-md .hidden-lg .title_trip,
  .trip_route,
  .social-nav,
  .social-net,
  .user_discussions,
  #full_prev,
  #shared_trip,
  .search-booking-trip,
  .trip_facebook_link,
  .social-nav-mobile {
    display: none;
  }

  .print_trip_all, .print_trip_all .trip_route {
    display: block;
  }

  .trip_day h3, .title_trip {
    text-align: center;
  }

  .article_all, .point_article, .point_details {
    font: 16pt "proxima-nova",​sans-serif;
  }

  .route_point_info > h3, .trip_day > h3 {
    font: 24pt "proxima-nova",​sans-serif;
    font-weight: bold;
  }
  .route_point_info > h3 {
    text-align: center;
  }
  .article_all > img {
    float: left;
    padding: 10px 20px 10px 0;
  }

  #searchboxInc,
  .booking,
  .search-booking-trip,
  #bookingCarousel .item,
  .booking_title img {
    display: none;
  }

}
.redactor_box {
	position: relative;
	border: 1px solid #cddade;
	overflow: visible;
	width: 390px;
}
.redactor_box, .redactor_box textarea {
	background-color: #fff;
}
body .redactor_air {
	position: absolute;
	border: 1px solid #ddd;
	border-bottom: none;
	z-index: 2;
}

/*
	Fullscreen
*/
body .redactor_box_fullscreen {
    left: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.redactor_box textarea {
	font-family: "Helvetica" !important;
	font-size: 13px;
	overflow: auto;
	resize: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 1004;
	outline: none;
	border: none;
	width: 100%;
}
.redactor_editor {
}
.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
	font-family: "Helvetica" !important;
}

.redactor_editor code,
.redactor_editor pre {
	font-family: Menlo, Monaco, monospace, sans-serif !important;
}

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
	font-size: 16px !important;
	line-height: 1.2em !important;
	color: #434343 !important;
}
.about_red .redactor_editor, .about_red .redactor_editor:focus {
	padding-top: 195px !important;
}
.redactor_editor, .redactor_editor:focus {
	position: relative;
	outline: none;
	box-shadow: none !important;
	padding: 15px 20px 15px 20px;
	margin: 0 !important;
	background-color: #ffffff !important;
	overflow: auto;
	white-space: normal;
}
.redactor_editor a {
	color: #15c !important;
	text-decoration: underline !important;
}

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
	width: auto;
	max-width: 100%;
}
.redactor_editor video,
.redactor_editor img {
	height: auto;
}

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
	box-shadow: none !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
	margin-bottom: 15px !important;
}
.redactor_editor blockquote {
	margin-left: 3em !important;
	font-style: italic !important;
	color: #777;
}
.redactor_editor ul,
.redactor_editor ol {
	padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
	border: none;
	margin: 2px !important;
	padding: 0 !important;
	padding-left: 2em !important;
}
.redactor_editor dl dt { font-weight: bold; }
.redactor_editor dd { margin-left: 1em;}

.redactor_editor table {
	border-collapse: collapse;
	font-size: 1em !important;
}
.redactor_editor table td {
	border: 1px solid #ddd;
	padding: 5px !important;
	vertical-align: top;
}
.redactor_editor table thead td {
	border-bottom: 2px solid #000 !important;
	font-weight: bold !important;
}
.redactor_editor code {
	background-color: #d8d7d7 !important;
}
.redactor_editor pre {
	font-size: 90% !important;
	background: #f8f8f8 !important;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	padding: 1em !important;
	white-space: pre;
	overflow: auto;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
	color: #000;
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
}

.redactor_editor h1 {
	font-size: 36px !important;
	line-height: 40px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h2 {
	font-size: 30px !important;
	line-height: 38px !important;
	margin-bottom: 15px !important;
}
.redactor_editor h3 {
	font-size: 24px !important;
	line-height: 30px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h4 {
	font-size: 18px !important;
	line-height: 24px !important;
	margin-bottom: 10px !important;
}
.redactor_editor h5 {
	font-size: 1em !important;
	margin-bottom: 10px !important;
}

.redactor_editor.redactor_editor_wym {
	background: #f6f6f6 !important;
	padding: 5px 15px !important;
}
.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
	background-color: #fff !important;
	border: 1px solid #e4e4e4 !important;
	padding: 10px !important;
	margin: 10px 0 !important;
}
.redactor_editor_wym ul,
.redactor_editor_wym ol {
	padding-left: 2em !important;
}


/*
	TOOLBAR
*/
.redactor_toolbar {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 2px !important;
	line-height: 0 !important;
	list-style: none !important;
	font-size: 0;
	background: #f5f0ec;
	overflow: hidden !important;
	height: 32px !important;
	border-bottom: 1px solid #ddd5cd;
}
body .redactor_air .redactor_toolbar {
	padding-right: 2px !important;
}
.redactor_toolbar li {
	float: left !important;
	margin: 0 !important;
	padding: 3px 1px;
	padding-right: 0;
	list-style: none !important;
	outline: none;
}
.redactor_toolbar li.redactor_separator {
	float: left;
	height: 34px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #f1f1f1;
	padding: 0;
	margin: 0 2px 0 3px !important;
}
.redactor_toolbar li a {
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	* border: 1px solid #eee;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	zoom: 1;
	outline: none;
	text-decoration: none;
}
.redactor_toolbar li.redactor_btn_right {
	float: none;
	float: right !important;
}
.redactor_toolbar li a {
	display: block;
	text-indent: -9999px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAooAAAAZCAYAAAC2GQ9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAF4BJREFUeNrsXQlYFFe2LpoGgQZtVEARjYrigijuW9xIHNQxLsm4PWNERxhw17glE2OIz2U0xnFl1JeYoFGzqdHEMUHFLcaFuCBk3CKIyoAoNFtAoOn5T3sbO/0a6Oqqbsnk/t93v1q66p6qW/ec859zb1U76HQ6gYODg4ODg4ODg8MUDpwocnBwcHBwcHBwcKLIwcHBwcHBwcHBiSIHBwcHBwcHBwcnihwcHBwcHBwcHJwocnBwcHBwcHD8ZuEaERGxWaPRhIk5Sa1Wf7h169bpWC2y9wUr+TPj4OCoLJCMjo72ycnJaVNWVubl5OSU1qZNm0QYuV9403BwcPxOodiyZUubo0ePJn322Wee2NaIPL+hWJJIwDmTsViGcvv3ThSV06ZNG+js7OxIGyUlJdpNmzbFYbWM902OGgCXqKiolY8ePZplbQX16tVbFxMTswirxVUdl5ycrIyNje1QWFg4oKio6HkQNX/ogx+Rt/Lycnd2WLlCoSDSVlqrVq2fQeRuu7i4JKhUqrjhw4f/1LNnT62Ee3VctWpVjxs3bnwJeWqlUlkE+W4FBQVHGjduHDZ48OCHOEZXE9rqGcJ55syZczIyMlairbvMmTPnEj0TaytDe1s1vLNgwQIHrpocv3OoR48enWO600oiV6WMsLCwPiCJp2gHbVshw8fo+i5bcC7JDTY69zdDFJURERGhW7du/VYmEucaHh6+CU5otFarVZmyb5QMifV7TJgw4YfHjx8HmvvRy8vrbyCkS7D6WMa2rTN27Ng0ONnahh2enp7/QCQyV3gGqWMOWdBACvEhsPP/jpJalX4dOHBgUEpKygEQwXKQwGIET1q1Wl2KbRqCSAdxVKA4/vLLL846nU4B3QksLi4Oys/PH/3gwQPFsWPHhoG8HLZSP5XLli0bnJSUtMfPzy9zypQpR7y9vfMuXrzYCDo/NDExcTyI4maK5WpAWz1L1IW9eo1F+1OxoOstkFtIaGio8Nxzzwloe66BHLL6JFPAvuTt2bOnCVZzrZThNG/evMlpaWn/MOyA/UresWPHH+CDvzP44FGjRvmjpFQTbIrSxZUrV767aNGit032N0W5LJMMqkv46KOPThnvtIIs1jJa/5jsG+rYZ+5A1DuSyQ02c26NJorOiJxfd3Bw6Ij1H1CyJV6DIwxgaG5u7iSTBtqPxhuBVT85iCI66vJt27bNjIuL696mTZu06Ojo/bt37+68b9++3llZWQuXLFmSgX2bKDsjl1JC4d6AcqyFcjiDCH86cOBA6gwuVhDFimgJ7dIM6ymWnmhhB641ffr0v6IdFn366afehs4vs4xKoz6ZZdhSTgORkWBlUWGDashPbRhaGmJwwDnJIHy369SpU+Tm5kbErAzkUMB6KdNfyr47Qn9qgay4nTt3rtkXX3zRLj09PRr7z1ihn0rowZhr165tDQgIuAdCeBmGPgFBzu1evXoFw0iGgqg2x3Fu1RHFStrKJTY2tulrr71G919sZltsWz0rKEDmO7m6uuqdLsj5IHJWtiCKrVq1ElxcXPRk8c6dOzbJvNhABy2SJSHjY+v7sGc72QsNmzRpkgqCltS1a9f0DRs2DDp16lQ79K1S6OBG0uf58+cPYskZa4mi83vvvXfl7Nmz295///1w+NpU2JNVVCd88MqlS5fOX7x4MUU8CrJvMhJFBzMkUf8cZWw/s3WtXr16HdN9a5452cZU9JlJBiJqhFT2+zPXj6qIosO6desaJiYm/gVO4ige/vfYR0NZ9fPy8v4cEhKyg8hQVFTUMEQonlu2bNlUjeOoDO4pKSkRZvYbLtRdhgecj5LOOiZFTeRcb44bN67o8OHDPYqKihyhLD2wL1YG4mtA4d69e/2JJNarV68EJJGGpe4K1g2jGXeg/lacW11E5RYaGloARXbC+nOGdpJZhmBGEWwhw5ZyXEwiQTrODcZ1ETMYK7GobP5esFFU6FLNNfiADLaglQEDBpwk/cMqDfVSxtt16tSpH48ZM+ZtkLgk9qyUIJJuKPVBIF8goojzA7DfW2R/dnrrrbcm//zzz2u7det23c/Pr3Djxo1/xPqZwMDAtC+//HKFu7t74ciRIxMt6CPm2kpP/DIyMsIoMGcBoOm22LZSrFmzJiApKWkD7nkAAthSnU5H+l3u5eW1Gk5qOZyW68GDB1dkZ2eH4/cyFC2OcfDw8PgK97UIgW+qFQ6LSPmwyMjIeMgf8+jRI1/Ykk6DBg26J0gYfjZFhw4dnnbMpk3lIIr20kFLZVmb8bH1fdizneyFslWrVr3PSBr198F6Rw8IT4YzM2DD6LqljBISB3io1WofM19LHCML5d8o9UpLS4uYH8yWkSQSKbr1LBoUZPuYj4/PWQnE2pCV3F4JaWtWE/TcHFF0fOONN/rA8EVpNJrRcFJXnn/+ecocOlO2DQ0zAs6obPz48Vfo4KCgIA8Y4oUgXdF169bdjLITUcNPIoylOyLmAjgn0/13ZHyeRBRvFxcX68lnWVkZkbULa9eubU8kEUTucVhY2HmWnZEL5SDZrWmlXbt2KSy7c9NaJUSH+bvJerCF0Yol0L700kv3QRQNUVOuDWSIvXarZdhJDh17HqTts4cPH/ahHVjP27x58+gqyKKlqFNSUmIgSNRvjrI6SafaghA13blz56YzZ85Mg67tYX2K+q7KGcAyEn2dMn51xGQCFixYMC8tLW0JyOlFBE4OBw4c6Ari802fPn0y33nnnc9r166tnDdv3nZvb+9kMfeINmkKXXiOHBKIpjvshwbk+sUCwHQbBE7Xvn17MYGK+61bt7bQPM7WrVvfadKkySMEsm737t1TFxYW/gm6vRX1+yCYHQSilQ7yq3F1dS2GvfG5ffv2aJzrgTrGMBshBrXxjOq0aNHiLEp/2MvGP/7445/QXkfkzCo2aNBAACEV+vXrp88snjhxQnKd9tJBC2Rdrsn3Yc92shOIrH3LAs76sBH6BI3uyadP6LopmeEm0X7RSEcmVPnfzNeSrDSWqHGHTpIPviZjQkbvs/CsokG2lhh2xMTEpEdFRfnaukFnzJgRAtlRWM2R2JcryyjWCP0wJYpuERER22F0+3bs2PH8kCFD1sP4/os9ZHJS6uTk5L/07t37NHv4uXCOV1BWw2n5I2rvCcM7DRH6cpCwNRZmGEsHDx58/tixYy+j4zraQ1uuX7/uj05FUYDQqFGjgokTJ55s2LAhNVChjGLq3r17txetBAQEXGRtaG2kpsH1zmYPf0Bl0YcZ9Mfx6yzJfhKJxbFTWGRUIU9GGYaOT9mlEzQng5TDwnsRI6Oivdj8Dg2LOPfJLMeNkcQ/GnbQOu1jZFGYNGkSZcmE7du3h4l83k4gNnqyBHL2kD0fQ+BVV680paUe6Mex06dPf37jxo00N46Cn3zwriw989dqFSy4swS15s6d+7/379+fC6JzFrKVcXFxwdCLw506dfoRJG4tzVEcOXJkPEhqAo6/IYgYPUCbUOBI5JIy1uply5aFRUdH7zE8G5NtcjSBx48ft7T6htnZ2X38/f2zUUc86RmcUZ34+PgOGRkZ+StWrPizo6Ojc/fu3a+BRCpDQkIuY5uyGk3gSF5BMBwiPJkgLoYoOuKZ9rtz585Y9Kuxhp0gn0MoayIXUVSr1TT3keyVnijSNpFF2pYAMbotGOmQxkLHJWbIqz/KbCNZYoZsDbbkKxH6LUbHRbWTBFtlTxQa+TjPan6v6TB+85iybpcN09Ww/BrbV7F8JMg7BUBjQr7yUE4yvy5pFMEGGUVZ9dyUKHq2bNnSEdG/J5xGRzyEPDicm4GBgZQq1h44cKAbyJwvTUrF9j3WUDdg1P0uXbo0AI6yo0qlKu/SpQs5KJWFziTPx8fnfGxs7IfffvvtS7t27fIBUbXpW3zBwcHZb7755uE1a9b0RbTut3z58iEwwJeXLl36vVydmBxtfn6+2tXVtWzgwIFxEiMotYSUsiVzNDzQqc7RSnh4eHdcr6cNZAiGTghZlyS2gUXHMjLqKbLNLJXja0wSjckiosy9eqtbWBjKiJIbyONmMf3HsALSpgWxMR6icTTJOPkxo08RvA4RvN5gKRQKnXE9leHGjRuu27Zte4dI4rBhw05169YtBYRr3Ouvv/45dPlnLOeAhKUhcMxElD6ybdu2Py1cuJAyDmKGjchg32XX06CkpIRIbQYrptt0/Q1E1F2PEWrqW/tRbu3YsWMCAs++7PeKZ+Tg4KDLyckhZ0L2qz3OGZyXl6dmdYgZulKlpKS8sGnTplVeXl6UgWmMZzwEz95z9+7dIePGjaMpLFqpRsRACoks0pAzzVFE4C6VKIqds5UqyD/cXNW5l0XYEsOxwTZoA7Ud2tjqeWRWkOtKZcGnO+G3U1bWKwY6Z2fnfEHakLO5N49TDIQKSxrppJLI5GRbK6MS0mYIToz7oeTsqA0yirLquSlR1M6fP5+MbeYnn3zS5uTJk/1Onz49HM7hlcWLFycgSp/es2fPYyybSA2pmDt37uR79+4ta9as2dXx48ef6t+/P6WVz4lg2JSavkoPIDQ0NOuDDz5409ahCJsncRFO8AGuPxzXr7p79y6l4cmZ35dBhNv58+eJoQstWrTIYg8hX2JHsuXQc73IyMj3r127FgSi/gmI4hQbDT2bKqDaQjmXrVUS9kbaABvI8a7sh8zMzFBT8shIjMVQKpU69FOH7OzsWgik/j+z9/DQTZkyJQn6aGy0BDpezyZ/TS4rJaRXrlzpmJ6ePhUk8QT0958nTpzwBjmlQMc/OTl5aKdOna56e3uXov36NW/e/PrLL798UxA5RQMcuQ+Cz+eNhp4F2JkpRkPPFdtWDD070XxD3DdlK2n+Stqrr756HAFaL+xr7uvrm492VOCZqPz8/K6iP1xg+ugOAkZvjDuIyLzq22znzp0dUV8XkMR3maNoHgTAPjaHvZwHoviVHM6D5idSJtEYRBbpxRY4d6m2RPZpJVbUL1mWLe/JDvehroQgiHHuakuJooksz61bt448cuRIY+hf+UcAC+bE1muWENatW9esv8vPz28gUS3012/mzWMDWbxslBmzFpW9Qa0WbDS1wAYZRVl1wpQo5rBUahqcRnMUXziOOkVFRaqvv/6694MHD/qtXbt2CutQNESk7t27dw6i3JWBgYGGrEEK62iWprB1TO4FQd43lCoFm6NIk33qqdXq0UQUnZycyMF6yUQUPdFW3WmFnCsWDwRpE4RtPfRc0L1790sHDx4cuX37dnJ+ZTYaejadS0L3tVZmGabKEs0UcbbMcpxFXoq3iGPL6Q3n3Nxcl7y8PFcQRYVRhkqLbc3s2bOv+Pv7f4btU8LT+TEKOl4fqTx5Q7q6YM0JutARpFIBXafhmuNdunRpDGPeMiEhoTUIz3cIoHwPHTrUq0+fPokTJkzYCwJ2RxD5ZQAbDz1rQZ4e4Dr9pk2b9n8gfrdAotVarbYZiuucOXP2gNS5o/7/gU4GXLhwYWFhYSE5sfY5OTm1AwICxE4J8UR7fIN2U02aNOlv0Jceq1ev7ol66U1wISsrqy0C0PVr1qwJFyR8BouyiTQ3EURev03kMCIiQr8kAkm/SbUlVeiM2OFmU/Ji8ZCwRFnWyKxJQ8+GrKi19y2GEJnKavj48eMX9A5YpyM7QaM8SVbUazYX07Vr19sNGzbUpKam+u3YsaMTbEfqwoULZ8Lf0lQaKSOGVb15THZS6jcGFdBvXxBRW79BbeuMoqx6rjST3aNsIQ0B0VBMI0S0NLSSu3Tp0jlwIscYGcwyGOlXXnmFhmv/xSJoIlm5VpKiEsG+8yPKYMy73bx5sz5t9OjR46bEDlzR0b755pvg7OzsxrQRHBz8gyBxoqtg+6Hnx7NmzXoTBKFZVFTUwpiYmLk2kFFhrIw+faS2gQxjRdgvJRtZ3b2IjNjETBAv8fb21oAoNti/f//Q0tLSWyCA6SCIOSA+j5YvX/42yFCm8ORFl8wVK1YoiouLvRwcHJqCIL5EFdSvXz9XqH7qh7Jly5alCAKd9uzZ4zZ27NhbKpUqZ+jQoTtCQ0ObIygckZiY2Hn48OFnRowY8TWCqZMsayf26wbGQ8/euHbStXQWQJluix16zp48efIBOKOXb9261RPbPR8+fEhD0QU05QNk8Z8gt66wXa3i4+N7wzm2MMrYPcA9fyVSPz127dq1EEt6q5zmHnvOnz+fyPp7KG2EJ1NyDgnWfQarghQicKP+W7GPMog0/EwEkogiEUgrs4qW9O9UCZkTsUPCUmRZK7OmDD1rBPu9/GIqy1+j0ZQyomh4meW0TLKo3vvTp0/fu2HDhpEHDx6MpdK6deuD77777geC9Jf9fgW53jw2BIKm2Up7wAYZRVn1vLr/enZkmRN6e7Kt8GTe4RVGJo1/L2edQ+pnIfqjweINmSDKPFEGjTIdEuv1CAsLS2CfDPl1r/D0LOrbt2/G+PHjN2DzC+Fp+t0a1JoxY8bSzMzM+cY7IyMjg0JCQpIF6+dmkPGbyNap/TuIICgfW9AZ6LtZL1ImR3gyDYAce6jMMow7cH9GeDUW3otYGcFMRirrO01Z+0mVU9E/JUaP1fXp1t9//330+vXrR4P8lTs6OhZiWYSSr1QqH9MHuKG3RSA97lgqy8vLPbB0wdIVRUUf4J46deo+BHl/ZUFcpZwEdfRFYPB2QkJCBy8vr/WdO3f+0NnZucnp06dX5uTkBEFvvkPfPQzZp1i0XiRWl23cVjSXirL3dJyfIYBlffgH5vyc2O9dUWozu0W6SKMfdI0JFjoZi+eU4bpF/1GA4Z9ZZs6cqSeLhNjYWCEjI0M/BE3k0RjoH3qyKPKfWYKr0QWxulZTZMktM9hCm2GPe5IbHpMmTfqxsLCwpfHOoKCgPyxevPiYIMP8WqaXFLj1RnFl+njbKKtpbbbdrF2BvrViyS2pHIRGBugly7cMOwxvUMvERUx5zgDWHv0rySjq/ZfJ8cftrXvVEcUKAiQ8/dRGriDvP5hURYgMNyRV6XzZg+jLSFEBy144s6wqOVNSkOsS743aiD5ETm9SBrEMJWV99kvsxGqjTqRh25ZEDIaUcnXDCO7MyRrmpVD71JdZhun9qM2syyVDbXQvGqP2kyqnx7Zt27bHxcW1traDDBw48Fp4eDgNM5yt4jB6ueLFlJSUMVevXm12/fp196ysLBWIm3tJSQkNFztSAaGjf2rRqVSqYnd39yJE1fmtWrUqROR+r2nTpp+CVNKnMB5WIYcyfM1LS0sHHj58OOTQoUOd4DxcYBNq4VzHWbNmHQwODj7C+nCayEyivdpKwcgf6Xhdps+kZ/mMqD1ix9C0Eh8W7Dqwe6Hf/s36uyW6GWzpi1gw6B3F2i07/YVfdbpgjT7XBFlyy7TUZtjjnuSGL/NR/ZndL2Q6dpj5wBIZZCiYP2zESKP+szlMJ6X8M5kpATK8ebxPkOev7QyJjIk06sWylTQtjkZRj8oUAFgdRIsgirLqnqVE0V4wJUSCIH2+hD6CYgpRX/j1RPxypiQPWJFKgIlQN2DF1YhY07yuHEG+D4xyPBtQ36Qh836CdUNT1I9PsMAhtYrjlIzUtBOeDHH6MGPrzrJjDsLTaRJa4em0jRxmjGl4OImRoOqmgbgKT/8iqhHTD0PfpTrOMeNeWkPbyp6wNMv0W8gqcfx+Yc4fUmB1lwVPkjOKIEK6agiPtdO8zBEgucm5gSx2Fp7Mrb7I7Gi2TDJ6xMTExMbHx7cUc1JISMiNyMjIidUEzjZBTSOKHBw1GS5GgYCLFecbfwamuglmCiaDjDplzNxYIKI0Mu46ZtTLWJDzCzP4Bax+Sw2+EyOilHVTMdmFjGjmWOk47NlW9g5k5c6Ac3Bw1CyQjtMIRS6zgeUy1t3MKIi29E8Rco0C5xR7N8Zviih+/vnnFRc7atQoB96XOTj++2AvPef2hIOD4xklHGgKnI+IIJqC5UwWvNsscK7MJv7mMop0I9yoc3D895NFe+g5tyccHBwcVdtEPvTMwcHBwcHBwcFhFpwocnBwcHBwcHBwmMV/BBgAHTxEUMWGlxEAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	   only screen and (min--moz-device-pixel-ratio: 2),
	   only screen and (-o-min-device-pixel-ratio: 2/1),
	   only screen and (min-device-pixel-ratio: 2),
	   only screen and (min-resolution: 192dpi),
	   only screen and (min-resolution: 2dppx) {

	.redactor_toolbar li a {
		background-image: url(data:image/png;base64,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);
		background-size: auto 25px;
	}

}

.redactor_toolbar li a:hover {
	border-color: #98a6ba;
	background-color: #dde4ef;
	outline: none;
}
.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {
	border-color: #b5b5b5;
	background-color: #ddd;
	outline: none;
}


/*
	BUTTONS
	step 25px
*/
body .redactor_toolbar li a.redactor_btn_html				{ background-position: 0px; }
body .redactor_toolbar li a.redactor_btn_formatting		    { background-position: -25px; }
body .redactor_toolbar li a.redactor_btn_bold				{ background-position: -50px; }
body .redactor_toolbar li a.redactor_btn_italic			    { background-position: -75px; }
body .redactor_toolbar li a.redactor_btn_deleted		 	{ background-position: -500px; }
body .redactor_toolbar li a.redactor_btn_unorderedlist 	    { background-position: -100px; }
body .redactor_toolbar li a.redactor_btn_orderedlist   	    { background-position: -125px; }
body .redactor_toolbar li a.redactor_btn_outdent	 		{ background-position: -150px; }
body .redactor_toolbar li a.redactor_btn_indent		 	  	{ background-position: -175px; }
body .redactor_toolbar li a.redactor_btn_image		 		{ background-position: -200px; }
body .redactor_toolbar li a.redactor_btn_video		 		{ background-position: -225px; }
body .redactor_toolbar li a.redactor_btn_file		 		{ background-position: -250px; }
body .redactor_toolbar li a.redactor_btn_table		 		{ background-position: -275px; }
body .redactor_toolbar li a.redactor_btn_link		 		{ background-position: -300px; }
body .redactor_toolbar li a.redactor_btn_fontcolor		 	{ background-position: -325px; }
body .redactor_toolbar li a.redactor_btn_backcolor		 	{ background-position: -350px; }
body .redactor_toolbar li a.redactor_btn_alignleft		  	{ background-position: -375px; }
body .redactor_toolbar li a.redactor_btn_aligncenter		{ background-position: -400px; }
body .redactor_toolbar li a.redactor_btn_alignright		  	{ background-position: -425px; }
body .redactor_toolbar li a.redactor_btn_justify		 	{ background-position: -450px; }
body .redactor_toolbar li a.redactor_btn_horizontalrule 	{ background-position: -475px; }
body .redactor_toolbar li a.redactor_btn_underline		 	{ background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen		 	{ background-position: -550px; }
body .redactor_toolbar li a.redactor_btn_normalscreen		{ background-position: -575px; }
body .redactor_toolbar li a.redactor_btn_clips		 		{ background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment	 		{ background-position: -625px; }

/*
	Toolbar classes
*/
.redactor_format_blockquote {
	font-style: italic;
	color: #666 !important;
	padding-left: 10px;
}
.redactor_format_pre {
	font-family: monospace, sans-serif;
}
.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {
	font-weight: bold;
}
.redactor_format_h1 {
	font-size: 30px;
	line-height: 36px;
}
.redactor_format_h2 {
	font-size: 24px;
	line-height: 36px;
}
.redactor_format_h3 {
	font-size: 20px;
	line-height: 30px;
}
.redactor_format_h4 {
	font-size: 16px;
	line-height: 26px;
}

/*
	DROPDOWN
*/
.redactor_dropdown {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	top: 28px;
	left: 0;
	z-index: 2004;
	position: absolute;
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	-webkit-box-shadow: 0 2px 4px #ccc;
	-moz-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	line-height: 21px;
	padding: 10px;
}
.redactor_separator_drop {
	border-top: 1px solid #ddd;
	padding: 0 !important;
	line-height: 0;
	font-size: 0;
}
.redactor_dropdown a {
	display: block;
	color: #000;
	padding: 3px 5px;
	text-decoration: none;
}
.redactor_dropdown a:hover {
	color: #444 !important;
	text-decoration: none;
	/*background-color: #dde4ef;*/
}

/* ColorPicker */
.redactor_color_link {
	padding: 0 !important;
	width: 15px !important;
	height: 15px !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset !important;
	border-radius: 4px !important;
	float: left !important;
	border: 2px solid #fff !important;
	font-size: 0;
}
.redactor_color_none {
	font-size: 11px;
}



/* MODAL */
#redactor_modal_overlay {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	opacity: 0.50;

	background-color: #333 !important;
}

#redactor_modal {
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	box-shadow: 0px 5px 60px #000;
  	border-radius: 3px;
  	z-index: 50001;
	font-family: "Helvetica" !important;
	font-size: 12px !important;
	color: #000;
}
#redactor_modal_header {
	padding: 11px 30px 0 15px;
	font-size: 12px;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
}
#redactor_modal_content {
	padding: 20px 30px;

}
#redactor_modal_close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #777;
	cursor: pointer;
}
#redactor_modal_close:hover {
	color: #000;
}
#redactor_modal label {
	margin: 10px 0 3px 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
}
#redactor_modal textarea {
	margin-top: 4px;
	display: block;
}
.redactor_input  {
	width: 99%;
	font-size: 14px;
}
.redactor_modal_box {
	height: 350px;
	overflow: auto;
	margin-bottom: 10px;
}
#redactor_image_box {
	height: 270px;
	overflow: auto;
	margin-bottom: 10px;
}
#redactor_image_box_select {
	display: block;
	width: 200px;
	margin-bottom: 15px;
}
#redactor_image_box img {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	max-width: 100px;
}
#redactor_tabs {
	margin-bottom: 18px;
}
#redactor_tabs a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	padding: 4px 14px;
	font-size: 12px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	line-height: 1;
	border-radius: 10px;
	margin-right: 5px;
}
#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
	background-color: #ddd;
	padding: 5px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;
	border: none;
	text-shadow: 0 1px 0 #eee;
	color: #777 !important;
	text-decoration: none !important;
}
#redactor_modal_footer {
	padding: 9px 30px 20px 30px;
	border-radius: 0 0 3px 3px;
	text-align: right;
}

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
	position: relative;
	top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
	position: relative;
	z-index: 2;
	font-family: "Helvetica" !important;
	height: 23px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 1px 2px;
	background-color: white;
	color: #333;
	font-size: 13px;
	line-height: 1;
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	-ms-transition: border 0.3s ease-in;
	-o-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
#redactor_modal textarea {
	line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
	outline: none;
	border-color: #5ca9e4;
	box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.redactor_modal_btn {
	margin-left: 8px;
	position: relative;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 16px 5px 16px;
	border-radius: 4px;
	background-color: #f3f3f3;
	background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
	background-image: linear-gradient(top, #ffffff, #e1e1e1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 0 1px 0px #ffffff;
	color: #000;
}
.redactor_modal_btn:hover {
	color: #555;
}
.redactor_modal_btn:hover {
	filter: none;
	background: none;
	background: #f3f3f3;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	text-decoration: none;
}


/* Drag and Drop Area */
.redactor_droparea {
	position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}
.redactor_droparea .redactor_dropareabox {
	z-index: 1;
	position: relative;
    text-align: center;
    width: 99%;
    background-color: #fff;
    padding: 60px 0;
    border: 2px dashed #bbb;
}
.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
    color: #555;
    font-size: 12px;
}
.redactor_dropalternative {
	margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
    background: #efe3b8;
    border-color: #aaa;
}
.redactor_dropareabox.error {
    background: #f7e5e5;
    border-color: #dcc3c3;
}
.redactor_dropareabox.drop {
    background: #f4f4ee;
    border-color: #e0e5d6;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.new_session .well_session {
  margin-top: 30%; }
  @media (max-width: 1200px) {
    .new_session .well_session {
      margin-top: 10%; } }
@media (max-width: 768px) {
  .new_session {
    width: 50%;
    margin: 0 auto; } }
@media (max-width: 650px) {
  .new_session {
    width: 65%;
    margin: 0 auto; } }
@media (max-width: 550px) {
  .new_session {
    width: 80%;
    margin: 0 auto; } }
@media (max-width: 450px) {
  .new_session {
    width: 100%;
    margin: 0 auto; } }
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.faq_content {
  border-bottom: none !important; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
#days {
  overflow: hidden; }
  #days .start_add_trip {
    text-align: center;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 1.6; }
    #days .start_add_trip p {
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 30px;
      margin-bottom: 0; }

.trip_menu {
  height: 46px;
  border-bottom: 1px solid #e4ecef;
  background-color: white;
  opacity: 0.9;
  font-size: 13px;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  top: 52px;
  left: 0px;
  z-index: 11; }
  .trip_menu .trip_menu_pedding {
    padding: 0;
    padding-top: 1px; }
    @media (max-width: 1200px) {
      .trip_menu .trip_menu_pedding {
        padding-bottom: 5px; } }
    .trip_menu .trip_menu_pedding .menu-mobile-trip span {
      border: 1px solid #0d556c; }
    @media (max-width: 1200px) {
      .trip_menu .trip_menu_pedding .navbar-collapse {
        font-size: 11px;
        background-color: white;
        opacity: 0.9;
        margin-top: -5px; } }
  .trip_menu a {
    text-transform: uppercase;
    font-weight: bold;
    color: #2f3f45; }
    .trip_menu a .plan_trip {
      padding: 0 2px;
      letter-spacing: 1px; }
  .trip_menu .map_trip_btn, .trip_menu .plan_trip_btn, .trip_menu .all_route_btn {
    display: inline-block;
    color: #0d556c;
    font-weight: 700;
    padding: 0 3px;
    margin-top: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .trip_menu .map_trip_btn:hover, .trip_menu .plan_trip_btn:hover, .trip_menu .all_route_btn:hover {
      text-decoration: none; }
  .trip_menu .all_route_btn {
    margin-left: 30px; }
  .trip_menu .plan_trip_btn {
    margin-left: 30px; }
  .trip_menu .active_trip_btn {
    border-bottom: 2px dashed #0d556c; }
  @media (max-width: 1200px) {
    .trip_menu .map_trip_btn {
      margin-left: 30px; }
    .trip_menu .pull-right {
      float: left !important;
      margin-left: 80px !important; }
      .trip_menu .pull-right .print_trip, .trip_menu .pull-right .pdf_trip {
        float: none; } }
  @media (max-width: 768px) {
    .trip_menu .pull-right {
      margin-left: 30px !important; } }
  .trip_menu .print_trip, .trip_menu .pdf_trip {
    text-transform: none;
    font-size: 13px;
    color: #0d556c;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 6px;
    height: 35px;
    float: right;
    padding-top: 7px;
    padding-left: 40px; }
  .trip_menu .print_trip {
    width: 150px;
    background-image: url(/assets/print-17d75d56a9f39b6658a422d59e5fc595.png);
    background-repeat: no-repeat; }
  .trip_menu .pdf_trip {
    width: 130px;
    background-image: url(/assets/download_pdf-b5d175d338d6ff187753042889b128c5.png);
    background-repeat: no-repeat; }

.nav-tabs-trips > li > a {
  margin-right: 0 !important; }
  @media (max-width: 1075px) {
    .nav-tabs-trips > li > a span {
      display: none; } }

.search form {
  height: 38px;
  border: 1px solid #e4ecef;
  border-radius: 40px;
  background-color: white; }
  .search form .form-group {
    padding: 0 0 0 5px; }
  .search form input {
    height: 34px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: none; }
    .search form input:focus {
      border: none;
      box-shadow: none; }

.trip_title {
  margin-top: 70px;
  margin-bottom: 10px;
  position: relative;
  color: white; }
  .trip_title img {
    z-index: -1;
    width: 100%; }
  .trip_title .over_block_background {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(1, 37, 51, 0.6), rgba(1, 37, 51, 0.4), rgba(1, 37, 51, 0.1));
    width: 100%;
    height: 100%; }
  .trip_title .over_block {
    position: absolute;
    top: 55px;
    text-align: center;
    width: 100%; }
    .trip_title .over_block h1 {
      font-size: 75px;
      text-transform: uppercase;
      padding: 30px 80px; }
    .trip_title .over_block hr {
      width: 100px;
      border-top: 3px solid rgba(255, 255, 255, 0.7); }
    .trip_title .over_block .subtitle_trip {
      font-size: 24px;
      width: 100%;
      padding: 0 80px;
      margin: 0 auto; }
    .trip_title .over_block h1, .trip_title .over_block .subtitle_trip, .trip_title .over_block h2 {
      font-weight: bold;
      max-width: 100%;
      text-shadow: 3px 3px rgba(0, 0, 0, 0.3); }
    .trip_title .over_block h2 {
      padding-left: 10%;
      padding-top: 10px;
      max-width: none;
      margin-top: 0; }
    .trip_title .over_block .edit {
      position: absolute;
      right: 17px;
      bottom: 0;
      border: 2px solid rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      font-size: 19px;
      padding: 2px 0;
      display: block;
      width: 32px;
      height: 32px; }
      .trip_title .over_block .edit a {
        color: white;
        padding: 20px 25px 20px 35px;
        position: absolute;
        right: -20px;
        bottom: -22px; }
        .trip_title .over_block .edit a:hover {
          text-decoration: none; }
    .trip_title .over_block .edit_bottom {
      bottom: -80px; }
    .trip_title .over_block .edit-mobile a {
      padding: 15px 25px 25px 35px; }
  .trip_title .over_block_top {
    top: 25px; }

.update_trip_title_icon {
  display: none; }

.update_trip_title:hover {
  cursor: pointer; }
.update_trip_title .update_trip_title_icon {
  display: inline-block;
  color: #0d556c;
  font-size: 20px;
  padding-left: 7px; }

.trip_title_form {
  display: none;
  width: 70%;
  float: left; }
  .trip_title_form .field_title_trip {
    font-size: 14px;
    border: none;
    height: 35px; }
  .trip_title_form .update_subtitle_btn {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    background: none;
    font-size: 24px;
    color: #0d556c; }

.toppadding_trip {
  padding-top: 60px; }

.trip_route {
  padding-top: 10px; }
  .trip_route .not_shared_trip {
    padding-top: 150px; }
  .trip_route .trip_day {
    min-height: 50px; }
    .trip_route .trip_day h3 {
      margin-top: 0;
      font-size: 32px;
      font-weight: bold;
      float: left; }
      .trip_route .trip_day h3 span {
        padding-left: 5px;
        font-size: 24px;
        font-weight: normal; }
      @media (max-width: 768px) {
        .trip_route .trip_day h3 {
          font-size: 22px; } }
    .trip_route .trip_day .pull-right {
      max-width: 350px;
      min-width: 160px;
      font-size: 22px;
      padding-top: 5px; }
      @media (max-width: 768px) {
        .trip_route .trip_day .pull-right {
          max-width: 100%;
          display: inline-block;
          float: none !important; } }
      .trip_route .trip_day .pull-right .calendar_btn {
        color: #0d556c; }
        .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar > * {
          background-image: url(/assets/trip_navigation-e511f349ec5be168df192e6063dbc9ac.png);
          background-repeat: no-repeat;
          padding-left: 40px;
          background-size: 127px 25px; }
        .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar .right_calendar {
          background-position: -90px 0; }
        .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar .left_calendar {
          background-position: 0 0; }
        .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar .plus_calendar {
          background-position: -40px 0; }
        .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar .left_calendar_none, .trip_route .trip_day .pull-right .calendar_btn .arrow_calendar .right_calendar_none {
          visibility: hidden; }
        .trip_route .trip_day .pull-right .calendar_btn .day_calendar {
          font-weight: bold;
          font-size: 16px;
          position: relative;
          top: -2px;
          padding: 0 2px; }
        .trip_route .trip_day .pull-right .calendar_btn a :hover {
          text-decoration: none; }
        .trip_route .trip_day .pull-right .calendar_btn .calendar_icon {
          background-image: url(/assets/calendar_icon-04386e85efb286487fcdeea8ffe039a6.png);
          background-repeat: no-repeat;
          padding-left: 25px;
          margin-left: 20px; }
    .trip_route .trip_day .calendar_all_points {
      padding-top: 0; }
  .trip_route .trip_map {
    height: 279px;
    width: 100%; }
  .trip_route #trip-points {
    background: white;
    border-bottom: 2px solid #cddade;
    padding: 15px 25px 50px 25px;
    border-radius: 4px; }
  .trip_route .all_points, .trip_route .all_routes {
    min-height: 350px;
    margin-bottom: 30px;
    border: 1px solid #e4ecef; }
    .trip_route .all_points .add_to_trips, .trip_route .all_routes .add_to_trips {
      padding: 10px 0 20px 0; }
      .trip_route .all_points .add_to_trips .add_to_trips_btn, .trip_route .all_routes .add_to_trips .add_to_trips_btn {
        text-transform: uppercase;
        color: #0d556c;
        font-weight: bold;
        font-size: 12px; }
        .trip_route .all_points .add_to_trips .add_to_trips_btn i, .trip_route .all_routes .add_to_trips .add_to_trips_btn i {
          font-size: 14px; }
        .trip_route .all_points .add_to_trips .add_to_trips_btn:hover, .trip_route .all_routes .add_to_trips .add_to_trips_btn:hover {
          text-decoration: none; }
    .trip_route .all_points .point_details .in_route, .trip_route .all_routes .point_details .in_route {
      font-weight: bold;
      font-size: 16px; }
    .trip_route .all_points .point_details .route_point_btn, .trip_route .all_routes .point_details .route_point_btn {
      color: #0d556c; }
  .trip_route .all_routes .point_details {
    padding-bottom: 20px; }
  .trip_route .all_points .pagination {
    float: right; }
    .trip_route .all_points .pagination .previous_page, .trip_route .all_points .pagination a, .trip_route .all_points .pagination .next_page {
      display: inline-block;
      color: #0d556c;
      font-size: 16px;
      font-weight: bold;
      padding: 2px 7px;
      border: 1px solid #0d556c;
      border-radius: 3px;
      background: white; }
      .trip_route .all_points .pagination .previous_page:hover, .trip_route .all_points .pagination a:hover, .trip_route .all_points .pagination .next_page:hover {
        text-decoration: none;
        background: #e4ecef; }
    .trip_route .all_points .pagination .disabled {
      border-color: #2f3f45;
      color: #2f3f45; }
      .trip_route .all_points .pagination .disabled:hover {
        text-decoration: none;
        background: white; }
    .trip_route .all_points .pagination .current {
      font-size: 16px;
      font-weight: bold;
      padding: 2px 7px;
      border: 2px solid #0d556c;
      border-radius: 3px;
      background: #0d556c;
      color: white;
      font-style: normal; }
  .trip_route .route_point {
    padding-top: 25px;
    background: white; }
    .trip_route .route_point .route_point_image {
      padding-left: 0; }
      .trip_route .route_point .route_point_image .point_image {
        width: 150px; }
        .trip_route .route_point .route_point_image .point_image .point_image_circle {
          border: 2px solid #cddade; }
        .trip_route .route_point .route_point_image .point_image:before {
          z-index: 11;
          width: 150px;
          height: 150px;
          margin: 2px;
          border: 4px solid white;
          content: '';
          position: absolute;
          z-index: 10;
          border-radius: 50%; }
        .trip_route .route_point .route_point_image .point_image .point_image_remove {
          visibility: hidden;
          position: absolute;
          z-index: 12;
          top: 65px;
          left: 20px;
          height: 27px;
          background-image: url(/assets/delete_icon-272a731d467378a20e1d97f8487a9a0c.png);
          background-repeat: no-repeat;
          padding-left: 35px; }
          .trip_route .route_point .route_point_image .point_image .point_image_remove span {
            position: relative;
            top: 3px;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: white; }
        .trip_route .route_point .route_point_image .point_image .point_image_sort_hover {
          visibility: hidden;
          position: absolute;
          z-index: 12;
          top: 65px;
          left: 137px; }
          .trip_route .route_point .route_point_image .point_image .point_image_sort_hover:hover {
            cursor: pointer; }
        .trip_route .route_point .route_point_image .point_image:hover .point_image_remove, .trip_route .route_point .route_point_image .point_image:hover .point_image_sort_hover {
          visibility: visible;
          text-decoration: none; }
        .trip_route .route_point .route_point_image .point_image:hover .point_image_circle {
          border: 2px solid #c7dbe3; }
      @media (max-width: 992px) {
        .trip_route .route_point .route_point_image {
          padding-bottom: 10px; }
          .trip_route .route_point .route_point_image .point_image {
            margin: 0 auto; } }
    .trip_route .route_point .route_point_info {
      padding: 0;
      border-bottom: 2px solid #e4ecef;
      min-height: 150px; }
      .trip_route .route_point .route_point_info h3 {
        margin-top: 0; }
      .trip_route .route_point .route_point_info.route_point_last {
        border-bottom: none; }
      .trip_route .route_point .route_point_info .point_article .article_short {
        height: 83px;
        overflow: hidden; }
        .trip_route .route_point .route_point_info .point_article .article_short p {
          margin-bottom: 0px; }
      .trip_route .route_point .route_point_info .point_article .read_all a {
        font-weight: bold;
        font-size: 16px;
        color: #0d556c; }
      .trip_route .route_point .route_point_info .point_article .read_all .close_trip_article {
        display: none; }
      .trip_route .route_point .route_point_info .point_article hr {
        border-top: 3px solid #ff9500;
        margin-right: 85%; }

.points_sort_all {
  padding: 20px 0; }
  .points_sort_all .map-btn-tbl {
    position: static;
    border-radius: 3px;
    display: inline-block; }
    @media (max-width: 1020px) {
      .points_sort_all .map-btn-tbl {
        float: none !important;
        margin-left: 15px; } }
    .points_sort_all .map-btn-tbl .map-btn-all, .points_sort_all .map-btn-tbl .map-btn-rating, .points_sort_all .map-btn-tbl .map-btn-must_see {
      border: none; }
      .points_sort_all .map-btn-tbl .map-btn-all a, .points_sort_all .map-btn-tbl .map-btn-rating a, .points_sort_all .map-btn-tbl .map-btn-must_see a {
        color: #0d556c;
        text-decoration: none;
        display: inline-block;
        width: 100%; }
    .points_sort_all .map-btn-tbl .map-btn-rating {
      border-left: 2px solid #0d556c;
      border-right: 2px solid #0d556c; }
    .points_sort_all .map-btn-tbl .map-btn-active {
      background: #0d556c; }
      .points_sort_all .map-btn-tbl .map-btn-active a {
        color: white;
        opacity: 1; }

.user_discussions {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0; }
  @media (max-width: 992px) {
    .user_discussions {
      font-size: 14px; } }
  .user_discussions hr {
    width: 55%;
    border: none;
    border-bottom: 2px solid #cddade;
    float: right;
    margin: 18px 0 0 0; }
    @media (max-width: 1200px) {
      .user_discussions hr {
        width: 40%; } }
    @media (max-width: 992px) {
      .user_discussions hr {
        display: none; } }

.invitation_list {
  margin-bottom: 10px; }
  .invitation_list .invited_friends {
    border: 1px solid #e4ecef;
    background: white;
    border-radius: 5px; }
    .invitation_list .invited_friends .friends_count {
      font-size: 20px;
      text-align: center;
      color: #ff9500;
      padding: 10px 0; }
      .invitation_list .invited_friends .friends_count span {
        font-weight: bold; }
      .invitation_list .invited_friends .friends_count .autor_trip {
        display: inline-block;
        padding-bottom: 13px; }
      .invitation_list .invited_friends .friends_count p {
        color: #2f3f45;
        text-align: left;
        padding: 13px 13px 3px 13px;
        margin-bottom: 0; }
        .invitation_list .invited_friends .friends_count p .avatar {
          width: 45px;
          height: 45px;
          border-radius: 50%; }
        .invitation_list .invited_friends .friends_count p .name {
          padding-left: 5px;
          font-weight: bold;
          font-size: 18px; }
    .invitation_list .invited_friends .friend {
      padding: 13px; }
      .invitation_list .invited_friends .friend .avatar {
        width: 45px;
        height: 45px;
        border-radius: 50%; }
      .invitation_list .invited_friends .friend .name {
        padding-left: 5px;
        font-weight: bold;
        font-size: 18px; }
  .invitation_list .invite_friends {
    text-align: center;
    width: 90%;
    margin: 0 auto; }
    .invitation_list .invite_friends a {
      margin: 10px 0;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1px;
      border-radius: 2px;
      padding-top: 14px; }

.trip_facebook_link .btn-facebook {
  display: inline-block;
  width: 90%;
  padding: 3px 15px 3px 0;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .trip_facebook_link .btn-facebook i {
    display: inline-block;
    padding: 8px 15px; }

.block_trips {
  float: left;
  width: 300px; }

.block_friend {
  float: right;
  padding: 8px 20px 6px 45px;
  text-transform: uppercase;
  margin: 15px 0;
  background-image: url(/assets/friends_icon-40ed5f29423446619e8dc8cdd33c8629.png);
  background-repeat: no-repeat; }
  .block_friend a {
    color: #2f3f45;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px; }
    .block_friend a:hover {
      text-decoration: none; }
  @media (max-width: 1300px) {
    .block_friend {
      display: none; } }

.block_friend_small {
  float: right;
  padding: 7px 10px 7px 40px;
  display: none; }
  @media (max-width: 1300px) {
    .block_friend_small {
      display: block; } }
  @media (max-width: 1170px) {
    .block_friend_small {
      display: none; } }

.row-offset-0 .block {
  padding: 7px 20px; }

.save_trips {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #e4ecef;
  padding: 6px 37px 0px 37px;
  background-color: white; }
  .save_trips .save_trips_btn {
    width: 210px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 20px 8px 20px;
    margin-bottom: 20px; }
  .save_trips #not_forget {
    margin-top: -15px;
    margin-left: 2px;
    font-size: 14px; }
    .save_trips #not_forget .friend {
      color: #ff9500;
      border-bottom: 1px dashed #ff9500; }
    .save_trips #not_forget a:hover, .save_trips #not_forget a:focus, .save_trips #not_forget a:active {
      text-decoration: none; }

.save_trips_new {
  padding-top: 10px; }
  .save_trips_new .save_trips_btn {
    margin-bottom: 5px; }

.print_trip_all {
  display: none; }

#all_points, #all_routes {
  background: #f6f8f8;
  max-width: 1170px;
  margin: 0 auto; }

.custom_user_form {
  display: none; }
  .custom_user_form .btn_white_admin, .custom_user_form .btn-admin {
    width: 120px; }

.edit_custom_point {
  color: #0d556c;
  text-decoration: none; }
  .edit_custom_point:hove {
    color: #0d556c;
    text-decoration: none; }

.trip_new_tabs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f6f8f8; }

/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
#leftcolumn ul {
  margin-left: 0;
  padding-left: 0; }
  #leftcolumn ul li {
    list-style: none; }

.leaflet-map-pane {
  z-index: 2 !important; }

.leaflet-google-layer {
  z-index: 1 !important; }

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rounded-popup-div {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  left: -20px;
  top: -20px;
  background: white; }

.rounded-popup-img {
  width: 74px;
  height: 74px;
  position: absolute;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  left: 3px;
  top: 3px; }

.rounded-popup-div-modal {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  left: -35px;
  top: -35px;
  background: white; }

.rounded-popup-img-modal {
  width: 114px;
  height: 114px;
  position: absolute;
  border-radius: 57px;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  left: 3px;
  top: 3px; }

.point-modal-title {
  padding-left: 70px;
  font-weight: bold; }

.point-modal-info {
  padding-left: 90px;
  font-size: 12px; }
  .point-modal-info hr {
    border-top: 3px solid #ff9500;
    margin-right: 85%; }

.rounded-sortable-div {
  width: 74px;
  height: 74px;
  position: absolute;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  left: 0px;
  top: 17px;
  background: white; }

.rounded-sortable-img {
  width: 74px;
  height: 74px;
  position: absolute;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  left: 0px;
  top: 0px; }

.item-title {
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  overflow: hidden; }

.tourism-popup-content {
  margin-left: 10px; }
  .tourism-popup-content h3, .tourism-popup-content img {
    cursor: pointer; }
  .tourism-popup-content h3 {
    margin-left: 50px; }
  .tourism-popup-content .pop-up {
    color: inherit;
    text-decoration: none; }
  .tourism-popup-content .item-title {
    height: auto; }
  .tourism-popup-content .route_title {
    display: none; }
  .tourism-popup-content .first_route_point {
    display: inline-block; }

.top-line-left {
  position: relative;
  height: 46px;
  border-bottom: 1px solid #e4ecef; }

.top-line-right {
  position: relative;
  background: white;
  height: 46px;
  padding-bottom: 0;
  border-bottom: 1px solid #e4ecef;
  font-size: 14px; }
  @media (max-width: 980px) {
    .top-line-right {
      height: 80px; } }
  @media (max-width: 750px) {
    .top-line-right {
      height: 110px; } }
  @media (max-width: 750px) {
    .top-line-right {
      height: 130px; } }
  .top-line-right .map_trip_btn, .top-line-right .plan_trip_btn, .top-line-right .all_route_btn {
    display: inline-block;
    color: #0d556c;
    font-weight: 700;
    padding: 0 3px;
    margin-top: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .top-line-right .map_trip_btn:hover, .top-line-right .plan_trip_btn:hover, .top-line-right .all_route_btn:hover {
      text-decoration: none; }
  .top-line-right .nav-tabs-trips {
    border: none;
    margin-left: 60px;
    width: auto; }
  .top-line-right .nav-tabs > li.active > a, .top-line-right .nav-tabs > li.active > a:hover {
    border: none; }
  .top-line-right .nav > li > a:focus, .top-line-right .nav > li > a:hover {
    background: none;
    border-color: white; }
  .top-line-right .nav-tabs > li {
    margin-right: 30px; }
  .top-line-right .nav-tabs > li.active {
    border-bottom: 2px dashed #0d556c; }
    .top-line-right .nav-tabs > li.active a {
      color: #0d556c !important;
      opacity: 1;
      border-radius: 0; }
      .top-line-right .nav-tabs > li.active a:hover {
        color: #0d556c; }
      .top-line-right .nav-tabs > li.active a:focus {
        outline: 1px solid white; }
  .top-line-right .block_friend {
    margin: 7px 0 0px 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    height: 31px; }
    @media (max-width: 1200px) {
      .top-line-right .block_friend {
        float: none;
        margin-left: 30px; } }
    .top-line-right .block_friend a {
      color: #0d556c; }

#menu-btn {
  cursor: pointer;
  width: 14px;
  height: 10px;
  background: url(/assets/trips/menu-lines-4400c40f41fe493453795375b035a281.png) no-repeat;
  position: absolute;
  left: 18px;
  top: 17px; }

.menu-hide {
  width: 9px !important;
  height: 14px !important;
  background: url(/assets/trips/hide-e35d879652e260010c13ef01088543d7.png) no-repeat !important;
  left: 18px !important;
  top: 17px !important; }

#prev-day {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(/assets/trips/trip_navigation_sprite-e511f349ec5be168df192e6063dbc9ac.png) no-repeat;
  background-size: 125px 25px;
  position: absolute;
  left: 19px;
  top: 11px; }

#text-day {
  width: 48px;
  height: 17px;
  position: absolute;
  left: 100px;
  top: 12px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  color: #0d556c;
  font-weight: bold; }

#val-day {
  position: absolute;
  left: 153px;
  top: 12px;
  color: #0d556c;
  font-weight: bold;
  font-size: 16px;
  cursor: default; }

#next-day {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(/assets/trips/trip_navigation_sprite-e511f349ec5be168df192e6063dbc9ac.png) no-repeat -100px 0;
  background-size: 125px 25px;
  position: absolute;
  right: 19px;
  top: 11px; }

#add-day {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(/assets/trips/trip_navigation_sprite-e511f349ec5be168df192e6063dbc9ac.png) no-repeat -50px 0;
  background-size: 125px 25px;
  position: absolute;
  right: 19px;
  top: 11px; }

#map-btn-container {
  width: 384px;
  height: 55px;
  position: absolute;
  right: 5px;
  top: 100px;
  z-index: 3; }
  @media (max-width: 980px) {
    #map-btn-container {
      top: 135px; } }

#menu-btn-blank {
  width: 384px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: white; }

#add_marker_map, #shared_marker_map {
  width: 35px;
  height: 37px;
  position: absolute;
  right: 960px;
  top: 10px;
  background: white;
  text-align: center;
  padding-top: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0); }
  #add_marker_map:hover, #shared_marker_map:hover {
    cursor: pointer; }
  #add_marker_map i, #shared_marker_map i {
    font-size: 20px;
    color: #0d556c; }
  @media (max-width: 1400px) {
    #add_marker_map, #shared_marker_map {
      right: 902px;
      top: 55px; } }
  @media (max-width: 1300px) {
    #add_marker_map, #shared_marker_map {
      right: 762px; } }
  @media (max-width: 1150px) {
    #add_marker_map, #shared_marker_map {
      right: 562px; } }
  @media (max-width: 920px) {
    #add_marker_map, #shared_marker_map {
      right: 438px; } }

#shared_marker_map {
  right: 1000px; }
  @media (max-width: 1400px) {
    #shared_marker_map {
      right: 862px;
      top: 55px; } }
  @media (max-width: 1300px) {
    #shared_marker_map {
      right: 722px; } }
  @media (max-width: 1150px) {
    #shared_marker_map {
      right: 522px; } }
  @media (max-width: 920px) {
    #shared_marker_map {
      right: 398px; } }

.add_marker_map_active {
  background: #0d556c !important; }
  .add_marker_map_active i {
    color: white !important; }

.cursor_add_point {
  cursor: crosshair; }

.map-filters {
  background: white;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0); }

table.map-btn-tbl {
  border-collapse: collapse;
  border: 2px solid #0d556c;
  color: #0d556c;
  background: white; }

table.map-btn-tbl td {
  cursor: pointer;
  border: 2px solid #0d556c;
  padding: 7px 0px;
  width: 120px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px; }

table.map-btn-tbl td.active {
  background: #0d556c;
  color: white; }

input.search {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 37px;
  width: 540px;
  border: none;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
  text-indent: 10px;
  outline: none;
  color: #2f3f45;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0); }
  @media (max-width: 1300px) {
    input.search {
      width: 400px; } }
  @media (max-width: 1150px) {
    input.search {
      width: 200px; } }

input.search:active {
  outline: none; }

input.search:focus {
  outline: none; }

button.search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  height: 37px;
  width: 60px;
  border: none;
  background: #0d556c; }
  button.search-btn i {
    color: white;
    opacity: 1;
    font-size: 20px; }

.icon-main {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 39px;
  border: none;
  background: url(/assets/trips/default_marker-d67f1403ae6ea5c3ddce39888deced45.png) no-repeat transparent; }

.icon-main_hover {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 39px;
  border: none;
  background: url(/assets/trips/marker_hover-4dc64e32fd5da591f6174dc841b19dd1.png) no-repeat transparent; }

.icon-main_open {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 39px;
  border: none;
  background: url(/assets/trips/marker_open-f1820848aa1eff919da20bc259965e45.png) no-repeat transparent; }

.icon-shadow {
  position: absolute;
  right: 4px;
  top: 2px;
  height: 33px;
  width: 33px;
  border: none; }

.tag-container {
  position: relative;
  width: 200px;
  height: 19px;
  margin: 20px 0 0 10px; }

.tag-item {
  position: absolute;
  height: 19px;
  width: 100px;
  top: 0;
  left: 0;
  text-indent: 10px;
  background: #e4ecef;
  color: #889da4;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  vertical-align: middle;
  line-height: 19px; }

.tag-hole {
  position: absolute;
  top: 0px;
  left: -10px;
  height: 19px;
  background-image: url(/assets/trips/hole-2df56e68a8cd728ebe59fd27c70ec30f.png);
  width: 12px; }

.add-remove-btn {
  cursor: pointer;
  height: 16px;
  background-image: url(/assets/trips/add-3c4890d49b73c00d6493b05f5edec0a8.png);
  background-repeat: no-repeat;
  width: 190px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #0d556c;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 2px; }

.add-remove-btn-modal {
  margin: 20px 0 10px 0; }

.add-remove-btn:before {
  content: "добавить в план поездки"; }

.add-remove-btn.active {
  background-image: url(/assets/trips/remove_from-ad2261894d9d0d495a9a1897920c9b10.png) !important; }

.add-remove-btn.active:before {
  content: "удалить из плана поездки"; }

.add-remove-btn-all-points {
  margin: 10px 0;
  width: auto;
  padding-top: 0;
  font-size: 12px; }

.rating {
  position: absolute;
  top: 0px;
  left: 95px;
  height: 19px;
  width: 60px;
  text-indent: 20px;
  font-weight: bold;
  font-size: 12px;
  color: #889da4;
  vertical-align: middle;
  line-height: 19px; }
  .rating i {
    color: #e4ecef;
    display: inline;
    padding-right: 5px;
    font-size: 16px; }

#contentwrapper {
  float: left;
  width: 100%; }

.contentcol {
  margin-left: 285px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.contentcol-full {
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.save_trips_show {
  display: none; }

.save_trips_hide {
  display: block; }

#leftcolumn {
  float: left;
  border-right: 1px solid #e4ecef; }

.leftcol {
  width: 285px !important;
  margin-left: -100% !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.leftcol-full {
  width: 0;
  margin-left: -150%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sortable-item {
  width: 245px;
  height: 105px;
  border-bottom: 2px dashed #e4ecef;
  margin-left: 20px;
  position: relative; }

.del-item {
  cursor: pointer;
  width: 70px;
  height: 9px;
  top: 16px;
  right: -3px;
  position: absolute;
  color: #cddade;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.del-item .fa-times {
  font-size: 12px; }

.del-item:hover {
  color: #da2b28; }

.disassemble_route {
  display: none;
  cursor: pointer;
  width: 90px;
  height: 9px;
  top: 16px;
  right: 70px;
  position: absolute;
  color: #cddade;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.disassemble_route .fa-chain-broken {
  font-size: 12px; }

.disassemble_route:hover {
  color: #0d556c; }

.disassemble_active {
  display: block; }

.blank-item {
  cursor: pointer;
  width: 160px;
  height: 58px;
  top: 32px;
  right: 6px;
  background: white;
  position: absolute;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.blank-item .item-title {
  font-size: 12px; }

.blank-item .tag-container {
  position: absolute;
  top: 20px;
  width: 100px; }

.user_point_template h4 {
  text-align: center;
  font-size: 14px;
  font-weight: bold; }
.user_point_template #user_point_article, .user_point_template #user_point_name {
  font-family: "proxima-nova",sans-serif;
  font-size: 14px; }
.user_point_template #create_user_point_btn {
  font-family: "proxima-nova",sans-serif;
  padding: 8px 0;
  margin: 5px 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  font-style: normal;
  background: #ff9500 !important;
  width: 100px;
  text-align: center; }
  .user_point_template #create_user_point_btn:hover {
    background: #ff9500 !important;
    border: 1px solid #ff9500; }
.user_point_template #cancel_user_point_btn {
  font-family: "proxima-nova",sans-serif;
  background: white;
  padding: 8px 0;
  color: #24aadd;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #cddade;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  width: 100px;
  margin-right: 20px; }
  .user_point_template #cancel_user_point_btn:hover {
    background: white; }
.user_point_template .user_point_article {
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  display: none; }
.user_point_template .user_point_article_btn {
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding-bottom: 5px; }
  .user_point_template .user_point_article_btn i {
    font-weight: normal; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.page-header {
  margin: 0;
  padding: 0;
  border: none; }

.row-horisontal-scroll {
  padding-right: 15px;
  padding-left: 15px; }

.page-header .header-bg {
  height: 300px;
  margin-bottom: 15px; }
  @media (max-width: 1200px) {
    .page-header .header-bg {
      height: 250px; } }
  @media (max-width: 800px) {
    .page-header .header-bg {
      height: 200px; } }
  @media (max-width: 500px) {
    .page-header .header-bg {
      height: 170px; } }
  .page-header .header-bg .profile_cover {
    width: 97.5%;
    position: absolute;
    z-index: 1;
    left: 15px;
    height: 300px; }
    @media (max-width: 1200px) {
      .page-header .header-bg .profile_cover {
        height: 250px; } }
    @media (max-width: 800px) {
      .page-header .header-bg .profile_cover {
        height: 200px; } }
    @media (max-width: 500px) {
      .page-header .header-bg .profile_cover {
        height: 170px; } }
  .page-header .header-bg .name_avatar {
    text-align: center; }
    .page-header .header-bg .name_avatar .user-avatar {
      position: relative;
      z-index: 3;
      padding: 2px;
      background: white;
      border: 1px solid #e4ecef;
      border-radius: 100%;
      width: 150px;
      height: 150px;
      margin-top: 50px; }
      @media (max-width: 1200px) {
        .page-header .header-bg .name_avatar .user-avatar {
          margin-top: 30px; } }
      @media (max-width: 800px) {
        .page-header .header-bg .name_avatar .user-avatar {
          margin-top: 5px; } }
      @media (max-width: 500px) {
        .page-header .header-bg .name_avatar .user-avatar {
          width: 110px;
          height: 110px; } }
    .page-header .header-bg .name_avatar .profession {
      position: relative;
      z-index: 3;
      color: white;
      font-size: 16px;
      font-weight: bold;
      padding-top: 20px; }
      @media (max-width: 800px) {
        .page-header .header-bg .name_avatar .profession {
          padding-top: 10px; } }
      .page-header .header-bg .name_avatar .profession p {
        margin: 0; }
  .page-header .header-bg .cover_menu .profile-menu {
    position: relative;
    z-index: 3;
    float: right;
    padding: 10px 0px 10px 0px; }
    .page-header .header-bg .cover_menu .profile-menu .cover-image {
      display: inline-block; }
      @media (max-width: 992px) {
        .page-header .header-bg .cover_menu .profile-menu .cover-image {
          display: inline; } }
      .page-header .header-bg .cover_menu .profile-menu .cover-image a {
        display: block;
        width: 150px;
        padding: 10px 0px 10px 40px;
        color: white;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        background: url(/assets/profile_edit_cover-00fad02607712cc334dabb45af50117d.png) left center no-repeat; }
  .page-header .header-bg .cover_menu .cover_form {
    position: absolute;
    z-index: 4;
    top: 70px;
    right: 25px;
    border: 2px solid rgba(1, 37, 51, 0);
    border-radius: 3px;
    background-color: rgba(1, 37, 51, 0.6);
    color: white;
    padding: 10px;
    display: none; }
    .page-header .header-bg .cover_menu .cover_form .form-actions .btn-primary {
      background: #34a7cb;
      border-bottom: 2px solid #1d9dc6; }

.user-popular-trips {
  margin-right: -15px; }
  .user-popular-trips .posts-wrapper {
    margin-bottom: 40px;
    padding-left: 0; }
    .user-popular-trips .posts-wrapper .post-wrapper .delete_trip {
      position: absolute;
      top: 5px;
      right: 20px; }
      .user-popular-trips .posts-wrapper .post-wrapper .delete_trip:hover {
        text-decoration: none; }
    .user-popular-trips .posts-wrapper .post-wrapper .make_public {
      position: absolute;
      top: 7px;
      left: 7px;
      color: white;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      padding: 2px 5px;
      background-color: rgba(1, 37, 51, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 4px; }
      .user-popular-trips .posts-wrapper .post-wrapper .make_public:hover {
        text-decoration: none; }
    .user-popular-trips .posts-wrapper .post-wrapper a img {
      max-width: 100%;
      min-width: 100%;
      border: 1px solid rgba(224, 224, 224, 0); }
    .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper {
      width: 80%;
      height: 55%;
      margin: auto;
      position: absolute;
      top: 10px;
      left: 0;
      bottom: 0;
      right: 0;
      padding-right: 15px; }
      .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper .likes {
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px; }
        .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper .likes .user-city {
          margin-right: 10px;
          margin-left: 10px;
          margin-bottom: 0;
          padding-top: 11%;
          border-bottom: 1px solid #0d556c; }
          .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper .likes .user-city a {
            color: #2f3f45;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase; }
            .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper .likes .user-city a:hover {
              text-decoration: none; }
        .user-popular-trips .posts-wrapper .post-wrapper .likes-wrapper .likes .user-country {
          font-size: 13px;
          color: #0d556c;
          font-weight: 700; }

.trips_invitations {
  clear: both; }
  .trips_invitations h4 {
    font-size: 24px;
    text-transform: uppercase; }

.user-list-group {
  padding-right: 0;
  margin-right: 30px;
  border-radius: 5px;
  border: 1px solid #cddade; }
  .user-list-group a {
    font-weight: bold;
    color: #2f3f45;
    font-size: 16px; }
    .user-list-group a i {
      padding-right: 10px; }
    .user-list-group a .list_count {
      float: right;
      font-weight: normal; }
  .user-list-group .active {
    color: #0d556c !important;
    background: #e4ecef !important;
    border: none !important; }
  .user-list-group .list-group-item {
    border: none !important; }

.user-menu {
  margin-bottom: 50px; }
  .user-menu .user_friends {
    font-size: 13px;
    margin: 20px 30px 0 0;
    border: 1px solid #e4ecef;
    border-bottom: 2px solid #cddade;
    border-radius: 4px;
    background: white;
    font-weight: bold;
    color: #5f6f75; }
    .user-menu .user_friends p {
      text-align: center;
      padding: 10px 15px;
      border-bottom: 1px solid #e4ecef; }
    .user-menu .user_friends .user_friend {
      padding: 0 10px 10px 10px; }
      .user-menu .user_friends .user_friend img {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        margin-right: 10px; }
      .user-menu .user_friends .user_friend .friend_info a {
        color: #5f6f75; }
        .user-menu .user_friends .user_friend .friend_info a:hover {
          text-decoration: none; }
    .user-menu .user_friends .see_more_friend {
      text-align: center; }
      .user-menu .user_friends .see_more_friend a {
        text-decoration: none;
        color: #5f6f75; }
    .user-menu .user_friends .see_all_friends {
      display: none; }
    .user-menu .user_friends .more_friends {
      font-size: 13px;
      text-transform: uppercase;
      margin: 20px 15px;
      padding-top: 12px;
      width: auto;
      text-align: center;
      position: relative; }
      .user-menu .user_friends .more_friends:hover {
        top: 1px;
        text-decoration: none; }
  .user-menu .friend_requests .friend_info {
    display: inline-block;
    max-width: 100px; }
  .user-menu .friend_requests .request_action {
    float: right;
    margin-right: 7px;
    margin-top: 10px;
    font-size: 20px;
    color: #1d9dc6;
    opacity: 0.9; }
  .user-menu .friend_requests .user_friend {
    border-bottom: 1px solid #e4ecef; }

.user-tab-content {
  margin-bottom: 100px; }

.user_content_wraper {
  background-color: white;
  border-bottom: 2px solid #cddade;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px 20px; }

.user-balance h4 {
  font-size: 28px;
  color: #ff9500;
  text-transform: uppercase; }
.user-balance .user_info_balance {
  padding: 20px 40px;
  margin-bottom: 10px; }
  .user-balance .user_info_balance th, .user-balance .user_info_balance td {
    padding: 5px 25px 5px 0; }
.user-balance .spend_piastres {
  padding: 20px 40px;
  margin-bottom: 10px; }
.user-balance .accumulate_piastres {
  padding: 20px 0; }
  .user-balance .accumulate_piastres h4 {
    padding-left: 40px;
    padding-right: 40px; }
  .user-balance .accumulate_piastres .referrals-for {
    border: 1px solid #e4ecef;
    background: white;
    border-radius: 5px;
    padding: 15px; }
    .user-balance .accumulate_piastres .referrals-for img {
      width: 100%; }
    .user-balance .accumulate_piastres .referrals-for .referrals_piasters {
      color: #ff9500;
      text-align: center;
      font-weight: bold;
      font-size: 16px; }
  .user-balance .accumulate_piastres .referrals-for-friend-col {
    padding-left: 0px; }
  .user-balance .accumulate_piastres .referrals-for-all-col {
    padding-right: 0; }
  .user-balance .accumulate_piastres .referrals-for-you-col {
    padding: 0 7px; }
  .user-balance .accumulate_piastres .invite_friend_reg {
    margin-top: 30px; }

.user_author_posts .btn_create_post {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px; }

.user_about_author {
  padding-left: 40px;
  padding-right: 40px; }
  .user_about_author .social-net {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 0 0; }
    .user_about_author .social-net li {
      display: inline-block;
      margin-right: 20px;
      border-radius: 50%;
      border: 2px solid #0d556c;
      width: 36px;
      height: 36px; }
      @media (max-width: 500px) {
        .user_about_author .social-net li {
          margin-top: 10px; } }
      .user_about_author .social-net li:hover a, .user_about_author .social-net li.active a {
        color: white; }
      .user_about_author .social-net li a {
        text-align: center;
        display: block;
        font-size: 18px;
        color: #0d556c;
        width: 32px;
        height: 32px;
        padding: 5px 0; }
        .user_about_author .social-net li a:hover, .user_about_author .social-net li a.active {
          color: white; }
    .user_about_author .social-net .twitter:hover, .user_about_author .social-net .twitter.active {
      background: #08b8fb; }
    .user_about_author .social-net .instagram:hover, .user_about_author .social-net .instagram.active {
      background: #416f96; }
    .user_about_author .social-net .facebook:hover, .user_about_author .social-net .facebook.active {
      background: #3b5998; }
    .user_about_author .social-net .vk:hover, .user_about_author .social-net .vk.active {
      background: #486a8d; }
    .user_about_author .social-net .linkedin:hover, .user_about_author .social-net .linkedin.active {
      background: #1a85bc; }
    .user_about_author .social-net .site-link {
      padding-right: 0px; }
      .user_about_author .social-net .site-link:hover, .user_about_author .social-net .site-link.active {
        background: #1a85bc; }
  .user_about_author .btn_save_about {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 13px;
    padding-top: 12px;
    letter-spacing: 1px; }

#author_faq .info_city .info_city_content {
  padding-top: 5px;
  font-size: 16px; }
  #author_faq .info_city .info_city_content h3 {
    font-size: 22px; }

.already_friends {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #e4ecef;
  border-bottom: 2px solid #cddade;
  background: white;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 10px; }

.add_author_role {
  display: inline-block;
  padding-left: 0;
  padding-right: 30px; }
  .add_author_role .btn_author {
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    padding-top: 12px; }
    .add_author_role .btn_author:hover {
      margin-bottom: 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .add_author_role .btn_author {
      height: 35px;
      font-size: 12px; } }
  @media (max-width: 993px) {
    .add_author_role .btn_author {
      height: 35px;
      font-size: 10px;
      padding-left: 10px;
      padding-right: 10px; } }

.no_trips, .no_favorites_posts {
  text-align: center;
  padding: 40px 0 50px 0;
  margin-bottom: 10%;
  margin-right: 15px; }
  .no_trips a, .no_favorites_posts a {
    color: #0d556c; }
  .no_trips h4, .no_favorites_posts h4 {
    font-size: 16px;
    margin-top: 0; }

.statistics {
  text-align: center; }

.statistics_reg {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  letter-spacing: 1px; }
  .statistics_reg li {
    display: inline-block; }
  .statistics_reg .statistic_count {
    color: #428BCA;
    font-size: 22px; }

.vk_email {
  margin-top: 45%;
  margin-bottom: 20%; }
  .vk_email .form-control {
    margin: 20px 0 10px 0; }
  .vk_email .actions {
    padding-top: 10px; }

.well {
  border: 2px solid #cddade;
  background: #e4ecef; }
  .well .form-control {
    border-width: 2px; }

.third_reason_block {
  margin-top: -50px; }

.update_about_author {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: right; }
  .update_about_author a {
    text-decoration: none;
    color: #0d556c; }
    .update_about_author a i {
      padding-right: 5px; }

.about_author {
  font-size: 16px; }
  .about_author .user-status {
    padding-top: 10px; }
    .about_author .user-status .social-nav {
      float: none;
      margin-left: 0; }
      .about_author .user-status .social-nav .social-net {
        float: none; }
        .about_author .user-status .social-nav .social-net li {
          padding-right: 10px; }
          .about_author .user-status .social-nav .social-net li a:focus {
            outline: none; }

#about_author_form {
  display: none; }
  #about_author_form .redactor_box {
    width: auto; }

.author_agreement {
  padding-bottom: 30px; }
  .author_agreement .btn {
    height: 45px;
    padding-top: 13px;
    border-bottom: 3px solid #e17b00;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    font-style: normal;
    position: relative; }
    .author_agreement .btn:hover {
      top: 1px;
      border-bottom: 2px solid rgba(224, 224, 224, 0); }
  .author_agreement .btn-white {
    border-bottom: 3px solid #cddade;
    font-weight: 700;
    color: #2f3f45;
    background-color: white; }
    .author_agreement .btn-white:hover {
      background-color: white;
      border-color: #cddade;
      border-bottom: 1px solid #cddade; }
  .author_agreement h1, .author_agreement h3 {
    text-align: center; }
  .author_agreement h3 {
    margin-top: 0; }
  .author_agreement .text_agreement {
    background-color: white;
    border-bottom: 2px solid #cddade;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 40px; }
    .author_agreement .text_agreement .details_parties {
      margin-top: 40px; }
    .author_agreement .text_agreement .toppadding {
      padding-top: 30px; }

.user_balance {
  padding: 20px 0 300px 0; }

#bind_account .modal-body p {
  font-size: 22px;
  text-align: center; }
#bind_account .modal-body .btn-white {
  border: 1px solid #cddade;
  border-bottom: 3px solid #cddade;
  border-radius: 3px;
  font-weight: 700;
  color: #2f3f45;
  background-color: white; }
  #bind_account .modal-body .btn-white:hover {
    background-color: white;
    border-color: #cddade;
    border-bottom: 1px solid #cddade;
    margin-bottom: 1px; }
#bind_account .modal-body .btn-success {
  font-weight: bold; }

.trips_history {
  display: none;
  background: white;
  border: 1px solid #e4ecef;
  border-bottom: 2px solid #cddade;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 95%;
  padding: 20px; }
  .trips_history .close_history {
    font-size: 24px;
    color: #889da4;
    float: right;
    margin: -20px -15px 20px 0; }
  .trips_history .dataTable {
    background: white; }
  .trips_history .history_title i {
    text-align: center;
    font-size: 16px;
    width: 26px; }
    .trips_history .history_title i.fa-mobile {
      font-size: 20px; }

.trips_histories_btn {
  padding: 0 15px; }
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
.toast-container {
  width: 290px;
  z-index: 9999; }

* html .toast-container {
  position: absolute; }

.toast-item {
  height: auto;
  background: #333;
  opacity: 0.9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: lucida Grande;
  font-size: 14px;
  border: 2px solid #999;
  display: block;
  position: relative;
  margin: 0 0 12px 0; }

.toast-item p {
  text-align: left;
  margin-left: 50px;
  margin-right: 25px; }

.toast-item-close {
  background: url(/assets/close-a0897c46b7b8a480aa97d5bb4796cb26.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 7px; }

.toast-item-image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 10px; }

.toast-item-image-notice {
  background: url(/assets/notice-ef4736dc3150fa3bfdeb2404972beb1e.png); }

.toast-item-image-success {
  background: url(/assets/success-8bb2c9aeb3c6918d4b40fff0b0e54637.png); }

.toast-item-image-warning {
  background: url(/assets/warning-d1406320209a41160c710009c8c28fda.png); }

.toast-item-image-error {
  background: url(/assets/error-d5c02b6dc9258404624f27b78305aa69.png); }

/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */
.toast-type-notice {
  color: white; }

.toast-type-success {
  color: white; }

.toast-type-warning {
  color: white;
  border-color: #FCBD57; }

.toast-type-error {
  color: white;
  border-color: #B32B2B; }

/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */
.toast-position-top-left {
  position: fixed;
  left: 20px;
  top: 20px; }

.toast-position-top-center {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -140px; }

.toast-position-top-right {
  position: fixed;
  top: 60px;
  right: 10px; }

.toast-position-middle-left {
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -40px; }

.toast-position-middle-center {
  position: fixed;
  left: 50%;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%; }

.toast-position-middle-right {
  position: fixed;
  right: 20px;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%; }
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
.st-outer {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before,
[data-icon-after]:after {
  font-family: 'ST-Icons';
  speak: none;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga","dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon); }

[data-icon-after]:after {
  content: attr(data-icon-after); }

.st-icon {
  font-family: 'ST-Icons';
  speak: none;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga","dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga","dlig";
  -ms-font-feature-settings: "liga","dlig";
  -o-font-feature-settings: "liga","dlig";
  font-feature-settings: "liga","dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  cursor: pointer; }

[data-icon=bin]:hover:before {
  content: "binopen"; }

.st-block__inner ::-moz-selection {
  background: #34e0c2;
  text-shadow: none; }
.st-block__inner ::selection {
  background: #34e0c2;
  text-shadow: none; }

.st-spinner {
  position: absolute !important;
  left: 50%;
  top: 50%; }

.st-input-label {
  display: block;
  margin-bottom: 0.3em; }

.st-text-block,
.st-block input[type="text"],
.st-block textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: inherit;
  margin: 0;
  padding: 0.3em 0; }

.st-text-block,
.st-text-block:active,
.st-text-block:focus,
.st-block [contenteditable="true"],
.st-block [contenteditable="true"]:active,
.st-block [contenteditable="true"]:focus,
.st-block input[type="text"],
.st-block input[type="text"]:active,
.st-block input[type="text"]:focus,
.st-block textarea,
.st-block textarea:hover,
.st-block textarea:active {
  outline: none;
  border: none; }

.st-block input[type="text"],
.st-block input[type="text"]:active,
.st-block input[type="text"]:focus {
  color: #42474b;
  border: 0.1em solid #d4d4d4;
  padding: .6em; }

.st-errors {
  background-color: #ffe1e4;
  padding: 2em;
  color: #d70014; }

.st-errors p,
.st-errors ul {
  margin: 0; }

.st-errors ul {
  padding-left: 1em; }

.st-errors p {
  margin-bottom: 0.5em;
  font-weight: 700; }

.st--block-limit-reached .st-block-controls__top {
  display: none; }

.st-block-controls__top:before {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.875em;
  padding: 0.3em 0;
  line-height: 0.9;
  border-radius: 0.2em; }

.st-block-controls__top:hover:before {
  color: #34e0c2;
  background: #f3f3f3; }

.st-block-controls {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #f3f3f3;
  display: none;
  border-radius: 0.2em;
  color: #42474b;
  width: 100%;
  text-align: center;
  padding: 1.2em 0; }

.st-block-controls--active {
  display: block; }

.st-block-control {
  font-size: 1.125em;
  display: inline-block;
  cursor: pointer;
  margin: 0 1em 0 0; }

.st-block-control .st-icon {
  font-size: 2.25em;
  margin: 0 0 .2em 0;
  display: block; }

.st-block-control:hover {
  color: #34e0c2; }

.st-block {
  padding: 0;
  position: relative; }

.st-block__inner {
  padding: 1.875em 1.875em 2.8em;
  border: 2px solid #fff;
  position: relative; }

.st-block__inner:hover {
  border-color: #34e0c2; }

.st-block--with-errors .st-block__inner,
.st-block--delete-active .st-block__inner {
  border-color: #d70014; }

.st-block--with-plus:after,
.st-icon--add:after {
  display: block;
  position: relative;
  z-index: 1;
  bottom: 0; }

.st--block-limit-reached .st-block--with-plus:after,
.st--block-limit-reached .st-icon--add:after {
  display: none; }

.st-icon--add:after {
  text-align: center;
  font-size: 1.875em;
  padding: 0.3em 0;
  line-height: 0.9;
  border-radius: 0.2em; }

.st-block--with-plus:after {
  background: #f3f3f3;
  color: #34e0c2; }

.with-st-controls:after,
.with-st-controls:before {
  display: none; }

.st-outer--is-reordering .st-block.st-drag-over:after,
.st-outer--is-reordering .st-block.st-drag-over:last-child:after,
.st-outer--is-reordering .st-block-controls__top.st-drag-over:before {
  font-family: inherit;
  content: "Drop block here";
  text-align: center;
  padding: 0.7em 0;
  font-size: 1.125em;
  font-weight: 700;
  border: 2px dashed #d4d4d4;
  background: transparent;
  color: #d4d4d4; }

.st-text-block {
  min-height: 3em;
  font-size: 1.275em;
  line-height: 1.45; }

.st-text-block--heading {
  line-height: 1.1;
  font-size: 2.2em;
  min-height: auto;
  font-weight: 700; }

ul.st-text-block {
  margin-left: 1.875em; }

.st-block__inputs {
  padding: 1.6em 0 1em;
  border-radius: 0.2em;
  background: #f3f3f3;
  border-top: 0.125em solid transparent; }

.st-block__dropzone .st-icon {
  font-size: 4em;
  color: #42474b;
  display: block;
  text-align: center;
  margin: 0 auto 0.2em; }

.st-block__dropzone p {
  text-align: center;
  color: #42474b;
  font-size: 1.2em;
  margin: 0; }

.st-block__dropzone p span {
  text-transform: lowercase;
  font-weight: 700; }

.st-drag-over .st-block__inputs {
  border-top-color: #cdcdcd; }

.st-block .st-block__paste-input[type="text"] {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0.4em auto 0; }

.st-upload-btn {
  border: 0;
  background: #42474b;
  border-radius: 0.2em;
  padding: 0.35em 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125em;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 10; }

.st-block__upload-container:hover .st-upload-btn {
  background: #34e0c2; }

.st-block__editor--with-sixteen-by-nine-media {
  padding-top: 56.25%;
  /* 16:9 */
  height: 0;
  position: relative;
  width: 100%; }

.st-block__editor--with-sixteen-by-nine-media video,
.st-block__editor--with-sixteen-by-nine-media iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.st-block__editor img {
  width: 100%;
  height: auto; }

.st-block__upload-container {
  margin: 0.4em 0 0 0;
  text-align: center; }

.st-block__upload-container input[type="file"] {
  position: absolute;
  z-index: 50;
  opacity: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  padding: 7px 0;
  text-align: center; }

.st-block__messages {
  display: none;
  position: relative;
  top: -1.9em;
  left: -1.9em;
  padding: .3em .5em;
  border: 2px solid #34e0c2;
  border-left: none;
  border-top: none;
  max-width: 80%; }

.st-block__messages--is-visible {
  display: block; }

.st-block--with-errors .st-block__messages {
  border-color: #d70014; }

.st-block__messages span {
  display: block; }

.st-msg--error {
  color: #d70014; }

.st-block-positioner {
  border: 0.125em solid #34e0c2;
  position: absolute;
  z-index: 2;
  left: -5.5em;
  bottom: 0.4em;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.st-block-positioner--is-visible {
  visibility: visible;
  opacity: 1; }

.st-block-positioner:after {
  content: '';
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: -0.3em;
  bottom: 0.6em;
  z-index: 1;
  border: 0.125em solid #34e0c2;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.st-block-positioner__title {
  color: #34e0c2;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #34e0c2;
  padding: 0.5em;
  text-align: center; }

.st-block-positioner__inner {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0.3em 0.5em; }

.st-block__ui,
.st-block__ui-delete-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0; }

.st-block__inner:hover .st-block__ui {
  opacity: 1; }

.st-block-ui-btn {
  display: block;
  float: left;
  width: 3em;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.4em;
  color: #34e0c2;
  background: #fff;
  text-align: center;
  border: 2px solid #34e0c2;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
  cursor: pointer; }

.st-block--with-errors .st-block-ui-btn,
.st-block--delete-active .st-block-ui-btn {
  color: #d70014;
  border-color: #d70014; }

.st-block-ui-btn:hover {
  color: #fff;
  background: #34e0c2; }

.st-block--with-errors .st-block-ui-btn:hover,
.st-block--delete-active .st-block-ui-btn:hover {
  background-color: #d70014; }

.st-block--delete-active .st-block__ui-delete-controls {
  opacity: 1;
  z-index: 2; }

.st-block__delete-label {
  display: block;
  border: 2px solid #d70014;
  border-bottom: none;
  border-right: none;
  text-align: center;
  background: #fff;
  color: #d70014;
  padding: 0.4em 0; }

.st-format-bar {
  position: absolute;
  margin: -3em 0 0 0;
  background: #4d5358;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-radius: 0.4em;
  padding: 0.5em 0.9em;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.st-format-bar:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 2.12em;
  width: 0;
  height: 0;
  border-left: 0.625em solid transparent;
  border-right: 0.625em solid transparent;
  border-top: 0.625em solid #4d5358;
  margin-left: -0.625em; }

.st-format-bar--is-ready {
  visibility: visible;
  opacity: 1; }

.st-format-btn {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 0.6em 0 0;
  margin: 0 0.6em 0 0;
  font-size: 1em;
  vertical-align: middle;
  border-right: 1px solid #3e4245; }

.st-format-btn:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0; }

.st-format-btn:hover,
.st-format-btn--is-active {
  color: #34e0c2; }

.st-format-btn--Italic {
  font-style: italic; }

.st-format-btn--Unlink {
  text-decoration: line-through; }
@font-face {
  font-family: 'ST-Icons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*


*/
/*
Version: 3.4.4 Timestamp: Thu Oct 24 13:23:11 PDT 2013
*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 100% -22px;
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%;
    background: url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(/assets/select2-spinner-757eb535a328a845e90be19735bb6235.gif) no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url(/assets/select2-98916aa1636e5aae1d66a5481eeb8fa5.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url(/assets/select2x2-819c33b0decce878bf9051abcc103b8f.png) !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* 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%;
}
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*

 */


/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-32ad8364e0e2ef27e7141ff67aaf498b.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-7da8e26d8e681bdf23470df376cdafd6.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-aa9da587db64f9adfd8cdfebc6480ed7.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-95cf78812aa835055e6bc15540742c0a.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-b2856ba9a417efa2a8015b4e0d570bff.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-727b006c61272c9e72c3a1f3be6fc000.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-a0f9b414251807ea6d8ccdf12d7febf4.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.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(/assets/jquery-ui/ui-icons_222222_256x240-0277edc0fefacac0dda9a574e26bdf0d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-0277edc0fefacac0dda9a574e26bdf0d.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240-4a0ef73b6a1fe85d41dab44e0cb8c2bc.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-9178bea9c77318476efbc42250bf0578.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-9178bea9c77318476efbc42250bf0578.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240-19b451704aca4612a5d1e26f1d2b1ebc.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240-a8e4ad0b8ada4f5d4e1aadbb616f5644.png)/*{iconsError}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-d7433b5cdc3656e165f1c739f8875591.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-d7433b5cdc3656e165f1c739f8875591.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/*


 */

.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;
}
.xdsoft_datetimepicker{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
	width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0px;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0px;
	margin-bottom:7px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width:0px;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	right:0px;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:90px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding:0px;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar th{
	width:12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
/*! Social Likes v3.0.4 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */

.social-likes,.social-likes__widget{display:inline-block;padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;-webkit-transition:opacity .1s ease-in;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{display:block;float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button,.social-likes__counter{display:inline-block;margin:0;outline:0}.social-likes__button{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;-webkit-transition:visibility 0 .11s,opacity .1s ease-in;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}@font-face{font-family:"social-likes";src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");font-weight:400;font-style:normal}.social-likes__icon_facebook:before{content:"\f101"}.social-likes__icon_github:before{content:"\f102"}.social-likes__icon_mailru:before{content:"\f103"}.social-likes__icon_odnoklassniki:before{content:"\f104"}.social-likes__icon_pinterest:before{content:"\f105"}.social-likes__icon_plusone:before{content:"\f106"}.social-likes__icon_single:before{content:"\f107"}.social-likes__icon_twitter:before{content:"\f108"}.social-likes__icon_vkontakte:before{content:"\f109"}.social-likes{min-height:36px;margin:-.5em;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.social-likes,.social-likes_single-w{line-height:1.5}.social-likes,.social-likes__widget_single{font-size:14px}.social-likes__widget{margin:.5em;line-height:1.5;border:0;text-align:left;cursor:pointer}.social-likes__button,.social-likes__counter{-moz-box-sizing:border-box;box-sizing:border-box;font-family:"Helvetica Neue",Arial,sans-serif;vertical-align:baseline;color:#fff}.social-likes__button{padding:.04em .7em .18em 1.65em;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-likes__icon{top:0;left:.21em;font-family:"social-likes";font-weight:400;font-style:normal;speak:none;text-transform:none;font-size:1.15em;vertical-align:baseline}.social-likes__counter{padding-right:.5em;font-weight:400;font-size:.85em}.social-likes_vertical .social-likes__widget{min-width:13em}.social-likes_vertical .social-likes__counter{position:absolute;top:0;right:0;margin-top:.3em}.social-likes_light .social-likes__widget{min-width:0;background:0 0}.social-likes_light .social-likes__button,.social-likes_single-light+.social-likes__button{min-width:0;padding-left:1.35em;font-weight:400;text-decoration:underline;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.social-likes_light .social-likes__icon{margin-top:-.1em;margin-left:-.25em}.social-likes_light .social-likes__counter,.social-likes_single-light+.social-likes__button+.social-likes__counter{position:static;margin-top:0;color:#999}.social-likes_notext .social-likes__button{width:1.85em}.social-likes_notext .social-likes__icon{margin-left:.1em}.social-likes_notext.social-likes_light,.social-likes_notext.social-likes_light .social-likes__widget,.social-likes_notext.social-likes_light .social-likes__icon{margin:0;left:0}.social-likes_notext.social-likes_light .social-likes__button{width:1.4em;padding-left:0}.social-likes_single{margin-top:-1.2em;padding:.5em;background:#fff;border:1px solid #ddd}.social-likes__widget_single{height:1.7em;margin:0;padding:.1em 0;line-height:1.5;background:#007aff}.social-likes_single-light+.social-likes__widget_single{color:#007aff}.social-likes__icon_single{left:.4em;font-size:1.1em}.social-likes__widget_facebook{background:#3d5b95}.social-likes_light .social-likes__button_facebook{color:#3d5b95}.social-likes__icon_facebook{left:.25em;top:.05em;font-size:1.1em}.social-likes_notext .social-likes__icon_facebook{margin-left:.15em}.social-likes__widget_twitter{background:#24aadd}.social-likes_light .social-likes__button_twitter{color:#24aadd}.social-likes__icon_twitter{top:.1em;left:.25em}.social-likes_light .social-likes__icon_twitter{left:.1em}.social-likes__widget_plusone{background:#d23e30}.social-likes_light .social-likes__button_plusone{color:#d23e30}.social-likes_notext .social-likes__icon_plusone{margin-left:0}.social-likes__icon_plusone{left:.25em}.social-likes_light .social-likes__icon_plusone{margin-top:0}.social-likes__widget_mailru{background:#00468c}.social-likes_light .social-likes__button_mailru{color:#00468c}.social-likes__icon_mailru{left:.25em}.social-likes_light .social-likes__icon_mailru{left:.1em}.social-likes_notext .social-likes__icon_mailru{margin-left:.075em}.social-likes__widget_vkontakte{background:#587e9f}.social-likes_light .social-likes__button_vkontakte{color:#587e9f}.social-likes__icon_vkontakte{top:.2em;left:.25em}.social-likes__widget_odnoklassniki{background:#f59310}.social-likes_light .social-likes__button_odnoklassniki{color:#f59310}.social-likes__icon_odnoklassniki{left:.4em}.social-likes_light .social-likes__icon_odnoklassniki{left:.25em}.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki{width:1em}.social-likes__widget_pinterest{background:#cb132d}.social-likes_light .social-likes__button_pinterest{color:#cb132d}.social-likes_light .social-likes__icon_pinterest{left:.1em}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *








 */
/*------------------------------------------------------------------------------------*/
/*------------------------------------VARIABLES--------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------blue------*/
/*-------grey---------*/
/*----------orange------------*/
/*------------red--------------*/
/*-----------social------------*/
#map_canvas {
  width: 400px;
  height: 300px; }

#map {
  width: 750px;
  height: 500px;
  border: 1px solid #cddade;
  margin: 15px 0 0 0;
  cursor: default; }

.info_edit #map {
  margin-top: 0px; }

/* trevor restyling */
.st-block__inner:hover {
  border-color: #0d556c; }

.st-block--with-plus:after {
  background: white;
  color: #1d9dc6;
  border-radius: 0; }

.st-block-ui-btn {
  color: #1d9dc6;
  border-color: #0d556c; }

.st-block-ui-btn:hover {
  text-decoration: none;
  color: white;
  background: #1d9dc6; }

.list_title {
  color: #0093CC;
  font-weight: bold; }

.st-text-block--line, .orange_line_block {
  width: 10%;
  border-bottom: 3px solid #ff9500 !important;
  margin: 20px 0; }

.st-text-block > ul, .list-block {
  list-style-image: url(/assets/list_marker-b94a68f0f68f5d545e65c7490223c9ba.png); }
  .st-text-block > ul p, .list-block p {
    margin: 0;
    padding-bottom: 5px; }

.list-block ul {
  padding-left: 25px; }
  .list-block ul li {
    padding: 0 0 10px 15px; }

.st-text-block--author, .author-block {
  text-align: right;
  font-style: italic;
  margin-top: -10px; }

.quote-block blockquote {
  border-left-color: #ff9500;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-left: 40px; }

.st-text-block--quote {
  border-left: 3px solid #ff9500 !important;
  font-style: italic;
  padding-left: 25px; }

.aviasales-block, .excursiopedia-block, .booking-block, .kiwitaxi-block, .visatohome-block {
  text-align: center; }
  .aviasales-block img, .aviasales-block iframe, .aviasales-block object, .aviasales-block embed, .excursiopedia-block img, .excursiopedia-block iframe, .excursiopedia-block object, .excursiopedia-block embed, .booking-block img, .booking-block iframe, .booking-block object, .booking-block embed, .kiwitaxi-block img, .kiwitaxi-block iframe, .kiwitaxi-block object, .kiwitaxi-block embed, .visatohome-block img, .visatohome-block iframe, .visatohome-block object, .visatohome-block embed {
    width: 100%;
    max-width: 728px;
    height: auto;
    padding-bottom: 20px; }
  .aviasales-block iframe, .excursiopedia-block iframe, .booking-block iframe, .kiwitaxi-block iframe, .visatohome-block iframe {
    max-height: 110px; }
  .aviasales-block embed, .aviasales-block object, .excursiopedia-block embed, .excursiopedia-block object, .booking-block embed, .booking-block object, .kiwitaxi-block embed, .kiwitaxi-block object, .visatohome-block embed, .visatohome-block object {
    padding-bottom: 0; }
  .aviasales-block embed, .aviasales-block object, .excursiopedia-block embed, .excursiopedia-block object, .booking-block embed, .booking-block object, .kiwitaxi-block embed, .kiwitaxi-block object, .visatohome-block embed, .visatohome-block object {
    max-height: 90px; }

.aviasales-hotels-block, .aviasales-map-block {
  padding-bottom: 20px; }

.rentalcars-block {
  margin-bottom: 20px; }

.point_tags, .point_rating {
  padding: 0px; }

.wiki_link {
  padding-right: 0px; }

.point_fix {
  padding-left: 30px; }

.remote_image_upload {
  padding-left: 30px;
  padding-right: 15px; }

.point_redactor .redactor_box {
  width: 100%; }

.mobile_right_user_panel {
  margin-left: 65px; }
  .mobile_right_user_panel .admin_btn {
    text-align: center;
    padding-left: 30px !important; }

.admin_btn {
  padding-left: 5px !important; }

#right_user_panel {
  padding-left: 5px; }

.app_installs {
  margin-bottom: 50px; }
  .app_installs .app_name {
    text-align: center; }
  .app_installs .source_type {
    color: #29819A; }
  .app_installs th {
    width: 30%; }

.home_index {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -60px; }

.btn-admin {
  padding: 7px 16px !important;
  margin: 5px 0;
  border-bottom: 2px solid rgba(224, 224, 224, 0);
  border-bottom-color: #e17b00;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  font-style: normal;
  background: #ff9500 !important;
  position: relative; }
  .btn-admin:hover {
    top: 1px;
    background: #ff9500 !important;
    border-bottom: 2px solid rgba(224, 224, 224, 0); }

.btn_white_admin {
  position: relative;
  padding: 7px;
  color: #1d9dc6;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #cddade;
  border-bottom: 2px solid #0d556c;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px; }
  .btn_white_admin:hover {
    top: 1px;
    background: white;
    border: 1px solid #cddade; }

.point_btn_admin .btn_white_admin, .point_btn_admin .btn-admin {
  font-size: 14px; }
.point_btn_admin .btn_white_admin {
  padding-top: 6px;
  padding-bottom: 6px; }

.ideas_background {
  background-color: #f6f8f8; }

.macrodata_filter {
  background-color: #f6f8f8;
  border: 1px solid #e4ecef;
  border-bottom: 2px solid #cddade;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px; }
  .macrodata_filter .macrodata_time {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold; }
  .macrodata_filter form {
    padding-top: 7px; }

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s ease-in-out; }

.headroom--unpinned {
  top: -100px; }

.headroom--pinned {
  top: 0; }

#ios_app, #android_app {
  height: 61px;
  background-color: #ff9500;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999; }
  #ios_app #ios_icon, #ios_app #android_icon, #android_app #ios_icon, #android_app #android_icon {
    width: 57px;
    height: 57px;
    float: left;
    background-image: url(/assets/apple-touch-icon-114x114-precomposed-4ce6381f6bf22b33aec3a866fd133515.png);
    background-size: 57px 57px;
    margin: 2px; }
  #ios_app h5, #android_app h5 {
    font-size: 95%;
    float: left;
    margin-left: 5px;
    text-align: center;
    width: 100%;
    position: fixed; }
    #ios_app h5 span, #android_app h5 span {
      display: block;
      font-size: 82%; }
  #ios_app #ios_app_close, #ios_app #android_app_close, #android_app #ios_app_close, #android_app #android_app_close {
    width: 30px;
    height: 61px;
    float: right;
    background-image: url(/assets/close_2x-4053a76e44d8bfaf8ff0d1342574b9d7.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 22px 22px;
    opacity: 0.4; }

#old_ie {
  background: #333;
  opacity: 0.9;
  color: white;
  position: fixed;
  top: 35%;
  left: 25%;
  width: 50%;
  padding: 20px 15px;
  border: 2px solid red;
  border-radius: 5px;
  z-index: 999999; }
  #old_ie h2 {
    text-align: center;
    width: 100%;
    margin: 10px 0 20px 0; }
  #old_ie #old_ie_close {
    width: 32px;
    height: 32px;
    float: right;
    margin-top: -5px;
    background-image: url(/assets/close_2x-4053a76e44d8bfaf8ff0d1342574b9d7.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 26px 26px;
    opacity: 0.4; }

.social-likes div {
  padding: 5px 10px;
  text-align: center;
  min-width: 150px;
  font-size: 16px;
  border-radius: 3px; }

.sir_trevor_position {
  font-size: 20px;
  display: inline-block;
  padding: 0 8px;
  background: #f6f8f8;
  position: relative;
  bottom: -28px;
  left: -35px; }

.rentalcars_search_form {
  padding: 20px 0; }
  .rentalcars_search_form img {
    width: 100%; }

.rubrics_city_background .rentalcars_search_form {
  padding: 0; }

.route_fields {
  margin-top: 40px; }
  .route_fields .route_field_name {
    margin-right: 20px; }

#html_tags .btn-default {
  margin-top: 5px; }

.popover {
  padding: 10px;
  color: #2f3f45; }
  .popover a:hover {
    text-decoration: none;
    background: #fff !important; }
  .popover .popover_image {
    width: 200px; }
  .popover .direct_link {
    width: 100%;
    color: #2f3f45 !important;
    text-decoration: none; }
    .popover .direct_link .popover-content {
      padding: 0;
      text-transform: none; }
    .popover .direct_link:hover {
      text-decoration: none;
      background: #fff !important;
      color: #2f3f45; }

.right-panel-support {
  padding: 80px 0 30px 0; }
  .right-panel-support .soc_groups {
    text-align: center; }
    .right-panel-support .soc_groups #vk_groups {
      padding-top: 20px;
      margin: 0 auto; }

.next-prev-item {
  color: #0d556c; }
  .next-prev-item a {
    color: #0d556c; }
