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,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
.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: 7px;
  padding-right: 7px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control: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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 7px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: opacity(65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.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: 12px;
  line-height: 1.428571429;
  color: #999;
}
.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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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-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: 1px;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 7px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -7px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -7px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -7px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-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: 12px;
}
.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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.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: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 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: 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: 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: #d9534f;
}
.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: 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
  );
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: opacity(20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: opacity(50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: opacity(0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: opacity(50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@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;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: opacity(0);
}
.tooltip.in {
  opacity: 0.9;
  filter: 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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: 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,
    color-stop(rgba(0, 0, 0, 0.5) 0),
    color-stop(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,
    color-stop(rgba(0, 0, 0, 0.0001) 0),
    color-stop(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: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: 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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565d;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4b5468;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99a5be;
  border: 1px solid #99a5be;
  border-top-color: #a5b2cb;
  color: #4b5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #c9c8c9;
  top: 20px;
  right: 9px;
}
div.fancy-select div.trigger.open {
  background: #4a5368;
  border: 1px solid #475062;
  color: #7a8498;
  box-shadow: none;
}
div.fancy-select div.trigger.open:after {
  border-top-color: #7a8498;
}
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62c8bf;
  border-top: 1px solid #7dd8d2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out,
    visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out,
    visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2b8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75);
}
div.fancy-select ul.options li.hover {
  color: #fff;
}
html,
body,
#sb-site,
.sb-slidebar {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
#sb-site {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.sb-slidebar {
  width: 35%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  visibility: hidden;
  background-color: #222;
}
html.sb-android .sb-slidebar {
  height: auto;
  position: absolute;
}
.sb-left {
  left: 0;
}
.sb-right {
  right: 0;
}
html.sb-active-left .sb-left {
  visibility: visible;
}
html.sb-active-right .sb-right {
  visibility: visible;
}
@media (max-width: 480px) {
  .sb-slidebar {
    width: 70%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .sb-slidebar {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .sb-slidebar {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .sb-slidebar {
    width: 20%;
  }
}
html.sb-anim-type-translate .sb-slide,
html.sb-anim-type-side .sb-slide {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left;
  -webkit-backface-visibility: hidden;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
.noUi-background {
  background: #e0e0e0;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3fb8af;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-state-blocked .noUi-connect,
.noUi-state-blocked.noUi-connect {
  background: #4fdacf;
}
.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;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.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;
  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: 0.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: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(/application/views/2014/js/royalslider/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(/application/views/2014/js/royalslider/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/application/views/2014/js/royalslider/blank.gif);
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #fff;
}
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px;
}
.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}
.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url("/application/views/2014/js/royalslider/skins/minimal-white/rs-minimal-white.png")
    transparent;
  border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  *display: none;
}
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}
.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
  background: #fff;
}
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
  display: block;
}
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/application/views/2014/js/royalslider/skins/minimal-white/rs-minimal-white.png");
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
}
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/application/views/2014/js/royalslider/skins/minimal-white/rs-minimal-white.png")
    0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(/application/views/2014/js/royalslider/skins/minimal-white/rs-minimal-white.png)
    no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/application/views/2014/js/royalslider/skins/minimal-white/rs-minimal-white.png") -64px
    0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/application/views/2014/js/royalslider/skins/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: #222;
  color: #fff;
}
.rsUni .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.rsUni.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("images/rs-universal.png");
  opacity: 0.5;
  border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsUni.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsUni.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: 0.1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
.rsUni .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsUni .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.rsUni .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbb;
}
.rsUni .rsBullet.rsNavSelected span {
  background-color: #383838;
}
.rsUni .rsThumbsHor {
  width: 100%;
  height: 120px;
}
.rsUni .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsUni .rsThumb {
  float: left;
  overflow: hidden;
  width: 176px;
  height: 120px;
}
.rsUni .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
  background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsUni .rsTmb {
  display: block;
}
.rsUni .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}
.rsUni .rsTmb span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.rsUni .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni .rsThumbsArrow:hover {
}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("images/rs-universal.png") transparent;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsUni .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 580px) {
  .rsUni .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsUni .rsThumbsHor {
    height: 44px;
  }
  .rsUni .rsThumbsVer {
    width: 59px;
  }
}
.rsUni .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsUni .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  text-decoration: none;
  background: #fff;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.rsUni .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #d9d9dd;
}
.rsUni .rsTab:active {
  background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected {
  color: #fff;
  background: #383838;
  border-color: #383838;
}
.rsUni .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsUni .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("images/rs-universal.png") 0 0 transparent;
  opacity: 0.7;
  border-radius: 2px;
}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
.rsUni .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(/application/views/2014/css/rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsUni .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsUni .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsUni .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/application/views/2014/css/rs-universal.png") -64px 0;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsUni .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/application/views/2014/images/icons/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.rsUni .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #fff;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
}
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  -ms-filter: "opacity(0.75)";
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  -ms-filter: "opacity(1)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  -ms-filter: "opacity(0.40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  -ms-filter: "opacity(0.75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  -ms-filter: "opacity(0.85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  -ms-filter: "opacity(0.90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/application/views/2014/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  -ms-filter: "opacity(0.40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  -ms-filter: "opacity(0.75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  -ms-filter: "opacity(0.90)";
}
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin
  > .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
body {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-family: "Lato", sans-serif;
  background: #fff;
  font-weight: 400;
}
a {
  color: #000;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
a:hover {
  color: #94a5ab;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
h1,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 16px;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  margin: 0 auto;
  padding: 0 10px;
  width:100%;
  max-width: 1242px;
}
#header {
}
#header .top-header {
  background: #101033;
  padding: 10px 0 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#header .top-header #logo {
  margin: 0 0 -40px 0;
  width: 100%;
  height: auto;
}
#header .top-header .main-nav {
  margin-top: 2px;
  margin-right: 11px;
}
#header .top-header .main-nav li a {
  padding: 5px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f0d415;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-left: 17px;
}
#header .top-header .main-nav li a:hover {
  background-color: #b1a023;
  color: #fff;
}
#header .top-header .main-nav li.messages {
  position: relative;
}
#header .top-header .main-nav li.messages .count {
  position: absolute;
  top: -8px;
  right: -9px;
  background: #ba2007;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 16px;
}
#header .top-header .main-nav li:first-child a {
  margin-left: 0;
}
#header .top-header .main-nav li.list-property a {
  background-color: #f0d415;
  color: #000;
}
#header .top-header .main-nav li.list-property a:hover {
  background-color: #b1a023;
}
#header .top-header .main-nav li.facebook-login a {
  color: #fff;
  background-color: #006da3;
}
#header .top-header .main-nav li.facebook-login a:hover {
  background-color: #3b5998;
}
#languages {
  margin-left: 5px;
}
#languages .dropdown {
  width: 53px;
}
#languages .dropdown .trigger {
  font-size: 14px;
  display: block;
  padding: 0 10px 0 30px;
  background: #f0d415;
  width: 53px;
  height: 31px;
  line-height: 31px;
  padding-left: 21px;
  border: none;
  font-weight: bold;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3a4145;
  margin-top: 2px;
  line-height: 28px;
  position: relative;
}
#languages .dropdown .trigger:after {
  content: "";
  top: 0;
  height: 100%;
  width: 21px;
  background: url(https://static.ppproperty.com/application/views/2014/images/icons/down-arrow.png)
    no-repeat center;
  left: 0;
  border: none;
  display: block;
  position: absolute;
  right: 9px;
}
#languages .dropdown .dropdown-menu {
  background: #f5f5f5;
  z-index: 10000;
  margin: 0;
  left: auto;
  margin-top: 2px;
  right: 0;
  color: #3a4145;
  min-width: 150px;
  border: none;
  padding: 3px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
#languages .dropdown a:focus,
#languages .dropdown a:active {
  outline: none;
}
#languages .dropdown .dropdown-menu a {
  color: #3a4145;
  padding: 3px 5px;
}
#languages .dropdown .dropdown-menu a img {
  margin-right: 4px;
}
#languages .dropdown .dropdown-menu .selected,
#languages .dropdown .dropdown-menu a:hover {
  background-color: #b2b2b2;
  color: #fff;
}
#header .top-header .profile {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  text-decoration: none;
}
#header .top-header .profile img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 3px;
  vertical-align: -11px;
}
.navbar-toggle {
  margin: 0;
  background-color: #0188cc;
  padding: 6px 7px 8px 7px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 2px;
  margin-left: 10px;
  float: right;
}
.navbar-toggle .icon-bar {
  height: 2px;
  background-color: #fff;
  width: 18px;
  margin-top: 3px;
}
#navbar .nav .dropdown-menu {
  z-index: 10000;
  background: #fff;
  text-transform: none;
  font-size: 14px;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12) !important;
}
#navbar .nav .dropdown-menu a {
  text-transform: none;
  font-size: 15px;
  font-weight: normal;
  margin-right: 0;
}
#navbar .nav .dropdown-menu a:hover {
  font-size: 15px;
  background-color: #b2b2b2;
  color: #fff;
}
#navbar .nav .open > a:hover,
#navbar .nav .open > a:focus {
  background-color: #b2b2b2;
  color: #fff;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #f6f6f6;
}
@media (max-width: 535px) {
  #header .top-header .profile {
    display: none;
  }
}
#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  color: #fff;
}
.infoBlockLeftBlack {
  color: #fff;
  background: #1d43b3;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}
.infoBlock {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
  color: #fff;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
  color: #fff;
}
.infoBlock a {
  color: #fff;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 10px;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #fff;
}
.fullWidth {
  max-width: 100%;
  margin: 0 auto 0;
}
.bh-caption {
  position: relative;
  text-align: center;
  color: #fff;
  width: 50%;
  margin-right: 400px;
  margin-top: -350px;
  float: right;
}
.bhc-title {
  margin: 0;
  font-size: 76px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
  letter-spacing: -3px;
}
.centered2 {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) and (min-height: 660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 520px !important;
  }
}
@media screen and (max-width: 960px) {
  .centered2 {
    position: relative;
    top: 80px;
    left: 40px;
  }
  .infoBlock {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .centered2 {
    position: relative;
    top: 140px;
    left: 140px;
    width: 720px;
  }
  .h-search {
    display: none;
  }
  .bhc-title {
    display: none !important;
  }
  .bh-caption {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .h-search .fg-check-in input,
  .h-search .fg-check-out input {
    height: 48px !important;
  }
  #calendar .clndr-grid {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .breadTop {
    display: none;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 660px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 14px;
  }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
.main-header {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.main-header .bh-caption {
  position: inherit;
  text-align: center;
  color: #fff;
  width: auto;
  margin-right: 0;
  margin-top: 0;
  float: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.main-header .centered2 {
  display: inherit;
  vertical-align: middle;
  background: transparent;
}
.main-header .bhc-title {
  margin: 0;
  font-size: 72px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: -3px;
  font-family: "Lato", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 768px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 30px;
}
.main-header .bh-caption .centered2 p {
  font-size: 22px !important;
  font-family: "Lato", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.main-header .h-search-container {
  max-width: 1382px;
  margin-top: 200px;
  margin-bottom: 300px;
  margin-left: auto;
  margin-right: auto;
}
.main-header .h-search .tab-pane {
  background-color: transparent;
}
.main-header .h-search .listings > .dropdown-trigger {
  width: auto;
  padding: 10px;
}
.main-header .h-search .form-group {
  float: none;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 9px;
  margin-left: 1%;
}
.main-header .h-search .fg-location {
  width: 26.58% !important;
}
.main-header .nav-tabs > li {
  float: none;
}
.main-header .h-search .listings.dropGuests .dropdown-menu > li:first-child {
  padding-right: 0;
}
.main-header .h-search .listings.dropGuests .dropdown-menu,
.main-header .h-search .listings.two-cols .dropdown-menu {
  width: 100% !important;
  margin-right: 0;
  margin-top: 3px;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12) !important;
}
.main-header .h-search button[type="submit"],
.main-header .h-search [type="submit"] {
  height: 51px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  color: #000;
  background-color: #f0d415;
  padding: 7px 0 !important;
  margin: 0 0;
}
.main-header .bh-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
  height: auto;
}
.main-header .h-search {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  margin-top: 20px;
}
.main-header .dropdown-menu {
  min-width: auto;
  border-radius: 9px;
}
.sub-header {
  padding-top: 30px !important;
  padding-bottom: 1px !important;
}
.picker__holder {
  min-width: 376px !important;
  max-width: 566px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .h-search {
    max-width: 80%;
    margin: auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .fg-type,
  .fg-location,
  .fg-check-in,
  .fg-check-out,
  .fg-listings,
  .fg-submit {
    float: left;
    width: 13% !important;
  }
  .main-header .h-search #hs-sell .fg-listings {
  }
}
@media screen and (max-width: 460px) {
  .picker__holder {
    min-width: 176px !important;
    max-width: 366px !important;
  }
  .autocomplete-suggestions {
    min-width: 176px !important;
    max-width: 366px !important;
  }
  .alert-info {
    font-size: 16px !important;
  }
  .main-header .alltypes,
  .h-search .fg-check-in input,
  .h-search .fg-check-out input,
  .h-search .hs-location {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 960px) {
  .centered2 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .bhc-title {
    display: block;
  }
}
@media screen and (max-width: 770px) {
  .centered2 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .bhc-title {
    display: block;
  }
  .bh-caption {
    display: block;
  }
  .h-search {
    display: block;
  }
  .fg-type,
  .fg-location,
  .fg-check-in,
  .fg-check-out,
  .fg-listings,
  .fg-submit {
    width: 100% !important;
  }
  .main-header .h-search .fg-location {
    width: 100% !important;
  }
  .main-header .bhc-title {
    font-size: 44px;
  }
  .main-header .h-search .form-group {
    margin-left: 0;
  }
}
.fg-submit:before {
  opacity: 1;
  background: transparent !important;
  bottom: auto !important;
}
.h-search {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 20px;
}
.h-search .tab-pane {
  background-color: #fff;
}
.h-search .form-control {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.h-search .form-group {
  float: left;
}
.h-search .fg-location {
  width: 43.287%;
}
.h-search #hs-sell .fg-location {
  width: 74.787%;
}
.h-search .fg-listings {
  width: 15.286%;
}
.h-search .form-group {
  height: 51px;
}
.h-search .form-group input {
  position: relative;
  max-width: 100%;
  color: #000;
}
.h-search .fg-check-in {
  width: 15%;
}
.h-search .fg-check-out {
  width: 16.43%;
}
.h-search .fg-check-in input,
.h-search .fg-check-out input {
  padding-left: 9px;
  padding-right: 10px;
  margin-top: 11px;
  height: 28px;
  font-size: 16px;
  font-weight: 400;
}
.h-search .hs-location {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  background-size: 16px;
  background-image: url(/application/views/2014/images/icons/location2.png);
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left: 34px;
  height: 51px;
}
.h-search .hs-text {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  background-size: 16px;
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left: 9px;
  padding-top: 27px;
  height: 38px;
}
.h-search #hs-listings {
  width: 105px;
}
.h-search button[type="submit"],
.h-search [type="submit"] {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  height: 51px;
  background-color: #08c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  width: 9.8%;
}
.h-search button[type="submit"]:hover,
.h-search [type="submit"]:hover {
  background-color: #b1a023;
}
.h-search .nav-tabs {
  border: none;
}
.h-search .nav-tabs > li > a {
  background-color: #f5f5f5;
  border: none;
  font-size: 16px;
  padding: 3px 17px;
  color: #555;
  margin: 0;
}
.h-search .nav-tabs > li > a:hover,
.h-search .nav-tabs > li.active > a,
.h-search .nav-tabs > li > a:focus {
  background-color: #08c;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.h-search .nav-tabs > li > a:hover {
  background-color: #b2b2b2;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.h-search .nav-tabs > li.active > a {
  background-color: #d7edf9;
  color: #535353;
}
.main-header .h-search .form-group:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.h-search .listings {
  font-size: 16px;
  position: relative;
  color: #535353;
  text-align: left;
  padding: 7px 0;
  height: 51px;
}
.h-search .listings > .dropdown-trigger {
  padding: 3px 20px 3px 13px;
  color: #535353;
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 101px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.h-search .listings > .dropdown-trigger:before {
  content: "";
  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;
  position: absolute;
  right: 10px;
  top: 50px;
  margin-top: 0;
}
.h-search .visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  padding: 0 !important;
  width: 1px !important;
}
.h-search .listings .dropdown-menu {
  z-index: 10000;
  border: none;
}
.h-search .listings .dropdown-menu li li {
  -webkit-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.h-search .listings .dropdown-menu li li:hover {
  background-color: #b2b2b2;
  color: #fff;
}
.h-search .listings .dropdown-menu label {
  font-weight: normal;
  padding: 4px 15px;
  margin: 0;
  display: block;
}
.h-search .listings .dropdown-menu li.indent label {
  padding-left: 24px;
  cursor: pointer !important;
}
.h-search .listings .dropdown-menu li.line {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  margin-bottom: 4px;
}
.h-search .listings.two-cols .dropdown-menu {
  width: 400px !important;
  right: 0;
  left: auto;
  top: 100%;
  margin: 0;
  margin-right: -1px;
}
.h-search .listings.two-cols .dropdown-menu > li {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.h-search .listings.two-cols .dropdown-menu > li:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.h-search .listings.two-cols .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.h-search .listings.dropGuests .dropdown-menu {
  width: 160px;
  right: 0;
  left: auto;
  top: 100%;
  margin: 0;
  margin-right: -1px;
}
.h-search .listings.dropGuests .dropdown-menu > li {
  width: 100%;
  float: left;
  padding-left: 10px;
}
.h-search .listings.dropGuests .dropdown-menu > li:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.h-search .listings.dropGuests .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#navbar {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#navbar a {
  font-weight: bold;
  color: #545454;
}
#navbar .center {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#navbar .view-map {
  float: right;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700 !important;
  margin-top: 2px;
  margin-right: 13px;
  padding: 4px 4px;
}
#navbar .view-map:hover {
  background-color: #d4d3d3;
}
.icon-location {
  margin-left: 3px;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal !important;
}
#navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#navbar .nav {
  margin-left: 50px;
  margin-bottom: 0;
}
#navbar .nav a {
  padding: 6px 10px;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 15px;
}
#navbar .nav .active a,
#navbar .nav a:hover {
  background: #f6f6f6;
}
#navbar.bh-slider-navbar {
  margin-top: -42px;
  background-color: #f6f6f6;
}
#navbar.bh-slider-navbar .nav .active a,
#navbar.bh-slider-navbar .nav a:hover {
  background-color: #222;
}
@media (max-width: 1070px) {
  #navbar .nav a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #navbar .nav a {
    font-size: 14px;
    padding: 6px 15px;
  }
}
@media (max-width: 925px) {
  #navbar .nav a {
    font-size: 13px;
    padding: 4px 12px;
  }
  #navbar .view-map {
    top: 9px;
  }
}
@media (max-width: 767px) {
  #navbar.bh-slider-navbar {
    margin-top: 0 !important;
    background: #222;
  }
}
@media (max-width: 850px) {
  #header {
    margin-bottom: 20px;
  }
  #navbar,
  #header .top-header .main-nav {
    display: none;
  }
  .navbar-toggle {
    display: block;
    display: inline-block;
  }
}
#main {
  margin-bottom: 50px;
  position: relative;
}
#sidebar {
  width: 100%;
  max-width: 340px;
  float: left;
  padding-right: 20px;
  padding-top: 20px;
}
#sidebar label {
  font-size: 14px;
}
#sidebar label input[type="checkbox"] {
  margin-top: 6px;
}
#sidebar .sb-wid {
  margin-bottom: 25px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#sidebar .sb-wid .wid-head {
  padding: 8px 10px;
  background: #1d43b3;
  color: #5f5f5f;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#sidebar .sb-wid .wid-head .btn {
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sidebar .sb-wid .wid-head a .icon {
  vertical-align: -7px;
}
#sidebar .sb-wid .wid-head a .icon-search {
  vertical-align: 0 !important;
}
#sidebar .sb-wid .wid-head h2 {
  float: left;
  font-size: 16px;
  margin: 7px 0 0 0;
  font-weight: bold;
}
#sidebar .sb-wid .wid-head .head-icon-left {
  float: left;
  margin-right: 5px;
}
#sidebar .sb-wid .wid-head .head-icon-right {
  float: right;
  height: 32px;
  width: 32px;
}
#sidebar .sb-wid .wid-body {
  padding: 10px;
  background: #1d43b3;
  color: #fff;
}
.price-slider .price-slider-value {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 5px;
  color: #5f5f5f;
}
.price-slider .price-slider-value .value-span1 {
  float: left;
}
.price-slider .price-slider-value .value-span {
  float: right;
}
.price-slider .price-slide {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 6px;
  background: #4c35fb;
}
.price-slider .price-slide .noUi-handle {
  background-color: #0188cc;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -9px;
  margin-bottom: 2px;
}
.price-slider .price-slide .noUi-handle:before,
.price-slider .price-slide .noUi-handle:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}
.price-slider .price-slide .noUi-connect {
  background-color: #b3cfdb;
  border: none;
}
.noUi-handle-lower {
  margin-left: 4px;
}
.location-search {
  float: left;
  width: 215px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 46px;
  top: 0;
}
.location-search .chosen-container {
  width: 100% !important;
  position: initial;
}
.location-search .chosen-container a {
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5f5f5f;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.location-search .chosen-container a div {
  display: none;
}
.location-search .chosen-container.chosen-with-drop a {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.location-search .chosen-container .chosen-drop {
  top: 40px;
}
.location-search #locations-input {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5f5f5f;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  height: 100%;
}
.location-search #locations-input::-webkit-input-placeholder {
  color: #5f5f5f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.location-search #locations-input:-moz-placeholder {
  color: #5f5f5f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.location-search #locations-input::-moz-placeholder {
  color: #5f5f5f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.location-search #locations-input:-ms-input-placeholder {
  color: #5f5f5f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.booking-form #ownertab a {
  color: #0188cc;
}
.booking-form #ownertab .btn-primary {
  color: #fff;
  width: 100%;
  font-weight: bold;
  height: 50px;
  font-size: 16px;
  padding: 12px 15px;
}
.booking-form #ownertab .owner-inside {
  background-color: #fff;
  text-align: center;
  margin-top: 24px;
  color: #f0d415;
  font-size: 14px;
  margin-bottom: 18px;
  padding: 0 0 5px;
}
.booking-form #ownertab .owner-head {
  position: relative;
  margin-top: 23px;
  padding-top: 42px;
  margin-bottom: 11px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f5f5f5;
}
.booking-form #ownertab .owner-head .thumb {
  height: 70px;
  width: 70px;
  margin: 0 auto 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: -30px;
}
.booking-form #ownertab .owner-head .thumb img {
  max-width: 100%;
  min-height: 100%;
}
.booking-form #ownertab .owner-head h3 {
  margin: 0 0 3px;
}
.booking-form #ownertab .owner-head .assets {
  display: none;
  font-weight: bold;
  color: #626262;
  margin: 0;
}
.booking-form #ownertab .owner-head .assets .count {
  display: none;
  color: #f66b4e;
}
.booking-form #ownertab ul {
  color: #394651;
  line-height: 28px;
  margin: 0;
}
.booking-form #ownertab ul .location {
  font-size: 18px;
  color: #626262;
}
#sidebar .map .wid-body {
  overflow: hidden;
}
#sidebar .map img {
  width: 100%;
}
#sidebar .search-by .wid-head {
  padding: 0;
  background: #f5f5f5;
}
#sidebar .search-by .nav-tabs {
  background: none;
  border: none;
  text-align: center;
}
#sidebar .search-by .nav-tabs li {
  width: 50%;
  float: left;
  border: none;
}
#sidebar .search-by .nav-tabs a {
  background-color: #fff;
  color: #5f5f5f;
  padding: 11px;
  font-size: 16px;
  border: none;
  margin: 0;
  width: 100%;
}
#sidebar .search-by .nav-tabs li:first-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#sidebar .search-by .nav-tabs li:last-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#sidebar .search-by .nav-tabs .active a {
  background-color: #f5f5f5;
  border: none;
  font-weight: bold;
}
#sidebar .search-by .wid-head .tab-content {
  padding: 5px 12px 15px;
}
#sidebar .search-by .wid-body {
  padding: 15px 10px 12px;
}
#sidebar .search-by .wid-body .form-group {
  margin-bottom: 10px;
}
#sidebar .search-by .wid-body .form-btns {
  margin-top: 25px;
}
#sidebar .search-by div.fancy-select div.trigger {
  width: 100%;
  line-height: 32px;
  font-size: 14px;
  padding: 0 40px 0 10px;
  background: #fff;
  color: #626262;
  font-weight: 600;
  border: 2px solid #e0e0e0;
  height: 37px;
}
#sidebar .search-by div.fancy-select div.trigger:focus,
#sidebar .search-by div.fancy-select div.trigger:active {
  background: #ddd;
}
#sidebar .search-by div.fancy-select div.trigger:after {
  top: 0;
  height: 100%;
  width: 31px;
  background: url(https://static.ppproperty.com/application/views/2014/images/icons/down-arrow2-blue.png)
    no-repeat center;
  left: auto;
  right: 0;
  border: none;
}
#sidebar .search-by div.fancy-select ul.options {
  max-height: 300px;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: -36px 0 0 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#sidebar .search-by div.fancy-select ul.options li:first-child {
  border-left: 1px solid #efefef;
}
#sidebar .search-by div.fancy-select ul.options li:last-child {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: none;
}
#sidebar .search-by div.fancy-select ul.options li {
  background-color: #fff;
  font-weight: normal;
  font-size: 14px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#sidebar .search-by div.fancy-select ul.options li:hover {
  color: #fff;
  background-color: #b2b2b2;
}
#sidebar .search-by div.fancy-select ul.options.overflowing {
  margin-bottom: -30px;
  margin-top: 0;
}
#sidebar .search-by .wid-body .form-btns .search-results {
  font-size: 14px;
  color: #f0d415;
  margin-top: 8px;
  width: 100px;
}
#sidebar .search-by .wid-body .form-btns .search-results span {
  color: #e25740;
  font-weight: bold;
}
#sidebar .search-by .wid-body .form-btns .search-results a {
  color: #535353;
  font-weight: 700;
  text-decoration: none;
}
#sidebar .search-by .wid-body .form-btns .search-results a:hover {
  color: #0188cc;
  font-weight: 700;
  text-decoration: none;
}
#sidebar .booking-form form .form-guide {
  display: block;
  font-size: 14px;
  color: #0188cc;
}
#sidebar .booking-form .book-info {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d3da;
  margin-top: 20px;
}
#sidebar .booking-form .book-info li {
  color: #3a4145;
  margin-bottom: 3px;
}
#sidebar .booking-form .book-info li .dd {
  font-weight: bold;
}
#sidebar .booking-form .book-total {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
#sidebar .booking-form .book-total .dd {
  color: #e45735;
}
#sidebar .booking-form #contactform .form-control {
  font-size: 14px;
  color: #3a4145;
}
#sidebar .booking-form #contactform textarea {
  height: 160px;
}
#sidebar .booking-form #contactform [type="submit"] {
  margin-top: 20px;
}
#sidebar #contactform .owner-info {
  margin-bottom: 10px;
  font-weight: 600;
}
#sidebar #contactform .owner-info .img {
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#sidebar #contactform .owner-info a {
  color: #0188cc;
}
#sidebar #contactform .owner-info .img img {
  width: 100%;
}
#sidebar #contactform .owner-info .name {
  font-size: 15px;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
#property_slider {
  padding: 10px;
  margin: 0;
}
#property_slider .slides .thumb {
  background: #1d43b3;
}
#property_slider .text {
  border-bottom: 1px solid #eff1f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#property_slider .text h3 a {
  font-size: 18px;
  color: #303032;
  text-decoration: none;
}
#property_slider .text p {
  margin: 0;
  color: #3a4145;
}
#property_slider .details .cost {
  color: #303032;
  line-height: normal;
}
#property_slider .details .cost .price {
  font-size: 24px;
  font-weight: bold;
  color: #e25740;
  line-height: 27px;
  display: inline-block;
}
#property_slider .details .btn {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 25px 7px;
}
#property_slider .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.5)
    url(/application/views/2014/images/slider-arrows.png) no-repeat 11px center;
  height: 35px;
  width: 35px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#property_slider .flex-direction-nav a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#property_slider .flex-direction-nav .flex-next {
  background-position: -29px center;
  right: 10px;
}
#property_slider .flex-direction-nav .flex-prev {
  left: 10px;
}
.ctrl-index #content {
  width: auto;
  margin-left: 0;
}
.ctrl-map .navbar {
  margin-bottom: 1px;
}
.ctrl-map #footer,
.ctrl-map .map-remove {
  display: none;
}
#content {
  width: calc(100% - 340px);
  margin-left: 340px;
}
#content .inside {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  display: inline-block;
  width: 100%;
}
#content .inside .thumbProp img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 3px;
  vertical-align: -11px;
}
#content .inside .thumbProp {
  float: right;
}
@media screen and (max-width: 426px) {
  .similar-properties {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  #content .inside .thumbProp {
    display: none;
  }
  .rooms.single .entry .entry-header h2 {
    font-size: 22px !important;
  }
  .similar-properties {
    display: none;
  }
}
.breadTop {
  vertical-align: -9px;
}
.breadTop a {
  color: #0188cc;
}
#content .content-sort {
  margin-bottom: 13px;
  max-height: 23px;
}
#content .content-sort .sort-search-results {
  float: left;
  font-size: 14px;
  color: #f0d415;
  min-height: 23px;
  line-height: 23px;
  padding: 0 10px;
  display: block;
  background: #1d43b3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .content-sort .load-more {
  float: left;
  font-size: 14px;
  min-height: 23px;
  line-height: 23px;
  padding: 0 10px;
  display: block;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 6px;
}
#content .content-sort .sort-by {
  float: right;
}
#content .content-sort .sort-by div.fancy-select {
  width: 180px;
}
#content .content-sort .sort-by div.fancy-select li {
  padding: 6px 6px;
}
#content .content-sort .sort-by div.fancy-select li:hover {
  padding: 6px 6px;
  background-color: #000;
  color: #f0d415;
}
#content .content-sort .btn {
  color: #f0d415;
  font-size: 14px;
  margin-right: 5px;
  background: none;
  padding: 4px 12px;
  line-height: normal;
  margin-top: 5px;
  font-weight: 400;
}
#content .content-sort .btn:hover {
  background-color: #f0d415;
  color: #000;
}
#content .content-sort .host {
  font-size: 14px;
  font-weight: 400;
}
#content .content-sort .host a {
  color: #0188cc;
}
.ratings {
  margin: 0;
  height: auto;
  height: 11px;
}
.ratings li {
  padding: 0;
  vertical-align: top;
}
.ratings li a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(/application/views/2014/images/icons/stars.png) no-repeat -14px
    0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ratings .rated a,
.ratings li a:hover {
  background-position: 0 0;
}
@media (max-width: 380px) {
  #content .content-sort {
    max-height: 100%;
    margin: 0;
  }
  #content .content-sort.content-sort-bot {
    text-align: center;
  }
  #content .content-sort.content-sort-bot .sort-search-results {
    float: none;
    margin-bottom: 15px;
    display: inline-block;
  }
  #content .content-sort.content-sort-bot .social {
    float: none;
    margin-left: auto;
    margin: 0;
    margin-right: auto;
  }
  #content .content-sort.content-sort-bot .social li {
    display: inline-block;
    float: none;
  }
}
.rooms {
  padding: 15px;
  margin-bottom: 15px;
  background: #f5f5f5;
  width: 100%;
}
.rooms.rooms-masonry {
  padding-right: 10px;
  padding-bottom: 4px;
}
.rooms .rooms-inside {
  margin-right: -14px;
}
.rooms .room {
  width: 25%;
  padding-right: 14px;
  position: relative;
  float: left;
  font-size: 14px;
  color: #000;
  margin-bottom: 11px;
  margin-left: -1px;
}
.rooms .room .room-pic {
  display: flex;
  justify-content: center;
}
.rooms .room .room-pic img {
  width: 100%;
  height: auto;
}
.rooms .room .details-cont {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding-right: 13px;
}
.rooms .room .details-cont .room-link {
  float: left !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rooms .room .details {
  color: #f0d415;
  text-decoration: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 5px;
  display: table;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.6) 96%
  );
  background: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2)
  );
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.2))
  );
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.rooms .room .details .details-cell {
  display: table-cell;
  vertical-align: bottom;
  opacity: 0;
  -webkit-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.rooms .room .details .details-cell a {
  color: #f0d415;
  text-decoration: none;
}
.rooms .room .details .tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #0188cc;
  padding: 0.5px 5px;
  font-size: 14px;
}
.rooms .room .details .price {
  color: #f0d415;
  position: absolute;
  top: 7px;
  right: 28px;
  background-color: #1d43b3;
  padding: 5px;
  border-radius: 6px;
}
.rooms .room .details h2 {
  font-size: 14px;
  color: #f0d415;
  margin: 0;
}
.rooms .room .details .room-btns {
  margin-bottom: 2px;
}
.rooms .room .details .room-btns a {
  font-size: 12px;
  margin-right: 3px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.rooms .room .details .room-btns .btn {
  padding: 3px 6px;
}
.rooms .room .details .room-btns span {
  font-weight: 600;
  font-size: 14px;
}
#content .icon-arrow-right2 {
  font-size: 10px;
}
.propmap {
  width: auto;
  height: 338px !important;
}
.rooms div.fancy-select div.trigger {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 40px 0 11px;
  background: #fff;
  color: #626262;
  font-weight: normal;
}
.rooms div.fancy-select div.trigger:focus,
.rooms div.fancy-select div.trigger:active {
  background: #ddd;
}
.rooms div.fancy-select div.trigger:after {
  top: 0;
  height: 100%;
  width: 30px;
  background: #fff url(/application/views/2014/images/icons/down-arrow2.png)
    no-repeat center;
  left: auto;
  right: 0;
  border: none;
}
.rooms div.fancy-select ul.options {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 5px 0 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rooms div.fancy-select ul.options li:first-child {
  border-top: none;
}
.rooms div.fancy-select ul.options li {
  font-weight: normal;
  font-size: 14px;
  border-top: 1px solid #d7d9dd;
}
.rooms .room:hover .details .details-cell {
  opacity: 1;
}
.rooms .room .details {
  background: none;
}
.rooms .room .details:hover,
.rooms .room .details-cont .room-link:hover + .details {
  z-index: 10;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.8) 96%
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.8) 96%
  );
  background: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.8) 96%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, rgba(0, 0, 0, 0)),
    color-stop(96%, rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.8) 96%
  );
}
.rooms .room.featured {
  position: relative;
}
.rooms .room.featured .options {
  position: absolute;
  top: 10px;
  left: 10px;
  text-shadow: 1px 1px 1px #888;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.rooms .room.featured .options:hover {
  background-color: #2b394a;
}
.rooms .room.featured .options .icon {
  margin-top: 6px;
  margin-left: 1px;
}
.rooms .room.featured .room-btns,
.rooms .room.featured h2 {
  opacity: 1;
  width: auto;
  height: auto;
}
.rooms .room.featured.left {
  float: left;
}
.rooms .room.featured.right {
  float: right;
}
.rooms .room.featured.left,
.rooms .room.featured.right {
  margin-bottom: 12px;
}
.rooms .room.featured .details {
  display: table;
  width: 100%;
  padding: 11px;
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.6) 98%
  );
  background: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.6) 98%
  );
  background: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.6) 98%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, rgba(0, 0, 0, 0)),
    color-stop(98%, rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.6) 98%
  );
}
.rooms .room.featured .details h2 {
  display: table-cell;
  vertical-align: bottom;
}
.rooms .room.featured .details a {
  color: #fff;
}
.rooms .room.featured .details .room-btns {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  min-width: 200px;
}
.rooms .room.featured.small .details .room-btns {
  min-width: 165px;
}
.rooms .room.featured .details .price {
  top: 32px;
  background-color: rgba(2, 21, 33, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  padding: 2px 10px 5px;
}
.rooms .room.featured .details .price strong {
  font-size: 24px;
  font-style: normal;
}
.rooms .room.featured .room-pic {
  position: relative;
}
.rooms .room.featured .room-pic .flex-direction-nav .flex-next {
  position: absolute;
  top: 30px;
  left: 10px;
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  opacity: 0.8;
}
.rooms .room.featured.large {
  width: 100%;
  float: none;
  max-width: 100%;
}
.rooms .room.featured.large .details {
}
.rooms .room.featured.large .details h2 {
  padding-bottom: 7px;
  font-size: 32px;
  font-weight: 400;
}
.rooms .room.featured.large .details .room-btns .btn {
  font-size: 16px;
  padding: 8px 20px;
  margin-top: 5px;
}
.similar-properties {
  background: #f6f6f6;
  padding: 10px 0 0;
}
.similar-properties h3 {
  text-align: center;
  margin: 0 0 13px;
  font-weight: 600;
  font-size: 16px;
}
.similar-properties .rooms {
  background: #f5f5f5;
  margin-bottom: 0;
}
.similar-properties .rooms .room {
  width: 209px;
  padding: 0;
  margin: 0 5px;
}
.similar-properties .rooms .room .details-cont {
  padding-right: 0;
}
.similar-properties .room .details .price {
  right: 0;
}
.similar-properties .slick-prev:before,
.similar-properties .slick-next:before {
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.similar-properties .slick-prev {
  left: 20px;
}
.similar-properties .slick-next {
  right: 20px;
}
.pop-locations {
  margin: 0 0 20px;
  display: none;
}
.pop-locations .pop-location {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pop-locations .pop-location img {
  max-width: 100%;
}
.pop-location > a {
  display: block;
  position: relative;
  color: #fff;
}
.pop-location .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.pop-location .overlay .dt {
  display: table;
  height: 100%;
  width: 100%;
}
.pop-location .overlay .dtc {
  display: table-cell;
  vertical-align: middle;
}
.pop-location > a:hover .overlay {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000);
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
.pop-location h4 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 5px;
}
.pop-location span {
  font-size: 14px;
}
@media (max-width: 991px) {
  .pop-location {
    margin-top: 15px;
  }
  .pop-location:first-child {
    margin-top: 0;
  }
  .pop-location h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pop-locations h3 {
    text-align: center;
  }
}
.rooms.single a {
  color: #0188cc;
}
.rooms.single .rooms-inside {
  margin-right: 0;
}
.rooms.single.room-details .entry {
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.rooms.single .entry .entry-header h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #394651;
  font-weight: 600;
}
.rooms.single .entry .entry-header h3 {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 5px;
  float: left;
  font-weight: 600;
}
.rooms.single .entry p {
  color: #000;
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.rooms.single .entry p:first-child {
  margin-top: 0;
}
.rooms.single .entry-header,
.rooms.single .entry-content,
.rooms.single .entry-footer {
  padding: 0 15px;
}
.rooms.single .entry-header,
.rooms.single .entry-content {
  padding: 25px 15px 19px;
  box-shadow: inset 0 -1px 0 #fdfdfd;
}
.rooms.single .entry-header {
  padding: 25px 15px 19px;
}
.rooms.single .entry-content {
  padding: 10px 15px 28px;
}
.rooms.single .entry-footer {
  padding: 5px 15px 10px;
}
.rooms.single .room-price {
  float: right;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 17px;
  margin: 0 0 0 15px;
}
.rooms.single .room-price .price {
  color: #e45735;
  font-weight: bold;
  font-size: 26px;
  font-style: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
.rooms.single .room-price a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.map-tags {
  display: none;
}
.rooms.single .map-tags {
  text-align: center;
  margin-top: 15px;
  display: none;
}
.rooms.single .map-tags .mt-map,
.rooms.single .map-tags .mt-tags {
  float: left;
}
.rooms.single .map-tags .mt-map {
  width: 71.4%;
  padding-bottom: 41.6%;
  height: 0;
}
.rooms.single .map-tags .mt-map iframe {
  max-width: 100%;
  vertical-align: top;
}
.rooms.single .map-tags .mt-tags {
  padding-left: 9px;
  width: 28.6%;
}
.rooms.single .map-tags .mt-tags > span {
  background: #f5f5f5;
  margin-top: 4px;
  padding: 6px 15px;
  display: block;
  font-size: 16px;
}
.rooms.single .map-tags .mt-tags > span:first-child {
  margin-top: 0;
}
.rooms.single .map-tags .mt-tags div {
  margin-top: 5px;
}
.rooms.single .map-tags .two-btns {
}
.rooms.single .map-tags .two-btns > span {
  float: left;
  width: 50%;
}
.rooms.single .map-tags .two-btns > span.tbl {
  padding-right: 2px;
}
.rooms.single .map-tags .two-btns > span.tbr {
  padding-left: 2px;
}
.rooms.single .map-tags .two-btns .btn {
  display: block;
  background: #f5f5f5;
  padding: 6px 15px;
  border: none;
  border-radius: 0;
  font-size: 13px;
  color: #535353;
}
.rooms.single .map-tags .two-btns .btn:hover {
  background: #eaeaea;
}
.rooms.single .map-tags .mt-tags .book-now {
  margin-top: 18px;
}
.rooms.single .map-tags .mt-tags .book-now .btn {
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 16px;
}
.rooms.single .room-footer {
  padding: 14px 0;
  border-bottom: 1px solid #e3e5ea;
  overflow: hidden;
  margin-bottom: 24px;
}
.rooms.single .room-footer .tags {
  float: left;
  margin: 0 10px 0 13px;
  margin-top: 3px;
}
.rooms.single .room-footer .tags li {
  padding: 6px 6px 6px 6px;
  margin-left: 10px;
  color: #3a4145;
  font-size: 14px;
  position: relative;
}
.rooms.single .room-footer .tags li:first-child {
  margin-left: 0;
}
.rooms.single .room-footer .reserve {
  float: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 17px;
  margin-right: 10px;
  margin-top: 7px;
}
.rooms.single .room-footer .btn {
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.rooms.single .room-selects {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.rooms.single .room-features {
  font-size: 14px;
}
.rooms.single .room-features li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.rooms.single .room-features .dd {
  font-weight: bold;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 600px) {
  .rooms.single .entry .entry-header h3,
  .rooms.single .room-price {
    float: none;
    margin-left: 0;
  }
  .rooms.single .entry .entry-header h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .rooms.single .map-tags .mt-map,
  .rooms.single .map-tags .mt-tags {
    width: 100%;
    float: none;
  }
  .rooms.single .map-tags .mt-tags {
    padding: 0;
  }
  .rooms.single .map-tags .mt-map {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .rooms .room .details {
    background: -webkit-linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.8) 96%
    );
    background: -moz-linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.8) 96%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.8) 96%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, rgba(0, 0, 0, 0)),
      color-stop(96%, rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.8) 96%
    );
  }
  .rooms .room .details .details-cell {
    opacity: 1;
  }
}
@media (max-width: 670px) {
  .rooms.single .room-footer .tags {
    float: none;
    margin-bottom: 20px;
  }
  .rooms.single .room-footer .btn {
    clear: both;
    float: right;
  }
  .rooms.single .room-features li {
    margin: 0 0 10px;
  }
  .rooms.single .room-features li:first-child {
    padding-left: 5px;
  }
}
@media (max-width: 880px) and (min-width: 767px), (max-width: 530px) {
  .rooms .room.featured .details .price {
    font-size: 14px;
  }
  .rooms .room.featured .details .price strong {
    font-size: 20px;
  }
  .rooms .room.featured.large .details h2 {
    font-size: 19px;
  }
  .rooms .room.featured.large .details .room-btns .btn {
    font-size: 14px;
    padding: 4px 6px;
  }
}
@media (max-width: 400px) {
  .rooms .room .details .tag {
    top: 0;
  }
  .rooms .room.featured .details .price {
    top: 18px;
  }
  .rooms .room.featured.large .details h2 {
    font-size: 17px;
  }
  .rooms .room.featured.large .details .room-btns .btn {
    font-size: 11px;
  }
  .rooms.single .map-tags .mt-map {
    padding-bottom: 60%;
  }
}
@media (max-width: 380px) {
  .rooms .room.featured .options {
    display: none;
  }
  .rooms .room.featured.large .details .room-btns .btn-primary {
    display: none;
  }
  .rooms .room.featured .details .price {
    background: #1e2831 4px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .rooms .room.featured .details .price strong {
    font-size: 12px;
    font-weight: normal;
  }
  .rooms .room.featured.large .details h2 {
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 600;
  }
  .rooms .room .details .tag {
    top: 7px;
    font-size: 12px;
  }
  .rooms .room.featured .details .price {
    left: 0;
    right: auto;
    top: 7px;
  }
  .rooms .room.featured .room-pic .flex-direction-nav .flex-next {
    display: none;
  }
  .whiteBook {
    display: none;
  }
  .alert-info {
    font-size: 14px !important;
  }
  .main-header .centered2 {
    font-size: 14px !important;
  }
  #content .content-sort .sort-by {
    width: 100% !important;
  }
  div.fancy-select div.trigger {
    width: 100% !important;
  }
  .main-header .alltypes,
  .h-search .fg-check-in input,
  .h-search .fg-check-out input,
  .h-search .hs-location {
    font-size: 14px !important;
  }
}
.ctrl-index .rooms .room.featured.small {
  width: 50%;
  max-width: 100%;
  margin-bottom: 13px;
  max-height: 417px;
  overflow: hidden;
}
.rooms .room.featured.small {
  width: 50%;
  max-width: 100%;
  margin-bottom: 13px;
  max-height: 293px;
  overflow: hidden;
}
.rooms .room.featured.small .details {
  height: 100%;
}
.rooms .room.featured.small .details h2 {
  font-size: 19px;
  padding-bottom: 3px;
}
.rooms .room.featured.small .details .btn {
  font-size: 14px;
  float: right;
  font-weight: 600;
}
.rooms .room.featured.small .details .price {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.rooms .room.featured.small .details .price strong {
  font-size: 16px;
}
.rooms .room.featured.small .details h2 .btn {
  display: block;
  max-width: 80px;
  margin-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 1300px) {
  #Social-Sidebar {
    display: none;
  }
}
@media (max-width: 1065px) {
  .rooms .room.featured.small {
    width: 100%;
  }
}
@media (max-width: 1065px) and (min-width: 720px) {
  .rooms .room {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .rooms .room {
    width: 33.33333%;
  }
  .rooms .room.featured.small {
    width: 100%;
    display: none;
  }
  #Social-Sidebar {
    display: none;
  }
}
@media (max-width: 580px) {
  .rooms .room {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .rooms .room {
    width: 100%;
    float: none;
  }
}
#footer .top-footer {
  background-color: #d8e4e6;
  color: #000;
  padding: 15px 0;
  font-size: 12px;
}
#footer .top-footer h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  margin-top: 0;
}
#footer .top-footer h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  background: #b2b2b2;
  height: 3px;
}
#footer .top-footer .footer-widget .inside {
  border-left: 1px solid #b2b2b2;
  padding: 20px 60px 30px 60px;
}
#footer .top-footer #about_comp {
  text-align: center;
}
#footer .top-footer #about_comp p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #f0d415;
  font-weight: 400;
}
#footer .top-footer #about_comp span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #000;
  display: block;
}
#footer .top-footer #about_comp .inside {
  padding-left: 0;
  border-left: none;
  padding-right: 0;
}
#footer .top-footer #about_comp .social a {
  background-image: url(images/social2.png);
  width: 72px;
  height: 72px;
  margin-bottom: 0;
}
#footer .top-footer #about_comp .social li {
  margin: 0 20px;
  float: none;
  padding: 0;
}
#footer .top-footer #about_comp .social .fb a {
  background-position: -72px 0;
}
#footer .top-footer #about_comp .social .yt a {
  background-position: -144px 0;
}
#footer .top-footer .footer-widget li {
  line-height: 25px;
}
#footer .bottom-footer {
  background-color: #1d43b3;
  padding: 16px 0 12px 0;
  font-size: 13px;
  color: #f0d415;
}
#footer .bottom-footer a {
  color: #0188cc;
}
#footer .bottom-footer p {
  margin: 0;
}
@media (max-width: 1170px) and (min-width: 970px) {
  #footer .top-footer .footer-widget .inside {
    padding: 20px 30px 30px 30px;
  }
}
@media (max-width: 970px) and (min-width: 940px) {
  #footer .top-footer .footer-widget .inside {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 970px) and (min-width: 920px) {
  #footer .top-footer .footer-widget .inside {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 920px) {
  #footer .top-footer .footer-widget .inside ul.pull-left,
  #footer .top-footer .footer-widget .inside ul.pull-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  #footer .top-footer {
    text-align: center;
  }
  #footer .top-footer .footer-widget .inside {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-left: none !important;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none !important;
  }
  #footer .bottom-footer {
    text-align: center;
  }
  #footer .bottom-footer .logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  #footer .top-footer #about_comp .social li {
    margin: 0 10px;
  }
}
.btn {
  border: medium none;
  background: #f0f0f0 none repeat scroll 0% 0%;
  color: #fff;
  padding: 9px 10px 10px;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.25s ease 0s;
}
.btn-default {
  background: #0188cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #006da3;
  color: #fff;
}
.btn-primary {
  background: #0188cc;
  display: inline-block;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #006da3;
}
.btn-instant {
  background: none;
  display: inline-block;
  color: #ffde65 !important;
  padding-right: 6px !important;
}
.btn-instant:hover,
.btn-instant:focus,
.btn-instant:active {
  background: none;
}
.btn-danger {
  background: #f0d415;
  color: #000;
  display: inline-block;
  transition: all 0.25s ease 0s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #b1a023;
}
.btn-reduced {
  background: #08c;
  display: inline-block;
  padding-top: 2px;
}
.btn-reduced:hover,
.btn-reduced:focus,
.btn-reduced:active {
  background: #b1a023;
}
.btn-big-danger {
  background: #f0d415;
  color: #000;
  width: 100%;
}
.btn-big-danger:hover,
.btn-big-danger:focus,
.btn-big-danger:active {
  background: #b1a023;
  color: #000;
}
.form-control {
  border: 2px solid #e0e0e0;
  height: 37px;
  font-weight: 600;
}
form [type="submit"] {
  color: #fff;
  font-size: 16px;
  background-color: #b1a023;
  padding: 7px 26px;
  margin-top: 14px;
}
form [type="submit"]:hover,
form [type="submit"]:focus,
form [type="submit"]:active {
  background-color: #b1a023;
  color: #fff;
  outline: none;
}
textarea.form-control {
  min-height: 202px;
  resize: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.form-control::-webkit-input-placeholder {
  color: #626262;
}
.form-control:-moz-placeholder {
  color: #626262;
}
.form-control::-moz-placeholder {
  color: #626262;
}
.form-control:-ms-input-placeholder {
  color: #626262;
}
.form-control.date-picker {
  background: #fff
    url(https://static.ppproperty.com/application/views/2014/images/icons/calender.png)
    no-repeat right 8px center;
}
.form-control.input-location {
  font-size: 16px;
  font-weight: bold;
  color: #535353;
  border: 2px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  height: 43px;
  background: #fff
    url(https://static.ppproperty.com/application/views/2014/images/icons/location-3.png)
    no-repeat right 10px center;
  background-size: 16px;
  padding-right: 30px;
}
.form-control.input-location::-webkit-input-placeholder {
  font-weight: bold;
}
.form-control.input-location:-moz-placeholder {
  font-weight: bold;
}
.form-control.input-location::-moz-placeholder {
  font-weight: bold;
}
.form-control.input-location:-ms-input-placeholder {
  font-weight: bold;
}
.radio label,
.checkbox label {
  font-weight: 400;
  font-size: 16px;
}
.checkbox.has-children > .sub-options {
  padding-left: 24px;
  padding-bottom: 1px;
}
.checkbox.parent > label {
  font-weight: bold;
}
.checkbox.has-children > label:after {
}
.checkbox.has-children.active > label:after {
}
.checkbox {
  padding-left: 0;
}
.icheckbox_checkboxes {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 23px;
  background: url(images/icheck-checkboxes.png)
    no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_checkboxes {
  background-position: 0 0;
}
.icheckbox_checkboxes.checked {
  background-position: -25px 0;
}
.icheckbox_checkboxes.disabled {
  background-position: -75px 0;
  cursor: default;
}
.icheckbox_checkboxes.checked.disabled {
  background-position: -50px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .icheckbox_checkboxes {
    background-image: url(images/icheck-checkboxes@2x.png);
    -webkit-background-size: 98px 23px;
    background-size: 98px 23px;
  }
}
div.fancy-select div.trigger {
  max-width: 100%;
  height: 23px;
  font-size: 14px;
  padding: 0 10px 0 30px;
  background: #1d43b3;
  color: #f0d415;
  line-height: 23px;
  border: none;
  font-weight: bold;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.fancy-select div.trigger:after {
  top: 0;
  height: 100%;
  width: 26px;
  background: #f5f5f5
    url(images/down-arrow.png)
    no-repeat center;
  left: 0;
  border: none;
}
div.fancy-select div.trigger.open:after {
  border-top-color: #c5c5c5;
}
div.fancy-select div.trigger.open {
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #303030;
}
div.fancy-select select:focus + div.trigger {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.fancy-select ul.options {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 180px;
  min-width: 180px;
}
div.fancy-select ul.options.open {
  top: 100%;
  margin-top: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-top: none;
}
div.fancy-select ul.options.overflowing {
  transition: none;
}
div.fancy-select ul.options.overflowing.open {
  bottom: 100%;
  margin-bottom: 3px;
  transition: none;
}
div.fancy-select ul.options li {
  padding: 0;
  margin: 0;
  padding: 9px 11px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: normal;
  background: none;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
div.fancy-select ul.options li.selected {
  background: #fff;
  color: #535353;
  font-weight: bold;
}
div.fancy-select ul.options li.hover {
  background: #f6f6f6;
  color: #535353;
  font-weight: bold;
}
.file-input {
  cursor: pointer;
  background-image: url(/application/views/2014/images/icons/file-icon.png);
  background-position: right -1px;
  background-repeat: no-repeat;
  position: relative;
}
.file-input input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}
@media (max-width: 380px) {
  div.fancy-select div.trigger {
    max-width: 100%;
    width: 120px;
  }
  div.fancy-select ul.options {
    right: 0;
    left: auto;
  }
}
.icon {
  display: inline-block;
  background: no-repeat transparent center top;
}
.icon-location {
  width: 16px;
  height: 16px;
}
.icon-location2 {
  width: 11px;
  height: 15px;
  margin-bottom: 4px;
}
.icon-add {
  width: 16px;
  height: 16px;
}
.icon-loading {
  background-image: url(https://static.ppproperty.com/application/views/2014/images/icons/loading.gif);
  width: 32px;
  height: 32px;
}
.icon-share {
  width: 16px;
  height: 16px;
}
.fa-heart {
  margin-bottom: 3px;
  margin-right: 2px;
  color: #e35736;
}
.fa-unlock {
  margin-bottom: 3px;
  margin-right: 2px;
}
.fa-bars {
  margin-bottom: 3px;
  margin-right: 2px;
}
.fa-pencil {
  margin-bottom: 3px;
  margin-right: 2px;
}
.fa-print {
  margin-bottom: 3px;
  margin-right: 2px;
}
.icon-message {
  background-image: url(https://static.ppproperty.com/application/views/2014/images/icons/message.png);
  width: 16px;
  height: 12px;
}
.icon-right-arrow {
  background-image: url(https://static.ppproperty.com/application/views/2014/images/icons/right-arrow.png);
  width: 7px;
  height: 12px;
}
.icon-bed {
  background-image: url(https://static.ppproperty.com/application/views/2014/images/icons/bed.png);
  width: 16px;
  height: 11px;
  vertical-align: -1px;
}
.icon-people {
  background-image: url(https://static.ppproperty.com/application/views/2014/images/icons/people.png);
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.icon-bath {
  background-image: url(images/icons/bath.png);
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.social li {
  float: left;
}
.social.right li {
  margin-left: 14px;
}
.social.left li {
  margin-right: 14px;
}
.social li a {
  text-indent: -9999px;
  background: url(images/social.png)
    no-repeat 0 0;
  height: 31px;
  width: 31px;
  display: block;
}
.social li.pt a {
  background-position: -44px 0;
}
.social li.fb a {
  background-position: -87px 0;
}
.social li.gp a {
  background-position: -130px 0;
}
.social li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.flexslider {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 10px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: transparent;
}
.mCustomScrollBox:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1d43b3;
  background: rgba(0, 0, 0, 0.4);
}
.mCustomScrollBox:hover
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar:hover {
  background: #1d43b3;
  background: rgba(0, 0, 0, 0.6);
}
.sb-slidebar {
  background-color: #f5f5f5;
  padding: 25px 0;
  color: #5f5f5f;
}
.sb-slidebar a {
  color: #5f5f5f;
  text-decoration: none;
}
.sb-slidebar .profile {
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 35px;
}
.sb-slidebar .profile .img {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.sb-slidebar .profile .img img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.sb-slidebar .menu li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.sb-slidebar .menu li:first-child {
  border-top: none;
}
.sb-slidebar .menu li:last-child {
  border-bottom: none;
}
.sb-slidebar .menu li.sep {
  border-bottom: none;
  border-top-color: #fff;
  font-size: 11px;
  color: #fff;
  padding: 6px 15px;
  background-color: #b2b2b2;
  text-transform: uppercase;
}
.sb-slidebar .menu li a {
  padding: 13px 15px;
  font-size: 14px;
  display: block;
  color: #5f5f5f;
}
.sb-slidebar .menu li:hover {
  border-top: 1px solid #fff;
}
.sb-slidebar .menu li:first-child:hover {
  border-top: none;
}
.sb-slidebar .menu li:hover a {
  background-color: #b2b2b2;
  color: #fff;
}
@media (max-width: 640px) {
  .sb-slidebar .profile {
    text-align: center;
  }
  .sb-slidebar .profile .img {
    display: block;
    margin: 0 auto 10px;
  }
}
.autocomplete-suggestions {
  background: #fff;
  cursor: default;
  overflow: auto;
  width: 100%;
  min-width: 200px;
  min-height: auto;
  border: none;
  margin-top: 3px;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  color: #394651;
  font-size: 16px;
  margin-top: 0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3a4145;
}
.autocomplete-selected {
  background: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
  cursor: pointer;
  padding-left: 10px;
}
.autocomplete-selected strong {
  color: #535353;
}
#details_slider {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  margin-bottom: 0;
  height: auto;
}
#details_slider.rsFullscreen {
  max-height: 100%;
}
.rsUni .rsFullscreenBtn {
  z-index: 0;
}
#details_slider.rsUni,
#details_slider.rsUni .rsOverflow,
#details_slider.rsUni .rsSlide,
#details_slider.rsUni .rsVideoFrameHolder,
#details_slider.rsUni .rsThumbs {
  background-color: transparent;
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
  border: none;
}
#details_slider.rsUni .rsThumbsVer {
  width: 180px;
  padding: 0;
  padding-right: 0 !important;
}
#details_slider.rsUni.rsWithThumbsVer .rsThumbsContainer {
  height: 120px !important;
}
#details_slider .rsOverflow .slideinner {
  height: 100%;
}
#details_slider .rsOverflow .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#details_slider .rsOverflow .caption a.paranoma {
  background: #0188cc;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#details_slider .rsOverflow .caption h3 {
  font-size: 16px;
  background-color: rgba(2, 21, 33, 0.5);
  bottom: 20px;
  right: 0;
  padding: 5px 10px;
  position: absolute;
  margin: 0;
}
#details_slider .rsOverflow .caption .des {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  bottom: 10px;
  right: 10px;
  position: absolute;
  margin: 0;
}
#details_slider.rsFullscreen .rsOverflow {
  background: rgb(245, 245, 245) !important;
  border: 1px solid #222;
}
@media screen and (max-width: 875px) and (min-width: 767px),
  (max-width: 550px) {
  #details_slider.rsUni .rsThumbsVer {
    width: 110px;
  }
  #details_slider.rsUni.rsWithThumbsVer .rsThumbsContainer {
    height: 90px !important;
  }
  #details_slider .rsOverflow .caption .des {
    display: none;
  }
  #details_slider .rsOverflow .caption h3 {
    font-size: 11px;
    bottom: 14px;
    padding: 5px 6px;
  }
}
@media screen and (max-width: 370px) {
  #details_slider.rsUni .rsThumbsVer {
    width: 95px;
  }
  #details_slider.rsUni.rsWithThumbsVer .rsThumbsContainer {
    height: 75px !important;
  }
}
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #acaeb0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.breadcrumb > li + li:before {
  padding: 0 2px;
}
.breadcrumb a {
  color: #0188cc;
}
#receipt {
  display: none;
}
.gm-style-cc {
  display: none;
}
.gm-style img {
  max-width: none;
}
.hidden {
  display: none;
}
.hc-details {
  padding: 5px !important;
  margin: 0 !important;
}
.badge {
  background-color: #0188cc;
  margin-left: 0;
  font-size: 14px;
  color: #fff;
}
.cluster {
  color: #545454;
  text-align: center;
  font-family: "Lato", sans-serif !important;
  font-size: 11px;
  font-weight: bold;
}
.cluster-1 {
  background-image: url(images/m1.png);
  line-height: 38px;
  width: 37px;
  height: 37px;
}
.cluster-2 {
  background-image: url(images/m1.png);
  line-height: 38px;
  width: 37px;
  height: 37px;
}
.cluster-3 {
  background-image: url(images/m1.png);
  line-height: 38px;
  width: 37px;
  height: 37px;
}
.html-popup {
  cursor: pointer;
}
.error-msg {
  font-size: smaller;
  color: red !important;
  text-align: center;
}
.success-msg {
  font-size: smaller;
  color: green !important;
  text-align: center;
}
#contactLoader {
  margin-left: 10px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0188cc;
  border-color: #0188cc;
  cursor: default;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #f0d415;
  background-color: #1d43b3;
  border: 1px solid #f5f5f5;
  margin-left: -1px;
}
.infobox {
  border: 2px solid black;
  padding: 10px;
  background: white;
}
td.mapImage {
}
td.mapText {
  padding: 0 0 0 0;
  width: 220px;
  font-family: "Lato", sans-serif !important;
}
p.mapHeading {
  font-size: larger;
  font-weight: bolder;
}
p.mapPrice {
  font-weight: bold;
}
.mapMoreInfo {
  margin-bottom: 10px !important;
}
.hp {
  display: none;
}
.property-reviews {
  color: #0188cc;
  font-size: 11px;
  margin-top: 4px;
}
.property-reviews a,
.property-reviews a:hover {
  margin-right: 12px;
  color: #0188cc;
  font-size: 14px;
}
.property-saved {
  background: #0188cc !important;
  color: #fff !important;
}
.fyre-help {
  display: none !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5 !important;
  border-right: 1px solid #f5f5f5 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #656565;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif !important;
  background-color: #f5f5f5;
  background-image: none !important;
  height: 30px;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.fyre-editor
  .fyre-editor-toolbar
  .goog-toolbar
  > div.fyre-button-left.fyre-format-button {
  border-left: 1px solid #f5f5f5 !important;
}
.fyre-editor .fyre-editor-container .fyre-editor-editable {
  background-color: #fff !important;
  border: 0 solid #f5f5f5 !important;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 0 #fff !important;
  -moz-box-shadow: 0 0 0 #fff !important;
  box-shadow: 0 0 0 #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  color: #a9a9a9;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  height: 100px;
  margin: 0;
  outline: medium none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
}
.awesome,
.awesome:visited {
  background: #222 url(/application/views/2014/css/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
.awesome:hover {
  background-color: #111;
  color: #fff;
}
.awesome:active {
  top: 1px;
}
.small.awesome,
.small.awesome:visited {
  font-size: 11px;
  padding: ;
}
.awesome,
.awesome:visited,
.medium.awesome,
.medium.awesome:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.awesome,
.large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.green.awesome,
.green.awesome:visited {
  background-color: #91bd09;
}
.green.awesome:hover {
  background-color: #749a02;
}
.blue.awesome,
.blue.awesome:visited {
  background-color: #2daebf;
}
.blue.awesome:hover {
  background-color: #007d9a;
}
.red.awesome,
.red.awesome:visited {
  background-color: #e33100;
}
.red.awesome:hover {
  background-color: #872300;
}
.magenta.awesome,
.magenta.awesome:visited {
  background-color: #a9014b;
}
.magenta.awesome:hover {
  background-color: #630030;
}
.orange.awesome,
.orange.awesome:visited {
  background-color: #ff5c00;
}
.orange.awesome:hover {
  background-color: #d45500;
}
.yellow.awesome,
.yellow.awesome:visited {
  background-color: #ffb515;
}
.yellow.awesome:hover {
  background-color: #fc9200;
}
#amenities_hidden {
  display: none;
}
.amenities_showmore,
.amenities_showmore:hover,
.amenities_showmore:visited {
  display: block;
  font-size: 14px;
  color: #0188cc;
}
.img-thumbnail {
  height: 220px;
}
.css-typing {
  width: 20em;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: type 5s steps(20, end);
  -moz-animation: type 5s steps(20, end);
  -o-animation: type 5s steps(20, end);
  animation: type 5s steps(20, end);
}
@-moz-keyframes type {
  from {
    width: 0;
  }
}
@-o-keyframes type {
  from {
    width: 0;
  }
}
@keyframes type {
  from {
    width: 0;
  }
}
@-webkit-keyframes type {
  from {
    width: 0;
  }
}
#weather td {
  font-size: 12px;
  padding-left: 10px;
}
#weather th {
  font-size: 14px;
  padding-left: 10px;
}
.plans-desc small {
  display: block !important;
  color: #aaa;
}
.label {
  color: #fff !important;
}
.details-page #content .content-sort {
  margin-bottom: 0;
  height: auto;
}
@media (max-width: 600px) {
  .rooms.single .entry p {
    font-size: 14px;
  }
}
.news #content .content-sort {
  margin: 0 0 7px;
}
#content .posts .posts-inside {
  margin-right: 0;
}
#content .post {
  border-bottom: 1px solid #e3e5ea;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
#content .post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#content .post h2 {
  font-size: 30px;
  font-weight: normal;
  color: #535353;
}
#content .post h2 a {
  color: #394651;
}
#content .post h2 a:hover {
  text-decoration: none;
  color: #20272d;
}
#content .post p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
#content .post div {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}
#content .post .pfoot {
  margin-top: 15px;
  font-size: 13px;
  color: #3a4145;
}
#content .post .pfoot p {
  margin: 0;
  font-size: 13px;
}
#content .post .pfoot a.author {
  font-weight: bold;
  color: #3a4145;
  margin-right: 5px;
}
#content .post .pfoot .date {
  margin-left: 5px;
}
#content .post .read-more {
  font-size: 10px;
  padding: 2px 4px 3px;
  font-weight: 600;
  color: #394651;
  background-color: #f5f5f5;
}
#content .post .read-more:hover {
  text-decoration: none;
  background-color: #d2d2d2;
}
#content .post .pfoot .read-more {
  margin-left: 5px;
}
.contact-page .post p {
  margin-bottom: 25px;
}
.contact-page .post .entry {
  background-color: transparent;
}
.contact-page .post .post-contact .contact-form {
  max-width: 547px;
  margin-right: 270px;
}
.contact-page .post .post-contact .contact-form #contact_form {
  float: left;
  width: 100%;
}
.contact-page .post .post-contact .contact-form #contact_form textarea {
  height: 235px;
}
.contact-page .post .post-contact .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-page .post .post-contact .contact-form input[type="submit"] {
  background-color: #0188cc;
  height: 50px;
  width: 100%;
  margin-top: 26px;
  max-width: 197px;
}
.contact-page .post .post-contact .contact-form input[type="submit"]:hover {
  background-color: #0077b2;
}
.contact-page .post .post-contact .contact-details {
  float: right;
  width: 270px;
  font-size: 16px !important;
  color: #394651;
  margin-top: 95px;
  line-height: 28px;
}
.contact-page .post .post-contact .contact-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-page .post .post-contact .contact-details .location {
  font-size: 16px;
  color: #626262;
}
@media (max-width: 991px) {
  .contact-page #content .post {
    padding-bottom: 5px;
  }
  .contact-page .post .post-contact .contact-details {
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
  .contact-page .post .post-contact .contact-form {
    margin-right: 0;
    max-width: 100%;
  }
}
#content .post h2 {
  margin-top: 7px;
}
#content .single .post .entry p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: normal;
}
#content .single .post .form-group {
  margin-bottom: 21px;
}
#content .single .post .form-inline .form-group {
  margin-bottom: 0;
}
#content .single .post .form-inline span {
  margin-left: 8px;
  color: #7d7b7b;
  font-size: 14px;
}
#content .single .post input[type="submit"] {
  max-width: 296px;
  width: 100%;
  min-height: 50px;
  background: #0188cc;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
#content .single .post input[type="submit"]:hover {
  background: #0077b2;
}
#content .single .post .input-container {
  margin-right: 15px;
}
#content .single .post span.form-guide {
  float: right;
  margin: 4px 0;
  font-size: 16px;
}
.full-map-page #navbar {
  margin-bottom: 0;
}
.full-map-page #main {
  margin-bottom: 0;
  padding: 50px 0 200px;
}
.full-map-page #main #sidebar {
  position: relative;
  z-index: 1000;
}
.full-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 670px;
}
.full-map iframe {
  width: 100%;
  height: 100%;
}
.full-map-page #footer {
  margin-top: 400px;
}
@media (max-width: 767px) {
  .full-map-page #main {
    padding: 0;
  }
  .full-map {
    position: relative;
    text-align: left;
    height: auto;
    min-height: 560px;
  }
  .full-map-page #sidebar .search-by,
  .full-map-page #sidebar {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #header {
    margin-bottom: 0;
  }
  #header .top-header {
    padding: 30px 0;
  }
  #header .top-header #logo {
    margin-top: 6px;
  }
  #main .center {
    padding-left: 0;
    padding-right: 0;
  }
  body #content {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    margin-left: 0px !important;
  }
  #sidebar {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    max-width: 100%;
  }
  #sidebar .sb-wid {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
  }
  #sidebar .sb-wid4 {
    margin-bottom: 10px !important;
  }
  #sidebar .sb-wid .wid-head {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  #sidebar .search-by {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #sidebar .search-by .nav-tabs li:first-child a,
  #sidebar .search-by .nav-tabs li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #sidebar .search-by .wid-body .form-btns .search-results {
    color: #535353;
    margin-top: 0;
  }
  #sidebar .search-by .wid-body .form-btns .search-results span {
    font-size: 18px;
  }
}
@media (max-width: 330px) {
  #header .top-header #logo {
    max-width: 180px;
  }
  #header .top-header #logo img {
    max-width: 100%;
  }
}
.tooltip-inner {
  max-width: 200px;
  width: 200px;
  background-color: #787878;
  color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #787878;
  border-width: 0 5px 5px;
}
.picker:focus {
  outline: none;
}
.room .flexslider {
  margin: 0 !important;
}
img {
  max-width: 100%;
}
#amenities label,
#amenities_hidden label {
  padding-left: 5px;
}
.alltypes {
  padding-right: 150px;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}
.alert-info {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #535353;
  font-size: 18px;
  line-height: 1.75;
}
.alert-info a {
  color: #0188cc;
}
.alert-info .alert-link {
  color: #0188cc;
  font-weight: normal;
}
.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #f6f6f6;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-heading {
  padding: 0 20px;
  margin: 0;
}
.card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.card .card-heading.image .card-heading-header span {
  font-size: 14px;
  color: #999;
}
.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}
.card .card-media {
  padding: 0 20px;
  margin: 0 -14px;
}
.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}
.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}
.card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f6f6f6;
}
.card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-comments .media-heading {
  font-size: 13px;
  font-weight: bold;
}
.card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
}
.card.people:first-child {
  margin-left: 0;
}
.card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #fff;
}
.card.people .card-top.green {
  background-color: #53a93f;
}
.card.people .card-top.blue {
  background-color: #427fed;
}
.card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #404040;
}
.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #f6f6f6;
}
.card.hovercard .cardheader {
  background: none;
  background-size: cover;
  height: 60px;
}
.card.hovercard .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.card.hovercard .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .info {
  padding: 4px 8px 10px;
}
.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 36px;
  line-height: 1;
  color: #535353;
  vertical-align: middle;
}
.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #535353;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.card .btn {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 20px;
  font-size: 15px;
  padding-left: 9px;
}
.label-success {
  padding: 10px;
  font-size: 13px;
  margin-right: 8px;
  background: #e35736;
}
.label-success:hover {
  background: #dd2608 !important;
}
.vex-dialog-message a {
  text-decoration: underline;
}
#footer .top-footer .footer-widget li {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
.convert {
  color: #535353;
  font-weight: normal !important;
  font-size: 15px;
}
input[type="button"] {
  font-family: FontAwesome, Lato;
  font-size: 16px;
  font-weight: 600;
}
input[type="submit"] {
  font-family: FontAwesome, Lato;
  font-size: 18px;
  font-weight: 400;
}
#calendar {
  background-color: #fff;
  font-weight: 600;
  height: auto;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#calendar .clndr-grid {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
#calendar .year {
  font-size: 22px;
}
#calendar .month {
  margin-bottom: 14px;
}
#calendar .clndr-grid .days-of-the-week {
  width: 100%;
  background: #f6f6f6;
}
#calendar .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 6px;
  text-align: center;
  color: #535353;
  background: #f6f6f6 !important;
  font-size: 16px;
}
#calendar .clndr-grid .days {
  width: 100%;
}
#calendar .clndr-grid .days .day,
#calendar .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 36px;
  padding: 7px 0;
  text-align: center;
  color: #535353;
  background-color: #fff;
}
#calendar .clndr-grid .days .day.event .day-number,
#calendar .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #f6f6f6;
}
#calendar .clndr-grid .days .event {
  background-color: #f9e3de;
  color: #f7cdc2;
}
#calendar .clndr-grid .adjacent-month {
  color: #aaa !important;
}
#calendar .clndr-grid .days .today {
  background-color: #d7edf9;
  background-image: none;
  text-align: center;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#calendar .clndr-controls {
  margin: 10px 0 10px 10px;
  background-color: transparent;
  color: #535353;
  text-align: center;
}
#calendar .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
#calendar .clndr-controls .clndr-year-button {
  text-align: center;
  font-size: 18px;
}
#calendar .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
  padding-right: 9px;
}
#calendar .clndr-controls .clndr-previous-button,
#calendar .clndr-controls .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#calendar .clndr-controls .clndr-previous-button:hover,
#calendar .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
#calendar .clndr-controls .current-month {
  font-size: 20px;
  font-weight: 300;
}
.whiteBook {
  color: #fff;
  font-weight: 400;
}
.table {
  font-size: 18px;
  border-collapse: unset;
}
.jumbotron {
  background-color: #f6f6f6;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.clist {
  font-size: 18px;
  line-height: 26px;
}
#filename {
  font-size: 14px;
  line-height: 6px !important;
  vertical-align: text-top;
  font-weight: 600;
}
.panel-default {
  border-color: #fff;
}
.rooms-inside .panel-body {
  font-size: 16px;
  line-height: 26px;
  padding: 8px;
}
.rooms-inside .panel-default > .panel-heading {
  background-color: #fff;
}
.rooms-inside a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #535353;
  background-color: #d1f0ff;
  border: none;
}
.rooms-inside .list-group-item {
  position: relative;
  display: block;
  padding: 6px 11px;
  margin-bottom: -1px;
  background-color: #fff;
  display: inline;
  border-radius: 10px;
  border: none;
  border-right: 1px solid #f1f1f1;
  font-size: 16px;
  font-weight: 600;
}
.rooms-inside .list-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin-top: 30px !important;
}
.rooms-inside .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rooms-inside .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #b2b2b2;
  color: #fff;
}
#details_slider.rsUni .rsThumbsVer {
  z-index: 0;
}
.icon-heart {
  margin-bottom: 3px;
  margin-right: 2px;
  color: #e35736;
}
#wrapper {
  display: inline-block;
  width: 700px;
}
.floating-content {
  display: inline-block;
  width: 300px;
  height: 200px;
  margin: 10px;
  padding: 10px;
  border: 3px solid #73ad21;
}
.main-header .h-search-container .tab-content #listing-5 ul.dropdown-menu,
.main-header .h-search-container .tab-content #listing-3 ul.dropdown-menu {
  height: 350px;
  overflow: auto;
}
#propvid {
  width: 100%;
  height: 100%;
}
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #45a049;
}
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
div.xmas-greeting {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%);
}
div.xmas-greeting span.greeting-text {
  font-family: "Cookie", cursive;
  font-size: 60px;
  color: red;
  text-shadow: 4px 1px 0 #ededed, 4px 4px 0 rgba(0, 0, 0, 0.15);
}
body div#sb-site {
  position: inherit;
}
div#contactFormDiv div.form-group:nth-child(5) {
}
div#contactFormDiv div.form-group:nth-child(6) > div.checkbox {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f0f7fb;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border: solid 2px #e0e0e0;
  border-radius: 6px;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 15px;
  display: block;
  text-align: justify;
}
#particles-js-index {
  position: absolute;
  width: 100%;
  height: 100%;
}
canvas.particles-js-canvas-el {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: visible;
  pointer-events: none;
  background: none !important;
}
.sb-wid.sb-wid3.search-by.booking-form
  .wid-body
  div.mt-tags
  .two-btns
  > div
  a.btn {
  display: block;
}
.sb-wid.sb-wid3.search-by.booking-form
  .wid-body
  div.mt-tags
  .two-btns
  > div.tbl {
  padding-right: 2px;
}
.sb-wid.sb-wid3.search-by.booking-form
  .wid-body
  div.mt-tags
  .two-btns
  > div.tbr {
  padding-left: 2px;
}
.sb-wid.sb-wid3.search-by.booking-form .wid-body div.mt-tags .two-btns > div {
  width: 50%;
  float: left;
}
.sb-wid.sb-wid3.search-by.booking-form .wid-body div.mt-tags > div {
  padding: 6px;
  width: 98%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
}
.sb-wid.sb-wid3.search-by.booking-form .wid-body div.mt-tags div span {
  float: right;
  font-weight: normal;
  font-size: 16px;
}
.h-search .listings.two-cols .dropdown-menu {
  width: 100% !important;
  right: 0;
  left: auto;
  top: 100%;
  margin: 0;
  margin-right: -1px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.form-group.fg-listings {
  width: 18% !important;
}
.rooms .rooms-inside .room {
  width: 25%;
}
.property-title .subtitle span.location a {
  color: #000;
}
.property-title .subtitle span.location a:first-child,
.property-title .subtitle span.location i {
  display: none;
}
.property-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  background-color: #fff;
  color: #000;
  padding: 14px 14px 10px;
}
.property-title .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #f0d415;
  height: 60px;
  overflow: hidden;
}
.property-title .subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.property-title .subtitle span {
  opacity: 0.7;
}
.property-meta.clearfix {
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 2;
  color: #000;
}
.property-content .property-meta {
  min-height: 105px;
  text-align: left;
}
.property-content .property-meta > div {
  float: left;
  width: 50%;
}
.property-content .property-meta > div .meta-title {
  display: inline-block;
  width: 10px;
  font-weight: 500;
}
.property-content .property-meta > div .meta-data {
  display: inline-block;
}
.property-content {
  text-align: center;
  background: #fff;
}
@media (max-width: 680px) {
  div.xmas-greeting {
    top: 85px;
    left: 56%;
  }
  div.xmas-greeting span.greeting-text {
    font-size: 45px;
  }
}
@media (max-width: 580px) {
  .rooms .rooms-inside .room {
    width: 100%;
  }
}
@media (max-width: 520px) {
  div.xmas-greeting {
    top: 85px;
    left: 59%;
  }
  div.xmas-greeting span.greeting-text {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  div.xmas-greeting {
    top: 10px;
    left: 56%;
  }
  div.xmas-greeting span.greeting-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 770px) {
  .form-group.fg-listings {
    width: 100% !important;
  }
}
@media print {
  #header {
    display: none;
  }
  .inside {
    display: none;
  }
  .rsThumbsContainer {
    display: none;
  }
  .breadTop {
    display: none;
  }
  .html-popup {
    display: none;
  }
  .owner-info {
    display: none;
  }
  .pull-left {
    display: none;
  }
  .wid-body {
    display: none;
  }
  .entry-content {
    display: none;
  }
  .similar-properties {
    display: none;
  }
  .left {
    display: none;
  }
  .bottom-footer {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  #telno {
    display: none;
  }
}
#telno {
  position: absolute;
  right: 5%;
}
.rsThumbsHor {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rsThumbsVer {
}
.rsUni .rsFullscreenBtn {
    right: 60px;
    z-index: 1 !important;
    top: 20px;
}
@media screen and (max-width: 767px) {
  .rooms .room .details {
    height: unset !important;
  }

  .rsUni .rsArrow {
  width: 36px;
  }.rsUni .rsFullscreenBtn {
    right: 36px;
}
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.picker {
  width: 100%;
}
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0.15s;
  transition: all 0.15s ease-out, max-height 0.15s;
}
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0s;
  -moz-transition: all 0.15s ease-out, max-height 0s;
  transition: all 0.15s ease-out, max-height 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  font-size: 0.8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: 0.66em 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: -0.5em;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: 0.5em 1.33em;
  width: 1em;
  height: 1em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 26.5em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 26.5em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #d7edf9;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
  -ms-filter: "alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ddd;
  cursor: default;
}
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
  border-bottom-color: #d7edf9;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #d7edf9;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: 0.35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__footer {
  text-align: center;
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #d7edf9;
  border-bottom-color: #d7edf9;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #d7edf9;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-overlay {
  background: black;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: white;
}
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}
.vex-dialog-form {
  margin: 0;
}
.vex-dialog-button {
  -webkit-appearance: none;
  cursor: pointer;
}
.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: white;
}
body.vex-open {
  overflow: hidden;
}
@keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.vex.vex-theme-plain {
  padding-top: 160px;
  padding-bottom: 160px;
}
.vex.vex-theme-plain .vex-content {
  font-family: "Open Sans", sans-serif;
  background: #f6f6f6;
  color: #444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul,
.vex.vex-theme-plain .vex-content li {
  color: inherit;
}
.vex.vex-theme-plain .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex.vex-theme-plain .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
}
.vex.vex-theme-plain .vex-close:hover:before,
.vex.vex-theme-plain .vex-close:active:before {
  color: #777;
  background: #e0e0e0;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: #fff;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
  color: #535353;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="date"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="email"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="month"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="number"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="password"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="search"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="text"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="time"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-plain
  .vex-dialog-form
  .vex-dialog-input
  input[type="week"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #0089ec;
  outline: none;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.vex.vex-theme-plain .vex-dialog-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
.vex.vex-theme-plain .vex-dialog-button.vex-last {
  margin-left: 0;
}
.vex.vex-theme-plain .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .vex.vex-theme-plain .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: white;
}
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.vex-loading-spinner.vex-theme-plain {
  height: 2.5em;
  width: 2.5em;
}
@keyframes vex-slideup {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
  1% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 0;
  }
  2% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes vex-slideup {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
  1% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 0;
  }
  2% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes vex-slideup {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
  1% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 0;
  }
  2% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes vex-slideup {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
  1% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 0;
  }
  2% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes vex-slideup {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }
  1% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 0;
  }
  2% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes vex-slidedown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
  }
}
@-webkit-keyframes vex-slidedown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
  }
}
@-moz-keyframes vex-slidedown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
  }
}
@-ms-keyframes vex-slidedown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
  }
}
@-o-keyframes vex-slidedown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(800px);
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
  }
}
@keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.vex.vex-theme-bottom-right-corner {
  top: auto;
  bottom: 0;
  right: 0;
  overflow: visible;
}
.vex.vex-theme-bottom-right-corner .vex-overlay {
  display: none;
}
.vex.vex-theme-bottom-right-corner.vex-closing .vex-content {
  animation: vex-slidedown 0.5s;
  -webkit-animation: vex-slidedown 0.5s;
  -moz-animation: vex-slidedown 0.5s;
  -ms-animation: vex-slidedown 0.5s;
  -o-animation: vex-slidedown 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex.vex-theme-bottom-right-corner .vex-content {
  animation: vex-slideup 0.5s;
  -webkit-animation: vex-slideup 0.5s;
  -moz-animation: vex-slideup 0.5s;
  -ms-animation: vex-slideup 0.5s;
  -o-animation: vex-slideup 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex.vex-theme-bottom-right-corner .vex-content {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  font-family: "Open Sans", sans-serif;
  background: #d7edf9;
  color: #444;
  padding: 1em;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
}
.vex.vex-theme-bottom-right-corner .vex-content h1,
.vex.vex-theme-bottom-right-corner .vex-content h2,
.vex.vex-theme-bottom-right-corner .vex-content h3,
.vex.vex-theme-bottom-right-corner .vex-content h4,
.vex.vex-theme-bottom-right-corner .vex-content h5,
.vex.vex-theme-bottom-right-corner .vex-content h6,
.vex.vex-theme-bottom-right-corner .vex-content p,
.vex.vex-theme-bottom-right-corner .vex-content ul,
.vex.vex-theme-bottom-right-corner .vex-content li {
  color: inherit;
}
.vex.vex-theme-bottom-right-corner .vex-close {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex.vex-theme-bottom-right-corner .vex-close:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
}
.vex.vex-theme-bottom-right-corner .vex-close:hover:before,
.vex.vex-theme-bottom-right-corner .vex-close:active:before {
  color: #777;
  background: #e0e0e0;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="date"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="email"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="month"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="number"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="password"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="search"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="tel"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="text"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="time"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="url"],
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="week"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  textarea:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="date"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="datetime-local"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="email"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="month"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="number"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="password"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="search"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="tel"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="text"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="time"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="url"]:focus,
.vex.vex-theme-bottom-right-corner
  .vex-dialog-form
  .vex-dialog-input
  input[type="week"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  -moz-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-last {
  margin-left: 0;
}
.vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .vex.vex-theme-bottom-right-corner .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.vex.vex-theme-bottom-right-corner
  .vex-dialog-button.vex-dialog-button-primary {
  background: #0188cc;
  color: white;
}
.vex.vex-theme-bottom-right-corner
  .vex-dialog-button.vex-dialog-button-secondary {
  background: #006da3;
  color: #777;
}
.vex-loading-spinner.vex-theme-bottom-right-corner {
  -webkit-box-shadow: 0 0 0 0.5em #ffffff, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 0.5em #ffffff, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0.5em #ffffff, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  border: 0.2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto;
}
body.vex-open {
  overflow: initial;
}
#Social-Sidebar ol,
#Social-Sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#Social-Sidebar a,
#Social-Sidebar a:hover,
#Social-Sidebar a:active {
  text-decoration: none;
}
#Social-Sidebar a img {
  border: none;
}
#Social-Sidebar span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#Social-Sidebar a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
#Social-Sidebar a.Cog-2:before {
  content: "\e68e";
}
#Social-Sidebar a.Facebook:before {
  content: "\e769";
}
#Social-Sidebar a.GPlus-4:before {
  content: "\e767";
}
#Social-Sidebar a.Heart:before {
  content: "\e65b";
}
#Social-Sidebar a.Home:before {
  content: "\e662";
}
#Social-Sidebar a.Home-2:before {
  content: "\e663";
}
#Social-Sidebar a.Paypal:before {
  content: "\e638";
}
#Social-Sidebar a.Support:before {
  content: "\e63b";
}
#Social-Sidebar a.Star:before {
  content: "\e6d0";
}
#Social-Sidebar a.Twitter:before {
  content: "\e76d";
}
#Social-Sidebar {
  position: fixed;
  font-family: Arial, Verdana, sans-serif;
  z-index: 1000;
  top: 25%;
}
#Social-Sidebar ul li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  position: relative;
  display: block;
  background: #333;
  color: #fff;
}
#Social-Sidebar ul li a:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#Social-Sidebar ul li a:hover,
#Social-Sidebar ul li a span,
#Social-Sidebar ul li a span:before {
  background: #444;
}
#Social-Sidebar ul li a span {
  width: 0;
  -webkit-transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s;
  -moz-transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s;
  -ms-transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s;
  -o-transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s;
  transition: opacity 0.3s, left 0.4s, right 0.4s, top 0.4s, bottom 0.4s,
    width 0.4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#Social-Sidebar.Label-Square ul li a span {
  margin-left: -5px;
  padding: 0 8px 0 13px;
  min-width: 80px;
  width: auto;
  height: inherit;
  line-height: 35px;
  font-size: 15px;
}
#Social-Sidebar.Label-Square.Pos-Right ul li a span {
  margin-right: -5px;
  padding: 0 13px 0 8px;
}
#Social-Sidebar.Label-Square.Large ul li a span {
  line-height: 52px;
  font-size: 17px;
}
#Social-Sidebar.Label-Square.Pos-Left ul li a span {
  text-align: left;
}
#Social-Sidebar.Label-Square.Pos-Right ul li a span {
  text-align: right;
}
#Social-Sidebar.Label-Square.Pos-Left.Circle ul li a span {
  margin-left: -16px;
  padding-left: 24px;
}
#Social-Sidebar.Label-Square.Pos-Right.Circle ul li a span {
  margin-right: -16px;
  padding-right: 24px;
}
#Social-Sidebar.Label-Square.Pos-Left.Circle.Large ul li a span {
  margin-left: -24px;
  padding-left: 32px;
}
#Social-Sidebar.Label-Square.Pos-Right.Circle.Large ul li a span {
  margin-right: -24px;
  padding-right: 32px;
}
#Social-Sidebar.Label-Curve ul li a span {
  margin-left: -5px;
  padding: 0 8px 0 13px;
  min-width: 80px;
  width: auto;
  height: inherit;
  line-height: 35px;
  font-size: 15px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#Social-Sidebar.Label-Curve.Pos-Right ul li a span {
  margin-right: -5px;
  padding: 0 13px 0 8px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#Social-Sidebar.Label-Curve.Large ul li a span {
  line-height: 52px;
  font-size: 17px;
}
#Social-Sidebar.Label-Curve.Pos-Left ul li a span {
  text-align: left;
}
#Social-Sidebar.Label-Curve.Pos-Right ul li a span {
  text-align: right;
}
#Social-Sidebar.Label-Curve.Pos-Left.Circle ul li a span {
  margin-left: -16px;
  padding-left: 24px;
}
#Social-Sidebar.Label-Curve.Pos-Right.Circle ul li a span {
  margin-right: -16px;
  padding-right: 24px;
}
#Social-Sidebar.Label-Curve.Pos-Left.Circle.Large ul li a span {
  margin-left: -24px;
  padding-left: 32px;
}
#Social-Sidebar.Label-Curve.Pos-Right.Circle.Large ul li a span {
  margin-right: -24px;
  padding-right: 32px;
}
#Social-Sidebar.Label-Round ul li a span {
  margin-left: -5px;
  padding: 0 8px 0 13px;
  min-width: 80px;
  width: auto;
  height: inherit;
  line-height: 35px;
  font-size: 15px;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
#Social-Sidebar.Label-Round.Pos-Right ul li a span {
  margin-right: -5px;
  padding: 0 13px 0 8px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
#Social-Sidebar.Label-Round.Large ul li a span {
  line-height: 52px;
  font-size: 17px;
}
#Social-Sidebar.Label-Round.Pos-Left ul li a span {
  text-align: left;
}
#Social-Sidebar.Label-Round.Pos-Right ul li a span {
  text-align: right;
}
#Social-Sidebar.Label-Round.Pos-Left.Circle ul li a span {
  margin-left: -16px;
  padding-left: 24px;
}
#Social-Sidebar.Label-Round.Pos-Right.Circle ul li a span {
  margin-right: -16px;
  padding-right: 24px;
}
#Social-Sidebar.Label-Round.Pos-Left.Circle.Large ul li a span {
  margin-left: -24px;
  padding-left: 32px;
}
#Social-Sidebar.Label-Round.Pos-Right.Circle.Large ul li a span {
  margin-right: -24px;
  padding-right: 32px;
}
#Social-Sidebar.Label-Fancy ul li a span {
  margin-top: -16px;
  padding: 4px 8px;
  min-width: 80px;
  width: auto;
  line-height: 24px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
}
#Social-Sidebar.Label-Fancy ul li a span:before {
  margin-top: -4px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: -2;
  top: 50%;
}
#Social-Sidebar.Label-Fancy.Pos-Left ul li a:hover span {
  left: 130%;
}
#Social-Sidebar.Label-Fancy.Pos-Right ul li a:hover span {
  right: 130%;
}
#Social-Sidebar.Large ul li a {
  width: 50px;
  height: 50px;
  line-height: 57px;
  font-size: 25px;
}
#Social-Sidebar.Pos-Left {
  left: 0;
}
#Social-Sidebar.Pos-Left ul li a span {
  left: -600%;
}
#Social-Sidebar.Pos-Left ul li a:hover span {
  left: 100%;
}
#Social-Sidebar.Pos-Left ul li a span:before {
  left: -4px;
}
#Social-Sidebar.Pos-Right {
  right: 0;
}
#Social-Sidebar.Pos-Right ul li a span {
  right: -600%;
}
#Social-Sidebar.Pos-Right ul li a:hover span {
  right: 100%;
}
#Social-Sidebar.Pos-Right ul li a span:before {
  right: -4px;
}
#Social-Sidebar.Corners.Pos-Left ul li:first-child a {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
#Social-Sidebar.Corners.Pos-Left ul li:last-child a {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
#Social-Sidebar.Corners.Pos-Right ul li:first-child a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
#Social-Sidebar.Corners.Pos-Right ul li:last-child a {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
#Social-Sidebar.Corners-All.Pos-Left ul li a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#Social-Sidebar.Corners-All.Pos-Right ul li a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#Social-Sidebar.Shadow.Pos-Left {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#Social-Sidebar.Shadow.Pos-Right {
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
}
#Social-Sidebar.Shadow-All.Pos-Left ul li a {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#Social-Sidebar.Shadow-All.Pos-Right ul li a {
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}
#Social-Sidebar.Circle ul li a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#Social-Sidebar.Circle.Pos-Left ul li a {
  margin-top: 5px;
  left: 5px;
}
#Social-Sidebar.Circle.Pos-Right ul li a {
  margin-top: 5px;
  right: 5px;
}
#Social-Sidebar.Theme-Light ul li a {
  background: #f0f0f0;
  color: #555;
}
#Social-Sidebar.Theme-Light ul li a:hover,
#Social-Sidebar.Theme-Light ul li a span,
#Social-Sidebar.Theme-Light ul li a span:before {
  background: #e0e0e0;
}
#Social-Sidebar.Theme-Trans ul li a {
  background: none;
  color: rgba(0, 0, 0, 0.5);
}
#Social-Sidebar.Theme-Trans ul li a:hover,
#Social-Sidebar.Theme-Trans ul li a span,
#Social-Sidebar.Theme-Trans ul li a span:before {
  background: #eee;
}
#Social-Sidebar.Theme-Color ul li a {
  background: #444;
  color: #fff;
}
#Social-Sidebar.Theme-Color ul li a[class*="YellowColor"] {
  background: #efc94c;
}
#Social-Sidebar.Theme-Color ul li a[class*="Bubbles"] {
  background: #444;
}
#Social-Sidebar.Theme-Color ul li a[class*="Cog"] {
  background: #444;
}
#Social-Sidebar.Theme-Color ul li a[class*="Dribbble"] {
  background: #ea4c89;
}
#Social-Sidebar.Theme-Color ul li a[class*="DefaultColor"] {
  background: #297171;
}
#Social-Sidebar.Theme-Color ul li a[class*="Facebook"] {
  background: #232323;
}
#Social-Sidebar.Theme-Color ul li a[class*="Github"] {
  background: #202021;
}
#Social-Sidebar.Theme-Color ul li a[class*="Google"] {
  background: #e34429;
}
#Social-Sidebar.Theme-Color ul li a[class*="GPlus"] {
  background: #232323;
}
#Social-Sidebar.Theme-Color ul li a[class*="Heart"] {
  background: #cd181f;
}
#Social-Sidebar.Theme-Color ul li a[class*="Home"] {
  background: #232323;
}
#Social-Sidebar.Theme-Color ul li a[class*="GreenColor"] {
  background: #1c7d5a;
}
#Social-Sidebar.Theme-Color ul li a[class*="OrangeColor"] {
  background: #ef7b47;
}
#Social-Sidebar.Theme-Color ul li a[class*="Paypal"] {
  background: #00335e;
}
#Social-Sidebar.Theme-Color ul li a[class*="RedColor"] {
  background: #7d211c;
}
#Social-Sidebar.Theme-Color ul li a[class*="RSS"] {
  background: #f57b05;
}
#Social-Sidebar.Theme-Color ul li a[class*="PurpleColor"] {
  background: #6a5d8f;
}
#Social-Sidebar.Theme-Color ul li a[class*="BlueColor"] {
  background: #559aa9;
}
#Social-Sidebar.Theme-Color ul li a[class*="Star"] {
  background: #444;
}
#Social-Sidebar.Theme-Color ul li a[class*="Support"] {
  background: #232323;
}
#Social-Sidebar.Theme-Color ul li a[class*="Twitter"] {
  background: #232323;
}
#Social-Sidebar ul li a:hover {
  color: #fff;
}
#Social-Sidebar ul li a[class*="YellowColor"]:hover,
#Social-Sidebar ul li a[class*="YellowColor"] span,
#Social-Sidebar ul li a[class*="YellowColor"] span:before {
  background: #efc94c;
}
#Social-Sidebar ul li a[class*="Bubbles"]:hover,
#Social-Sidebar ul li a[class*="Bubbles"] span,
#Social-Sidebar ul li a[class*="Bubbles"] span:before {
  background: #444;
}
#Social-Sidebar ul li a[class*="Calendar"]:hover,
#Social-Sidebar ul li a[class*="Calendar"] span,
#Social-Sidebar ul li a[class*="Calendar"] span:before {
  background: #444;
}
#Social-Sidebar ul li a[class*="Cog"]:hover,
#Social-Sidebar ul li a[class*="Cog"] span,
#Social-Sidebar ul li a[class*="Cog"] span:before {
  background: #444;
}
#Social-Sidebar ul li a[class*="DefaultColor"]:hover,
#Social-Sidebar ul li a[class*="DefaultColor"] span,
#Social-Sidebar ul li a[class*="DefaultColor"] span:before {
  background: #297171;
}
#Social-Sidebar ul li a[class*="Facebook"]:hover,
#Social-Sidebar ul li a[class*="Facebook"] span,
#Social-Sidebar ul li a[class*="Facebook"] span:before {
  background: #234999;
}
#Social-Sidebar ul li a[class*="Google"]:hover,
#Social-Sidebar ul li a[class*="Google"] span,
#Social-Sidebar ul li a[class*="Google"] span:before {
  background: #e34429;
}
#Social-Sidebar ul li a[class*="GPlus"]:hover,
#Social-Sidebar ul li a[class*="GPlus"] span,
#Social-Sidebar ul li a[class*="GPlus"] span:before {
  background: #e34429;
}
#Social-Sidebar ul li a[class*="Heart"]:hover,
#Social-Sidebar ul li a[class*="Heart"] span,
#Social-Sidebar ul li a[class*="Heart"] span:before {
  background: #cd181f;
}
#Social-Sidebar ul li a[class*="Home"]:hover,
#Social-Sidebar ul li a[class*="Home"] span,
#Social-Sidebar ul li a[class*="Home"] span:before {
  background: #444;
}
#Social-Sidebar ul li a[class*="GreenColor"]:hover,
#Social-Sidebar ul li a[class*="GreenColor"] span,
#Social-Sidebar ul li a[class*="GreenColor"] span:before {
  background: #1c7d5a;
}
#Social-Sidebar ul li a[class*="OrangeColor"]:hover,
#Social-Sidebar ul li a[class*="OrangeColor"] span,
#Social-Sidebar ul li a[class*="OrangeColor"] span:before {
  background: #ef7b47;
}
#Social-Sidebar ul li a[class*="Paypal"]:hover,
#Social-Sidebar ul li a[class*="Paypal"] span,
#Social-Sidebar ul li a[class*="Paypal"] span:before {
  background: #00335e;
}
#Social-Sidebar ul li a[class*="Pinterest"]:hover,
#Social-Sidebar ul li a[class*="Pinterest"] span,
#Social-Sidebar ul li a[class*="Pinterest"] span:before {
  background: #ca2128;
}
#Social-Sidebar ul li a[class*="RedColor"]:hover,
#Social-Sidebar ul li a[class*="RedColor"] span,
#Social-Sidebar ul li a[class*="RedColor"] span:before {
  background: #7d211c;
}
#Social-Sidebar ul li a[class*="RSS"]:hover,
#Social-Sidebar ul li a[class*="RSS"] span,
#Social-Sidebar ul li a[class*="RSS"] span:before {
  background: #f57b05;
}
#Social-Sidebar ul li a[class*="PurpleColor"]:hover,
#Social-Sidebar ul li a[class*="PurpleColor"] span,
#Social-Sidebar ul li a[class*="PurpleColor"] span:before {
  background: #6a5d8f;
}
#Social-Sidebar ul li a[class*="BlueColor"]:hover,
#Social-Sidebar ul li a[class*="BlueColor"] span,
#Social-Sidebar ul li a[class*="BlueColor"] span:before {
  background: #559aa9;
}
#Social-Sidebar ul li a[class*="Star"]:hover,
#Social-Sidebar ul li a[class*="Star"] span,
#Social-Sidebar ul li a[class*="Star"] span:before {
  background: #444;
}
#Social-Sidebar ul li a[class*="Support"]:hover,
#Social-Sidebar ul li a[class*="Support"] span,
#Social-Sidebar ul li a[class*="Support"] span:before {
  background: #325f26;
}
#Social-Sidebar ul li a[class*="Twitter"]:hover,
#Social-Sidebar ul li a[class*="Twitter"] span,
#Social-Sidebar ul li a[class*="Twitter"] span:before {
  background: #6cdfea;
}
@media all and (max-width: 400px), all and (max-width: 400px) {
  #Social-Sidebar.Pos-Left {
    float: left;
  }
  #Social-Sidebar.Pos-Right {
    float: right;
  }
  #Social-Sidebar {
    margin-top: 10px;
    position: static;
    top: 0;
  }
  #Social-Sidebar ul li {
    margin: 5px;
    display: inline-block;
  }
  #Social-Sidebar ul li a {
    padding: 0 10px;
    width: auto;
    overflow: hidden;
  }
  #Social-Sidebar ul li a span {
    width: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: static;
    display: inline-block;
    background: #333;
    color: #fff;
    float: right;
    z-index: 1000;
  }
  #Social-Sidebar.Label-Square.Pos-Left ul li a span {
    text-align: center;
    float: right;
  }
  #Social-Sidebar.Label-Square.Pos-Right ul li a span {
    text-align: center;
    float: left;
  }
  #Social-Sidebar.Label-Curve.Pos-Left ul li a span {
    text-align: center;
    float: right;
  }
  #Social-Sidebar.Label-Curve.Pos-Right ul li a span {
    text-align: center;
    float: left;
  }
  #Social-Sidebar.Label-Round.Pos-Left ul li a span {
    text-align: center;
    float: right;
  }
  #Social-Sidebar.Label-Round.Pos-Right ul li a span {
    text-align: center;
    float: left;
  }
  #Social-Sidebar.Label-Fancy ul li a span {
    margin-top: 0;
    padding: 0 8px;
    line-height: 35px;
    font-size: 15px;
    top: 0;
  }
  #Social-Sidebar.Label-Fancy.Large ul li a span {
    line-height: 52px;
    font-size: 17px;
  }
  #Social-Sidebar.Label-Fancy ul li a span:before {
    display: none;
  }
  #Social-Sidebar.Label-Fancy.Pos-Left ul li a:hover span {
    left: 0;
  }
  #Social-Sidebar.Label-Fancy.Pos-Right ul li a:hover span {
    right: 0;
  }
  #Social-Sidebar.Label-Fancy.Pos-Left ul li a span {
    text-align: center;
    float: right;
  }
  #Social-Sidebar.Label-Fancy.Pos-Right ul li a span {
    text-align: center;
    float: left;
  }
  #Social-Sidebar.Large ul li a {
    padding-left: 13px;
    width: auto;
  }
  #Social-Sidebar.Pos-Left ul li a span {
    left: 0;
  }
  #Social-Sidebar.Pos-Left ul li a:hover span {
    left: 0;
  }
  #Social-Sidebar.Pos-Left ul li a span:before {
    left: 0;
  }
  #Social-Sidebar.Pos-Right ul li a span {
    right: 0;
  }
  #Social-Sidebar.Pos-Right ul li a:hover span {
    right: 0;
  }
  #Social-Sidebar.Pos-Right ul li a span:before {
    right: 0;
  }
  #Social-Sidebar.Corners.Pos-Left ul li:first-child a,
  #Social-Sidebar.Corners.Pos-Left ul li:last-child a,
  #Social-Sidebar.Corners.Pos-Right ul li:first-child a,
  #Social-Sidebar.Corners.Pos-Right ul li:last-child a,
  #Social-Sidebar.Corners.Pos-Left ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #Social-Sidebar.Corners-All.Pos-Left ul li a,
  #Social-Sidebar.Corners-All.Pos-Right ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #Social-Sidebar.Shadow.Pos-Left,
  #Social-Sidebar.Shadow.Pos-Right {
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
  }
  #Social-Sidebar.Shadow-All.Pos-Left ul li a {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  #Social-Sidebar.Shadow-All.Pos-Right ul li a {
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  #Social-Sidebar.Theme-Light ul li a,
  #Social-Sidebar.Theme-Light ul li a span {
    background: #e0e0e0;
    color: #555;
  }
  #Social-Sidebar.Theme-Light ul li a:hover,
  #Social-Sidebar.Theme-Light ul li a:hover span {
    color: #fff;
  }
  #Social-Sidebar.Theme-Trans ul li a,
  #Social-Sidebar.Theme-Trans ul li a span {
    background: none;
    color: rgba(0, 0, 0, 0.5);
  }
  #Social-Sidebar.Theme-Trans ul li a:hover,
  #Social-Sidebar.Theme-Trans ul li a:hover span {
    color: #fff;
  }
  #Social-Sidebar ul li a[class*="Aid"] span,
  #Social-Sidebar ul li a[class*="Android"] span,
  #Social-Sidebar ul li a[class*="Apple"] span,
  #Social-Sidebar ul li a[class*="Behance"] span,
  #Social-Sidebar ul li a[class*="Blogger"] span,
  #Social-Sidebar ul li a[class*="Bookmark"] span,
  #Social-Sidebar ul li a[class*="Bubbles"] span,
  #Social-Sidebar ul li a[class*="Bullhorn"] span,
  #Social-Sidebar ul li a[class*="Calendar"] span,
  #Social-Sidebar ul li a[class*="Cart"] span,
  #Social-Sidebar ul li a[class*="CC"] span,
  #Social-Sidebar ul li a[class*="Circles"] span,
  #Social-Sidebar ul li a[class*="Cloud-Down"] span,
  #Social-Sidebar ul li a[class*="Cloud-Up"] span,
  #Social-Sidebar ul li a[class*="Cog"] span,
  #Social-Sidebar ul li a[class*="CSS3"] span,
  #Social-Sidebar ul li a[class*="Delicious"] span,
  #Social-Sidebar ul li a[class*="Deviantart"] span,
  #Social-Sidebar ul li a[class*="Dribbble"] span,
  #Social-Sidebar ul li a[class*="Dropbox"] span,
  #Social-Sidebar ul li a[class*="Evernote"] span,
  #Social-Sidebar ul li a[class*="Facebook"] span,
  #Social-Sidebar ul li a[class*="File-Down"] span,
  #Social-Sidebar ul li a[class*="File-Up"] span,
  #Social-Sidebar ul li a[class*="Flag"] span,
  #Social-Sidebar ul li a[class*="Flattr"] span,
  #Social-Sidebar ul li a[class*="Flickr"] span,
  #Social-Sidebar ul li a[class*="Forrst"] span,
  #Social-Sidebar ul li a[class*="Foursquare"] span,
  #Social-Sidebar ul li a[class*="Github"] span,
  #Social-Sidebar ul li a[class*="Google"] span,
  #Social-Sidebar ul li a[class*="Google-Drive"] span,
  #Social-Sidebar ul li a[class*="GPlus"] span,
  #Social-Sidebar ul li a[class*="Heart"] span,
  #Social-Sidebar ul li a[class*="Home"] span,
  #Social-Sidebar ul li a[class*="HTML5"] span,
  #Social-Sidebar ul li a[class*="Instagram"] span,
  #Social-Sidebar ul li a[class*="Joomla"] span,
  #Social-Sidebar ul li a[class*="Lab"] span,
  #Social-Sidebar ul li a[class*="Lanyrd"] span,
  #Social-Sidebar ul li a[class*="LastFM"] span,
  #Social-Sidebar ul li a[class*="Lightning"] span,
  #Social-Sidebar ul li a[class*="LinkedIn"] span,
  #Social-Sidebar ul li a[class*="Linux"] span,
  #Social-Sidebar ul li a[class*="Mail"] span,
  #Social-Sidebar ul li a[class*="Mixi"] span,
  #Social-Sidebar ul li a[class*="Paypal"] span,
  #Social-Sidebar ul li a[class*="Phone"] span,
  #Social-Sidebar ul li a[class*="Picassa"] span,
  #Social-Sidebar ul li a[class*="Pinterest"] span,
  #Social-Sidebar ul li a[class*="Power"] span,
  #Social-Sidebar ul li a[class*="QQ"] span,
  #Social-Sidebar ul li a[class*="Rdio"] span,
  #Social-Sidebar ul li a[class*="Reddit"] span,
  #Social-Sidebar ul li a[class*="RenRen"] span,
  #Social-Sidebar ul li a[class*="Rocket"] span,
  #Social-Sidebar ul li a[class*="RSS"] span,
  #Social-Sidebar ul li a[class*="Share"] span,
  #Social-Sidebar ul li a[class*="SinaWeibo"] span,
  #Social-Sidebar ul li a[class*="Skype"] span,
  #Social-Sidebar ul li a[class*="Soundcloud"] span,
  #Social-Sidebar ul li a[class*="Spotify"] span,
  #Social-Sidebar ul li a[class*="Stackoverflow"] span,
  #Social-Sidebar ul li a[class*="Star"] span,
  #Social-Sidebar ul li a[class*="Steam"] span,
  #Social-Sidebar ul li a[class*="Stumbleupon"] span,
  #Social-Sidebar ul li a[class*="Support"] span,
  #Social-Sidebar ul li a[class*="Tag"] span,
  #Social-Sidebar ul li a[class*="Thumbs-Up"] span,
  #Social-Sidebar ul li a[class*="Tumblr"] span,
  #Social-Sidebar ul li a[class*="Twitter"] span,
  #Social-Sidebar ul li a[class*="User"] span,
  #Social-Sidebar ul li a[class*="Users"] span,
  #Social-Sidebar ul li a[class*="Vimeo"] span,
  #Social-Sidebar ul li a[class*="VK"] span,
  #Social-Sidebar ul li a[class*="Windows"] span,
  #Social-Sidebar ul li a[class*="Windows8"] span,
  #Social-Sidebar ul li a[class*="Wordpress"] span,
  #Social-Sidebar ul li a[class*="Xing"] span,
  #Social-Sidebar ul li a[class*="Yahoo"] span,
  #Social-Sidebar ul li a[class*="Yelp"] span,
  #Social-Sidebar ul li a[class*="Youtube"] span {
    background: none;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-a2qbgu");
  src: url("fonts/icomoon.eot?#iefix-a2qbgu") format("embedded-opentype"),
    url("fonts/icomoon.woff?-a2qbgu") format("woff"),
    url("fonts/icomoon.ttf?-a2qbgu") format("truetype"),
    url("fonts/icomoon.svg?-a2qbgu#icomoon") format("svg");
  font-weight: normal !important;
  font-style: normal !important;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("/application/views/2014/css/ajax-loader.gif") center
    center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir="rtl"] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#languages .dropdown .trigger-lang {
  font-size: 14px;
  display: block;
  padding: 0 10px 0 30px;
  background: #f0d415;
  width: 53px;
  height: 31px;
  line-height: 31px;
  padding-left: 21px;
  border: none;
  font-weight: bold;
  text-transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3a4145;
  margin-top: 2px;
  line-height: 28px;
  position: relative;
}
.main-header .h-search .form-group:before {
  border-radius: 12px;
}
.advance-search {
  text-decoration: underline;
  color: blue;
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.7);
  width: 173px !important;
  height: auto !important;
  display: none;
}
.advance-search:before {
  background: unset !important;
}
.loc-drpdn {
  display: none;
}
#listing-12 .dropdown-menu {
  width: 400px !important;
}
@media only screen and (max-width: 600px) {
  #listing-12 .dropdown-menu {
    width: 100% !important;
  }
}
div.fancy-select div.trigger {
  background: #101033 !important;
  color: #f0d415 !important;
}
#content .content-sort .sort-search-results {
  color: #f0d415 !important;
  background: #101033 !important;
}
#content .content-sort .btn {
  background: none !important;
}
.property-title,
.property-title > h3 > a,
.property-title .subtitle,
.property-title .subtitle span.location a {
}
.rooms .room .details .price {
  background-color: rgba(2, 21, 33, 0.8) !important;
}
.rooms .room .details .details-cell a {
  text-decoration: none !important;
}
.property-content {
  text-align: center;
}
.property-meta.clearfix {
}
.pagination > li > a,
.pagination > li > span {
  color: #f0d415 !important;
  background-color: #000 !important;
  border: 1px solid #f5f5f5 !important;
}
#footer .top-footer {
  background-color: #101033 !important;
  color: #f0d415 !important;
}
#footer .top-footer #about_comp span {
  color: #f0d415;
}
.footer-widget ul li a {
  color: #f0d415 !important;
}
#footer .bottom-footer {
  background-color: #101033 !important;
  color: #f0d415 !important;
}
#sidebar .sb-wid .wid-body {
  background: #101033 !important;
  color: #f0d415 !important;
}
#sidebar .sb-wid .wid-head {
  background: #101033 !important;
  color: #5f5f5f !important;
}
body {
  color: #535353 !important;
}
.rooms div.fancy-select div.trigger {
  background: white !important;
  color: #535353 !important;
}
.property-content .property-meta > div .meta-data {
  margin-left: 4px;
}
.rooms .room:hover .property-content .property-meta {
  visibility: hidden !important;
}
#footer .center,
#header .center {
  width: 100% !important;
  max-width: 100% !important;
}

#telno {
  color: white;
}
.listing-phone-img {
  width: 45px;
  max-width: 20px;
  margin-left: 12px;
}
@media (max-width: 680px) {
  .main-header .h-search-container {
    margin-top: 0px !important;
    margin-bottom: 38px !important;
  }
  .property-content .property-meta > div {
    width: 50% !important;
  }
  #search_amenities {
    display: none;
  }
  #main .center {
    width: 100%;
  }
  .col-mb-12 {
    width: 100% !important;
  }
  .twitter-share-button img {
    margin-bottom: 0px !important;
  }
  .listing-price {
    display: table;
    margin-bottom: 10px;
  }
  .listing-phone-img {
    width: 45px;
    max-width: 20px;
    margin-left: 0px;
  }
}
.map-remove {
  display: none;
}
.child-pty {
  display: none;
}
.page-link {
  cursor: pointer !important;
}
.royalSlider img.rsImg {
  width: 100%;
  height: auto;
  margin: auto;
}
