@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl900.eot?') format('eot'), url('../fonts/MuseoSansCyrl900.woff') format('woff'), url('../fonts/MuseoSansCyrl900.ttf') format('truetype'), url('../fonts/MuseoSansCyrl900.svg#Museo_Sans_Cyrl') format('svg');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl700.eot?') format('eot'), url('../fonts/MuseoSansCyrl700.woff') format('woff'), url('../fonts/MuseoSansCyrl700.ttf') format('truetype'), url('../fonts/MuseoSansCyrl700.svg#Museo_Sans_Cyrl') format('svg');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl500.eot?') format('eot'), url('../fonts/MuseoSansCyrl500.woff') format('woff'), url('../fonts/MuseoSansCyrl500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl500.svg#Museo_Sans_Cyrl') format('svg');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl300.eot?') format('eot'), url('../fonts/MuseoSansCyrl300.woff') format('woff'), url('../fonts/MuseoSansCyrl300.ttf') format('truetype'), url('../fonts/MuseoSansCyrl300.svg#Museo_Sans_Cyrl') format('svg');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl100.eot?') format('eot'), url('../fonts/MuseoSansCyrl100.woff') format('woff'), url('../fonts/MuseoSansCyrl100.ttf') format('truetype'), url('../fonts/MuseoSansCyrl100.svg#Museo_Sans_Cyrl') format('svg');
}
/**
* Normalize | normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

body {
  font-family: 'Museo Sans Cyrl', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  background: #ffffff;
  
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0f78b7;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: underline;
}

a img {
  border: none;
}

a:active,
a:hover {
  color: #66CCFF;
  outline-width: 0;
  text-decoration: none;
}

a:focus {
  color: #66CCFF;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
  line-height: 20px;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
  padding-left: 0.3em;
  line-height: 1.6em;
}

h2 {
  font-size: 2.0em;
  margin: 0.67em 0;  
  padding-left: 0.6em;
  line-height: 1.6em;
}

h3 {
  font-size: 1.4em; 
  margin: 0.67em 0;
  padding-left: 0.6em;
  line-height: 1.6em; 
}

h1, h2, h3, h4{
  /*background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;*/


  /*background: #0f78b7;*/
  color: #315375;
  border-bottom: 1px solid #315375;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px;
    border: 0;
    /*border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;*/
}

.row li:nth-child(odd) {
  background: #f9f9f9;
}

.col-xs-12 li:nth-child(odd) {
  background: #f9f9f9;
}

.table table-striped tr:nth-child(even){
  background: #f2f8fa;
}
mark {
  color: #000000;
  background-color: #ffff00;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none; 
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=radio] {
  margin-right: 10px;
  margin-left: 10px;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/**
* Сетка Bootstrap
*/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.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: auto;
}

.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: auto;
}

.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;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.fade.in {
  opacity: 1;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/**
* Шапка
*/

.first {
  height: 500px;
  padding-top: 230px;
  padding-bottom: 50px;
  background: #66ccff;
  background: #66ccff url(../img/bg-main_640.jpg) center top no-repeat;
}

.header {
  margin-bottom: 5px;  
}

.logo {
  position: relative;
  display: inline-block;
  padding-left: 44px;
  text-align: left;
  text-decoration: none;
  color: white;
}

.logo:before {
  position: absolute;
  top: 18px;
  left: -10px;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  background: url(../img/svg/ico-plane.svg) 0 0 no-repeat;
  background-size: 22px auto;
  display: none;
}

.logo__name {
  font-size: 26px;
  font-weight: 900;
  line-height: 38px;
  display: block;
  text-align: center;
}

.logo__dot {
  color: white;
}

.logo__desc {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-left: 10px;
}

.logo:hover,
.logo:focus {
  color: #ffffff;
}

.social {
  font-size: 0;
  margin-right: 80px;
  margin-top: 15px;
  text-align: right;
}

.social__btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  margin-left: 12px;
}

.social__btn_fb {
  background: url(../img/svg/ico-fb.svg) 0 0 no-repeat;
  background-size: 32px auto;
}

.social__btn_gplus {
  background: url(../img/svg/ico-g-plus.svg) 0 0 no-repeat;
  background-size: 32px auto;
}

.social__btn_vk {
  background: url(../img/svg/ico-vk.svg) 0 0 no-repeat;
  background-size: 32px auto;
}

.social__btn_ok {
  background: url(../img/svg/ico-ok.svg) 0 0 no-repeat;
  background-size: 32px auto;
}

.social__btn:hover {
  opacity: 0.8;
}

/**
* Вкладки
*/

/*.tabs {
  margin-bottom: 55px;
}

.tabs-nav {
  margin: 0;
  padding: 0;
}

.tabs-nav__item {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  float: left;
  padding: 18px 30px;
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.tabs-nav__item_active {
  color: #000000;
  background: #ffffff;
}

.tabs-nav + .tabs-content_active {
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}

.tabs-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}

.tabs-content_active {
  display: block;
}*/

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

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

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

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

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

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

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

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -0.25em;
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  display: block;
  margin-left: -8px;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  background: #f0f6f9;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  color: #264f67;
}

.ui-menu .ui-menu-item:hover {
  padding: 0;
  background: #e2ebf1;
}

.ui-menu .ui-menu-item.ui-state-disabled {
  font-size: 12px;
  border-bottom: 1px solid #e2ebf1;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 0 15px;
}

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

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  right: 0;
  left: auto;
}

.ui-datepicker {
  display: none;
  width: 280px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin: 0 -10px;
  padding: 13px 10px;
  border-bottom: 1px solid #e2ebf1;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 15px;
  margin-top: -8px;
  cursor: pointer;
  background: url(../img/svg/ico-arrow.svg) -2px 1px no-repeat;
  background-size: 13px auto;
}

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

.ui-datepicker .ui-datepicker-next {
  right: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #0f78b7;
}

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

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

.ui-datepicker table {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: #264f67;
}

.ui-datepicker th {
  font-size: 11px;
  font-weight: 500;
  padding: 0.7em 0.3em;
  text-align: center;
  text-transform: uppercase;
  color: #0f78b7;
  border: 0;
}

.ui-datepicker td {
  padding: 0;
  text-align: center;
  border: 1px solid #e2ebf1;
  background: #ffffff;
}

.ui-datepicker td.ui-state-disabled {
  background: #f0f6f9;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none;
  color: #264f67;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  background: #e2ebf1;
}

.ui-datepicker td span.ui-state-active,
.ui-datepicker td a.ui-state-active {
  background: #e2ebf1;
  -webkit-box-shadow: inset 0 -2px 0 #d8e1e8;
  box-shadow: inset 0 -2px 0 #d8e1e8;
}

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  overflow: visible;
  width: auto;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em 0.6em;
  cursor: pointer;
}

.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 0.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 {
  font-size: 0;
  clear: both;
  width: 100%;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

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

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

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

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

.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;
}

/* Icons */

.ui-datepicker .ui-icon {
  top: 0.3em;
  left: 0.5em;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  height: auto;
  margin: 0.5em 0 0 0;
  padding: 2px 0.4em;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  overflow: hidden;
  margin-right: 20px;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  width: 14em;
  text-align: left;
  white-space: nowrap;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  line-height: normal;
  position: relative;
  display: inline-block;
  /* Support: IE <= 11 */
  overflow: visible;
  margin-right: 0.1em;
  padding: 0.4em 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
}

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

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  white-space: nowrap;
  text-indent: -9999px;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

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

.ui-button.ui-icon-notext .ui-icon {
  width: 2.1em;
  height: 2.1em;
  padding: 0;
  white-space: nowrap;
  text-indent: -9999px;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  padding: 0.4em 1em;
  white-space: normal;
  text-indent: 0;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

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

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

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

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

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

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

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

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

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

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

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

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

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

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
}

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

/**
* Форма
*/

.form-group {
  margin-bottom: 15px;
}

.who-wrap {
  width: 100%;
  height: 48px;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
  -webkit-box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
}

.who-flies {
  position: relative;
  float: left;
  overflow: hidden;
  width: 33.33333%;
  height: 47px;
  padding-left: 15px;
  border-right: 1px solid #e2ebf1;
}

.who-flies:last-child {
  border-right: none;
}

.who-flies__head {
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  color: #264f67;
}

.who-flies .ui-selectmenu-button.ui-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  outline: none;
}

.who-flies .ui-selectmenu-text {
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  position: absolute;
  z-index: 0;
  top: 12px;
  right: 8px;
  width: 22px;
  height: 22px;
  margin: 0;
  text-align: center;
  color: #f8ac0a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}

.who-flies .ui-selectmenu-icon {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(../img/svg/ico-plus.svg) 5px 5px no-repeat;
  background-size: 12px auto;
}

.form-group_class .ui-selectmenu-button.ui-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 12px 15px;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background-color: #f0f6f9;
  -webkit-box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
}

.form-group_class .ui-selectmenu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 46px;
  border-left: 1px solid #e2ebf1;
}

.form-group_class .ui-selectmenu-icon:before {
  position: absolute;
  top: 12px;
  left: 8px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(../img/svg/ico-arrow.svg) 4px 5px no-repeat;
  background-size: 12px auto;
}

.form-label {
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #0f78b7;
}

.form-control {
  font-size: 14px;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
  -webkit-box-shadow: inset 1.4px 1.4px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 1.4px 1.4px 0 rgba(218, 229, 235, 0.43);
}

.btn-search {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 15px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8ac0a;
  -webkit-box-shadow: 0 2px 0 #ed9408;
  box-shadow: 0 2px 0 #ed9408;
}

/*.btn-search:before {
  position: absolute;
  top: 32px;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  content: '';
  background: url(../img/svg/ico-search.svg) 0 0 no-repeat;
  background-size: 32px auto;
}*/

.btn-search:hover,
.btn-search:focus {
  color: #ffffff;
  background-color: #ed9408;
  -webkit-box-shadow: 0 2px 0 #f8ac0a;
  box-shadow: 0 2px 0 #f8ac0a;
}

.form-filter {
  margin: 30px 0;
  padding: 5px 20px 5px 20px;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}

.time-air {
  width: 314px;
  margin-top: 4px;
  padding: 40px 15px 15px 15px;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
}

.time-control {
  font-size: 14px;
  line-height: 46px;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  cursor: pointer;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f8fb;
  -webkit-box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
}

.time-control:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 46px;
  content: '';
  border-left: 1px solid #e2ebf1;
}

.time-control:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(../img/svg/ico-arrow.svg) 4px 5px no-repeat;
  background-size: 12px auto;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  display: none;
}

.open .dropdown-menu {
  display: block;
}

#time-range p {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #333333;
}

.ui-slider-horizontal {
  clear: both;
  height: 12px;
  margin: 8px 0;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f4f8fb;
  -webkit-box-shadow: inset 0 2px 0 #e9f0f4;
  box-shadow: inset 0 2px 0 #e9f0f4;
}

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

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

.ui-slider .ui-slider-range {
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  display: block;
  height: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  border: 1px solid #ccd9e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background: #dfe9ee url(../img/svg/ico-handle.svg) 7px 7px no-repeat;
  background-size: 24px auto;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  cursor: pointer;
  border: none;
}

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

.ui-slider a:focus {
  outline: none;
}

.tooltip1,
.tooltip2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  width: 40px;
  padding: 0 2px;
  text-align: center;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}

.select-check {
  display: none;
}

.select-dropdown {
  position: relative;
}

.select-control {
  font-size: 14px;
  line-height: 46px;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 40px 0 15px;
  cursor: pointer;
  text-align: left;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f8fb;
  -webkit-box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 0 -2px 0 rgba(218, 229, 235, 0.43);
}

.select-control:before {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(../img/svg/ico-arrow.svg) 4px 5px no-repeat;
  background-size: 12px auto;
}

.select-control .caret {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: 40px !important;
  height: 46px !important;
  border-left: 1px solid #e2ebf1 !important;
}

.multiselect-container {
  width: 220px;
  margin: 4px 0 0 0;
  padding: 0;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
}

.multiselect-container li {
  list-style: none;
  border-bottom: 1px solid #e2ebf1;
}

.multiselect-container li:last-child {
  border-bottom: none;
}

.multiselect-container li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  color: #264f67;
}

.multiselect-container li a:hover {
  background: #e2ebf1;
}

.multiselect-container li a label {
  position: relative !important;
  display: block !important;
  padding-left: 42px !important;
  cursor: pointer !important;
  height: 30px !important;
  overflow: hidden!important;
  overflow: hidden ;
}

.multiselect-container li a label input {
  display: none;
}

.multiselect-container li a label:before {
  position: absolute;
  top: 4px;
  left: 11px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: inset 1px 1.7px 0 rgba(219, 228, 233, 0.75);
  box-shadow: inset 1px 1.7px 0 rgba(219, 228, 233, 0.75);
}

.multiselect-container li a label:after {
  position: absolute;
  top: 8px;
  left: 15px;
  display: none;
  width: 13px;
  height: 11px;
  content: '';
  background: url(../img/svg/ico-check.svg) 0 0 no-repeat;
  background-size: 13px auto;
}

.multiselect-container li.multiselect-all a {
  font-weight: 700;
}

.multiselect-container li.active a label:after {
  display: block;
}

/**
* Уточнить поиск
*/

.setting {
  display: none;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.show-search {
  float: left;
}

.show-search__btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 38px;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8ac0a;
  -webkit-box-shadow: 0 2px 0 #ed9408;
  box-shadow: 0 2px 0 #ed9408;
}

.show-search__btn:before {
  position: absolute;
  top: 6px;
  left: 11px;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: url(../img/svg/ico-search.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

.filter-setting {
  float: right;
}

.filter-setting__btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 38px;
  color: #f8ac0a;
  border: 1px solid #f8ac0a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none;
}

.filter-setting__btn:before {
  position: absolute;
  top: 6px;
  left: 11px;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: url(../img/svg/ico-filter.svg) 0 0 no-repeat;
  background-size: 18px auto;
}

/**
* Выбор даты
*/

.form-group_date {
  position: relative;
}

.date-group {
  position: relative;
}

.add-from {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.add-to {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.add-to__inner {
  font-size: 14px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 5px 0 35px;
  color: #264f67;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
  -webkit-box-shadow: inset 1.4px 1.4px 0 rgba(218, 229, 235, 0.43);
  box-shadow: inset 1.4px 1.4px 0 rgba(218, 229, 235, 0.43);
}

.add-to__inner:before {
  position: absolute;
  top: 12px;
  left: 7px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(../img/svg/ico-plus.svg) 5px 5px no-repeat;
  background-size: 12px auto;
}

.add-to_current .add-to__inner {
  display: none;
}

.date-modal {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  display: none;
  margin-top: 4px;
  padding: 0 10px 10px 10px;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f0f6f9;
}

.extend-date {
  margin-top: 10px;
}

.extend-date__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  color: #264f67;
}

.extend-date__check {
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
  vertical-align: top;
}

.extend-date__check + label {
  cursor: pointer;
}

.extend-date__check:not(checked) {
  position: absolute;
  opacity: 0;
}

.extend-date__check:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}

.extend-date__check:not(checked) + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: inset 1px 1.7px 0 rgba(219, 228, 233, 0.75);
  box-shadow: inset 1px 1.7px 0 rgba(219, 228, 233, 0.75);
}

.extend-date__check:not(checked) + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: none;
  width: 13px;
  height: 11px;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url(../img/svg/ico-check.svg) 0 0 no-repeat;
  background-size: 13px auto;
}

.extend-date__check:checked + label:after {
  display: block;
}

/**
* Строка ожидания
*/

@-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;
  }
}

.wait, .wait_warn {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
  padding: 11px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  text-align: center;
  color: #ffffff;
  border: 5px solid #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcba28;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.wait__inner {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}

.wait__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  background: url(../img/svg/ico-update.svg) 0 0 no-repeat;
  background-size: 24px auto;
}

.how {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000000;
}

.how-search {
  margin-bottom: 30px;
  padding: 25px 30px;
  border: 1px solid #e2ebf1;
  background-color: #ffffff;
}

.how-search__head {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #1f81bc;
}

.how-search__desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 15px;
  color: #264f67;
}

.how-search__img img {
  vertical-align: bottom;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/**
* Результаты поиска
*/

.result {
  margin-bottom: 20px;
}

.result-item {
  margin-bottom: 60px;
}

.result-head {
  font-weight: 500;
  line-height: 26px;
  padding: 13px 0;
  color: #264f67;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #e2ebf1;
}

.result-item_cheap .result-head {
  color: #ffffff;
  background: #b3bc01;
}

.result-item_fast .result-head {
  color: #ffffff;
  background: #f74730;
}

.result-head__air {
  font-size: 24px;
  position: relative;
  padding-left: 65px;
}

.result-head__air:before {
  position: absolute;
  top: 1px;
  left: 17px;
  display: block;
  width: 32px;
  height: 24px;
  content: '';
  background: url(../img/svg/ico-ticket.svg) 0 -4px no-repeat;
  background-size: 32px auto;
}

.result-item_cheap .result-head__air:before,
.result-item_fast .result-head__air:before {
  background-image: url(../img/svg/ico-ticket-white.svg);
}

.result-head__air b {
  font-weight: 700;
}

.result-head__arrow {
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 5px;
  vertical-align: middle;
  background: url(../img/svg/ico-arrow-air.svg) 0 0 no-repeat;
  background-size: 20px auto;
}

.result-item_cheap .result-head__arrow,
.result-item_fast .result-head__arrow {
  background-image: url(../img/svg/ico-arrow-air-while.svg);
}

.result-head__most {
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.result-item_cheap .result-head__most {
  background: #9aa204;
}

.result-item_fast .result-head__most {
  background: #e8402a;
}

.result-body {
  border: 1px solid #e2ebf1;
  border-top: none;
  border-right: 0 0 3px 3px;
}

.flight {
  margin-right: -10px;
  padding: 30px 0;
  border-bottom: 1px solid #e2ebf1;
}

.flight:last-child {
  border-bottom: none;
}

.flight__num {
  font-size: 30px;
  font-weight: 900;
  width: 70px;
  text-align: center;
  color: #e1e8ec;
}

.flight__logo {
  margin-bottom: 10px;
}

.flight__logo img {
  vertical-align: bottom;
}

.flight__air {
  padding-left: 20px;
}

.flight__plane {
  font-size: 12px;
  font-weight: 500;
  color: #264f67;
}

.flight__item {
  position: relative;
}

.flight__city {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #264f67;
}

.flight__city span {
  color: #e1e8ec;
}

.flight__time {
  font-size: 14px;
  font-weight: 500;
  color: #264f67;
}

.flight__time span {
  font-size: 12px;
  display: block;
}

.price {
  position: relative;
  padding-bottom: 50px;
  padding-left: 20px;
  background: #f7f9fa;
}

.result-item_cheap .price {
  background: #f2f4d2;
}

.result-item_fast .price {
  background: #faebe9;
}

.price-list {
  margin: 0;
  padding: 20px 20px 5px 0;
}

.price-item {
  margin-bottom: 18px;
  list-style: none;
}

.price-item__shop {
  font-size: 16px;
  font-weight: 500;
  float: left;
  color: #0f78b7;
}

.price-item__shop a {
  text-decoration: none;
}

.price-item__cost {
  font-size: 16px;
  font-weight: 900;
  float: right;
  color: #0f78b7;
}

.price-item__cost a {
  text-decoration: none;
}

.price-item__pay {
  font-size: 0;
  clear: both;
}

.ico-pay {
  display: inline-block;
  height: 15px;
  background: #ffffff url(../img/payment-icons.png) 0 0 no-repeat;
}

.ico-pay_card {
  width: 22px;
}

.ico-pay_cash {
  width: 19px;
  background-position: -63px 0;
}

.ico-pay_euroset {
  width: 16px;
  background-position: -83px 0;
}

.ico-pay_svyaznoy {
  width: 16px;
  background-position: -99px 0;
}

.ico-pay_yandex {
  width: 16px;
  background-position: -118px 0;
}

.ico-pay_qiwi {
  width: 16px;
  background-position: -134px 0;
}

.ico-pay_webmoney {
  width: 16px;
  background-position: -44px 0;
}

.ico-pay_contact {
  width: 28px;
  background-position: -176px 0;
}

.ico-pay_bank {
  width: 16px;
  background-position: -216px 0;
}

.ico-pay_elexnet {
  width: 16px;
  background-position: -204px 0;
}

.more__link {
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  color: #0f78b7;
}

.buy {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -30px;
  text-align: right;
}

.buy-btn {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8ac0a;
  -webkit-box-shadow: 0 2px 0 #ed9408;
  box-shadow: 0 2px 0 #ed9408;
}

.buy-btn:hover,
.buy-btn:focus {
  color: #ffffff;
  background-color: #fbbb33;
}

.buy-btn__sum {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.buy-btn__sum:before {
  position: absolute;
  top: -15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 60px;
  content: '';
  background: url(../img/svg/ico-arrow-btn.svg) 0 0 no-repeat;
  background-size: 14 auto;
}

.buy-btn__text {
  font-weight: 900;
  display: inline-block;
}

.more-result {
  margin-bottom: 60px;
  text-align: center;
}

.more-result__btn {
  font-size: 24px;
  font-weight: 900;
  line-height: 55px;
  display: block;
  text-decoration: none;
  color: #0f78b7;
  border: 1px solid #e2ebf1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f6f9;
}

.more-result__btn:hover {
  color: #0f78b7;
  background-color: #e2ebf1;
}

/**
* Подвал
*/

.footer {
  font-size: 12px;
  padding: 30px 0;
  color: #264f67;
  /*background: #e7eff3;*/
  background: url(https://weather.traveltheworld.com.ua/images/background/bg_bottom.png) no-repeat center bottom;
}

.footer a {
  text-decoration: none;
}

.foot-nav {
  margin: 0;
  padding: 0;
}

.foot-nav li {
  float: left;
  margin-right: 20px;
  list-style: none;
}

.dev {
  text-align: right;
}

.article {
  border: 1px solid #e2ebf1;
  margin-bottom: 30px;
  margin-left: -15px;
  padding: 25px 30px;
  color: #264f67;
  margin-right: -15px;
  background: white;
}

.article p:first-child,
.article h1:first-child,
.article h2:first-child,
.article h3:first-child {
  margin-top: 0;
}

.co-name {
  margin-top: 125px;  
  margin-left: 40px; 
  padding: 5imgpx;
  width: 80%;
  background: rgba(0, 0, 0, 0.4);  
  border: 1px solid #ddd;
}

.co-name a {
  color: white;
  text-decoration: none;
}

.offer-card i {
  margin-right: 10px;
  vertical-align: center;  
}

.co-name span {
  font-size: 20px;  
}

.img_co {
  height: 285px; 
}

/**
* Медиазапросы
*/

@media only screen and (min-width: 767px) {
  .ui-menu .ui-menu-item.ui-state-disabled {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }

  .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: auto;
  }

  .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: auto;
  }

  .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;
  }

  .first {
    background: #66ccff url(../img/bg-main.jpg) center top no-repeat;
    margin-top: -150px; 
  }

  .flight__item_first:before {
    position: absolute;
    top: 23px;
    right: -5px;
    display: block;
    width: 51px;
    height: 14px;
    content: '';
   /*background: url(../img/svg/ico-arrow-flight.svg) 0 0 no-repeat;*/
    background-size: 51px auto;
  }
}

@media only screen and (min-width: 992px) {
  .img_co {
    box-shadow: 0 4px 18px rgba(0,0,0,.5);
    margin-bottom: 20px;
  }   
}

@media only screen and (max-width: 991px) {
  .img_co {
    display: none;
  }   
}

@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }

  .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: auto;
  }

  .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: auto;
  }

  .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;
  }

  .form-group_air {
    padding-left: 30px;
  }

  .form-btn {
    padding-top: 20px;
    padding-right: 30px;
  }

  .result-head__most {
    margin: -13px 0 -13px -20px;
    padding: 13px 10px 13px 20px;
  }

  .price {
    min-height: 251px;
    margin-left: -20px;
    padding-bottom: 20px;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .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;
  }

  .form-btn {
    padding-top: 20px;
    padding-right: 30px;
  }

  .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: auto;
  }

  .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: auto;
  }

  .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;
  }
}

@media only screen and (min-width: 1600px) {
  .first {
    background-size: cover;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-search {
    font-size: 24px;
  }

  .buy-btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .first {
    height: auto;
    background-size: cover;
  }

  .form {
    padding: 0 20px 5px 20px;
  }

  .wait__inner {
    padding-top: 36px;
    padding-left: 0;
  }

  .wait__inner:before {
    left: 50%;
    margin-left: -12px;
  }

  .how {
    max-width: 568px;
    margin-right: auto;
    margin-left: auto;
  }

  .result-head {
    padding: 0 15px;
  }

  .result-head__air {
    padding: 5px 0 5px 50px;
  }

  .result-head__air:before {
    top: 6px;
    left: 0;
  }

  .result-head__time {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .result-head__most {
    margin: 0 -15px;
    padding: 10px 15px;
  }

  .footer {
    text-align: center;
  }

  .copywrite {
    margin-bottom: 10px;
  }

  .foot-nav {
    margin-bottom: 10px;
  }

  .foot-nav li {
    float: none;
    margin-right: 0;
  }

  .dev {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .first {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
    margin-top: -30px;
  }

  .setting_active {
    display: block !important;
  }

  .header {
    margin-bottom: 10px;
    text-align: center;
  }

  .logo {
    margin-bottom: 0;
  }

  .logo__name {
    font-size: 15px;
    line-height: 28px;
  }

  .social {
    display: none;
    text-align: center;
  }

  .tabs {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }

  .tabs_result {
    display: none;
  }

  .tabs-nav__item {
    font-size: 18px;
    padding: 8px 15px;
  }

  .ui-datepicker {
    width: 268px;
  }

  .form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-group_date-from {
    float: left;
    width: 50%;
    padding-right: 5px;
  }

  .form-group_date-to {
    float: left;
    width: 50%;
    padding-left: 5px;
  }

  .who-flies__head {
    text-indent: -9999px;
  }

  .who-flies__head:before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 25px;
    height: 25px;
    content: '';
    background-size: 25px auto;
  }

  .who-flies_grown .who-flies__head:before {
    background: url(../img/svg/ico-grown.svg) 0 0 no-repeat;
  }

  .who-flies_teens .who-flies__head:before {
    background: url(../img/svg/ico-teens.svg) 0 0 no-repeat;
  }

  .who-flies_baby .who-flies__head:before {
    top: 12px;
    background: url(../img/svg/ico-baby.svg) 0 0 no-repeat;
    background-size: 22px auto;
  }

  .tabs .form-label {
    display: none;
  }

  .form-control {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-search {
    height: auto;
    height: 48px;
    padding: 0;
    text-indent: -9999px;
  }

  .btn-search:before {
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    background-size: 28px auto;
  }

  .form-filter {
    display: none;
    margin-top: 0;
  }

  .setting {
    display: block;
  }

  .add-to__inner:first-letter {
    text-transform: uppercase;
  }

  .add-to__inner span {
    display: none;
  }

  .date-modal_to {
    right: 0;
    left: auto;
  }

  .wait {
    font-size: 18px;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .how {
    display: none;
  }

  .spec{
    display: none;
  }



  .flight {
    margin-right: 0;
    padding: 10px 15px;
  }

  .flight__num {
    width: auto;
    margin-bottom: 15px;
    text-align: left;
  }

  .flight__air {
    margin-bottom: 15px;
    padding: 0;
  }

  .flight__item {
    margin-bottom: 15px;
  }

  .article {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .more-result__btn {
    font-size: 18px;
  }
  
 
  .setting_active {
    display: block !important;
  }
}

@media only screen and (max-width: 350px) {
  .ui-datepicker {
    width: 238px;
  }

  .show-search__btn {
    font-size: 14px;
  }

  .filter-setting__btn {
    font-size: 14px;
  }


  .setting_active {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .who-flies {
    padding-left: 10px;
  }

  .who-flies__head {
    font-size: 12px;
  }

  .who-flies .ui-selectmenu-icon,
  .who-flies .ui-selectmenu-text {
    right: 5px;
  }  
}


/*@media only screen and (max-width: 993px){
   .extra-content{
    display: none;
  }
}*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: center !important;  
  vertical-align: middle !important;
}

.offer-card {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 30px;
    padding-left: 20px;
    background: #ffffff;
    /*width: 262px;*/
    min-height: 170px;
    box-shadow: 0 4px 18px rgba(0,0,0,.5);
  }

 @media screen and (max-width: 767px) {
  /*.offer-card {
    min-width: 260px;
    }*/
  } 
.row li img{
  margin-right: 30px;
  vertical-align: middle;
}  

/*.add-from-s1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}*/


.add-from-s1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.add-from-s2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.add-from-s3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.add-froms {
  z-index: 9999; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  cursor: pointer;
}

.add-froms1 {
  z-index: 9999; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  cursor: pointer;
}

.add-froms2 {
  z-index: 9999; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  cursor: pointer;
}

label {
  display: inline-block;
  cursor: pointer;
  position: relative;  
  margin-right: 15px;
  font-size: 14px;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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;
  }
}

.breadcrumb {
  padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
  margin-bottom: @line-height-computed;
  list-style: none;
  background-color: @breadcrumb-bg;
  border-radius: @border-radius-base;

  > li {
    display: inline-block;

    + li:before {
      content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
      padding: 0 5px;
      color: @breadcrumb-color;
    }
  }

  > .active {
    color: @breadcrumb-active-color;
  }
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 6px 15px;
  // Place the border on the list items and negative margin up for better styling
  margin-bottom: -1px;
  background-color: @list-group-bg;
  border: 1px solid @list-group-border;

  // Round the first and last items
  &:first-child {
    .border-top-radius(@list-group-border-radius);
  }
  &:last-child {
    margin-bottom: 0;
    .border-bottom-radius(@list-group-border-radius);
  }
}

.list-group-item i {
  margin-right: 10px;  
}

.extra-content {
    background-color: #315375;
    color: #fff;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.extra-content a{
  color: white;
  text-decoration: none;
}

.extra-content a:active, a:hover {
  color: #000;
  outline-width: 0;
  text-decoration: none;
}

.extra-content a:focus {
  color: #66CCFF;
}


.extra-content-top {
    background-color: #303234;
    color: #fff;
    padding: 0px 30px 0px 30px;
    float: left;
    width: 100%;
}

.extra-content-top a{
  color: white;
  text-decoration: none;
}

.extra-content-top a:active, a:hover {
  color: #ccc;
  outline-width: 0;
  text-decoration: none;
}

.extra-content-top a:focus {
  color: #ccc;
}

.row em{
  margin: 15px;
}

p{
  line-height: 20px;
}

/*ul{
  margin-left: -40px;
}*/

li{
  line-height: 20px;
  list-style: none;  
}

.offer-card .row img {
  margin-right: 20px !important;
  vertical-align: middle;
}

.tab-content > .active {
  display: block;
  background: #ffffff !important;
}

.nav {
  margin-bottom: 45px;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: #337ab7;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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 {
  background-color: #e7e7e7;
  color: #555;
}
@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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*pagination*/

body {
  margin: 0;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;*/
  background-color: #ffffff;
  
  padding: 0 20px;
}
.pagination a {
  color: #0088cc;
  text-decoration: none;
}
.pagination a:hover {
  color: #005580;
  text-decoration: underline;
}

h2 { padding-top: 20px; }
h2:first-of-type { padding-top: 0; }
ul { padding: 0; }

.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

@media only screen and (max-width: 1199px){
   .pagination {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 652px){
   .pagination {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 457px){
   .pagination {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 991px){
    #map {
    display: none;
  }
}

@media only screen and (max-width: 991px){
    #b-map {
    display: none;
  }
}