@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400italic,700&amp;subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700&amp;subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic&amp;subset=latin,latin-ext);
/* Variables */
/* Variables */
/* Fonts */
/* Screen sizes */
/* Colors */
/* Helpers */
/*! Mixins */
/* Vendors */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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 {
  border: 0;
  padding: 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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]: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; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !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: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #474747;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #f05b58;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ec2d29;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e9ece9; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #dfdfdf; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 21px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 34px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 10px; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small, .small {
  font-size: 86%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #dfdfdf; }

.text-primary {
  color: #f05b58; }

a.text-primary:hover {
  color: #ec2d29; }

.text-success {
  color: #72a230; }

a.text-success:hover {
  color: #567b24; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #ec2d29; }

a.text-danger:hover {
  color: #cf1613; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #f05b58; }

a.bg-primary:hover {
  background-color: #ec2d29; }

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

a.bg-danger:hover {
  background-color: #ff8585; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #e9ece9; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dfdfdf; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #e9ece9; }
  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.42857;
    color: #dfdfdf; }
    blockquote footer:before, blockquote small:before, blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e9ece9;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

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, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
  .container {
    width: 740px; } }
  @media (min-width: 992px) {
  .container {
    width: 960px; } }
  @media (min-width: 1100px) {
  .container {
    width: 1080px; } }
  @media (min-width: 1240px) {
  .container {
    width: 1200px; } }


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-left: 10px;
  padding-right: 10px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1240px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal; }

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;
  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: 15px;
  line-height: 1.42857;
  color: #777; }

.form-control, .bootstrap-tagsinput input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #777;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #c9cdd1;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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, .bootstrap-tagsinput input:focus {
    border-color: #c9cdd1;
    outline: 0; }
  .form-control::-moz-placeholder, .bootstrap-tagsinput input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .bootstrap-tagsinput input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .bootstrap-tagsinput input[disabled], .form-control[readonly], .bootstrap-tagsinput input[readonly], fieldset[disabled] .form-control, fieldset[disabled] .bootstrap-tagsinput input, .bootstrap-tagsinput fieldset[disabled] input {
    cursor: false;
    background-color: #e9ece9;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 40px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .bootstrap-tagsinput .input-group-sm > input[type="date"], .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .bootstrap-tagsinput .input-group-sm > input[type="time"], .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .bootstrap-tagsinput .input-group-sm > input[type="datetime-local"], .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .bootstrap-tagsinput .input-group-sm > input[type="month"], .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .bootstrap-tagsinput .input-group-lg > input[type="date"], .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .bootstrap-tagsinput .input-group-lg > input[type="time"], .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .bootstrap-tagsinput .input-group-lg > input[type="datetime-local"], .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .bootstrap-tagsinput .input-group-lg > input[type="month"], .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 48px; } }

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

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: false; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: false; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: false; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .bootstrap-tagsinput .input-group-lg > input.form-control-static, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .bootstrap-tagsinput .input-group-sm > input.form-control-static, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .bootstrap-tagsinput .input-group-sm > input, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control, .form-group-sm .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-sm input {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control, .form-group-sm .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-sm input {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control, .form-group-sm .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-sm input, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn, .form-group-sm .form-control, .form-group-sm .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-sm input {
  height: auto; }

.input-lg, .input-group-lg > .form-control, .bootstrap-tagsinput .input-group-lg > input, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control, .form-group-lg .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-lg input {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control, .form-group-lg .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-lg input {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control, .form-group-lg .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-lg input, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .form-group-lg .form-control, .form-group-lg .bootstrap-tagsinput input, .bootstrap-tagsinput .form-group-lg input {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .bootstrap-tagsinput input, .bootstrap-tagsinput .has-feedback input {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .bootstrap-tagsinput .input-group-lg > input + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .bootstrap-tagsinput .input-group-sm > input + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #72a230; }
.has-success .form-control, .has-success .bootstrap-tagsinput input, .bootstrap-tagsinput .has-success input {
  border-color: #72a230;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .bootstrap-tagsinput input:focus, .bootstrap-tagsinput .has-success input:focus {
    border-color: #567b24;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a4d266;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a4d266; }
.has-success .input-group-addon {
  color: #72a230;
  border-color: #72a230;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #72a230; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning .bootstrap-tagsinput input, .bootstrap-tagsinput .has-warning input {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .bootstrap-tagsinput input:focus, .bootstrap-tagsinput .has-warning input:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ec2d29; }
.has-error .form-control, .has-error .bootstrap-tagsinput input, .bootstrap-tagsinput .has-error input {
  border-color: #ec2d29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .bootstrap-tagsinput input:focus, .bootstrap-tagsinput .has-error input:focus {
    border-color: #cf1613;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f48987;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f48987; }
.has-error .input-group-addon {
  color: #ec2d29;
  border-color: #ec2d29;
  background-color: #ffb8b8; }
.has-error .form-control-feedback {
  color: #ec2d29; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #878787; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .bootstrap-tagsinput input, .bootstrap-tagsinput .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .form-inline .input-group input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .bootstrap-tagsinput .input-group > input, .bootstrap-tagsinput .form-inline .input-group > input {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 28px; }
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: #eee;
  border: 0;
  white-space: nowrap;
  color: #000;
  padding: 6px 21px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 2px 0 #ddd;
  box-shadow: 0 2px 0 #ddd;
  transition: background ease-in-out 0.1s;
  -moz-transition: background ease-in-out 0.1s;
  -webkit-transition: background ease-in-out 0.1s;
  max-width: 100%; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #583d17;
  background-color: #e9d39f;
  text-transform: uppercase;
  }
  .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #009933;
    border-color: #943e3e; }
  .btn-default:active, .btn-default.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #f05b58;
    border-color: #9f4242; }
  .btn-default .badge {
    color: #f05b58;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #f05b58;
  border-color: #9f4242;
  -webkit-box-shadow: 0 2px 0 #9f4242;
  box-shadow: 0 2px 0 #9f4242; }
  .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ef4d4a;
    border-color: #943e3e; }
  .btn-primary:active, .btn-primary.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #f05b58;
    border-color: #9f4242; }
  .btn-primary .badge {
    color: #f05b58;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #91c849;
  border-color: #85be39; }
  .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #8ac43d;
    border-color: #7cb236; }
  .btn-success:active, .btn-success.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #91c849;
    border-color: #85be39; }
  .btn-success .badge {
    color: #91c849;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4ebbdb;
    border-color: #39b3d7; }
  .btn-info:active, .btn-info.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info: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, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #efa640;
    border-color: #ed9c28; }
  .btn-warning:active, .btn-warning.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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: #cc3300;
  border-color: #b32d00; }
  .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2f00;
    border-color: #a32900; }
  .btn-danger:active, .btn-danger.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 2px;
    outline: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #cc3300;
    border-color: #b32d00; }
  .btn-danger .badge {
    color: #cc3300;
    background-color: #fff; }

.btn-outline {
  border-style: solid;
  border-width: 2px;
  padding: 7px 12px 5px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-outline:active {
    top: 0 !important; }
  .btn-outline.outline-primary {
    color: #f05b58;
    background-color: #fff;
    border-color: #f05b58; }
    .btn-outline.outline-primary:hover, .open > .btn-outline.outline-primary.dropdown-toggle {
      color: #f05b58;
      background-color: #f7f7f7;
      border-color: #ef4d4a; }
    .btn-outline.outline-primary:active, .btn-outline.outline-primary.active {
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      top: 2px;
      outline: none; }
    .btn-outline.outline-primary.disabled, .btn-outline.outline-primary.disabled:hover, .btn-outline.outline-primary.disabled:focus, .btn-outline.outline-primary.disabled.focus, .btn-outline.outline-primary.disabled:active, .btn-outline.outline-primary.disabled.active, .btn-outline.outline-primary[disabled], .btn-outline.outline-primary[disabled]:hover, .btn-outline.outline-primary[disabled]:focus, .btn-outline.outline-primary[disabled].focus, .btn-outline.outline-primary[disabled]:active, .btn-outline.outline-primary[disabled].active, fieldset[disabled] .btn-outline.outline-primary, fieldset[disabled] .btn-outline.outline-primary:hover, fieldset[disabled] .btn-outline.outline-primary:focus, fieldset[disabled] .btn-outline.outline-primary.focus, fieldset[disabled] .btn-outline.outline-primary:active, fieldset[disabled] .btn-outline.outline-primary.active {
      background-color: #fff;
      border-color: #f05b58; }
    .btn-outline.outline-primary .badge {
      color: #fff;
      background-color: #f05b58; }
    .btn-outline.outline-primary:hover {
      color: #fff;
      background-color: #f05b58;
      border-color: #f05b58; }
      .btn-outline.outline-primary:hover:hover, .open > .btn-outline.outline-primary:hover.dropdown-toggle {
        color: #fff;
        background-color: #ef4d4a;
        border-color: #ef4d4a; }
      .btn-outline.outline-primary:hover:active, .btn-outline.outline-primary:hover.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        top: 2px;
        outline: none; }
      .btn-outline.outline-primary:hover.disabled, .btn-outline.outline-primary:hover.disabled:hover, .btn-outline.outline-primary:hover.disabled:focus, .btn-outline.outline-primary:hover.disabled.focus, .btn-outline.outline-primary:hover.disabled:active, .btn-outline.outline-primary:hover.disabled.active, .btn-outline.outline-primary:hover[disabled], .btn-outline.outline-primary:hover[disabled]:hover, .btn-outline.outline-primary:hover[disabled]:focus, .btn-outline.outline-primary:hover[disabled].focus, .btn-outline.outline-primary:hover[disabled]:active, .btn-outline.outline-primary:hover[disabled].active, fieldset[disabled] .btn-outline.outline-primary:hover, fieldset[disabled] .btn-outline.outline-primary:hover:hover, fieldset[disabled] .btn-outline.outline-primary:hover:focus, fieldset[disabled] .btn-outline.outline-primary:hover.focus, fieldset[disabled] .btn-outline.outline-primary:hover:active, fieldset[disabled] .btn-outline.outline-primary:hover.active {
        background-color: #f05b58;
        border-color: #f05b58; }
      .btn-outline.outline-primary:hover .badge {
        color: #f05b58;
        background-color: #fff; }
  .btn-outline.outline-secondary {
    color: #1c75bc;
    background-color: #fff;
    border-color: #1c75bc; }
    .btn-outline.outline-secondary:hover, .open > .btn-outline.outline-secondary.dropdown-toggle {
      color: #1c75bc;
      background-color: #f7f7f7;
      border-color: #1a6daf; }
    .btn-outline.outline-secondary:active, .btn-outline.outline-secondary.active {
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      top: 2px;
      outline: none; }
    .btn-outline.outline-secondary.disabled, .btn-outline.outline-secondary.disabled:hover, .btn-outline.outline-secondary.disabled:focus, .btn-outline.outline-secondary.disabled.focus, .btn-outline.outline-secondary.disabled:active, .btn-outline.outline-secondary.disabled.active, .btn-outline.outline-secondary[disabled], .btn-outline.outline-secondary[disabled]:hover, .btn-outline.outline-secondary[disabled]:focus, .btn-outline.outline-secondary[disabled].focus, .btn-outline.outline-secondary[disabled]:active, .btn-outline.outline-secondary[disabled].active, fieldset[disabled] .btn-outline.outline-secondary, fieldset[disabled] .btn-outline.outline-secondary:hover, fieldset[disabled] .btn-outline.outline-secondary:focus, fieldset[disabled] .btn-outline.outline-secondary.focus, fieldset[disabled] .btn-outline.outline-secondary:active, fieldset[disabled] .btn-outline.outline-secondary.active {
      background-color: #fff;
      border-color: #1c75bc; }
    .btn-outline.outline-secondary .badge {
      color: #fff;
      background-color: #1c75bc; }
    .btn-outline.outline-secondary:hover {
      color: #fff;
      background-color: #1c75bc;
      border-color: #1c75bc; }
      .btn-outline.outline-secondary:hover:hover, .open > .btn-outline.outline-secondary:hover.dropdown-toggle {
        color: #fff;
        background-color: #1a6daf;
        border-color: #1a6daf; }
      .btn-outline.outline-secondary:hover:active, .btn-outline.outline-secondary:hover.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        top: 2px;
        outline: none; }
      .btn-outline.outline-secondary:hover.disabled, .btn-outline.outline-secondary:hover.disabled:hover, .btn-outline.outline-secondary:hover.disabled:focus, .btn-outline.outline-secondary:hover.disabled.focus, .btn-outline.outline-secondary:hover.disabled:active, .btn-outline.outline-secondary:hover.disabled.active, .btn-outline.outline-secondary:hover[disabled], .btn-outline.outline-secondary:hover[disabled]:hover, .btn-outline.outline-secondary:hover[disabled]:focus, .btn-outline.outline-secondary:hover[disabled].focus, .btn-outline.outline-secondary:hover[disabled]:active, .btn-outline.outline-secondary:hover[disabled].active, fieldset[disabled] .btn-outline.outline-secondary:hover, fieldset[disabled] .btn-outline.outline-secondary:hover:hover, fieldset[disabled] .btn-outline.outline-secondary:hover:focus, fieldset[disabled] .btn-outline.outline-secondary:hover.focus, fieldset[disabled] .btn-outline.outline-secondary:hover:active, fieldset[disabled] .btn-outline.outline-secondary:hover.active {
        background-color: #1c75bc;
        border-color: #1c75bc; }
      .btn-outline.outline-secondary:hover .badge {
        color: #1c75bc;
        background-color: #fff; }
  .btn-outline.l-spacing {
    letter-spacing: 0.25em; }
  .btn-outline.btn-newsletter {
    color: #fff;
    background-color: #1c75bc;
    border-color: #fff;
    text-transform: uppercase; }
    .btn-outline.btn-newsletter:hover, .open > .btn-outline.btn-newsletter.dropdown-toggle {
      color: #fff;
      background-color: #1a6daf;
      border-color: #f7f7f7; }
    .btn-outline.btn-newsletter:active, .btn-outline.btn-newsletter.active {
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      top: 2px;
      outline: none; }
    .btn-outline.btn-newsletter.disabled, .btn-outline.btn-newsletter.disabled:hover, .btn-outline.btn-newsletter.disabled:focus, .btn-outline.btn-newsletter.disabled.focus, .btn-outline.btn-newsletter.disabled:active, .btn-outline.btn-newsletter.disabled.active, .btn-outline.btn-newsletter[disabled], .btn-outline.btn-newsletter[disabled]:hover, .btn-outline.btn-newsletter[disabled]:focus, .btn-outline.btn-newsletter[disabled].focus, .btn-outline.btn-newsletter[disabled]:active, .btn-outline.btn-newsletter[disabled].active, fieldset[disabled] .btn-outline.btn-newsletter, fieldset[disabled] .btn-outline.btn-newsletter:hover, fieldset[disabled] .btn-outline.btn-newsletter:focus, fieldset[disabled] .btn-outline.btn-newsletter.focus, fieldset[disabled] .btn-outline.btn-newsletter:active, fieldset[disabled] .btn-outline.btn-newsletter.active {
      background-color: #1c75bc;
      border-color: #fff; }
    .btn-outline.btn-newsletter .badge {
      color: #1c75bc;
      background-color: #fff; }
    .btn-outline.btn-newsletter:hover {
      color: #1c75bc;
      background-color: #fff;
      border-color: #fff; }
      .btn-outline.btn-newsletter:hover:hover, .open > .btn-outline.btn-newsletter:hover.dropdown-toggle {
        color: #1c75bc;
        background-color: #f7f7f7;
        border-color: #f7f7f7; }
      .btn-outline.btn-newsletter:hover:active, .btn-outline.btn-newsletter:hover.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        top: 2px;
        outline: none; }
      .btn-outline.btn-newsletter:hover.disabled, .btn-outline.btn-newsletter:hover.disabled:hover, .btn-outline.btn-newsletter:hover.disabled:focus, .btn-outline.btn-newsletter:hover.disabled.focus, .btn-outline.btn-newsletter:hover.disabled:active, .btn-outline.btn-newsletter:hover.disabled.active, .btn-outline.btn-newsletter:hover[disabled], .btn-outline.btn-newsletter:hover[disabled]:hover, .btn-outline.btn-newsletter:hover[disabled]:focus, .btn-outline.btn-newsletter:hover[disabled].focus, .btn-outline.btn-newsletter:hover[disabled]:active, .btn-outline.btn-newsletter:hover[disabled].active, fieldset[disabled] .btn-outline.btn-newsletter:hover, fieldset[disabled] .btn-outline.btn-newsletter:hover:hover, fieldset[disabled] .btn-outline.btn-newsletter:hover:focus, fieldset[disabled] .btn-outline.btn-newsletter:hover.focus, fieldset[disabled] .btn-outline.btn-newsletter:hover:active, fieldset[disabled] .btn-outline.btn-newsletter:hover.active {
        background-color: #fff;
        border-color: #fff; }
      .btn-outline.btn-newsletter:hover .badge {
        color: #fff;
        background-color: #1c75bc; }

.btn-default.btn-secondary {
  background: #1c75bc;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 #0e5f91;
  box-shadow: 0 2px 0 #0e5f91; }
  .btn-default.btn-secondary:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-checkbox {
  background: none; }

.btn-link {
  color: #f05b58;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #ec2d29;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #dfdfdf;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.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;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #666;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1c75bc; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dfdfdf; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: false; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #dfdfdf;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.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 {
    left: 0;
    right: auto; } }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
      z-index: 2; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .input-group input {
  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), .input-group .bootstrap-tagsinput input:not(:first-child):not(:last-child), .bootstrap-tagsinput .input-group input: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: 3px 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #777;
  text-align: right;
  background-color: #f7f7f7;
  border: 1px solid #c9cdd1;
  border-left: 0;
  border-radius: 3px;
  position: relative; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    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 .bootstrap-tagsinput input:first-child, .bootstrap-tagsinput .input-group input: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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .bootstrap-tagsinput input:last-child, .bootstrap-tagsinput .input-group input: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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #e9ece9; }
    .nav > li.disabled > a {
      color: #dfdfdf; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #dfdfdf;
        text-decoration: none;
        background-color: transparent;
        cursor: false; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e9ece9;
    border-color: #f05b58; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 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.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #e9ece9 #e9ece9 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .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: #1c75bc; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }
.tab-content > .active {
  display: block;
  visibility: visible; }

.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: 21px; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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;
        visibility: visible !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: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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: 14.5px 10px;
  font-size: 19px;
  line-height: 21px;
  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: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #f05b58; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav, .sticky-header ul {
  margin: 7.25px -10px; }
  .navbar-nav > li > a, .sticky-header ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu, .sticky-header ul .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, .sticky-header ul .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header, .sticky-header ul .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a, .sticky-header ul .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .sticky-header ul .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .sticky-header ul .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav, .sticky-header ul {
      float: left;
      margin: 0; }
      .navbar-nav > li, .sticky-header ul > li {
        float: left; }
        .navbar-nav > li > a, .sticky-header ul > li > a {
          padding-top: 14.5px;
          padding-bottom: 14.5px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 5px;
  margin-bottom: 5px; }
  @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, .sticky-header ul > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .sticky-header ul > li > .dropdown-menu, .sticky-header .navbar-fixed-bottom ul > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff; }
  .navbar-default .navbar-brand {
    color: #1c75bc; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #1c75bc;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #474747; }
  .navbar-default .navbar-nav > li > a, .navbar-default .sticky-header ul > li > a, .sticky-header .navbar-default ul > li > a {
    color: #474747; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .sticky-header ul > li > a:hover, .sticky-header .navbar-default ul > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .sticky-header ul > li > a:focus, .sticky-header .navbar-default ul > li > a:focus {
      color: #f05b58;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .sticky-header ul > .active > a, .sticky-header .navbar-default ul > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .sticky-header ul > .active > a:hover, .sticky-header .navbar-default ul > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .sticky-header ul > .active > a:focus, .sticky-header .navbar-default ul > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .sticky-header ul > .disabled > a, .sticky-header .navbar-default ul > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .sticky-header ul > .disabled > a:hover, .sticky-header .navbar-default ul > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .sticky-header ul > .disabled > a:focus, .sticky-header .navbar-default ul > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .sticky-header ul > .open > a, .sticky-header .navbar-default ul > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .sticky-header ul > .open > a:hover, .sticky-header .navbar-default ul > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .sticky-header ul > .open > a:focus, .sticky-header .navbar-default ul > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .sticky-header ul .open .dropdown-menu > li > a, .sticky-header .navbar-default ul .open .dropdown-menu > li > a {
      color: #474747; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .sticky-header ul .open .dropdown-menu > li > a:hover, .sticky-header .navbar-default ul .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .sticky-header ul .open .dropdown-menu > li > a:focus, .sticky-header .navbar-default ul .open .dropdown-menu > li > a:focus {
        color: #f05b58;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .sticky-header ul .open .dropdown-menu > .active > a, .sticky-header .navbar-default ul .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .sticky-header ul .open .dropdown-menu > .active > a:hover, .sticky-header .navbar-default ul .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .sticky-header ul .open .dropdown-menu > .active > a:focus, .sticky-header .navbar-default ul .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .sticky-header ul .open .dropdown-menu > .disabled > a, .sticky-header .navbar-default ul .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .sticky-header ul .open .dropdown-menu > .disabled > a:hover, .sticky-header .navbar-default ul .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .sticky-header ul .open .dropdown-menu > .disabled > a:focus, .sticky-header .navbar-default ul .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #474747; }
    .navbar-default .navbar-link:hover {
      color: #f05b58; }
  .navbar-default .btn-link {
    color: #474747; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #f05b58; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a, .navbar-inverse .sticky-header ul > li > a, .sticky-header .navbar-inverse ul > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .sticky-header ul > li > a:hover, .sticky-header .navbar-inverse ul > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .sticky-header ul > li > a:focus, .sticky-header .navbar-inverse ul > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .sticky-header ul > .active > a, .sticky-header .navbar-inverse ul > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .sticky-header ul > .active > a:hover, .sticky-header .navbar-inverse ul > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .sticky-header ul > .active > a:focus, .sticky-header .navbar-inverse ul > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .sticky-header ul > .disabled > a, .sticky-header .navbar-inverse ul > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .sticky-header ul > .disabled > a:hover, .sticky-header .navbar-inverse ul > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .sticky-header ul > .disabled > a:focus, .sticky-header .navbar-inverse ul > .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 .sticky-header ul > .open > a, .sticky-header .navbar-inverse ul > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .sticky-header ul > .open > a:hover, .sticky-header .navbar-inverse ul > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .sticky-header ul > .open > a:focus, .sticky-header .navbar-inverse ul > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .sticky-header ul .open .dropdown-menu > .dropdown-header, .sticky-header .navbar-inverse ul .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .sticky-header ul .open .dropdown-menu .divider, .sticky-header .navbar-inverse ul .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .sticky-header ul .open .dropdown-menu > li > a, .sticky-header .navbar-inverse ul .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .sticky-header ul .open .dropdown-menu > li > a:hover, .sticky-header .navbar-inverse ul .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .sticky-header ul .open .dropdown-menu > li > a:focus, .sticky-header .navbar-inverse ul .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .sticky-header ul .open .dropdown-menu > .active > a, .sticky-header .navbar-inverse ul .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .sticky-header ul .open .dropdown-menu > .active > a:hover, .sticky-header .navbar-inverse ul .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .sticky-header ul .open .dropdown-menu > .active > a:focus, .sticky-header .navbar-inverse ul .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .sticky-header ul .open .dropdown-menu > .disabled > a, .sticky-header .navbar-inverse ul .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .sticky-header ul .open .dropdown-menu > .disabled > a:hover, .sticky-header .navbar-inverse ul .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .sticky-header ul .open .dropdown-menu > .disabled > a:focus, .sticky-header .navbar-inverse ul .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #1c75bc;
      background-color: #fff;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #fff;
    background-color: #f05b58;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #f05b58;
    border-color: #f05b58;
    cursor: default; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #dfdfdf;
    background-color: #fff;
    border-color: #ddd;
    cursor: false; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.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:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #f05b58; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #ec2d29; }

.label-primary {
  background-color: #f05b58; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ec2d29; }

.label-success {
  background-color: #91c849; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #77aa34; }

.label-info {
  background-color: #f05b58; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #ec2d29; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #cc3300; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #992600; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }
  .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, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #72a230; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #567b24; }

.alert-info {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #e4e4e4; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #ffb8b8;
  border-color: #ec2d29;
  color: #ec2d29; }
  .alert-danger hr {
    border-top-color: #e71915; }
  .alert-danger .alert-link {
    color: #cf1613; }

@-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 {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #1c75bc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  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: -o-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; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #91c849; }
  .progress-striped .progress-bar-success {
    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: -o-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); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    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: -o-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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    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: -o-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); }

.progress-bar-danger {
  background-color: #cc3300; }
  .progress-striped .progress-bar-danger {
    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: -o-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); }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px; }

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      width: 100%;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .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%;
    margin-left: -10px; }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -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%;
  margin: 0 0 0 -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    text-indent: -999px;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #fff;
    background: none !important;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background: #fff !important; }

.carousel-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  z-index: 10;
  padding: 20px;
  color: #474747; }
  .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;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20px;
    right: 20px;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 10px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {

  .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: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1240px) {
  .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 (min-width: 1240px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !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: 1239px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1240px) {
  .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; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?hxzemz');
  src: url('../fonts/icomoon.eot?#iefixhxzemz') format('embedded-opentype'), url('../fonts/icomoon.woff?hxzemz') format('woff'), url('../fonts/icomoon.ttf?hxzemz') format('truetype'), url('../fonts/icomoon.svg?hxzemz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-adult-child:before {
  content: "\e67c"; }

.icon-exclamation-mark-border:before {
  content: "\e67b"; }

.icon-buildings:before {
  content: "\e66d"; }

.icon-winter-offers:before {
  content: "\e66e"; }

.icon-spring-offers:before {
  content: "\e66f"; }

.icon-autumn-offers:before {
  content: "\e670"; }

.icon-pension:before {
  content: "\e671"; }

.icon-summer-offers:before {
  content: "\e672"; }

.icon-popular-deals:before {
  content: "\e673"; }

.icon-last-minute:before {
  content: "\e674"; }

.icon-hospital:before {
  content: "\e675"; }

.icon-christmas:before {
  content: "\e676"; }

.icon-guitar:before {
  content: "\e677"; }

.icon-team:before {
  content: "\e678"; }

.icon-pet-friendly:before {
  content: "\e679"; }

.icon-all:before {
  content: "\e67a"; }

.icon-szechenyi:before {
  content: "\e66a"; }

.icon-gmail:before {
  content: "\e66b"; }

.icon-google-plus-rounded:before {
  content: "\e66c"; }

.icon-instagram:before {
  content: "\e669"; }

.icon-info-circle:before {
  content: "\e667"; }

.icon-credit-card3:before {
  content: "\e668"; }

.icon-close-circle:before {
  content: "\e666"; }

.icon-accept2:before {
  content: "\e665"; }

.icon-facebook-circle:before {
  content: "\e631"; }

.icon-check:before {
  content: "\e663"; }

.icon-letter:before {
  content: "\e65f"; }

.icon-bed2:before {
  content: "\e660"; }

.icon-hotel-starred:before {
  content: "\e661"; }

.icon-credit-card2:before {
  content: "\e662"; }

.icon-cloud:before {
  content: "\e65e"; }

.icon-accept-circle:before {
  content: "\e65b"; }

.icon-member2:before {
  content: "\e65c"; }

.icon-cart2:before {
  content: "\e65d"; }

.icon-logout:before {
  content: "\e65a"; }

.icon-grid:before {
  content: "\e658"; }

.icon-h-menu:before {
  content: "\e659"; }

.icon-triangle-down:before {
  content: "\e656"; }

.icon-triangle-up:before {
  content: "\e657"; }

.icon-gps:before {
  content: "\e643"; }

.icon-car:before {
  content: "\e655"; }

.icon-hotel:before {
  content: "\e642"; }

.icon-close:before, .baguetteBox-button#close-button:before {
  content: "\e641"; }

.icon-dollar:before {
  content: "\e640"; }

.icon-marker:before {
  content: "\e63f"; }

.icon-cup:before {
  content: "\e63d"; }

.icon-sun:before {
  content: "\e63e"; }

.icon-angle-right:before {
  content: "\e650"; }

.icon-angle-down:before {
  content: "\e651"; }

.icon-angle-left:before {
  content: "\e652"; }

.icon-angle-up:before {
  content: "\e653"; }

.icon-social-google-plus:before {
  content: "\e654"; }

.icon-champagne:before {
  content: "\e648"; }

.icon-wifi:before {
  content: "\e61c"; }

.icon-railway:before {
  content: "\e622"; }

.icon-ledtv:before {
  content: "\e623"; }

.icon-parking:before {
  content: "\e624"; }

.icon-monument:before {
  content: "\e625"; }

.icon-snowflake:before {
  content: "\e626"; }

.icon-pet:before {
  content: "\e627"; }

.icon-eye:before {
  content: "\e628"; }

.icon-soundproof:before {
  content: "\e629"; }

.icon-bathtub:before {
  content: "\e62a"; }

.icon-bed:before {
  content: "\e62b"; }

.icon-bus:before {
  content: "\e62c"; }

.icon-wheelchair:before {
  content: "\e62d"; }

.icon-night:before {
  content: "\e62e"; }

.icon-paper-text:before {
  content: "\e62f"; }

.icon-info:before {
  content: "\e630"; }

.icon-paragraph:before {
  content: "\e632"; }

.icon-speech-bubble:before {
  content: "\e633"; }

.icon-star-outline-rounded:before {
  content: "\e634"; }

.icon-social-twitter:before {
  content: "\e664"; }

.icon-social-facebook:before {
  content: "\e635"; }

.icon-cutlery:before {
  content: "\e636"; }

.icon-cutlery-bold:before {
  content: "\e637"; }

.icon-accept:before {
  content: "\e638"; }

.icon-house:before {
  content: "\e639"; }

.icon-member:before {
  content: "\e63a"; }

.icon-basketball:before {
  content: "\e63b"; }

.icon-public-transport:before {
  content: "\e63c"; }

.icon-circles:before {
  content: "\e644"; }

.icon-airplane-top:before {
  content: "\e645"; }

.icon-star-outline:before {
  content: "\e646"; }

.icon-water-drop:before {
  content: "\e647"; }

.icon-skier:before {
  content: "\e649"; }

.icon-heart-rounded:before {
  content: "\e64a"; }

.icon-heart:before {
  content: "\e64b"; }

.icon-gift:before {
  content: "\e64c"; }

.icon-lifebuoy:before {
  content: "\e64d"; }

.icon-pinguin:before {
  content: "\e64e"; }

.icon-arrow-light-left:before, .baguetteBox-button#previous-button:before {
  content: "\e61e"; }

.icon-arrow-light-down:before {
  content: "\e61f"; }

.icon-arrow-light-up:before {
  content: "\e620"; }

.icon-arrow-light-right:before, .baguetteBox-button#next-button:before {
  content: "\e621"; }

.icon-star:before {
  content: "\e61d"; }

.icon-direction-outline:before {
  content: "\e608"; }

.icon-calendar:before {
  content: "\e61a"; }

.icon-clock2:before {
  content: "\e61b"; }

.icon-ad-logo:before {
  content: "\e600"; }

.icon-airplane:before {
  content: "\e601"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-right:before {
  content: "\e604"; }

.icon-arrow-up:before {
  content: "\e605"; }

.icon-cart:before {
  content: "\e606"; }

.icon-clock:before {
  content: "\e607"; }

.icon-credit-card:before {
  content: "\e609"; }

.icon-crosshair:before {
  content: "\e60a"; }

.icon-diagram:before {
  content: "\e60b"; }

.icon-earth:before {
  content: "\e60c"; }

.icon-en:before {
  content: "\e60d"; }

.icon-flag-usa:before {
  content: "\e60e"; }

.icon-location-outline:before {
  content: "\e64f"; }

.icon-location:before {
  content: "\e60f"; }

.icon-logo:before {
  content: "\e610"; }

.icon-logo-light:before {
  content: "\e611"; }

.icon-mail:before {
  content: "\e612"; }

.icon-members:before {
  content: "\e613"; }

.icon-mobile:before {
  content: "\e614"; }

.icon-sort-down:before {
  content: "\e615"; }

.icon-sort-left:before {
  content: "\e616"; }

.icon-sort-right:before {
  content: "\e617"; }

.icon-sort-up:before {
  content: "\e618"; }

.icon-tag:before {
  content: "\e619"; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

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

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px; }

.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
  padding: 4px 5px; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  /*
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    */ }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    */ }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.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%);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.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(to bottom, #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;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.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;
  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, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

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

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

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

.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%);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 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("select2.png") no-repeat 100% -22px;
    background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    */ }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  /*
    background: #fff url("select2.png") no-repeat -37px -22px;
    background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    */ }

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

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

.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, 0.3);
  box-shadow: 0 0 5px rgba(0, 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(to 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(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 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: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

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

.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-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.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-ajax-error, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
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("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.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 5px 0 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(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.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, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.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-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(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

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

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

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

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.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: 2dppx) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

/* Base */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none; } }

* {
  outline: none !important;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  background: #ffffff;
  min-width: 320px;
  font-family: 'Roboto Condensed', sans-serif; }

h1 {
  line-height: 40px; }

p {
  margin: 0 0 11px; }

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], textarea {
  -webkit-appearance: none; }

select {
  /*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 10px;
    */ }

/* Tablet */
/* Desktop */
@media only screen and (min-width: 992px) {
  a, button, .btn, i {
    -webkit-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease; }
    a:hover, button:hover, .btn:hover, i:hover {
      text-decoration: none; } }

/* Large Desktop */
@media (max-width: 768px) {
  .affix {
    position: static; } }

.wrapper > div.block {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }

.b-primary {
  color: #f05b58; }

.b-secondary {
  color: #1c75bc; }

.b-green {
  color: #8dc63f; }

.light {
  font-weight: 300; }

.margin-0 {
  margin: 0; }

.small-title {
  font-size: 17px;
  font-weight: bold;
  color: #1c75bc; }

.block-title {
  font-size: 28px;
  text-transform: uppercase; }
  .block-title.line:before {
    content: '';
    padding: 0 1px;
    background: #f05b58;
    position: relative;
    top: -3px;
    margin-right: 8px;
    display: inline-block;
    height: 22px;
    vertical-align: middle; }
  .block-title.border {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2e3f2; }
  .block-title.center {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-color: #ccc; }

.list-title {
  font-weight: 400;
  color: #1c75bc; }
  .list-title span {
    padding-right: 10px;
    color: #f05b58; }

.modal {
  z-index: 10002; }
  .modal .modal-backdrop {
    position: fixed; }

.modal-title {
  font-size: 21px;
  font-weight: bold;
  color: #1c75bc; }
  .modal-title.triangle {
    position: relative;
    padding-left: 20px; }
    .modal-title.triangle:before {
      width: 0;
      height: 0;
      border-width: 6px 0 6px 9px;
      content: '';
      position: absolute;
      left: 0;
      top: 10px; }
  .modal-title.bordered {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4; }

.modal-dialog {
  margin: 0 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important; }
  .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 0;
    border: 0; }
    .modal-dialog .modal-content.modal-alert .alert-icon {
      margin-bottom: 15px; }
      .modal-dialog .modal-content.modal-alert .alert-icon i {
        font-size: 80px;
        color: #f05b58; }
    .modal-dialog .modal-content.modal-alert p.light {
      margin-bottom: 0;
      font-size: 21px;
      font-weight: 300; }
    .modal-dialog .modal-content.modal-alert p.large {
      margin: 5px 0 15px;
      font-size: 25px; }
  .modal-dialog .modal-header {
    position: relative;
    border: 0; }
  .modal-dialog .modal-close {
    position: absolute;
    right: -18px;
    top: -20px;
    color: #fff;
    font-size: 12px; }
  .modal-dialog .modal-footer {
    text-align: center; }
  .modal-dialog .modal-cancel {
    color: rgba(71, 71, 71, 0.7);
    margin-top: 20px;
    display: inline-block; }
    .modal-dialog .modal-cancel:hover {
      color: #f05b58; }
  .modal-dialog .btn {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; }
    .modal-dialog .btn.center {
      margin-left: auto;
      margin-right: auto; }
    .modal-dialog .btn.l-spacing {
      letter-spacing: 0.15em; }

.modal-header {
  padding: 0; }

.modal-body {
  padding: 10px 0; }

.modal-footer {
  padding: 0;
  border: 0; }

.modal-backdrop {
  bottom: 0;
  z-index: 10000;
  position: fixed; }

.modal-backdrop.in {
  opacity: 0.5; }

.badge {
  position: absolute;
  background: rgba(240, 91, 88, 0.8);
  top: 20px;
  right: 20px;
  border-radius: 100% 100% 100% 0;
  color: #fff;
  text-align: center; }

.image-caption {
  position: relative;
  overflow: hidden;
  height: auto; }
  .image-caption > .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.65);
    padding: 15px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    max-height: 120px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%); }
    .image-caption > .text p {
      margin: 0; }
  .image-caption img {
    max-width: 100%; }
  .image-caption:hover > .text {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px); }

.table {
  display: table;
  width: 100%;
  max-width: 100%; }

.table-cell, .cell {
  display: table-cell;
  vertical-align: middle; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.box-star {
  display: inline-block;
  white-space: nowrap; }
  .box-star .icon-star {
    display: inline-block;
    vertical-align: top;
    color: #f05b58;
    font-size: 12px;
    margin-right: -4px; }

.offers-grid .badge {
  width: 90px;
  height: 90px;
  top: 10px;
  right: 10px;
  padding: 30px 0;
  font-size: 18px;
  line-height: 18px; }
  .offers-grid .badge span {
    font-size: 15px; }

.link-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

.color-base {
  color: #474747; }

.scrollTopButton {
  outline: none !important;
  display: none;
  background: #fff;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4000; }
  .scrollTopButton i {
    color: #1c75bc; }

.image-hover {
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s; }
  .image-hover:hover {
    opacity: 0.7; }

.rating .circle {
  border: 2px solid #1c75bc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #1c75bc;
  padding: 5px 0; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.szechenyi-icon {
  width: 24px;
  height: 24px;
  padding: 12px;
  background: url("../images/szechenyi.png") center center no-repeat;
  background-size: 100%; }

.border-0 {
  border: 0; }

.border-top-0 {
  border-top: 0; }

.border-right-0 {
  border-right: 0; }

.border-bottom-0 {
  border-bottom: 0; }

.border-left-0 {
  border-left: 0; }

.padding-right-0 {
  padding-right: 0; }

.tooltip .tooltip-arrow {
  display: none; }
.tooltip .tooltip-inner {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 13px 15px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #c9cdd1;
  background: rgba(230, 244, 247, 0.8) !important;
  border-radius: 6px; }
.tooltip.package-tooltip {
  opacity: 1 !important;
  top: 40px !important;
  left: 0px !important; }

.alert .column-icon {
  max-width: 60px; }
.alert .circle {
  border: 2px solid #1c75bc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: transparent;
  display: block;
  text-align: center; }
  .alert .circle i {
    color: #1c75bc;
    line-height: 36px;
    font-size: 20px; }
.alert h3, .alert p {
  margin: 0; }

.progress {
  height: 9px;
  box-shadow: none;
  background: #f1f1f1; }

.btn-default {
  -webkit-transition: background ease-in-out 0.3s;
  -o-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s; }

.btn-radio {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
  border: 0;
  color: #474747;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: normal;
  position: relative; }
  .btn-radio:hover {
    color: #474747; }
  .btn-radio:before {
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #f0f0f0;
    vertical-align: bottom;
    float: left;
    content: '';
    display: block;
    position: relative;
    top: 3px;
    margin-right: 7px;
    border: 1px solid #bbb; }
  .btn-radio.active:before {
    background: #fff;
    border: 1px solid #f05b58; }
  .btn-radio.active:after {
    content: '';
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #f05b58;
    position: absolute;
    left: 3px;
    top: 6px; }
  .btn-radio input {
    display: none; }

.btn-checkbox {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
  border: 0;
  color: #474747;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
  position: relative;
  white-space: normal; }
  .btn-checkbox:hover {
    color: #474747; }
  .btn-checkbox:before {
    content: '';
    width: 11px;
    height: 11px;
    border: 1px solid #cacaca;
    background: #f0f0f0;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 50; }
  .btn-checkbox.active:after {
    content: "\e663";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 100;
    color: #f05b58; }
  .btn-checkbox input {
    display: none; }

.marker-label {
  -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.2);
  z-index: 100 !important;
  background: #fff;
  padding: 7px 5px 6px 10px;
  color: #1c75bc;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif; }
  .marker-label span {
    color: #f05b58; }
  .marker-label .box-star {
    margin-left: 3px; }
    .marker-label .box-star .icon-star {
      margin-right: 0;
      font-size: 11px; }

.input-group i {
  font-size: 21px;
  color: #f05b58; }

.typeahead {
  right: 0;
  max-width: 100%;
  background: #f7f7f7;
  margin-top: -3px !important;
  border-top: 0;
  border-radius: 0px 0px 3px 3px;
  padding-top: 5px; }
  .typeahead > li.active a {
    background: #1c75bc; }
  .typeahead > li:first-child {
    position: relative; }
    .typeahead > li:first-child:before {
      position: absolute;
      content: '';
      top: -1px;
      left: 20px;
      right: 20px;
      height: 1px;
      background: #cbddeb; }
  .typeahead > li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 5px 15px; }

.cart-sticky {
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 4000;
  display: none;
  background: #fff; }
  .cart-sticky > .container {
    position: relative; }
  .cart-sticky .hotel-name {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    display: inline-block; }
    .cart-sticky .hotel-name p {
      margin: 0; }
  .cart-sticky .no-fee {
    margin-bottom: 20px;
    margin-left: 22px;
    font-size: 13px; }
    .cart-sticky .no-fee i {
      position: relative;
      top: 1px;
      margin-left: -22px; }
  .cart-sticky .right-block {
    text-align: center; }
  .cart-sticky .total-title {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .cart-sticky .total-price {
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    vertical-align: middle; }
  .cart-sticky input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 5px auto 0; }
  .cart-sticky .cart-sticky-close {
    position: absolute;
    right: -10px;
    top: -10px; }
    .cart-sticky .cart-sticky-close:hover {
      cursor: pointer; }

.tab-content-container {
  margin-top: 20px; }
  .tab-content-container dl {
    margin-bottom: 0; }
  .tab-content-container dt a {
    display: block;
    color: #ababab;
    height: 64px;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    font-size: 17px;
    text-transform: uppercase; }
    .tab-content-container dt a:after {
      content: '+';
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 30px;
      font-weight: 300;
      font-family: 'Roboto';
      color: #1c75bc;
      display: block;
      width: 15px;
      text-align: center;
      line-height: 60px; }
  .tab-content-container dt .circle {
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #ababab; }
  .tab-content-container dt.current a {
    border-bottom: 5px solid #f05b58;
    color: #f05b58; }
    .tab-content-container dt.current a:after {
      content: '-';
      color: #f05b58;
      font-size: 44px;
      line-height: 56px; }
  .tab-content-container dt.current .circle {
    border-color: #f05b58; }
  .tab-content-container dt:last-of-type a {
    border: none; }
  .tab-content-container dt:last-of-type.current a {
    border-bottom: 5px solid #f05b58; }
  .tab-content-container dd {
    padding: 30px 0px; }

.upload-button-box .filename-field {
  background: #f7f7f7;
  border: 1px solid #c9cdd1;
  position: relative;
  line-height: 26px;
  margin-bottom: 5px; }
  .upload-button-box .filename-field:hover {
    cursor: default; }
  .upload-button-box .filename-field .plus-icon {
    position: absolute;
    left: -30px;
    top: 7px;
    content: '+';
    font-size: 37px;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica', sans-serf;
    color: #f05b58; }
    .upload-button-box .filename-field .plus-icon:hover {
      cursor: pointer; }
  .upload-button-box .filename-field .text {
    padding-right: 12px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }
  .upload-button-box .filename-field .upload-field-block {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.upload-button-box .upload-field {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.upload-button-box .btn {
  width: 100%;
  text-transform: uppercase; }

.sort-list:before, .sort-list:after {
  content: " ";
  display: table; }
.sort-list:after {
  clear: both; }
.sort-list ul {
  margin: 0 -10px;
  padding: 0 10px;
  list-style: none;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .sort-list ul li {
    display: none;
    margin: 0;
    min-height: 24px; }
    .sort-list ul li:first-child {
      padding-left: 0; }
    .sort-list ul li.active {
      display: block; }
      .sort-list ul li.active .sort-link:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e659";
        color: #b4b4b4;
        font-size: 12px;
        padding-right: 5px; }
  .sort-list ul p.title {
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.025em;
    color: #1c75bc; }
  .sort-list ul .sort-link {
    font-size: 17px;
    color: #595959;
    position: relative;
    margin: 0;
    padding: 15px 0;
    display: block; }
    .sort-list ul .sort-link > i {
      position: absolute;
      font-size: 8px;
      color: #b4b4b4;
      right: 0; }
      .sort-list ul .sort-link > i.icon-triangle-up {
        top: 17px; }
      .sort-list ul .sort-link > i.icon-triangle-down {
        top: 27px; }
    .sort-list ul .sort-link.asc > i.icon-triangle-up {
      color: #1c75bc; }
    .sort-list ul .sort-link.desc > i.icon-triangle-down {
      color: #1c75bc; }
  .sort-list ul.active li {
    display: block; }
    .sort-list ul.active li.active .sort-link:before {
      display: none; }
.sort-list .buttons {
  margin: 0;
  border: 0;
  padding: 15px 0;
  text-align: center; }
  .sort-list .buttons a {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 23px;
    color: #fff;
    background: #ababab;
    text-align: center; }
    .sort-list .buttons a.active {
      background: #1c75bc; }
    .sort-list .buttons a.list-row {
      padding: 4px 5px; }
      .sort-list .buttons a.list-row .icon-bar {
        width: 13px;
        height: 3px;
        background: #fff;
        margin: 0 auto 3px;
        display: block; }
        .sort-list .buttons a.list-row .icon-bar:last-child {
          margin-bottom: 0; }
    .sort-list .buttons a.list-grid {
      padding: 5px; }
      .sort-list .buttons a.list-grid .icon-bar {
        width: 13px;
        height: 5px;
        display: block;
        position: relative;
        margin-bottom: 3px; }
        .sort-list .buttons a.list-grid .icon-bar:before, .sort-list .buttons a.list-grid .icon-bar:after {
          content: '';
          width: 5px;
          display: block;
          height: 5px;
          background: #fff;
          position: absolute;
          top: 0; }
        .sort-list .buttons a.list-grid .icon-bar:before {
          left: 0; }
        .sort-list .buttons a.list-grid .icon-bar:after {
          right: 0; }
    .sort-list .buttons a .icon-marker {
      font-size: 14px;
      line-height: 21px; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .sort-list .buttons a .icon-marker {
          position: relative;
          top: 1px; } }

.pagination {
  border-radius: 0;
  border: 0;
  width: 100%; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination > li {
    display: none; }
    .pagination > li > a, .pagination > li > span {
      border: 0;
      border-radius: 0; }

.proposer-boxes i {
  font-size: 72px;
  color: #1c75bc; }
.proposer-boxes p {
  font-size: 18px; }

@media screen and (max-width: 767px) {
  .scrollTopButton {
    display: none !important; }
  .pagination > li.prev, .pagination > li.next {
    display: block;
    width: 50%;
    float: left; }
    .pagination > li.prev a, .pagination > li.next a {
      display: block;
      width: 100%;
      text-transform: uppercase;
      position: relative;
      color: #fff;
      background: #f05b58;
      padding: 6px 15px;
      -webkit-box-shadow: 0 2px 0 #9f4242;
      box-shadow: 0 2px 0 #9f4242; }
      .pagination > li.prev a:active, .pagination > li.next a:active {
        box-shadow: none;
        position: relative;
        top: 2px; }
      .pagination > li.prev a i, .pagination > li.next a i {
        position: absolute;
        font-size: 12px;
        top: 11px; }
  .pagination > li.prev a {
    text-align: right; }
    .pagination > li.prev a i {
      left: 5px; }
  .pagination > li.next {
    padding-left: 2px; }
    .pagination > li.next a i {
      right: 5px; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .wrapper > div.block {
    border-top: 1px solid #ededed; }
  .block-title {
    font-size: 22px;
    letter-spacing: -0.03em; }
  .image-caption {
    position: relative; }
    .image-caption > .text {
      font-size: 12px;
      letter-spacing: -0.03em; }
  .modal-dialog {
    margin: 30px auto; }
  .sort-list {
    padding: 10px 10px 9px;
    border: 1px solid #1c75bc; }
    .sort-list ul {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .sort-list ul li {
        display: block;
        padding: 0 15px;
        float: left;
        border-right: 1px solid #8dbadd; }
        .sort-list ul li.sort-title {
          border-right: 0; }
          .sort-list ul li.sort-title + li {
            padding-left: 0;
            clear: left; }
      .sort-list ul p.title {
        padding: 0; }
      .sort-list ul .sort-link {
        margin: 0 10px 0 0;
        padding: 0; }
        .sort-list ul .sort-link > i {
          right: -20px; }
          .sort-list ul .sort-link > i.icon-triangle-up {
            top: 2px; }
          .sort-list ul .sort-link > i.icon-triangle-down {
            top: 12px; }
        .sort-list ul .sort-link:before {
          display: none !important; }
    .sort-list .buttons {
      float: right;
      padding: 0; }
  .cart-sticky .row {
    display: table; }
    .cart-sticky .row > div {
      display: table-cell !important;
      vertical-align: middle;
      float: none; }
  .cart-sticky .no-fee {
    margin-bottom: 0; }
  .cart-sticky .total-title {
    text-align: left;
    display: none; }
  .cart-sticky input[type="submit"] {
    margin-top: 0; }
  .cart-sticky .pieces {
    display: none; }
  .cart-sticky .cart-sticky-close {
    right: 0; }
  .cart-sticky .item-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .cart-sticky .item-list li {
      margin-bottom: 3px; }
      .cart-sticky .item-list li:last-child {
        margin-bottom: 0; }
      .cart-sticky .item-list li a {
        font-weight: bold;
        font-size: 15px;
        color: #1c75bc;
        position: relative;
        margin-left: 15px;
        display: inline-block;
        line-height: 17px; }
        .cart-sticky .item-list li a:before {
          position: absolute;
          top: 0;
          left: -15px;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 0 8px 8px;
          border-color: transparent transparent transparent #f05b58; }
  .cart-sticky .left-block {
    padding-right: 20px; }
  .cart-sticky .middle-block {
    border-left: 2px solid #f05b58;
    padding-left: 30px; }
  .tab-content-container {
    margin-top: 0; }
  .upload-button .btn {
    font-weight: bold; }
  .pagination {
    margin: 10px auto;
    text-align: center;
    width: 100%; }
    .pagination > li {
      display: inline-block; }
      .pagination > li a {
        -webkit-transition: all ease-in-out 0.1s;
        -o-transition: all ease-in-out 0.1s;
        transition: all ease-in-out 0.1s;
        font-family: 'Roboto', sans-serif;
        border-radius: 0 !important;
        text-align: center;
        display: block;
        min-width: 25px;
        min-height: 25px;
        padding: 4px 6px;
        font-size: 13px;
        margin: 0; }
        .pagination > li a i {
          display: none; }
      .pagination > li.prev {
        float: left; }
      .pagination > li.next {
        float: right; } }

/* Container fix */
@media (max-width: 992px) {
  .container {
    width: 100%; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .block-title {
    font-size: 28px;
    letter-spacing: -0.03em; }
  .image-caption {
    position: relative; }
    .image-caption > .text {
      font-size: 13px;
      letter-spacing: 0; }
  .sort-list ul li {
    padding: 0 40px 0 15px;
    border-right: 1px solid #8dbadd; }
    .sort-list ul li:first-child {
      padding-right: 15px; }
    .sort-list ul li.sort-title {
      border-right: 1px solid #8dbadd; }
      .sort-list ul li.sort-title + li {
        padding-left: 15px;
        clear: none; }
  .sort-list ul .sort-link > i {
    right: -40px; }
  .tooltip .tooltip-arrow {
    display: none; }
  .tooltip.package-tooltip {
    z-index: 100;
    top: 10px !important;
    left: -85px !important; }
  .modal-dialog.modal-md {
    width: 768px; }
  .modal-dialog.modal-sm {
    width: 480px; }
  .modal-dialog .modal-content {
    padding: 40px 60px 20px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .block-title {
    font-size: 28px;
    letter-spacing: 0; }
  .sort-list ul li {
    padding: 0 60px 0 25px; }
    .sort-list ul li:first-child {
      padding-right: 15px; }
  .sort-list ul .sort-link > i {
    right: -60px; } }

/* Components */
.main-slider {
  display: block;
  height: 470px;
  padding-right: 20px;
  width: 100%; }
  .main-slider .image {
    height: 470px;
    background-position: top center; }
  .main-slider .carousel-caption {
    background: rgba(255, 255, 255, 0.8);
    bottom: 40px; }
    .main-slider .carousel-caption .pull-left {
      width: 100%; }
    .main-slider .carousel-caption .pull-right {
      width: 100%;
      margin-top: 10px; }
      .main-slider .carousel-caption .pull-right .description {
        margin: 0 0 20px;
        font-size: 15px; }
    .main-slider .carousel-caption .location {
      font-size: 15px; }
  .main-slider .caption-title {
    margin: 0; }
    .main-slider .caption-title a {
      font-size: 30px;
      color: #1c75bc;
      margin: 0; }
      .main-slider .caption-title a:hover {
        color: #f05b58; }
  .main-slider .name {
    font-size: 15px;
    color: #1c75bc;
    margin-bottom: 0; }
    .main-slider .name i {
      color: #f05b58;
      font-size: 10px;
      display: inline-block;
      vertical-align: top; }
  .main-slider .block-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .main-slider .location {
    display: table;
    margin-bottom: 0; }
    .main-slider .location i {
      color: #f05b58;
      font-size: 22px;
      position: relative;
      top: 1px; }
    .main-slider .location span {
      display: table-cell;
      vertical-align: middle; }
      .main-slider .location span:nth-child(2) {
        padding-left: 5px; }
  .main-slider .carousel-badge {
    position: absolute;
    background: rgba(240, 91, 88, 0.8);
    top: 20px;
    right: 20px;
    border-radius: 100% 100% 100% 0;
    width: 120px;
    height: 120px;
    color: #fff;
    text-align: center; }
    .main-slider .carousel-badge .price {
      margin: 30px 0 0;
      font-size: 28px;
      font-weight: bold; }
    .main-slider .carousel-badge span {
      font-size: 20px; }

@media screen and (min-width: 600px) {
  .main-slider .carousel-caption .pull-left {
    width: 60%; }
  .main-slider .carousel-caption .pull-right {
    width: 35%;
    padding-left: 25px; }
  .main-slider .carousel-badge {
    width: 160px;
    height: 160px; }
    .main-slider .carousel-badge .price {
      margin: 40px 0 0;
      font-size: 40px;
      font-weight: bold; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .main-slider {
    width: 75%; }
    .main-slider .carousel-caption .pull-left {
      width: 58%; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .main-slider {
    padding-right: 10px;
    width: 66.66667%; } }

/* Large Desktop */
.breadcrumb {
  margin: 0;
  padding: 0 0 10px 0; }
  .breadcrumb ul {
    padding: 0;
    margin: 0; }
  .breadcrumb li {
    float: left;
    list-style: none;
    margin-right: 35px; }
    .breadcrumb li > a {
      position: relative;
      color: #1c75bc;
      font-size: 17px; }
      .breadcrumb li > a:after {
        content: '\00bb';
        font-size: 17px;
        color: #f05b58;
        position: absolute;
        right: -15px;
        top: -1px;
        pointer-events: none; }
    .breadcrumb li > p {
      margin-top: 5px;
      margin-bottom: 0;
      font-size: 14px; }
    .breadcrumb li.last, .breadcrumb li:last-child {
      float: none;
      overflow: hidden; }
      .breadcrumb li.last > a:after, .breadcrumb li:last-child > a:after {
        content: ''; }

/* Tablet */
/* Desktop */
/* Large desktop */
.top-search.search {
  padding: 20px 0; }
.top-search label.field-label {
  margin-top: 10px; }
.top-search label.field-icon-label {
  margin: 0; }
  .top-search label.field-icon-label:hover {
    cursor: pointer; }
.top-search .numbers-inline {
  margin: 0; }
  .top-search .numbers-inline .number-block {
    padding: 0 5px; }
    .top-search .numbers-inline .number-block:first-child {
      padding-left: 0; }
    .top-search .numbers-inline .number-block:last-child {
      padding-right: 0; }
  .top-search .numbers-inline .number {
    padding-right: 3px; }
.top-search .btn.btn-default {
  margin-top: 27px;
  letter-spacing: 0;
  padding: 6px 15px;
  width: 100%;
  max-width: 100%; }

/* Tablet */
@media screen and (min-width: 768px) {
  .top-search {
    height: 95px; }
    .top-search.search {
      padding: 0 5px; }
    .top-search label.field-label {
      margin-top: 0; }
  .form-block {
    padding: 10px 5px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-search .datepicker {
    padding-left: 8px;
    padding-right: 2px; }
  .top-search .input-group-addon {
    padding-left: 2px;
    padding-right: 8px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .top-search .btn.btn-default {
    letter-spacing: 0.15em; } }

/* Large desktop */
.bs-tabs {
  border: 0;
  margin-top: 5px; }
  .bs-tabs > li {
    float: none; }
    .bs-tabs > li > a {
      border: 0 !important;
      color: #ababab;
      text-transform: uppercase;
      background: none !important;
      padding: 0; }
      .bs-tabs > li > a:hover {
        background: none; }
    .bs-tabs > li .circle {
      -webkit-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-radius: 100%;
      width: 36px;
      height: 36px;
      background: none;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      padding: 7px 0;
      border: 1px solid #ababab; }
      .bs-tabs > li .circle i {
        color: #ababab;
        font-size: 18px;
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
    .bs-tabs > li.active > a {
      color: #f05b58; }
    .bs-tabs > li.active .circle {
      border-color: #f05b58;
      background: #f05b58; }
      .bs-tabs > li.active .circle i {
        color: #fff !important; }

.p-tabs {
  border-bottom: none; }

/* Tablet */
@media screen and (min-width: 768px) {
  .bs-tabs {
    border: 0;
    display: table;
    width: 100%;
    border-bottom: 5px solid #f05b58;
    padding-bottom: 20px; }
    .bs-tabs > li {
      display: table-cell;
      text-align: center;
      width: 12.5%; }
      .bs-tabs > li > a {
        display: block;
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        font-size: 13px;
        margin: 0 auto;
        max-width: 100px; }
        .bs-tabs > li > a .text {
          display: table;
          width: 100%; }
          .bs-tabs > li > a .text strong {
            display: table-cell;
            vertical-align: middle;
            height: 40px; }
        .bs-tabs > li > a .circle {
          display: block;
          width: 60px;
          height: 60px;
          margin: 0 auto 20px;
          padding: 18px 0; }
          .bs-tabs > li > a .circle i {
            font-size: 24px; }
        .bs-tabs > li > a:hover {
          color: #f05b58; }
          .bs-tabs > li > a:hover .circle {
            border-color: #f05b58; }
            .bs-tabs > li > a:hover .circle i {
              color: #f05b58; }
  .p-tabs {
    border-bottom: none; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .bs-tabs > li > a {
    font-size: 14px; }
    .bs-tabs > li > a .circle {
      width: 80px;
      height: 80px; }
      .bs-tabs > li > a .circle i {
        font-size: 36px; }
  .p-tabs > li {
    width: 12.5%; } }

/* Large Desktop */
.tooltip-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4001; }
  .tooltip-container .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 11px;
    z-index: 4001; }
    .tooltip-container .close-btn .icon-close, .tooltip-container .close-btn .baguetteBox-button#close-button:before {
      font-size: 11px;
      color: #000; }
    .tooltip-container .close-btn:hover .icon-close, .tooltip-container .close-btn:hover .baguetteBox-button#close-button:before {
      color: #f05b58; }
  .tooltip-container .cell.icon {
    padding: 0 10px 0 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    width: 30px;
    color: #1c75bc; }
  .tooltip-container .cell.text {
    padding-right: 15px;
    text-align: left; }
    .tooltip-container .cell.text a {
      color: #1c75bc; }
  .tooltip-container .item {
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 12px;
    color: #000;
    font-size: 14px;
    border: 1px solid #c9cdd1;
    background: rgba(230, 244, 247, 0.9);
    border-radius: 6px;
    position: relative;
    max-width: 300px; }
    .tooltip-container .item + .item {
      margin-top: 20px; }
    .tooltip-container .item p {
      margin: 0; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.3.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 70%;
      max-width: 70%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }

  50% {
    margin-left: -30px; }

  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }

  50% {
    margin-left: 30px; }

  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background: none !important;
  color: #ddd;
  font-size: 18px; }
  .baguetteBox-button:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    font-size: 40px; }
  .baguetteBox-button#next-button {
    right: 0;
    text-align: right; }
  .baguetteBox-button#previous-button {
    left: 0;
    text-align: left; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }

  50% {
    transform: scale(1); } }

/* Tablet */
@media screen and (min-width: 768px) {
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    font-size: 50px; }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; } }

/* Desktop */
/**
 * jQuery értékelő plugin.
 *
 * @author Peter Takacs <takacs.peter@mediacore.hu>
 * @link http://webtuts.hu/tartalom/jquery-ertekelo-plugin-fejlesztese-font-awesome-ikonokkal
 */
.rating-block {
  width: 170px;
  float: left; }
  .rating-block + .text {
    overflow: auto;
    height: 33px;
    line-height: 33px;
    font-weight: bold; }

.rating-control {
  margin: 0 -1px;
  padding: 0;
  list-style: none; }
  .rating-control:before, .rating-control:after {
    content: " ";
    display: table; }
  .rating-control:after {
    clear: both; }
  .rating-control li {
    margin: 0;
    padding: 0;
    float: left; }
    .rating-control li i {
      color: #ccdfed;
      padding: 0 1px;
      font-size: 30px; }
      .rating-control li i.active {
        color: #f05b58; }

.bootstrap-tagsinput {
  padding: 0;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px; }
  .bootstrap-tagsinput input {
    margin-top: 10px;
    width: 300px !important;
    padding-left: 40px;
    background: #f7f7f7 url(../images/m-glass-icon.png) no-repeat;
    background-size: 25px 25px;
    background-position: 8px center;
    clear: left; }
  .bootstrap-tagsinput .tag {
    margin-right: 30px;
    margin-bottom: 10px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    padding: 3px 5px;
    position: relative;
    border-radius: 0;
    float: left;
    vertical-align: top; }
    .bootstrap-tagsinput .tag [data-role="remove"] {
      cursor: pointer;
      position: absolute;
      top: 2px;
      right: -12px; }
      .bootstrap-tagsinput .tag [data-role="remove"]:after {
        content: "x";
        font-family: 'Arial', 'Helvetica', sans-serf;
        font-weight: bold;
        font-size: 14px;
        color: #f05b58;
        padding: 0; }
      .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
        .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

select::-ms-expand {
  display: none; }

.select2-container {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-align: left; }
  .select2-container a {
    height: 40px !important;
    width: 100%;
    line-height: 38px !important;
    background: none; }
  .select2-container .select2-choice {
    background: #f7f7f7 !important;
    color: #777;
    border: 1px solid #c9cdd1 !important;
    padding-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400; }
    .select2-container .select2-choice .select2-arrow {
      background: none;
      border: 0;
      right: 5px; }
      .select2-container .select2-choice .select2-arrow b {
        background: url(../images/img-arrow-left.png) no-repeat center center !important;
        background-size: 100% !important;
        display: block;
        width: 10px;
        height: 20px;
        position: relative;
        top: 9px;
        right: 0px; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: none !important; }
  .select2-dropdown-open .select2-choice .select2-arrow b {
    background: url(../images/img-arrow-down.png) no-repeat center center !important;
    background-size: 100% !important;
    width: 20px; }

.select2-drop {
  background: #f7f7f7;
  color: #474747;
  border: 1px solid #c9cdd1;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden; }
  .select2-drop .select2-results {
    max-height: 300px;
    margin: 0;
    padding: 0; }

.form-group.has-error .select2-container .select2-choice {
  border: 1px solid #ec2d29 !important; }

body .datepicker {
  padding: 6px 12px;
  min-width: 100%; }
body .datepicker-dropdown {
  border-color: #c9cdd1 !important;
  background: #f7f7f7 !important;
  border-radius: 3px;
  margin-top: -40px; }
  body .datepicker-dropdown:before, body .datepicker-dropdown:after {
    display: none; }
body .datepicker.dropdown-menu {
  left: 10px;
  right: 10px;
  z-index: 5000; }
  body .datepicker.dropdown-menu table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px; }
  body .datepicker.dropdown-menu th {
    border-radius: 0 !important; }
  body .datepicker.dropdown-menu .datepicker-days td:not(.disabled):hover {
    border-color: #f05b58; }
  body .datepicker.dropdown-menu .datepicker-days td.active {
    border-color: #f05b58 !important;
    color: #9cabbd !important;
    text-shadow: none !important; }
  body .datepicker.dropdown-menu .next i, body .datepicker.dropdown-menu .prev i {
    font-size: 12px;
    color: #dee3eb;
    font-weight: bold;
    position: relative; }
  body .datepicker.dropdown-menu .next i {
    left: 1px; }
  body .datepicker.dropdown-menu .prev i {
    left: -1px; }
  body .datepicker.dropdown-menu .next, body .datepicker.dropdown-menu .prev, body .datepicker.dropdown-menu td, body .datepicker.dropdown-menu span.month, body .datepicker.dropdown-menu span.year {
    border: 1px solid #dee3eb;
    border-radius: 0;
    color: #9cabbd;
    background: none !important; }
    body .datepicker.dropdown-menu .next:hover, body .datepicker.dropdown-menu .prev:hover, body .datepicker.dropdown-menu td:hover, body .datepicker.dropdown-menu span.month:hover, body .datepicker.dropdown-menu span.year:hover {
      color: #9cabbd; }
    body .datepicker.dropdown-menu .next.day, body .datepicker.dropdown-menu .prev.day, body .datepicker.dropdown-menu td.day, body .datepicker.dropdown-menu span.month.day, body .datepicker.dropdown-menu span.year.day {
      background: none !important; }
      body .datepicker.dropdown-menu .next.day.range, body .datepicker.dropdown-menu .prev.day.range, body .datepicker.dropdown-menu td.day.range, body .datepicker.dropdown-menu span.month.day.range, body .datepicker.dropdown-menu span.year.day.range {
        border-color: rgba(240, 91, 88, 0.3); }
  body .datepicker.dropdown-menu .next:not(.disabled):hover, body .datepicker.dropdown-menu .prev:not(.disabled):hover, body .datepicker.dropdown-menu span.month:not(.disabled):hover, body .datepicker.dropdown-menu span.year:not(.disabled):hover {
    border-color: #f05b58; }
    body .datepicker.dropdown-menu .next:not(.disabled):hover i, body .datepicker.dropdown-menu .prev:not(.disabled):hover i, body .datepicker.dropdown-menu span.month:not(.disabled):hover i, body .datepicker.dropdown-menu span.year:not(.disabled):hover i {
      color: #f05b58; }
  body .datepicker.dropdown-menu .next.active, body .datepicker.dropdown-menu .prev.active, body .datepicker.dropdown-menu span.month.active, body .datepicker.dropdown-menu span.year.active {
    border-color: #f05b58 !important;
    color: #9cabbd !important;
    text-shadow: none !important; }
  body .datepicker.dropdown-menu th.dow {
    background: #dee3eb;
    color: #6e7a89;
    font-size: 12px;
    text-transform: uppercase; }
  body .datepicker.dropdown-menu td.old, body .datepicker.dropdown-menu td.new {
    opacity: 0;
    visibility: hidden; }
  body .datepicker.dropdown-menu .datepicker-switch {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #6e7a89; }
    body .datepicker.dropdown-menu .datepicker-switch:hover {
      background: none; }
  body .datepicker.dropdown-menu .disabled {
    opacity: 0.5;
    color: #cdd8e5 !important; }
  body .datepicker.dropdown-menu .active {
    color: #9cabbd; }
  body .datepicker.dropdown-menu .selected {
    border-color: #f05b58 !important;
    color: #9cabbd; }

/* Tablet */
@media screen and (min-width: 768px) {
  body .datepicker.dropdown-menu {
    min-width: 220px;
    width: 25%; } }

/* Desktop */
@media screen and (min-width: 992px) {
  body .datepicker.dropdown-menu {
    min-width: 0;
    width: 300px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  body .datepicker.dropdown-menu {
    min-width: 0;
    width: 380px; } }

.owl-item > div {
  width: 100%; }

.owl-theme {
  position: relative; }

.owl-carousel {
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  width: 40px;
  height: 120px;
  border-radius: 0;
  line-height: 120px;
  background: #b8b8b8;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  font-size: 20px;
  color: #fff;
  text-align: center; }
  .owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
    background: #999; }
  .owl-buttons .owl-prev.disabled, .owl-buttons .owl-next.disabled {
    opacity: 0.5; }
    .owl-buttons .owl-prev.disabled:hover, .owl-buttons .owl-next.disabled:hover {
      background: #b8b8b8;
      cursor: auto; }
.owl-buttons .owl-prev {
  left: -10px; }
.owl-buttons .owl-next {
  right: -10px; }

/* Magazine page hack */
.magazine .owl-carousel {
  width: 100%;
  padding: 0; }
  .magazine .owl-carousel .owl-prev, .magazine .owl-carousel .owl-next {
    background: none;
    top: 155px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0; }
    .magazine .owl-carousel .owl-prev:hover, .magazine .owl-carousel .owl-next:hover {
      background: none; }
    .magazine .owl-carousel .owl-prev [class^="icon-"], .magazine .owl-carousel .owl-next [class^="icon-"] {
      font-size: 18px;
      top: 0;
      left: 0; }
  .magazine .owl-carousel .owl-prev {
    left: 0px; }
  .magazine .owl-carousel .owl-next {
    right: 0px; }

/* Mobile big */
/* Tablet */
@media screen and (min-width: 768px) {
  .owl-carousel {
    width: 98%; }
  /* Magazine page hack */
  .magazine .owl-carousel {
    width: 100%;
    padding: 0; }
    .magazine .owl-carousel .owl-prev, .magazine .owl-carousel .owl-next {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: none;
      top: 50%; }
      .magazine .owl-carousel .owl-prev:hover, .magazine .owl-carousel .owl-next:hover {
        background: none; }
      .magazine .owl-carousel .owl-prev [class^="icon-"], .magazine .owl-carousel .owl-next [class^="icon-"] {
        font-size: 30px; }
    .magazine .owl-carousel .owl-prev {
      left: 50px; }
    .magazine .owl-carousel .owl-next {
      right: 50px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .owl-carousel {
    width: 920px;
    padding: 0; }
  .owl-buttons .owl-prev {
    left: -40px; }
  .owl-buttons .owl-next {
    right: -40px; } }

/* Carousel slide Fix */
@media screen and (min-width: 1040px) {
  .owl-carousel {
    width: 960px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .owl-carousel {
    width: 1140px; } }

/* Carousel slide Fix */
@media screen and (min-width: 1240px) {
  .owl-carousel {
    width: 1180px; } }

/* Layout */
header {
  background: #fff;
  min-height: 74px; }
  header .navbar {
    margin: 0; }
  header .navbar-brand {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    top: -2px; }
    header .navbar-brand i {
      color: #f05b58;
      font-size: 40px;
      vertical-align: middle; }
    header .navbar-brand span {
      padding-left: 10px;
      position: relative;
      top: 2px;
      vertical-align: middle; }
  header .navbar-toggle {
    margin-top: 16px; }
    header .navbar-toggle.collapsed .icon-bar {
      background: #1c75bc; }
  header .select-blocks-container {
    position: relative; }
    header .select-blocks-container > div {
      width: 50%; }
  header .top-language {
    padding-top: 5px; }
    header .top-language ul {
      list-style: none; }
    header .top-language .switcher-btn {
      position: relative;
      padding-left: 20px; }
      header .top-language .switcher-btn i {
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        position: absolute;
        top: 4px;
        left: 0; }
      header .top-language .switcher-btn .icon-arrow-down {
        visibility: visible;
        opacity: 1; }
      header .top-language .switcher-btn .icon-arrow-right, header .top-language .switcher-btn .icon-arrow-left {
        visibility: hidden;
        opacity: 0; }
      header .top-language .switcher-btn.collapsed .icon-arrow-right, header .top-language .switcher-btn.collapsed .icon-arrow-left {
        visibility: visible;
        opacity: 1; }
      header .top-language .switcher-btn.collapsed .icon-arrow-down {
        visibility: hidden;
        opacity: 0; }
    header .top-language .select-block {
      position: absolute;
      background: #fff;
      z-index: 1000;
      width: 150px;
      top: 25px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
      header .top-language .select-block ul {
        padding: 5px 15px;
        margin: 0; }
        header .top-language .select-block ul li {
          margin: 5px 0; }
    header .top-language .pull-right .switcher-btn {
      padding-left: 0;
      padding-right: 20px; }
      header .top-language .pull-right .switcher-btn i {
        left: auto;
        top: 5px;
        right: 0; }
    header .top-language .pull-right .select-block {
      right: 0;
      left: auto;
      text-align: right; }
  header .mobile-account {
    border: 0 !important;
    margin: 0 -20px;
    padding: 10px 20px; }
    header .mobile-account .header-top-right {
      float: none;
      width: 100%; }
      header .mobile-account .header-top-right .account-panel {
        height: 55px;
        padding-top: 13px; }
      header .mobile-account .header-top-right .account-logged-out a {
        color: #fff;
        font-size: 20px; }
      header .mobile-account .header-top-right .account-logged-out li:first-child:after {
        padding: 0 15px;
        position: relative;
        top: -1px; }
      header .mobile-account .header-top-right .account-logged-in .circle {
        width: 24px;
        height: 24px; }
        header .mobile-account .header-top-right .account-logged-in .circle i {
          font-size: 20px; }
      header .mobile-account .header-top-right .account-logged-in .text-right i {
        font-size: 20px; }
    header .mobile-account .top-language a {
      color: #474747;
      font-size: 17px; }
      header .mobile-account .top-language a i {
        top: 5px;
        font-size: 14px;
        color: #f05b58 !important; }
    header .mobile-account .top-language .pull-right .switcher-btn i {
      top: 6px; }
  header .header-top-right {
    width: 190px;
    float: right; }
    header .header-top-right .account-panel {
      background: #f05b58;
      height: 40px;
      border-radius: 0 0 5px 5px;
      padding: 5px 0; }
    header .header-top-right .account-logged-in {
      padding: 0 10px; }
      header .header-top-right .account-logged-in .table {
        height: 30px; }
      header .header-top-right .account-logged-in a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle; }
      header .header-top-right .account-logged-in .circle {
        border-radius: 100%;
        width: 20px;
        height: 20px;
        background: transparent;
        border: 1px solid #fff;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        text-align: center;
        overflow: hidden;
        padding-top: 2px;
        padding-left: 1px;
        position: relative;
        top: -2px; }
        header .header-top-right .account-logged-in .circle i {
          font-size: 17px; }
      header .header-top-right .account-logged-in .text-right i {
        font-size: 17px; }
    header .header-top-right .account-logged-out ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      header .header-top-right .account-logged-out ul li {
        list-style: none;
        display: inline-block; }
    header .header-top-right .account-logged-out li:first-child {
      margin-right: -4px; }
      header .header-top-right .account-logged-out li:first-child:after {
        content: "|";
        color: #fff;
        padding: 0 10px; }
    header .header-top-right .account-logged-out a {
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      line-height: 27px;
      text-transform: uppercase; }

  .sticky-header ul {
    float: none;
    border-left: 1px solid #d5d8dc;
    border-right: 1px solid #d5d8dc;
    font-size: 0;
    text-align: center;
    display: table;
    width: 100%; }
    .sticky-header ul > li {
      display: table-cell;
      vertical-align: middle; }
      .sticky-header ul > li a {
        color: #474747; }
        .sticky-header ul > li a:hover {
          color: #f05b58; }
      .sticky-header ul > li.logo a {
        padding: 12px 5px;
        text-align: center; }
        .sticky-header ul > li.logo a i {
          font-size: 26px;
          color: #f05b58;
          position: relative; }

@media screen and (max-width: 767px) {
  .navbar-nav, .sticky-header ul {
    background: #fff;
    margin: 0 -20px;
    padding: 0 20px; }
    .navbar-nav > li, .sticky-header ul > li {
      border-bottom: 1px solid #dfdfdf;
      width: auto !important; }
      .navbar-nav > li:last-child, .sticky-header ul > li:last-child {
        border: 0; }
      .navbar-nav > li > a, .sticky-header ul > li > a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        padding: 20px 0;
        letter-spacing: 0.015em; }
   }

/* Tablet */
@media screen and (min-width: 768px) {
  .navbar-default {
    background-color: #fff; }
  header {
    background: #fff;
    height: 130px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }
    header .navbar-header {
      width: 100%; }
    header .header-top {
      height: 75px; }
  .navbar-brand {
    height: 75px;
    width: 250px;
    float: left; }
  .header-blocks {
    padding-right: 0; }
  .info-box {
    width: 420px;
    float: left; }
    .info-box a {
      color: #474747; }
    .info-box ul {
      list-style: none;
      padding: 0;
      margin: 15px 0 0; }
      .info-box ul li {
        height: 40px;
        vertical-align: middle;
        display: inline-block;
        float: left;
        font-size: 15px;
        line-height: 22px; }
        .info-box ul li:first-child .icon-box {
          margin: 0 10px 0 0; }
      .info-box ul .icon-box {
        height: 40px;
        margin: 0 10px 0 20px; }
        .info-box ul .icon-box i {
          line-height: 40px;
          font-size: 24px;
          color: #f05b58; }
      .info-box ul span {
        color: #1c75bc;
        display: block; }
  .top-language {
    width: 190px; }
    .top-language ul {
      padding: 0;
      margin-top: 5px; }
    .top-language a {
      color: #474747;
      font-size: 15px; }
      .top-language a:hover {
        color: #f05b58; }
      .top-language a i {
        color: #f05b58;
        font-size: 13px;
        position: relative;
        top: -1px; }
  .navbar-collapse {
    clear: both;
    height: 55px !important;
    border-top: 1px solid #d5d8dc; }
    .navbar-collapse.collapse {
      height: 55px !important; }
    .navbar-collapse.affix {
      width: 100%;
      background: #fff;
      top: 0;
      z-index: 3000;
      display: none;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }
  .navbar-nav, .sticky-header ul {
    float: none;
    border-left: 1px solid #d5d8dc;
    border-right: 1px solid #d5d8dc;
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%; }
    .navbar-nav > li, .sticky-header ul > li {
      display: table-cell;
      float: none;
      border-right: 1px solid #d5d8dc;
      border-bottom: 0; }
      .navbar-nav > li:last-child, .sticky-header ul > li:last-child {
        border: 0; }
      .navbar-nav > li > a, .sticky-header ul > li > a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        line-height: 15px;
        display: block;
        height: 54px;
        padding: 20px 0;
        letter-spacing: 0; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .navbar-nav > li > a, .sticky-header ul > li > a {
    font-size: 15px; } 
    }

/* Large desktop */
@media screen and (min-width: 1240px) {
  .info-box {
    width: 550px; }
    .info-box ul li {
      margin-right: 50px; }
      .info-box ul li:last-child {
        margin: 0; } }

footer {
  background: #fff; }
  footer .top {
    padding: 30px 0; }
    footer .top .custom-title {
      font-size: 48px;
      font-weight: 300;
      line-height: 32px;
      letter-spacing: -0.038em;
      color: #f05b58; }
      footer .top .custom-title span {
        font-size: 28px;
        display: block; }
    footer .top .numbered-title {
      font-size: 17px;
      color: #1c75bc;
      padding-left: 30px;
      position: relative; }
      footer .top .numbered-title span {
        top: 0;
        left: 0;
        position: absolute;
        width: 19px;
        height: 19px;
        background: #005da4;
        color: #fff;
        font-size: 11px;
        text-align: center;
        padding: 4px 0;
        border-radius: 100%; }
    footer .top .text {
      padding-left: 30px; }
  footer .newsletter {
    background: #1c75bc; }
    footer .newsletter .title {
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      height: 24px;
      margin: 30px 0;
      letter-spacing: -0.02em; }
      footer .newsletter .title i {
        color: #a0d5ff;
        font-size: 36px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 10px; }
    footer .newsletter .form-inline {
      margin: 30px 0;
      text-align: center; }
    footer .newsletter .btn-newsletter {
      display: inline-block;
      height: 40px;
      font-weight: bold;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      footer .newsletter .btn-newsletter:focus {
        top: 0; }
      footer .newsletter .btn-newsletter:active {
        top: 0; }
        footer .newsletter .btn-newsletter:active:hover {
          top: 0; }
    footer .newsletter .form-control, footer .newsletter .bootstrap-tagsinput input, .bootstrap-tagsinput footer .newsletter input {
      height: 40px;
      width: 100%;
      max-width: 300px;
      margin: auto;
      border-color: #5799cd;
      color: #1c75bc; }
      footer .newsletter .form-control::-webkit-input-placeholder, footer .newsletter .bootstrap-tagsinput input::-webkit-input-placeholder, .bootstrap-tagsinput footer .newsletter input::-webkit-input-placeholder {
        color: #1c75bc; }
      footer .newsletter .form-control::-moz-placeholder, footer .newsletter .bootstrap-tagsinput input::-moz-placeholder, .bootstrap-tagsinput footer .newsletter input::-moz-placeholder {
        color: #1c75bc; }
      footer .newsletter .form-control:-ms-input-placeholder, footer .newsletter .bootstrap-tagsinput input:-ms-input-placeholder, .bootstrap-tagsinput footer .newsletter input:-ms-input-placeholder {
        color: #1c75bc; }
  footer .sitemap {
    padding: 50px 0 30px;
    text-align: center; }
    footer .sitemap .col-icon {
      height: 75px;
      width: 75px;
      color: #1c75bc;
      border: 2px solid #1c75bc;
      border-radius: 100%;
      margin: 35px auto 0;
      text-align: center; }
      footer .sitemap .col-icon i {
        font-size: 30px;
        line-height: 70px; }
    footer .sitemap h2 {
      font-size: 18px;
      color: #1c75bc;
      text-transform: uppercase; }
    footer .sitemap ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      footer .sitemap ul li {
        color: #40494c;
        padding: 3px 0; }
      footer .sitemap ul a {
        color: #40494c; }
        footer .sitemap ul a:hover {
          color: #1c75bc; }
  footer .site-info {
    background: #f1f1f1;
    font-size: 13px; }
    footer .site-info .column {
      padding: 10px 20px; }
    footer .site-info .footer-brand {
      color: #1c75bc;
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      letter-spacing: -0.04em;
      font-size: 28px;
      line-height: 40px;
      position: relative;
      top: -5px; }
      footer .site-info .footer-brand i {
        color: #f05b58;
        font-size: 40px;
        vertical-align: middle; }
      footer .site-info .footer-brand span {
        padding-left: 10px;
        position: relative;
        top: 2px;
        vertical-align: middle; }
    footer .site-info .mail-link {
      color: #474747; }
    footer .site-info .footer-social {
      text-align: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .site-info .footer-social li {
        display: inline-block;
        margin-right: 4px; }
        footer .site-info .footer-social li a {
          color: #1c75bc;
          font-size: 24px; }

/* Tablet <-> Desktop */
@media screen and (min-width: 768px) and (max-width: 992px) {
  footer .top .title-col {
    width: 100%;
    text-align: center; }
  footer .top .col-sm-custom {
    width: 20%;
    float: left; }
  footer .site-info .footer-brand {
    font-size: 24px;
    letter-spacing: -0.02em; }
    footer .site-info .footer-brand i {
      font-size: 36px; }
  footer .site-info .footer-social {
    text-align: left; }

    }

/* Tablet */
@media screen and (min-width: 768px) {
  footer .newsletter .title {
    margin-top: 33px; }
  footer .newsletter .form-group {
    width: 32%;
    margin-right: 2%;
    float: left; }
  footer .newsletter .btn-newsletter {
    width: 32%; }
  footer .sitemap {
    text-align: left; }
    footer .sitemap .col-icon {
      margin: 20px 0; }
  footer .site-info {
    background: #fff; }
    footer .site-info .column {
      padding: 10px; }
    footer .site-info .container {
      border-top: 1px dashed #a1b1bc;
      padding-top: 30px;
      padding-bottom: 20px;
      position: relative; }
      footer .site-info .container:before {
        content: '';
        height: 1px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 3px;
        border-top: 1px dashed #a1b1bc; } }

/* Desktop */
@media screen and (min-width: 992px) {
  footer .newsletter .title {
    text-align: left;
    letter-spacing: 0; }
  footer .form-group {
    width: 220px;
    float: left;
    margin-right: 10px; }
  footer .btn-newsletter {
    width: 160px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  footer .top .title-col {
    margin-right: 3%; }
  footer .top .col-sm-custom {
    width: 17%;
    float: left; } }

/* Pages */
header.admin {
  margin-bottom: 0;
  border-bottom: 1px solid #d5d8dc;
  -webkit-box-shadow: none;
  box-shadow: none; }
  header.admin h1.title {
    font-size: 28px;
    margin: 18px 0; }
  header.admin .info-box {
    float: right; }
    header.admin .info-box ul {
      text-align: right; }
      header.admin .info-box ul:before, header.admin .info-box ul:after {
        content: " ";
        display: table; }
      header.admin .info-box ul:after {
        clear: both; }
      header.admin .info-box ul li {
        float: none;
        text-align: center;
        padding: 0 20px; }
        header.admin .info-box ul li:first-child {
          padding-left: 0; }
        header.admin .info-box ul li:last-child {
          padding-right: 0; }

.wrapper.admin .block {
  margin: 0; }
.wrapper.admin .tab-blue {
  background: #1c75bc;
  height: 45px;
  line-height: 45px;
  margin: 15px auto 0;
  border-radius: 3px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center; }
.wrapper.admin .input-group {
  width: 100%; }
.wrapper.admin .btn-default {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 9px 21px 7px;
  margin: 20px auto; }
.wrapper.admin .lost-password {
  color: #b3b3b3;
  margin: 20px 0;
  display: inline-block; }
.wrapper.admin .right-top-block h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #1c75bc; }
.wrapper.admin .right-top-block h3 {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #777; }
.wrapper.admin label {
  margin-top: 15px;
  font-size: 17px; }

/* Tablet */
@media screen and (min-width: 768px) {
  header.admin {
    height: auto;
    border: 0; }
    header.admin .info-box {
      width: auto; }
  .wrapper.admin .block {
    min-height: 800px;
    padding: 40px 0; }
  .wrapper.admin .form-group {
    text-align: left; }
    .wrapper.admin .form-group .btn-default {
      margin: 20px 0;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
  .wrapper.admin .btn-default {
    max-width: 320px;
    letter-spacing: 0.03em; }
    .wrapper.admin .btn-default.login {
      padding-left: 5px;
      padding-right: 5px; }
    .wrapper.admin .btn-default.register-btn {
      margin: 30px auto 0; }
  .wrapper.admin .boxes {
    padding: 20px 0; }
    .wrapper.admin .boxes .col-sm-4 {
      text-align: center; }
    .wrapper.admin .boxes p {
      font-size: 18px; }
    .wrapper.admin .boxes i {
      font-size: 72px;
      color: #1c75bc; }
    .wrapper.admin .boxes + h1.block-title.title {
      margin-bottom: 60px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  header h1.title {
    float: left;
    display: inline-block; }
  .wrapper.admin .block {
    padding: 80px 0; }
  .wrapper.admin .tab-blue {
    margin: 0 0 20px; }
  .wrapper.admin .btn-default {
    letter-spacing: 0.15em;
    margin: 0 auto; }
    .wrapper.admin .btn-default.login {
      padding-left: 21px;
      padding-right: 21px; }
    .wrapper.admin .btn-default.register-btn {
      margin: 0 auto; }
  .wrapper.admin .form-group .btn-default {
    padding-left: 21px;
    padding-right: 21px; }
  .wrapper.admin label {
    margin-top: 20px; }
  .wrapper.admin .title-block {
    height: 65px; }
  .wrapper.admin .admin-login {
    height: 220px;
    margin: 0; }
  .wrapper.admin .right-top-block {
    height: 65px; }
    .wrapper.admin .right-top-block h2 {
      margin: 0; }
    .wrapper.admin .right-top-block h3 {
      margin: 10px 0 0; }
  .wrapper.admin .boxes {
    height: 220px; } }

/* Large Desktop */
.main-search, .search {
  padding: 0 10px 20px;
  width: 100%; }
  .main-search .input-group .form-control, .main-search .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .main-search .input-group input, .search .input-group .form-control, .search .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .search .input-group input {
    border-right: 0; }
  .main-search .input-group i, .search .input-group i {
    font-size: 21px;
    color: #f05b58; }
  .main-search .list-title, .search .list-title {
    margin: 10px 0 0;
    font-size: 24px; }
    .main-search .list-title span, .search .list-title span {
      padding-right: 5px; }
  .main-search .btn, .search .btn {
    margin: 15px auto 0;
    padding: 6px 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .main-search .field-label, .search .field-label {
    margin-top: 3px; }
  .main-search label, .search label {
    color: #acacac;
    font-size: 15px; }
    .main-search label.date-end, .search label.date-end {
      margin-top: 8px; }
  .main-search label.field-icon-label, .search label.field-icon-label {
    margin: 0; }
    .main-search label.field-icon-label:hover, .search label.field-icon-label:hover {
      cursor: pointer; }

.main-offers .button-box {
  border-top: 1px solid #d2e3f2;
  padding: 15px 0 25px; }

.prize-game .image-caption img {
  width: 100%;
  max-width: none; }
.prize-game .image-caption > .text {
  top: auto;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  transform: translateY(100%); }
.prize-game .image-caption:hover > .text {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px); }
.prize-game .prize-value {
  margin: 10px 0; }
  .prize-game .prize-value p.price {
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap; }
.prize-game .description {
  border-top: 1px solid #d2e3f2;
  padding: 10px 0; }
  .prize-game .description p {
    margin: 5px 0;
    font-size: 17px; }
  .prize-game .description .icon-cell {
    width: 30px; }
    .prize-game .description .icon-cell i {
      font-size: 22px;
      color: #f05b58; }
  .prize-game .description .icon-star {
    margin-right: -1px;
    font-size: 12px;
    color: #f05b58;
    vertical-align: top;
    display: inline-block; }
  .prize-game .description .location {
    font-size: 15px; }
.prize-game .button-box {
  border-top: 1px solid #d2e3f2;
  padding: 15px 0 25px; }

.thematic-offers .list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .thematic-offers .list li {
    height: 47px; }
    .thematic-offers .list li:before, .thematic-offers .list li:after {
      content: " ";
      display: table; }
    .thematic-offers .list li:after {
      clear: both; }
.thematic-offers .text {
  text-transform: uppercase;
  padding: 8px 0;
  height: 47px; }
  .thematic-offers .text a {
    font-size: 22px;
    color: #1c75bc;
    line-height: 35px;
    display: inline-block; }
    .thematic-offers .text a:hover {
      color: #f05b58; }
    .thematic-offers .text a i {
      display: block;
      line-height: 35px;
      width: 50px;
      float: left;
      font-size: 24px; }
  .thematic-offers .text span {
    font-size: 14px;
    text-transform: none; }

.main-gift .item {
  min-height: 100px;
  position: relative;
  margin-bottom: 30px; }
  .main-gift .item:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #c6d8e6;
    left: 0;
    right: 0;
    bottom: -10px; }
  .main-gift .item:last-child {
    margin-bottom: 15px; }
    .main-gift .item:last-child:after {
      display: none; }
  .main-gift .item > .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .main-gift .item .top {
    margin-bottom: 10px; }
  .main-gift .item .top:before, .main-gift .item .top:after, .main-gift .item .bottom:before, .main-gift .item .bottom:after {
    content: " ";
    display: table; }
  .main-gift .item .top:after, .main-gift .item .bottom:after {
    clear: both; }
.main-gift .box-icon {
  width: 45px;
  margin-right: 10px;
  border-right: 1px dashed #a1b1bc;
  height: 40px; }
  .main-gift .box-icon i {
    color: #1c75bc;
    font-size: 24px;
    line-height: 40px; }
.main-gift .box-name {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  height: 40px; }
.main-gift .box-description {
  overflow: auto; }
  .main-gift .box-description p {
    font-size: 14px;
    color: #1c75bc;
    margin: 0; }
  .main-gift .box-description .value, .main-gift .box-description .special-price {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #f05b58; }

.offers-grid.grid-base {
  padding-bottom: 30px; }
  .offers-grid.grid-base h3.title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px; }
    .offers-grid.grid-base h3.title a {
      color: #1c75bc;
      font-size: 28px;
      font-weight: 700; }
      .offers-grid.grid-base h3.title a:hover {
        color: #f05b58; }
  .offers-grid.grid-base .image-caption img {
    max-width: none;
    width: 100%; }
  .offers-grid.grid-base .table {
    margin: 5px 0; }
  .offers-grid.grid-base .table-cell p {
    margin: 0; }
  .offers-grid.grid-base .table-cell .location {
    margin: 5px 0; }
  .offers-grid.grid-base .icon-cell {
    width: 30px; }
    .offers-grid.grid-base .icon-cell i {
      color: #f05b58;
      font-size: 22px; }
.offers-grid.grid-wide {
  padding-bottom: 30px; }
  .offers-grid.grid-wide .image-caption {
    margin-bottom: 10px; }
    .offers-grid.grid-wide .image-caption img {
      max-width: none;
      width: 100%; }
    .offers-grid.grid-wide .image-caption .badge {
      top: auto;
      bottom: 10px;
      border-radius: 100% 100% 0 100%; }
      .offers-grid.grid-wide .image-caption .badge span {
        font-size: 18px; }
      .offers-grid.grid-wide .image-caption .badge del {
        font-size: 15px; }
  .offers-grid.grid-wide h3.title {
    margin: 0 0 10px;
    font-size: 20px; }
    .offers-grid.grid-wide h3.title .box-star i {
      margin-right: -1px; }
    .offers-grid.grid-wide h3.title a {
      color: #1c75bc; }
      .offers-grid.grid-wide h3.title a:hover {
        color: #f05b58; }
  .offers-grid.grid-wide .location i {
    font-size: 22px;
    color: #f05b58;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -2px; }
  .offers-grid.grid-wide .icon-cell {
    border-right: 1px dashed #a1b1bc;
    width: 40px; }
    .offers-grid.grid-wide .icon-cell i {
      font-size: 30px;
      color: #1c75bc; }
  .offers-grid.grid-wide .discount {
    padding-left: 10px; }
    .offers-grid.grid-wide .discount .value {
      margin: 0;
      color: #f05b58;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px; }
      .offers-grid.grid-wide .discount .value + span {
        color: #1c75bc; }
.offers-grid.grid-packages {
  padding-bottom: 30px; }
  .offers-grid.grid-packages .block-title > span {
    display: block;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: 2px solid #f05b58;
    line-height: 43px;
    margin: 0 auto 15px; }
  .offers-grid.grid-packages .item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #a1b1bc; }
    .offers-grid.grid-packages .item .title {
      font-size: 17px;
      line-height: 20px;
      margin: 10px 0 0 0; }
      .offers-grid.grid-packages .item .title .box-star {
        display: block;
        margin-top: 5px; }
        .offers-grid.grid-packages .item .title .box-star i {
          margin-right: -1px; }
      .offers-grid.grid-packages .item .title a {
        color: #1c75bc; }
        .offers-grid.grid-packages .item .title a:hover {
          color: #f05b58; }
    .offers-grid.grid-packages .item .image img {
      max-width: 100%;
      width: 100%; }
    .offers-grid.grid-packages .item > .text {
      padding-right: 0; }
    .offers-grid.grid-packages .item .bottom {
      clear: both; }
      .offers-grid.grid-packages .item .bottom .button-box {
        text-align: center; }
      .offers-grid.grid-packages .item .bottom .btn {
        font-size: 18px;
        display: inline-block; }
    .offers-grid.grid-packages .item .location {
      padding: 10px 0 0; }
      .offers-grid.grid-packages .item .location i {
        font-size: 22px;
        color: #f05b58;
        vertical-align: middle;
        position: relative;
        top: -2px;
        left: -2px;
        margin-right: 2px; }
  .offers-grid.grid-packages .btn-outline {
    font-size: 13px;
    padding: 6px 12px; }
.offers-grid.grid-base.light .image img {
  width: 100%;
  max-width: 100%; }
.offers-grid.grid-base.light .title {
  margin-top: 7px;
  border-bottom: 0;
  padding: 0; }
  .offers-grid.grid-base.light .title a {
    font-weight: 300; }
    .offers-grid.grid-base.light .title a:hover {
      color: #f05b58; }
  .offers-grid.grid-base.light .title .flag {
    position: relative;
    top: -2px;
    vertical-align: middle; }
.offers-grid.grid-base.light .accommodation {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
.offers-grid.grid-base.light .location {
  font-weight: 400;
  color: #1c75bc; }
  .offers-grid.grid-base.light .location a {
    color: #1c75bc; }
    .offers-grid.grid-base.light .location a:hover {
      color: #f05b58; }
.offers-grid .item {
  margin-bottom: 30px; }
.offers-grid .button-box {
  margin-top: 30px; }

/* Mobile & Tablet fix */
@media screen and (max-width: 480px) {
  .offers-grid.grid-base.light .col-xs-6 {
    width: 100%; }
  .offers-grid.grid-wide .btn-outline {
    font-size: 13px;
    padding: 6px 12px;
    letter-spacing: 0; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .offers-grid.grid-base {
    padding-bottom: 0; }
  .offers-grid.grid-packages .block-title {
    font-size: 23px;
    letter-spacing: -0.03em; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .main-search {
    width: 25%;
    height: auto;
    min-height: 470px; }
    .main-search label.field-label {
      display: inline-block; }
    .main-search .form-inline .form-group, .main-search .input-group {
      width: 100%; }
    .main-search .numbers-inline {
      margin: 0 -4px; }
      .main-search .numbers-inline > .col-xs-4 {
        padding: 0 4px; }
      .main-search .numbers-inline .form-control, .main-search .numbers-inline .bootstrap-tagsinput input, .bootstrap-tagsinput .main-search .numbers-inline input {
        width: 100%;
        padding: 6px 6px 6px 12px; }
    .main-search .btn {
      padding: 6px 36px; }
  .main-offers .content {
    height: 380px; }
  .prize-game .image-caption {
    height: 200px; }
    .prize-game .image-caption img {
      width: auto;
      position: absolute;
      height: 100%; }
  .thematic-offers .text {
    padding: 7px 0;
    letter-spacing: -0.02em; }
    .thematic-offers .text a {
      font-size: 17px; }
      .thematic-offers .text a span {
        font-size: 12px; }
  .main-gift .box-icon {
    width: 28px;
    margin-right: 6px; }
    .main-gift .box-icon i {
      font-size: 20px; }
  .main-gift .box-name {
    font-size: 14px;
    letter-spacing: -0.03em; }
  .main-gift .box-description {
    letter-spacing: -0.03em; }
    .main-gift .box-description .value, .main-gift .box-description .special-price {
      font-size: 15px;
      letter-spacing: -0.03em; }
  .main-gift .item {
    height: 105px;
    min-height: 0; }
    .main-gift .item:after {
      bottom: -8px; }
    .main-gift .item:last-child {
      margin: 0; }
      .main-gift .item:last-child:hover {
        margin-bottom: 20px; }
    .main-gift .item:hover .box-name {
      color: #1c75bc; }
    .main-gift .item:hover:after {
      height: 9px;
      display: block;
      background: #1c75bc; }
  .offers-grid.grid-base .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .offers-grid.grid-base .col-sm-4 .item {
    margin-bottom: 20px; }
  .offers-grid.grid-base.light .title {
    margin-bottom: 10px; }
  .offers-grid.grid-wide .button-box {
    text-align: center; }
  .offers-grid.grid-wide .btn-outline {
    display: inline-block;
    margin: auto; }
  .offers-grid.grid-wide .image-caption img {
    -webkit-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s; }
  .offers-grid.grid-wide .image-caption:hover img {
    opacity: 0.8; }
  .offers-grid.grid-packages .block-title {
    font-size: 28px; }
  .offers-grid.grid-packages .btn-outline {
    font-size: 15px; }
  .offers-grid .item:last-child {
    margin-bottom: 0; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .main-search {
    width: 33.33333%;
    padding-left: 10px; }
    .main-search .btn {
      padding: 6px 60px; }
  .thematic-offers .text {
    padding: 7px 0;
    letter-spacing: -0.02em; }
    .thematic-offers .text a {
      font-size: 22px; }
      .thematic-offers .text a span {
        font-size: 14px; }
  .main-gift {
    padding-right: 10px; }
    .main-gift .box-icon {
      width: 45px;
      margin-right: 10px;
      padding-left: 2px; }
      .main-gift .box-icon i {
        font-size: 24px; }
    .main-gift .box-name {
      font-size: 17px; }
    .main-gift .box-description .value, .main-gift .box-description .special-price {
      font-size: 17px; }
  .offers-grid.grid-wide .image-caption {
    margin-bottom: 0; }
  .offers-grid.grid-packages .block-title {
    font-size: 22px;
    letter-spacing: 0em; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .main-search .numbers-inline {
    margin: 0 -10px; }
    .main-search .numbers-inline > .col-xs-4 {
      padding: 0 10px; }
  .offers-grid.grid-wide .text {
    padding: 10px 10px 10px; } }

.user-login > .block {
  padding: 30px 0; }
.user-login .close {
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff; }
.user-login .title-block {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px; }
.user-login .tab-blue > h2 {
  height: 45px;
  line-height: 45px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background: #1c75bc;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }
.user-login label {
  margin-top: 15px;
  font-size: 17px; }
.user-login .form-group {
  margin-bottom: 0; }
.user-login .input-group .form-control, .user-login .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .user-login .input-group input {
  border-left: 0;
  padding-left: 0; }
.user-login .input-group-addon {
  border-left: 1px solid #c9cdd1;
  border-right: 0; }
  .user-login .input-group-addon i {
    color: #474747; }
.user-login .has-error .input-group-addon {
  border-left: 1px solid #ec2d29; }
.user-login .has-error .form-control, .user-login .has-error .bootstrap-tagsinput input, .bootstrap-tagsinput .user-login .has-error input {
  padding-left: 5px; }
.user-login .btn-default {
  display: block;
  margin: 20px 0;
  width: 100%;
  min-height: 40px; }
  .user-login .btn-default.login {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold; }
  .user-login .btn-default.btn-facebook {
    -webkit-box-shadow: 0 2px 0 #a5a5a5;
    box-shadow: 0 2px 0 #a5a5a5;
    background: #e5e5e5;
    color: #3b5998;
    font-weight: bold;
    font-size: 15px;
    padding: 7px 3px;
    white-space: normal; }
    .user-login .btn-default.btn-facebook:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .user-login .btn-default.btn-facebook span {
      display: inline-block;
      vertical-align: middle;
      height: 27px;
      line-height: 29px;
      padding: 0 5px; }
    .user-login .btn-default.btn-facebook .icon-facebook-circle {
      font-size: 27px; }
.user-login .left-block .lost-password {
  color: #b2b2b2; }
.user-login .right-block {
  padding-left: 25px; }
  .user-login .right-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .user-login .right-block ul li {
      margin: 10px 0;
      position: relative;
      font-size: 17px; }
      .user-login .right-block ul li:before {
        position: absolute;
        top: 4px;
        left: -25px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e665";
        color: #5eb034; }
  .user-login .right-block h3.b-secondary {
    font-size: 21px;
    margin-bottom: 0; }
  .user-login .right-block .register {
    font-size: 17px;
    font-weight: bold;
    margin: 30px 0 0; }

/* Tablet */
@media screen and (min-width: 768px) {
  .user-login .tab-blue {
    width: 50%;
    float: left;
    padding-right: 25px; }
    .user-login .tab-blue + p {
      float: left;
      width: 50%;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: -0.02em;
      line-height: 42px;
      margin: 0;
      color: #1c75bc; }
  .user-login .left-block {
    padding-right: 25px;
    border-right: 1px solid #dedede; }
  .user-login .right-block {
    padding-left: 65px;
    margin-left: -1px;
    border-left: 1px solid #dedede; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .user-login .right-block {
    padding-left: 110px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .user-login .right-block {
    padding-left: 175px; } }

/* variables */
/* -- */
.magazine-carousel-slide {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .magazine-carousel-slide [class^="col-"] {
    height: 200px; }
  .magazine-carousel-slide-panel {
    color: #fff;
    position: absolute;
    bottom: 0; }
    .magazine-carousel-slide-panel .panel-meta {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 5px 0; }
      .magazine-carousel-slide-panel .panel-meta-tags [class^="icon-"], .magazine-carousel-slide-panel .panel-meta-date [class^="icon-"] {
        position: relative;
        top: 3px;
        font-size: 16px;
        color: #f05b58; }
      .magazine-carousel-slide-panel .panel-meta-tags a, .magazine-carousel-slide-panel .panel-meta-date a {
        color: #fff; }
        .magazine-carousel-slide-panel .panel-meta-tags a:hover, .magazine-carousel-slide-panel .panel-meta-date a:hover {
          color: #f05b58; }
      .magazine-carousel-slide-panel .panel-meta-tags {
        text-transform: uppercase; }
        .magazine-carousel-slide-panel .panel-meta-tags [class^="icon-"] {
          display: inline-block;
          -moz-transform: scaleX(-1);
          /* Gecko */
          -o-transform: scaleX(-1);
          /* Operah */
          -webkit-transform: scaleX(-1);
          /* webkit */
          transform: scaleX(-1);
          /* standard */
          filter: FlipH;
          /* IE 6/7/8 */
          padding-left: 5px; }
      .magazine-carousel-slide-panel .panel-meta-date {
        text-transform: uppercase; }
        .magazine-carousel-slide-panel .panel-meta-date [class^="icon-"] {
          padding-right: 5px; }
    .magazine-carousel-slide-panel .panel-content-title {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 28px;
      margin: 15px 0; }
      .magazine-carousel-slide-panel .panel-content-title a {
        color: #fff;
        letter-spacing: -0.015em; }
        .magazine-carousel-slide-panel .panel-content-title a:hover {
          color: #f05b58; }
.magazine-post-content {
  padding: 20px 0 15px; }
  .magazine-post-content [class^="col-"]:nth-child(n+2) {
    padding-top: 30px; }
  .magazine-post-content-panel .panel-meta {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px; }
    .magazine-post-content-panel .panel-meta-tags [class^="icon-"], .magazine-post-content-panel .panel-meta-date [class^="icon-"] {
      position: relative;
      top: 2px;
      font-size: 15px;
      color: #f05b58; }
    .magazine-post-content-panel .panel-meta-tags a, .magazine-post-content-panel .panel-meta-date a {
      color: #474747; }
      .magazine-post-content-panel .panel-meta-tags a:hover, .magazine-post-content-panel .panel-meta-date a:hover {
        color: #f05b58; }
    .magazine-post-content-panel .panel-meta-tags {
      text-transform: uppercase; }
      .magazine-post-content-panel .panel-meta-tags [class^="icon-"] {
        display: inline-block;
        -moz-transform: scaleX(-1);
        /* Gecko */
        -o-transform: scaleX(-1);
        /* Operah */
        -webkit-transform: scaleX(-1);
        /* webkit */
        transform: scaleX(-1);
        /* standard */
        filter: FlipH;
        /* IE 6/7/8 */
        padding-left: 5px; }
  .magazine-post-content-panel .panel-content-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    color: #1c75bc; }
    .magazine-post-content-panel .panel-content-title a {
      color: #1c75bc;
      letter-spacing: -0.015em; }
      .magazine-post-content-panel .panel-content-title a:hover {
        color: #f05b58; }
  .magazine-post-content-panel .panel-content p {
    margin: 0; }
  .magazine-post-content-list {
    background-color: #f1f1f1; }
    .magazine-post-content-list .list-heading {
      background-color: #1c75bc;
      padding: 15px 10px; }
      .magazine-post-content-list .list-heading-title {
        margin: 0;
        font-size: 17px;
        color: #fff;
        text-align: center;
        text-transform: uppercase; }
    .magazine-post-content-list .list-group {
      border: 1px solid #ccc;
      border-top: none;
      padding: 15px 0; }
      .magazine-post-content-list .list-group-item {
        border-bottom: 1px dotted #8c8c8c;
        margin: 0 20px; }
        .magazine-post-content-list .list-group-item:hover {
          border-bottom-color: transparent; }
        .magazine-post-content-list .list-group-item:last-child {
          border-bottom: none; }
        .magazine-post-content-list .list-group-item a {
          display: block;
          position: relative;
          height: auto;
          margin-left: -20px;
          margin-right: -20px;
          padding: 8px 40px 8px 20px;
          color: #474747; }
          .magazine-post-content-list .list-group-item a:before, .magazine-post-content-list .list-group-item a:after {
            content: " ";
            display: table; }
          .magazine-post-content-list .list-group-item a:after {
            clear: both; }
          .magazine-post-content-list .list-group-item a:hover {
            background-color: #1c75bc;
            color: #fff; }
          .magazine-post-content-list .list-group-item a:after {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 20px;
            float: right;
            content: '\e604';
            color: #1c75bc;
            font-size: 12px; }
        .magazine-post-content-list .list-group-item.my-next-sibling-hovered {
          border-bottom-color: transparent; }
.magazine-secondary-posts {
  padding: 30px 0 0; }
.magazine-secondary-post {
  margin-bottom: 40px; }
  .magazine-secondary-post .secondary-post-meta-tags, .magazine-secondary-post .secondary-post-meta-date {
    display: block;
    font-size: 15px; }
    .magazine-secondary-post .secondary-post-meta-tags a, .magazine-secondary-post .secondary-post-meta-date a {
      color: #474747; }
      .magazine-secondary-post .secondary-post-meta-tags a:hover, .magazine-secondary-post .secondary-post-meta-date a:hover {
        color: #f05b58; }
    .magazine-secondary-post .secondary-post-meta-tags .icon-tag, .magazine-secondary-post .secondary-post-meta-date .icon-tag {
      color: #f05b58; }
  .magazine-secondary-post .secondary-post-meta-tags {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px;
    text-transform: uppercase; }
  .magazine-secondary-post .secondary-post-meta-date {
    padding: 8px 0; }
  .magazine-secondary-post .secondary-post-content-title {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: -0.015em; }
    .magazine-secondary-post .secondary-post-content-title a {
      color: #1c75bc;
      letter-spacing: -0.015em; }
      .magazine-secondary-post .secondary-post-content-title a:hover {
        color: #f05b58; }
  .magazine-secondary-post .secondary-post-content p {
    margin: 0; }
.magazine-small-posts {
  padding: 20px 0 0; }
.magazine-small-post {
  margin: 0 0 40px; }
  .magazine-small-post:nth-child(n+4) {
    display: none; }
  .magazine-small-post .small-post-meta-tags, .magazine-small-post .small-post-meta-date {
    display: block;
    font-size: 15px; }
    .magazine-small-post .small-post-meta-tags a, .magazine-small-post .small-post-meta-date a {
      color: #474747; }
      .magazine-small-post .small-post-meta-tags a:hover, .magazine-small-post .small-post-meta-date a:hover {
        color: #f05b58; }
    .magazine-small-post .small-post-meta-tags .icon-tag, .magazine-small-post .small-post-meta-date .icon-tag {
      color: #f05b58; }
  .magazine-small-post .small-post-meta-tags {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px;
    text-transform: uppercase; }
  .magazine-small-post .small-post-meta-date {
    padding: 9px 0; }
  .magazine-small-post .small-post-content-title {
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -0.015em; }
    .magazine-small-post .small-post-content-title a {
      color: #1c75bc; }
      .magazine-small-post .small-post-content-title a:hover {
        color: #f05b58; }
  .magazine-small-post .small-post-content p {
    margin: 0; }
.magazine-content-separator {
  position: relative;
  overflow: hidden; }
  .magazine-content-separator .icon-logo {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 75px;
    color: #f05b58; }
    @media screen and (min-width: 410px) {
      .magazine-content-separator .icon-logo {
        top: -15px;
        font-size: 70px; } }
  .magazine-content-separator .separator-slogan {
    margin: 20px 0;
    padding-left: 90px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase; }
    .magazine-content-separator .separator-slogan .first {
      color: #f05b58; }
    .magazine-content-separator .separator-slogan .second {
      color: #1c75bc; }
.magazine-instagram {
  padding: 20px 0 45px; }
  .magazine-instagram-title {
    text-align: center;
    color: #f05b58;
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px; }
    .magazine-instagram-title:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: 6px;
      content: "\e669";
      padding-right: 10px;
      font-size: 38px; }
  .magazine-instagram-image {
    display: inline-block; }
    .magazine-instagram-image img {
      -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px rgba(0, 0, 0, 0.2);
      display: block;
      border: 1px solid #dfdfdf; }
  .magazine-instagram #instafeed [class^="col-"] {
    margin-bottom: 20px; }
.magazine .panel-thumbnail a {
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  display: block; }
  .magazine .panel-thumbnail a:hover {
    opacity: 0.7; }

/* Tablet */
@media screen and (min-width: 768px) {
  .magazine-carousel-slide {
    height: 390px;
    padding: 0; }
    .magazine-carousel-slide [class^="col-"] {
      height: 390px; }
    .magazine-carousel-slide-panel {
      color: #fff;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: 50%;
      bottom: auto; }
      .magazine-carousel-slide-panel .panel-content-title {
        font-size: 48px;
        line-height: 55px; }
  .magazine-post-content {
    padding: 40px 0 30px; }
    .magazine-post-content [class^="col-"]:nth-child(n+2) {
      padding-top: 0; }
    .magazine-post-content-panel:nth-child(n) {
      padding-top: 0; }
    .magazine-post-content.simple .col-sm-4 {
      margin-bottom: 20px; }
      .magazine-post-content.simple .col-sm-4:nth-child(3n+1) {
        clear: left; }
  .magazine-content-separator .icon-logo {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: -20px;
    left: 65px;
    font-size: 160px;
    color: rgba(209, 211, 212, 0.6); }
  .magazine-content-separator .separator-slogan {
    margin: 40px 0;
    padding-left: 240px;
    font-size: 18px;
    letter-spacing: 4px; }
  .magazine-secondary-post .secondary-post-meta-tags {
    padding-top: 0; }
  .magazine-small-posts {
    padding: 20px 0 0; }
  .magazine-small-post {
    margin: 0 0 40px; }
    .magazine-small-post:nth-child(3n+1) {
      clear: left; }
    .magazine-small-post:nth-child(n+1) {
      display: block; }
    .magazine-small-post:nth-child(n+7) {
      display: none; }
  .magazine-instagram #instafeed [class^="col-"] {
    margin-bottom: 0; }
  .magazine-instagram-image {
    display: inline-block; }
    .magazine-instagram-image:nth-child(n+5) {
      display: none; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .magazine-post-content-panel .panel-content-title {
    font-size: 36px; }
  .magazine-content-separator .icon-logo {
    top: -20px;
    left: 40px;
    font-size: 160px; }
  .magazine-small-posts {
    padding: 20px 0 0; }
  .magazine-small-post {
    margin: 0 0 40px; }
    .magazine-small-post:nth-child(3n+1) {
      clear: none; }
    .magazine-small-post:nth-child(4n+1) {
      clear: left; }
    .magazine-small-post:nth-child(n+1) {
      display: block; }
  .magazine-instagram-image:nth-child(n+1) {
    display: inline-block; }
  .magazine-instagram-image:nth-child(n+7) {
    display: none; }
  .magazine-secondary-post:nth-child(2n+1) {
    clear: left; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .magazine-post-content-panel .panel-content-title {
    font-size: 36px; }
  .magazine-content-separator .icon-logo {
    top: -20px;
    left: 40px;
    font-size: 180px; }
  .magazine-content-separator .separator-slogan {
    font-size: 24px; } }

.magazine-article .block.main {
  padding: 20px 0; }
.magazine-article .block.offers-grid, .magazine-article .block.related {
  padding: 0 0 20px; }
.magazine-article .panel-meta {
  border-bottom: 1px solid #ccc;
  padding: 5px 0; }
  .magazine-article .panel-meta-tags {
    text-transform: uppercase; }
    .magazine-article .panel-meta-tags a {
      color: #474747; }
      .magazine-article .panel-meta-tags a:hover {
        color: #f05b58; }
    .magazine-article .panel-meta-tags [class^="icon-"] {
      color: #f05b58; }
  .magazine-article .panel-meta-date a {
    color: #474747; }
    .magazine-article .panel-meta-date a:hover {
      color: #f05b58; }
.magazine-article-title {
  font-size: 30px;
  color: #1c75bc;
  margin-bottom: 10px; }
.magazine-article-hashtags p {
  margin: 10px 0; }
  .magazine-article-hashtags p a {
    color: #474747; }
    .magazine-article-hashtags p a:hover {
      color: #f05b58; }
.magazine-article-picture {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 20px; }
.magazine-article-excerpt {
  font-weight: bold; }
.magazine-article .related-article-title {
  color: #f05b58;
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 7px solid #d2e3f2; }
.magazine-article .related-post-content-panel {
  margin: 0 0 20px; }
  .magazine-article .related-post-content-panel .panel-content-title a {
    color: #1c75bc;
    letter-spacing: -0.015em; }
    .magazine-article .related-post-content-panel .panel-content-title a:hover {
      color: #f05b58; }
.magazine-article .social-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 20px; }
  .magazine-article .social-item.facebook {
    vertical-align: top; }
  .magazine-article .social-item [class^="icon-"] {
    font-size: 20px;
    color: #4c67b7; }
  .magazine-article .social-item .icon-gmail {
    font-size: 25px;
    position: relative;
    top: -1px; }

/* Tablet */
@media screen and (min-width: 768px) {
  .magazine-article-title {
    font-size: 48px;
    letter-spacing: -0.015em;
    line-height: 54px; }
  .magazine-article-excerpt {
    font-size: 20px; }
  .magazine-article .related-post-content-panel .panel-meta-date {
    clear: left;
    display: block;
    float: none !important; }
  .magazine-article .related-article-title {
    padding-bottom: 15px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .magazine-article .block.main {
    padding: 30px 0; }
  .magazine-article .block.offers-grid {
    padding: 10px 0 30px; }
  .magazine-article-picture {
    width: 50%;
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .magazine-article .related-post-content-panel .panel-meta-tags {
    width: 50%; }
  .magazine-article .related-post-content-panel .panel-meta-date {
    text-align: right;
    width: 50%;
    clear: none;
    display: block;
    float: right !important; } }

/* Large Desktop */
.product {
  padding: 0 0 30px; }
  .product.offers-grid {
    padding-bottom: 30px; }
    .product.offers-grid h2.block-title {
      font-size: 22px;
      text-align: left;
      padding: 0 0 0 10px;
      position: relative; }
      .product.offers-grid h2.block-title:before {
        height: auto;
        position: absolute;
        left: 0;
        top: 3px;
        bottom: 3px; }
    .product.offers-grid .btn.btn-outline {
      max-width: 300px;
      display: block;
      margin: 20px auto 0; }
  .product-mobile-top-block {
    height: 50px;
    padding: 10px 0;
    background: #f1f1f1; }
    .product-mobile-top-block .column {
      padding: 4px 0;
      text-transform: uppercase;
      text-align: center;
      border-right: 1px solid #1c75bc;
      font-weight: bold;
      color: #1c75bc; }
      .product-mobile-top-block .column:last-child {
        border: 0; }
      .product-mobile-top-block .column a {
        color: #1c75bc;
        font-size: 15px;
        letter-spacing: -0.02em; }
        .product-mobile-top-block .column a:hover {
          color: #f05b58; }
  .product .flex-container {
    overflow: hidden;
    width: 100%; }
  .product .flexslider {
    border: 0;
    margin: 0; }
    .product .flexslider .slides {
      padding-bottom: 1px; }
  .product .flex-viewport {
    overflow: visible !important; }
  .product .flex-direction-nav .flex-prev, .product .flex-direction-nav .flex-next {
    margin: 0;
    opacity: 1;
    bottom: 0;
    text-shadow: none;
    font-size: 0; }
    .product .flex-direction-nav .flex-prev:before, .product .flex-direction-nav .flex-next:before {
      font-family: 'icomoon';
      text-align: center;
      color: #1c75bc; }
  .product .flex-direction-nav .flex-prev:before {
    right: 0;
    content: "\e603"; }
  .product .flex-direction-nav .flex-next:before {
    left: 0;
    content: "\e604"; }
  .product .product-carousel {
    display: none;
    margin-top: 20px; }
    .product .product-carousel .flex-viewport li {
      margin: 0 4px;
      opacity: 0.5;
      -webkit-transition: opacity ease-in-out 0.3s;
      -o-transition: opacity ease-in-out 0.3s;
      transition: opacity ease-in-out 0.3s; }
      .product .product-carousel .flex-viewport li img:hover {
        cursor: pointer; }
    .product .product-carousel .flex-viewport .flex-active-slide {
      opacity: 1; }
    .product .product-carousel .flex-direction-nav .flex-prev, .product .product-carousel .flex-direction-nav .flex-next {
      width: 30px; }
      .product .product-carousel .flex-direction-nav .flex-prev:before, .product .product-carousel .flex-direction-nav .flex-next:before {
        width: 30px;
        text-align: center;
        margin-top: -5px;
        font-size: 10px; }
    .product .product-carousel .flex-direction-nav .flex-prev {
      left: 0; }
    .product .product-carousel .flex-direction-nav .flex-next {
      right: 0; }
  .product .box-icon {
    width: 30px;
    margin: 0; }
    .product .box-icon i {
      font-size: 20px; }
  .product .location-info {
    margin: 0;
    overflow: auto; }
    .product .location-info + .description {
      margin: 10px 0 0; }
  .product .right-contact-block {
    margin: 10px 0; }
    .product .right-contact-block .contact-text {
      overflow: hidden;
      margin-right: 20px; }
  .product .block-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7; }
    .product .block-info.no-rating .info > div {
      margin-bottom: 10px; }
    .product .block-info.no-rating .extra-info {
      font-size: 13px;
      margin-top: 0; }
      .product .block-info.no-rating .extra-info .item {
        margin-bottom: 8px; }
        .product .block-info.no-rating .extra-info .item:nth-child(2n+1) {
          clear: left; }
        .product .block-info.no-rating .extra-info .item:hover {
          cursor: default; }
      .product .block-info.no-rating .extra-info i {
        padding-right: 0;
        position: relative;
        top: 2px;
        margin-right: 5px; }
  .product .rating .circle {
    margin-right: 20px; }
  .product .rating .text span {
    display: block;
    font-size: 17px; }
  .product .info {
    color: #a9a8a8; }
    .product .info-item {
      float: left;
      margin-right: 30px; }
    .product .info td {
      padding-right: 20px; }
    .product .info i {
      padding-right: 5px; }
  .product .extra-info {
    color: #a9a8a8;
    margin-top: 15px;
    font-size: 0; }
    .product .extra-info i {
      margin-right: 15px;
      display: inline-block;
      font-size: 16px; }
  .product .offer .star {
    display: block;
    width: 40px;
    float: left; }
    .product .offer .star i {
      font-size: 30px;
      color: #f05b58; }
  .product .offer .description .date {
    clear: both;
    font-size: 13px;
    font-weight: bold; }
  .product .offer .description a {
    font-size: 17px;
    font-weight: bold;
    color: #1c75bc; }
  .product .offer .price-box .old-price {
    display: inline-block;
    font-size: 17px;
    color: #1c75bc; }
  .product .offer .price-box .new-price {
    display: inline-block;
    color: #f05b58;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.04em; }
    .product .offer .price-box .new-price span {
      font-size: 20px; }
  .product .search-block {
    padding: 0; }
  .product .text-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px; }
  .product .bg-fluid .top-content-box .item {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    margin: 15px 0;
    vertical-align: middle;
    font-weight: bold; }
    .product .bg-fluid .top-content-box .item i {
      line-height: 40px;
      display: block;
      font-size: 24px;
      color: #1c75bc; }
  .product .bg-fluid .top-content-box .item-row:last-child:after {
    content: '';
    display: table;
    clear: both; }
  .product .products-list .product-item {
    padding: 3px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
    .product .products-list .product-item-lightbox a {
      display: none; }
      .product .products-list .product-item-lightbox a:first-child {
        display: block; }
    .product .products-list .product-item:hover {
      border-color: rgba(28, 117, 188, 0.67);
      -webkit-box-shadow: 3px 4px 5px 0px rgba(28, 117, 188, 0.2);
      box-shadow: 3px 4px 5px 0px rgba(28, 117, 188, 0.2); }
    .product .products-list .product-item > .row {
      margin: 0;
      position: relative; }
    .product .products-list .product-item div.image {
      padding: 0; }
  .product .products-list .product-info {
    background: #f5f4f0; }
    .product .products-list .product-info .meta {
      border-bottom: 1px solid #dadada; }
  .product .products-list .product-title {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-right: 60px;
    padding-left: 20px; }
    .product .products-list .product-title a {
      font-size: 17px;
      line-height: 22px;
      color: #1c75bc; }
  .product .products-list .product-details-toggle {
    width: 60px;
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: right;
    color: #8dc63f; }
    .product .products-list .product-details-toggle.active {
      color: #f05b58; }
  .product .products-list .product-title-toggle {
    position: relative; }
    .product .products-list .product-title-toggle:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #f05b58;
      position: absolute;
      left: -22px;
      top: 0; }
    .product .products-list .product-title-toggle.active:before {
      border-width: 8px 8px 0 8px;
      border-color: #f05b58 transparent transparent transparent;
      left: -25px;
      top: 5px; }
  .product .products-list .more-info {
    background: #f5f4f0; }
  .product .products-list .info-list {
    border-top: 1px solid #fff;
    padding: 15px 0 10px; }
    .product .products-list .info-list .list-block {
      display: block;
      margin: 3px 0; }
    .product .products-list .info-list span.black {
      color: #000; }
    .product .products-list .info-list i {
      padding-right: 6px; }
  .product .products-list .more-info {
    color: #8dc63f;
    font-size: 14px;
    padding-bottom: 20px; }
    .product .products-list .more-info .circle {
      border-radius: 100%;
      width: 24px;
      height: 24px;
      background: #8dc63f;
      display: inline-block;
      text-align: center;
      margin-right: 5px; }
      .product .products-list .more-info .circle i {
        line-height: 24px;
        color: #fff;
        font-size: 12px; }
  .product .products-list .price-container {
    padding: 20px 10px; }
    .product .products-list .price-container .price-info {
      float: left;
      width: 50%; }
      .product .products-list .price-container .price-info p {
        margin: 5px 0; }
    .product .products-list .price-container .price-box {
      float: right;
      width: 50%;
      letter-spacing: -0.02em; }
    .product .products-list .price-container i {
      padding-right: 5px; }
  .product .products-list .old-price {
    font-size: 17px;
    color: #1c75bc;
    margin: 0; }
  .product .products-list .price, .product .products-list .new-price {
    font-size: 24px;
    font-weight: bold;
    color: #f05b58;
    margin: 0; }
  .product .products-list .no-price {
    margin: 15px 0 0;
    text-align: center; }
    .product .products-list .no-price .btn {
      max-width: 240px;
      margin: 10px auto 0; }
  .product .products-list .package-list {
    margin: 8px 0; }
    .product .products-list .package-list .package-choose {
      margin: 4px 0; }
    .product .products-list .package-list .price-box p {
      background: #f8f8f8;
      padding: 3px 10px;
      letter-spacing: -0.02em; }
    .product .products-list .package-list .package-title {
      display: block;
      padding: 7px 10px;
      margin: 0;
      background: #f7f7f7;
      border: 1px solid #c9cdd1;
      border-radius: 4px;
      font-size: 17px;
      font-weight: bold;
      color: #1c75bc; }
    .product .products-list .package-list .price-box {
      text-align: center; }
  .product .products-list .product-details .description {
    padding: 0 20px; }
    .product .products-list .product-details .description h3 {
      font-size: 17px;
      font-weight: bold;
      color: #1c75bc;
      margin-bottom: 10px; }
  .product .products-list .product-details .small-title {
    margin: 10px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7; }
  .product .products-list .product-details .services-block {
    padding: 0px 20px 20px; }
    .product .products-list .product-details .services-block i {
      float: left;
      padding: 5px 5px 0 0;
      display: block;
      width: 20px; }
      .product .products-list .product-details .services-block i + span {
        overflow: auto; }
    .product .products-list .product-details .services-block .item {
      margin: 0 0 10px; }
  .product .service-title {
    padding-bottom: 15px;
    border-color: #e3e3e3;
    text-transform: none; }
    .product .service-title .circle {
      border-radius: 100%;
      width: 48px;
      height: 48px;
      background: transparent;
      border: 1px solid #1c75bc;
      display: inline-block;
      text-align: center;
      margin-right: 5px; }
      .product .service-title .circle i {
        line-height: 46px;
        font-size: 22px; }
  .product .service-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .product .service-list li {
    padding: 10px; }
    .product .service-list li a {
      color: #40494c;
      display: block;
      cursor: default; }
      .product .service-list li a:hover {
        color: #f05b58; }
        .product .service-list li a:hover i {
          color: #fff;
          border-radius: 100%;
          width: 26px;
          height: 26px;
          background: #f05b58;
          z-index: 500; }
    .product .service-list li i {
      color: #f05b58;
      text-align: center;
      line-height: 26px;
      width: 26px;
      height: 26px;
      display: block;
      float: left;
      vertical-align: middle;
      margin-right: 5px;
      position: relative;
      top: -2px; }
  .product .service-list a:hover {
    color: #40494c !important;
    cursor: default; }
  .product .policy h4 {
    margin: 0; }
  .product .policy p {
    margin: 5px 0 10px; }
  .product .policy .alert .circle-box {
    float: left;
    width: 40px;
    margin-right: 20px; }
    .product .policy .alert .circle-box + .text {
      overflow: hidden; }
  .product .card-list {
    list-style: none;
    margin: 5px 0 10px;
    padding: 0; }
    .product .card-list li {
      display: inline-block;
      margin-bottom: 5px; }
      .product .card-list li img {
        width: 40px; }
  .product .tab-title {
    margin-top: 0; }
  .product .rating .content {
    width: 100%; }
    .product .rating .content .btn-group {
      width: 100%; }
      .product .rating .content .btn-group .row {
        margin: 0 0 5px 0; }
  .product .rating .content {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .product .rating .progress {
    margin: 3px 0 10px; }
  .product .rating .rating-title {
    color: #1c75bc; }
  .product .rating .rating-category {
    text-transform: uppercase;
    font-weight: bold; }
    .product .rating .rating-category p {
      margin: 0; }
  .product .rating .rating-circle {
    margin: auto;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #1c75bc;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 56px; }
  .product .rating .rating-text {
    text-align: center;
    margin: 5px 0 15px; }
    .product .rating .rating-text span {
      font-size: 15px;
      font-weight: 400;
      color: #474747;
      display: block; }
  .product .reviews {
    position: relative;
    padding: 10px 0; }
    .product .reviews .item {
      padding: 30px 0;
      position: relative; }
    .product .reviews .image-box {
      min-width: 60px; }
    .product .reviews .member .image {
      float: left;
      border-radius: 100%;
      width: 45px;
      height: 45px;
      background: transparent;
      overflow: hidden;
      border: 2px solid #ababab;
      margin-right: 20px; }
    .product .reviews .meta p {
      margin: 0; }
    .product .reviews .meta .location {
      margin: 5px 0; }
      .product .reviews .meta .location span {
        position: relative;
        top: 2px;
        margin-left: 3px; }
    .product .reviews .review-text {
      margin: 20px 0; }
      .product .reviews .review-text .positive {
        margin-bottom: 15px; }
        .product .reviews .review-text .positive > a {
          color: #5eb034; }
      .product .reviews .review-text .negative > a {
        color: #c1151c; }
      .product .reviews .review-text .negative, .product .reviews .review-text .positive {
        position: relative; }
        .product .reviews .review-text .negative > a, .product .reviews .review-text .positive > a {
          font-family: 'Roboto Condensed', sans-serif;
          position: absolute;
          top: -5px;
          left: -25px;
          font-size: 30px;
          line-height: 1;
          font-weight: 300;
          text-align: center;
          width: 15px; }
    .product .reviews .rating {
      position: absolute;
      right: 0;
      top: 30px; }
      .product .reviews .rating .rating-circle {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 17px; }
    .product .reviews .answer {
      padding: 0 10px; }
      .product .reviews .answer .circle-logo {
        border-radius: 100%;
        width: 45px;
        height: 45px;
        background: transparent;
        border: 2px solid #f05b58;
        width: 45px;
        float: left;
        font-size: 20px;
        color: #f05b58;
        line-height: 40px;
        text-align: center;
        margin-right: 10px; }
      .product .reviews .answer .text {
        overflow: hidden; }
        .product .reviews .answer .text p {
          margin: 5px 0 0; }
          .product .reviews .answer .text p.date {
            margin: 0; }
    .product .reviews .button-box {
      max-width: 300px;
      margin: auto; }
  .product .map-top {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px; }
    .product .map-top i {
      padding-right: 5px;
      font-size: 20px;
      color: #f05b58;
      vertical-align: middle;
      position: relative;
      top: -3px; }
  .product .destination {
    min-height: 50px; }
    .product .destination .btn-marker {
      margin: 0 0 20px 0;
      border-radius: 0;
      font-weight: bold;
      font-size: 16px;
      height: 45px;
      padding-top: 13px;
      text-transform: uppercase;
      -webkit-box-shadow: 0 5px 0 #c44747;
      box-shadow: 0 5px 0 #c44747; }
      .product .destination .btn-marker i {
        position: relative;
        top: 1px; }
      .product .destination .btn-marker:active {
        position: relative;
        top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .product .destination .btn-secondary {
      margin: 20px 0 10px;
      height: 40px;
      border-radius: 3px;
      background: #1c75bc;
      color: #fff;
      font-size: 15px;
      padding: 12px 14px 6px;
      text-transform: uppercase;
      -webkit-box-shadow: 0 2px 0 #0e5f91;
      box-shadow: 0 2px 0 #0e5f91; }
      .product .destination .btn-secondary i {
        vertical-align: middle;
        position: relative;
        top: -3px;
        left: -5px;
        font-size: 22px; }
      .product .destination .btn-secondary:active {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .product .destination .input-group {
      margin-top: 1px; }
    .product .destination .field-label {
      font-size: 15px;
      font-weight: bold;
      color: #474747;
      text-transform: uppercase;
      line-height: 40px;
      float: left;
      margin-right: 8px; }
  .product .google-maps {
    margin: 20px 0 0;
    width: 100%;
    height: 300px; }
  .product .bid h2 {
    margin-bottom: 10px; }
  .product .bid .row-title {
    border-bottom: 1px solid #e3e3e3; }
  .product .bid .subtitle {
    margin: 10px 0 20px;
    font-size: 20px; }
  .product .bid .row-title {
    line-height: 40px; }
  .product .bid .field-label {
    padding: 10px 0;
    float: left; }
  .product .bid .field-text {
    line-height: 40px; }
  .product .bid .form-control.number, .product .bid .bootstrap-tagsinput input.number, .bootstrap-tagsinput .product .bid input.number {
    width: 45px;
    margin: 0 5px;
    float: left; }
  .product .bid .label-text {
    padding: 10px 0;
    float: left; }
  .product .bid .input-group-addon .field-icon-label {
    margin-bottom: 0; }
  .product .bid .input-group-addon i:hover {
    cursor: pointer; }
  .product .bid .date-start-block {
    margin-right: 14px; }
  .product .bid .children-box {
    width: 70px; }
    .product .bid .children-box > .clearfix {
      margin-bottom: 6px; }
  .product .bid .datepicker {
    margin: 0 4px; }
  .product .bid .btn-radio-box label {
    margin: 10px 0;
    text-align: left; }
  .product .bid .btn-radio-box .btn-radio.active span {
    font-weight: bold; }
  .product .bid .select-label {
    float: left;
    overflow: auto;
    padding: 10px 0; }
  .product .bid select.form-control {
    width: auto;
    display: inline-block;
    margin-left: 5px; }
  .product .bid .contact-block .row {
    margin: 0; }
  .product .bid .contact-block div.left label {
    margin-top: 10px; }
  .product .bid .contact-block textarea {
    height: 150px;
    resize: none; }
  .product .bid .contact-block .btn-default {
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .product .bid .checkbox-block {
    padding: 10px 0 0; }
  .product .alert-info {
    color: #474747;
    margin: 20px 0;
    padding: 30px; }

/* Mobile (max-width) */
@media screen and (max-width: 320px) {
  .product .offer .price-box {
    text-align: center; } }

/* Tablet (max-width) */
@media screen and (max-width: 767px) {
  .product .slider-container {
    padding: 0; }
  .product .mobile-meta {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px; }
    .product .mobile-meta .table-cell {
      vertical-align: top; }
    .product .mobile-meta .logo {
      padding-right: 10px; }
      .product .mobile-meta .logo i {
        font-size: 24px;
        color: #fff; }
    .product .mobile-meta h2 {
      color: #fff;
      font-size: 18px;
      margin: 0 0 5px; }
    .product .mobile-meta .box-star .icon-star {
      font-size: 13px; }
  .product .flex-container {
    margin-bottom: 20px;
    position: relative; }
  .product .product-slider {
    margin: 0; }
  .product .flex-direction-nav .flex-prev, .product .flex-direction-nav .flex-next {
    top: auto;
    bottom: 15px;
    padding: 10px 0;
    height: 40px;
    overflow: visible;
    text-align: center; }
    .product .flex-direction-nav .flex-prev:before, .product .flex-direction-nav .flex-next:before {
      left: auto;
      right: auto;
      font-size: 20px;
      color: #fff; }
  .product .offer .star {
    position: relative;
    top: -5px;
    margin-bottom: 0; }
  .product .offer .description a {
    display: block;
    margin-top: 15px; }
  .product .bid .xs-pull-right {
    float: right; }
  .product .bid .xs-row:before, .product .bid .xs-row:after {
    display: table;
    content: ''; }
  .product .bid .xs-row:after {
    clear: both; } }

/* Tablet (min-max width) */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product .bid .field-label, .product .bid span.bold {
    font-size: 15px;
    letter-spacing: -0.02em; }
  .product .bid .form-control.number, .product .bid .bootstrap-tagsinput input.number, .bootstrap-tagsinput .product .bid input.number {
    margin: 0 4px; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .product {
    padding: 30px 0; }
    .product .mobile-meta {
      display: none; }
    .product .search-block {
      margin: 25px auto;
      background: #f1f1f1;
      padding: 5px 25px 15px; }
      .product .search-block .btn.btn-default {
        margin-top: 30px;
        padding: 6px 30px; }
      .product .search-block .field-label {
        color: #9e9e9e; }
      .product .search-block .number.form-control, .product .search-block .bootstrap-tagsinput input.number, .bootstrap-tagsinput .product .search-block input.number {
        padding: 6px 0px 6px 6px; }
    .product .bg-fluid .top-content-box .item {
      margin: 10px 0;
      width: 20%;
      padding: 0 10px;
      float: left; }
      .product .bg-fluid .top-content-box .item:first-child {
        margin: 10px 0; }
    .product .bg-fluid .top-content-box .item-row:before, .product .bg-fluid .top-content-box .item-row:after {
      content: " ";
      display: table; }
    .product .bg-fluid .top-content-box .item-row:after {
      clear: both; }
    .product .product-slider {
      margin: 0 60px; }
      .product .product-slider .flex-direction-nav .flex-prev:before, .product .product-slider .flex-direction-nav .flex-next:before {
        font-size: 20px;
        height: 20px;
        width: 50px;
        margin-top: -10px;
        width: 50px; }
      .product .product-slider .flex-direction-nav .flex-prev {
        width: 60px;
        left: -60px;
        border-right: 10px solid #fff; }
      .product .product-slider .flex-direction-nav .flex-next {
        width: 60px;
        right: -60px;
        border-left: 10px solid #fff; }
    .product .flex-direction-nav .flex-prev, .product .flex-direction-nav .flex-next {
      top: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: background ease-in-out 0.3s;
      -o-transition: background ease-in-out 0.3s;
      transition: background ease-in-out 0.3s; }
      .product .flex-direction-nav .flex-prev:before, .product .flex-direction-nav .flex-next:before {
        position: absolute;
        top: 50%; }
      .product .flex-direction-nav .flex-prev:hover, .product .flex-direction-nav .flex-next:hover {
        background: rgba(255, 255, 255, 0.9); }
    .product .info-item {
      float: none;
      margin-right: 0; }
    .product .products-list .product-item {
      padding: 0;
      overflow: hidden; }
      .product .products-list .product-item .select2-container a {
        overflow: visible; }
    .product .products-list .product-info {
      background: none;
      padding: 15px 10px 20px 20px; }
    .product .products-list .product-title {
      margin: 0 60px 0 25px;
      padding-left: 0;
      position: relative; }
    .product .products-list .more-info {
      background: none;
      text-align: center; }
      .product .products-list .more-info .circle {
        display: block;
        margin: auto; }
      .product .products-list .more-info .select2-container {
        margin: 10px 0; }
    .product .products-list .price-container {
      right: 0;
      padding: 20px 15px 10px;
      position: static; }
      .product .products-list .price-container .block {
        position: relative;
        z-index: 20; }
      .product .products-list .price-container .price-info, .product .products-list .price-container .price-box {
        float: none;
        width: 100%; }
      .product .products-list .price-container:before {
        content: '';
        width: 16.66667%;
        height: 100%;
        position: absolute;
        z-index: 10;
        background: #f8f8f8;
        top: 0;
        right: 0;
        border-left: 1px solid #e1e1e1; }
      .product .products-list .price-container .discount {
        color: #1c75bc;
        font-size: 24px; }
        .product .products-list .price-container .discount i {
          vertical-align: middle;
          padding-right: 5px;
          position: relative;
          top: -2px; }
    .product .products-list .package-list {
      margin: 8px 0; }
      .product .products-list .package-list .price-box {
        padding: 0; }
      .product .products-list .package-list .package-choose {
        margin: 0; }
    .product .products-list .no-price {
      margin: 10px 0 0;
      text-align: left; }
    .product .policy h4 {
      font-size: 15px; }
    .product .policy h4, .product .policy p {
      margin: 10px 0; }
    .product .policy .alert p {
      margin: 0; }
    .product .card-list {
      margin: 10px 0; }
    .product .rating .rating-title {
      margin-bottom: 15px;
      color: #f05b58; }
    .product .rating .content:not(.last), .product .rating .content.last {
      padding: 20px 0 0 0;
      border: 0;
      border-top: 1px solid #ddd; }
    .product .rating .rating-title {
      text-align: left;
      font-size: 20px;
      position: relative;
      padding: 0 0 0 10px; }
      .product .rating .rating-title:before {
        content: '';
        height: auto;
        width: 2px;
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 3px;
        background: #1c75bc; }
    .product .rating .rating-circle {
      margin: auto;
      width: 100%;
      height: 0;
      position: relative;
      border-width: 4px;
      padding-bottom: 100%; }
      .product .rating .rating-circle .table {
        position: absolute;
        height: 100%; }
    .product .rating .rating-text {
      text-align: left;
      font-size: 20px;
      width: 100%;
      height: 0;
      padding-top: 25%; }
    .product .rating .description {
      clear: both;
      margin: 20px 0; }
    .product .reviews .item {
      border-bottom: 1px solid #c2c2c2;
      margin-bottom: 20px; }
      .product .reviews .item:first-child {
        border-top: 1px solid #c2c2c2; }
    .product .reviews .member .image {
      width: 60px;
      height: 60px; }
    .product .reviews .rating .rating-circle {
      padding: 0;
      border-width: 2px; }
    .product .reviews .answer .circle-logo {
      margin-right: 22px;
      width: 56px;
      height: 56px;
      line-height: 52px;
      font-size: 24px; }
    .product .google-maps {
      margin: 0;
      width: 100%;
      height: 440px; }
    .product .destination .btn-default, .product .destination .btn-secondary {
      margin: 0; }
    .product .bid .field-label {
      float: left; }
    .product .bid .xs-pull-right {
      float: none; }
    .product .bid .xs-row:before, .product .bid .xs-row:after {
      display: table;
      content: ''; }
    .product .bid .xs-row:after {
      clear: none; }
    .product .bid .label-text {
      float: left;
      width: 80px;
      overflow: auto; }
    .product .bid .date-start-block {
      margin-right: 0; }
    .product .bid .row-title {
      border: 0; }
    .product .bid .radio-list > label {
      float: left;
      margin-right: 10px; }
    .product .bid .contact-block .row {
      margin-bottom: 15px; }
    .product .bid .contact-block div.left {
      float: left;
      width: 100px; }
    .product .bid .contact-block div.right {
      overflow: hidden; }
    .product .bid .contact-block .btn-default {
      margin: 10px 0; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .product .product-carousel {
    display: block; }
  .product h1.title {
    margin-top: 0;
    margin-bottom: 15px; }
    .product h1.title .box-star .icon-star {
      margin-right: -6px; }
  .product .info {
    width: 100%; }
    .product .info td {
      padding: 0; }
      .product .info td:first-child {
        padding-left: 6px; }
  .product .block-info.no-rating {
    margin-top: 10px;
    padding-top: 20px; }
    .product .block-info.no-rating .extra-info {
      margin-top: 0; }
    .product .block-info.no-rating + .block-info {
      margin-top: 10px;
      padding-top: 20px; }
  .product .extra-info i {
    margin: 0;
    padding: 0;
    width: 12.5%;
    text-align: center; }
  .product .offer .col-sm-4 {
    padding-left: 0; }
  .product .offer .price-box {
    text-align: right; }
    .product .offer .price-box .new-price {
      font-size: 26px; }
  .product .offer .description .date {
    clear: none; }
  .product .offer .star {
    border-radius: 50% 50% 50% 0;
    width: 52px;
    height: 52px;
    background: #f05b58;
    text-align: center;
    padding: 10px 0;
    margin-right: 10px; }
    .product .offer .star i {
      color: #fff; }
  .product .search-block .form-block {
    padding: 10px; }
  .product .search-block .form-control, .product .search-block .bootstrap-tagsinput input, .bootstrap-tagsinput .product .search-block input, .product .search-block .input-group-addon {
    background: #fff; }
  .product .search-block .numbers-inline .number {
    padding: 6px 3px 6px 12px; }
  .product .bg-fluid {
    position: relative;
    padding: 20px 0; }
    .product .bg-fluid .top-content-box {
      position: relative;
      z-index: 50; }
      .product .bg-fluid .top-content-box .item-row {
        border-top: 1px solid #ccc; }
        .product .bg-fluid .top-content-box .item-row:first-child {
          border: 0; }
        .product .bg-fluid .top-content-box .item-row .item {
          margin: 20px 0;
          width: 22%;
          float: left;
          padding: 0 5px;
          text-align: center;
          border-right: 1px solid #ababab; }
          .product .bg-fluid .top-content-box .item-row .item span {
            padding: 0 5px;
            display: inline-block;
            vertical-align: middle; }
            .product .bg-fluid .top-content-box .item-row .item span:first-child {
              width: 34px; }
            .product .bg-fluid .top-content-box .item-row .item span.text {
              text-align: left;
              max-width: 120px;
              letter-spacing: -0.02em; }
          .product .bg-fluid .top-content-box .item-row .item i {
            font-size: 24px;
            color: #1c75bc; }
          .product .bg-fluid .top-content-box .item-row .item:first-child {
            width: 17%;
            text-align: left;
            padding-left: 0; }
          .product .bg-fluid .top-content-box .item-row .item:nth-child(5) {
            width: 17%;
            text-align: right;
            padding-right: 0;
            border-right: 0; }
            .product .bg-fluid .top-content-box .item-row .item:nth-child(5) span.text {
              text-align: right;
              max-width: 70px; }
          .product .bg-fluid .top-content-box .item-row .item:last-child {
            border-right: 0; }
  .product .products-list .more-info {
    text-align: left; }
    .product .products-list .more-info .circle {
      display: inline-block;
      margin: 0 5px 0 0; }
  .product .tab-content-container dd {
    padding: 30px 0; }
  .product .service-list li:first-child {
    padding-left: 0; }
  .product .service-list li:last-child {
    padding-right: 0; }
  .product .rating .rating-circle {
    font-size: 42px; }
  .product .rating .rating-text {
    height: auto;
    padding-top: 40px; }
  .product .reviews .member .image {
    width: 80px;
    height: 80px; }
    .product .reviews .member .image img {
      width: 100%;
      max-width: 100%; }
  .product .reviews .image-box {
    width: 100px; }
  .product .reviews .image-box + div {
    padding-left: 0; }
  .product .bid .label-text {
    width: 130px; }
  .product .bid .children-box {
    float: left !important; }
  .product .bid .contact-block div.left {
    width: 158px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .product .rating .rating-circle {
    font-size: 50px; }
  .product .rating .rating-text {
    height: auto;
    padding-top: 60px; }
  .product .info td:first-child {
    padding-left: 10px; }
  .product .location {
    padding: 10px 0; }
  .product .block-info {
    margin-top: 30px;
    padding-top: 40px;
    min-height: 100px; }
    .product .block-info.no-rating {
      margin-top: 10px;
      padding-top: 20px; }
      .product .block-info.no-rating + .block-info {
        margin-top: 10px;
        padding-top: 20px; }
  .product .bid .contact-block div.left {
    width: 198px; } }

.products-grid {
  padding: 0 0 20px 0; }
  .products-grid .sidebar {
    margin-top: 10px;
    padding: 0; }
    .products-grid .sidebar .title-block {
      -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
      background: #1c75bc;
      font-size: 18px;
      padding: 10px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      margin-bottom: 15px; }
  .products-grid .sidebar-filter {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2); }
    .products-grid .sidebar-filter dl {
      margin: 0; }
    .products-grid .sidebar-filter dt {
      font-size: 17px;
      background: #f5f4f0;
      font-weight: 400;
      position: relative; }
      .products-grid .sidebar-filter dt a {
        display: block;
        padding: 8px 25px 8px 15px;
        color: #1c75bc;
        position: relative; }
      .products-grid .sidebar-filter dt:before {
        content: '-';
        position: absolute;
        font-size: 30px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        top: -2px;
        right: 10px;
        color: #1c75bc; }
      .products-grid .sidebar-filter dt.active:before {
        font-size: 24px;
        right: 8px;
        content: '+';
        top: 2px; }
      .products-grid .sidebar-filter dt.active + dd {
        display: none; }
    .products-grid .sidebar-filter dd {
      padding: 10px 15px; }
      .products-grid .sidebar-filter dd .btn-radio {
        position: relative;
        margin: 5px 0;
        padding-left: 20px;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        white-space: normal; }
        .products-grid .sidebar-filter dd .btn-radio:before {
          left: 0;
          position: absolute; }
        .products-grid .sidebar-filter dd .btn-radio.star {
          font-size: 0; }
          .products-grid .sidebar-filter dd .btn-radio.star i {
            position: relative;
            top: -1px;
            color: #e8e8e8;
            font-size: 18px;
            line-height: 20px;
            -webkit-transition: color ease-in-out 0.1s;
            -o-transition: color ease-in-out 0.1s;
            transition: color ease-in-out 0.1s; }
          .products-grid .sidebar-filter dd .btn-radio.star.active i {
            color: #f05b58; }
    .products-grid .sidebar-filter dt.last:before {
      content: '';
      display: none; }
    .products-grid .sidebar-filter dd.last .btn-default {
      margin: 10px auto 10px;
      letter-spacing: 0.15em; }
    .products-grid .sidebar-filter label.active {
      color: #f05b58;
      font-weight: bold; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .products-grid .sidebar-filter label.active span {
        position: relative;
        top: 1px; } }
  .products-grid .grid-list .item {
    border: 1px solid #f5f4f0;
    padding: 2px;
    margin: 15px 0; }
    .products-grid .grid-list .item .cell {
      display: block;
      background: #f5f4f0;
      padding: 0; }
      .products-grid .grid-list .item .cell.price-box {
        background: none;
        font-size: 17px;
        padding: 20px 10px; }
        .products-grid .grid-list .item .cell.price-box p.bold {
          font-size: 27px;
          line-height: 1;
          letter-spacing: -0.04em;
          margin-bottom: 0; }
          .products-grid .grid-list .item .cell.price-box p.bold + span {
            display: block;
            font-size: 17px;
            margin-bottom: 10px; }
        .products-grid .grid-list .item .cell.price-box .btn-default {
          letter-spacing: 0.15em;
          font-family: 'Roboto', sans-serif;
          font-size: 17px;
          font-weight: bold;
          max-width: 125px;
          display: inline-block; }
          .products-grid .grid-list .item .cell.price-box .btn-default.r-spacing {
            padding: 8px 14px 6px;
            max-width: 150px;
            letter-spacing: 0.05em;
            font-size: 15px; }
        .products-grid .grid-list .item .cell.price-box .block-left, .products-grid .grid-list .item .cell.price-box .block-right {
          display: inline-block;
          vertical-align: middle;
          width: 50%; }
        .products-grid .grid-list .item .cell.price-box .block-right {
          margin-left: -5px; }
          .products-grid .grid-list .item .cell.price-box .block-right span {
            letter-spacing: -0.03em;
            display: block;
            line-height: 18px;
            margin: 7px 0; }
            .products-grid .grid-list .item .cell.price-box .block-right span.b-green {
              letter-spacing: 0; }
    .products-grid .grid-list .item .item-title {
      margin: 10px 5px;
      font-size: 18px; }
      .products-grid .grid-list .item .item-title a {
        color: #1c75bc; }
        .products-grid .grid-list .item .item-title a i {
          padding-right: 5px;
          color: #f05b58; }
    .products-grid .grid-list .item .meta-location {
      margin: 10px 5px; }
      .products-grid .grid-list .item .meta-location i {
        font-size: 20px;
        color: #f05b58;
        position: relative;
        top: 2px; }
    .products-grid .grid-list .item .image-box {
      width: 220px;
      margin-right: 10px;
      float: left; }
      .products-grid .grid-list .item .image-box img {
        width: 100%;
        max-width: 100%; }
    .products-grid .grid-list .item .text-box {
      margin: 10px 8px;
      overflow: hidden; }
      .products-grid .grid-list .item .text-box .info.table {
        max-width: 250px; }
      .products-grid .grid-list .item .text-box .rating {
        font-size: 20px;
        margin-bottom: 5px; }
      .products-grid .grid-list .item .text-box .title {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        color: #1c75bc; }
      .products-grid .grid-list .item .text-box strong.block {
        display: block; }
      .products-grid .grid-list .item .text-box .info i {
        margin-right: 5px; }
    .products-grid .grid-list .item table.more-info {
      width: 100%;
      margin: 10px 0 5px; }
      .products-grid .grid-list .item table.more-info td {
        text-align: center;
        padding: 2px 0;
        color: #1c75bc; }
        .products-grid .grid-list .item table.more-info td:first-child {
          text-align: left; }
          .products-grid .grid-list .item table.more-info td:first-child a {
            color: #1c75bc; }
        .products-grid .grid-list .item table.more-info td:last-child {
          text-align: right;
          color: #f05b58;
          font-weight: bold; }
      .products-grid .grid-list .item table.more-info .circle {
        border-radius: 100%;
        width: 15px;
        height: 15px;
        background: #1c75bc;
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        color: #fff;
        margin: auto; }
    .products-grid .grid-list .item .bottom-link {
      color: #1c75bc;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px; }
      .products-grid .grid-list .item .bottom-link:hover {
        color: #f05b58; }
    .products-grid .grid-list .item .discount {
      margin-bottom: 15px;
      color: #1c75bc; }
      .products-grid .grid-list .item .discount .block-icon {
        width: 45px;
        float: left; }
        .products-grid .grid-list .item .discount .block-icon i {
          font-size: 40px; }
        .products-grid .grid-list .item .discount .block-icon + .text {
          font-size: 15px;
          overflow: hidden;
          font-weight: bold;
          text-transform: uppercase; }
          .products-grid .grid-list .item .discount .block-icon + .text span {
            font-size: 26px;
            line-height: 23px;
            display: block; }
  .products-grid .grid-list.grid-view .item > .table > .cell {
    display: block;
    width: 100%;
    padding: 0; }
    .products-grid .grid-list.grid-view .item > .table > .cell.price-box {
      padding: 10px; }
    .products-grid .grid-list.grid-view .item > .table > .cell .block-left, .products-grid .grid-list.grid-view .item > .table > .cell .block-right {
      width: 50%;
      display: inline-block;
      margin-right: -4px; }
  .products-grid .grid-list.grid-view .item .block-content {
    padding: 10px; }
  .products-grid .grid-list.grid-view .item .text-box .info.table {
    width: 210px; }
  .products-grid .grid-list.maps-container .item .cell {
    padding: 5px 10px; }
    .products-grid .grid-list.maps-container .item .cell.price-box .btn-default {
      font-size: 15px;
      letter-spacing: 0;
      padding: 10px 10px 6px; }
  .products-grid .maps-container {
    margin: 20px 0; }
    .products-grid .maps-container .google-maps {
      width: 100%;
      height: 420px; }

.top-block-xs .top-links {
  min-height: 50px;
  margin: 0;
  padding: 10px 0;
  background: #f1f1f1;
  list-style: none; }
  .top-block-xs .top-links li {
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
    width: 33.333%;
    float: left;
    border-left: 1px solid #1c75bc;
    text-align: center;
    color: #f05b58; }
    .top-block-xs .top-links li a {
      color: #1c75bc; }
      .top-block-xs .top-links li a.active {
        color: #f05b58; }
    .top-block-xs .top-links li:first-child {
      border: 0; }
.top-block-xs .top-results {
  background: #1c75bc;
  padding: 15px 60px 15px 0;
  position: relative; }
  .top-block-xs .top-results .text {
    color: #fff; }
    .top-block-xs .top-results .text i {
      width: 40px;
      text-align: center;
      display: block;
      float: left;
      font-size: 16px;
      position: relative;
      top: 5px; }
    .top-block-xs .top-results .text .title {
      font-weight: bold;
      font-size: 22px; }
      .top-block-xs .top-results .text .title i {
        top: 7px; }
    .top-block-xs .top-results .text .date {
      font-weight: light; }
    .top-block-xs .top-results .text p {
      overflow: auto;
      margin: 0; }
  .top-block-xs .top-results .date-icon-block {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-align: center; }
    .top-block-xs .top-results .date-icon-block i {
      line-height: 40px;
      font-size: 20px; }

/* Tablet */
@media screen and (min-width: 768px) {
  .products-grid {
    padding: 20px 0; }
    .products-grid .sidebar {
      margin: 0;
      padding: 0 0 10px 10px; }
    .products-grid .grid-list .item:hover {
      padding: 1px;
      border: 2px solid rgba(28, 117, 188, 0.82);
      -webkit-box-shadow: 0 0 9px rgba(28, 117, 188, 0.17);
      box-shadow: 0 0 9px rgba(28, 117, 188, 0.17); }
    .products-grid .grid-list .item .cell {
      display: table-cell;
      padding: 15px 10px; }
      .products-grid .grid-list .item .cell.price-box {
        width: 130px; }
        .products-grid .grid-list .item .cell.price-box .block-left, .products-grid .grid-list .item .cell.price-box .block-right {
          margin: 0;
          display: block;
          width: auto; }
          .products-grid .grid-list .item .cell.price-box .block-left .btn-default, .products-grid .grid-list .item .cell.price-box .block-right .btn-default {
            width: 100%;
            max-width: 100%; }
    .products-grid .grid-list .item .item-title {
      margin: 0; }
      .products-grid .grid-list .item .item-title a:hover {
        color: #f05b58; }
    .products-grid .grid-list .item .meta-location {
      margin: 8px 0; }
    .products-grid .grid-list .item .image-box {
      width: 160px; }
    .products-grid .grid-list .item .text-box {
      margin: 0; }
    .products-grid .grid-list.maps-container .item .cell {
      background: none;
      padding: 10px;
      vertical-align: top; }
      .products-grid .grid-list.maps-container .item .cell.image-cell {
        width: 240px; }
      .products-grid .grid-list.maps-container .item .cell.price-box {
        width: 140px; }
    .products-grid .maps-container {
      position: relative; }
      .products-grid .maps-container .google-maps {
        height: 600px; }
      .products-grid .maps-container .map-infobox {
        background: #fff;
        bottom: 10px;
        left: 10px;
        right: 10px;
        position: absolute;
        width: auto;
        border: 1px solid #cecdc8; }
        .products-grid .maps-container .map-infobox.closed {
          display: none; }
        .products-grid .maps-container .map-infobox .item {
          position: relative;
          margin: 0;
          border: 0;
          background: #fff; }
          .products-grid .maps-container .map-infobox .item:hover {
            padding: 2px;
            -webkit-box-shadow: none;
            box-shadow: none; }
          .products-grid .maps-container .map-infobox .item .meta-location {
            margin: 4px 0; }
          .products-grid .maps-container .map-infobox .item .info.table {
            max-width: 250px; }
          .products-grid .maps-container .map-infobox .item .close {
            position: absolute;
            right: 3px;
            top: -25px; }
            .products-grid .maps-container .map-infobox .item .close i {
              font-size: 14px;
              color: #1c75bc; }
    .products-grid .sidebar-filter dd.last .btn-default {
      letter-spacing: 0.05em;
      padding: 6px 10px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .products-grid .grid-list .item .cell.price-box {
    width: 160px; }
  .products-grid .grid-list .item .image-box {
    width: 220px;
    margin-right: 20px; }
  .products-grid .sidebar-filter dd.last .btn-default {
    letter-spacing: 0.15em;
    padding: 6px 21px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .products-grid .grid-list .item .text-box .rating {
    width: 180px;
    height: 30px;
    line-height: 27px;
    float: left;
    padding: 0;
    letter-spacing: -0.02em; }
  .products-grid .grid-list .item .text-box .info.table {
    height: 30px;
    float: right;
    width: 250px;
    text-align: right; }
  .products-grid .grid-list .item .text-box .more-info {
    clear: left; } }

.packages {
  margin-top: -21px; }
  .packages > div.block-wrapper {
    border-top: none;
    box-shadow: none;
    margin-bottom: 0; }
  .packages .packages-list-mobile {
    background: #f7f7f7;
    border: 1px solid #ccc;
    height: 58px;
    border-radius: 3px;
    color: #1c75bc;
    position: relative; }
    .packages .packages-list-mobile .icon-sort-left {
      position: absolute;
      right: 10px;
      top: 20px; }
  .packages .packages-list-mobile.toggled {
    border-bottom: none; }
  .packages .btn-outline {
    width: 115px;
    margin: 0 auto;
    margin-top: 15px; }
  .packages h2.block-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .packages .selected li {
    list-style-type: none; }
  .packages .selected a {
    color: #1c75bc;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    pointer-events: none; }
    .packages .selected a .circle {
      font-size: 30px; }
    .packages .selected a .text {
      position: relative;
      top: -5px;
      margin-left: 5px; }
  .packages .p-tabs {
    margin-top: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .packages .p-tabs li a {
      pointer-events: none;
      font-size: 15px;
      padding: 10px; }
      .packages .p-tabs li a:hover .circle {
        border-color: #f05b58; }
      .packages .p-tabs li a .circle {
        background: transparent;
        border-color: transparent; }
        .packages .p-tabs li a .circle i {
          font-size: 30px; }
      .packages .p-tabs li a .text {
        position: relative;
        top: 8px; }
    .packages .p-tabs li.active a {
      color: #1c75bc; }
      .packages .p-tabs li.active a .circle {
        background: transparent;
        border-color: transparent; }
        .packages .p-tabs li.active a .circle i {
          color: #1c75bc !important; }
  .packages .tab-content-container {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: none; }
  .packages .tab-content-container.active {
    display: block;
    border-top: none; }
  .packages .tab-content .block-title {
    text-transform: none;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px; }
    .packages .tab-content .block-title .circle {
      border-radius: 100%;
      width: 60px;
      height: 60px;
      background: none;
      display: block;
      vertical-align: middle;
      text-align: center;
      padding: 10px 0;
      border: 1px solid #1c75bc;
      font-size: 28px;
      margin: 30px auto 10px auto; }
  .packages .tab-content .package-list {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left; }
    .packages .tab-content .package-list li {
      padding-left: 1em;
      text-indent: -.7em; }
      .packages .tab-content .package-list li a {
        font-size: 17px;
        color: #474747;
        line-height: 35px; }
      .packages .tab-content .package-list li a:hover {
        font-weight: bold;
        color: #f05b58; }
    .packages .tab-content .package-list li:before {
      content: "• ";
      color: #f05b58; }

/* Tablet */
@media screen and (min-width: 768px) {
  .wrapper.packages {
    margin-top: 0; }
    .wrapper.packages .block-wrapper {
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }
    .wrapper.packages .tab-content-container {
      background: #f1f1f1 !important; }
      .wrapper.packages .tab-content-container .tab-content {
        border-top: 1px solid #ededed;
        background: #fff;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
        margin-bottom: 12px; }
    .wrapper.packages .package-title {
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
    .wrapper.packages div.block {
      margin-bottom: 12px; }
    .wrapper.packages .p-tabs {
      margin-top: 5px;
      background: #fff;
      border: none; }
      .wrapper.packages .p-tabs li a {
        pointer-events: auto; }
        .wrapper.packages .p-tabs li a .text {
          position: relative;
          top: 3px; }
      .wrapper.packages .p-tabs li.active a {
        color: #f05b58; }
        .wrapper.packages .p-tabs li.active a .circle {
          background: #f05b58;
          border-color: #f05b58; }
          .wrapper.packages .p-tabs li.active a .circle i {
            color: #fff !important; }
    .wrapper.packages .tab-content .block-title {
      border-top: 0; }
      .wrapper.packages .tab-content .block-title .circle {
        display: inline-block;
        width: 48px;
        height: 48px;
        font-size: 22px;
        margin-top: 0px; }
      .wrapper.packages .tab-content .block-title .text {
        margin-left: 5px; }
  .packages .tab-content {
    padding: 40px 0; }
  .packages .tab-content .block-title {
    text-transform: none; }
  .packages .p-tabs {
    margin-top: 5px;
    background: #fff;
    border: none; }
    .packages .p-tabs li a {
      pointer-events: auto; }
      .packages .p-tabs li a .circle {
        background: #fff;
        border-color: #ababab; }
        .packages .p-tabs li a .circle i {
          font-size: 30px; }
      .packages .p-tabs li a .text {
        position: relative;
        top: 3px;
        font-size: 14px; }
    .packages .p-tabs li.active a {
      color: #f05b58; }
      .packages .p-tabs li.active a .circle {
        background: #f05b58;
        border-color: #f05b58; }
        .packages .p-tabs li.active a .circle i {
          color: #fff !important; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .packages .package-title {
    padding-top: 30px;
    margin-bottom: 45px; }
  .wrapper.packages .tab-content .block-title {
    text-transform: none; }
  .wrapper.packages .p-tabs {
    margin-top: 5px;
    background: #fff;
    border: none; }
    .wrapper.packages .p-tabs li a {
      pointer-events: auto; }
      .wrapper.packages .p-tabs li a .circle i {
        font-size: 36px; }
      .wrapper.packages .p-tabs li a .text {
        position: relative;
        top: 3px;
        font-size: 15px; }
    .wrapper.packages .p-tabs li.active a {
      color: #f05b58; }
      .wrapper.packages .p-tabs li.active a .circle {
        background: #f05b58;
        border-color: #f05b58; }
        .wrapper.packages .p-tabs li.active a .circle i {
          color: #fff !important; } }

/* Large Desktop */
/*
    Prize Competitions
*/
.prize-comp .block.content {
  padding-bottom: 40px; }
.prize-comp .block .product {
  padding: 0; }
.prize-comp h1 {
  margin-bottom: 50px; }
.prize-comp .block-title {
  font-size: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
.prize-comp .btn-facebook {
  -webkit-box-shadow: 0 2px 0 #a6bad6;
  box-shadow: 0 2px 0 #a6bad6;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #f7f7f7;
  color: #3461a1;
  font-weight: bold;
  font-size: 15px;
  padding: 7px 3px;
  white-space: normal;
  border: 1px solid #c5c9ce;
  width: 100%; }
  .prize-comp .btn-facebook:active {
    position: relative;
    top: 2px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .prize-comp .btn-facebook span {
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    line-height: 29px;
    padding: 0 5px; }
  .prize-comp .btn-facebook .icon-facebook-circle {
    font-size: 27px; }
.prize-comp .product-header h2 {
  font-size: 34px;
  margin: 10px 0; }
.prize-comp .product-header .location {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }
.prize-comp .product-header .prize-value {
  color: #1c75bc;
  margin: 40px 0 0; }
  .prize-comp .product-header .prize-value-text {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding-left: 20px;
    display: block;
    margin: 0 0 0 10px;
    border-left: 1px solid #b9b9b9; }
    .prize-comp .product-header .prize-value-text span {
      display: block;
      letter-spacing: -0.04em;
      font-size: 40px;
      color: #f05b58;
      line-height: 1;
      position: relative;
      left: -4px; }
  .prize-comp .product-header .prize-value .table {
    width: 280px;
    margin: 20px auto; }
  .prize-comp .product-header .prize-value .cell-icon {
    width: 70px; }
  .prize-comp .product-header .prize-value i {
    font-size: 66px; }
.prize-comp .product-title a {
  color: #1c75bc; }
  .prize-comp .product-title a:hover {
    color: #f05b58; }
.prize-comp .forms .btn-checkbox {
  margin: 20px 0; }
.prize-comp .forms .btn-default {
  width: 100%;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.15em; }
.prize-comp .gray {
  color: #8b8b8b; }
.prize-comp .small-text {
  font-size: 12px; }
.prize-comp .prize-information {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  font-size: 17px; }
  .prize-comp .prize-information .prev-winner {
    color: #1c75bc; }
    .prize-comp .prize-information .prev-winner span {
      color: #474747; }
  .prize-comp .prize-information .prize-content {
    color: #f05b58; }
    .prize-comp .prize-information .prize-content a {
      color: #1c75bc; }
  .prize-comp .prize-information .box-star i {
    font-size: 8px; }

/* Tablet */
@media screen and (min-width: 768px) {
  .prize-comp .product {
    margin-bottom: 40px; }
    .prize-comp .product-header .prize-value {
      margin: 50px 0 0; }
  .prize-comp .gray {
    margin-bottom: 6px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .prize-comp .forms-left {
    padding-right: 40px; }
  .prize-comp .forms-center {
    padding-left: 20px;
    padding-right: 40px; }
    .prize-comp .forms-center .gray {
      position: absolute;
      top: 35px;
      left: -24px; }
    .prize-comp .forms-center:after {
      content: '';
      position: absolute;
      top: 30px;
      bottom: 0;
      right: 12px;
      width: 1px;
      background: #d0d1d1; }
    .prize-comp .forms-center .btn-checkbox {
      line-height: 1;
      padding-left: 15px; }
      .prize-comp .forms-center .btn-checkbox:before {
        line-height: 1.42857;
        top: 3px; }
    .prize-comp .forms-center .small-text {
      line-height: 14px; }
  .prize-comp .forms-right {
    padding-top: 10px; }
    .prize-comp .forms-right h3 {
      margin-bottom: 5px; }
    .prize-comp .forms-right .form-control, .prize-comp .forms-right .bootstrap-tagsinput input, .bootstrap-tagsinput .prize-comp .forms-right input {
      margin-top: 14px; }
  .prize-comp .forms .btn-facebook {
    margin-top: 27px; }
  .prize-comp .forms .btn-default {
    letter-spacing: 0.025em; }
  .prize-comp .forms .btn-checkbox {
    margin: 13px 0 12px; }
  .prize-comp .prize-information .prize-content a:hover {
    color: #f05b58; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .prize-comp .forms .btn-checkbox {
    margin: 20px 0; } }

.profile .block-title.center {
  padding-bottom: 0;
  margin-bottom: 40px; }
.profile .panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #f05b58;
  margin-top: 5px;
  margin-bottom: 25px;
  display: none; }
.profile .fieldset-title {
  font-size: 17px;
  font-weight: bold;
  color: #1c75bc;
  margin: 0 0 10px; }
.profile .tab-content .field-label {
  display: inline-block;
  margin: 10px 0 5px;
  font-size: 17px;
  font-weight: 400; }
.profile .tab-content .date > div {
  padding: 0 5px;
  float: left; }
  .profile .tab-content .date > div input[type=text] {
    padding-left: 8px;
    padding-right: 8px; }
.profile .tab-content .date .year {
  padding-left: 0;
  width: 30%; }
.profile .tab-content .date .month {
  width: 45%; }
.profile .tab-content .date .day {
  padding-right: 0;
  width: 25%; }
.profile .tab-content .radio-block {
  padding: 20px 0 0; }
.profile .tab-content .btn-radio {
  display: inline-block;
  margin: 10px 20px 0 0; }
.profile .tab-content .image-upload {
  margin: 0 -10px 0; }
  .profile .tab-content .image-upload .field-label {
    padding: 0;
    margin: 0;
    line-height: 110px; }
.profile .tab-content .label-box, .profile .tab-content .picture-box, .profile .tab-content .upload-button-box {
  float: left; }
.profile .tab-content .upload-button-box {
  padding: 14px 0 14px; }
  .profile .tab-content .upload-button-box .btn-outline {
    padding: 8px 0 6px;
    text-align: center;
    font-weight: bold; }
.profile .tab-content .image-box {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: transparent;
  overflow: hidden;
  margin: 15px 0;
  border: 3px solid #c2daed; }
  .profile .tab-content .image-box img {
    max-width: 100%; }
.profile .tab-content .slash-char {
  line-height: 40px;
  font-weight: bold; }
.profile .tab-content-container dd {
  padding: 10px 0; }
.profile .button-container {
  text-align: center;
  padding: 30px 0; }
  .profile .button-container .btn-default {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.15em;
    font-family: 'Roboto', sans-serif; }
.profile .product {
  padding: 0; }
  .profile .product .products-list .price-container .price-info {
    width: auto;
    float: none; }
  .profile .product .products-list .price-container .btn-outline {
    font-weight: bold;
    padding: 7px 6px 5px; }
.profile .sort-list {
  background: #f7f7f7;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  margin-bottom: 20px; }
  .profile .sort-list ul {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .profile .sort-list ul.active .sort-title {
      display: block; }
    .profile .sort-list ul li {
      padding-right: 0;
      border: 0; }
      .profile .sort-list ul li .sort-title {
        display: none; }
.profile .table-list .item {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7; }
.profile .table-list .column-1 {
  padding-left: 50px; }
  .profile .table-list .column-1 .text {
    margin: 10px 0 0; }
    .profile .table-list .column-1 .text .date {
      margin-top: 10px; }
  .profile .table-list .column-1 .positive {
    margin-top: 0;
    position: relative; }
  .profile .table-list .column-1 .negative {
    margin-top: 10px;
    position: relative; }
  .profile .table-list .column-1 .positive-icon, .profile .table-list .column-1 .negative-icon {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: -30px;
    top: 0px;
    font-size: 30px;
    font-weight: 300;
    display: block;
    width: 20px;
    text-align: center; }
  .profile .table-list .column-1 .positive-icon {
    color: #5eb034; }
  .profile .table-list .column-1 .negative-icon {
    color: #c1151c; }
.profile .table-list .item-title {
  position: relative;
  display: block;
  min-height: 40px;
  margin-right: 50px;
  padding-top: 1px; }
  .profile .table-list .item-title .circle {
    position: absolute;
    left: -50px;
    top: 0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid #f05b58;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin: 0; }
  .profile .table-list .item-title .title-text {
    font-weight: bold;
    color: #1c75bc;
    display: block;
    margin-top: 6px; }
.profile .table-list .column-3 {
  position: absolute;
  right: 0;
  top: 0; }
.profile .table-list.newsletter .item {
  padding: 0 10px 25px; }
  .profile .table-list.newsletter .item .item-title .title-text {
    margin-top: 10px; }
.profile .table-list.newsletter .column-1 {
  padding-left: 0;
  margin-right: 80px; }
.profile .table-list.newsletter .column-3 {
  width: 120px; }
.profile .rating-circle {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 2px solid #1c75bc;
  text-align: center;
  line-height: 38px;
  color: #1c75bc;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto; }
.profile .section.clearfix {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  position: relative; }
  .profile .section.clearfix .bootstrap-tagsinput .dropdown-menu {
    margin-top: 7px !important;
    width: 300px; }
  .profile .section.clearfix .btn-outline {
    width: 160px; }
.profile .text-danger {
  margin: 5px 0;
  display: inline-block; }
.profile .form-group {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .profile .tab-content .label-box {
    width: 80px; }
  .profile .tab-content .picture-box {
    width: 130px; }
  .profile .tab-content .upload-button-box {
    width: 100px; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .profile .panel-title {
    display: block; }
  .profile .bs-tabs > li {
    width: 16.66667%; }
    .profile .bs-tabs > li > a {
      margin: auto; }
  .profile .tab-content .field-label {
    padding: 10px 0;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 15px; }
  .profile .tab-content .radio-block {
    padding: 0; }
  .profile .tab-content .image-box {
    width: 110px;
    height: 110px; }
  .profile .tab-content .upload-button-box {
    padding: 30px 10px 14px 0; }
  .profile .tab-content-container dd {
    padding: 30px 0; }
  .profile .content-list {
    border: 1px solid #cdcdcd; }
  .profile .sort-list {
    background: none;
    padding: 0;
    border: 0;
    margin: 0; }
    .profile .sort-list .sort-title {
      display: none !important; }
    .profile .sort-list ul {
      margin: 0;
      padding: 0;
      display: table;
      width: 100%; }
      .profile .sort-list ul li {
        display: table-cell;
        float: none;
        width: 60%;
        margin-bottom: 0;
        position: relative;
        padding: 15px 20px; }
        .profile .sort-list ul li.column-1 {
          padding-left: 50px; }
        .profile .sort-list ul li.column-2, .profile .sort-list ul li.column-3 {
          width: 20%;
          border-left: 1px solid #cdcdcd; }
      .profile .sort-list ul .sort-link {
        padding: 0;
        margin: 0;
        color: #1c75bc; }
        .profile .sort-list ul .sort-link > i {
          right: 0; }
    .profile .sort-list.newsletter .column-1 {
      padding-left: 20px; }
  .profile .table-list .item {
    padding: 0;
    border: 0;
    margin: 0;
    border-top: 1px solid #cdcdcd;
    display: table;
    width: 100%; }
  .profile .table-list .item-title {
    padding: 0;
    min-height: 0; }
    .profile .table-list .item-title .title-text {
      margin: 0;
      font-weight: bold;
      font-size: 17px;
      color: #f05b58; }
  .profile .table-list .column-1, .profile .table-list .column-2, .profile .table-list .column-3 {
    padding: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    position: static; }
  .profile .table-list .column-1 {
    display: table-cell;
    width: 60%;
    padding-left: 50px; }
  .profile .table-list .column-2, .profile .table-list .column-3 {
    text-align: center;
    display: table-cell;
    width: 20%;
    border-left: 1px solid #cdcdcd; }
  .profile .table-list.newsletter .item {
    padding: 0; }
  .profile .table-list.newsletter .column-1 {
    padding-left: 20px; }
  .profile .table-list.newsletter .column-3 {
    width: 20%; }
  .profile .section.clearfix .btn-outline {
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 340px;
    padding: 8px 12px;
    letter-spacing: 0.15em; }
    .profile .section.clearfix .btn-outline:active {
      top: auto !important; }
  .profile .section.clearfix .bootstrap-tagsinput input {
    margin-top: 10px;
    width: 320px !important; }
  .profile .section.clearfix .bootstrap-tagsinput .dropdown-menu {
    margin-top: 7px !important;
    width: 320px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .profile .sort-list ul li.column-2, .profile .sort-list ul li.column-3 {
    text-align: center;
    padding-left: 0; } }

/* Large Desktop */
.rating-page .top-box {
  padding: 20px 0;
  color: #1c75bc; }
  .rating-page .top-box .cell {
    vertical-align: top; }
  .rating-page .top-box .block-icon {
    width: 45px; }
    .rating-page .top-box .block-icon i {
      font-size: 38px;
      color: #8dc63f; }
    .rating-page .top-box .block-icon + .text {
      font-weight: bold;
      font-size: 20px;
      margin-top: 7px; }
      .rating-page .top-box .block-icon + .text p {
        margin: 0;
        font-size: 15px;
        font-weight: 400; }
.rating-page .head-box {
  padding: 20px 0; }
  .rating-page .head-box .row {
    position: relative; }
  .rating-page .head-box .cell {
    background: #f7f7f7; }
    .rating-page .head-box .cell.img {
      width: 45%;
      overflow: hidden; }
      .rating-page .head-box .cell.img img {
        max-width: 100%; }
    .rating-page .head-box .cell.text {
      padding: 8px 15px; }
      .rating-page .head-box .cell.text h1 {
        display: inline-block;
        margin: 0;
        line-height: 24px; }
        .rating-page .head-box .cell.text h1 a {
          font-weight: 300;
          font-size: 24px;
          color: #1c75bc; }
      .rating-page .head-box .cell.text .icon-cell i {
        font-size: 14px; }
  .rating-page .head-box .location {
    width: auto;
    min-width: 75%;
    margin: 5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6; }
    .rating-page .head-box .location .cell {
      vertical-align: middle; }
      .rating-page .head-box .location .cell p {
        margin: 0; }
    .rating-page .head-box .location i {
      color: #f05b58;
      font-size: 22px; }
  .rating-page .head-box .rating-value {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #1c75bc;
    margin: 10px 0 0; }
  .rating-page .head-box .user-col {
    right: 10px;
    width: 24%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    text-align: center; }
    .rating-page .head-box .user-col .content-box {
      padding: 5px; }
    .rating-page .head-box .user-col img.profile {
      max-width: 60px;
      border: 3px solid #b2d0e8;
      margin: 0 auto 5px auto; }
    .rating-page .head-box .user-col h3 {
      margin: 0 0 5px; }
    .rating-page .head-box .user-col img.flag {
      margin-bottom: 5px; }
    .rating-page .head-box .user-col span {
      font-size: 15px;
      line-height: 1.2;
      display: block; }
.rating-page .content {
  padding: 20px 10px; }
  .rating-page .content .title-block .cell-circle {
    width: 60px; }
  .rating-page .content .title-block .circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #1c75bc;
    color: #fff;
    line-height: 39px;
    font-size: 18px;
    padding-left: 3px; }
  .rating-page .content .title-block h3 {
    font-size: 18px;
    font-weight: 400;
    color: #1c75bc; }
  .rating-page .content .btn-radio-box {
    padding-left: 50px; }
    .rating-page .content .btn-radio-box label {
      display: inline-block;
      white-space: normal; }
.rating-page .rating-container .cell.input {
  width: 90px;
  padding-left: 10px;
  padding-bottom: 3px;
  vertical-align: bottom; }
  .rating-page .rating-container .cell.input input {
    font-size: 15px;
    padding: 2px 4px;
    text-align: center;
    width: 50px;
    height: 26px;
    line-height: 24px;
    margin-right: 5px; }
    .rating-page .rating-container .cell.input input + span {
      line-height: 26px; }
.rating-page .rating-container .rating-row p.rating-label {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase; }
.rating-page .rating-container .progress {
  margin-bottom: 14px; }
.rating-page .rating-result {
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  padding: 20px; }
  .rating-page .rating-result h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 0; }
  .rating-page .rating-result .block {
    text-align: center; }
    .rating-page .rating-result .block > div {
      display: inline-block;
      vertical-align: middle; }
    .rating-page .rating-result .block .circle {
      border-radius: 100%;
      width: 40px;
      height: 40px;
      background: transparent;
      border: 2px solid #1c75bc;
      margin-right: 20px;
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      font-weight: bold;
      color: #1c75bc; }
    .rating-page .rating-result .block .result-text {
      text-align: left; }
      .rating-page .rating-result .block .result-text span.bold {
        font-size: 18px;
        display: block; }
.rating-page .textarea-block textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #dfdfdf;
  padding: 7px;
  text-align: left;
  margin: 5px 0 10px; }
.rating-page .textarea-block span, .rating-page .textarea-block label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }
.rating-page .textarea-block .circle {
  text-align: center;
  float: left; }
  .rating-page .textarea-block .circle.green {
    color: #8dc63f; }
    .rating-page .textarea-block .circle.green i {
      font-weight: bold; }
  .rating-page .textarea-block .circle.red {
    color: #f05b58; }
  .rating-page .textarea-block .circle i {
    font-size: 24px; }
.rating-page .buttons-set {
  width: 100%;
  text-align: right;
  margin: 20px 0; }
  .rating-page .buttons-set .btn-default {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 7px 21px 5px; }
.rating-page .terms-and-conditions {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif; }
.rating-page .content.last .top-text {
  text-align: center;
  padding: 30px 0; }
  .rating-page .content.last .top-text .icon-accept-circle {
    font-size: 40px;
    color: #61b137; }
  .rating-page .content.last .top-text h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #1c75bc; }
  .rating-page .content.last .top-text h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 300; }

/* Tablet */
@media screen and (min-width: 768px) {
  .rating-page .top-box .cell {
    vertical-align: middle; }
  .rating-page .top-box + p {
    margin: 10px 0;
    padding: 0; }
  .rating-page .content {
    padding: 0 10px; }
    .rating-page .content .btn-radio-box.clear-3 > div:nth-child(3n+1) {
      clear: left; }
    .rating-page .content .shadow-box {
      padding: 30px 10%;
      margin-bottom: 30px;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }
  .rating-page .rating-container {
    padding-left: 60px;
    position: relative; }
  .rating-page .rating-result {
    height: 300px;
    padding: 20px 5px; }
    .rating-page .rating-result h3 {
      margin: 0 auto 20px;
      max-width: 180px; }
    .rating-page .rating-result .block {
      text-align: center; }
      .rating-page .rating-result .block > div {
        display: block; }
      .rating-page .rating-result .block .circle {
        margin: 0 auto 20px;
        width: 128px;
        height: 128px;
        line-height: 120px;
        font-size: 42px;
        border-width: 4px; }
      .rating-page .rating-result .block .result-text {
        text-align: center; }
  .rating-page .textarea-block {
    padding-left: 60px; }
    .rating-page .textarea-block textarea.margin-0 {
      margin: 0; }
  .rating-page .content.last .top-text {
    padding: 50px 0; }
    .rating-page .content.last .top-text .icon-accept-circle {
      font-size: 144px; }
    .rating-page .content.last .top-text h1 {
      margin: 25px 0 15px;
      font-size: 38px; }
    .rating-page .content.last .top-text h2 {
      margin: 10px 0;
      font-size: 26px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .rating-page .head-box .cell.img {
    width: 300px; }
  .rating-page .head-box .cell.text {
    padding: 20px; }
    .rating-page .head-box .cell.text h1 {
      line-height: 28px; }
      .rating-page .head-box .cell.text h1 a {
        font-size: 26px; }
    .rating-page .head-box .cell.text .icon-cell {
      width: 25px; }
      .rating-page .head-box .cell.text .icon-cell i {
        font-size: 20px; }
  .rating-page .head-box .location {
    margin: 10px 0; }
  .rating-page .head-box .rating-value {
    font-size: 26px;
    margin: 20px 0 0; }
  .rating-page .head-box .user-col img.profile {
    margin: 10px auto; }
  .rating-page .head-box .user-col h3 {
    margin: 0 0 10px; }
  .rating-page .head-box .user-col img.flag {
    margin-bottom: 10px; }
  .rating-page .content .shadow-box {
    padding: 30px 8.33333%; }
  .rating-page .rating-result {
    padding: 20px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .rating-page .head-box .cell.text h1 {
    line-height: 30px; }
    .rating-page .head-box .cell.text h1 a {
      font-size: 28px; }
  .rating-page .head-box .rating-value {
    font-size: 28px; } }

.registration .base-block {
  padding: 20px 0; }
.registration .form-group {
  margin-bottom: 0; }
.registration h1.title {
  padding: 0; }
.registration .field-label {
  font-size: 17px;
  margin: 15px 0 5px; }
.registration .btn-radio {
  margin-right: 15px; }
.registration .typeahead {
  right: 10px; }
.registration .captcha-block {
  text-align: center;
  padding: 15px 0; }
.registration .accept-box {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0; }
  .registration .accept-box .btn {
    white-space: normal;
    font-size: 14px; }
  .registration .accept-box .btn-checkbox:before {
    top: 3px; }
  .registration .accept-box .btn-checkbox:after {
    top: -2px; }
  .registration .accept-box a {
    text-align: center;
    display: block;
    margin: 20px 0 10px; }
.registration .button-box {
  text-align: center;
  margin: 10px 0; }
  .registration .button-box .btn-default {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.15em;
    padding: 9px 33px 7px; }

/* Tablet */
@media screen and (min-width: 768px) {
  .registration .row {
    margin: 20px -10px; }
  .registration .field-label {
    margin: 10px 0;
    line-height: 20px; }
    .registration .field-label.margin-0 {
      margin: 0; }
  .registration .btn-radio-box {
    margin: 10px 0; }
  .registration .captcha-block {
    text-align: right;
    padding: 0; }
  .registration .accept-box a {
    display: inline-block;
    margin: 5px 0 0 20px; }
  .registration .boxes .col-sm-3 {
    text-align: center; }
  .registration .boxes p {
    font-size: 18px; }
  .registration .boxes i {
    font-size: 72px;
    color: #1c75bc; }
  .registration .boxes + h1.block-title.title {
    margin-bottom: 60px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .registration .boxes .col-sm-3 {
    padding: 0 20px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .registration .boxes .col-sm-3 {
    padding: 0 30px; } }

.reservation {
  background-color: #f1f1f1; }
  .reservation .text-red {
    color: #f05b58; }
  .reservation .text-blue {
    color: #1c75bc; }
  .reservation div.block-wrapper {
    margin-bottom: 0;
    box-shadow: none; }
  .reservation .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px; }
  .reservation .bs-tabs {
    display: table;
    width: 100%;
    border-bottom: 5px solid #f05b58;
    padding-bottom: 20px; }
    .reservation .bs-tabs li {
      display: table-cell;
      text-align: center;
      width: 33%; }
      .reservation .bs-tabs li a .circle {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
        padding: 18px 0; }
        .reservation .bs-tabs li a .circle i {
          font-size: 22px; }
  .reservation .tab-content-container {
    padding-top: 25px;
    margin-top: 0;
    background: #fff; }
    .reservation .tab-content-container .hotel-dates {
      padding: 20px 0;
      text-align: center; }
      .reservation .tab-content-container .hotel-dates .date {
        font-size: 15px; }
        .reservation .tab-content-container .hotel-dates .date i {
          font-size: 18px;
          position: relative;
          top: 2px;
          padding-right: 4px; }
      .reservation .tab-content-container .hotel-dates .cell {
        padding: 10px 25px; }
    .reservation .tab-content-container .special-offer {
      border: 1px solid #efefef;
      min-height: 146px;
      padding: 0;
      margin-left: 10px;
      margin-right: 10px; }
      .reservation .tab-content-container .special-offer .left-side {
        background: #f3f3f3;
        padding-bottom: 10px; }
        .reservation .tab-content-container .special-offer .left-side img {
          max-width: 100%; }
        .reservation .tab-content-container .special-offer .left-side .hotel-details {
          padding: 15px 0 10px 5px; }
          .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-name {
            font-size: 18px; }
            .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-name strong {
              line-height: 36px; }
          .reservation .tab-content-container .special-offer .left-side .hotel-details .location {
            font-size: 15px;
            line-height: 30px;
            padding: 0; }
            .reservation .tab-content-container .special-offer .left-side .hotel-details .location i {
              font-size: 22px;
              margin-left: -2px; }
            .reservation .tab-content-container .special-offer .left-side .hotel-details .location .horizontal-line {
              height: 1px;
              background: #efefef;
              margin-left: 20px; }
        .reservation .tab-content-container .special-offer .left-side .price-tax-info {
          font-size: 13px;
          text-align: left;
          padding-left: 0; }
        .reservation .tab-content-container .special-offer .left-side .list, .reservation .tab-content-container .special-offer .left-side .prices {
          margin-top: 20px;
          font-weight: bold;
          font-size: 17px; }
          .reservation .tab-content-container .special-offer .left-side .list p, .reservation .tab-content-container .special-offer .left-side .prices p {
            margin-bottom: 2px; }
        .reservation .tab-content-container .special-offer .left-side .list a {
          color: #1c75bc; }
          .reservation .tab-content-container .special-offer .left-side .list a:hover {
            color: #f05b58; }
        .reservation .tab-content-container .special-offer .left-side .prices {
          color: #f05b58; }
      .reservation .tab-content-container .special-offer .offer-prices {
        min-height: 146px;
        padding: 20px 0 20px 0; }
        .reservation .tab-content-container .special-offer .offer-prices .offer-text {
          font-size: 17px;
          margin: 0 auto;
          float: none; }
        .reservation .tab-content-container .special-offer .offer-prices .offer-price {
          float: none;
          margin: 10px auto 0px auto; }
          .reservation .tab-content-container .special-offer .offer-prices .offer-price span {
            display: block; }
          .reservation .tab-content-container .special-offer .offer-prices .offer-price .old-price {
            font-size: 15px;
            position: relative;
            display: inline-block; }
          .reservation .tab-content-container .special-offer .offer-prices .offer-price .old-price:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            right: 0;
            border-top: 1px solid;
            border-color: inherit;
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
          .reservation .tab-content-container .special-offer .offer-prices .offer-price .special-price {
            font-size: 20px;
            font-weight: bold;
            text-align: left; }
        .reservation .tab-content-container .special-offer .offer-prices .offer-select {
          padding: 0 10px;
          margin: 10px auto; }
      .reservation .tab-content-container .special-offer .offer-info {
        padding: 0 10px; }
        .reservation .tab-content-container .special-offer .offer-info i {
          margin-right: 5px;
          display: inline-block; }
    .reservation .tab-content-container .reservation-form-wrapper {
      background: #fff;
      margin-bottom: 20px;
      padding-bottom: 50px; }
      .reservation .tab-content-container .reservation-form-wrapper .reservation-form {
        background: #f5f4f0;
        margin: 0 3% 0 3%; }
      .reservation .tab-content-container .reservation-form-wrapper .container {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
      .reservation .tab-content-container .reservation-form-wrapper .room-image {
        padding-left: 10px; }
        .reservation .tab-content-container .reservation-form-wrapper .room-image img {
          max-width: 100%;
          width: 100%;
          display: block; }
        .reservation .tab-content-container .reservation-form-wrapper .room-image label {
          font-weight: bold;
          margin-top: 15px; }
      .reservation .tab-content-container .reservation-form-wrapper .form-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-title .delete-room {
          font-size: 13px;
          font-weight: 400;
          float: right; }
      .reservation .tab-content-container .reservation-form-wrapper .form-input {
        margin-bottom: 15px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input label {
          min-width: 105px;
          letter-spacing: -0.02em; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input label, .reservation .tab-content-container .reservation-form-wrapper .form-input .input-right, .reservation .tab-content-container .reservation-form-wrapper .form-input .text {
          display: inline-block;
          vertical-align: middle;
          margin-right: 3px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input .input-right {
          width: 50px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input .text {
          letter-spacing: -0.02em;
          margin-right: 0; }
          .reservation .tab-content-container .reservation-form-wrapper .form-input .text small, .reservation .tab-content-container .reservation-form-wrapper .form-input .text .small {
            font-size: 12px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input input {
          width: 40px;
          height: 40px;
          margin-right: 10px; }
        .reservation .tab-content-container .reservation-form-wrapper .form-input span {
          float: left;
          line-height: 40px; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style .table-title {
        margin-bottom: 10px;
        display: block; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style label {
        min-height: 27px;
        line-height: 27px;
        padding: 0 5px 0 10px; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style label span {
          float: right;
          max-width: 50%; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style label strong.text {
          display: inline-block;
          max-width: 50%; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style label:before {
          top: 5px;
          left: 0; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style label:after {
          left: 13px;
          top: 8px; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style .active {
        width: 100%;
        background: #1c75bc;
        color: #fff;
        border-radius: 0; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style .active .text-blue {
          color: #fff; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style .pets .active {
        background: none;
        color: #000; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style .pets label {
        width: auto;
        display: inline-block;
        margin-right: 10px; }
        .reservation .tab-content-container .reservation-form-wrapper .table-style .pets label span {
          float: none; }
      .reservation .tab-content-container .reservation-form-wrapper .table-style .price-info {
        margin-top: 10px;
        display: block;
        text-align: center; }
      .reservation .tab-content-container .reservation-form-wrapper .pets .first-block {
        margin-top: 15px; }
        .reservation .tab-content-container .reservation-form-wrapper .pets .first-block .radio-title {
          width: 100%;
          font-weight: bold;
          margin-bottom: 10px; }
      .reservation .tab-content-container .reservation-form-wrapper .pets .second-block {
        margin-top: 20px; }
        .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .select-title {
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 5px;
          display: block; }
        .reservation .tab-content-container .reservation-form-wrapper .pets .second-block select {
          width: 100%;
          color: #000; }
          .reservation .tab-content-container .reservation-form-wrapper .pets .second-block select option {
            color: #000; }
        .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .total-price {
          width: 75%;
          margin-top: 5px;
          float: left; }
          .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .total-price strong {
            line-height: 26px; }
        .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .total-price-label {
          float: right;
          line-height: 50px;
          margin-bottom: 0; }
      .reservation .tab-content-container .reservation-form-wrapper .pets-select-containter .cell.text {
        width: 25px;
        padding: 0 15px 0 10px; }
      .reservation .tab-content-container .reservation-form-wrapper .pets-select-containter .pets-list {
        min-width: 80px; }
    .reservation .tab-content-container .comment-wrapper span {
      display: block; }
    .reservation .tab-content-container .comment-wrapper p {
      margin-top: 40px; }
    .reservation .tab-content-container .comment-wrapper textarea {
      resize: none;
      background: #f7f7f7;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      height: 150px;
      margin-bottom: 50px; }
    .reservation .tab-content-container .comment-wrapper input[type="submit"] {
      letter-spacing: 0.15em;
      font-family: 'Roboto', sans-serif;
      font-size: 17px;
      margin: 0 auto;
      font-weight: bold;
      padding: 6px 40px; }
  .reservation .tab-content-container.active {
    display: block; }
  .reservation.ev-reservation .tab-content-container .special-offer-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #1c75bc;
    line-height: 1.2; }
  .reservation.ev-reservation .tab-content-container .special-offer-info {
    margin: 20px 0 0; }
    .reservation.ev-reservation .tab-content-container .special-offer-info strong {
      display: block; }
  .reservation.ev-reservation .tab-content-container .special-offer .offer-prices .offer-price .special-price {
    text-align: center;
    margin-top: 20px;
    display: block; }
  .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .extra-services {
    font-size: 20px; }
  .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f4f0; }
    .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item:last-child {
      border: 0; }
    .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item.active .btn, .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item.active .select2-chosen, .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item.active .evr-price {
      font-weight: bold;
      color: #333; }
    .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item .btn-checkbox, .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item .evr-price {
      margin: 8px 0; }

.reservation-step2.ev-reservation .personal-info-title {
  margin-top: 20px; }
.reservation-step2 .personal-info-title {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .reservation-step2 .personal-info-title .login {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px; }
  .reservation-step2 .personal-info-title span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-top: 10px;
    text-align: center; }
.reservation-step2 .form-wrapper {
  margin-bottom: 50px; }
  .reservation-step2 .form-wrapper .row {
    padding-bottom: 10px; }
  .reservation-step2 .form-wrapper label {
    float: left;
    margin-bottom: 10px; }
  .reservation-step2 .form-wrapper span {
    float: left;
    line-height: 40px; }
  .reservation-step2 .form-wrapper .form-control, .reservation-step2 .form-wrapper .bootstrap-tagsinput input, .bootstrap-tagsinput .reservation-step2 .form-wrapper input {
    width: 66%;
    float: right; }
  .reservation-step2 .form-wrapper .btn-radio {
    display: block;
    float: none;
    margin-right: 20px; }
  .reservation-step2 .form-wrapper .radio-wrapper {
    float: right;
    width: 66%; }
  .reservation-step2 .form-wrapper textarea {
    width: 66%;
    float: right;
    resize: none;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 62px;
    margin-bottom: 10px; }
.reservation-step2 .tab-content {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 20px;
  padding-bottom: 50px; }
.reservation-step2 .sticky {
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  padding: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  display: block;
  background: #fff; }
  .reservation-step2 .sticky .left-block {
    border-right: 2px solid #f05b58; }
  .reservation-step2 .sticky .middle-block {
    margin-left: 35px;
    margin-right: 50px; }
  .reservation-step2 .sticky .hotel-name {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block; }
  .reservation-step2 .sticky .location {
    display: block;
    margin-bottom: 10px; }
  .reservation-step2 .sticky .no-fee {
    margin-bottom: 20px;
    margin-left: 22px; }
    .reservation-step2 .sticky .no-fee i {
      margin-left: -22px; }
  .reservation-step2 .sticky .extra-bed {
    margin-bottom: 30px;
    font-size: 17px;
    margin-left: 22px; }
    .reservation-step2 .sticky .extra-bed i {
      margin-left: -22px; }
  .reservation-step2 .sticky .small {
    font-size: 13px;
    margin-left: 22px; }
  .reservation-step2 .sticky .total-title {
    font-size: 20px;
    margin-left: 10px;
    text-align: center;
    display: block; }
  .reservation-step2 .sticky .total-price {
    font-size: 30px;
    margin-left: 10px;
    margin-top: -5px;
    display: block;
    text-align: center; }
  .reservation-step2 .sticky input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 30px;
    letter-spacing: 0.1em;
    margin: 0 auto; }

.reservation-step3 div.block-wrapper {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 20px;
  padding-bottom: 50px; }
.reservation-step3 .successful-registration {
  font-size: 30px;
  display: block;
  margin: 50px auto 40px 8.3%; }
  .reservation-step3 .successful-registration .circle {
    display: block;
    text-align: center;
    width: 142px;
    height: 142px;
    margin: 0 auto; }
    .reservation-step3 .successful-registration .circle i {
      font-size: 150px;
      display: block; }
  .reservation-step3 .successful-registration span {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 40px; }
  .reservation-step3 .successful-registration p {
    font-size: 15px; }
.reservation-step3 .offers-grid {
  margin-top: 20px; }
.reservation-step3 .back-to-home {
  width: 100%;
  text-align: center; }
  .reservation-step3 .back-to-home a {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.25em;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
    display: block;
    max-width: 300px; }
.reservation-step3.ev-reservation .successful-registration span {
  font-size: 34px; }
.reservation-step3.ev-reservation .successful-registration .evr-proposer-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2; }

/* Tablet */
@media screen and (min-width: 768px) {
  .reservation.ev-reservation .tab-content-container .reservation-form-wrapper .row-item .evr-price {
    text-align: right; }
  .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-name {
    font-size: 15px; }
  .reservation .tab-content-container .special-offer .left-side .hotel-details .location {
    font-size: 14px;
    line-height: 20px; }
  .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-dates .date {
    font-size: 14px; }
  .reservation .tab-content-container .special-offer .offer-prices .offer-text {
    font-size: 15px; }
  .reservation .tab-content-container .special-offer .offer-prices .offer-price .special-price {
    font-size: 18px; }
  .reservation .tab-content-container .reservation-form-wrapper .reservation-form {
    background: #f3f3f3;
    margin: 0; }
  .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 {
    font-size: 14px;
    padding: 0; }
    .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 label {
      margin-right: 5px; }
    .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 input {
      margin-right: 5px; }
  .reservation .tab-content-container .reservation-form-wrapper .table-style .price-info {
    margin-top: 40px;
    text-align: left; }
  .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .total-price {
    width: 60%; }
  .reservation .bs-tabs li {
    width: 20%; }
  .reservation-step2 .personal-info-title .login {
    font-size: 18px;
    width: auto; }
  .reservation-step2 .personal-info-title span {
    font-size: 20px;
    text-align: left; }
  .reservation-step2 .form-wrapper .second-column .row {
    padding-left: 10px; }
    .reservation-step2 .form-wrapper .second-column .row label {
      margin-left: 25px; }
    .reservation-step2 .form-wrapper .second-column .row span {
      margin-left: 25px; }
  .reservation-step2 .form-wrapper .form-control, .reservation-step2 .form-wrapper .bootstrap-tagsinput input, .bootstrap-tagsinput .reservation-step2 .form-wrapper input {
    width: 66%; }
  .reservation-step2 .form-wrapper .radio-wrapper {
    width: 66%; }
  .reservation-step2 .form-wrapper textarea {
    width: 66%; }
  .reservation-step2 .sticky .total-title {
    text-align: left; }
  .reservation-step2 .sticky .total-price {
    text-align: left; }
  .reservation-step2 .sticky input[type="submit"] {
    margin-left: 0; }
  .reservation-step2 .sticky .middle-block {
    margin-left: 25px;
    margin-right: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .reservation .tab-content-container .reservation-form-wrapper .age-list .form-input {
    padding: 0 0 0 10px; }
  .reservation .tab-content-container .reservation-form-wrapper .age-list .input-right {
    float: left; }
  .reservation .tab-content-container .reservation-form-wrapper .age-list .text {
    overflow: hidden;
    display: block; }
  .reservation .tab-content-container .reservation-form-wrapper .age-list small, .reservation .tab-content-container .reservation-form-wrapper .age-list .small {
    display: block;
    font-size: 10px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-name {
    font-size: 17px; }
  .reservation .tab-content-container .special-offer .left-side .hotel-details .location {
    font-size: 15px;
    line-height: 30px; }
  .reservation .tab-content-container .special-offer .left-side .hotel-details .hotel-dates .date {
    font-size: 15px; }
  .reservation .tab-content-container .special-offer .offer-prices .offer-text {
    font-size: 17px;
    margin-top: 25px; }
  .reservation .tab-content-container .special-offer .offer-prices .offer-price .special-price {
    font-size: 30px; }
  .reservation .tab-content-container .special-offer .offer-prices .offer-select {
    padding: 0;
    max-width: 155px; }
  .reservation .tab-content-container .special-offer .offer-info p {
    margin: 5px auto;
    width: 65%; }
  .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 {
    width: 24%; }
    .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 label {
      margin-right: 10px; }
    .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 input {
      margin-right: 10px; }
  .reservation .tab-content-container .reservation-form-wrapper .pets .second-block .total-price {
    width: 75%; }
  .reservation .tab-content-container .reservation-form-wrapper .pets-select-containter .pets-list {
    width: 140px; }
  .reservation .bs-tabs {
    padding-left: 10%; }
    .reservation .bs-tabs li {
      width: 25%; }
      .reservation .bs-tabs li a .circle {
        width: 80px;
        height: 80px; }
        .reservation .bs-tabs li a .circle i {
          font-size: 36px; }
      .reservation .bs-tabs li a span.text {
        font-size: 17px; } }

/* Large Desktop */
@media screen and (min-width: 1240px) {
  .reservation .tab-content-container .special-offer .offer-prices .offer-select {
    max-width: 200px; }
  .reservation .tab-content-container .reservation-form-wrapper .room-image {
    width: 20.8333%; }
  .reservation .tab-content-container .reservation-form-wrapper .input-wrapper .col-sm-3 {
    margin-left: 20px; } }

.sales-info .badge {
  background: #f05b58 !important; }
  .sales-info .badge.general {
    border-radius: 100% 100% 100% 0;
    width: 80px;
    height: 80px;
    background: #f05b58;
    font-size: 18px;
    text-align: center;
    right: auto;
    left: 20px;
    top: 10px;
    font-weight: bold;
    padding-top: 20px; }
    .sales-info .badge.general span {
      font-weight: 400;
      font-size: 15px;
      display: block; }
.sales-info .text-grey {
  color: #dfdfdf !important;
  pointer-events: none;
  cursor: default;
  border-color: #dfdfdf !important; }
  .sales-info .text-grey * {
    border-color: #dfdfdf !important;
    color: #dfdfdf !important; }
  .sales-info .text-grey.block-title {
    border-color: #dfdfdf !important; }
    .sales-info .text-grey.block-title:before {
      background-color: #dfdfdf !important; }
.sales-info .block-alpha {
  opacity: 0.25;
  pointer-events: none;
  cursor: default; }
.sales-info .tooltip-info {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  position: relative;
  top: -2px; }
  .sales-info .tooltip-info i {
    color: #1c75bc;
    font-size: 30px; }
.sales-info .tooltip {
  text-transform: none !important; }
.sales-info .info-text {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto', sans-serif; }
.sales-info .block-header h1 {
  font-size: 28px;
  margin-bottom: 0; }
.sales-info .block-header h2 {
  font-size: 18px;
  margin-top: 0; }
.sales-info .block-icons {
  padding: 10px 0 0; }
  .sales-info .block-icons h2 {
    font-size: 20px;
    color: #1c75bc;
    text-transform: uppercase;
    margin: 20px 0 10px; }
  .sales-info .block-icons ul.top {
    list-style: none;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0; }
    .sales-info .block-icons ul.top li {
      font-size: 20px; }
  .sales-info .block-icons .info-boxes {
    padding: 25px 0; }
    .sales-info .block-icons .info-boxes > div {
      margin: 15px 0; }
    .sales-info .block-icons .info-boxes .circle {
      border-radius: 100%;
      width: 50px;
      height: 50px;
      background: #f05b58;
      text-align: center; }
      .sales-info .block-icons .info-boxes .circle i {
        line-height: 50px;
        font-size: 25px;
        color: #fff; }
    .sales-info .block-icons .info-boxes .cell {
      width: 60px; }
    .sales-info .block-icons .info-boxes .cell.text {
      width: auto;
      text-align: left;
      font-size: 18px; }
.sales-info .main-search-slider .badge {
  border-radius: 100% 100% 100% 0;
  width: 160px;
  height: 160px;
  background: #f05b58;
  position: relative;
  margin: 30px auto;
  padding-top: 60px;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  top: auto;
  right: auto; }
  .sales-info .main-search-slider .badge span {
    display: block;
    font-size: 20px;
    font-weight: 400; }
.sales-info .main-slider .image {
  overflow: hidden; }
.sales-info .main-slider .badge {
  margin: auto; }
.sales-info .main-slider .info-text {
  padding: 0 20px;
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 0;
  position: relative; }
  .sales-info .main-slider .info-text .big {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 40px; }
  .sales-info .main-slider .info-text .tooltip-info {
    position: absolute;
    left: 20px;
    top: -3px; }
.sales-info .main-search .info-text {
  margin: 50px 0 0; }
.sales-info .main-search .input-group .form-control, .sales-info .main-search .input-group .bootstrap-tagsinput input, .bootstrap-tagsinput .sales-info .main-search .input-group input {
  font-size: 16px;
  color: #1c75bc; }
.sales-info .offers-grid img {
  width: 100%;
  max-width: 100%; }
.sales-info .offers-grid.grid-wide .item {
  margin: 0 0 25px; }
.sales-info .offers-grid.grid-wide .button-box {
  margin-top: 5px; }
.sales-info .offers-grid.grid-wide .tooltip-info {
  top: 0; }
.sales-info .offers-grid.grid-wide .badge {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  right: auto; }
.sales-info .offers-grid.grid-base .tooltip-info {
  top: 0; }
.sales-info .offers-grid.grid-base .badge {
  left: auto;
  right: 20px; }
.sales-info .offers-grid.grid-packages .item {
  position: relative; }
  .sales-info .offers-grid.grid-packages .item .badge {
    left: auto;
    right: 20px; }
.sales-info .prize-game .content {
  padding: 5px;
  min-height: 200px;
  position: relative;
  background: #d2e3f2; }
  .sales-info .prize-game .content .badge.general {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto; }
  .sales-info .prize-game .content p.text {
    font-size: 20px;
    font-weight: 300;
    text-align: center; }
  .sales-info .prize-game .content .tooltip-info {
    top: 20px;
    right: 20px;
    position: absolute; }
.sales-info .main-gift h2 .tooltip-info {
  top: 0;
  float: right; }
.sales-info .main-gift .item {
  background: #d2e3f2; }
  .sales-info .main-gift .item:hover:after {
    height: 1px;
    background: #c6d8e6; }
.sales-info .main-gift .text-grey .badge.general {
  background: #dfdfdf !important; }
.sales-info .newsletter table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 20px; }
  .sales-info .newsletter table td, .sales-info .newsletter table th {
    vertical-align: middle;
    font-size: 18px; }
  .sales-info .newsletter table thead {
    background: #f7f7f7; }
    .sales-info .newsletter table thead th {
      font-weight: 400;
      padding: 20px;
      color: #1c75bc; }
      .sales-info .newsletter table thead th:nth-of-type(1) {
        width: 60%;
        text-align: left; }
      .sales-info .newsletter table thead th:nth-of-type(2), .sales-info .newsletter table thead th:nth-of-type(3) {
        width: 20%;
        text-align: center; }
  .sales-info .newsletter table tbody td {
    font-weight: 300;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd; }
    .sales-info .newsletter table tbody td:nth-of-type(1) {
      width: 60%;
      text-align: left; }
      .sales-info .newsletter table tbody td:nth-of-type(1) p {
        margin: 0; }
        .sales-info .newsletter table tbody td:nth-of-type(1) p.item-name {
          font-size: 18px;
          font-weight: bold;
          color: #1c75bc; }
          .sales-info .newsletter table tbody td:nth-of-type(1) p.item-name span {
            font-weight: 300;
            color: #474747; }
    .sales-info .newsletter table tbody td:nth-of-type(2), .sales-info .newsletter table tbody td:nth-of-type(3) {
      width: 20%;
      text-align: center; }
    .sales-info .newsletter table tbody td:nth-of-type(2) {
      color: #f05b58;
      font-weight: bold; }
  .sales-info .newsletter table + .info p {
    margin: 0;
    display: block;
    font-size: 14px; }
.sales-info .bottom.buttons {
  padding: 20px 0 40px 0; }
  .sales-info .bottom.buttons i {
    font-size: 80px;
    display: block;
    margin: 30px 0px 20px;
    color: #1c75bc; }
  .sales-info .bottom.buttons .btn-default {
    font-family: 'Roboto', sans-serif;
    height: 40px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: 17px; }

/* Mobile fix */
@media screen and (max-width: 480px) {
  .sales-info .newsletter table thead {
    display: none; }
  .sales-info .newsletter table tbody tr:nth-of-type(even) {
    background: #eee; }
  .sales-info .newsletter table tbody td {
    width: 100% !important;
    text-align: left !important;
    display: block;
    padding: 15px 0 15px 50%;
    position: relative; }
    .sales-info .newsletter table tbody td:before {
      position: absolute;
      top: 15px;
      left: 10px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .sales-info .newsletter table tbody td:nth-of-type(1):before {
      content: 'Felület neve'; }
    .sales-info .newsletter table tbody td:nth-of-type(2):before {
      content: 'Ár (nettó) Ft';
      font-size: 18px;
      font-weight: 300;
      color: #474747; }
    .sales-info .newsletter table tbody td:nth-of-type(3):before {
      content: 'Gyakoriság'; } }

/* Tablet fix */
@media screen and (max-width: 767px) {
  .sales-info .main-gift .item {
    display: none; }
    .sales-info .main-gift .item:first-child {
      border: 0;
      display: block;
      margin-bottom: 15px; }
      .sales-info .main-gift .item:first-child:after {
        display: none; }
  .sales-info .grid-base .row > div, .sales-info .grid-wide .row > div {
    display: none; }
    .sales-info .grid-base .row > div:first-child, .sales-info .grid-wide .row > div:first-child {
      display: block; }
  .sales-info .grid-packages .item {
    display: none; }
    .sales-info .grid-packages .item.first {
      display: block; } }

/* Tablet */
@media screen and (min-width: 768px) {
  .sales-info .block-icons ul.top {
    font-size: 0;
    margin: 0 0 40px 0; }
    .sales-info .block-icons ul.top li {
      display: inline-block;
      margin: 0 18px;
      position: relative; }
      .sales-info .block-icons ul.top li:before {
        content: '';
        border-radius: 100%;
        width: 6px;
        height: 6px;
        background: #1c75bc;
        position: absolute;
        left: -20px;
        top: 50%;
        margin-top: -2px; }
      .sales-info .block-icons ul.top li:first-child:before {
        display: none; }
  .sales-info .block-icons .proposer-boxes {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px; }
  .sales-info .main-slider .badge {
    margin: 20px auto; }
  .sales-info .main-slider .info-text {
    margin: 30px 20px 10px 140px;
    font-size: 24px;
    line-height: 28px; }
    .sales-info .main-slider .info-text .big {
      font-size: 28px;
      padding-left: 0; }
    .sales-info .main-slider .info-text .tooltip-info {
      position: absolute;
      left: -40px;
      top: 0; }
  .sales-info .prize-game .content .badge.general {
    margin: 20px; }
  .sales-info .prize-game .content p.text {
    text-align: left;
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    top: 50%;
    left: 50%;
    width: 90%;
    font-family: 'Roboto', sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sales-info .bottom.buttons .btn-default {
    letter-spacing: 0; }
  .sales-info .offers-grid.grid-packages h2.block-title {
    padding: 0 30px 25px;
    min-height: 146px; } }

/* Desktop */
@media screen and (min-width: 992px) {
  .sales-info .bottom.buttons .btn-default {
    letter-spacing: 0.15em; }
  .sales-info .offers-grid.grid-packages h2.block-title {
    padding: 0 0 25px;
    min-height: 0; } }

/* Large Desktop */


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