/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

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

/* Colours
***********************/
/* Mixins
***********************/
/* #Clearing
================================================== */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

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

/* #Global Content
================================================== */
/* #Grid
================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

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

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

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

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

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

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

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

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

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

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

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

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

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

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

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

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

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

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

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

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

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

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

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

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

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

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

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

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

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

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

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

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

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

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

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

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

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

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

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

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

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

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

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

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

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

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

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

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

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

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

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

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

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

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

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

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

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

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

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

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

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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; }

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

  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 !important; }

  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: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  table.visible-print {
    display: table !important; }

  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; } }
/* #Global Content
================================================== */
body {
  background-color: #272a34;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300; }

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
  color: #ffffff;
  font-family: 'Oswald', sans-serif; }

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px; }

h3,
h3.already_logged_in {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px; }

h3.already_logged_in {
  text-align: center; }

a {
  color: #00b9d2;
  text-decoration: underline; }

button,
.button {
  background-color: #025185;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background ease 0.2s; }

button:hover,
.button:hover {
  background-color: #00b9d2; }

label,
strong {
  font-weight: 600; }

/* #Forms
================================================== */
input {
  background-color: #ededed;
  border: none;
  color: #444444;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  width: 100%; }

select {
  height: 30px;
  margin-bottom: 12px;
  padding: 0 10px; }

textarea {
  background-color: #ededed;
  border: none;
  color: #444444;
  margin-bottom: 12px;
  min-height: 130px;
  padding: 10px;
  width: 100%; }

form label {
  color: #ffffff; }

.errorlist li {
  color: #00b9d2; }

/* #Header
================================================== */
header {
  background-color: #000e2e;
  border-bottom: 1px solid #025185;
  padding: 10px 0; }

a.logo {
  display: block; }

nav .main_nav {
  margin-top: 4px;
  text-align: right; }

nav .main_nav li {
  display: inline;
  position: relative; }

nav .main_nav li a {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
  text-decoration: none;
  text-transform: uppercase; }

nav .main_nav li img {
  height: 14px; }

nav ul.dropdown_menu {
  background-color: #444444;
  display: none;
  left: 0;
  position: absolute;
  z-index: 11; }

nav li.has_children:hover ul.dropdown_menu {
  display: block; }

nav ul.dropdown_menu li {
  display: block;
  text-align: left; }

nav .main_nav ul.dropdown_menu li a {
  display: block;
  margin-left: 0;
  padding: 3px 10px; }

nav .main_nav ul.dropdown_menu li a:hover {
  color: #00b9d2; }

.message_alert {
  background-color: #e74c3c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-family: "lato", sans-serif;
  font-size: 10px;
  left: 70px;
  line-height: 10px;
  padding: 1px 3px;
  position: absolute;
  top: -7px;
  text-align: center; }

/* #Main
================================================== */
main {
  background-color: #000e2e; }

main section {
  padding: 40px 0; }

/* #Footer
================================================== */
footer {
  padding: 40px 0 0; }

footer .footer_logo {
  display: block;
  margin: 0 auto 20px;
  text-align: center; }

footer .footer_logo img {
  display: block;
  margin: 0 auto; }

footer .footer_links,
footer a {
  color: #ffffff;
  text-decoration: none; }

footer .social_media {
  margin-bottom: 20px;
  text-align: center; }

footer .social_media li {
  display: inline-block; }

footer .social_media li a {
  font-size: 24px;
  margin: 0 5px; }

footer .badges {
  margin-bottom: 40px;
  text-align: center; }

footer .badges a {
  display: inline-block;
  margin: 0 5px;
  height: 60px; }

footer .badges a img {
  max-height: 100%;
  width: auto; }

footer .footer_links a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }

footer .footer_links {
  margin-bottom: 20px;
  text-align: center; }

footer .footer_links li {
  display: inline; }

footer .copyright {
  clear: both;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 0 20px;
  text-align: center; }

/* #Home
================================================== */
.hero {
  background: transparent url("/static/img/hero_bg.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #025185;
  margin-bottom: 40px;
  padding: 80px 0; }

.hero h1,
.hero h2 {
  text-align: center; }

.hero h1 {
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 12px; }

.hero.container {
  margin: auto;
}

.hero2 {
  background: transparent url("/static/img/leatherbg.jpg") repeat;
  background-size: cover;
  border-bottom: 1px solid #025185;
  margin-bottom: 40px;
  padding: 80px 0; }

.hero2 h1,
.hero2 h2 {
  text-align: center; }

.hero2 h1 {
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 12px; }


.search_wrap {
  padding: 0; }

.search_wrap .search_bg {
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding: 20px;
  width: 60%; }

.search_wrap select,
.search_wrap .geo_search {
  background: #ededed;
  border: none;
  height: 60px;
  padding: 10px 20px; }

.search_wrap .geo_search {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  width: calc(100% - 180px); }

.search_wrap select {
  cursor: pointer;
  float: left;
  font-size: 16px;
  margin-right: 15px;
  padding: 10px 5px;
  width: 84px; }

.search_wrap .button {
  cursor: pointer;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  width: 66px; }

input#id_lng,
input#id_lat {
  height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden !important;
  width: 1px; }

.single_feature {
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none; }

.single_feature a {
  text-decoration: none; }

.single_feature .feature_photo {
  height: 175px;
  overflow: hidden; }

.single_feature .feature_photo img {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%; }

.feature_details {
  height: 175px;
  padding: 20px 10px;
  position: relative; }

.single_feature .feature_title {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 20px; }

.single_feature .feature_location {
  bottom: 20px;
  color: #00b9d2;
  display: block;
  font-size: 13px;
  font-weight: 300;
  left: 10px;
  position: absolute; }

.single_feature .feature_price {
  background-color: #025185;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px; }

.single_feature .feature_price i {
  color: #ffffff;
  display: block;
  font-size: 21px;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: center; }

.single_feature .feature_price .price {
  color: #ffffff;
  display: block;
  font-size: 21px;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: center; }

.single_feature .feature_price .price.not_available {
  font-size: 9px; }

.single_feature .feature_price .per_label {
  color: #b5b0b4;
  display: block;
  font-size: 9px;
  padding-bottom: 15px;
  text-align: center; }

.popular_cities {
  margin-bottom: 80px; }

.popular_cities li {
  margin-bottom: 20px; }

/* #Login
================================================== */
section.login {
  color: #ffffff; }

.login p {
  padding-bottom: 20px;
  text-align: center; }

.login_form .form-group {
  float: left;
  margin-bottom: 20px;
  width: 50%; }

.login_form .form-group:first-of-type {
  margin-right: 2%;
  width: 48%; }

.login_form .form-group label {
  display: block;
  margin-bottom: 5px; }

.login_form .form-group input {
  border: none;
  height: 30px;
  padding: 0 10px;
  width: 100%; }

.login_form button {
  margin-bottom: 20px; }

.register_links li {
  margin-bottom: 12px; }

.register_links li a {
  color: #00b9d2;
  text-decoration: underline; }

/* #Registration Complete
================================================== */
h2.register_complete {
  text-align: center; }

a.button.go_home {
  margin: 0 auto;
  width: 150px; }

/* #Password Reset
================================================== */
section.reset_password {
  color: #ffffff; }

.reset_password p {
  padding-bottom: 20px;
  text-align: center; }

.reset_form {
  margin: 0 auto;
  width: 400px; }

.reset_password label {
  display: block;
  margin-bottom: 5px; }

.reset_password input {
  border: none;
  height: 30px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%; }

.reset_password button {
  margin-bottom: 20px; }

/* #Register
================================================== */
section.register {
  color: #ffffff; }

.register p {
  padding-bottom: 20px;
  text-align: center; }

.register p a {
  color: #00b9d2;
  text-decoration: underline; }

.register_form {
  margin: 0 auto;
  width: 400px; }

.register_form .form-group {
  clear: both; }

.register label {
  display: block;
  margin-bottom: 5px; }

.register input,
.register select {
  border: none;
  height: 30px;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%; }

.register button {
  margin-bottom: 20px; }

.register #id_dob {
  float: left;
  width: calc(100% - 40px); }

.register .ui-datepicker-trigger,
.ui-datepicker-trigger {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
  width: 30px; }

.ui-datepicker-header .ui-datepicker-next {
  float: right; }

.ui-datepicker {
  background-color: #ededed;
  padding: 10px 20px; }

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 3px;
  text-align: center; }

.ui-datepicker-calendar td:hover,
.ui-datepicker-current-day {
  background-color: #00b9d2; }

/* #About Us
================================================== */
.default_page ul,
.default_page p,
.default_page .type,
.default_page .timestamp span {
  color: #ededed; }

.default_page p {
  padding-bottom: 20px; }

/* #Listings
================================================== */
/* #Explore
================================================== */
.explore {
  padding: 20px 0 40px 0; }

/* #Single view
================================================== */
.single_listing h2 {
  margin-bottom: 10px; }

.single_listing h2.not_active_approved,
p.no_photos_available {
  color: #f39c12;
  text-align: center; }

p.not_approved_needs_photos,
.not_approved {
  background-color: #f39c12;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: center; }

.single_listing h3 {
  margin-bottom: 10px; }

.property_meta {
  color: #efefef;
  margin-bottom: 40px; }

.property_meta span {
  margin-right: 10px; }

.listing_gallery {
  margin-bottom: 40px; }

.property_details {
  background-color: #ededed;
  color: #444444;
  padding: 20px 0; }

.property_details h2,
.property_details h3 {
  color: #444444;
  margin-bottom: 20px; }

.property h3.property_title {
  margin-bottom: 5px; }

.property .verify_phone_listing label {
  color: #ffffff; }

/* Booking */
.property_details .booking_wrap {
  clear: both; }

.booking_wrap {
  padding-bottom: 20px; }

.booking_wrap h2,
.booking_info {
  margin-bottom: 20px;
  padding: 0 20px; }

.booking_wrap .button {
  float: left;
  margin-left: 20px; }

.property_toggles li {
  display: block;
  margin-bottom: 20px; }

.property_toggles li label {
  color: #ffffff;
  display: block; }

/* Cancellation */
.cancellation {
  background-color: #f9f9f2;
  margin-bottom: 20px;
  padding: 10px 20px; }

/* message_from_host */
.message_from_host {
  margin-bottom: 20px;
  padding: 0 20px 10px 20px; }

/* Booking Buttons */
.booking_buttons {
  border-bottom: 1px solid #025185;
  margin: 0 20px 20px;
  padding: 0 0 20px; }

.booking_buttons .button:first-of-type {
  margin-left: 0; }

.booking_buttons .message_host {
  background-color: #d200bc; }

.booking_buttons .message_host:hover {
  background-color: #00b9d2; }

/* About */
.about_wrap {
  border-bottom: 1px solid #025185;
  clear: both;
  margin: 0 20px 20px;
  padding: 0 0 20px; }

.about_wrap ul {
  margin-bottom: 8px; }

.about_wrap ul.property_amenities li {
  margin-bottom: 8px; }

.about_wrap p {
  margin-bottom: 12px; }

/* Amenities */
/* Reviews */
/* #Accounts
================================================== */
 #overall_rating img{display:inline-block;}

.account h3 {
  color: #ffffff;
  margin-bottom: 10px; }

.popover-title {
  color: #444444; }

.about_me_bio p {
  padding-bottom: 20px; }

.btn-group-vertical a {
  color: #fff;
  text-decoration: none; }

.btn-group-vertical a i {
  font-size: 20px;
  margin-right: 5px;
  text-align: center;
  width: 35px; }

.btn-group-vertical a span {
  display: inline-block;
  text-align: left;
  width: 100px; }

.azm-facebook {
  background-color: #3b5998; }

.azm-twitter {
  background-color: #0084b4; }

.azm-google-plus {
  background-color: #dd4b39; }

.azm-email-1 {
  background-color: #00b9d2; }

.is_verified {
  color: #00b9d2;
  margin-top: 0;
  padding: 0 0 20px 0; }

.verify_button {
  margin-bottom: 20px; }

.verify_input_wrap {
  background-color: #ededed;
  margin-bottom: 12px;
  padding: 0 10px; }

.verify_groups input {
  display: inline-block;
  margin-bottom: 0;
  width: calc(100% - 25px); }

.verify_groups i {
  color: #444444;
  width: 20px; }

.deactivate_notice {
  margin-top: 80px;
  text-align: center; }

a#deactivate {
  background-color: #e74c3c; }

a#deactivate:hover {
  background-color: #c0392b; }

ul.loggedin_nav li,
ul.account_nav li {
  display: inline-block;
  margin-bottom: 20px; }

ul.loggedin_nav li a,
ul.account_nav li a {
  background: #272a34;
  color: #ffffff;
  display: block;
  float: left;
  padding: 3px 10px;
  text-decoration: none; }

ul.loggedin_nav li:hover a,
ul.loggedin_nav li.active a,
ul.account_nav li:hover a,
ul.account_nav li.active a {
  background-color: #00b9d2; }

#id_dob {
  width: calc(100% - 40px); }

.profile_form button {
  clear: both; }

.profile_form label {
  display: block; }

.about_me_bio {
  clear: both;
  color: #ffffff;
  padding: 0 0 20px 0; }

/* #Photo Uploads
================================================== */
.photo_upload_buttons .button,
.photo_upload_buttons button {
  float: left;
  margin-right: 10px; }

.your_photos,
.upload_previews {
  clear: both; }

.your_photos .image-thumb {
  margin-bottom: 20px; }

.upload_previews {
  color: #ffffff; }

.file-row {
  align-items: center;
  display: flex;
  padding: 10px 0; }

.thumb_preview {
  margin-right: 10px; }

.thumb_size,
.thumb_name {
  padding: 0 10px; }

.thumb_buttons button {
  display: inline-block; }

.thumb_buttons button span {
  display: none; }

.your_photos {
  padding: 30px 0; }

.thumb_buttons button.start {
  background-color: #2ecc71; }

.thumb_buttons button.cancel {
  background-color: #f39c12; }

.thumb_buttons button.delete {
  background-color: #e74c3c; }

/* #Messaging
================================================== */
.sent_messages_table,
.messages_table {
  width: 100%; }

.messaging table thead {
  background-color: #025185;
  color: #ededed;
  padding: 20px 0; }

.messaging table tbody tr {
  background-color: #ededed; }

.messaging table tbody tr:nth-child(odd) {
  background-color: #cccccc; }

.single_message {
  background-color: #ededed;
  color: #444444;
  padding: 20px; }

.single_message h3 {
  color: #444444; }

.messagebody {
  padding: 20px 0; }

.messagebody p {
  padding-bottom: 10px; }

.message_buttons {
  text-align: right; }

.message_buttons a {
  padding: 0 10px;
  text-decoration: none; }

.message_id,
.message_subject {
  display: block;
  padding: 5px 10px; }

th.messages_options {
  padding-right: 10px;
  text-align: right; }

.table .fade {
  display: none; }

/* #Alert
================================================== */
.alert {
  padding: 10px 20px;
  position: relative;
  text-align: center; }

.alert-warning {
  background-color: #f39c12; }

.alert h4 {
  padding: 0 40px; }

.alert button.close {
  background-color: #444444;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: 0; }

/* #Wallet
================================================== */
.wallet_actions {
  margin-bottom: 20px; }

.wallet_actions li {
  display: block; }

.wallet_actions li.wallet_ballance {
  float: left; }

.wallet_actions li.wallet_button {
  float: right;
  margin-left: 10px; }

.wallet table {
  background-color: #ffffff;
  border-collapse: collapse;
  clear: both;
  width: 100%; }

.wallet table tr:nth-of-type(2n+1) {
  background: #eee none repeat scroll 0 0; }

.wallet th {
  background: #333 none repeat scroll 0 0;
  color: white;
  font-weight: bold; }

.wallet td,
.wallet th {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: left; }

.add_card form label {
  display: block; }

input#id_cvc {
  display: block;
  width: 100px; }

select#id_expiration_0,
select#id_expiration_1 {
  margin-bottom: 10px; }

.add_card form button {
  clear: both; }

.add_card form button,
.add_card form .button {
  float: left;
  margin-right: 10px; }

/*
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }
  }
*/

/* @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {*/
.wallet  table,
.wallet  thead,
.wallet  tbody,
.wallet  th,
.wallet  td,
.wallet  tr {
    display: block; }

/*  } */

  .wallet thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px; }

  .wallet tr {
    border: 1px solid #ccc; }

  .wallet td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding-left: 50%;
    position: relative; }

  .wallet td::before {
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%; }

  /* Wallet */
  .wallet_table td:nth-of-type(1)::before {
    content: "Date"; }

  .wallet_table td:nth-of-type(2)::before {
    content: "Description"; }

  .wallet_table td:nth-of-type(3)::before {
    content: "Paid To/ Received From"; }

  .wallet_table td:nth-of-type(4)::before {
    content: "Transaction Type"; }

  .wallet_table td:nth-of-type(5)::before {
    content: "Gateway"; }

  .wallet_table td:nth-of-type(6)::before {
    content: "Amount"; }

  /* Gift Cards */
  .giftcard_table td:nth-of-type(1)::before {
    content: "Date"; }

  .giftcard_table td:nth-of-type(2)::before {
    content: "Redeem Code"; }

  .giftcard_table td:nth-of-type(3)::before {
    content: "Message"; }

  .giftcard_table td:nth-of-type(4)::before {
    content: "Claimed by"; }

  .giftcard_table td:nth-of-type(5)::before {
    content: "Notified via email"; }

  .giftcard_table td:nth-of-type(6)::before {
    content: "Used"; } }

  /* withdrawal */
  .withdraw_table td:nth-of-type(1)::before {
    content: "Date"; }

  .withdraw_table td:nth-of-type(2)::before {
    content: "Withdrawal Status"; }

  .withdraw_table td:nth-of-type(3)::before {
    content: "Amount"; }

  .withdraw_table td:nth-of-type(4)::before {
    content: "Message for Admin"; } }

  /* transfer */
  .transfer_table td:nth-of-type(1)::before {
    content: "Date"; }

  .transfer_table td:nth-of-type(2)::before {
    content: "Account Info"; }

  .transfer_table td:nth-of-type(3)::before {
    content: "Is Default Account"; } }


/* #Gift Card
================================================== */
button.toggle_button {
  font-size: 12px;
  font-weight: 400;
  padding: 5px; }

.buy_gift_card_form label {
  display: block;
  margin-bottom: 5px; }

.buy_gift_card_form select,
.buy_gift_card_form input {
  margin-bottom: 20px; }

.giftcard p {
  color: #ffffff;
  padding-bottom: 20px; }

/* #Listings
================================================== */
.listing {
  align-items: center;
  border-bottom: 1px solid #272a34;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1; }

.listing ul li {
  display: block;
  float: left;
  margin-left: 20px; }

p.wizard_steps {
  background: #00b9d2;
  color: #ededed;
  display: block;
  margin-bottom: 20px;
  padding: 5px; }

.listing_title {
  padding-right: 20px; }

.listing_active_state {
  color: #ededed; }

.listing_active_state_option {
  padding-top: 10px; }

.delete_listing .delete_button {
  background-color: #e74c3c; }

.delete_listing .delete_button:hover {
  background-color: #c0392b; }

/* #Manage / Add / Edit Listings
================================================== */
.property table {
  width: 100%; }

.edit_listing li {
  clear: both;
  margin-bottom: 12px; }

.edit_listing label {
  display: block; }

.edit_listing input[type="checkbox"] {
  float: left;
  height: auto;
  margin-right: 10px;
  width: auto; }

.edit_listing .input-group span,
.edit_listing .input-group input {
  display: inline-block; }

.edit_listing .input-group span {
  color: #ededed;
  margin-right: 5px; }

.edit_listing .input-group input {
  width: auto; }

/* #Booking
================================================== */
.reservation_details {
  background-color: #272a34;
  color: #ffffff;
  padding: 20px; }

.reservation_details h4 {
  margin-bottom: 12px; }

.reservation_details ul {
  margin-bottom: 12px; }

.reservation_details ul li {
  margin-bottom: 8px; }

.nightly_booking_form label {
  margin-right: 10px; }

p.security_deposit_note {
  padding-bottom: 10px; }

.booking button.first_step,
.booking button.previous_step,
.booking button.book_now {
  float: left; }

.booking button.first_step,
.booking button.previous_step {
  margin-right: 20px; }

.booking .fc-view-container {
  background-color: #272a34; }

.booking .fc-view-container table th span,
.booking .fc-view-container table td span {
  color: #ffffff; }

.booking .fc-view-container table td.fc-today {
  background-color: #00b9d2; }

.booking_list_item {
  border-bottom: 1px dashed #272a34;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1; }

.booking_list_item a {
  text-decoration: none; }

.booking_list_item h3 {
  margin-bottom: 8px; }

.booking_list_item p {
  color: #ffffff; }

.booking_list_item .button {
  float: left;
  margin-right: 20px; }

.booking_list_item .cancel_button {
  background-color: #e74c3c; }

.booking_list_item .cancel_button:hover {
  background-color: #c0392b; }

.booking_list_item p {
  margin-bottom: 10px; }

.booking_list_item p.booking_item_status {
  margin-bottom: 20px; }

/* #MEDIA QUERIES
================================================== */
/* ----------- iPad mini, 1 & 2 ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .hero {
    padding: 20px 0; }

  .hero h1 {
    font-size: 26px;
    line-height: 30px; }

  .hero h2 {
    font-size: 15px;
    line-height: 21px;
    padding: 0 20px; }

  .search_wrap .search_bg,
  .search_wrap .geo_search {
    margin: 0;
    width: 100%; }

  .search_wrap select,
  .search_wrap .geo_search {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    width: 100%; }

  .search_wrap .button {
    clear: both;
    display: block;
    font-size: 20px;
    height: auto;
    line-height: 1;
    padding: 10px;
    width: 100%; } }
/* ----------- iPad 3 and 4 ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero {
    padding: 20px 0; }

  .hero h1 {
    font-size: 26px;
    line-height: 30px; }

  .hero h2 {
    font-size: 15px;
    line-height: 21px;
    padding: 0 20px; }

  .search_wrap .search_bg,
  .search_wrap .geo_search {
    margin: 0 auto;
    width: 90%; }

  .search_wrap select,
  .search_wrap .geo_search {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    width: 100%; }

  .search_wrap .button {
    clear: both;
    display: block;
    font-size: 20px;
    height: auto;
    line-height: 1;
    padding: 10px;
    width: 100%; } }
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .search_wrap .search_bg {
    margin: 0 auto;
    width: 90%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .search_wrap .search_bg {
    margin: 0 auto;
    width: 90%; } }
/* Mobile first queries */
@media (max-width: 30rem) {
  header .container {
    padding: 0; }

  a.logo img {
    display: block;
    margin: 10px auto 20px; }

  h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }

  h3,
  h3.already_logged_in {
    font-size: 18px;
    line-height: 24px; }

  a.logo {
    display: block;
    margin: 0 auto;
    text-align: center; }

  nav .main_nav {
    text-align: center; }

  nav .main_nav li a {
    margin: 0 6px; }

  .message_alert {
    left: 54px; }

  main > section {
    padding: 20px 0; }

  button, .button {
    font-size: 13px;
    padding: 5px 9px; }

  .hero {
    padding: 20px 0; }

  .hero h1 {
    font-size: 26px;
    line-height: 30px; }

  .hero h2 {
    font-size: 15px;
    line-height: 21px;
    padding: 0 20px; }

  .search_wrap .search_bg,
  .search_wrap .geo_search {
    margin: 0;
    width: 100%; }

  .search_wrap select,
  .search_wrap .geo_search {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    width: 100%; }

  .search_wrap .button {
    clear: both;
    display: block;
    font-size: 20px;
    height: auto;
    line-height: 1;
    padding: 10px;
    width: 100%; }

  ul.loggedin_nav li a,
  ul.account_nav li a {
    font-size: 10px;
    padding: 3px 5px; }

  /* #Login
  ================================================== */
  .login_form .form-group:first-of-type,
  .login_form .form-group {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%; }

  .login_form .button {
    clear: both; }

  /* #Single Listing{}
  ================================================== */
.about_wrap .row{
margin-left: 0;
   margin-right: 0;}

  .about_wrap {
    margin: 0 0 20px 0; }

  .booking_wrap h2,
  .booking_info,
  .cancellation,
  .message_from_host,
  .booking_buttons {
    padding-left: 15px;
    padding-right: 15px; }

  .booking_wrap .button {
    float: none;
    margin: 0 auto 20px; }

  .single_listing > .container {
    padding: 0; }

  .single_feature .feature_photo {
    height: auto; }

  .feature_details {
    height: auto; }

  .feature_details a {
    display: block;
    padding-bottom: 20px; }

  .listing {
    display: block;
    padding-bottom: 20px; }

  .listing ul {
    overflow: hidden;
    *zoom: 1;
    clear: both; }

  .listing ul li {
    margin-left: 0; }

  .listing ul li.listing_active_state_option {
    margin-bottom: 10px; }

  .listing ul li.manage_listing {
    clear: both;
    margin-right: 10px; }

  /* #Account
  ================================================== */
  .account .qr_code,
  .account .btn-group-vertical {
    margin-bottom: 20px; }

  /* #Travel
  ================================================== */
  .booking_list_item .cancel_button {
    margin-bottom: 20px; } }
    /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
ul.legal {
  list-style: decimal; }


.service-hero {
  background: transparent url("/static/img/hero_bg.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #025185;
  margin-bottom: 0px;
  padding: 0px 0;
  }
.actions {
	height:75px;
}

.icon-inline {
	display: inline-block!important;
}
.per_service {
    color: #b5b0b4!important;
    display: inline-block!important;
    font-size: 9px!important;
    padding-bottom: 15px!important;
    text-align: center!important;
}
.promoted {
	border:2px grey;
	border-style: outset;
    padding-bottom: 15px!important;
    margin-bottom: 30px!important
	}
.promote-label {
	margin-top: -10px;
    margin-left: 5px;
    width: 84px;
    color: #b5b0b4!important;
    font-size: 18px!important;
    background-color: #000e2e;
  }

.kink-modal {

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
  color: #A1A1A1;
  background-color: #000e2e;
  border: 1px solid #025185;
  padding: 10px 10px;
  z-index: 1010;

}
.kink-modal ul {
  list-style: inside;
  }

.kink-modal-overlay {

  /* recommendation:
     don't focus on the number "1000" here, but rather,
     you should have a documented system for z-index and
     follow that system. This number should be pretty
     high on the scale in that system.
  */
  z-index: 1000;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.column-checkbox {
    padding-top: 20px;
    float: left;
    width: 25%;
    display: block;


}
.column-checkbox .checkbox {
}

#billdesc{
    padding-top: 50px;
}
#test{
    width: 50%;
    height: 30px;
}
option {
    height: 30px;
    line-height: 30px;
}

.editOption{
    width: 45%;
    height: 26px;
    position: relative;
    top: -29px;
    border: 0;
    padding-left: 5px;
}
