/*@import url("https://fonts.googleapis.com/css?family=var(--main-font)");*/

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: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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, .block-content h3, h3 {
    orphans: 3;
    widows: 3; }
  h2, .block-content h3, 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: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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, .block-content h3, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h1 .small, h2 small, .block-content h3 small, h2 .small, .block-content h3 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .block-content h3, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, .block-content h3 small, h2 .small, .block-content h3 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%; }

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

h2, .block-content h3, .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, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

.list-unstyled, .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.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.header-identity-target img {
  width: auto;
  height: 70px; }

.footer-bottom .social2 {
  margin-top: 10px;
  position: relative;
  float: right; }

.social2 li {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px; }

@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; }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .dl-horizontal dd:after {
    clear: both; } }

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.42857;
  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-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  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.42857;
  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: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

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

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

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

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

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

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

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

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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 > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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 {
  cursor: not-allowed;
  background-color: #eee;
  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: 400;
  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: 400;
  cursor: pointer; }

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

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  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, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .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: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  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.42857;
  border-radius: 4px;
  -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: .65;
  filter: alpha(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 {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active {
  background-image: none; }

.open .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary, .btn-white {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-white:hover, .btn-primary:focus, .btn-white:focus, .btn-primary:active, .btn-white:active, .btn-primary.active, .active.btn-white {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-white:active, .btn-primary.active, .active.btn-white {
  background-image: none; }

.open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-white {
  background-image: none; }

.btn-primary.disabled, .disabled.btn-white, .btn-primary.disabled:hover, .disabled.btn-white:hover, .btn-primary.disabled:focus, .disabled.btn-white:focus, .btn-primary.disabled:active, .disabled.btn-white:active, .btn-primary.disabled.active, .disabled.active.btn-white, .btn-primary[disabled], [disabled].btn-white, .btn-primary[disabled]:hover, [disabled].btn-white:hover, .btn-primary[disabled]:focus, [disabled].btn-white:focus, .btn-primary[disabled]:active, [disabled].btn-white:active, .btn-primary[disabled].active, [disabled].active.btn-white, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-white, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.btn-white {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge, .btn-white .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 {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active {
  background-image: none; }

.open .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success: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 {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active {
  background-image: none; }

.open .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active {
  background-image: none; }

.open .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active {
  background-image: none; }

.open .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger: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: 400;
  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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, 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 .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.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, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

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

.tab-content > .tab-pane {
  display: none; }

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

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    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 > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: none; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }

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

.navbar-form {
  padding: 10px 15px;
  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: 8px -15px; }

@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: -15px; } }

.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: 15px;
    margin-right: 15px; }
  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  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: #090909; }

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

.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: #090909;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .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: #090909; }
  .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; }

.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-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.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:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0; }

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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; }

.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.42857;
  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 > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #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; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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 > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, 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: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%; }

.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 \9;
  background-color: transparent; }

.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 {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

body.pattern-none {
  background-color: #f2f2f2; }

body.pattern-cloth-alike.layout-boxed {
  background-image: url(../img/patterns/large/cloth-alike.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-cloth-alike.layout-boxed {
    background-image: url(../img/patterns/large/cloth-alike@2x.png); } }

body.pattern-cloth-alike.layout-wide #content {
  background-image: url(../img/patterns/large/cloth-alike.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-cloth-alike.layout-wide #content {
    background-image: url(../img/patterns/large/cloth-alike@2x.png); } }

body.pattern-corrugation.layout-boxed {
  background-image: url(../img/patterns/large/corrugation.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-corrugation.layout-boxed {
    background-image: url(../img/patterns/large/corrugation@2x.png); } }

body.pattern-corrugation.layout-wide #content {
  background-image: url(../img/patterns/large/corrugation.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-corrugation.layout-wide #content {
    background-image: url(../img/patterns/large/corrugation@2x.png); } }

body.pattern-diagonal-noise.layout-boxed {
  background-image: url(../img/patterns/large/diagonal-noise.png);
  background-repeat: repeat;
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-diagonal-noise.layout-boxed {
    background-image: url(../img/patterns/large/diagonal-noise@2x.png); } }

body.pattern-diagonal-noise.layout-wide #content {
  background-image: url(../img/patterns/large/diagonal-noise.png);
  background-repeat: repeat;
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-diagonal-noise.layout-wide #content {
    background-image: url(../img/patterns/large/diagonal-noise@2x.png); } }

body.pattern-dust.layout-boxed {
  background-image: url(../img/patterns/large/dust.png);
  background-repeat: repeat;
  background-size: 400px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-dust.layout-boxed {
    background-image: url(../img/patterns/large/dust@2x.png); } }

body.pattern-dust.layout-wide #content {
  background-image: url(../img/patterns/large/dust.png);
  background-repeat: repeat;
  background-size: 400px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-dust.layout-wide #content {
    background-image: url(../img/patterns/large/dust@2x.png); } }

body.pattern-fabric-plaid.layout-boxed {
  background-image: url(../img/patterns/large/fabric-plaid.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-fabric-plaid.layout-boxed {
    background-image: url(../img/patterns/large/fabric-plaid@2x.png); } }

body.pattern-fabric-plaid.layout-wide #content {
  background-image: url(../img/patterns/large/fabric-plaid.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-fabric-plaid.layout-wide #content {
    background-image: url(../img/patterns/large/fabric-plaid@2x.png); } }

body.pattern-farmer.layout-boxed {
  background-image: url(../img/patterns/large/farmer.png);
  background-repeat: repeat;
  background-size: 200px 200px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-farmer.layout-boxed {
    background-image: url(../img/patterns/large/farmer@2x.png); } }

body.pattern-farmer.layout-wide #content {
  background-image: url(../img/patterns/large/farmer.png);
  background-repeat: repeat;
  background-size: 200px 200px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-farmer.layout-wide #content {
    background-image: url(../img/patterns/large/farmer@2x.png); } }

body.pattern-grid-noise.layout-boxed {
  background-image: url(../img/patterns/large/grid-noise.png);
  background-repeat: repeat;
  background-size: 98px 98px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-grid-noise.layout-boxed {
    background-image: url(../img/patterns/large/grid-noise@2x.png); } }

body.pattern-grid-noise.layout-wide #content {
  background-image: url(../img/patterns/large/grid-noise.png);
  background-repeat: repeat;
  background-size: 98px 98px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-grid-noise.layout-wide #content {
    background-image: url(../img/patterns/large/grid-noise@2x.png); } }

body.pattern-lightpaperfibers.layout-boxed {
  background-image: url(../img/patterns/large/lightpaperfibers.png);
  background-repeat: repeat;
  background-size: 500px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lightpaperfibers.layout-boxed {
    background-image: url(../img/patterns/large/lightpaperfibers@2x.png); } }

body.pattern-lightpaperfibers.layout-wide #content {
  background-image: url(../img/patterns/large/lightpaperfibers.png);
  background-repeat: repeat;
  background-size: 500px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lightpaperfibers.layout-wide #content {
    background-image: url(../img/patterns/large/lightpaperfibers@2x.png); } }

body.pattern-retina-wood.layout-boxed {
  background-image: url(../img/patterns/large/retina-wood.png);
  background-repeat: repeat;
  background-size: 512px 512px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-retina-wood.layout-boxed {
    background-image: url(../img/patterns/large/retina-wood@2x.png); } }

body.pattern-retina-wood.layout-wide #content {
  background-image: url(../img/patterns/large/retina-wood.png);
  background-repeat: repeat;
  background-size: 512px 512px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-retina-wood.layout-wide #content {
    background-image: url(../img/patterns/large/retina-wood@2x.png); } }

body.pattern-lghtmesh.layout-boxed {
  background-image: url(../img/patterns/large/lghtmesh.png);
  background-repeat: repeat;
  background-size: 256px 256px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lghtmesh.layout-boxed {
    background-image: url(../img/patterns/large/lghtmesh@2x.png); } }

body.pattern-lghtmesh.layout-wide #content {
  background-image: url(../img/patterns/large/lghtmesh.png);
  background-repeat: repeat;
  background-size: 256px 256px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lghtmesh.layout-wide #content {
    background-image: url(../img/patterns/large/lghtmesh@2x.png); } }

body.pattern-pw-maze-white.layout-boxed {
  background-image: url(../img/patterns/large/pw-maze-white.png);
  background-repeat: repeat;
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-pw-maze-white.layout-boxed {
    background-image: url(../img/patterns/large/pw-maze-white@2x.png); } }

body.pattern-pw-maze-white.layout-wide #content {
  background-image: url(../img/patterns/large/pw-maze-white.png);
  background-repeat: repeat;
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-pw-maze-white.layout-wide #content {
    background-image: url(../img/patterns/large/pw-maze-white@2x.png); } }

body.pattern-cloth-alike-dark.layout-boxed {
  background-image: url(../img/patterns/large/cloth-alike-dark.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-cloth-alike-dark.layout-boxed {
    background-image: url(../img/patterns/large/cloth-alike-dark@2x.png); } }

body.pattern-cloth-alike-dark.layout-wide #content {
  background-image: url(../img/patterns/large/cloth-alike-dark.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-cloth-alike-dark.layout-wide #content {
    background-image: url(../img/patterns/large/cloth-alike-dark@2x.png); } }

body.pattern-corrugation-dark.layout-boxed {
  background-image: url(../img/patterns/large/corrugation-dark.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-corrugation-dark.layout-boxed {
    background-image: url(../img/patterns/large/corrugation-dark@2x.png); } }

body.pattern-corrugation-dark.layout-wide #content {
  background-image: url(../img/patterns/large/corrugation-dark.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-corrugation-dark.layout-wide #content {
    background-image: url(../img/patterns/large/corrugation-dark@2x.png); } }

body.pattern-diagonal-noise-dark.layout-boxed {
  background-image: url(../img/patterns/large/diagonal-noise-dark.png);
  background-repeat: repeat;
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-diagonal-noise-dark.layout-boxed {
    background-image: url(../img/patterns/large/diagonal-noise-dark@2x.png); } }

body.pattern-diagonal-noise-dark.layout-wide #content {
  background-image: url(../img/patterns/large/diagonal-noise-dark.png);
  background-repeat: repeat;
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-diagonal-noise-dark.layout-wide #content {
    background-image: url(../img/patterns/large/diagonal-noise-dark@2x.png); } }

body.pattern-dust-dark.layout-boxed {
  background-image: url(../img/patterns/large/dust-dark.png);
  background-repeat: repeat;
  background-size: 400px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-dust-dark.layout-boxed {
    background-image: url(../img/patterns/large/dust-dark@2x.png); } }

body.pattern-dust-dark.layout-wide #content {
  background-image: url(../img/patterns/large/dust-dark.png);
  background-repeat: repeat;
  background-size: 400px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-dust-dark.layout-wide #content {
    background-image: url(../img/patterns/large/dust-dark@2x.png); } }

body.pattern-fabric-plaid-dark.layout-boxed {
  background-image: url(../img/patterns/large/fabric-plaid-dark.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-fabric-plaid-dark.layout-boxed {
    background-image: url(../img/patterns/large/fabric-plaid-dark@2x.png); } }

body.pattern-fabric-plaid-dark.layout-wide #content {
  background-image: url(../img/patterns/large/fabric-plaid-dark.png);
  background-repeat: repeat;
  background-size: 102px 78px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-fabric-plaid-dark.layout-wide #content {
    background-image: url(../img/patterns/large/fabric-plaid-dark@2x.png); } }

body.pattern-farmer-dark.layout-boxed {
  background-image: url(../img/patterns/large/farmer-dark.png);
  background-repeat: repeat;
  background-size: 200px 200px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-farmer-dark.layout-boxed {
    background-image: url(../img/patterns/large/farmer-dark@2x.png); } }

body.pattern-farmer-dark.layout-wide #content {
  background-image: url(../img/patterns/large/farmer-dark.png);
  background-repeat: repeat;
  background-size: 200px 200px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-farmer-dark.layout-wide #content {
    background-image: url(../img/patterns/large/farmer-dark@2x.png); } }

body.pattern-grid-noise-dark.layout-boxed {
  background-image: url(../img/patterns/large/grid-noise-dark.png);
  background-repeat: repeat;
  background-size: 98px 98px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-grid-noise-dark.layout-boxed {
    background-image: url(../img/patterns/large/grid-noise-dark@2x.png); } }

body.pattern-grid-noise-dark.layout-wide #content {
  background-image: url(../img/patterns/large/grid-noise-dark.png);
  background-repeat: repeat;
  background-size: 98px 98px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-grid-noise-dark.layout-wide #content {
    background-image: url(../img/patterns/large/grid-noise-dark@2x.png); } }

body.pattern-lightpaperfibers-dark.layout-boxed {
  background-image: url(../img/patterns/large/lightpaperfibers-dark.png);
  background-repeat: repeat;
  background-size: 500px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lightpaperfibers-dark.layout-boxed {
    background-image: url(../img/patterns/large/lightpaperfibers-dark@2x.png); } }

body.pattern-lightpaperfibers-dark.layout-wide #content {
  background-image: url(../img/patterns/large/lightpaperfibers-dark.png);
  background-repeat: repeat;
  background-size: 500px 300px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lightpaperfibers-dark.layout-wide #content {
    background-image: url(../img/patterns/large/lightpaperfibers-dark@2x.png); } }

body.pattern-retina-wood-dark.layout-boxed {
  background-image: url(../img/patterns/large/retina-wood-dark.png);
  background-repeat: repeat;
  background-size: 512px 512px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-retina-wood-dark.layout-boxed {
    background-image: url(../img/patterns/large/retina-wood-dark@2x.png); } }

body.pattern-retina-wood-dark.layout-wide #content {
  background-image: url(../img/patterns/large/retina-wood-dark.png);
  background-repeat: repeat;
  background-size: 512px 512px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-retina-wood-dark.layout-wide #content {
    background-image: url(../img/patterns/large/retina-wood-dark@2x.png); } }

body.pattern-lghtmesh-dark.layout-boxed {
  background-image: url(../img/patterns/large/lghtmesh-dark.png);
  background-repeat: repeat;
  background-size: 256px 256px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lghtmesh-dark.layout-boxed {
    background-image: url(../img/patterns/large/lghtmesh-dark@2x.png); } }

body.pattern-lghtmesh-dark.layout-wide #content {
  background-image: url(../img/patterns/large/lghtmesh-dark.png);
  background-repeat: repeat;
  background-size: 256px 256px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-lghtmesh-dark.layout-wide #content {
    background-image: url(../img/patterns/large/lghtmesh-dark@2x.png); } }

body.pattern-pw-maze-white-dark.layout-boxed {
  background-image: url(../img/patterns/large/pw-maze-white-dark.png);
  background-repeat: repeat;
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-pw-maze-white-dark.layout-boxed {
    background-image: url(../img/patterns/large/pw-maze-white-dark@2x.png); } }

body.pattern-pw-maze-white-dark.layout-wide #content {
  background-image: url(../img/patterns/large/pw-maze-white-dark.png);
  background-repeat: repeat;
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  body.pattern-pw-maze-white-dark.layout-wide #content {
    background-image: url(../img/patterns/large/pw-maze-white-dark@2x.png); } }

#wrapper {
  background-color: #fff;
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.layout-boxed #wrapper {
  margin: 0 auto;
  width: auto; }

#header-wrapper, #main-wrapper, #footer-wrapper {
  display: table-row; }

#header-wrapper, #footer-wrapper {
  height: 1px; }

html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #1f1f1f;
  color: #252525;
  font-family: var(--main-font),sans-serif;
  font-size: 12px;
  height: 100%;
  line-height: 22px;
  min-height: 100%; }

h2, .block-content h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 45px;
  margin-top: 0;
  position: relative; }

address {
  line-height: 22px; }

address a {
  text-decoration: underline; }

a {
  color: var(--main-bg-color);
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

a:hover {
  color: var(--main-bg-color);
  text-decoration: underline; }

abbr, abbr[title], abbr[data-original-title] {
  border-bottom: 0 !important;
  text-decoration: none; }

ol li {
  margin-bottom: 20px; }

ol li:last-child {
  margin-bottom: 0; }

.hero {
  text-align: center; }

.hero strong, .hero span {
  display: block; }

.hero strong {
  color: var(--main-bg-color);
  font-size: 280px;
  font-weight: 700;
  line-height: 1.3; }

.hero span {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase; }

.color-primary {
  color: var(--main-bg-color) !important; }

.color-white {
  color: #fff !important; }

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

.box {
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 20px; }

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

.caps {
  text-transform: uppercase; }

.vertical-align {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

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

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.form-search .form-control-feedback {
  color: var(--main-bg-color);
  font-size: 18px;
  right: 0 !important; }

.fullwidth {
  margin-left: -800px !important;
  margin-right: -800px !important;
  padding-left: 800px !important;
  padding-right: 800px !important; }

.fullwidth-container {
  margin-left: -800px;
  margin-right: -800px; }

.background-primary {
  background-color: var(--main-bg-color); }

.background-primary a {
  color: #fff; }

.background-primary a:hover {
  text-decoration: none; }

.background-secondary {
  background-color: #dbdbdb; }

.background-map {
  background-image: url(../img/map.png);
  background-repeat: repeat;
  background-position: center center; }

.background-dots {
  background-image: url(../img/pattern-dots.png);
  background-position: center center;
  background-repeat: repeat; }

.block-content {
  padding: 100px 0;
  padding-top: 50px; }

.block-content h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0; }

.block-content h3:after {
  background-color: rgba(0, 0, 0, 0.3); }

.block-content .center h3:after {
  left: 50%;
  margin-left: -15px; }

.block-content p {
  font-size: 14px;
  margin-bottom: 20px; }

.block-content.background-primary {
  color: #fff; }

.block-content blockquote {
  border: 0;
  font-size: 28px;
  line-height: 34px;
  margin: 0; }

.block-content blockquote .author {
  color: #252525;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: .9; }

.block-content-small-padding {
  padding: 45px 0; }

p.block-slogan {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px; }

.hex {
  margin-bottom: 25px;
  position: relative; }

.hex i {
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.hex-content {
  display: block; }

.hex-content a {
  color: #fff; }

.hex-content a:hover {
  text-decoration: none; }

.hex-image {
  width: 100%; }

.block-stats {
  padding: 20px;
  text-align: center; }

.block-stats span, .block-stats strong {
  display: block; }

.block-stats strong {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px; }

.block-stats span {
  font-size: 16px;
  font-weight: 500; }

.helper-image-hover, .property-box-picture-inner, .property-row-picture-inner, .property-small-picture-inner, .agent-box-picture-inner, .agent-row-picture-inner, .agent-small-picture, .agency-row-picture, .infobox-picture, .post-picture {
  background-color: #fff; }

.helper-image-hover img, .property-box-picture-inner img, .property-row-picture-inner img, .property-small-picture-inner img, .agent-box-picture-inner img, .agent-row-picture-inner img, .agent-small-picture img, .agency-row-picture img, .infobox-picture img, .post-picture img {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out; }

.helper-image-hover a, .property-box-picture-inner a, .property-row-picture-inner a, .property-small-picture-inner a, .agent-box-picture-inner a, .agent-row-picture-inner a, .agent-small-picture a, .agency-row-picture a, .infobox-picture a, .post-picture a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%; }

.helper-image-hover a:after, .property-box-picture-inner a:after, .property-row-picture-inner a:after, .property-small-picture-inner a:after, .agent-box-picture-inner a:after, .agent-row-picture-inner a:after, .agent-small-picture a:after, .agency-row-picture a:after, .infobox-picture a:after, .post-picture a:after {
  color: #fff;
  content: '\f002';
  display: block;
  font-family: 'FontAwesome';
  font-size: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(3, 3);
  -moz-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out; }

.helper-image-hover:hover img, .property-box-picture-inner:hover img, .property-row-picture-inner:hover img, .property-small-picture-inner:hover img, .agent-box-picture-inner:hover img, .agent-row-picture-inner:hover img, .agent-small-picture:hover img, .agency-row-picture:hover img, .infobox-picture:hover img, .post-picture:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -webkit-transition: all .7s ease-in;
  -moz-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in; }

.helper-image-hover:hover a, .property-box-picture-inner:hover a, .property-row-picture-inner:hover a, .property-small-picture-inner:hover a, .agent-box-picture-inner:hover a, .agent-row-picture-inner:hover a, .agent-small-picture:hover a, .agency-row-picture:hover a, .infobox-picture:hover a, .post-picture:hover a {
  text-decoration: none; }

.helper-image-hover:hover a:after, .property-box-picture-inner:hover a:after, .property-row-picture-inner:hover a:after, .property-small-picture-inner:hover a:after, .agent-box-picture-inner:hover a:after, .agent-row-picture-inner:hover a:after, .agent-small-picture:hover a:after, .agency-row-picture:hover a:after, .infobox-picture:hover a:after, .post-picture:hover a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .7s ease-in;
  -moz-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in; }

.btn {
  -webkit-appearance: none; }

.btn-primary, .btn-white {
  background-color: transparent;
  border: 2px solid var(--main-bg-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--main-bg-color);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  outline: 0 !important;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.btn-primary:active, .btn-white:active, .btn-primary:focus, .btn-white:focus {
  background-color: transparent;
  border-color: var(--second-bg-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: var(--main-bg-color); }

.btn-primary:active.btn-inversed, .btn-white:active.btn-inversed, .btn-primary:focus.btn-inversed, .btn-white:focus.btn-inversed {
  border-color: var(--second-bg-color);
  color: #fff; }

.btn-primary:hover, .btn-white:hover {
  background-color: transparent;
  border-color: var(--second-bg-color);
  color: var(--second-bg-color); }

.btn-primary:hover i, .btn-white:hover i {
  background-color: var(--second-bg-color); }

.btn-primary:hover.btn-inversed, .btn-white:hover.btn-inversed {
  background-color: var(--second-bg-color); }

#footer .btn-primary:hover, #footer .btn-white:hover {
  color: var(--second-bg-color); }

#footer .btn-primary, #footer .btn-white {
  color: var(--main-bg-color); }

.btn-primary.btn-inversed, .btn-inversed.btn-white {
  background-color: var(--main-bg-color);
  color: #fff; }

.btn-primary.btn-inversed i, .btn-inversed.btn-white i {
  color: #fff !important; }

.btn-primary i, .btn-white i {
  background-color: var(--main-bg-color);
  color: #252525;
  display: block;
  float: left;
  height: 36px;
  line-height: 20px;
  margin: -8px 12px -8px -12px;
  padding: 8px 12px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.header-light .btn-primary i, .header-light .btn-white i {
  color: #fff; }

.btn-white {
  border-color: #fff;
  color: #fff; }

.btn-white:active, .btn-white:focus {
  border-color: #e6e6e6; }

.btn-white:hover {
  border-color: #e6e6e6;
  color: #e6e6e6; }

.btn-regular {
  border-bottom: 1px solid var(--main-bg-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: var(--main-bg-color);
  font-weight: 700;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 1px 0 2px; }

.btn-regular:hover {
  border-bottom-color: var(--main-bg-color);
  color: var(--main-bg-color); }

#footer .btn-regular, #header .btn-regular {
  border-bottom-color: #fff;
  color: #fff; }

#footer .btn-regular:hover, #header .btn-regular:hover {
  border-bottom-color: var(--main-bg-color);
  color: var(--main-bg-color); }

.btn-small {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 8px; }

.btn-small i {
  height: 20px;
  margin: 0 7px 0 0;
  padding: 0; }

label {
  cursor: pointer; }

.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #252525;
  font-size: 14px;
  font-weight: 300; }

.form-control:active, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#main .form-control {
  border: 2px solid rgba(0, 0, 0, 0.1); }

.form-control-static {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 0; }

.select-wrapper {
  cursor: pointer;
  position: relative; }

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

.select-wrapper select.form-control {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-indent: .01px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.select-wrapper select.form-control[disabled] {
  cursor: not-allowed; }

.widget form .form-group:last-child {
  margin-bottom: 0; }

.widget .widget-title {
  font-size: 30px;
  margin-bottom: 45px !important; }

.sidebar .widget {
  margin-bottom: 45px; }

.sidebar .widget .widget-content {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px; }

.widget .nav-stacked li {
  margin: 0 0 14px; }

.widget .nav-stacked li:last-child {
  margin-bottom: 0; }

.widget .nav-stacked li a {
  padding: 0; }

#footer .widget .nav-stacked li a {
  color: #fff; }

.widget .nav-stacked li a:hover {
  background-color: transparent;
  text-decoration: underline; }

.widget .recent-posts {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget .recent-posts h3, .widget .recent-posts h3 a {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none; }

.sidebar .widget .recent-posts h3, .footer-light .widget .recent-posts h3, .sidebar .widget .recent-posts h3 a, .footer-light .widget .recent-posts h3 a {
  color: #252525 !important; }

.widget .recent-posts li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }

.widget .recent-posts li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.panel-group .panel {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.panel-default > .panel-heading {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear; }

#main .panel-default > .panel-heading, .footer-light .panel-default > .panel-heading {
  background-color: var(--main-bg-color) !important;
  color: #fff; }

.panel-default > .panel-heading:after {
  content: '\f067';
  color: #fff;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px; }

.panel-default > .panel-heading.active {
  background-color: var(--main-bg-color) !important; }

.panel-default > .panel-heading.active:after {
  content: '\f068'; }

.panel-default > .panel-heading.active a:hover {
  color: #fff; }

.panel-title > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px 10px 24px;
  text-decoration: none; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-left: 3px solid var(--main-bg-color);
  border-top: 0;
  margin: 10px;
  padding-left: 20px; }

.pagination {
  margin-top: 50px; }

.pagination li a {
  /* border:2px solid rgba(0,0,0,0.1); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #252525;
  font-size: 14px;
  margin: 0 5px;
  -webkit-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear; }

.pagination li a:hover {
  background-color: transparent;
  border-color: var(--main-bg-color);
  color: #252525; }

.pagination li.active a, .pagination li.active a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
  font-weight: 700; }

.table {
  font-size: 14px; }

.table tbody tr td {
  vertical-align: middle; }

.table tbody tr td.min-width {
  white-space: nowrap;
  width: 1px; }

.header-bar {
  background-color: var(--main-bg-color);
  border-top: 2px solid var(--main-bg-color);
  color: #fff; }

.header-classic {
  position: relative;
  z-index: 99999; }

.header-classic .header-top {
  padding: 10px 0; }

.header-classic .header-identity {
  margin-top: 17px; }

.header-standard {
  margin-bottom: 62px; }

.header-bar-nav {
  float: right; }

.header-bar-nav li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  line-height: 12px;
  padding: 0 10px; }

.header-bar-nav li:last-child {
  border: 0;
  padding-right: 0; }

.header-bar-nav li a {
  color: #fff;
  font-size: 11px;
  padding: 0; }

.header-bar-nav li a:hover {
  background-color: transparent;
  text-decoration: underline; }

.header-top {
  background-color: #252525;
  border-bottom: 2px solid var(--main-bg-color);
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
  -moz-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.69); }

.header-light .header-top {
  color: #252525; }

.header-light .header-top .btn-regular {
  border-bottom-color: #252525 !important;
  color: #252525 !important; }

.header-light .header-top .btn-regular:hover {
  border-bottom: 1px solid var(--main-bg-color) !important;
  color: var(--main-bg-color) !important; }

.header-top .social {
  float: right; }

.header-top .separator {
  font-size: 14px; }

.header-light .header-top {
  background-color: #fff; }

.header-identity {
  display: inline-block; }

.header-infobox {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  margin: 0 20px 0 0; }

.header-infobox a {
  color: #fff; }

.header-infobox strong {
  font-weight: 400; }

.header-identity-target {
  color: #fff; }

.header-identity-target:hover {
  color: #fff;
  text-decoration: none; }

.header-light .header-identity-target {
  color: #252525; }

.header-icon {
  color: var(--main-bg-color);
  font-size: 24px;
  padding-right: 15px;
  vertical-align: -4px; }

.header-title {
  font-family: "Raleway","Arial",sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle; }

.header-slogan {
  border-left: 1px solid var(--main-bg-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 0 25px;
  padding: 0 0 0 25px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  width: 230px; }

.header-navigation {
  background-color: rgba(37, 37, 37, 0.9);
  position: relative;
  z-index: 99999; }

.header-light .header-navigation {
  background-color: rgba(255, 255, 255, 0.85); }

.header-navigation .form-search-wrapper {
  float: right; }

.header-navigation .form-search {
  margin-top: 13px; }

.header-navigation .form-search .form-control {
  color: #fff;
  background-color: #252525; }

.header-light .header-navigation .form-search .form-control {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #252525; }

.navbar-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 0; }

.navbar-toggle .icon-bar {
  background-color: var(--main-bg-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.header-nav {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  vertical-align: middle;
  z-index: 99999; }

.header-nav li a {
  background-color: transparent;
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 17px 12px 20px;
  text-align: left;
  -webkit-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear; }

.header-light .header-nav li a {
  color: #252525; }

.header-light .header-nav li a:hover {
  color: #252525; }

.header-nav li a:hover {
  background-color: transparent;
  border-top-color: var(--main-bg-color); }

.header-nav li.active a {
  background-color: transparent;
  border-top-color: var(--main-bg-color); }

.header-nav li.active a:hover {
  background-color: transparent; }

.header-nav li + li {
  margin-left: 10px; }

.header-nav .menuparent {
  position: relative; }

.header-nav .menuparent .menuparent:hover > a {
  background-color: var(--main-bg-color) !important;
  color: #fff !important; }

.header-nav .menuparent .menuparent:hover > a:after, .header-nav .menuparent .menuparent:hover > a:before {
  color: #fff !important; }

.header-nav .menuparent .menuparent:hover > a:before {
  display: block; }

.header-nav .menuparent > a:after {
  color: var(--main-bg-color);
  font-family: 'FontAwesome';
  font-size: 12px;
  display: inline-block;
  content: '\f078';
  padding-left: 15px;
  vertical-align: top; }

.header-nav .menuparent .menuparent > a:after {
  content: '\f054';
  position: absolute;
  right: 15px; }

.header-nav .menuparent .menuparent > a:hover:after {
  color: #fff; }

.header-nav .menuparent:hover > .sub-menu {
  display: block;
  visibility: visible; }

.header-nav .menuparent:hover > a {
  background-color: transparent;
  border-top-color: var(--main-bg-color); }

.header-nav .sub-menu {
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  display: none;
  left: 0;
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 3; }

.header-classic .header-nav .sub-menu {
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.header-classic .header-nav .sub-menu:before {
  border-bottom-color: rgba(255, 255, 255, 0.85);
  top: -12px; }

.header-light .header-nav .sub-menu {
  background-color: rgba(37, 37, 37, 0.9);
  border: 0; }

.header-nav .sub-menu:before {
  border: 5px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  top: -10px;
  width: 0; }

.header-light .header-nav .sub-menu:before {
  border-bottom-color: rgba(37, 37, 37, 0.9); }

.header-nav .sub-menu li {
  margin: 0;
  padding: 0; }

.header-nav .sub-menu li a {
  border: 0;
  color: #252525;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 8px 12px 8px 30px;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.header-nav .sub-menu li a:before {
  content: '\f00c';
  color: #fff;
  display: none;
  font-family: 'FontAwesome';
  font-size: 12px;
  left: 11px;
  position: absolute; }

.header-nav .sub-menu li a:hover {
  background-color: var(--main-bg-color);
  border: 0;
  color: #fff;
  text-decoration: none; }

.header-light .header-nav .sub-menu li a.active {
  background-color: var(--main-bg-color);
  border: 0;
  color: #fff;
  text-decoration: none; }

.header-nav .sub-menu li a:hover:before {
  display: block; }

.header-light .header-nav .sub-menu li a {
  color: #fff; }

.header-nav .sub-menu .sub-menu {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  left: 225px;
  top: 0; }

.header-nav .sub-menu .sub-menu:before {
  border-bottom-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.1);
  left: -10px;
  margin: 0;
  top: 10px; }

.header-nav .sub-menu .sub-menu:after {
  background-color: transparent;
  content: '';
  display: block;
  height: 100%;
  left: -12px;
  position: absolute;
  top: 0;
  width: 12px;
  z-index: 999; }

#footer {
  color: #fff; }

.footer-light #footer {
  color: #252525; }

#footer a {
  color: #fff; }

#footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 25px 0; }

.footer-light #footer hr {
  border-color: rgba(0, 0, 0, 0.1); }

#footer .form-search {
  margin-top: 5px; }

.footer-light #footer .form-search .form-control {
  border: 2px solid rgba(0, 0, 0, 0.2); }

.footer-top {
  background-color: #252525;
  padding: 25px 0; }

.footer-light .footer-top {
  background-color: #fff; }

.footer-light .footer-top .nav li a {
  color: #252525 !important; }

.footer-nav {
  font-size: 14px; }

.footer-nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0; }

.footer-light .footer-nav li a {
  color: #252525 !important; }

.footer-nav li a:hover {
  background-color: transparent;
  text-decoration: underline; }

.footer-bottom {
  background-color: #181818;
  border-top: 3px solid transparent;
  padding: 25px 0; }

.footer-light .footer-bottom {
  background-color: #fff;
  border-top: 3px solid var(--main-bg-color); }

.footer-bottom .social {
  margin-top: 30px;
  position: relative; }

.footer-light .footer-bottom .social a {
  color: rgba(37, 37, 37, 0.9) !important; }

.footer-bottom .social:before {
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -14px;
  width: 30px; }

.footer-light .footer-bottom .social:before {
  background-color: rgba(0, 0, 0, 0.2); }

.property-box {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 40px 20px 25px;
  position: relative;
  text-align: center; }

.property-box.no-border {
  border: 0; }

.property-box.small {
  padding-top: 30px; }

h3.property-box-title, h3.property-box-title a {
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  margin: 0; }

h3.property-box-title:after, h3.property-box-title a:after {
  display: none; }

.small h3.property-box-title, .small h3.property-box-title a {
  font-size: 16px;
  margin-top: 10px; }

h4.property-box-subtitle, h4.property-box-subtitle a {
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative; }

.small h4.property-box-subtitle, .small h4.property-box-subtitle a {
  font-size: 15px;
  margin-bottom: 11px; }

.property-box-price {
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--main-bg-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 2px;
  width: 100%;
  z-index: 999; }

.small .property-box-price {
  font-size: 12px;
  height: 31px;
  line-height: 23px;
  padding: 4px 0;
  top: 0; }

.property-box-price-suffix {
  color: #252525;
  font-size: 10px;
  font-weight: 700; }

.property-box-picture {
  margin-bottom: -25px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }

.property-box-picture-target {
  display: block;
  overflow: hidden; }

.property-box-picture-target img {
  width: 100%; }

.property-box-picture-inner {
  bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
  position: relative;
  z-index: 1; }

.no-border .property-box-picture-inner {
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #bbb; }

.property-box-label {
  background-color: #cecece;
  color: #252525;
  font-size: 11px;
  font-weight: 700;
  left: -70px;
  padding: 5px 80px;
  position: absolute;
  top: 15px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-33deg);
  z-index: 2; }

.small .property-box-label {
  font-size: 11px;
  left: -54px;
  padding: 2px 60px;
  top: 5px; }

.property-box-label.property-box-label-primary {
  background-color: var(--main-bg-color);
  color: #fff; }

.property-box-meta {
  background-color: rgba(255, 255, 255, 0.85);
  border: 0;
  bottom: -2px;
  left: -2px;
  position: absolute;
  right: -2px;
  z-index: 10; }

.property-box-meta-item {
  font-size: 11px;
  padding: 0;
  text-align: center; }

.property-box-meta-item span {
  background-color: #fff;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 6px 0;
  line-height: 1; }

.property-box-meta-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0; }

.properties-filter {
  line-height: 36px;
  margin-bottom: 30px;
  padding: 0;
  text-align: center; }

.properties-filter li {
  display: inline-block;
  margin: 0 10px; }

.properties-filter a {
  border: 2px solid transparent;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 11px; }

.properties-filter .selected a {
  border-color: rgba(0, 0, 0, 0.1); }

.property-rows {
  margin-bottom: -30px; }

.property-row {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.property-row-picture {
  padding-right: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.1); }

.property-row-picture img {
  /* width: inherit; */
  max-height: 225px;
  object-fit: cover;
  width: 100%;
  margin: 0 auto !important; }

.property-row-picture-inner {
  position: relative;
  height: 234px;
  background-color: #ccc; }

.property-row-content {
  padding-right: 25px; }

h3.property-row-title, h3.property-row-title a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0; }

h4.property-row-subtitle, h4.property-row-subtitle a {
  color: #252525;
  font-size: 12px;
  font-weight: 300; }

.property-row-price {
  color: var(--main-bg-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px; }

p.property-row-body {
  font-size: 12px; }

.property-row-meta {
  background-color: rgba(255, 255, 255, 0.85);
  border: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }

.property-row-meta-item {
  font-size: 11px;
  padding: 0;
  text-align: center; }

.property-row-meta-item span {
  background-color: #fff;
  display: block;
  padding: 6px 0;
  line-height: 1; }

.property-row-meta-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 0; }

.property-small {
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  padding: 10px 0; }

.property-small:last-child {
  margin-bottom: 0; }

.sidebar .property-small, .footer-light .property-small {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1); }

.property-small-picture {
  padding-left: 10px;
  padding-right: 10px; }

.property-small-picture img {
  width: 100%;
  height: 50px;
  object-fit: cover; }

.property-small-picture-target {
  display: block; }

.property-small-content {
  padding-left: 0; }

h3.property-small-title, h3.property-small-title a {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px; }

.sidebar h3.property-small-title, .footer-light h3.property-small-title, .sidebar h3.property-small-title a, .footer-light h3.property-small-title a {
  color: #252525 !important; }

.property-small-subtitle {
  font-size: 11px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7; }

.property-small-price {
  color: var(--main-bg-color);
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px; }

.property-small-price-suffix {
  color: #fff;
  font-size: 12px;
  font-weight: 400; }

.sidebar .property-small-price-suffix, .footer-light .property-small-price-suffix {
  color: #252525 !important; }

.property-detail-amenities {
  margin: 0;
  padding: 0; }

.property-detail-amenities li {
  list-style: none;
  margin-bottom: 10px; }

.property-detail-amenities li i {
  font-size: 14px;
  margin-right: 7px;
  vertical-align: 0; }

.property-detail-amenities li .ok {
  color: var(--main-bg-color); }

.property-detail-amenities li .no {
  color: #cecece; }

h2.property-detail-title, .block-content h3.property-detail-title {
  margin-bottom: 20px; }

h3.property-detail-subtitle {
  font-size: 16px; }

h3.property-detail-subtitle strong {
  background-color: var(--main-bg-color);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 6px 15px;
  vertical-align: middle; }

.property-detail-overview {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.property-detail-overview-item {
  padding: 8px 0;
  text-align: center; }

.property-detail-overview-item:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.1); }

.submit-property-list li:first-child {
  margin-top: -5px; }

.agents-list {
  margin-bottom: -30px; }

.agent-box {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden; }

.agent-box-picture {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-right: 0; }

.agent-box-picture img {
  width: 100%; }

.agent-box-label {
  background-color: #cecece;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: -55px;
  padding: 5px 80px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2; }

.agent-box-label.agent-box-label-primary {
  background-color: var(--main-bg-color); }

.agent-box-content {
  padding: 5px 30px 15px;
  text-align: center; }

.agent-box-content .social li {
  margin: 0 5px 0 0; }

h3.agent-box-title, h3.agent-box-title a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 0; }

h4.agent-box-subtitle, h4.agent-box-subtitle a {
  color: #252525;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px; }

.agent-box-contacts {
  font-size: 14px;
  margin-bottom: 15px; }

.agent-box-contacts i {
  padding-right: 5px; }

.agent-box-contacts li {
  margin: 0 0 5px; }

.agents-list {
  margin-bottom: -30px; }

.agent-row {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden; }

.agent-row-picture {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-right: 0; }

.agent-row-picture img {
  width: 100%; }

.agent-row-label {
  background-color: #cecece;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  left: -55px;
  padding: 5px 80px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2; }

.agent-row-label.agent-row-label-primary {
  background-color: var(--main-bg-color);
  color: #fff; }

.agent-row-content .social li {
  margin: 0 5px 10px 0; }

h3.agent-row-title, h3.agent-row-title a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 0; }

h4.agent-row-subtitle, h4.agent-row-subtitle a {
  color: #252525;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px; }

.agent-row-contacts {
  font-size: 14px;
  margin-bottom: 15px; }

.agent-row-contacts i {
  padding-right: 5px; }

.agent-row-contacts li {
  margin: 0 0 5px; }

.agent-small {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.agent-small-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative; }

.agent-small-bottom ul {
  margin: 0;
  padding: 0; }

.agent-small-bottom ul li {
  margin-bottom: 5px; }

.agent-small-bottom ul li i {
  font-size: 14px;
  margin-right: 5px; }

.agent-small-bottom ul li:last-child {
  margin-bottom: 0; }

.agent-small-picture {
  padding: 0; }

.agent-small-picture img {
  width: 100%; }

.agent-small-content {
  padding-bottom: 50px;
  padding-top: 10px; }

.agent-small-content .btn {
  border: 0;
  bottom: 0;
  position: absolute;
  right: 15px; }

h3.agent-small-title, h3.agent-small-title a {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0; }

h4.agent-small-subtitle, h4.agent-small-subtitle a {
  color: #252525;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 15px;
  padding: 0; }

.agent-detail {
  margin-bottom: 30px; }

.agent-detail-picture {
  border: 1px solid #cecece;
  padding: 1px; }

.agent-detail-picture img {
  width: 100%; }

.agent-detail .social li:first-child {
  margin-left: 0; }

.agency-row {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.agency-row:last-child {
  margin-bottom: 0; }

.agency-row-picture {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

.agency-row-picture img {
  width: 100%; }

.agency-row-picture-target {
  color: #252525;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.agency-row-picture-target i {
  background-color: var(--main-bg-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  height: 36px;
  line-height: 34px;
  margin-right: 5px;
  text-align: center;
  width: 36px; }

.agency-row-picture-target span {
  display: block;
  padding: 20px; }

.agency-row-picture-target:hover {
  text-decoration: none; }

.agency-row-content {
  padding-bottom: 15px;
  padding-top: 15px; }

.agency-row-content ul {
  font-size: 14px;
  margin: 0; }

.agency-row-content ul li {
  margin-bottom: 6px; }

.agency-row-content ul li:last-child {
  margin-bottom: 0; }

.agency-row-content ul i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle; }

h3.agency-row-title, h3.agency-row-title a {
  color: #252525;
  font-size: 24px;
  margin: 0 0 5px;
  padding: 0; }

h4.agency-row-subtitle, h4.agency-row-subtitle a {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0; }

.agency-detail {
  margin-bottom: 30px; }

.agency-detail-picture {
  border: 1px solid #cecece;
  padding: 1px; }

.agency-detail-picture img {
  width: 100%; }

.agency-detail .social li:first-child {
  margin-left: 0; }

.map-wrapper {
  margin-bottom: -1px; }

#map {
  border-bottom: 3px solid var(--main-bg-color);
  height: 553px;
  width: 100%; }

.map-wrapper {
  margin-top: -62px; }

.map-navigation-positioning {
  min-height: 0; }

.map-navigation-wrapper {
  position: relative; }

.map-navigation {
  background-color: rgba(37, 37, 37, 0.9);
  border-top: 3px solid var(--main-bg-color);
  padding: 15px 0 0;
  position: absolute;
  right: 0;
  top: -471px;
  z-index: 9999; }

.map-navigation label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 5px; }

.map-navigation-light .map-navigation label {
  color: #252525; }

.map-navigation-light .map-navigation {
  background-color: rgba(255, 255, 255, 0.85); }

.map-navigation-light .map-navigation .form-control {
  border: 2px solid rgba(0, 0, 0, 0.1); }

#map-property {
  border-bottom: 3px solid var(--main-bg-color);
  height: 200px; }

.marker {
  background-color: #fff;
  border: 3px solid var(--main-bg-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: 48px; }

.marker:after {
  bottom: -13px;
  border: 4px solid transparent;
  border-top-color: var(--main-bg-color);
  border-top-width: 6px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 0; }

.marker-inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 42px;
  line-height: 40px;
  width: 42px; }

.marker-inner img {
  width: 26px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7; }

.infobox {
  background-color: var(--main-bg-color);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  height: 191px;
  padding: 0;
  position: relative;
  width: 200px; }

.infobox:after {
  border: 6px solid transparent;
  border-top-color: var(--main-bg-color);
  bottom: -12px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0; }

.infobox-header {
  background-color: var(--main-bg-color);
  color: #fff;
  padding: 8px 15px; }

.infobox-picture {
  height: 140px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%; }

.infobox-picture a {
  height: 140px; }

.infobox-picture img {
  width: 100%; }

h3.infobox-title, h3.infobox-title a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px !important;
  padding: 0; }

h4.infobox-subtitle, h4.infobox-subtitle a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 400;
  margin: 0; }

.infobox-price {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  color: var(--main-bg-color);
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 23px;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2; }

.clusterer {
  background-color: #fff;
  border: 2px solid var(--main-bg-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  position: relative;
  text-align: center;
  width: 48px; }

.clusterer-inner {
  background-color: var(--main-bg-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  line-height: 38px;
  margin: 2px;
  width: 40px; }

.palette-wrapper {
  background-color: #fff;
  border: 2px solid var(--main-bg-color);
  border-left: 0;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 200px;
  -webkit-transition: margin .2s linear;
  -moz-transition: margin .2s linear;
  -o-transition: margin .2s linear;
  transition: margin .2s linear;
  width: 180px;
  z-index: 999999; }

.palette-wrapper select {
  display: block;
  margin-bottom: 15px;
  width: 100%; }

.palette-closed {
  margin-left: -180px; }

h2.palette-title, .block-content h3.palette-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.palette-colors {
  margin: 0;
  padding: 0; }

.palette-colors li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 11px;
  margin-right: 11px; }

.palette-colors li:nth-child(4n) {
  margin-right: 0; }

.palette-colors a {
  background-color: red;
  display: block;
  height: 24px;
  margin: 1px;
  width: 24px; }

.palette-toggle {
  background-color: var(--main-bg-color);
  border: 2px solid var(--main-bg-color);
  border-left: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -42px;
  text-align: center;
  text-transform: uppercase;
  top: -2px;
  width: 40px; }

.palette-toggle .palette-toggle-inner {
  border: 1px solid #fff;
  height: 100px;
  padding: 66px 0 0; }

.palette-toggle span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap; }

.palette-toggle i {
  display: inline;
  margin-right: 8px; }

.palette-color-green a {
  background-color: var(--main-bg-color); }

.palette-color-blue a {
  background-color: #19a0d8; }

.palette-color-red a {
  background-color: #cd2122; }

.palette-color-cyan a {
  background-color: #0aa699; }

.palette-color-orange a {
  background-color: #f3c409; }

.palette-color-brown a {
  background-color: #846447; }

.palette-color-pink a {
  background-color: #bf224e; }

.palette-color-purple a {
  background-color: #8e5c90; }

.palette-patterns {
  margin: 0;
  padding: 0; }

.palette-patterns li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 11px;
  margin-right: 11px; }

.palette-patterns li:nth-child(4n) {
  margin-right: 0; }

.palette-patterns a {
  background-color: red;
  display: block;
  height: 24px;
  margin: 1px;
  width: 24px; }

.palette-patterns ul {
  list-style: none; }

.palette-patterns a {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  cursor: pointer;
  height: 23px;
  text-indent: -9999px;
  width: 23px; }

.palette-patterns a.pattern-cloth-alike {
  background-image: url(../img/patterns/small/cloth-alike.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-cloth-alike {
    background-image: url(../img/patterns/small/cloth-alike@2x.png); } }

.palette-patterns a.pattern-corrugation {
  background-image: url(../img/patterns/small/corrugation.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-corrugation {
    background-image: url(../img/patterns/small/corrugation@2x.png); } }

.palette-patterns a.pattern-diagonal-noise {
  background-image: url(../img/patterns/small/diagonal-noise.png);
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-diagonal-noise {
    background-image: url(../img/patterns/small/diagonal-noise@2x.png); } }

.palette-patterns a.pattern-dust {
  background-image: url(../img/patterns/small/dust.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-dust {
    background-image: url(../img/patterns/small/dust@2x.png); } }

.palette-patterns a.pattern-fabric-plaid {
  background-image: url(../img/patterns/small/fabric-plaid.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-fabric-plaid {
    background-image: url(../img/patterns/small/fabric-plaid@2x.png); } }

.palette-patterns a.pattern-farmer {
  background-image: url(../img/patterns/small/farmer.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-farmer {
    background-image: url(../img/patterns/small/farmer@2x.png); } }

.palette-patterns a.pattern-grid-noise {
  background-image: url(../img/patterns/small/grid-noise.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-grid-noise {
    background-image: url(../img/patterns/small/grid-noise@2x.png); } }

.palette-patterns a.pattern-lghtmesh {
  background-image: url(../img/patterns/small/lghtmesh.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-lghtmesh {
    background-image: url(../img/patterns/small/lghtmesh@2x.png); } }

.palette-patterns a.pattern-pw-maze-white {
  background-image: url(../img/patterns/small/pw-maze-white.png);
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-pw-maze-white {
    background-image: url(../img/patterns/small/pw-maze-white@2x.png); } }

.palette-patterns a.pattern-none {
  background-image: url(../img/patterns/small/no-pattern.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-none {
    background-image: url(../img/patterns/small/no-pattern@2x.png); } }

.palette-patterns a.pattern-cloth-alike-dark {
  background-image: url(../img/patterns/small/cloth-alike-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-cloth-alike-dark {
    background-image: url(../img/patterns/small/cloth-alike-dark@2x.png); } }

.palette-patterns a.pattern-corrugation-dark {
  background-image: url(../img/patterns/small/corrugation-dark.png);
  background-repeat: repeat;
  background-size: 8px 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-corrugation-dark {
    background-image: url(../img/patterns/small/corrugation-dark@2x.png); } }

.palette-patterns a.pattern-diagonal-noise-dark {
  background-image: url(../img/patterns/small/diagonal-noise-dark.png);
  background-size: 100px 100px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-diagonal-noise-dark {
    background-image: url(../img/patterns/small/diagonal-noise-dark@2x.png); } }

.palette-patterns a.pattern-dust-dark {
  background-image: url(../img/patterns/small/dust-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-dust-dark {
    background-image: url(../img/patterns/small/dust-dark@2x.png); } }

.palette-patterns a.pattern-fabric-plaid-dark {
  background-image: url(../img/patterns/small/fabric-plaid-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-fabric-plaid-dark {
    background-image: url(../img/patterns/small/fabric-plaid-dark@2x.png); } }

.palette-patterns a.pattern-farmer-dark {
  background-image: url(../img/patterns/small/farmer-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-farmer-dark {
    background-image: url(../img/patterns/small/farmer-dark@2x.png); } }

.palette-patterns a.pattern-grid-noise-dark {
  background-image: url(../img/patterns/small/grid-noise-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-grid-noise-dark {
    background-image: url(../img/patterns/small/grid-noise-dark@2x.png); } }

.palette-patterns a.pattern-lghtmesh-dark {
  background-image: url(../img/patterns/small/lghtmesh-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-lghtmesh-dark {
    background-image: url(../img/patterns/small/lghtmesh-dark@2x.png); } }

.palette-patterns a.pattern-pw-maze-white-dark {
  background-image: url(../img/patterns/small/pw-maze-white-dark.png);
  background-size: 46px 23px; }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-pw-maze-white-dark {
    background-image: url(../img/patterns/small/pw-maze-white-dark@2x.png); } }

.palette-patterns a.pattern-none-dark {
  background-image: url(../img/patterns/small/no-pattern-dark.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .palette-patterns a.pattern-none-dark {
    background-image: url(../img/patterns/small/no-pattern-dark@2x.png); } }

.post {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px; }

.post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

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

.post-date span, .post-date strong {
  display: block; }

.post-date span {
  color: var(--main-bg-color);
  font-size: 18px; }

.post-date span i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: 1px; }

.post-date strong {
  font-size: 26px;
  margin-top: 3px; }

.invoice-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px; }

.invoice-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px; }

.invoice-logo {
  float: left;
  font-size: 26px;
  text-transform: uppercase; }

.invoice-logo i {
  color: var(--main-bg-color);
  margin: 0 10px 0 0; }

.invoice-description {
  float: right; }

.invoice-description span, .invoice-description strong {
  display: block; }

.invoice-description strong {
  font-size: 20px; }

.invoice-info {
  padding: 20px 0; }

.pricing-cols + .pricing-cols {
  margin-top: 30px; }

.merged .pricing-col-wrapper {
  padding-left: 0;
  padding-right: 0; }

.merged .pricing-col-wrapper .pricing-col {
  border-left-width: 1px;
  border-right-width: 1px; }

.merged .pricing-col-wrapper:first-child {
  padding-left: 15px; }

.merged .pricing-col-wrapper:first-child .pricing-col {
  border-left-width: 2px; }

.merged .pricing-col-wrapper:last-child {
  padding-right: 15px; }

.merged .pricing-col-wrapper:last-child .pricing-col {
  border-right-width: 2px; }

.pricing-col {
  border: 2px solid rgba(0, 0, 0, 0.2); }

.pricing-col.featured {
  outline: 2px solid var(--main-bg-color);
  outline-offset: -2px;
  border-color: var(--main-bg-color); }

.pricing-header {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 20px; }

.featured .pricing-header {
  border-color: var(--main-bg-color); }

h3.pricing-title {
  color: var(--main-bg-color);
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center; }

h4.pricing-subtitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center; }

h5.pricing-subsubtitle {
  font-size: 14px;
  font-weight: 700;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: .6;
  text-align: center; }

.pricing-content {
  padding: 10px 20px; }

.pricing-content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 8px 0;
  text-align: center; }

.pricing-content li:last-child {
  border: 0; }

.pricing-content li.inactive {
  text-decoration: line-through; }

.pricing-action {
  padding-bottom: 30px; }

.social {
  margin: 0;
  padding: 0; }

#header .social {
  margin-top: 7px; }

.social li {
  display: inline-block;
  margin-left: 20px; }

.social a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.social a:hover {
  color: #fff; }

#header .social a {
  font-size: 20px; }

.widget .social li {
  margin: 0 8px 10px 0; }

.social-boxed li {
  text-align: center; }

.social-boxed a {
  background-color: var(--main-bg-color) !important;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 32px; }

.social-boxed a:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.feature-icon {
  background-image: url(../img/hex.png);
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  padding: 0;
  text-align: center; }

.feature-icon i {
  color: #fff;
  font-size: 22px; }

.footer .feature-icon i {
  color: var(--main-bg-color); }

.feature-icon-inner {
  height: 0;
  padding-bottom: 115%;
  width: 100%; }

.feature-icon-inner i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

h3.feature-title {
  color: var(--main-bg-color);
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  padding: 0; }

.background-primary h3.feature-title {
  color: #fff; }

.feature-content {
  margin-bottom: 20px; }

.static-image {
  border-bottom: 3px solid var(--main-bg-color);
  margin-top: -62px;
  position: relative; }

.static-image img {
  width: 100%;
  height: 600px;
  overflow: hidden; }

.static-image-description-wrapper {
  position: absolute;
  top: 30%; }

.static-image-title {
  background-color: #fff;
  clear: both;
  float: left;
  font-size: 60px;
  line-height: 78px;
  padding: 0 20px; }

.static-image-subtitle {
  background-color: #fff;
  clear: both;
  display: inline-block;
  float: left;
  font-size: 28px;
  line-height: 40px;
  padding: 0 20px; }

.static-image-price {
  background-color: var(--main-bg-color);
  color: #fff;
  clear: both;
  display: block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px; }

.bxslider {
  padding-left: 0; }

.bx-wrapper {
  margin-bottom: 0; }

.bx-wrapper .bx-viewport {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 0;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager {
  bottom: -30px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(0, 0, 0, 0.3);
  height: 8px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  width: 24px; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--main-bg-color); }

.bx-slider-button, .bx-wrapper .bx-controls-direction a.bx-prev:after, .bx-wrapper .bx-controls-direction a.bx-next:after {
  color: #fff;
  content: '\f104';
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  height: 28px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  width: 28px; }

.layout-boxed .bx-wrapper .bx-controls-direction {
  margin-right: -47px;
  position: absolute;
  right: 50%;
  top: -30px;
  width: 94px; }

.layout-boxed .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0; }

.layout-boxed .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0; }

.bx-wrapper .bx-controls-direction a {
  background-image: none;
  border: 2px solid #fff;
  margin-top: -31px;
  -webkit-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear; }

.bx-wrapper .bx-controls-direction a.bx-next:after {
  content: '\f105'; }

.bx-wrapper .bx-controls-direction a:hover {
  border-color: var(--main-bg-color); }

.bx-wrapper .bx-controls-direction a:hover:after {
  color: var(--main-bg-color); }

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -52px; }

.bx-wrapper .bx-controls-direction a.bx-next {
  right: -52px; }

.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px; }

.flex-control-thumbs li {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px; }

.flex-control-thumbs img {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-backface-visibility: visible; }

.flex-direction-nav a {
  color: var(--main-bg-color);
  text-shadow: none;
  top: 40%; }

.flex-direction-nav a:before {
  height: 40px;
  line-height: 40px; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s; }

.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav li a {
    padding: 17px 6px 20px; }
  h2, .block-content h3, .block-content h3, .widget .widget-title {
    font-size: 25px; }
  .agent-small-content {
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header-slogan {
    display: none; }
  .header-nav li a {
    padding: 17px 6px 20px; }
  #header .form-search {
    display: none; }
  .property-small-content {
    padding: 15px 15px 0; }
  h2, .block-content h3, .block-content h3, .widget .widget-title {
    font-size: 18px; }
  h3.property-box-title, h3.property-box-title a {
    font-size: 16px; }
  .hex i {
    font-size: 40px; }
  .block-stats strong {
    font-size: 20px; }
  .block-stats span {
    font-size: 11px; }
  .header-top .header-nav li a {
    font-size: 12px; } }

@media (max-width: 767px) {
  .static-image-description-wrapper {
    top: 10%; }
  .static-image {
    margin-top: 0; }
  .static-image-title {
    font-size: 24px;
    line-height: 30px; }
  .static-image-subtitle {
    font-size: 20px;
    line-height: 30px; }
  .static-image-price {
    font-size: 14px;
    line-height: 20px; }
  #header .form-search-wrapper {
    display: none; }
  .header-bar {
    display: none; }
  .header-navigation {
    height: 0;
    overflow: hidden;
    position: absolute; }
  .header-slogan, .header-actions {
    display: none; }
  .property-item.isotope-item {
    width: 100%; }
  .feature {
    margin-bottom: 15px; }
  .feature:last-child {
    margin-bottom: 0; }
  .hex-wrapper {
    margin-bottom: 25px; }
  .header-navigation {
    width: 100%; }
  .header-nav {
    margin: 0;
    width: 100%; }
  .header-nav li {
    display: block;
    float: none;
    margin: 0 !important; }
  .header-nav li a {
    padding: 10px 20px; }
  .header-nav .sub-menu {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    color: #fff;
    position: relative;
    width: 100% !important; }
  .header-nav .sub-menu a {
    color: #fff !important; }
  .header-nav .sub-menu:after, .header-nav .sub-menu:before {
    display: none; }
  .header-nav .sub-menu .sub-menu {
    left: auto; } }

.labelreciente {
  transform: none;
  margin-bottom: 20px; }

.imgdestacados {
  /* width: inherit !important; */
  height: 220px;
  margin: 0 auto; }

button.owl-thumb-item {
  background: none;
  border: none;
  padding: 5px;
  opacity: .6; }

.owl-prev {
  position: absolute;
  left: -70px;
  bottom: 0;
  width: 70px;
  height: 100%;
  opacity: 1; }

.owl-prev img {
  position: absolute;
  opacity: 0.6;
  max-width: 50px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  left: 10px;
  top: 45%; }

.owl-next {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 70px;
  height: 100%; }

.owl-next img {
  position: absolute;
  opacity: 0.6;
  right: 10px;
  top: 45%;
  max-width: 50px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainslider .owl-prev {
  position: absolute;
  width: 50% !important;
  height: 100%;
  left: 0; }

#mainslider img {
  max-height: 470px; }

#mainslider .owl-next {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0; }

.owl-next:hover img {
  opacity: 1; }

#sliderDestacados {
  max-width: 100%;
  /* height:300px; */
  /* background-color:rgba(0,0,0,0.23); */ }

/* --OWL STYLES-- */
button.owl-thumb-item {
  background: none;
  border: none;
  padding: 5px;
  opacity: 0.6; }

.owl-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 100%; }

.owl-prev img {
  position: absolute;
  opacity: 0;
  max-width: 70px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  left: 10px;
  top: 45%; }

.owl-prev:hover img {
  opacity: 1; }

.owl-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5%;
  height: 100%; }

.owl-next img {
  position: absolute;
  opacity: 0;
  right: 10px;
  top: 45%;
  max-width: 70px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.owl-next:hover img {
  opacity: 1; }

#mainslider {
  max-width: 100%;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.23); }

.owl-carousel .owl-item img {
  display: block;
  width: initial !important;
  max-height: 470px !important;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-item img.imgrec {
  width: initial !important;
  max-height: 200px !important; }

.owl-item p {
  position: absolute;
  bottom: -10px;
  color: #fff;
  width: 100%;
  background-color: #333;
  height: 26px;
  line-height: 25px; }

.owl-item div {
  text-align: center; }

/* --OWL STYLES END-- */
#sliderDestacados img {
  display: block;
  width: initial;
  max-height: 210px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d; }

#mainslider {
  max-width: 100%;
  height: 470px;
  background-color: rgba(0, 0, 0, 0.23); }

#mainslider .owl-prev img {
  display: block;
  width: initial;
  max-height: auto;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d; }

#sliderpagination {
  max-width: 300px;
  float: left;
  margin-top: 2px;
  list-style: none; }

#sliderpagination .owl-item {
  max-width: 50px;
  height: 33px;
  cursor: pointer; }

.pagination > li {
  cursor: pointer; }

#sliderpagination .owl-item a {
  text-decoration: none !important; }

#sliderpagination .owl-item a.active {
  background: none;
  color: #e41e13; }

#sliderpagination .owl-item li {
  padding-top: 5px; }

.coddetail {
  float: right; }

.media {
  font-size: 15px;
  padding: 10px; }

#sliderDestacados {
  display: block; }

#slidercel {
  display: none; }

#map2 {
  height: 200px;
  width: 100%; }

.celular {
  display: none; }

@media (max-width: 1700px) {
  .map-navigation {
    top: -440px; } }

@media (max-width: 1600px) {
  .map-navigation {
    top: -400px; } }

@media (max-width: 1450px) {
  .map-navigation {
    top: -375px; } }

@media (max-width: 1190px) {
  .map-navigation {
    margin-top: 30px;
    position: relative;
    top: auto; } }

@media (max-width: 768px) {
  .celular {
    display: block; }
  #sliderDestacados {
    display: none; }
  #slidercel {
    display: block; }
  .lSSlideOuter {
    max-width: 85vw !important; } }

label.obtext, textarea.obtext {
  width: 100%; }

.lSSlideOuter {
  max-width: 800px; }

.lslide {
  text-align: center;
  background-color: #333;
  height: 500px; }

.lslide img {
  height: 500px;
  margin: 0 auto; }

nav ul {
  list-style: none; }

nav li {
  margin: 10px;
  display: inline-flex; }

.owl-carousel li {
  list-style: none; }
