@charset "UTF-8";
/*
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,strong {
  font-weight: 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,select {
  text-transform: none;
  outline: none !important; }

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

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,:after,:before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,a[href^="javascript:"]:after {
    content: ""; }
  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2,h3,p {
    orphans: 3;
    widows: 3; }
  h2,h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn>.caret,.dropup>.btn>.caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,.table th {
      background-color: #fff !important; }
  .table-bordered td,.table-bordered th {
    border: 1px solid #ddd !important; } }

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

html {
  font-size: 10px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0); }

body {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #fff; }

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

a {
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none !important; }
  a,a:focus,a:hover {
  text-decoration: none; }
  a:focus,a:hover {
    color: #941d1d; }
  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: 20px; }

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

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  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; }

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

[role=button] {
  cursor: pointer; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: Raleway,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-bottom: 0;
  margin-top: 0; }
  .h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777; }

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

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

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

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

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

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

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

p {
  margin: 0 0 10.5px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777; }

.text-primary {
  color: #941d1d; }

a.text-primary:focus,a.text-primary:hover {
  color: #189732; }

.text-success {
  color: #8ac842; }

a.text-success:focus,a.text-success:hover {
  color: #70a730; }

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

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

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

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

.text-danger {
  color: #a94442; }

a.text-danger:focus,a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #000;
  background-color: #941d1d; }

a.bg-primary:focus,a.bg-primary:hover {
  background-color: #189732; }

.bg-success {
  background-color: #1bbc9b; }

a.bg-success:focus,a.bg-success:hover {
  background-color: #158f76; }

.bg-info {
  background-color: #56b0ee; }

a.bg-info:focus,a.bg-info:hover {
  background-color: #289ae9; }

.bg-warning {
  background-color: #fcb53f; }

a.bg-warning:focus,a.bg-warning:hover {
  background-color: #fba20d; }

.bg-danger {
  background-color: #ff7877; }

a.bg-danger:focus,a.bg-danger:hover {
  background-color: #ff4544; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

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

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

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

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

dd,dt {
  line-height: 1.5; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:after,.dl-horizontal dd:before {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
  blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0; }
  blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777; }
    blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""; }
  .blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"; }

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

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 10px; }

code,kbd {
  padding: 2px 4px;
  font-size: 90%; }

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px; }
  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:after,.container:before {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 780px; } }
  @media (min-width: 992px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777; }

caption,th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table>tbody+tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
  padding: 5px; }
  .table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd; }
  .table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 1px; }

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-],table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  background-color: #f5f5f5; }

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8; }

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  background-color: #1bbc9b; }

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
  background-color: #18a689; }

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  background-color: #56b0ee; }

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
  background-color: #3fa5ec; }

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  background-color: #fcb53f; }

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
  background-color: #fcab26; }

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  background-color: #ff7877; }

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
  background-color: #ff5f5e; }

.table-responsive {
  overflow-x: auto;
  min-height: .01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive>.table {
        margin-bottom: 0; }
        .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
          white-space: nowrap; }
      .table-responsive>.table-bordered {
        border: 0; }
        .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
          border-left: 0; }
        .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
          border-right: 0; }
        .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
          border-bottom: 0; } }

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

fieldset,legend {
  padding: 0;
  border: 0; }

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px; }

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

input[type=checkbox],input[type=radio] {
  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=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  padding-top: 7px; }

.form-control,output {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #333; }

.form-control {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control:active,.form-control:focus,.form-control:hover {
    border-color: #941d1d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #acacac;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #acacac; }
  .form-control::-webkit-input-placeholder {
    color: #acacac; }
  .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
  height: 50px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 20px; }

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

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

.form-group-lg .form-control {
  height: 50px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 20px; }

.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px; }

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 50px;
  min-height: 39px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 43.75px; }

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

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

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

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

.has-success .form-control {
  border-color: #8ac842;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-success .form-control:focus {
    border-color: #70a730;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #bbdf91;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #bbdf91; }

.has-success .input-group-addon {
  color: #8ac842;
  border-color: #8ac842;
  background-color: #1bbc9b; }

.has-success .form-control-feedback {
  color: #8ac842; }

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcb53f; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #ff7877; }

.has-error .form-control-feedback {
  color: #a94442; }

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

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

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

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

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .checkbox,.form-horizontal .radio {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: Raleway,sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s; }
  .btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.focus,.btn:focus,.btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
  .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #999;
  border-color: #999; }
  .btn-default.focus,.btn-default:focus {
    color: #fff;
    background-color: gray;
    border-color: #595959; }
  .btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a; }
    .btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
      color: #fff;
      background-color: #6e6e6e;
      border-color: #595959; }
  .btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #999;
    border-color: #999; }
  .btn-default .badge {
    color: #999;
    background-color: #fff; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: hsla(0,0%,100%,.2); }
  .btn-white.focus,.btn-white:focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: hsla(0,0%,75%,.2); }
  .btn-white.active,.btn-white:active,.btn-white:hover,.open>.btn-white.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: hsla(0,0%,88%,.2); }
    .btn-white.active.focus,.btn-white.active:focus,.btn-white.active:hover,.btn-white:active.focus,.btn-white:active:focus,.btn-white:active:hover,.open>.btn-white.dropdown-toggle.focus,.open>.btn-white.dropdown-toggle:focus,.open>.btn-white.dropdown-toggle:hover {
      color: #000;
      background-color: #d4d4d4;
      border-color: hsla(0,0%,75%,.2); }
  .btn-white.active,.btn-white:active,.open>.btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover {
    background-color: #fff;
    border-color: hsla(0,0%,100%,.2); }
  .btn-white .badge {
    color: #fff;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #941d1d;
  border-color: #941d1d; }
  .btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #941d1d; }
  .btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff; }
    .btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #941d1d;
    border-color: #941d1d; }
  .btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #941d1d;
    border-color: #941d1d; }
  .btn-primary .badge {
    color: #941d1d;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8ac842;
  border-color: #7dba36; }
  .btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #70a730;
    border-color: #3b5819; }
  .btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #70a730;
    border-color: #5d8b28; }
    .btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
      color: #fff;
      background-color: #5d8b28;
      border-color: #3b5819; }
  .btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #8ac842;
    border-color: #7dba36; }
  .btn-success .badge {
    color: #8ac842;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #07a5db;
  border-color: #0692c2; }
  .btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #0580aa;
    border-color: #023547; }
  .btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0580aa;
    border-color: #046687; }
    .btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
      color: #fff;
      background-color: #046687;
      border-color: #023547; }
  .btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #07a5db;
    border-color: #0692c2; }
  .btn-info .badge {
    color: #07a5db;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #fabd47;
  border-color: #f9b42e; }
  .btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #f9ab15;
    border-color: #a46d04; }
  .btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f9ab15;
    border-color: #e49806; }
    .btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
      color: #fff;
      background-color: #e49806;
      border-color: #a46d04; }
  .btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #fabd47;
    border-color: #f9b42e; }
  .btn-warning .badge {
    color: #fabd47;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #ef114c;
  border-color: #d80f44; }
  .btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c00d3d;
    border-color: #61061e; }
  .btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00d3d;
    border-color: #9f0b32; }
    .btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
      color: #fff;
      background-color: #9f0b32;
      border-color: #61061e; }
  .btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #ef114c;
    border-color: #d80f44; }
  .btn-danger .badge {
    color: #ef114c;
    background-color: #fff; }

.btn-link {
  color: #333;
  font-weight: 400;
  border-radius: 0; }
  .btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent; }
  .btn-link:focus,.btn-link:hover {
    color: #941d1d;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }

.btn-group-lg>.btn,.btn-lg {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 20px; }

.btn-group-sm>.btn,.btn-sm {
  padding: 5px 10px; }

.btn-group-sm>.btn,.btn-md,.btn-sm {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-md {
  padding: 10px 20px; }

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

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

.btn-block+.btn-block {
  margin-top: 5px; }

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1;
    display: block !important; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

.caret,.collapsing {
  position: relative;
  height: 0; }

.caret {
  display: inline-block;
  width: 0;
  margin-left: 2px;
  vertical-align: top; }
  .caret:before {
    font-family: FontAwesome;
    content: "\f107"; }

.dropdown,.dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    white-space: nowrap; }

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

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

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  color: #777; }

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

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

.open>a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  white-space: nowrap; }

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

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

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left; }
    .btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
      z-index: 2; }

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:after,.btn-toolbar:before {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left; }
  .btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px; }

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group>.btn:first-child {
  margin-left: 0; }
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group>.btn-group {
  float: left; }

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0; }

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-group-lg>.btn .caret,.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table; }

.btn-group-vertical>.btn-group:after {
  clear: both; }

.btn-group-vertical>.btn-group>.btn {
  float: none; }

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0; }

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

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

.input-group-addon,.input-group-btn,.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 10px; }
  .input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px; }
  .input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 20px; }
  .input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0; }

.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn,.input-group-btn>.btn {
  position: relative; }
    .input-group-btn>.btn+.btn {
      margin-left: -1px; }
    .input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
      z-index: 2; }
  .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:after,.nav:before {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
    .nav>li,.nav>li>a {
    position: relative;
    display: block; }
    .nav>li>a {
      padding: 10px 15px; }
      .nav>li>a:focus,.nav>li>a:hover {
        text-decoration: none;
        background-color: #eee; }
    .nav>li.disabled>a {
      color: #777; }
      .nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
        color: #777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #333; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav>li>a>img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs>li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs>li>a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 10px 10px 0 0; }
      .nav-tabs>li>a:hover {
        border-color: #eee #eee #ddd; }
    .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
      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: 10px; }
  .nav-pills>li+li {
    margin-left: 2px; }
  .nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #941d1d; }

.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: 10px; }
  .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    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: 10px 10px 0 0; }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
      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: 0;
  border: 1px solid transparent; }
  .navbar:after,.navbar:before {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 10px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
      max-height: 200px; } }

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-bottom,.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px; }
  .navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand>img {
    display: block; }
  @media (min-width: 992px) {
    .navbar>.container-fluid .navbar-brand,.navbar>.container .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: 10px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  margin: 7.5px -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1); }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      margin-bottom: 0; }
    .navbar-form .form-control,.navbar-form .form-group {
      display: inline-block;
      vertical-align: middle; }
    .navbar-form .form-control {
      width: auto; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto; }
    .navbar-form .input-group>.form-control {
      width: 100%; }
    .navbar-form .checkbox,.navbar-form .control-label,.navbar-form .radio {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .checkbox,.navbar-form .radio {
      display: inline-block;
      margin-top: 0; }
      .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0; }
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777; }
    .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
      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:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
      color: #333; }
    .navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
      color: #ccc; }

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

.breadcrumb {
  padding: 90px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  /* border-radius: $border-radius-base; */ }
  .breadcrumb>li {
    display: inline-block;
    color: #888; }
    .breadcrumb>li:after {
      content: " ";
      padding: 0 5px 0 10px;
      font-family: FontAwesome; }
    .breadcrumb>li:last-child:after {
      content: none; }
    .breadcrumb>li a {
      color: #888;
      transition: all .3s; }
      .breadcrumb>li a:hover {
        color: #941d1d !important; }
  .breadcrumb>a:after {
    content: " ";
    padding: 0 5px 0 10px;
    font-family: FontAwesome;
    font-size: 12px; }
  .breadcrumb>.active {
    color: #333; }
  .have-bgr li,.have-bgr li.active,.have-bgr li a {
    color: #fff; }

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

.pagination-lg>li>a,.pagination-lg>li>span {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.pagination-sm>li>a,.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #777; }
  .label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #941d1d; }
  .label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #189732; }

.label-success {
  background-color: #8ac842; }
  .label-success[href]:focus,.label-success[href]:hover {
    background-color: #70a730; }

.label-info {
  background-color: #07a5db; }
  .label-info[href]:focus,.label-info[href]:hover {
    background-color: #0580aa; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #333;
    background-color: #fff; }
  .list-group-item>.badge {
    float: right; }
  .list-group-item>.badge+.badge {
    margin-right: 5px; }
  .nav-pills>li>a>.badge {
    margin-left: 3px; }

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

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: 700; }
  .alert>p,.alert>ul {
    margin-bottom: 0; }
  .alert>p+p {
    margin-top: 5px; }

.alert-dismissable,.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #1bbc9b;
  border-color: #18a671;
  color: #8ac842; }
  .alert-success hr {
    border-top-color: #158f62; }
  .alert-success .alert-link {
    color: #70a730; }

.alert-info {
  background-color: #56b0ee;
  border-color: #36bfeb;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #1eb8e8; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcb53f;
  border-color: #fc8826;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #fb7a0d; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #ff7877;
  border-color: #ff5e77;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #ff4462; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes a {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes a {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1); }

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

.progress-bar-striped,.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 40px 40px; }

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

.progress-bar-success {
  background-color: #8ac842; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-info {
  background-color: #07a5db; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-warning {
  background-color: #fabd47; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-danger {
  background-color: #ef114c; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.media {
  margin-top: 25px; }
  .media:first-child {
    margin-top: 0; }

.media,.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,.media>.pull-right {
  padding-left: 10px; }

.media-left,.media>.pull-left {
  padding-right: 10px; }

.media-body,.media-left,.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }

a.list-group-item,button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777; }

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #941d1d;
  border-color: #941d1d; }
  .list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit; }
  .list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #baf4c6; }

.list-group-item-success {
  color: #8ac842;
  background-color: #1bbc9b; }

a.list-group-item-success,button.list-group-item-success {
  color: #8ac842; }
  a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #8ac842;
    background-color: #18a689; }
  a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #8ac842;
    border-color: #8ac842; }

.list-group-item-info {
  color: #31708f;
  background-color: #56b0ee; }

a.list-group-item-info,button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #3fa5ec; }
  a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcb53f; }

a.list-group-item-warning,button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #fcab26; }
  a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #ff7877; }

a.list-group-item-danger,button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ff5f5e; }
  a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0; }

.panel-body {
  padding: 15px; }
  .panel-body:after,.panel-body:before {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-heading>.dropdown .dropdown-toggle,.panel-title {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel>.list-group,.panel>.panel-collapse>.list-group {
  margin-bottom: 0; }
  .panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
  margin-bottom: 0; }
  .panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px; }
  .panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
    .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,.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: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:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .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,.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: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:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
      border-top-right-radius: -1; }
  .panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
    .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,.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 {
      border-bottom-left-radius: -1; }
    .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,.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 {
      border-bottom-right-radius: -1; }

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd; }

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0; }

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
  border: 0; }
  .panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0; }
  .panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0; }
  .panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0; }

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel+.panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading+.panel-collapse>.list-group,.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: #fff; }
  .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #fff; }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #fff; }
    .panel-default>.panel-heading .badge {
      color: #f5f5f5;
      background-color: #333; }
  .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff; }

.panel-primary {
  border-color: #941d1d; }
  .panel-primary>.panel-heading {
    color: #fff;
    background-color: #941d1d;
    border-color: #941d1d; }
    .panel-primary>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #941d1d; }
    .panel-primary>.panel-heading .badge {
      color: #941d1d;
      background-color: #fff; }
  .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #941d1d; }

.panel-success {
  border-color: #18a671; }
  .panel-success>.panel-heading {
    color: #8ac842;
    background-color: #1bbc9b;
    border-color: #18a671; }
    .panel-success>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #18a671; }
    .panel-success>.panel-heading .badge {
      color: #1bbc9b;
      background-color: #8ac842; }
  .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #18a671; }

.panel-info {
  border-color: #36bfeb; }
  .panel-info>.panel-heading {
    color: #31708f;
    background-color: #56b0ee;
    border-color: #36bfeb; }
    .panel-info>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #36bfeb; }
    .panel-info>.panel-heading .badge {
      color: #56b0ee;
      background-color: #31708f; }
  .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #36bfeb; }

.panel-warning {
  border-color: #fc8826; }
  .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcb53f;
    border-color: #fc8826; }
    .panel-warning>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #fc8826; }
    .panel-warning>.panel-heading .badge {
      color: #fcb53f;
      background-color: #8a6d3b; }
  .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fc8826; }

.panel-danger {
  border-color: #ff5e77; }
  .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #ff7877;
    border-color: #ff5e77; }
    .panel-danger>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #ff5e77; }
    .panel-danger>.panel-heading .badge {
      color: #ff7877;
      background-color: #a94442; }
  .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff5e77; }

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal,.modal-open {
  overflow: hidden; }

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50); }

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

.modal-header .close {
  margin-top: -2px;
  border-radius: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .modal-header .close:hover {
    color: #941d1d; }

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #8ac842; }

.tooltip.top-left .tooltip-arrow {
  right: 5px; }

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #8ac842; }

.tooltip.top-right .tooltip-arrow {
  left: 5px; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #8ac842; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #8ac842; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #8ac842; }

.tooltip.bottom-left .tooltip-arrow {
  right: 5px; }

.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #8ac842; }

.tooltip.bottom-right .tooltip-arrow {
  left: 5px; }

.carousel,.carousel-inner {
  position: relative; }

.carousel-inner {
  overflow: hidden;
  width: 100%; }
  .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out; }
    .carousel-inner>.item>a>img,.carousel-inner>.item>img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner>.item.active.right,.carousel-inner>.item.next {
          -webkit-transform: translate3d(100%,0,0);
          transform: translate3d(100%,0,0);
          left: 0; }
        .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
          -webkit-transform: translate3d(-100%,0,0);
          transform: translate3d(-100%,0,0);
          left: 0; }
        .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          left: 0; } }
  .carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block; }
  .carousel-inner>.active {
    left: 0; }
  .carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner>.next {
    left: 100%; }
  .carousel-inner>.prev {
    left: -100%; }
  .carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0; }
  .carousel-inner>.active.left {
    left: -100%; }
  .carousel-inner>.active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 10px;
  color: #000;
  text-align: center;
  text-shadow: none;
  margin-top: -15px; }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #000;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90); }
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }
  @media screen and (max-width: 1200px) {
    .carousel-control {
      left: -20px; }
      .carousel-control.right {
        right: -20px; } }

.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 2px;
    text-indent: -999px;
    border: 1px solid #941d1d;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    background-color: #941d1d; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }
  .carousel-caption,.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0; } }

.clearfix:after,.clearfix:before {
  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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs,th.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm,th.visible-sm {
    display: table-cell !important; } }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg,th.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print,th.visible-print {
    display: table-cell !important; } }

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

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

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

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

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/******************************************
 * Basic Styles
 ******************************************/
.opalestate-popup {
  position: relative; }
  .opalestate-popup .popup-head {
    font-family: Raleway,sans-serif; }
    .opalestate-popup .popup-head>span {
      cursor: pointer; }
  .opalestate-popup .popup-body {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 40px;
    z-index: 999;
    padding: 20px 30px 30px;
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.8);
    box-shadow: 5px 5px 20px rgba(0,0,0,.8);
    min-width: 400px;
    margin: 0; }
    .opalestate-popup .popup-body h6 {
      margin-bottom: 15px;
      color: #222;
      font-size: 14px; }
    .opalestate-popup .popup-body label {
      text-transform: uppercase;
      font-size: 10px;
      font-family: Raleway,sans-serif; }
    .opalestate-popup .popup-body button {
      margin-top: 20px; }
    .opalestate-popup .popup-body:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      z-index: 2;
      border-opposite-position(top): 15px solid #222;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      margin: 0 0 0 -10px;
      left: 50%;
      top: -14px; }
    @media (max-width: 767px) {
      .opalestate-popup .popup-body {
        margin: 0; } }
  .opalestate-popup.active .popup-body {
    display: block; }
  .opalestate-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #941d1d;
    cursor: pointer; }

.opalestate-results {
  margin-bottom: 15px; }
  .opalestate-results span {
    color: #941d1d; }

.media-drag-drop {
  background-color: #efefef;
  border: 2px dashed #dfdfdf;
  text-align: center;
  padding: 30px; }

.media-drag-drop h4 {
  color: #8b9293;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit; }

.media-drag-drop .fa {
  margin-right: 8px; }

.row-group-features h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #941d1d;
  color: #fff; }

ul.property-status {
  padding: 0;
  margin: 0; }
  ul.property-status li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding: 0 12px;
    border-radius: 3px;
    background-color: #ff9d00;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 4px; }

.list-details .property-meta-list {
  color: #333;
  font-family: Roboto,sans-serif;
  font-size: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden; }
  .list-details .property-meta-list>li {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    position: relative;
    float: left;
    margin-right: 15px;
    min-width: 30px; }
    @media (max-width: 1200px) {
      .list-details .property-meta-list>li {
        font-size: 13px;
        padding-right: 0;
        padding-bottom: 0;
        margin: 0; }
        .list-details .property-meta-list>li .add {
          vertical-align: text-bottom; } }
    .list-details .property-meta-list>li .label-property {
      position: absolute;
      bottom: 0;
      left: 8px;
      font-size: 10px;
      color: #333;
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (max-width: 979px) {
        .list-details .property-meta-list>li .label-property {
          display: none; } }
    .list-details .property-meta-list>li .add {
      font-size: 13px;
      vertical-align: text-top; }
    @media screen and (max-width: 979px) {
      .list-details .property-meta-list>li {
        padding-bottom: 0; } }
  .list-details .property-meta-list i {
    display: none;
    margin-right: 5px; }
    .list-details .property-meta-list i:before {
      font-family: FontAwesome;
      content: "\f123";
      font-size: 14px;
      font-style: normal;
      color: #941d1d;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .list-details .property-meta-list .icon-property-areasize:before {
    content: "\f047"; }
  .list-details .property-meta-list .icon-property-bedrooms:before {
    content: "\f236"; }
  .list-details .property-meta-list .icon-property-bathrooms:before {
    content: "\f2cd"; }
  .list-details .property-meta-list .icon-property-parking:before {
    content: "\f1b9"; }
  .list-details .property-meta-list .icon-property-amountrooms:before {
    content: "\f1ad"; }
  @media (max-width: 1200px) {
    .list-details .property-meta-list li {
      font-size: 13px; }
      .list-details .property-meta-list li .add {
        line-height: 1; }
    .list-details .property-meta-list i {
      display: block; }
    .list-details .property-meta-list .label-property {
      display: none; } }
  @media screen and (max-width: 799px) {
    .list-details .property-meta-list>li {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 14px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .list-details {
    flex-direction: column;
    align-items: left;
    padding-left: 20px; }
    .list-details .details {
      margin-right: 0; } }

.author-link {
  display: inline-block;
  line-height: 32px; }

#opalestate-map-preview {
  position: relative; }

#opalestate-map-preview+.container .search-properies-form {
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,.1); }

.mapPlaceholder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  color: #941d1d; }
  .mapPlaceholder span.fa {
    margin-right: 10px; }

.carousel-control.opalestate-left {
  left: 30px; }
  @media screen and (max-width: 479px) {
    .carousel-control.opalestate-left {
      left: 0; } }

.carousel-control.opalestate-right {
  left: auto;
  right: 30px; }
  @media screen and (max-width: 479px) {
    .carousel-control.opalestate-right {
      right: 0; } }

.property-preview {
  overflow: hidden; }
  .property-preview .owl-carousel-wrapper {
    position: relative; }
  .property-preview .carousel-control {
    border-radius: 0 !important;
    border: none;
    background-color: rgba(0,0,0,.3);
    color: #fff; }
    .property-preview .carousel-control.opalestate-right {
      padding-left: 2px; }
    .property-preview .carousel-control:focus,.property-preview .carousel-control:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #941d1d;
      color: #fff !important; }

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

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #941d1d;
  -webkit-animation: b 2.4s infinite linear both;
  animation: b 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotate(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes b {
  0%,10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,to {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes b {
  0%,10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,to {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/**************************************************
 * Archive Property Page: Archive + Taxonomy Page
 **************************************************/
.opalesate-archive-top {
  padding: 15px 30px;
  background-color: #fff;
  margin-bottom: 40px;
  font-size: 13px; }
  .opalesate-archive-top,.opalesate-archive-top #opalestate-sortable-form {
  position: relative; }
    .opalesate-archive-top #opalestate-sortable-form:after {
      font-family: FontAwesome;
      content: "\f0d7";
      color: #333;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      position: absolute;
      pointer-events: none; }
  .opalesate-archive-top .sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .opalesate-archive-top .sortable-dropdown {
    color: #333;
    outline: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #f9f9f9;
    min-width: 210px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #eee;
    transition: all .3s; }
    .opalesate-archive-top .sortable-dropdown:focus,.opalesate-archive-top .sortable-dropdown:hover {
      border-color: #941d1d; }
    @media (max-width: 600px) {
      .opalesate-archive-top .sortable-dropdown {
        min-width: 170px; } }
  .opalesate-archive-top>div {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .opalesate-archive-top .flex-center {
      flex-wrap: wrap;
      justify-content: center; }
    .opalesate-archive-top .row>div {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 480px) {
    .opalesate-archive-top {
      padding: 15px; }
      .opalesate-archive-top .flex-center {
        display: inline-block;
        margin-bottom: 5px; }
      .opalesate-archive-top .row>div {
        width: 100%;
        float: none; } }
  .opalesate-archive-top:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%); }
  @media (max-width: 600px) {
    .opalesate-archive-top {
      padding: 10px; }
      .opalesate-archive-top .flex-center {
        display: block; }
        .opalesate-archive-top .flex-center .pull-left {
          width: 100%; }
        .opalesate-archive-top .flex-center .list-property-status li:first-child {
          padding-left: 0; } }

#property-filter-status>span {
  line-height: 55px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  color: #000;
  margin-right: 30px; }

#property-filter-status .list-property-status {
  margin: 5px 0; }
  #property-filter-status .list-property-status li {
    font-family: Roboto,sans-serif;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    float: left; }
    #property-filter-status .list-property-status li span {
      display: block; }
    #property-filter-status .list-property-status li.active,#property-filter-status .list-property-status li:hover {
      color: #000; }

.post-type-archive-opalestate_property .opalestate-rows article .entry-summary {
  min-height: 46px; }

.post-type-archive-opalestate_property .opalesate-archive-top {
  padding-top: 0;
  padding-bottom: 0; }
  .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top {
    padding: 0; }
    @media (max-width: 767px) {
      .post-type-archive-opalestate_property .opalesate-archive-top .opalesate-archive-top {
        padding-bottom: 20px; } }

.property-address {
  color: #999;
  font-size: 13px; }

.opalestate-rows .first-child {
  clear: both; }

.opalestate-rows article {
  background: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
  transition: all .3s ease-out;
  position: relative; }
  .opalestate-rows article .absolute {
    position: absolute;
    left: 20px;
    top: 35px;
    z-index: 2; }
  .opalestate-rows article .property-group-label {
    z-index: 4;
    line-height: 1; }
  .opalestate-rows article:hover {
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.12); }
  .opalestate-rows article div.property-label {
    z-index: 1;
    font-size: 9px;
    padding: 3px 10px;
    display: block;
    line-height: 1; }
  .opalestate-rows article .label-featured,.opalestate-rows article div.property-label {
    font-family: Raleway,sans-serif;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 5px; }
  .opalestate-rows article .label-featured {
    font-size: 10px;
    padding: 3px 12px;
    display: inline-block; }
  .opalestate-rows article .entry-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .opalestate-rows article .entry-title {
        font-size: 18px; } }
  .opalestate-rows article .property-box-image {
    position: relative; }
    .opalestate-rows article .property-box-image img {
      width: 100%; }
  .opalestate-rows article header .property-status {
    z-index: 2; }
  .opalestate-rows article header {
    position: relative; }
    .opalestate-rows article header .property-price {
      position: absolute;
      bottom: 10px;
      right: 15px;
      background: hsla(0,0%,100%,.7);
      padding: 0 7px;
      z-index: 5; }
  .opalestate-rows article .property-toggle-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 43px !important;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3; }
    .opalestate-rows article .property-toggle-favorite.fa-heart-o {
      color: #bbb; }
    .opalestate-rows article .property-toggle-favorite.fa-heart {
      color: #ff4040; }
    .opalestate-rows article .property-toggle-favorite:hover {
      cursor: pointer; }
  .opalestate-rows article .entry-content {
    padding: 15px 25px; }
    .opalestate-rows article .entry-content i.property-toggle-favorite.fa-heart-o {
      cursor: pointer; }
  .opalestate-rows article .author-link .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%; }
  .opalestate-rows article .property-list-style {
    border: 1px solid #eee; }
    .opalestate-rows article .property-list-style .abs-col-item {
      padding: 25px 30px 0; }
      @media (max-width: 480px) {
        .opalestate-rows article .property-list-style .abs-col-item {
          border-left-width: 1px; } }
    .opalestate-rows article .property-list-style .entry-summary {
      padding: 20px 0; }
    .opalestate-rows article .property-list-style .property-box-image img {
      width: 100%; }
    .opalestate-rows article .property-list-style .btn-view-more {
      display: none; }
  .opalestate-rows article .property-price {
    color: #941d1d;
    font-size: 18px;
    margin-top: 10px;
    font-family: Roboto,sans-serif;
    font-weight: 700; }
    .opalestate-rows article .property-price .property-price-label {
      font-size: 12px;
      font-weight: 400; }
    @media (max-width: 1199px) {
      .opalestate-rows article .property-price {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .opalestate-rows article .property-price {
        font-size: 16px; } }
  .opalestate-rows article .property-list-style-v2 .abs-col-item {
    padding-top: 25px; }
    @media (max-width: 480px) {
      .opalestate-rows article .property-list-style-v2 .abs-col-item {
        border-left-width: 1px; } }
  .opalestate-rows article .property-list-style-v2 .entry-summary {
    font-style: normal;
    overflow: hidden;
    padding: 20px 0 25px;
    margin-top: 20px;
    margin-right: 30px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 0 0;
    color: #888; }
    .opalestate-rows article .property-list-style-v2 .entry-summary>h5 {
      margin: 0 0 10px;
      font-size: 14px; }
    .opalestate-rows article .property-list-style-v2 .entry-summary>p {
      line-height: 26px;
      margin-bottom: 0;
      max-height: 128px;
      overflow: hidden; }
      .opalestate-rows article .property-list-style-v2 .entry-summary>p .more-link {
        display: none; }
  .opalestate-rows article .property-list-style-v2 .list-details {
    padding-left: 0; }
  .opalestate-rows article .property-list-style-v2 .property-price {
    position: inherit;
    padding: 0;
    margin-top: 0; }
  .opalestate-rows article .property-list-style-v2 .property-address {
    margin-bottom: 15px;
    margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .opalestate-rows article .property-list-style-v2 .content-list {
      padding: 15px 0 30px 20px; }
      .opalestate-rows article .property-list-style-v2 .content-list .btn-details {
        position: absolute;
        bottom: 15px;
        right: 5px; }
    .opalestate-rows article .property-list-style-v2 .property-address img {
      display: none; } }
  .opalestate-rows article .property-list-style-v3 header .property-group-label .label-featured,.opalestate-rows article .property-list-style-v3 header .property-label,.opalestate-rows article .property-list-style-v3 header .property-status li {
    padding: 3px 12px;
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: left;
    border-radius: 3px;
    text-transform: capitalize;
    line-height: 1; }
  .opalestate-rows article .property-list-style-v3 header .property-group-label {
    top: 45px; }
  @media (max-width: 767px) {
    .opalestate-rows article .property-list-style-v3 header img {
      width: 100%; } }
  .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item {
    padding-right: 25px; }
    .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header {
      flex-wrap: wrap; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header .left {
        margin-right: 20px; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .item-header .entry-title {
        color: #333;
        font-size: 16px;
        transition: color .3s ease-out;
        margin-top: 8px;
        margin-bottom: 5px; }
    .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details {
      margin-top: 10px; }
      .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details .btn-details {
        margin-right: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .opalestate-rows article .property-list-style-v3 .content-list .abs-col-item .listing__details .list-details {
          padding-left: 0; } }
  @media (max-width: 767px) {
    .opalestate-rows article .property-list-style-v3 .content-list {
      padding: 0 20px 15px; } }
  .opalestate-rows article .property-list-style-v4 .property-list .content-list .logo {
    width: 60px;
    height: 50px;
    border: 1px solid #eee;
    line-height: 50px;
    padding: 0 7px; }
  .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__btn {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 8px;
    background-color: #22355b;
    color: #fff;
    border-radius: 4px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__btn {
        padding: 6px 10px; } }
  .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc {
    display: block;
    color: #999;
    font-size: 12px;
    text-align: right; }
    .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc span {
      color: #333;
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .opalestate-rows article .property-list-style-v4 .property-list .listing__details .open-houses .open-houses__desc {
        text-align: left; } }
  .opalestate-rows article .my-properties-bottom {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 2; }
  @media (max-width: 1200px) {
    .opalestate-rows article .info-title .entry-summary.flex-center {
      display: block; }
      .opalestate-rows article .info-title .entry-summary.flex-center .property-address {
        display: inline; } }

@media (min-width: 768px) {
  .opalestate-rows>.row {
    display: flex;
    flex-wrap: wrap; } }

.opalestate_property {
  margin-top: 70px !important; }

.property-list {
  position: relative; }
  .property-list header img {
    width: 100%; }
  .property-list.content-property-list-v2 .property-box-image {
    margin-top: 20px; }
  .property-list.content-property-list-v2 .content-bottom {
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 0; }
    .property-list.content-property-list-v2 .content-bottom .property-price {
      background: transparent; }
    .property-list.content-property-list-v2 .content-bottom .entry-title {
      font-size: 18px; }
      .property-list.content-property-list-v2 .content-bottom .entry-title a {
        color: #fff; }
    .property-list.content-property-list-v2 .content-bottom .property-address {
      color: #fff;
      opacity: .5; }

.opalesate-featured-property {
  margin: 0 -15px; }
  .opalesate-featured-property .item article .property-price {
    position: static;
    background-color: transparent;
    color: #941d1d;
    padding: 0; }
    @media (max-width: 768px) {
      .opalesate-featured-property .item article .property-price {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 5px; } }
  .opalesate-featured-property .item article .property-list header {
    padding-bottom: 0; }
  .opalesate-featured-property .item article .entry-summary {
    color: #acacac; }
    @media (max-width: 768px) {
      .opalesate-featured-property .item article .entry-summary {
        display: none; } }
  .opalesate-featured-property .item.style-2 article .property-meta {
    position: absolute;
    top: 35px;
    left: 15px;
    min-width: 195px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.7); }
    @media (max-width: 1200px) {
      .opalesate-featured-property .item.style-2 article .property-meta {
        min-width: 140px; } }
    .opalesate-featured-property .item.style-2 article .property-meta ul {
      height: 60px;
      margin: 0; }
      .opalesate-featured-property .item.style-2 article .property-meta ul li {
        margin-top: 5px;
        margin-left: 7px; }
        .opalesate-featured-property .item.style-2 article .property-meta ul li span {
          color: #fff !important; }
        .opalesate-featured-property .item.style-2 article .property-meta ul li:last-child {
          margin-right: 0; }
  .opalesate-featured-property.style-4 {
    margin: 0 -2px; }
    .opalesate-featured-property.style-4 .item {
      margin: 0 2px;
      padding: 0; }
      .opalesate-featured-property.style-4 .item .row {
        margin: 0; }
    .opalesate-featured-property.style-4.style-2 .owl-controls {
      display: none !important; }
    @media (max-width: 767px) {
      .opalesate-featured-property.style-4 {
        margin: 0; }
        .opalesate-featured-property.style-4 .item {
          margin: 0 15px; } }

.manual-properties .owl-carousel-play .carousel-control {
  height: 30px;
  line-height: 26px;
  background-color: #233354;
  border-color: #233354;
  width: 30px;
  font-size: 18px;
  left: 15px;
  color: #fff; }
  .manual-properties .owl-carousel-play .carousel-control.right {
    right: 15px;
    left: auto; }
  .manual-properties .owl-carousel-play .carousel-control:hover {
    background-color: #941d1d;
    border-color: #941d1d; }

.manual-properties .opalestate-rows article {
  margin-bottom: 0; }
  .manual-properties .opalestate-rows article .entry-content {
    padding: 15px 25px 25px; }
    @media (max-width: 1199px) {
      .manual-properties .opalestate-rows article .entry-content {
        padding: 20px 20px 15px; } }
  .manual-properties .opalestate-rows article .property-price {
    position: static;
    background-color: transparent;
    padding: 0;
    font-size: 48px;
    letter-spacing: -1px; }
    .manual-properties .opalestate-rows article .property-price .property-price-label {
      font-size: 40%; }
    @media (max-width: 1199px) {
      .manual-properties .opalestate-rows article .property-price {
        font-size: 26px; } }
  .manual-properties .opalestate-rows article .property-meta-list {
    padding: 0;
    background-color: transparent;
    margin: 0 -8px 15px; }
    @media (max-width: 1199px) {
      .manual-properties .opalestate-rows article .property-meta-list>li {
        padding-bottom: 0; }
        .manual-properties .opalestate-rows article .property-meta-list>li .label-property {
          display: none; } }
  .manual-properties .opalestate-rows article .entry-title {
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .manual-properties .opalestate-rows article .entry-title {
        font-size: 16px; } }

.manual-properties.style-1 .item,.manual-properties.style-2 .item {
  padding: 0; }
  .manual-properties.style-1 .item article.opalestate_property,.manual-properties.style-2 .item article.opalestate_property {
    background: transparent !important;
    padding: 0 !important; }
    .manual-properties.style-1 .item article.opalestate_property:hover,.manual-properties.style-2 .item article.opalestate_property:hover {
      box-shadow: none; }
    .manual-properties.style-1 .item article.opalestate_property .entry-content,.manual-properties.style-2 .item article.opalestate_property .entry-content {
      display: block;
      padding: 0 !important; }

@media (min-width: 1680px) {
  .manual-properties.style-5 {
    top: -150px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .manual-properties.style-5 {
    top: -30px; } }

.manual-properties.style-5 .opalestate-rows article {
  padding: 0; }
  .manual-properties.style-5 .opalestate-rows article .entry-content {
    padding: 20px; }

.manual-properties.style-5 .item {
  padding: 0; }

.manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .entry-title a {
  color: #333;
  line-height: 20px; }
  @media (min-width: 1680px) {
    .manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .entry-title a {
      font-size: 32px; } }
  @media (min-width: 1200px) and (max-width: 1680px) {
    .manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .entry-title a {
      font-size: 25px; } }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .entry-title a {
      font-size: 22px; } }

.manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .property-address {
  border: none;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 10px; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .manual-properties.style-5 .opalesate-recent-property .property-v2 .entry-content .property-address {
      font-size: 11px; } }

.manual-properties.style-5 .opalesate-recent-property .property-meta {
  margin-bottom: 10px; }

@media (min-width: 1680px) {
  .manual-properties.style-5 .owl-carousel .owl-item {
    width: 365px !important; } }

@media (min-width: 1200px) and (max-width: 1680px) {
  .manual-properties.style-5 .owl-carousel .owl-item {
    width: 680px !important; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .manual-properties.style-5 .owl-carousel .owl-item {
    width: 580px !important; } }

.property-v2 .entry-content .entry-title a {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px; }

.property-v2 .entry-content .property-address {
  font-size: 20px;
  opacity: .7;
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 40px;
  border-bottom: 1px solid #6e6362; }

.property-v2 .entry-content .more {
  display: flex;
  max-width: 264px; }
  .property-v2 .entry-content .more .number {
    background-color: #00a03f;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    color: #fff; }
  .property-v2 .entry-content .more a {
    background-color: #00c34d;
    transition: all .3s;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0 20px;
    height: 70px;
    line-height: 70px; }
    .property-v2 .entry-content .more a:hover {
      background-color: #941d1d; }

.property-v3 .entry-content .description {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 5px; }

.property-v3 .entry-content .entry-title a {
  font-size: 80px;
  line-height: 90px; }

.property-v3 .entry-content .property-address {
  border-bottom: none;
  font-size: 18px !important;
  padding-bottom: 0 !important; }

.property-v3 .entry-content .more .price {
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  background-color: #1e3559;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
  .property-v3 .entry-content .more .price p:first-child {
    font-size: 14px;
    opacity: .5;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0; }
  .property-v3 .entry-content .more .price p {
    background-color: transparent !important; }
  .property-v3 .entry-content .more .price .number {
    padding: 0;
    height: inherit;
    line-height: 1;
    display: block; }

@media (max-width: 1199px) {
  .property-v3 .entry-content .description {
    font-size: 24px; } }

@media (max-width: 1199px) {
  .property-v2 .entry-content .entry-title a,.property-v3 .entry-content .entry-title a {
    font-size: 40px;
    line-height: 50px; }
  .property-v2 .entry-content .property-address,.property-v3 .entry-content .property-address {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 12px; }
  .property-v2 .entry-content .more .number,.property-v2 .entry-content .more .price,.property-v3 .entry-content .more .number,.property-v3 .entry-content .more .price {
    height: 60px;
    line-height: 60px; }
  .property-v2 .entry-content .more a,.property-v3 .entry-content .more a {
    padding: 0 10px;
    height: 60px;
    line-height: 60px; } }

.property-v4 .entry-content {
  display: flex;
  padding: 0 !important;
  flex-wrap: nowrap !important; }
  .property-v4 .entry-content .property__main-item {
    padding: 25px 30px 20px;
    margin-right: 0;
    flex: 2; }
    .property-v4 .entry-content .property__main-item .entry-title {
      font-size: 32px;
      line-height: 40px;
      font-weight: 800;
      text-transform: uppercase; }
    .property-v4 .entry-content .property__main-item .property-address {
      font-size: 16px;
      margin-bottom: 20px; }
    .property-v4 .entry-content .property__main-item .property-meta-list {
      margin: 0; }
      .property-v4 .entry-content .property__main-item .property-meta-list ul {
        margin-bottom: 0; }
        .property-v4 .entry-content .property__main-item .property-meta-list ul .property__stat {
          color: #333; }
    .property-v4 .entry-content .property__main-item:after {
      position: relative; }
  .property-v4 .entry-content .link {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .property-v4 .entry-content .link .price {
      background-color: #22355b;
      flex: 2;
      padding: 55px 0; }
      .property-v4 .entry-content .link .price p {
        margin-bottom: 0; }
    .property-v4 .entry-content .link .more {
      text-transform: uppercase;
      background-color: #941d1d;
      padding: 15px 75px; }
      .property-v4 .entry-content .link .more a {
        color: #fff;
        font-weight: 600; }
  @media (max-width: 991px) {
    .property-v4 .entry-content .property__main-item {
      padding: 15px 20px 10px; }
      .property-v4 .entry-content .property__main-item .entry-title {
        font-size: 25px; }
      .property-v4 .entry-content .property__main-item .property-address {
        font-size: 15px;
        margin-bottom: 5px; }
      .property-v4 .entry-content .property__main-item .property-meta-list .property__figure {
        font-size: 16px; }
    .property-v4 .entry-content .link .price {
      padding: 30px 0; }
    .property-v4 .entry-content .link .more {
      padding: 15px 30px; } }

.widget.widget-estate-property .widget-content {
  overflow: visible; }

.widget.widget-estate-property .owl-carousel .item {
  margin-top: 20px; }

.widget .search-properies-form .form-group {
  color: #222; }
  .widget .search-properies-form .form-group label {
    margin-bottom: 5px;
    color: #333;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize; }
  .widget .search-properies-form .form-group input[type=radio] {
    float: left;
    margin-right: 10px; }
  .widget .search-properies-form .form-group span {
    float: right; }

.widget .search-properies-form .form-control {
  border-color: #eee; }

.widget .search-properies-form .btn-search {
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  border: none;
  border-radius: 4px;
  background-color: #941d1d;
  transition: all .3s;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600; }
  .widget .search-properies-form .btn-search:after {
    content: ""; }
  .widget .search-properies-form .btn-search:hover {
    background-color: #941d1d; }

.widget .search-properies-form .opal-slide-ranger label {
  display: flex;
  justify-content: space-between; }
  .widget .search-properies-form .opal-slide-ranger label .noUi-origin {
    background: #555; }
  .widget .search-properies-form .opal-slide-ranger label span {
    flex: 1; }
  .widget .search-properies-form .opal-slide-ranger label span:last-child {
    text-align: right; }

.widget-properties article {
  margin-top: 30px; }
  .widget-properties article:not(:last-child) {
    margin-bottom: 20px; }

.widget-properties article:first-child {
  margin-top: 0; }

.widget-properties .media-left {
  position: relative; }
  .widget-properties .media-left img {
    width: 100%; }
  .widget-properties .media-left .property-box-image {
    position: relative; }
    .widget-properties .media-left .property-box-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg,#222,rgba(34,34,34,0)); }

.widget-properties .entry-title a {
  color: #fff;
  font-size: 15px;
  transition: color .3s ease-out;
  display: block; }
  .widget-properties .entry-title a:hover {
    color: #941d1d; }

.widget-properties .property-price {
  font-size: 14px;
  color: #941d1d; }
  .widget-properties .property-price .property-price-label {
    color: #fff; }

.widget-properties .media {
  overflow: hidden; }
  .widget-properties .media .media-body,.widget-properties .media .media-left {
    display: block;
    padding: 0 !important; }
  .widget-properties .media .media-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .widget-properties .media .media-body .entry-content {
      padding: 10px 10px 5px;
      display: block; }

.widget-estate-browse-single-category .property-category,.widget-estate-browse-single-type .property-category {
  position: relative;
  overflow: hidden; }
  .widget-estate-browse-single-category .property-category .property-category-image img,.widget-estate-browse-single-type .property-category .property-category-image img {
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .widget-estate-browse-single-category .property-category .static-content,.widget-estate-browse-single-type .property-category .static-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #941d1d;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .widget-estate-browse-single-category .property-category .static-content h5,.widget-estate-browse-single-type .property-category .static-content h5 {
      font-size: 36px;
      margin: 0;
      letter-spacing: -1px; }
      .widget-estate-browse-single-category .property-category .static-content h5 a,.widget-estate-browse-single-type .property-category .static-content h5 a {
        color: #fff; }
        .widget-estate-browse-single-category .property-category .static-content h5 a:hover,.widget-estate-browse-single-type .property-category .static-content h5 a:hover {
          color: #941d1d; }
      @media (max-width: 1199px) {
        .widget-estate-browse-single-category .property-category .static-content h5,.widget-estate-browse-single-type .property-category .static-content h5 {
          font-size: 30px; } }
    .widget-estate-browse-single-category .property-category .static-content .property-category-count,.widget-estate-browse-single-type .property-category .static-content .property-category-count {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 500;
      font-family: Raleway,sans-serif; }
  .widget-estate-browse-single-category .property-category:hover img,.widget-estate-browse-single-type .property-category:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .widget-estate-browse-single-category .property-category:hover .static-content,.widget-estate-browse-single-type .property-category:hover .static-content {
    background-color: rgba(0,0,0,.6); }

.widget-estate-browse-single-category .property-category .static-content h5 {
  font-size: 30px; }
  @media (max-width: 992px) {
    .widget-estate-browse-single-category .property-category .static-content h5 {
      font-size: 24px; } }

.widget-estate-browse-single-location .property-category {
  position: relative;
  overflow: hidden; }
  .widget-estate-browse-single-location .property-category:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .widget-estate-browse-single-location .property-category:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5); }

.widget-estate-browse-single-location .static-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 500;
  width: 100%;
  z-index: 1; }
  .widget-estate-browse-single-location .static-content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
    .widget-estate-browse-single-location .static-content h5 a {
      color: #fff;
      transition: all .3s; }
      .widget-estate-browse-single-location .static-content h5 a:hover {
        color: #941d1d; }

.widget-estate-browse-single-location .property-category-image img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.widget-estate-browse-single-location.style-carousel {
  margin-left: -3px;
  margin-right: -3px; }
  .widget-estate-browse-single-location.style-carousel .owl-item {
    padding: 0 3px; }
  .widget-estate-browse-single-location.style-carousel .owl-controls {
    display: block !important;
    margin-top: 25px; }

.overlap-carousel-property .owl-carousel-play .carousel-controls {
  position: static; }

.overlap-carousel-property .owl-carousel-play .carousel-control {
  left: 18%;
  position: absolute;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px; }
  .overlap-carousel-property .owl-carousel-play .carousel-control:hover {
    border-color: #941d1d;
    color: #941d1d; }
  .overlap-carousel-property .owl-carousel-play .carousel-control.right {
    left: auto;
    right: 18%; }
  @media (max-width: 768px) {
    .overlap-carousel-property .owl-carousel-play .carousel-control {
      left: 0; }
      .overlap-carousel-property .owl-carousel-play .carousel-control.right {
        right: 0; } }

.overlap-carousel-property .owl-carousel .owl-item .item {
  padding: 0 2px; }

.overlap-carousel-property .opalestate-rows {
  margin: 0 -25%;
  overflow: hidden; }
  .overlap-carousel-property .opalestate-rows article {
    border: none; }
    .overlap-carousel-property .opalestate-rows article .entry-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: transparent;
      padding: 15% 50px 50px; }
      @media (max-width: 1199px) {
        .overlap-carousel-property .opalestate-rows article .entry-content {
          padding: 20px; } }
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper {
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .overlap-carousel-property .opalestate-rows article .property-price-wrapper {
          margin-bottom: 15px; } }
      .overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price {
        display: inline-block;
        background-color: #941d1d;
        color: #fff;
        padding: 0 15px;
        position: static; }
    .overlap-carousel-property .opalestate-rows article .entry-title {
      font-size: 24px;
      margin-bottom: 10px; }
      .overlap-carousel-property .opalestate-rows article .entry-title a {
        color: #fff; }
        .overlap-carousel-property .opalestate-rows article .entry-title a:hover {
          color: #941d1d; }
      @media (max-width: 767px) {
        .overlap-carousel-property .opalestate-rows article .entry-title {
          font-size: 16px; } }
    .overlap-carousel-property .opalestate-rows article .property-meta-list {
      border: none;
      background-color: transparent;
      margin: 0 -8px;
      padding: 0;
      text-align: left;
      font-size: 14px;
      font-weight: 700;
      color: #b7b7b7; }
      .overlap-carousel-property .opalestate-rows article .property-meta-list li {
        width: auto;
        min-width: 85px; }
        @media (max-width: 767px) {
          .overlap-carousel-property .opalestate-rows article .property-meta-list li {
            min-width: 10px; } }
      .overlap-carousel-property .opalestate-rows article .property-meta-list i:before {
        font-weight: 400; }
    .overlap-carousel-property .opalestate-rows article .property-box-image:before {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: transparent linear-gradient(180deg,transparent,rgba(0,0,0,.5)) repeat scroll 0 0;
      width: 100%;
      height: 100%; }
    .overlap-carousel-property .opalestate-rows article:hover .property-box-image:before {
      opacity: .3;
      filter: alpha(opacity=30); }
  @media (max-width: 768px) {
    .overlap-carousel-property .opalestate-rows {
      margin: 0; } }

@media (max-width: 480px) {
  .overlap-carousel-property .opalestate-rows article .property-price-wrapper {
    margin-bottom: 5px; }
    .overlap-carousel-property .opalestate-rows article .property-price-wrapper .property-price {
      color: #941d1d;
      padding: 0;
      background-color: transparent;
      font-size: 14px; }
  .overlap-carousel-property .opalestate-rows article .entry-title {
    font-size: 14px; }
  .overlap-carousel-property .opalestate-rows article .entry-content {
    padding: 10px 15px; } }

.opalesate-agent-grid-v2.opalestate-rows article {
  border: none; }
  .opalesate-agent-grid-v2.opalestate-rows article .agent-box-title {
    font-size: 18px;
    margin: 0;
    color: #333; }
  .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image {
    border-radius: 0; }
  .opalesate-agent-grid-v2.opalestate-rows article .property-label {
    left: 0;
    border-top-color: #22355b; }
  .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button {
    border: 1px solid #f6f6f6;
    margin-bottom: 20px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__wrapper {
      display: flex;
      align-items: center; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-box-image {
      width: 37%; }
      .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-box-image .agent-with-button__wrapper img {
        width: 100%; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent {
      width: 63%;
      padding-left: 30px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent-name {
      font-size: 18px;
      margin-bottom: 4px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__agent-position {
      display: block;
      margin-bottom: 1px;
      color: #999;
      font-size: 12px; }
    .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__cta {
      display: block;
      height: 45px;
      line-height: 45px;
      background-color: #941d1d;
      color: #fff;
      text-align: center;
      text-transform: capitalize;
      transition: all .3s; }
      .opalesate-agent-grid-v2.opalestate-rows article.agent-with-button .agent-with-button__cta:hover {
        background-color: #941d1d; }
  @media (max-width: 768px) {
    .opalesate-agent-grid-v2.opalestate-rows article .agent-box-image img {
      width: 100%; } }
  .opalesate-agent-grid-v2.opalestate-rows article:hover {
    box-shadow: none; }

.opalesate-agent-grid-v2.style-carousel .owl-item {
  padding: 0 15px; }

.opalesate-agent-grid-v2 .carousel-controls.style-2 .carousel-control.left {
  right: 65px; }

.opalesate-properties-carousel {
  margin-left: -15px;
  margin-right: -15px; }

.opalesate-recent-property .carousel-controls {
  position: absolute;
  right: 15px;
  top: -80px; }

.opalesate-recent-property .carousel-control {
  position: static;
  display: inline-block; }

@media (max-width: 767px) {
  .opalesate-row .property-address.flex-center {
    display: block; } }

/***********************************
 * Single Property Page
 ***********************************/
.property-information ul.list-info {
  padding: 0;
  margin: 0; }
  .property-information ul.list-info li {
    border-top: 1px solid #eee;
    padding: 8px 0;
    overflow: hidden;
    font-family: Raleway,sans-serif;
    line-height: 30px;
    font-size: 14px; }
    .property-information ul.list-info li span:first-child {
      float: left;
      margin-right: 10px;
      border-right: 1px solid #eee;
      font-weight: 700;
      width: 140px; }
    .property-information ul.list-info li.property-label-address {
      display: none; }
    .property-information ul.list-info li:first-child {
      border-top: none; }

@media screen and (max-width: 1023px) {
  .property-information ul.list-info {
    margin-bottom: 20px; } }

.content-bottom h6 {
  text-transform: uppercase;
  margin-right: 10px; }

.property-same-agent-section .opalestate_property .property-list-style-v2 {
  margin-bottom: 0; }

.property-same-agent-section .opalestate_property .property-meta-list>li {
  padding-left: 5px;
  padding-right: 5px; }

.property-same-agent-section .opalestate-rows article .property-list-style-v2 {
  border-bottom: none; }

.opalesate-featured-property.style-2 .owl-controls {
  display: block !important; }

.opalesate-featured-property.style-2 .carousel-control.style-3 {
  display: none; }

.property-grid-style-v5 {
  position: relative; }
  .property-grid-style-v5 .property-list .property-group-label {
    top: 110px; }
  .property-grid-style-v5 .property-list .property-status {
    top: 80px; }
  .property-grid-style-v5 .property-list header img {
    width: 100%;
    height: auto; }
  .property-grid-style-v5 .list-details .property-meta-list i:before {
    color: #fff; }
  .property-grid-style-v5 .content-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 25px 23px;
    z-index: 1;
    background: linear-gradient(0deg,#050606,rgba(5,6,6,.99) 1%,transparent); }
    .property-grid-style-v5 .content-list .abs-col-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .property-grid-style-v5 .content-list .abs-col-item .flex-center {
        flex: 1; }
      .property-grid-style-v5 .content-list .abs-col-item .entry-title a {
        font-size: 18px;
        line-height: 24px;
        color: #fff; }
      .property-grid-style-v5 .content-list .abs-col-item .property-address {
        color: #fff;
        opacity: .5; }
    @media (max-width: 991px) {
      .property-grid-style-v5 .content-list {
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
        background: transparent;
        padding: 0; }
        .property-grid-style-v5 .content-list .abs-col-item {
          display: block;
          padding: 20px 10px 10px;
          transition: all .3s; }
          .property-grid-style-v5 .content-list .abs-col-item .entry-title a,.property-grid-style-v5 .content-list .abs-col-item .property-address {
            color: #222; }
            .property-grid-style-v5 .content-list .abs-col-item .property-address img {
              display: none; }
        .property-grid-style-v5 .content-list .property-meta {
          min-width: 125px; } }
  .property-grid-style-v5 .absolute {
    top: 110px !important; }

@media (max-width: 991px) {
  .opalestate-rows.style-2 .item:hover .abs-col-item {
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.12); }
  .opalestate-rows.style-2 .item article:hover {
    box-shadow: none; } }

.opalestate_property .entry-content .info-title {
  flex: auto; }

.google-map-tabs .nav.nav-tabs>li>a {
  border: none !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  background-color: #233354 !important;
  padding: 0;
  margin: 0; }
  .google-map-tabs .nav.nav-tabs>li>a span {
    display: none; }
  .google-map-tabs .nav.nav-tabs>li>a:after {
    content: none; }

.google-map-tabs .nav.nav-tabs>li.active>a {
  background-color: #941d1d !important; }

.google-map-tabs .tab-content {
  border: none;
  padding: 0;
  margin: 0; }

.property-button-edit {
  position: absolute;
  right: -30px;
  top: -25px;
  z-index: 1;
  background-color: #000;
  font-size: 12px;
  padding: 2px 10px;
  text-transform: uppercase; }
  .property-button-edit a {
    color: #fff; }
  .property-map-section,.property-map-section #property-map {
    position: relative; }
  .property-map-section #property-search-places {
    bottom: 25px;
    left: 10px;
    position: absolute;
    z-index: 1; }
    .property-map-section #property-search-places .btn-map-search {
      cursor: pointer;
      background-color: #fff;
      text-align: center;
      width: 40px;
      height: 40px;
      position: relative; }
      .property-map-section #property-search-places .btn-map-search i {
        display: block;
        line-height: 40px; }
        .property-map-section #property-search-places .btn-map-search i.fa-hospital-o {
          color: #b3e180; }
        .property-map-section #property-search-places .btn-map-search i.fa-plus-square {
          color: #ec8f73; }
        .property-map-section #property-search-places .btn-map-search i.fa-graduation-cap {
          color: #8fbfe4; }
        .property-map-section #property-search-places .btn-map-search i.fa-shopping-basket {
          color: #9d4cfa; }
        .property-map-section #property-search-places .btn-map-search i.fa-subway {
          color: #fabd47; }
        .property-map-section #property-search-places .btn-map-search i.fa-bank {
          color: #6eadfb; }
      .property-map-section #property-search-places .btn-map-search em {
        background: #941d1d;
        margin-left: 10px;
        font-size: 10px;
        color: #fff;
        padding: 1px 3px; }
      .property-map-section #property-search-places .btn-map-search span {
        width: 0;
        display: block;
        visibility: hidden;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        position: absolute;
        left: 50%;
        top: 0;
        background-color: #fff;
        line-height: 40px;
        padding: 0 10px;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
        font-family: Raleway,sans-serif;
        font-size: 12px; }
      .property-map-section #property-search-places .btn-map-search.active span,.property-map-section #property-search-places .btn-map-search:hover span {
        visibility: visible;
        width: auto;
        left: 100%;
        z-index: 1;
        opacity: 1;
        filter: alpha(opacity=100); }
  .property-map-section.style-2 .google-map-tabs .nav-tabs {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0; }
    .property-map-section.style-2 .google-map-tabs .nav-tabs li a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      margin-right: 10px;
      border-radius: 4px;
      background-color: rgba(0,0,0,.65) !important;
      box-shadow: 0 1px 3px 0 rgba(0,0,0,.35);
      display: inline-block;
      text-align: center;
      cursor: pointer;
      transition: all .3s ease-out; }
      .property-map-section.style-2 .google-map-tabs .nav-tabs li a .property__control-icon {
        display: block;
        color: #fff;
        font-size: 16px; }
        @media (min-width: 768px) {
          .property-map-section.style-2 .google-map-tabs .nav-tabs li a .property__control-icon {
            font-size: 24px; } }
      .property-map-section.style-2 .google-map-tabs .nav-tabs li a:hover {
        background-color: #941d1d !important; }

/**************************************
 * Archive Agent page
 *************************************/
.opalestate_agent {
  background-color: #fff; }
  .opalestate_agent.agent-grid-style {
    margin-bottom: 30px;
    margin-top: 35px !important; }
  .opalestate_agent .agent-box-title {
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0 0; }
  .opalestate_agent .agent-job {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 5px;
    padding-left: 0; }
  .opalestate_agent .agent-info {
    padding: 15px 0 5px;
    color: gray; }
    @media (max-width: 992px) {
      .opalestate_agent .agent-info {
        padding: 0; } }
  .opalestate_agent .more-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Raleway,sans-serif; }
    .opalestate_agent .more-link i {
      margin-left: 10px; }
  .opalestate_agent .bo-social-icons {
    margin: 0 -3px; }
    .opalestate_agent .bo-social-icons [class^=bo-social-] {
      margin: 0 3px;
      border-color: #999; }
      .opalestate_agent .bo-social-icons [class^=bo-social-] i {
        color: #999;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .opalestate_agent .bo-social-icons [class^=bo-social-]:hover {
        border-color: #941d1d; }
        .opalestate_agent .bo-social-icons [class^=bo-social-]:hover i {
          color: #941d1d; }
  .opalestate_agent .pbr-social-share .bo-social-icons [class^=bo-social-] i {
    color: #fff; }
    .opalestate_agent .pbr-social-share .bo-social-icons [class^=bo-social-] i:hover {
      color: #941d1d; }
  .opalestate_agent .post-thumbnail img {
    width: 100%; }
  .opalestate_agent .agent-google-map-content {
    margin-bottom: 30px; }
    .opalestate_agent .agent-google-map-content>p {
      margin-bottom: 15px;
      font-size: 14px; }
  .opalestate_agent .team-header {
    position: relative; }
    .opalestate_agent .team-header .agent-levels {
      left: 0;
      color: #fafafa; }
  .opalestate_agent .agent-box-image {
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .opalestate_agent .agent-box-image {
        border-radius: 0; } }
    @media screen and (max-width: 480px) {
      .opalestate_agent .agent-box-image img {
        width: 100%; } }
  .opalestate_agent .agent-footer {
    position: relative; }
    .opalestate_agent .agent-footer .property-label {
      border-radius: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #22355b; }
      .opalestate_agent .agent-footer .property-label i {
        font-size: 12px; }
  .opalestate_agent .agent-s2 .team-header {
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .opalestate_agent .agent-s2 .team-header>div {
      padding-left: 0;
      padding-right: 0; }
    .opalestate_agent .agent-s2 .team-header .agent-box-image img {
      width: 100%;
      height: auto; }
    .opalestate_agent .agent-s2 .team-header .socials {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 8px 0;
      background: rgba(11,33,76,.9);
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out;
      transform: translate3d(0,40px,0); }
      .opalestate_agent .agent-s2 .team-header .socials a {
        padding: 0 10px; }
        .opalestate_agent .agent-s2 .team-header .socials a .fa {
          color: #fff;
          transition: all .3s; }
          .opalestate_agent .agent-s2 .team-header .socials a .fa:hover {
            color: #941d1d; }
  .opalestate_agent .agent-s2 .agent-box-image {
    border-radius: 0; }
  .opalestate_agent .agent-s2 .agent-body {
    padding: 10px 20px; }
  .opalestate_agent .agent-s2 .agent-box-title {
    margin: 0; }
  .opalestate_agent .agent-s2 .agent-info {
    padding: 0;
    color: #acacac; }
  .opalestate_agent .agent-s2 .info p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 20px; }
  .opalestate_agent .agent-s2:hover .socials {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible; }
  .opalestate_agent .agent-s3 .team-header {
    margin-left: 0;
    margin-right: 0; }
    .opalestate_agent .agent-s3 .team-header>div {
      padding-left: 0;
      padding-right: 0; }
  .opalestate_agent .agent-s3 .agent-body {
    padding: 25px 0 0;
    border-bottom: none; }
  .opalestate_agent .agent-s3 .agent-box-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0; }
  .opalestate_agent .agent-s3 .agent-info {
    padding: 0;
    color: #acacac; }
  .opalestate_agent .agent-s3 .property-label {
    background-color: #941d1d;
    line-height: 30px;
    left: 0;
    border: none;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px; }
    .opalestate_agent .agent-s3 .property-label i {
      position: static; }
  .opalestate_agent .team-v2 .agent-box-image {
    border-radius: 0; }
  .opalestate_agent .entry-content {
    margin-bottom: 25px; }
  .opalestate_agent .team-v1 .tooltip .tooltip-arrow {
    top: 0 !important; }

.post-type-archive-opalestate_agent .opalestate_agent .agent-box-image {
  border-radius: 0; }
  .post-type-archive-opalestate_agent .opalestate_agent .agent-box-image img {
    width: 100%; }

/**************************************
 * Single Agent page
 *************************************/
.single .bo-social-icons a {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
  color: #adadad;
  font-size: 16px;
  transition: color .3s ease-out;
  border: none;
  width: auto;
  line-height: 1;
  height: 100%;
  overflow: inherit; }

.single__contact {
  padding-left: 0;
  list-style-type: none; }
  .single__contact li a,.single__contact li span {
    font-size: 13px;
    display: inline-block;
    color: #666;
    transition: color .3s ease-out; }
  .single__contact li .fa {
    color: #666;
    font-size: 12px;
    width: 1.28571429em;
    text-align: center;
    padding-right: 5px;
    transition: color .3s ease-out; }
    .single__contact li .fa.fa-mobile {
      font-size: 14px; }
  .single__contact li:hover .fa,.single__contact li:hover a {
    color: #941d1d; }

.single-opalestate_agent .contact-form__header-container .team-header {
  min-width: 150px; }
  .single-opalestate_agent .contact-form__header-container .team-header img {
    height: auto;
    border-radius: 50%;
    border: 1px solid #eee; }
  .single-opalestate_agent .contact-form__header-container .team-header .agent-levels {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); }

.single-opalestate_agent .contact-form__header-container .contact-info .entry-content p {
  padding-left: 0; }

.single-opalestate_agent .contact-form__header-container .contact-info .agent-box-title {
  font-size: 24px; }

@media (min-width: 768px) {
  .single-opalestate_agent .contact-form__header-container {
    display: flex;
    align-items: flex-start; }
    .single-opalestate_agent .contact-form__header-container .contact-info {
      padding-left: 40px; } }

.single-opalestate_agent .agent-box .agents-single__inner .agent-preview {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .single-opalestate_agent .agent-box .agents-single__inner {
    display: flex; }
    .single-opalestate_agent .agent-box .agents-single__inner .agent-preview {
      width: 25%;
      margin-bottom: 0; }
    .single-opalestate_agent .agent-box .agents-single__inner .agent-box-meta {
      width: 75%;
      padding-left: 20px; } }

@media (min-width: 992px) {
  .single-opalestate_agent .agent-box .agents-single__inner .agent-box-meta {
    padding-left: 40px; } }

.single-opalestate_agent .agent-box .agent-box-meta .agent-box-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 24px;
  color: #333; }

.single-opalestate_agent .agent-box .agent-box-meta .agent-job {
  display: inline-block;
  margin-bottom: 15px; }

.single-opalestate_agent .agent-box .agent-box-meta .bo-social-icons {
  margin: 0 0 35px; }

.single-opalestate_agent .agent-box .agent-box-bio {
  clear: both; }

.single-opalestate_agent .agent-box .agent-preview .team-header .property-label {
  left: 15px; }

.single-opalestate_agent .agent-box .agent-preview .team-header .agent-levels {
  left: 0;
  color: #fafafa; }

@media (max-width: 480px) {
  .single-opalestate_agent .agent-box .agent-preview .team-header img {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .single-opalestate_agent .agent-box {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .single-opalestate_agent .agent-box .agent-box-image {
    margin-bottom: 20px; } }

.single-opalestate_agent .opalestate-contact-form .btn {
  text-transform: uppercase; }

.single-opalestate_agent .my-property {
  padding: 40px 0 100px;
  background-color: #f6f6f6;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .single-opalestate_agent .my-property {
      padding: 140px 0 70px; } }

.single-opalestate_agent .form-contact {
  border: 1px solid #eee;
  padding: 20px; }
  .single-opalestate_agent .form-contact .contact-form__title {
    margin-bottom: 20px;
    line-height: 23px; }
  .single-opalestate_agent .form-contact .form-group {
    margin-bottom: 10px; }
    .single-opalestate_agent .form-contact .form-group .form-control {
      height: 40px;
      line-height: 40px; }
  .single-opalestate_agent .form-contact textarea {
    min-height: 110px;
    margin-bottom: 20px; }
  .single-opalestate_agent .form-contact .btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Roboto,sans-serif; }

body.author .agent-box {
  margin-bottom: 20px; }

body.author .agent-box-bio {
  line-height: 26px; }

.opalestate_agent .agent-box {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .opalestate_agent .agent-box .agent-box-image {
      margin-bottom: 20px; } }

.opalestate_agent .agent-contact {
  background-color: #fff;
  padding: 25px 30px 30px; }
  .opalestate_agent .agent-contact label {
    font-size: 14px; }
  .opalestate_agent .agent-contact .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 20px 7px; }

.opalestate_agent .agent-box-meta>div.agent-box-position {
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  margin-bottom: 13px; }

.opalestate_agent .agent-box-meta>div a {
  color: #666; }
  .opalestate_agent .agent-box-meta>div a:hover {
    color: #941d1d; }

.opalestate_agent .agent-box-meta>div i {
  color: #666; }

.opalestate_agent .agent-box-meta>div.agent-box-phone {
  color: #941d1d; }

.agent-contact-form-container {
  border: 1px solid #eee;
  padding: 20px; }
  .agent-contact-form-container h3 {
    font-size: 18px;
    margin-bottom: 25px; }
  .agent-contact-form-container .form-control {
    margin-bottom: 10px;
    color: #333;
    border: 1px solid #eee; }
  .agent-contact-form-container button {
    background-color: #941d1d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    border: none;
    transition: all .3s ease-out; }
    .agent-contact-form-container button:hover {
      background-color: #941d1d; }
  .agent-contact-form-container textarea.form-control {
    min-height: 110px; }

.single-opalestate_office .agent-contact-form-container {
  border: none; }

.property-agent-section {
  margin-bottom: 30px; }

.property-same-agent-section {
  margin-bottom: 0;
  margin-top: 25px; }

/**************************************
 * Find Agent page
 *************************************/
.search-agents-wrap .opalestate-search-agents-form {
  margin: 0 0 80px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 0;
  border: 1px solid #eee; }

.opalestate-search-agents-form {
  background-color: #22355b;
  padding: 10px 15px 15px; }
  .opalestate-search-agents-form .search-agent-title {
    display: block !important;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: Raleway,sans-serif; }
  .opalestate-search-agents-form select {
    background-color: #efefef;
    height: 45px;
    line-height: 31px;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-family: Raleway,sans-serif;
    color: #333;
    font-size: 10px; }
  .opalestate-search-agents-form .btn-search {
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase; }
    .opalestate-search-agents-form .btn-search i {
      margin-right: 10px; }
      @media screen and (max-width: 979px) {
        .opalestate-search-agents-form .btn-search i {
          display: none; } }
  .opalestate-search-agents-form .noUi-handle {
    background: #dadada; }
  .opalestate-search-agents-form .noUi-background {
    border-radius: 0;
    background: #efefef; }
  .opalestate-search-agents-form .opal-slide-ranger label {
    text-transform: uppercase;
    font-family: Raleway,sans-serif;
    color: #fff;
    font-size: 11px; }
  @media (max-width: 767px) {
    .opalestate-search-agents-form .opal-slide-ranger {
      margin-bottom: 20px; } }
  .opalestate-search-agents-form .form-control {
    height: 45px;
    color: #333;
    font-size: 10px;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-family: Raleway,sans-serif;
    line-height: 31px;
    background-color: #efefef;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      .opalestate-search-agents-form .form-control {
        margin-bottom: 10px; } }
  .opalestate-search-agents-form .opal-row:last-child .col-md-3:after,.opalestate-search-agents-form .opal-row:last-child>div:first-child.col-md-4:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #941d1d;
    right: 30px;
    top: 12px;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-size: 10px; }

.team-header {
  position: relative; }
  .team-header .agent-levels {
    position: absolute;
    background-color: #941d1d;
    color: #222;
    margin: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px; }
    .team-header .agent-levels li {
      list-style: none; }
  .team-header .property-label {
    border-radius: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-opposite-position(bottom): 60px solid #fabd47;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left-width: 0;
    border-top: 40px solid #fabd47; }
    .team-header .property-label i {
      position: absolute;
      z-index: 1;
      color: #fff;
      top: -35px;
      left: 7px;
      font-size: 12px; }

/*********************************************
 *  Office page and style
 **********************************************/
.office-grid-style {
  background: #fff;
  margin-bottom: 30px; }
  .office-grid-style .office-header {
    position: relative; }
    @media (max-width: 767px) {
      .office-grid-style .office-header .agent-box-image img {
        width: 100%; } }
  .office-grid-style .office-body-content {
    padding: 30px 30px 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
    .office-grid-style .office-body-content .office-logo {
      float: left;
      margin-right: 20px;
      max-width: 50px; }
    .office-grid-style .office-body-content .office-content {
      overflow: hidden;
      font-size: 14px;
      color: #999; }
    @media screen and (max-width: 479px) {
      .office-grid-style .office-body-content {
        padding: 20px 20px 5px; } }
  .office-grid-style .office-box-meta {
    padding: 20px 30px 25px;
    font-size: 14px;
    border: 1px solid #eee; }
    .office-grid-style .office-box-meta .office-box-email {
      margin-bottom: 10px; }
    .office-grid-style .office-box-meta i {
      min-width: 20px; }
    .office-grid-style .office-box-meta a {
      color: #666; }
      .office-grid-style .office-box-meta a:hover {
        color: #941d1d; }
    @media screen and (max-width: 479px) {
      .office-grid-style .office-box-meta {
        padding: 10px 20px 15px; } }
  .office-grid-style .office-box-title {
    font-weight: 400;
    margin-top: 0; }
  .office-grid-style .property-label {
    border-radius: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-opposite-position(bottom): 60px solid #fabd47;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left-width: 0;
    border-top-width: 40px; }
    .office-grid-style .property-label i {
      position: absolute;
      z-index: 1;
      color: #ff0;
      top: 10px;
      left: 10px;
      font-size: 12px; }

.office-grid-style .author-link span,.post-type-archive-opalestate_office .page-title {
  display: none; }

.single-opalestate_office .opalestate_office .office-thumb {
  position: relative; }
  .single-opalestate_office .opalestate_office .office-thumb .property-label {
    position: absolute;
    right: 10px;
    color: #ff0;
    top: 10px; }

.single-opalestate_office .opalestate_office .property-agent-contact .agent-box .agent-box-meta .entry-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 24px;
  color: #222; }

@media (max-width: 767px) {
  .single-opalestate_office .opalestate_office .property-agent-contact {
    margin-top: 30px; }
    .single-opalestate_office .opalestate_office .property-agent-contact .bo-social-icons {
      margin: 0; } }

.single-opalestate_office .opalestate_office .opalestate-box.office-address-map #property-map {
  position: relative; }

.single-opalestate_office .property-office-section .property-meta {
  background-color: transparent !important;
  position: relative !important;
  padding: 0 !important; }
  .single-opalestate_office .property-office-section .property-meta .label-property {
    display: block !important;
    left: 0; }
  .single-opalestate_office .property-office-section .property-meta li {
    padding-left: 0; }

.single-opalestate_office .property-office-section .tab-content .property-office-section {
  margin: 0; }

.opalestate-box.property-same-author-section h3 {
  margin-bottom: 30px; }

.office-tabs .nav.nav-tabs {
  border: 1px solid #eee; }
  .office-tabs .nav.nav-tabs>li>a {
    margin: 0;
    border-color: #eee;
    border-width: 0 1px 0 0;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    font-family: Raleway,sans-serif;
    padding: 15px 32px; }
    .office-tabs .nav.nav-tabs>li>a:after {
      background-color: #fff; }
    @media (max-width: 767px) {
      .office-tabs .nav.nav-tabs>li>a {
        font-size: 12px;
        padding: 10px 15px; } }
  .office-tabs .nav.nav-tabs>li.active>a,.office-tabs .nav.nav-tabs>li:hover>a {
    border-color: #eee;
    border-width: 0 1px 0 0;
    color: #333; }

.office-tabs .tab-content {
  border: 1px solid #eee;
  border-top: none;
  margin: 0; }
  .office-tabs .tab-content .opalestate-box {
    border-top: none;
    margin: 0 -30px;
    padding: 0; }
  .office-tabs .tab-content .property-office-section {
    margin: -30px -30px -31px; }
  .office-tabs .tab-content .opalesate-agents {
    margin: 0; }
    @media (max-width: 480px) {
      .office-tabs .tab-content .opalesate-agents .agent-box-image img {
        width: 100%; } }

.office-tabs .team-v1 .team-body {
  border-bottom: none;
  padding: 10px 0 0; }

.office-tabs .team-v1 .team-info {
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  .office-tabs {
    margin-bottom: 30px; } }

.single-opalestate-container>article .property-office-section>h3 {
  display: none; }

.single-opalestate-container>article .property-office-section .opalestate-rows article {
  margin-bottom: 0; }

.single-opalestate-container>article .property-office-section ul.property-meta-list .label-property {
  display: none !important; }

.single-opalestate-container>article .property-office-section .property-meta-list {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  .single-opalestate-container>article .property-office-section .property-meta-list i:before {
    color: #000; }

.single-opalestate-container>article .property-office-section .property-list .abs-col-item:after {
  content: none; }

.single-opalestate-container>article .property-office-section .abs-col-item {
  border-width: 0 0 1px;
  padding: 20px 30px 0; }

.single-opalestate-container>article .property-office-section .entry-content {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 767px) {
    .single-opalestate-container>article .property-office-section .entry-content {
      padding-bottom: 20px; }
      .single-opalestate-container>article .property-office-section .entry-content .property-abs-bottom {
        margin-top: 0; }
        .single-opalestate-container>article .property-office-section .entry-content .property-abs-bottom .entry-content-bottom {
          padding-top: 15px; } }

.single-opalestate-container>article .property-office-section .entry-title {
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 24px; }

.single-opalestate-container>article .property-office-section .property-status {
  margin-top: 0; }

.single-opalestate-container>article .property-office-section .property-meta {
  margin-bottom: 0;
  padding: 15px;
  background-color: rgba(51,204,51,.8);
  border-top: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: visible; }

.single-opalestate-container>article .property-office-section .entry-content-bottom {
  padding: 30px 0 0;
  border: none; }

.single-opalestate-container>article .property-office-section .tooltip.top-left .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.top-right .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.top .tooltip-arrow {
  border-top-color: #8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.right .tooltip-arrow {
  border-right-color: #8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.left .tooltip-arrow {
  border-left-color: #8ac842; }

.single-opalestate-container>article .property-office-section .tooltip.bottom-left .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.bottom-right .tooltip-arrow,.single-opalestate-container>article .property-office-section .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8ac842; }

@media (max-width: 767px) {
  #office-team article {
    margin-bottom: 30px; } }

.opalestate-load-more {
  margin: 30px 0; }

/**************************************
 * Shortcodes Styles
 *************************************/
.property-search-style2 .search-properies-form label {
  color: #333; }

.property-search-style2 .search-properies-form #opalestate-search-form {
  background: #fff;
  padding: 9px 15px 0; }

.search-properies-form {
  color: #acacac;
  position: relative;
  z-index: 1; }
  .search-properies-form #opalestate-search-form {
    padding: 15px 15px 4px;
    background-color: #22355b; }
    @media (max-width: 767px) {
      .search-properies-form #opalestate-search-form {
        padding-bottom: 20px; } }
  .search-properies-form .advanced-fields {
    display: none; }
  .search-properies-form .form-group {
    margin-bottom: 20px; }
  .search-properies-form .btn-search {
    width: 100%;
    display: block;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    margin-top: 24px;
    position: relative;
    transition: all .3s ease-out;
    height: 41px;
    line-height: 41px;
    padding: 0 12px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .search-properies-form .btn-search {
        width: 100%; } }
  .search-properies-form select {
    position: relative;
    background-image: url(../images/icons/dropdown.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 20px !important;
    background-position-x: 96%; }
  .search-properies-form ul.list-inline {
    padding: 0;
    margin: 0 0 15px;
    text-align: right; }
    .search-properies-form ul.list-inline li {
      position: relative;
      font-size: 16px;
      padding: 0;
      line-height: 1;
      margin: 0; }
  .search-properies-form h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
    @media screen and (max-width: 979px) {
      .search-properies-form h3 {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .search-properies-form h3 {
        display: none; } }
  .search-properies-form #opalestate-search-form .opal-row>div,.search-properies-form .opalestate-search-form .opal-row>div {
    /* The CSS For Select Dropdown */
    /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
    .search-properies-form #opalestate-search-form .opal-row>div>select,.search-properies-form .opalestate-search-form .opal-row>div>select {
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .search-properies-form #opalestate-search-form .opal-row>div>select,.search-properies-form .opalestate-search-form .opal-row>div>select {
        padding-right: 18px; } }
  .search-properies-form label {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
    display: block; }
    @media screen and (max-width: 1200px) {
      .search-properies-form label {
        margin-bottom: 5px; } }
  .search-properies-form .opal-slide-ranger label {
    margin-bottom: 9px;
    font-weight: 400; }
  .search-properies-form .form-control {
    margin: 0 0 15px;
    border-radius: 4px;
    height: 40px;
    padding: 0 12px;
    line-height: 26px;
    font-size: 13px;
    border: 1px solid #eee;
    transition: all .3s; }
    .search-properies-form .form-control:hover {
      border-color: #941d1d; }
  .search-properies-form select.form-control {
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
  .search-properies-form .area-range-content label,.search-properies-form .cost-price-content label {
    height: 31px; }
    @media screen and (max-width: 979px) {
      .search-properies-form .area-range-content label,.search-properies-form .cost-price-content label {
        height: auto; } }
  .search-properies-form .opal-slide-ranger {
    margin-top: 10px; }
    .search-properies-form .opal-slide-ranger .slide-ranger-bar {
      margin-top: 15px; }
      @media (max-width: 991px) {
        .search-properies-form .opal-slide-ranger .slide-ranger-bar {
          margin: 15px 0; } }
  .search-properies-form #opalestate-search-form-v .slide-ranger-bar {
    margin-top: 0; }
  .search-properies-form #opalestate-search-form-v .main-listing__form-select {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-radio {
      display: none; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-label {
      display: inline-block;
      color: #333;
      font-size: 13px;
      text-transform: uppercase;
      cursor: pointer; }
      .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-label:before {
        content: "\f10c";
        display: inline-block;
        margin-right: 10px;
        font-family: FontAwesome;
        font-weight: 14px; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-desc {
      margin-left: auto;
      font-size: 12px;
      color: #888; }
    .search-properies-form #opalestate-search-form-v .main-listing__form-select .main-listing__form-radio:checked~.main-listing__form-label {
      color: #941d1d; }
  @media screen and (max-width: 767px) {
    .search-properies-form .opal-slide-ranger {
      margin-bottom: 20px; }
    .search-properies-form .btn-search {
      margin-top: 0; } }

.opalestate-search-properties-v {
  background-color: #fff; }
  .opalestate-search-properties-v .search-properies-form {
    padding: 20px; }
    .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li {
      font-size: 14px;
      padding: 10px; }
      .opalestate-search-properties-v .search-properies-form ul.list-inline li:first-child>span,.opalestate-search-properties-v .search-properies-form ul.list-property-status li:first-child>span {
        padding-left: 0;
        font-size: 16px;
        font-weight: 600;
        font-family: Raleway,sans-serif; }
      @media screen and (max-width: 1200px) {
        .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li {
          padding: 5px 10px; } }
      @media screen and (max-width: 992px) {
        .opalestate-search-properties-v .search-properies-form ul.list-inline li,.opalestate-search-properties-v .search-properies-form ul.list-property-status li {
          padding: 5px 10px; } }
    .opalestate-search-properties-v .search-properies-form .btn-search {
      padding: 15px 30px; }
      .opalestate-search-properties-v .search-properies-form .btn-search:before {
        font-family: FontAwesome;
        content: "\f002";
        margin-right: 10px; }
      .opalestate-search-properties-v .search-properies-form .btn-search:after {
        content: none; }
      @media screen and (max-width: 1200px) {
        .opalestate-search-properties-v .search-properies-form .btn-search {
          padding: 10px 30px; } }
    .opalestate-search-properties-v .search-properies-form .opalestate-search-form>.row:first-child>div {
      padding: 0; }

.sidebar .widget.widget_opalestate_search_properties_widget {
  padding: 30px 30px 10px;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1); }
  .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form {
    padding: 0;
    box-shadow: none; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .row:first-child,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline {
      display: none; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li {
      font-size: 14px;
      padding: 10px 20px; }
      @media screen and (max-width: 1200px) {
        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li {
          padding: 10px 15px;
          font-size: 13px; } }
      @media screen and (max-width: 992px) {
        .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-inline li,.sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form ul.list-property-status li {
          padding: 5px 12px; } }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .btn-search {
      padding: 15px 30px; }
    .sidebar .widget.widget_opalestate_search_properties_widget .search-properies-form .opalestate-search-form>.row:first-child>div {
      padding: 0; }
  .sidebar .widget.widget_opalestate_search_properties_widget .widget-content {
    overflow: visible; }

.page .widget.widget_opalestate_search_properties_widget {
  box-shadow: none; }

.sidebar-single-property .widget {
  background-color: #fff;
  padding: 20px; }
  .sidebar-single-property .widget .search-properies-form {
    padding: 0; }
  .sidebar-single-property .widget .widget-title {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize; }

.btn-modal-locations {
  color: #acacac;
  font-size: 13px;
  line-height: 40px;
  border: 2px solid #dedede;
  border-right-width: 1px;
  border-right-color: #e1eef3;
  display: block;
  background-color: #fff;
  position: relative;
  padding: 0 10px; }
  .btn-modal-locations i {
    margin-right: 8px;
    font-size: 13px; }
  .btn-modal-locations:after {
    font-family: FontAwesome;
    content: "\f078";
    margin-left: 5px;
    font-size: 10px;
    float: right;
    color: #941d1d;
    margin-top: -1px; }
  @media (max-width: 767px) {
    .btn-modal-locations {
      border-width: 2px;
      border-color: #dedede;
      margin-bottom: 10px; } }

#modal-locations .modal-body {
  padding: 30px 35px; }
  #modal-locations .modal-body .col-sm-12>h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px; }
  #modal-locations .modal-body .locations {
    margin-top: 10px; }
    #modal-locations .modal-body .locations>div {
      line-height: 26px; }
      #modal-locations .modal-body .locations>div a {
        font-size: 14px;
        font-weight: 700; }
  #modal-locations .modal-body .location-bottom {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin: 20px 0 0; }

#modal-locations .close {
  background-color: #941d1d;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }
  #modal-locations .close a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1; }

.opalestate-search-location {
  background-color: hsla(0,0%,100%,.1);
  padding: 10px 15px; }

.opalestate-quick-search-form .quick-search-places-form.row {
  margin-left: 0;
  margin-right: 0; }
  .opalestate-quick-search-form .quick-search-places-form.row>div {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    @media screen and (max-width: 479px) {
      .opalestate-quick-search-form .quick-search-places-form.row>div {
        width: 100%; } }
  .opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group {
    position: relative; }
    .opalestate-quick-search-form .quick-search-places-form.row .col-lg-3 .form-group:after {
      font-family: FontAwesome;
      content: "\f078";
      color: #941d1d;
      right: 10px;
      top: 12px;
      z-index: 1;
      position: absolute;
      pointer-events: none;
      font-size: 10px; }
  .opalestate-quick-search-form .quick-search-places-form.row input,.opalestate-quick-search-form .quick-search-places-form.row select {
    border-style: solid;
    border-width: 2px 2px 2px 0;
    border-color: #dedede;
    background-color: #fff;
    color: #acacac;
    font-size: 13px;
    border-radius: 0;
    height: 44px; }
  .opalestate-quick-search-form .quick-search-places-form.row select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-right-width: 1px;
    border-right-color: #e1eef3; }
    @media (max-width: 767px) {
      .opalestate-quick-search-form .quick-search-places-form.row select {
        border-left-width: 2px;
        border-left-color: #dedede; } }
    @media screen and (max-width: 479px) {
      .opalestate-quick-search-form .quick-search-places-form.row select {
        border-right-width: 2px;
        border-right-color: #dedede;
        margin-bottom: 10px; } }
  .opalestate-quick-search-form .quick-search-places-form.row input {
    padding-right: 56px; }
    @media screen and (max-width: 479px) {
      .opalestate-quick-search-form .quick-search-places-form.row input {
        border-left-width: 2px;
        border-left-color: #dedede; } }
  .opalestate-quick-search-form .quick-search-places-form.row .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 44px;
    height: 44px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .opalestate-quick-search-form .quick-search-places-form.row .form-group {
    margin-bottom: 0; }

.infoBox {
  position: relative; }
  .infoBox>img {
    z-index: 99;
    margin: 0 !important;
    position: absolute !important;
    right: 0;
    top: 25px;
    background-color: #941d1d;
    padding: 13px; }

.opalestate-search-properties .infoBox {
  position: relative; }
  .opalestate-search-properties .infoBox .map-info-preview .property-status {
    position: absolute;
    top: 5px;
    left: 5px; }

.map-info-preview {
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3); }
  .map-info-preview a img {
    max-width: 300px;
    width: 300px; }
  .map-info-preview .info-container {
    padding-left: 20px; }
    .map-info-preview .info-container .prop-title {
      text-transform: uppercase;
      font-size: 14px;
      margin: 15px 0 8px; }
    .map-info-preview .info-container p {
      line-height: 22px; }
      .map-info-preview .info-container p .price {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
    .map-info-preview .info-container .prop-address {
      font-size: 13px;
      font-family: Roboto,sans-serif; }
  .map-info-preview .property-meta-list {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
    text-align: center; }
    .map-info-preview .property-meta-list>li {
      color: #999;
      font-family: Roboto,sans-serif;
      font-size: 13px;
      padding: 0;
      margin: 0 5px; }
      .map-info-preview .property-meta-list>li i {
        margin-right: 10px; }
        .map-info-preview .property-meta-list>li i:before {
          color: #ccc;
          font-size: 14px; }
      .map-info-preview .property-meta-list>li .label-property {
        display: inline;
        margin-left: 5px; }
  .map-info-preview .arrow-down {
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -13px;
    height: 0;
    left: 112px;
    position: absolute;
    width: 0;
    border-color: #941d1d;
    display: none; }
  .map-info-preview .property-status {
    position: absolute;
    top: 5px;
    left: 5px; }

#opalestate-map-preview .cluster>div {
  line-height: 30px !important; }

.opaleslate-archive-container .opalesate-archive-top {
  padding: 10px 20px; }

.opaleslate-archive-container .opalestate-rows article .property-list-style-v2 .entry-summary>p {
  max-height: 160px;
  overflow: hidden; }

/******************************************
 * Properties Search: NoResult
 ******************************************/
.page-template-page-property-search-results #opalestate-map-preview {
  height: 70vh !important; }

.opalesate-recent-property .page-title,.page-template-page-property-search-results .page-title {
  margin-bottom: 15px; }

.opalesate-recent-property .page-content .searchform,.page-template-page-property-search-results .page-content .searchform {
  margin-top: 20px; }
  .opalesate-recent-property .page-content .searchform .pbr-search input.form-control,.page-template-page-property-search-results .page-content .searchform .pbr-search input.form-control {
    width: 100%;
    position: static;
    padding: 0 15px;
    border-radius: 0 3px 3px 0; }
  .opalesate-recent-property .page-content .searchform .pbr-search .input-group-addon,.page-template-page-property-search-results .page-content .searchform .pbr-search .input-group-addon {
    background-color: #941d1d; }

.page-template-page-property-search-results #opalestate-search-form {
  margin-left: -15px;
  margin-right: -15px; }

.page-template-page-property-search-results .opalestate-search-properties {
  background-color: #fff; }
  .page-template-page-property-search-results .opalestate-search-properties>.inner {
    background-color: #941d1d; }
  .page-template-page-property-search-results .opalestate-search-properties .search-properies-form {
    box-shadow: none !important;
    margin-bottom: 0 !important; }

.page-template-page-property-search-results .site-main {
  background-color: #f6f6f6; }
  .page-template-page-property-search-results .site-main #main-container {
    padding-top: 40px;
    padding-bottom: 70px; }
    .page-template-page-property-search-results .site-main #main-container .pbr-pagination {
      display: block;
      text-align: center; }

.slider-property-featured .opalesate-recent-property .nothing-wrapper {
  background-color: #fff;
  padding: 25px 30px 30px; }
  .slider-property-featured .opalesate-recent-property .nothing-wrapper .page-content .searchform .pbr-search input.form-control {
    border: 1px solid #eee; }

.slider-property-featured.style-1 .vc_.col-sm-12,.slider-property-featured.style-2 .vc_.col-sm-12 {
  padding: 0; }

/******************************************
 * Ajax Map Search
 ******************************************/
.ajax-map-search {
  margin: 0 -15px;
  overflow: hidden; }
  .ajax-map-search .inner {
    background-color: #22355b; }
    .ajax-map-search .inner #opalestate-search-form {
      padding: 0; }
      .ajax-map-search .inner #opalestate-search-form .search-form-ajax {
        padding: 15px 0 0; }
  .ajax-map-search .advanced-fields {
    display: none; }
  .ajax-map-search>div.row.opal-row {
    position: relative;
    display: flex; }
    .ajax-map-search>div.row.opal-row #opalestate-map-preview {
      min-height: 100vh !important; }
    @media screen and (max-width: 1200px) {
      .ajax-map-search>div.row.opal-row>div:first-child {
        position: relative;
        height: auto; } }
    @media (max-width: 991px) {
      .ajax-map-search>div.row.opal-row {
        flex-direction: column; }
        .ajax-map-search>div.row.opal-row>div:first-child {
          order: 2; }
          .ajax-map-search>div.row.opal-row>div:first-child #opalestate-map-preview {
            min-height: 50vh !important;
            height: auto; }
        .ajax-map-search>div.row.opal-row>div:last-child {
          order: 1; } }
  @media (max-width: 1024px) {
    .ajax-map-search .search-properies-form {
      padding: 0 30px; } }

@media (max-width: 991px) {
  .ajax-search-form #opalestate-search-form {
    margin-bottom: 10px; } }

.ajax-search-form select.form-control {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    .ajax-search-form select.form-control {
      margin-bottom: 15px; } }

.opalestate-more-search-form {
  width: 100%; }
  .opalestate-more-search-form .opalestate-popup button {
    margin-top: 30px; }

#opalesate-properties-ajax {
  margin: 0 0 0 30px;
  position: relative;
  padding: 0 30px 0 0;
  border-right: 1px solid #eee; }
  #opalesate-properties-ajax .opalestate-loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.8);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/loading.gif);
    width: 100%;
    height: 100%;
    z-index: 2; }
  #opalesate-properties-ajax .opalesate-archive-top {
    margin-top: 40px;
    margin-bottom: 35px; }
    #opalesate-properties-ajax .opalesate-archive-top:after {
      display: none; }

.opaleslate-ajax-search-results-container .opalestate-rows .map-active article {
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.12); }

#opalesate-properties-ajax .pbr-pagination {
  margin-bottom: 100px; }
  #opalesate-properties-ajax .pbr-pagination .pagination {
    margin: 0 auto; }
    #opalesate-properties-ajax .pbr-pagination .pagination li.active a {
      color: #fff; }

/******************************************
 * Membership page
 ******************************************/
.membership-packages .row>div.first {
  clear: both; }

.property-submission-form {
  margin-bottom: 30px; }
  .property-submission-form .panel-body>h3 {
    margin: 0 0 10px; }
  @media (max-width: 767px) {
    .property-submission-form .panel-body {
      padding: 0; } }
  @media (max-width: 768px) {
    .property-submission-form.space-padding-lr-40.space-padding-tb-30 {
      padding: 0 10px !important; } }
  @media screen and (max-width: 479px) {
    .property-submission-form.space-padding-lr-40.space-padding-tb-30 {
      padding: 0 !important; } }

.entry-content-page .opalesate-form-wrapper {
  float: none;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .entry-content-page .opalesate-form-wrapper {
      width: 100%; } }

.opalmembership-button:hover {
  background-color: #941d1d !important;
  color: #fff !important; }

.opalmembership-login-form .opalmembership-button {
  margin-right: 10px; }

.cmb-row .cmb-td p,.cmb-row .cmb-td span {
  line-height: 26px; }

.cmb-row.cmb2-id-opalestate-ppt-map .row>div .col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-key {
  padding-right: 10px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important; }

.cmb-row.cmb2-id-opalestate-ppt-public-facilities-group-0-opalestate-ppt-public-facilities-value {
  padding-left: 10px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important; }

.cmb-row .cmb-add-row .btn,.cmb-row.cmb-remove-field-row .btn {
  font-weight: 400; }

.cmb2-wrap input[type=email],.cmb2-wrap input[type=text],.cmb2-wrap select {
  height: 40px;
  border: 1px solid #eee;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .cmb2-wrap input[type=email]:hover,.cmb2-wrap input[type=text]:hover,.cmb2-wrap select:hover {
    border-color: #941d1d; }

span.cmb2-metabox-description {
  display: block;
  margin-top: 10px; }

.cmb2-wrap textarea {
  border: 1px solid #eee;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.cmb2-wrap.form-table .cmb2-metabox .cmb-repeat-group-wrap:last-child {
  margin-bottom: 20px !important; }

.cmb2-wrap .cmb-row {
  margin-bottom: 10px !important; }
  .cmb2-wrap .cmb-row.cmb-remove-field-row,.cmb2-wrap .cmb-row.cmb-repeatable-grouping {
    margin-bottom: 20px !important; }

.cmb2-wrap ul {
  padding-left: 0;
  margin-top: 20px; }

.cmb-form input[type=button],.cmb-form input[type=submit] {
  background: #941d1d;
  color: #fff;
  border: 1px solid #941d1d;
  padding: 13px 20px;
  border-radius: 0;
  font-weight: 600;
  font-family: Raleway,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 1; }
  .cmb-form input[type=button]:hover,.cmb-form input[type=submit]:hover {
    background: #941d1d;
    border-color: #941d1d; }
  .cmb-form input[type=button].btn-submit-cmb,.cmb-form input[type=submit].btn-submit-cmb {
    float: right;
    margin-top: -58px; }
    @media screen and (max-width: 479px) {
      .cmb-form input[type=button].btn-submit-cmb,.cmb-form input[type=submit].btn-submit-cmb {
        margin-top: 0; } }

.group-amenities {
  padding-left: 0;
  clear: both; }
  .group-amenities span {
    font-size: 12px; }
  .group-amenities .cmb2-list li {
    display: flex; }

.cmb2-element .ui-datepicker select.ui-datepicker-month,.cmb2-element .ui-datepicker select.ui-datepicker-year {
  border: none; }

.panel .opalmembership-shoppingcart {
  margin: 0; }
  .panel .opalmembership-shoppingcart caption {
    padding-top: 0;
    font-family: Raleway,sans-serif; }

#opalmembership-checkout-form .billing-fields>h3 {
  margin-top: 0;
  font-size: 24px; }

#opalmembership-checkout-form .opal-panel-heading>h3 {
  font-size: 24px; }

#opalmembership-checkout-form .opal-panel-body {
  margin-bottom: 15px; }

.my-favorite .panel {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .my-favorite .panel .panel-body {
    padding: 0; }

.my-favorite .searchform .pbr-search .form-control {
  width: 100% !important;
  padding: 5px 15px !important;
  position: static; }

.my-favorite .searchform .pbr-search .input-group-addon {
  background-color: #941d1d; }

.my-properties .list-tabs {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0; }
  .my-properties .list-tabs ul {
    padding: 0;
    margin: 0; }
    .my-properties .list-tabs ul li {
      text-transform: uppercase;
      font-family: Raleway,sans-serif;
      font-size: 12px;
      cursor: pointer;
      line-height: 55px;
      display: block;
      position: relative;
      -webkit-transition: .35s;
      -o-transition: .35s;
      transition: .35s;
      float: left; }
      .my-properties .list-tabs ul li a {
        display: block;
        padding: 0 20px; }
      .my-properties .list-tabs ul li.active,.my-properties .list-tabs ul li:hover {
        background-color: #941d1d;
        color: #fff; }
        .my-properties .list-tabs ul li.active a,.my-properties .list-tabs ul li:hover a {
          color: #fff; }
      .my-properties .list-tabs ul li:after {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        z-index: 2;
        border-opposite-position(bottom): 9px solid #941d1d;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        left: 50%;
        margin-left: -6px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        content: none; }
      .my-properties .list-tabs ul li.active:after {
        content: ""; }
      @media screen and (max-width: 479px) {
        .my-properties .list-tabs ul li {
          line-height: 30px;
          font-size: 10px; }
          .my-properties .list-tabs ul li a {
            padding: 0 10px; } }

.my-properties .panel-body {
  padding: 0; }
  .my-properties .panel-body .entry-content {
    display: block; }

.opalmembership-dashboard-container .panel-default {
  border-color: #eee; }

.property-submission-form>h1 {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .property-submission-form>h1 {
      font-size: 20px; } }

.property-submission-form .quicktags-toolbar input.button,.property-submission-form .quicktags-toolbar input[type=submit] {
  background: #f7f7f7;
  border: 1px solid #ccc !important;
  color: #555;
  padding: 0 8px 1px; }

.cmb-form .quicktags-toolbar input[type=button],.cmb-form .quicktags-toolbar input[type=submit] {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  font-weight: 400;
  font-family: Roboto,sans-serif;
  margin: 2px !important;
  text-transform: none; }

.membership-history>h2,.payment-detail .panel-body>h2,.payment-detail>h2 {
  margin: 5px 0 20px;
  text-transform: uppercase;
  font-size: 30px; }

.membership-payment-address .panel-heading,.membership-payment-info .panel-heading {
  margin-top: 0; }

.opalmembership-dashboard-container .panel-body>h3 {
  margin: 5px 0 10px;
  text-transform: uppercase; }

.opalmembership-dashboard-container .membership-content>ul>li,.opalmembership-dashboard-container .panel-body>ul>li {
  padding: 5px 0; }

#user-profile-img {
  margin-bottom: 10px; }

/******************************************
 * Membership widget
 ******************************************/
.widget_opalestate_profile_info_widget .profile-top {
  margin-bottom: 15px; }

.widget_opalestate_profile_info_widget .nav-pills>li {
  margin-top: 0;
  border-top: 1px solid #eee; }
  .widget_opalestate_profile_info_widget .nav-pills>li>a {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    font-size: 14px; }
    .widget_opalestate_profile_info_widget .nav-pills>li>a i {
      margin-right: 15px; }
    .widget_opalestate_profile_info_widget .nav-pills>li>a:hover {
      background-color: transparent; }
  .widget_opalestate_profile_info_widget .nav-pills>li:last-child>a {
    padding-bottom: 0; }
  .widget_opalestate_profile_info_widget .nav-pills>li:first-child {
    border-top: none; }
  .widget_opalestate_profile_info_widget .nav-pills>li.active a {
    background-color: transparent;
    color: #000; }
    .widget_opalestate_profile_info_widget .nav-pills>li.active a:hover {
      color: #941d1d; }

.widget_opalmembership_current_package ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_opalmembership_current_package ul>li {
    border-top: 1px solid #eee;
    padding: 10px 0;
    font-size: 14px;
    color: #000; }
    .widget_opalmembership_current_package ul>li:last-child {
      padding-bottom: 0; }
    .widget_opalmembership_current_package ul>li:first-child {
      border-top: none;
      padding-top: 0; }

.widget_opalmembership_quick_purchase .dropdown-menu-select {
  margin-bottom: 10px; }
  .widget_opalmembership_quick_purchase .dropdown-menu-select .btn {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff; }
    .widget_opalmembership_quick_purchase .dropdown-menu-select .btn .caret {
      position: absolute;
      right: 20px; }
  .widget_opalmembership_quick_purchase .dropdown-menu-select .dropdown-menu {
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 0;
    width: 100%; }

/**
 *
 */
.metabox-fields-front .cmb-th {
  width: 30%; }

.metabox-fields-front .cmb-td {
  width: 69%; }

.entry-content-page .slider-agent-search,.entry-content-page .slider-search-transparent {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.entry-content-page .slider-search-transparent-wrapper {
  position: absolute;
  left: 18%;
  width: 64%;
  z-index: 1;
  top: 330px; }
  .entry-content-page .slider-search-transparent-wrapper .slider-search-transparent {
    opacity: 1;
    filter: alpha(opacity=100); }
  .entry-content-page .slider-search-transparent-wrapper .search-properies-form {
    background-color: rgba(35,51,84,.6); }

.entry-content-page .slider-agent-search-wrapper {
  position: absolute;
  left: 18%;
  width: 64%;
  z-index: 1;
  top: 400px; }
  .entry-content-page .slider-agent-search-wrapper .slider-agent-search {
    opacity: 1;
    filter: alpha(opacity=100); }
  .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form {
    background-color: transparent;
    padding-top: 0; }
    .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .search-agent-title {
      color: #fff;
      margin-left: -15px;
      margin-bottom: 10px;
      display: block !important; }
    .entry-content-page .slider-agent-search-wrapper .opalestate-search-agents-form .row:last-child {
      background-color: #fff;
      border-radius: 5px;
      padding: 15px 0; }

.expand-search {
  font-size: 20px;
  cursor: pointer;
  overflow: hidden; }
  .expand-search i {
    width: 70px;
    height: 74px;
    background-color: #941d1d;
    line-height: 74px;
    text-align: center;
    float: left;
    margin-right: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .expand-search i:before {
      font-family: FontAwesome;
      content: "\f067"; }
  .expand-search span {
    line-height: 70px;
    font-weight: 600; }
  @media (max-width: 480px) {
    .expand-search {
      font-size: 18px; } }

.expand-search-wrapper .opalestate-search-properties {
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 100%;
  z-index: 10;
  height: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.expand-search-wrapper.active .opalestate-search-properties {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.expand-search-wrapper.active .expand-search i:before {
  content: "\f068"; }

.opalesate-properties-slider .owl-carousel .owl-item .item {
  padding: 0; }

.opalesate-properties-slider article .entry-content-wrapper {
  background-color: hsla(0,0%,100%,.8);
  border: none;
  position: absolute;
  width: 500px;
  left: 26%;
  top: 50%;
  -webkit-transform: translate(-26%,-50%);
  -ms-transform: translate(-26%,-50%);
  -o-transform: translate(-26%,-50%);
  transform: translate(-26%,-50%); }
  @media (max-width: 767px) {
    .opalesate-properties-slider article .entry-content-wrapper {
      width: 400px; } }
  @media (max-width: 480px) {
    .opalesate-properties-slider article .entry-content-wrapper {
      width: 300px; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-content-bottom,.opalesate-properties-slider article .entry-content-wrapper .entry-summary {
        display: none; } }
  @media screen and (max-width: 479px) {
    .opalesate-properties-slider article .entry-content-wrapper {
      width: 250px;
      top: 55%;
      left: 32%; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-content {
        padding: 15px 20px 0; }
      .opalesate-properties-slider article .entry-content-wrapper .property-meta-list {
        padding: 0 15px 5px; }
      .opalesate-properties-slider article .entry-content-wrapper .property-price {
        padding: 0 20px; }
      .opalesate-properties-slider article .entry-content-wrapper .entry-title {
        font-size: 14px;
        margin-bottom: 0; } }

.opalesate-properties-slider article .property-price {
  position: static;
  color: #fff;
  background-color: #941d1d;
  padding: 5px 30px; }

.opalesate-properties-slider article .entry-content-bottom {
  padding: 15px 30px; }
  @media (max-width: 767px) {
    .opalesate-properties-slider article .entry-content-bottom {
      padding-top: 0;
      border-top: none; } }

.opalesate-properties-slider article .property-meta-list {
  padding: 15px 25px;
  background-color: transparent; }
  .opalesate-properties-slider article .property-meta-list>li .label-property {
    color: #000; }

.opalesate-properties-slider article .entry-content {
  padding: 25px 30px 0;
  background-color: transparent; }

.opalesate-properties-slider article .property-group-label {
  right: 0;
  top: -25px; }
  .opalesate-properties-slider article .property-group-label div.property-label {
    display: none; }

.opalesate-properties-slider article i.property-toggle-favorite {
  color: #000; }
  .opalesate-properties-slider article i.property-toggle-favorite:hover {
    cursor: pointer; }

.opalesate-properties-slider article .author-link .avatar {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5); }

.opalesate-properties-slider article .property-box-image-inner {
  pointer-events: none;
  cursor: normal; }

.opalesate-properties-slider .carousel-controls {
  position: static; }

.opalesate-properties-slider .carousel-control {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 16px; }
  @media screen and (max-width: 479px) {
    .opalesate-properties-slider .carousel-control {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      font-size: 12px; } }

#sync2 .owl-controls {
  display: block !important;
  margin-top: 10px; }

#sync2 img {
  width: 100%; }

.space-margin-bottom-30p #opalestate-search-agents-form {
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1); }

.featured-listing {
  padding: 90px 0;
  background-color: #f3f3f3; }

.featured-listing--white {
  background-color: #fff; }

.featured-listing__container {
  margin-bottom: 30px; }

@media only screen and (min-width: 992px) {
  .featured-listing__container {
    margin-bottom: 0; } }

.tabs_featured input {
  position: absolute;
  z-index: 1000;
  width: 120px;
  height: 40px;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer; }

.tabs_featured .tabs label:first-of-type {
  z-index: 3; }

/*Property / .property
***********************/
.single-opalestate_property .agents-single__inner {
  display: flex;
  flex-wrap: wrap; }
  .single-opalestate_property .agents-single__inner .agent-preview img {
    max-width: 250px;
    padding-right: 30px; }
  .single-opalestate_property .agents-single__inner .agent-box-meta {
    margin-bottom: 30px; }

.single-property-breadcrumb .breadcrumb {
  margin-bottom: 0; }

.property__header {
  padding: 30px 0; }

.property__header--v3 {
  padding: 0 0 45px; }

.property__title--b-margin {
  margin-bottom: 20px; }

.property__price--b-margin {
  margin-bottom: 25px; }

.property__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.property__type {
  display: inline-block;
  color: #941d1d;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 5px; }

.property__name {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  max-width: 420px; }

.property__address {
  color: #888; }

.property__address-icon {
  margin-right: 5px;
  font-size: 16px; }

.property__stat {
  display: inline-block;
  margin-right: 20px;
  color: #888;
  font-size: 12px;
  text-transform: uppercase; }

.property__stat:last-child {
  margin-right: 0; }

.property__figure {
  display: block;
  margin-bottom: -2px;
  color: #333;
  font-size: 24px; }

.property__price-primary .property-price {
  margin-bottom: 2px;
  color: #941d1d;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 700; }

.property__price-secondary {
  color: #888; }

.property__list {
  display: flex;
  align-items: center;
  padding-left: 0; }
  .property__list .property__item {
    display: inline-block;
    margin-right: 10px;
    text-align: center; }
    .property__list .property__item ul {
      list-style-type: none;
      padding-left: 0;
      background: transparent;
      border: none;
      box-shadow: none; }
    .property__list .property__item .drop-share {
      background: transparent;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      min-width: 240px;
      text-align: center; }
      .property__list .property__item .drop-share li {
        display: inline-block; }
        .property__list .property__item .drop-share li a {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 50%;
          background: #941d1d;
          color: #fff;
          font-size: 14px;
          margin: 0 5px;
          text-align: center;
          transition: all .3s;
          border: 1px solid transparent; }
          .property__list .property__item .drop-share li a:hover {
            background-color: #941d1d;
            border-color: #ddd; }

.property__item.dropdown-share {
  position: relative; }
  .property__item.dropdown-share .drop-share {
    top: -60px; }
    @media (max-width: 1240px) {
      .property__item.dropdown-share .drop-share {
        left: auto;
        right: -15px;
        transform: translate(0); } }
    @media (max-width: 767px) {
      .property__item.dropdown-share .drop-share {
        top: -5px;
        left: 55px;
        right: 0; } }
    @media (max-width: 500px) {
      .property__item.dropdown-share .drop-share {
        top: 60px;
        left: 0;
        right: auto;
        transform: translateX(-29%); } }

@media only screen and (min-width: 1200px) {
  .property__item {
    margin-right: 30px; } }

.property__item:last-child {
  margin-right: 0; }

.property__item-desc {
  display: inline-block;
  text-align: center;
  color: #999; }

.property__link {
  display: flex;
  flex-direction: column;
  align-items: center; }

.property-toggle-favorite,.property__icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #941d1d;
  color: #fff;
  line-height: 50px !important;
  text-align: center; }

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

@media only screen and (min-width: 992px) {
  .property__main {
    display: flex;
    align-items: center; } }

.property__main-item {
  position: relative;
  margin-bottom: 10px; }
  .property__main-item .property-status,.property__main-item .property__stats {
    padding-left: 0; }

@media only screen and (min-width: 992px) {
  .property__main-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 20px; }
  .property__main-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 80px;
    background-color: #ddd; }
  .property__main-item:last-child {
    padding-right: 0;
    margin-right: 0; }
  .property__main-item:last-child:after {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .property__main-item {
    margin-right: 50px;
    padding-right: 50px; } }

@media only screen and (min-width: 768px) {
  .property__header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.property__container {
  padding-bottom: 20px;
  background-color: #f6f6f6; }

.property__container .widget {
  transition: all .3s ease-out; }

.property__container .widget:hover {
  box-shadow: 0 0 7px 0 rgba(0,0,0,.15); }

.property__feature-container {
  padding: 0; }

.single-opalestate_property .property__feature-container {
  padding-top: 50px; }
  .property__feature,.property__feature .box-info {
    overflow: hidden; }
  .property__feature .fluid-width-video-wrapper {
    padding-bottom: 30px; }

.widget__container {
  padding-top: 50px; }
  .widget__container #linkfeatured-author {
    margin-bottom: 60px; }
    .widget__container #linkfeatured-author .contact-form__header .team-header {
      max-width: 70px;
      margin-bottom: 0; }
      .widget__container #linkfeatured-author .contact-form__header .team-header img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
      .widget__container #linkfeatured-author .contact-form__header .team-header .agent-levels {
        display: none; }
    .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box {
      display: flex;
      align-items: center; }
      .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row {
        margin: 0; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .col-sm-6 {
          padding: 0;
          margin-right: 10px; }
          .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .col-sm-6:first-child {
            max-width: 60px; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-title {
          font-size: 18px; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-job {
          color: #888;
          font-size: 12px;
          text-transform: capitalize;
          margin-bottom: 0; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-email {
          display: none; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone a {
          color: #666;
          font-size: 13px;
          transition: all .3s; }
          .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone a:hover {
            color: #941d1d; }
        .widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .agent-box-phone .fa,.widget__container #linkfeatured-author .contact-form__header .property-agent-contact .agent-box.row .agent-box-meta .bo-social-icons {
          display: none; }
    .widget__container #linkfeatured-author .contact-info p {
      padding: 0;
      margin: 0; }
    .widget__container #linkfeatured-author .contact-info .agent-job {
      color: #888;
      font-size: 12px;
      text-transform: capitalize; }
    .widget__container #linkfeatured-author .contact-info .agent-box-title {
      font-size: 18px; }
      .widget__container #linkfeatured-author .contact-info .agent-box-title a {
        color: #333;
        transition: color .3s ease-out; }
        .widget__container #linkfeatured-author .contact-info .agent-box-title a:hover {
          color: #941d1d; }
    .widget__container #linkfeatured-author .contact-info .agents-single__contact {
      margin-bottom: 0; }
      .widget__container #linkfeatured-author .contact-info .agents-single__contact .agent-box-phone {
        color: #333;
        font-size: 13px;
        text-transform: uppercase;
        transition: color .3s ease-out; }
    .widget__container #linkfeatured-author .opalestate-contact-form .form-group {
      margin-bottom: 10px; }
      .widget__container #linkfeatured-author .opalestate-contact-form .form-group textarea {
        min-height: 130px;
        margin-bottom: 20px; }
    .widget__container #linkfeatured-author .opalestate-contact-form .btn {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500;
      font-family: Roboto,sans-serif; }

.single-opalestate_property #linkfeatured-author .entry-content {
  display: none; }

.single-opalestate_property #linkfeatured-author .contact-form__header-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header {
    margin-top: 0;
    margin-bottom: 5px; }
    .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header .property-label {
      border: none;
      top: 27px;
      right: 18px;
      position: absolute;
      left: auto; }
      .single-opalestate_property #linkfeatured-author .contact-form__header-container .team-header .property-label .fa {
        color: #ff9d00;
        position: relative;
        bottom: auto;
        top: auto;
        right: 0; }
  .single-opalestate_property #linkfeatured-author .contact-form__header-container .contact-info {
    margin-bottom: 5px; }

.property__feature {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #fff;
  transition: box-shadow .5s ease-out; }
  .property__feature .container {
    width: 100%; }

.property__feature:hover {
  box-shadow: 0 0 7px 0 rgba(0,0,0,.15); }

@media only screen and (min-width: 768px) {
  .property__feature {
    padding: 25px 40px; } }

.property__feature p {
  color: #666; }

.property__feature-title {
  font-size: 20px;
  padding-bottom: 10px; }

.property__feature-title--b-spacing {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee; }

.property__feature-schedule {
  margin-bottom: 8px; }

@media only screen and (min-width: 768px) {
  .property__feature-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.property__feature-cta {
  display: inline-block;
  padding: 10px 42px;
  background-color: #941d1d;
  color: #fff;
  border-radius: 4px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .property__feature-cta {
    flex-shrink: 0; } }

.property__feature-time-list {
  margin-bottom: 10px;
  padding-left: 0; }

@media only screen and (min-width: 768px) {
  .property__feature-time-list {
    margin-bottom: 0; } }

.property__feature-time-item {
  display: inline-block;
  margin-right: 10px;
  color: #666; }

.property__feature-open-maps {
  color: #941d1d; }

@media only screen and (min-width: 768px) {
  .property__details-list {
    columns: 2;
    column-gap: 40px; } }

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

.property__details-item {
  position: relative;
  color: #666;
  margin-bottom: 5px;
  padding-left: 20px; }

.property__details-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  content: "\f042";
  font-family: FontAwesome;
  font-size: 8px; }

.property__details-item--cat {
  color: #333;
  font-weight: 500; }

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

@media only screen and (min-width: 30em) {
  .property__features-list {
    columns: 2;
    column-gap: 10px; } }

@media only screen and (min-width: 768px) {
  .property__features-list {
    columns: 3;
    column-gap: 20px; } }

.property__features-item {
  margin-bottom: 10px;
  color: #666; }

.property__features-icon {
  display: inline-block;
  margin-right: 10px;
  color: #333; }

.property__accordion-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  background-color: #f6f6f6;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .property__accordion-header {
    padding: 15px 20px; } }

@media only screen and (min-width: 992px) {
  .property__accordion-header {
    align-items: center; } }

@media only screen and (min-width: 992px) {
  .property__accordion-textcontent {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.property__accordion-title {
  color: #333;
  font-size: 16px;
  font-weight: 500; }

@media only screen and (min-width: 992px) {
  .property__accordion-title {
    min-width: 150px; } }

.property__accordion-figure {
  position: relative;
  color: #666; }

@media only screen and (min-width: 768px) {
  .property__accordion-figure {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px; }
  .property__accordion-figure:last-child {
    margin-right: 0;
    padding-right: 0; }
  .property__accordion-figure:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px; }
  .property__accordion-figure:last-child:after {
    display: none; } }

.property__accordion-figure--cat {
  color: #333;
  font-weight: 500; }

.property__accordion-expand {
  color: #888; }

.property__accordion-content {
  display: none;
  text-align: center; }

.property__accordion-content--active {
  display: block; }

@media only screen and (min-width: 992px) {
  .property__feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee; } }

.property__tab {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #666;
  transition: all .3s ease-out;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent; }

.property__tab--active,.property__tab:hover {
  color: #333;
  border-bottom: 3px solid #941d1d; }

@media only screen and (min-width: 992px) {
  .property__tab {
    margin: 0 0 0 15px;
    padding-bottom: 10px; } }

.property__tab-container {
  overflow-x: auto; }

.property__tab-content {
  display: none;
  margin: 5px 0 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

@media only screen and (min-width: 992px) {
  .property__tab-content {
    margin: 15px 0 0; } }

.property__tab-content td,.property__tab-content th {
  border: 0;
  border-bottom: 1px solid #eee;
  min-width: 150px; }

.property__tab-content td {
  color: #333;
  padding: 15px 0; }

.property__tab-content th {
  padding: 5px 0;
  color: #666;
  font-weight: 400; }

.property__tab-content.is-visible {
  display: table; }

.list-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #adadad;
  color: #fff;
  text-align: center;
  line-height: 30px; }

.property__form-field {
  margin-bottom: 20px;
  border: 1px solid #eee;
  color: #666; }

.property__form-field:focus {
  border-color: #941d1d; }

.property__form-field::placeholder {
  color: #666; }

.property__form-wrapper {
  position: relative; }

.property__form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #adadad;
  font-size: 18px; }

.property__form-submit {
  max-width: 250px;
  background: #941d1d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  cursor: pointer; }

.contact-company {
  color: #888;
  font-size: 12px; }

.contact-name {
  font-size: 18px; }

.contact-name a {
  color: #333;
  transition: color .3s ease-out; }

.contact-name a:hover {
  color: #941d1d; }

.contact-number {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  transition: color .3s ease-out; }

.contact-number:hover {
  color: #941d1d; }

.similar-home {
  position: relative;
  margin-bottom: 20px; }

div.similar-home:last-of-type {
  margin-bottom: 0; }

.similar-home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg,#222,rgba(34,34,34,0));
  background: -moz-linear-gradient(90deg,#222 0,rgba(34,34,34,0) 100%);
  background: -o-linear-gradient(90deg,#222 0,rgba(34,34,34,0) 100%);
  background: -ms-linear-gradient(90deg,#222 0,rgba(34,34,34,0) 100%);
  background: linear-gradient(0deg,#222,rgba(34,34,34,0)); }

.similar-home__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: hsla(0,0%,100%,.93);
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }

.similar-home__favorite .fa {
  color: #bbb;
  font-size: 12px; }

.similar-home__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 5px; }

.similar-home__title {
  color: #fff;
  font-size: 15px;
  transition: color .3s ease-out; }

.similar-home__price {
  color: #941d1d; }

@media only screen and (min-width: 1200px) {
  .form-calculator__wrapper {
    display: flex;
    justify-content: space-between; } }

.form-calculator__group {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 4px; }

.form-calculator__group .ht-field {
  margin-bottom: 0; }

@media only screen and (min-width: 1200px) {
  .form-calculator__group--larger {
    width: 57%; } }

@media only screen and (min-width: 1200px) {
  .form-calculator__group--smaller {
    width: 40%; } }

.form-calculator__label {
  color: #999;
  font-size: 12px; }

.form-calculator__icon {
  position: absolute;
  bottom: 18px;
  color: #999;
  font-size: 16px; }

.form-calculator__field {
  color: #333; }

.form-calculator__percent {
  right: 20px; }

.form-calculator__currency {
  left: 20px; }

.form-calculator__submit {
  background-color: #941d1d;
  color: #fff;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }

.form-calculator__result {
  display: none;
  margin-top: 10px; }

.mortgage-payment {
  font-size: 16px;
  line-height: 1.5; }

.mortgage-payment span {
  color: #666; }

.property__slider {
  margin-bottom: 50px; }

.property__slider-images .video-wrapper {
  position: relative; }
  .property__slider-images .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.property__slider--v2 {
  margin-bottom: 30px; }

@media only screen and (min-width: 1200px) {
  .property__slider-container--vertical {
    display: flex; } }

.property__slider-main {
  position: relative; }

.property__slider-main:hover .image-navigation li {
  opacity: 1;
  visibility: visible; }

.image-navigation {
  list-style-type: none; }

.image-navigation li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
  padding-left: 0; }

.image-navigation li.image-navigation__prev {
  left: 0; }

.image-navigation li.image-navigation__next {
  right: 0;
  text-align: right; }

.image-navigation li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .image-navigation li span {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px; } }

@media only screen and (min-width: 1200px) {
  .property__slider-main--vertical {
    width: 88%; } }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: transparent;
  background-color: transparent;
  width: 60px;
  padding: 0;
  z-index: 9; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:after {
      content: "\f3d2";
      font-family: Ionicons;
      font-size: 24px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: rgba(0,0,0,.8);
      color: #fff;
      display: inline-block;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out; }
      .slick-arrow.slick-prev:after:hover {
        opacity: 1;
        visibility: visible; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:after {
      content: "\f3d3";
      font-family: Ionicons;
      font-size: 24px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: rgba(0,0,0,.8);
      color: #fff;
      display: inline-block;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out; }

.slick-arrow.slick-next:after:hover,.slid-slick:hover .slick-next:after,.slid-slick:hover .slick-prev:after {
  opacity: 1;
  visibility: visible; }

.property__slider-info {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 3px 15px;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-align: center; }

.property__slider-info i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px; }

.property__slider-info .sliderInfo {
  display: inline-block;
  font-size: 13px; }

.property__slider-nav {
  position: relative;
  padding: 20px 25px; }

@media only screen and (min-width: 768px) {
  .property__slider-nav {
    padding: 30px; } }

.property__slider-nav .slick-slide {
  margin: 0 5px;
  border: 2px solid transparent; }

.property__slider-nav .slick-current {
  border-color: #941d1d; }

.property__slider-nav .slick-arrow {
  color: #888;
  font-size: 16px;
  cursor: pointer; }

.property__slider-nav .slick-arrow:hover {
  color: #941d1d; }

.property__slider-nav .slick-disabled,.property__slider-nav .slick-disabled:hover {
  color: #e5e5e5; }

.property__slider-nav .slick-horizontal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.property__slider-nav .slick-horizontal-prev-arrow {
  left: 10px; }

.property__slider-nav .slick-horizontal-next-arrow {
  right: 10px;
  text-align: right; }

.property__slider-nav .slick-vertical-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.property__slider-nav .slick-vertical-prev-arrow {
  top: 5px;
  text-align: center; }

.property__slider-nav .slick-vertical-next-arrow {
  bottom: 5px;
  top: auto;
  text-align: center; }

.property__slider-nav--vertical {
  background-color: #f3f3f3; }

@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical {
    width: 12%; } }

@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical .slick-slide {
    margin: 4px 0; } }

.property__slider-nav--horizontal {
  background-color: #fff; }

@media only screen and (min-width: 768px) {
  .property__slider-nav--horizontal {
    padding: 20px 25px; } }

.property__slider-item:hover {
  cursor: pointer; }

.property__placeholder {
  position: relative;
  min-height: 600px;
  background-image: url(../images/uploads/single_property.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

.property__controls {
  position: relative;
  z-index: 10;
  top: 30px;
  display: flex;
  justify-content: flex-end; }

.property__control {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: rgba(0,0,0,.65);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.35);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out; }

.property__control:last-child {
  margin-right: 0; }

@media only screen and (min-width: 768px) {
  .property__control {
    width: 45px;
    height: 45px;
    line-height: 45px; } }

.property__control--active,.property__control:hover {
  background-color: #941d1d; }

.property__control-icon {
  display: block;
  color: #fff;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .property__control-icon {
    font-size: 24px; } }

#property-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.property__map {
  visibility: hidden;
  opacity: 0;
  z-index: -1; }

.property__map--visible {
  visibility: visible;
  opacity: 1;
  z-index: 5; }

/*================= Map =============== */
.gm-iv-address {
  height: auto;
  margin-top: 0; }
  .gm-iv-address .gm-iv-address-description {
    padding-right: 60px; }

/*========================= tax-opalestate_location ==================*/
.tax-opalestate_location .site-main {
  background-color: #f6f6f6; }
  .tax-opalestate_location .site-main .property-list {
    margin-bottom: 0; }

.author .agent-box.row {
  display: flex; }
  .author .agent-box.row .agent-box-image {
    max-width: 200px; }

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #999;
  border-radius: 3px; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.noUi-horizontal {
  height: 6px;
  border-radius: 3px; }
  .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
    margin-left: -18px; }
  .noUi-horizontal .noUi-base .noUi-origin:first-child .noUi-handle {
    margin-left: 0; }

.noUi-horizontal .noUi-handle {
  height: 18px;
  width: 18px;
  left: 0;
  top: -6px; }
  .noUi-horizontal .noUi-handle.noUi-handle-upper {
    margin-left: -18px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #dadada;
  border-radius: 3px; }

.noUi-connect {
  background: #941d1d;
  border-radius: 3px; }

.noUi-origin {
  background-color: #941d1d; }
  .noUi-origin:last-child {
    background-color: #999; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #941d1d;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  cursor: default; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb; }

[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }
  
.property__feature.property-information.opalestate-box {
    display: none;
}
div#opalestate_ppt_info {
    display: none;
}
.property__main-item:after {
    display: none;
}
li.property__details.property__main-item {
	display: none!important;
}
