﻿body {
    color:#565a5c!important;
}

.pad2 {
    padding-top:2%!important;
}
.pad5 {
    padding-top:5%!important;
}
p.new-feat {
    padding-top: 5%;
}

.intro-img {
    text-align:center;
}
.intro-img img {
    width:75%;
}

input#txtpassword, input#txtuserid {
    width:92%;
    margin-top:1%;
    padding:3%;
}
input#btnlogin {
    margin-top:3%;
    width:98%;
}
/* MULTIPLE SEARCH RESULTS PAGE */
a#btnLoadMore, a#btnLoadMore:hover {
    background: transparent;
    font-size: 13px;
    color: #61c8ab;
    text-transform: lowercase;
    padding: 0px;
    line-height: 13px;
}
span.loadresults {
    font-size: 13px;
}
.tdload {
    background: #f7f7f7;
}
span.srch-tally {
    font-weight: 500;
    opacity: .85;
}
/* Contact Modal */
.contact .modal-footer {
    background: transparent!important;
}
.modal-content {
    box-shadow:none;
}
::selection {
    background:#c5ced9;
    color:#525252;
}

.no-clr {
    color:inherit!important;
        text-decoration: underline!important;
}


/* New Home Page w/ Search Bar & Button */
/* Input Field as a Form, with Button */

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}  

.row.body-copy {
    text-align: center;
    padding-bottom: 30px;
}
.body-copy h1 {
    font-weight: 100;
    font-size:51px;
    text-align: center;
    color: #fff;
    font-family: 'century gothic'!important;
    text-shadow: #333 2px 2px 0px;
}

section#intro {
    box-shadow: inset 0 0 0 1000px rgba(51,51,51,0.5);
    height:100%!important;
    background-image: url('/assets/img/rowhouse.jpg');
    /*
    background-image: url('http://blog.brixsy.com/wp-content/uploads/2015/09/rowhouse.jpg'); */
}
#scrollnav .ua-calls {
    float: right;
    margin-top: 10px;
}
div.search-wrapper.cf, div.search-wrapper-hdn.cf {
    width: 70%;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 0px!important;
}
 /* Form wrapper styling */

.search-wrapper, .search-wrapper-hdn {
width: 50%;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

h2.subtitle-text {
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: none;
    font-size: 24px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.home-subh {
    font-size:14px!important;
}
/* Form text input */
 
.search-wrapper input, 
.search-wrapper-hdn input {
width: 75%;
height: 40px;
padding: 0px;
margin-bottom:0px;
float: left;
font: 15px 'century gothic';
border: 0;
background: #fff;
border-radius: 3px 0 0 3px!important;
text-indent: 3%;
}
 
.search-wrapper input:focus,
.search-wrapper-hdn input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder,
.search-wrapper-hdn input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder,
.search-wrapper-hdn input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder, 
.search-wrapper-hdn input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button, .search-wrapper-hdn button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 25%;
font: 15px 'century gothic';
color: white;
text-transform: lowercase;
background: #61c8ab;
border-radius: 0 3px 3px 0!important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover, .search-wrapper-hdn button:hover{     
    background: #70cdb3;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus,
.search-wrapper-hdn button:active,
.search-wrapper-hdn button:focus{   
    background: #61c8ab;
    outline: 0;   
}
 
.search-wrapper button:before, .search-wrapper-hdn button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #61c8ab transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before,
.search-wrapper-hdn button:hover:before{
    border-right-color: #70cdb3;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before, 
.search-wrapper-hdn button:focus:before,
.search-wrapper-hdn button:active:before{
        border-right-color: #4da088;
}      
 
.search-wrapper button::-moz-focus-inner, .search-wrapper-hdn button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   


.help-me {
    margin-top:-55px;
    text-align:center;

}

.help-me p {
    color:#fff;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    background: #525252;
    padding: 25px;
}

@media (max-width: 440px) {
    section#intro{
  
    background-position: initial!important; 
    background-attachment: initial!important;
}

    .how-it-works {
         background-position: initial!important; 
    background-attachment: initial!important;
    }
   div.search-wrapper.cf {
        width:95%;
    }
.search-wrapper button, .search-wrapper input {
  width:100%;
  border-radius:0px!important;
  margin-bottom: 10px;
}
.search-wrapper button:hover{     
    background: #70cdb3;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #61c8ab;
    outline: 0;   
}
.search-wrapper button:before { /* left arrow */
    content: none;
}     
#scrollnav {
    padding:5px!important;
}  
div.search-wrapper-hdn.cf {
    width:98%;
}
}

/*============ Header ============*/
.navbar .nav .info > a, .navbar .nav .info > a:hover, .navbar .nav .info > a:focus {
    background: #EA6003;
    background-color: transparent !important;
    color: #777777;
}

input.brixsy-button, input.brixsy-button:hover  {
  background-color: #61c8ab;
  border: 3px solid #61c8ab;
  color: #fff;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  text-transform: lowercase;
  border-radius: 3px;
}

button.btn.btn-info.btn-lg.video-modal {
  outline: none;
}
a {
    text-decoration:none!important;
}

.mobile-animate {
    -webkit-transition:.2s ease;
}

.mobile-animate:active {
    transform: rotate(90deg);
}
.mobile-nav-sample-menu {
    position:relative;
    display:inline-block;
    width:30px;
    height:30px;
   
}
.mobile-nav-sample-menu span {
    margin:0 auto;
    position:relative;
    top:12px;
}

.mobile-nav-sample-menu span:before, .mobile-nav-sample-menu span:after {
    position:absolute;
    content:'';
}

.mobile-nav-sample-menu span, .mobile-nav-sample-menu span:before, .mobile-nav-sample-menu span:after {
  width: 30px;
  height: 4px;
  background-color: #ccc;
  display: block;
  border-radius: 10px;
}


.mobile-nav-sample-menu span:before {
    margin-top: -10px;
}
.mobile-nav-sample-menu span:after {
    margin-top: 10px;
}

button#dropdownMenu {
  text-align: right!important;
  background-color: transparent!important;
  outline:none;
}
button#dropdownMenu {
  width: 15%!important;
  float: right!important;
  /* height: 10px; */
}
button#dropdownMenu:active {
  text-align: right!important;
  background-color: transparent!important;
  outline:none;
  width:60px;
  float:right;
}
@media (max-width: 767px) {
.navbar nav .dropdown {
  width: 100%!important;
}
}

@media (max-width: 767px) {
    .open > .dropdown-menu {
        height: auto!important;
    }
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.divider {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e9e9e9!important;
}

@media (max-width: 767px) {
.navbar nav .dropdown {
    right: 0px!important;
  
}
}


@media (max-width: 365px) {
.full-logo {
    width:75px;
}

}
.ua-calls {
    float: right;
    margin-top: 20px;
}
a.register-home-btn {
    background-color: #61c8ab;
    color: #fff!important;
    border-radius: 0px;
    border: 1px solid #61c8ab;
        padding: 5px 8px;
}
a.signin-home-btn {
    border: 1px solid #61c8ab;
    border-radius: 0px;
    color: #61c8ab!important;
    margin-left: 10px;
        padding: 5px 8px;
}
/*============ Fixed Search Address Bar ============*/

/* New Input Search Field with Button */

 .srch-fld {

 }
 .srch-right {
     display:inline-block;
 }

 .srch-right  input {
         background: #f8752b;
    border: 1px solid #f8752b;
    border-radius: 3px;
    color: #ebebeb;
    font-weight: 300;
    font-size: 15px;
    text-transform: lowercase;
 }
 .srch-fill {
     display:inline-block;
 }
 .srch-fld button {
     overflow:hidden;
    text-indent: -1000px;
    padding: 10px 30px;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #eee;
    background-image: url('/assets/img/search-icon-grey.png');
    background-position: 95% 45%;
    background-repeat: no-repeat;
    background-size: 20px;
}

 .srch-icon {
      background-image: url('/assets/img/search-icon-grey.png');
    background-position: 95% 45%;
    background-repeat: no-repeat;
    background-size: 20px;
 }
    /* END New Input Button */

    .subnav .navbar-inner{
    background-color:rgba(74,74,74,.95)!important;
    border:none;
}

 .navbar.navbar-fixed-top, .navbar.navbar-fixed-top.subnav {
    position: relative!important;
}
input.ui-table-search-2, input.ui-table-search-2:focus {
    width:42%!important;
    height:40px!important;
     transition:width 0.24s ease-out;
    display: block !important;
    background-image: url('/assets/img/search-icon-grey.png');
   background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
   padding: .5em 1em;
    padding-left:45px;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: left;
    float:right;
}
.search-2 {
    height: 25px!important;
  font-size: 15px !important;
  text-align: left!important;
  padding:25px;
}
input.ui-table-search {
    border:1px solid #ddd;
    border-radius:5px;
    display:inline-block;
    font-size:1rem;
    padding: .5em 1em;
    padding-left:45px;
    transition:width 0.24s ease-out;
    width:35%;
    background-image: url('/assets/img/search-icon-grey.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    float:right;
    margin-top: 15px;
}

.ui-table-search {
    height: 25px!important;
  font-size: 15px !important;
  text-align: left!important;
}
/*
input#addresssearch:focus {
  border-color: #ccc!important;
  outline:none;
  width:35%;
  background-image: url('/assets/img/search-icon-aqua.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:45px;
    
}*/

.search-row {
    margin-bottom:10px;
}
.flt-rgt {
    float:right;
}
/*== MOBILE SEARCH BAR ==*/
input.ui-table-search-3 {
    border:1px solid #ddd;
    border-radius:5px;
    display:none;
    font-size:1rem;
    padding: .5em 1em;
    padding-left:35px;
    transition:width 0.24s ease-out;
    width:98%;
    background-image: url('/assets/img/search-icon-grey.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    float:right;
}

.ui-table-search-3 {
    height: 25px!important;
  font-size: 15px !important;
  text-align: left!important;
}
input.ui-table-search-3:focus {
  border-color: #ccc!important;
  outline:none;
  width:98%!important;
  background-image: url('/assets/img/search-icon-aqua.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:35px!important;
    
}
a.mobile-show.down-to-read.btn-success.property-calls-button.c2a-report-1{
    display:none;
}
.col-md-2.mobile-hide {
    padding: 0px;
}
@media (max-width:1200px) {
    .dash-span5 {
        clear: both;
    width: 100%;
    padding: 20px 10px;
    }
    p.home-span-copy {
    width: 100%;
}
    .mb-bd {
        border-bottom: 1px solid #ccc;
    }
}
@media (max-width:992px) {
    .mobile-hide {
    display:none!important;
}
}
@media (max-width:767px){
   /*== MOBILE SEARCH BAR ==*/
div#scrollnav {
    visibility: hidden;
}
   .dash-span5 {
        clear: both;
    width: 90%;
    padding: 20px;
    }
input.ui-table-search {
    border:1px solid #ddd;
    border-radius:0px;
    display:inline-block;
    font-size:1rem;
    padding: .5em 1em;
    padding-left:35px;
    transition:width 0.24s ease-out;
    width:98%;
    background-image: url('/assets/img/search-icon-grey.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    float:right;
    margin-top: 10px;
}

a.mobile-show.down-to-read.btn-success.property-calls-button.c2a-report-1 {
    display:inline-block;
}
.ui-table-search {
    height: 25px!important;
  font-size: 15px !important;
  text-align: left!important;
  margin-right:20px;
}
input.ui-table-search:focus {
  border-color: #ccc!important;
  outline:none;
  width:98%!important;
  background-image: url('/assets/img/search-icon-aqua.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:35px!important;
    
}
input.ui-table-search-2 {
    border:1px solid #ddd;
    border-radius:0px;
    display:inline-block;
    font-size:1rem;
    padding: .5em 1em;
    padding-left:35px;
    transition:width 0.24s ease-out;
    width:95%;
    background-image: url('/assets/img/search-icon-grey.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    float:right;
    margin-top: 10px;
    margin: 10px 10px 0px;
}

.ui-table-search-2 {
    height: 25px!important;
  font-size: 15px !important;
  text-align: left!important;
  margin-right:20px;
}
input.ui-table-search-2:focus {
  border-color: #ccc!important;
  outline:none;
  width:95%!important;
  background-image: url('/assets/img/search-icon-aqua.png');
    background-position:95% 45%;
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:35px!important;
    margin: 10px 10px 0px;
    
}
}

/*======================================================================================================================== 
    
    HOME PAGE:

    1. Intro Image & Text Overlay
    2. Main Content - Descending Narrative
    3. Email Sign Up
    4. How Brixsy Can Help You
    5. Terms
  
=========================================================================================================================*/


/*== BEGIN 1. Intro Image & Text Overlay ==*/
.text-center {
    text-align:center!important;
      padding-top: 25px;
}
.brixsy-orange {
    color:#f8752b!important;
    opacity:1!important;
}

/*
section#intro {
  background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/07/Belmont_Plateau-iphone41.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
  padding: 50px 20px 90px 20px;
  height: 80%;
} */ 

section#intro {
        padding: 4% 3%!important;
}
@media (max-width:768px){
   section#intro {
       padding: 25px 20px 260px 20px!important;
    }
}
.span7.dash-span5 {
  text-align: center;
}
h1.section-header {
    color:#000;
    line-height:1.25em;
    margin-bottom:5px;
    font-weight:100;
    font-family:'Century Gothic'!important;
    font-size:50px!important;
}
.well.chart-well.whitebg h4 {
    font-family: century gothic!important;
    font-size:12px;
}
.fading-button, .fading-button:hover {
  text-decoration: none;
  color: #fff!important;
  font-size: 24px;
  font-weight: 100;
  background-color: #fff;
  padding: 5px;
  /*background: -webkit-linear-gradient(left top, white , transparent);
  background: -o-linear-gradient(bottom right, red, blue);
  background: -moz-linear-gradient(bottom right, red, blue);*/
  background: linear-gradient(to bottom right, transparent,  #f99155,#f98340, #f8752b)!important;
  border-radius: 3px;
 
}
/*============ END 1. | BEGIN 2. Main Content - Descending Narrative ============*/

.border-btm {
    border-bottom: 1px solid #ccc;
}

img.meet-icon {
    float:none;
    display: block;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    padding: 25px 0px 25px 10px;
    width:75px;
}

.span8.body-copy {
  margin-top: 4%;
}

.body-copy p {
    
    max-width:none!important;
}

.home-scrolling {
    padding:0px!important;
    margin:0px!important;
}

.home-pg-links {
  text-align:center;
}

.home-pg-links a {
 text-decoration:none;
 color:#f8752b;
 font-size:20px;
 font-weight:100;
}
/*============ END 2. | BEGIN 3. Email Sign Up ============*/

button#SubscribeSend, .isjoin  {
    border:none!important;
    -webkit-appearance:none;
    height:40px;
    font: 15px 'century gothic';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    margin: 0px;
    line-height:0;
    font-size:15px!important;
}

@media (max-width:768px){
    button#SubscribeSend {
        margin-top:0px;
    }
}
@media (max-width:323px){

    label.form-label {
        width: 93%;
    }
    button#SubscribeSend, .isjoin {
        margin-top:0px;
        width: 100%;
    border-radius: 0px;
    border: 1px solid #61c8ab!important
    }
}
.border-btm {
    border-bottom: 1px solid #ccc;
}

.how-it-works {
    background-image: url('/assets/img/how-it-works-bckgd.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.form-label {
    margin:2px;
    display:inline-block;
}

.form-input {
    width:200px;
    border:1px solid #ccc;
    padding:5px;
}
.form-label-field {
    text-align:center;
}
.subscribe-fields {
    width:auto;
}
.email-row {
    margin-left:auto;
    margin-right:auto;
}

.email-header {
    width:88%;
    font-weight:100;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color: #fff;
    text-shadow: #333 1px 1px 0px;
}

.email-paragraph {
    width:55%;
    margin-left:auto;
    margin-right:auto;
        color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0px;
}

input#SubscribeEmail, input#SubscribeZip, #inf_field_FirstName, #inf_field_Email {
    font-size:15px;
    border:none;
    padding:0px 0px 0px 10px;
    height:40px;
    margin:0px;
}
input#SubscribeEmail {
    border-right:1px dotted #ccc;
}
@media (max-width: 440px) {
     #_form_125 {
        width: 95%!important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width:767px) {
.email-header {
    width:100%;
}
input#SubscribeZip, input#SubscribeEmail,  #inf_field_FirstName, #inf_field_Email {
    width:95%;
}
    #_form_125 {
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
#_form_125 label {
    width:100%;
}

button#SubscribeSend, .isjoin {
    width:100%;
    margin-top: 0px!important;
}
.email-paragraph {
    width:100%;
}

input#SubscribeEmail {
    border-right:none;
}
}

.sheriff-sale-bg.page-sect.how-it-works.border-btm {
  min-height: 350px!important;
      box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.25);
}

.for-p p {
    margin-bottom: 2px;
    text-transform: capitalize;
    font-size: 20px;
    opacity: .85;
    font-weight: 100;
}

/*============ END 3. | BEGIN 4. How Brixsy Can Help You ============*/
.orange {
    font-weight:100;
    color:#f8752b!important;
}

.box {
    padding-top:20px;
}

blockquote {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
    max-width:100%;
    margin: 0.25em 0;
    padding:0.35em 40px;
    line-height:1.45;
    position: relative;
    font-weight:100;
    border:none;
    color:inherit;
}

blockquote:before {
    display:block;
    padding-left:0px;
    content:"\201C";
    font-size:80px;
    position:absolute;
    left:-10px;
    top:-20px;
    color:#f8752b;
    font-family: Georgia, serif;
}

.box img {
    margin:10px 0 1px;
    width:50%;
    border-radius:50%;
}
.testimonial p {
  font-size: 20px!important;
  font-weight: 300;
}
cite {
    color:inherit;
    font-size:14px;
    display:block;
    margin-top:5px;
    font-weight:100;
    font-style:normal;
    text-align:center;
}
cite:before {
    content: "\2014 \2009"
}
.testimonial-img {
    border-radius:50%;
    width:100px;
}
.testimonial-div {
    text-align:center;
}
.carousel-inner {
  position: relative;
  width: 95%!important;
  overflow: hidden;
  padding: 0px 25px 25px!important;
}
/*============ END 4. | BEGIN 5. Terms ============*/
.no-background {
    background:none!important;
    background-color:#fff!important;
    height: auto!important;
    padding: 175px 20px 90px 20px!important;
    box-shadow:none!important;
}
/*============ END 5. ============*/

/*======================================================================================================================== 
    
    END HOME PAGE:

    BEGIN PROPERTY INFORMATION PAGE(S):

    1. 
  
=========================================================================================================================*/

abbr.info-tab-questions {
  color: #333;
  border-bottom: none;
}

.accordion-inner ul.nav.nav-tabs {
  border-bottom: none;
  font-size: 14px;
}

.spinner-elements {
    display:inline-block;
    vertical-align:middle!important;
    color:#525252!important;
}
/*============ Footer ============*/
.vb-footer {
    background:#f4f4f4!important;
    
}

.vb-footer p {
    text-align:center;
    color:#525252!important;
    opacity:.85;
}

footer.footer {
  padding-bottom:0px;
  background-image:url('/assets/img/footer-background.png');
}

/*============ Scroll-Top Button ============*/
.back-to-top {
    background-color:#525252;
    margin:15px;
    border-radius:3px;
    position:fixed;
    bottom:0;
    right:0;
    width:30px;
    height:30px;
    z-index:100;
    display:none;
    text-decoration:none;
    color:#fff;
}
.back-to-top i {
    font-size:60px;
    margin:25%;
}


/*============ Modals ============*/
input, textarea, .uneditable-input {
  width: 100%;
}
.modal input {
  width: 100%;
}
button {
    -webkit-appearance: none;
}
 .btn-contact{
     background: linear-gradient(to bottom right, transparent, #f99155, #f98340, #f8752b)!important;
    border-radius:3px;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px!important;
    text-transform: lowercase!important;
    width: 50%!important;
    font-size:20px;
    font-weight:100;

}


 .login-footer a, .forgot.register-footer a {
  color: #61c8ab!important;
}
 p.terms-agree a, .logowner a {
     color:#525252!important;
 }
 .modal-header {
  padding-bottom: 0px!important;
}
 .modal-body {
  padding-top: 0px!important;
}
 .logowner {
  padding-bottom: 20px!important;
}

 .modal {
       overflow-y: auto!important;
 }

 .alert-danger, .alert-error {
  color: #f8752b!important;
  background-color: transparent!important;
  border-color: transparent!important;
}
 /*======================================================================================================================== 
    
   PROPERTY REPORT PAGE(S):

    1. Property Information Tabs
    2. Main Content - Descending Narrative
    3. Email Sign Up
    4. How Brixsy Can Help You
  
=========================================================================================================================*/


 /*=== BEGIN 1. Property Information Tabs ===*/

 .snpsht-prf {
    vertical-align: bottom;
    padding: 3%;
    display:inline-block;
}

 .snpsht-prf div {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

 .crits p {
    font-size: 12px;
    padding-bottom: 5px;
    color:rgba(74,74,74,.87)!important;
    /*color:#ffffff!important;*/
}
 .crit-neg, .crit-p-neg {
     opacity:.35!important;
 }

 .crit-neg:after {
     position:relative;
     left:0;
     top:50%;
     height:5px;
     background:rgba(200,108,126,1);
     content:"";
     width:100%;
     display:block;
     transform:rotate(120deg);
 }
.crit-ind-y {
    background: -webkit-linear-gradient(#57b46c 85%, #ebebeb 5%);
}
.crit-ind-n {
        background: -webkit-linear-gradient(#c8617e 85%, #ebebeb 5%);
}
.crit-ind-ss {
 background: -webkit-linear-gradient(#ebebeb 70%, #cccccc 5%);
 color:inherit;
 border:1px solid #cccccc;
 }
 .dbt-y {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/debts-grey.png');
}
 .vio-y {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/violations-grey2.png');
}
 .own-y {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/owner-grey.png');
}
  .dbt-n {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/debts-grey.png');
    opacity:.15;
}
 .vio-n {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/violations-grey2.png');
    opacity:.15;
}
 .own-n {
    background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/owner-grey.png');
    opacity:.15;
}
 .snpsht-prf p {
    line-height: 25px;
    vertical-align: top;
    text-align: center;
}

 .snpsht-prf.span6 {
     margin-left:0px;
     padding:5%;
 }
 .snpsht-prf.span6 p {
    text-align: left;
    line-height: 25px;
}
 .snpsht-prf span {
    text-transform: uppercase;
    font-weight: bold;
    opacity: .85;
}

 div#modal-debt, div#modal-avm, div#modal-settle, div#modal-debt2, div#modal-avm2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
    color: #565a5c;
    z-index: 1500;
}

 div#modal_content, div#modal_content_avm, div#modal_content_settle, div#modal_content2, div#modal_content_avm2 {
    position: relative;
    width: 90%;
    top: 10%;
    margin: auto;
    max-width: 500px;
    background: #fff;
    border-radius: 3px;
    padding: 2%;
    text-align:center;
    z-index: 800;
}

 #modal-debt p, #modal-avm p, #modal-settle p, #modal-debt2 p, div#modal-avm p, div#modal-avm2 p {
    font-size: 13px;
}
 /* #chart_div {
     position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 68%; } */

@media screen and (max-width: 450px) {
   /* #chart_div {
        text-indent: 1% !important;
        width: 66%;
    }
        */
        #chart_div g:first-child {
            display: none;
        }
}
.profile-tabs {
        padding-bottom:20px;
       }  
.tabs-wrapper {
  margin: 0;
}
.tabs-wrapper input[type=radio] {
  display: none;
}
.results-info {
    clear:both;
}
.results-info p {
    text-align:left;
     padding-top: 20px;
}
.c2a-div {
    text-align:center;
}
a.side-c2a {
    border:1px solid rgba(86,90,92,0.38);
    background-color:white;
    color:rgba(86,90,92,.95);
    font-size:16px;
    width:100%;
    border-radius:3px;
    padding:4% 15%;
    line-height:4em;
    font-weight:bold;
}
a.side-c2a:hover {
    border:1px solid rgba(89,90,92,0.65);
}
.c2a-mod a{
    padding:12px 40px!important;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label   {
       background:rgba(51,51,51,.08);
       color:rgba(248,144,84,.9)!important;
       border-left:1px solid rgba(149,149,149,0.35);
       border-right:1px solid rgba(149,149,149,0.35);
}
.tabs-wrapper label {
   transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  width: 13.95%;
  height: 35px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
 background-color: transparent;
  text-align: center;
  line-height: 35px;
  font-weight:500;
  text-transform:uppercase;
}
.tab-body-wrapper {
border-left: 1px solid #e5e5e5!important;
  border-right: 1px solid #e5e5e5!important;
  border-bottom: 1px solid #e5e5e5!important;
  position: relative;
  overflow: visible;
  background-color: #fff;
  border-top: 5px solid rgba(86,90,92,0.58);
  /*border-top: #f8752b 5px solid;*/
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: show;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: show;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: show;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
  margin-left:0px;
  display:inline-block;
}

.tab-body {
  position: absolute;
  top: -9999px;
  padding: 10px;
}
#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4, #tab5:checked ~ .tab-body-wrapper #tab-body-5, #tab6:checked ~ .tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: content-slide-top;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: content-slide-top;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: content-slide-top;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: content-slide-top;
  animation-fill-mode: forwards;
}
.snpsht-prf.crits {
    width: 25%;
}

.add-res-hdr {
    padding: 20px 0px;
    position: relative;
}
@media screen and (max-width: 1600px) {
.tabs-wrapper label {
  width: 16%;
}
}
@media screen and (max-width: 1200px) {
  .profile-tabs {
       width:90%;
       } 
  .tabs-wrapper label {
    width: 18%;
  }
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
  .tab-body-wrapper {
      width:98%;
  }
  .accord-8 {
      width:98%;
  }
}

@media screen and (max-width: 980px) {
  .crits p {
    font-size:7px;
}
}
@media screen and (max-width: 767px) {
  .crits p {
    font-size:12px;
}
    .tabs-wrapper label {
    width: 22%;
  }
}
@media screen and (max-width: 380px) {
  .crits p {
    font-size:7px!important;
    padding-top:4px!important;
    line-height:7px!important;
}
}
@media screen and (max-width: 680px) {
    .tabs-wrapper label {
    width: 23%;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-radius: 0;
    background-color: rgba(74,74,74,.4);
    color: #fff!important;
    border: none!important;
  }
  .tab-body-wrapper {
      width:100%;
  }
   .accord-8 {
      width:100%;
  }
  .snpsht-prf {
    padding: 0%;
}
   .crits p {
    font-size:10px;
}
   .snpsht-prf.crits {
    width: 30%;
}
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 400px){
   
}
.tab-body h4 {
  font-weight: bold;
}
.tab-body h1 {
  font-weight: 100!important;
  display: inline-block!important;
  font-family:Century gothic!important;
}
.pnch {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
p.home-span-copy {
    margin: 0px;
}
.home-span-copy {
    padding-top: 25px!important;
    padding-bottom:25px!important;
    margin-bottom:0px!important;
    text-align: center;
        font-size: 15px!important;
    font-weight: 100;
}
/*== END 1 | BEGIN 2 Body and Positioning ==*/

/* .free-info-page {
        padding-top:180px;
    } */
@media (max-width: 980px) {
    .free-info-page {
        padding-top:0px;
    }

}
.pad-20 {
    margin-top:20px;
}
.add-res {
    text-align: center;
}
.add-res-hdr {
   /*ackground: #fff;
    border: 1px solid #e5e5e5!important;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding:10px;
    margin-bottom: 20px; */
}
}
.sheriff-col {
    width: 270px;
  display: inline-block;
}

.sheriff-details {
    float:right;
}
.heading-success {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}

.get-button.btn-success, .get-button.btn-success:hover {
  background: none;
  padding: 5px;
  min-width: 95%;
  color: #f8752b;
  font-size: 20px;
  border-radius: 0;
  font-weight:100;
  
}

.property-calls-button.btn-success, .property-calls-button.btn-success:hover {
  padding: 10px;
  min-width: 30%;
  font-size: 20px;
  border-radius: 3px;
  font-weight:100!important;
    margin: 3px;
    font-family: 'Open Sans', century gothic;
}

.c2a-report-1 {
    background-color:#61c8ab!important;
    color:#fff!important;
    border: 1px solid #61c8ab!important;

}

.c2a-report-2 {
    border:1px solid #61c8ab!important;
    background:transparent!important;
    color:#61c8ab!important;
}
.no-button {
    color:#f8752b;
}

.confidence-score span {
      border: 3px solid#f8752b;
  border-radius: 50%;
  padding: 10px 20px;
  background: #FA9E6B;
  color: #fff;
}

.confidence-score {
margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
    margin-bottom: 16px;
}

.confidence-score-ex {
margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
  text-align: center;
    margin-bottom: 16px;
}
.fine-print-sd{
font-size:65%;
}
.numberCircle {
    border-radius: 50%;
    font-weight: 100;
    width: 60px;
    height: 60px;
    padding: 8px;
    background: #FA9E6B;
    border: 5px solid #f8752b;
    color: #fff!important;
    text-align: center;
}
.numberCircle-ex {
  border-radius: 50%;
  font-weight: 500!important;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #61c8ab;
  /* border: 5px solid #39b08f; */
  color: #fff!important;
  text-align: center;
  margin: 0!important;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.well {

  padding: 0px;
 
}
p.avm-list, h4.avm-list {
    text-align:left;
}
.avm-list h4 {
    font-weight:bold;
    font-size:20px;
}
.info-page-content {
  padding-top: 35px!important;
  background-color: white;
}

.info-order-pg h4 {
  font-weight: 100!important;
  text-align: left;
}

.order-pg-links {
  text-align:center;
}

abbr.confidence-score-free-pg {
  border-bottom: none;
  color:#fff;
}

.property-tab-bgd {
    border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
background: linear-gradient(to bottom right, transparent, #f4f4f4);
}

.video-modal {
    background-color:transparent!important;
    color:#f8752b!important;
    font-weight:100!important;
    font-size:20px!important;
}
.dash-span5 {
    padding-top:25px;
    display: inline-block!important;
    margin-left: 20px;
}

.arrow {
    float: right;
    line-height: 1.42857;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}


/*== USER DASHBOARD ==*/

.col-md-7.dash-span5 {
    margin-top:2%;
    border-left:1px solid rgba(0,0,0,.13);
}
.col-md-7.dash-span5 img {
    width: 49%;
}

@media (max-width: 1200px) {
.col-md-4.dash-span5 {

}
.col-md-7.dash-span5 {
    border-left:none;
}
}
@media (max-width: 600px) {
    .col-md-7.dash-span5 img {
    width: 100%;
}
    
}

.dash-tab-images {
max-width:95%; margin-right:5%;  margin-top: -50px;
}
.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}

.arrow{float:right;line-height:1.42857}
.glyphicon.arrow:before{content:"\e079"}
.active>a>.glyphicon.arrow:before{content:"\e114"}
.fa.arrow:before{content:"\f104"}
.active>a>.fa.arrow:before{content:"\f107"}
.plus-times{float:right}
.fa.plus-times:before{content:"\f067"}
.plus-minus{float:right}
.fa.plus-minus:before{content:"\f067"}
.active>a>.fa.plus-minus:before{content:"\f068"}

/*== Loading Spinner ==*/
.spinner {
    height:45px;
    width:45px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
}
.spinner span {
    border-radius: 40px;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    border:3px solid #f8752b;
    opacity: 0;
    -webkit-animation:scale 3s ease-out infinite;
}
.spinner span:nth-child(2) {
    -webkit-animation-delay:2s;
}

.spinner span:nth-child(3) {
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes scale {
    0% {
        opacity:0;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
    }
    100% {
        opacity:0;
        -webkit-transform:scale(1);
    }
}

 /*======================================================================================================================== 
    
   DASHBOARD:

    1. My Brixsy
    2. Recent Searches
    3. Ordered Reports
    4. Sheriff Sales
    5. Settings
  
=========================================================================================================================*/

 span.prem-brx {
     width:20px!important;
    border: transparent!important;
    border-radius:0px!important;
    background-color: transparent!important;
     background-image: url('http://www.richardcosse.com/wp-content/uploads/2015/12/brixsy-b-ai2.png')!important;
    background-repeat: no-repeat!important;
     background-size: 20px!important;
}


 .ppt-img {
     width:95%!important;
     max-width:500px!important;
 }

 .active-dash {
     color:#f8752b;
 }
 .my-text {
     font-size:15px;
     font-weight:100;
 }
 .c2a-pg {
     margin-top:30px;
     text-align:center;
 }
 .c2a-pg a {
     display:inline-block;
 }
 .dash-walk-through {
     padding-top:25px;
     text-align:center;
 }


 .dash-tabs {
     padding-bottom:50px; 
     margin-left:0px;
 }
  .down-to-read, down-to-read:hover {
  background: transparent;
  font-size: 20px;
  font-weight:100;
}
 i.icon-chevron-left.prev:hover, i.icon-chevron-right.next:hover  {
  cursor: pointer;
}

 input.ts-startRow {
  margin-bottom: 0px;
}

 .active-dash {
     color:#f8752b!important;
 }

 .most-of-brixsy {
     margin: 0 auto; 
     max-width:600px; 
     color:#525252;
     border: 1px solid #ddd;
   
 }

 .most-of-body {
     
 }
  .most-of-body h4{
      padding: 0px 15px 0px 15px;
 }
   .most-of-body p{
      padding: 0px 15px 10px 15px;
      margin-bottom:0;
 }

  .grey-back {
      background-color: #f6f6f6;
  }
  .white-back {
      background-color: #fff;
  }

  .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  background-color: rgba(248,117,43, .87)!important;
  color: #fff!important;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 15%;
}

  .overview h5, .ovw {
      font-weight:bold;
      opacity:.87;
  }

.sct-prf {
   border-top:1px solid rgba(149,149,149,0.15);
   padding-top:30px;
   display:table;
   margin-bottom:10px;
}
.sct-title {
    opacity:.72;
    font-size:13px;
}
.accordion-inner a:hover {
  background-color: rgba(248,117,43, .87)!important;
  color: #fff!important;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 15%;
}

.accordion-inner a {
  color: #525252!important;
}

.accordion-inner {
  padding: 0!important;
}

.accordion-inner .table {
  width: 100%;
  margin-bottom: 0px;
}
.prf-nav a {
    padding:2px 8px!important;
        border: none!important;
}

.span5.prf-trait p {
    font-size: 13px;
    margin-bottom: 0px;
}
  /*=== BEGIN 1. My Brixsy / Landing Page ===*/

  .dash-hr {
      border-bottom:none;
  }
  .dash-title {
      border-bottom: 3px solid #f8752b!important;
  color: rgb(127,127,127);
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
  font-size: 20px;
  padding-left: 1.5%;
  }


.services-link {
  background-color: transparent!important;
  color: #f8752b!important;
  font-weight: 100!important;
  font-size: 20px!important;
  text-transform:lowercase;
}

.box h3 {
  font-size: 24px!important;
}
.dash-greeting {
  font-size:42px!important;
  font-weight:100!important;
  text-align: center;
}

.landing-divider {
    background-color:#e0e0e0;
      margin-left: -20px;
  margin-right: -20px;
}
   /*=== END 1. BEGIN 2. Recent Searches ===*/
.view-button, .view-button:hover {
background-color: transparent!important;
  border: none!important;
  color: #f8752b;
  font-weight: 100;
  text-transform: lowercase;
  font-size: 15px; }

.tablesorter-header-inner {
    font-size:12px!important;
    text-transform:uppercase;
    color:#bebebe!important;
}
th.tablesorter-header.tablesorter-headerUnSorted.bootstrap-header {
  border-bottom: 3px solid #f8752b;
  font-weight: 100;
  font-size: 12px!important;
  background-color: #525252;
  border-left: none;
  border-right: none;
  color:#bebebe;
  padding:12px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border-bottom: 1px solid #ddd!important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.table-striped td {
    font-size: 13px!important;
}

.table-address {
    width:50%;
}

.table-owner {
    width:25%;
}

.table-view {
    width:25%;
    text-align:center;
}

thead tr th {
  border-right: 1px solid #ccc;
  width: 10%;
  background-image: none;
  background-color: #525252;
  color: #fff;
  font-weight: inherit!important;
  text-align: left;
  font-size:20px!important;
}





/* basic menu code 1.0 */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0px!important;
}

.navbar.navbar-fixed-top.subnav {
    top: 0px;
}


.nav-menu {
    float:right;
    margin-top:15px;
    text-transform: lowercase;
}
.dropmenu ul {
  margin: 0;
  padding: 0;

}

.dropmenu li {
  float: left;
  list-style: none;
	background: transparent;
	position: relative;
}

.dropmenu li a {
	text-decoration: none;
	color: #525252;
	display: block;
	padding: 0.5em 1em;
    font-size:14px;
}
.dropmenu li a:hover {
	text-decoration: none;
	color: #f8752b;
	display: block;
	padding: 0.5em 1em;
}
.dropmenu li ul {
	display: none;
	position: absolute;
	left: 0; top: 100%;
	width: 10em;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	z-index: 999;
    border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.dropmenu li ul li {
	float: none;
    background-color: #fff;
}

.dropmenu li ul li ul {
	left: 100%; top: 0;
}

.dropmenu li:hover {
	background: transparent;
}

.dropmenu li:hover > ul {
	display: block;
    background:#fff;
    color:#f8752b;
}

.dropmenu li.dir > a:after {
	content: " +";
	color: #fff;
}

.dropmenu:after {
	content: "";
	display: table;
	clear: both;
}


/*=== END 3. BEGIN 4. Sheriff Sales ===*/

@media (max-width: 1920px) {
    .search-page #maincontent {
        margin-top: 0px !important;
    }
}

option {
    font-size:75%!important;
}


#slideout {
    position: fixed;
    top: 200px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #61c8ab;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#slideout_inner {
    position: fixed;
    top: 200px;
    left: -315px;
    background: #61c8ab;
    width: 200px;
    padding: 25px;
    height: auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
    width: 190px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    left: 250px;
}
#slideout:hover #slideout_inner {
    left: 0;
}

 ._form {
  position:relative;
  background:#fff;
  width:215px!important;/*F*/
  text-align:left;
    padding: 5px!important;
  border-radius: 3px;
    margin-left: -13px!important;
  margin-top: -13px!important;
  }
  ._form em {
  color:#9a9a9a;
  }
  ._form a {
  margin-left:3px;
  }
  ._form ._field,
  ._form ._field ._label,
  ._form ._type_radio,
  ._form ._type_checkbox,
  ._form ._type_captcha,
  ._form ._field table {
  background:none;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:move;
  font-style:normal;
  margin:1.2em 0;
  padding:0;
  overflow:hidden;
  }
  ._form ._field input[type="text"] {
  width:100%;
  padding:8px;
  font-size:16px;
  border:1px solid #b6b6b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field ._label {
  display:block;
  margin:0 0 0.5em;
  padding:0!important;
  font-size:15px;
  }
  ._form ._field ._option input[type="checkbox"],
  ._form ._field ._option input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px;
  cursor:pointer;
  vertical-align:middle;
  }
  ._form ._field ._option input[type="submit"],
  ._form ._field ._option input[type="button"] {
  margin:0;
  cursor:pointer;
  height:35px;
  width:auto;
  font-size:15px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:15px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_radio ._option,
  ._form ._type_checkbox ._option {
  font-size:13px;
  font-weight:normal;
  line-height:1.8;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._type_date ._option input[type="button"] {
  width:37px;
  height:36px;
  margin-left:5px;
  padding:20px;
  background:url(http://brixsy.activehosted.com/admin/css/../images/icon_calendar.gif) no-repeat 0 0;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._type_captcha img {
  float:left;
  margin:0 6px 0 0;
  width:70px;
  height:33px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha input[type="text"] {
  margin:-14px 0 0 0!important;
  width:25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field table  {
  width:100%!important;
  }
  ._form ._field table tbody tr td  {
  width:50%!important;
  font-size:15px;
  }
  ._form {
  width:265px;/*F*/
  background:#fff;
  color:#2c2c2c;
  font-weight:normal;
  }
  ._form #notice {
  margin:10px 0 0 -3px!important;
  padding:0;
  color:#acacac;
  font-size:11px;
  font-family:helvetica,arial,sans-serif;
  }
  ._form #notice a:link, ._form #notice a:visited {
  color:#acacac;
  text-decoration:underline;
  }
  ._form ._field  {
  position:relative;
  width:100%;
  cursor:default;
  font-style:normal;
  margin:0px;
  padding:0;
  overflow:hidden;
  }
  ._form ._field input[type="text"],
  ._form ._field input[type="email"] {
  width:100%;
  padding:4px;
  font-size:14px;
  background:#fafafa;
  border:1px solid #c7c7c7;
  border-top:1px solid #b6b6b6;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  color: #333;
  }
  ._form ._field ._label {
  margin:0 0 4px;
  color:#2c2c2c;
  font-size:13px;
  font-family:helvetica,arial,sans-serif;
  font-weight:700;
  }
  ._form ._field ._option {
  margin:0;
  padding:0;
  color:#2c2c2c;
  font-size:13px;
  font-family:helvetica,arial,sans-serif;
  font-weight:normal;
  line-height:20px;
  }
  ._form ._type_header ._label {
  width:100%;
  font-style:normal;
  font-size:16px!important;
  line-height:20px;
  color:#f8752b;
  margin:0 0 5px!important;
  padding:0 0 10px!important;
  overflow:hidden;
  border-bottom:1px solid #e0e0e0;
  }
  ._form ._type_input ._option  textarea{
  width:97%!important;
  background:#fafafa;
  border:1px solid #c7c7c7;
  border-top:1px solid #b6b6b6;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  }
  ._form ._type_input ._option input[type="submit"],
  ._form ._type_input ._option input[type="button"] {
  width:auto;
  margin:10px 0 0!important;
  padding:2px 15px!important;
  cursor:pointer;
  font-family:verdana,arial,sans-serif;
  font-weight:700;
  font-size:12px;
  color:#3f3f3f;
  background:#f7f7f7 url(http://brixsy.activehosted.com/admin/templates/form-themes/compact-basic/images/btn_bg.gif) repeat-x 0 0;
  border:1px solid #999999;
  border-bottom:1px solid #888888;
  text-align:center;
  }
  ._form ._type_input ._option input[type="submit"]:hover,
  ._form ._type_input ._option input[type="button"]:hover {
  border:1px solid #afafaf;
  border-bottom:1px solid #a5a5a5;
  background:#f7f7f7;
  color:#525252;
  }
  ._form ._type_date ._option input[type="text"] {
  float:left;
  width:100px;
  }
  ._form ._type_radio ._option label {
  display:inline;
  font-size:14px;
  font-weight:normal;
  line-height:18px;
  }
  ._form ._type_radio ._option label input[type="radio"] {
  position:relative;
  width:13px;
  height:13px;
  margin:-4px 0 0 1px;
  cursor:pointer;
  vertical-align:middle;
  line-height:20px;
  }
  ._form ._type_date ._option input[type="button"] {
  width:24px;
  height:24px;
  margin:2px 0 0 5px;
  padding:0;
  background:url(http://brixsy.activehosted.com/admin/templates/form-themes/compact-basic/images/icon_calendar.gif) no-repeat 0 0;
  border:none;
  outline:none;
  text-indent:-9999px;
  }
  ._form ._field ._option select {
  display:block;
  margin:0;
  padding:0;
  width:auto;
  font-size:14px;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha img {
  float:left;
  width:42px;
  height:24px;
  margin:0 6px 0 0;
  border:1px solid #b6b6b6;
  }
  ._form ._type_captcha input[type="text"] {
  float:left;
  margin:0!important;
  width:40%;
  font-size:14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  ._form ._field table {
  margin:0;
  padding:0;
  border-collapse:collapse;
  width:100%!important;
  table-layout:fixed;
  margin-bottom:18px;
  font-size:13px!important;
  border-collapse:collapse;
  border-spacing:0;
  }
  ._form ._field table td {
  padding:0 10px 0 0!important;
  line-height:18px;
  text-align:left;
  font-size:13px!important;
  color:#606060;
  }
  ._form ._type_input ._option  table tbody#_forward_rcpt input {margin:0 0 4px 0; width:96%!important;}
  ._form ._type_input ._option  table tbody#_forward_rcpt img.image_addrcpt {cursor:pointer;}
  .form_errors{
  text-align:center;
  font-size:15px;
  margin:10px;
  color:#900;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-bottom:20px;
  }



   /*======================================================================================================================== 
    
   CLOSING WITH BRIXSY:

    1. Contact Page
   
  
=========================================================================================================================*/

/*=== BEGIN 1. Contact Page ===*/

input.ctc, textarea.ctc {
     width:100%;
    margin-bottom:15px;
     padding:15px;
    border:1px solid #ccc;
    border-radius:3px;
    font-size:14px;
}
input.inline-form-field, #second_fs input, #stripe_fs input {
    padding:15px;
    border:1px solid #ccc;
    border-radius:3px;
}
input.inline-form-field {
    width:96%;
    margin-bottom:15px;
}
 @media (max-width: 1078px) {
   input.inline-form-field {
    width:96%;
    margin-bottom:15px;
}
}
 @media (max-width: 883px) {
   input.inline-form-field {
    width:95%;
    margin-bottom:15px;
}
}
  @media (max-width: 694px) {
   input.inline-form-field {
    width:93%;
    margin-bottom:15px;
}
}
    @media (max-width: 553px) {
   input.inline-form-field {
    width:94.5%;
    margin-bottom:15px;
}
}
        @media (max-width: 400px) {
   input.inline-form-field {
    width:92%;
    margin-bottom:15px;
}
}
                @media (max-width: 345px) {
   input.inline-form-field {
    width:90%;
    margin-bottom:15px;
}
}
                                @media (max-width: 344px) {
   input.inline-form-field {
    width:87%;
    margin-bottom:15px;
}
}
fieldset#first_fs, fieldset#second_fs, #stripe_fs {
        margin: 15px 0px 15px 15px;
}
#first_fs label, #second_fs label {
    font-size:15px;
    color:#525252;
        margin: 10px 0px 20px 0px;
}

input.next.action-button.c2a-report-1, input.previous.action-button.c2a-report-2, input#previous2, button.stripe-submit.c2a-report-1 {
    width:20%;
    min-width:125px;
    font-size:20px;
    border:1px solid #61c8ab;
    text-align:center;
    border-radius:3px;
    font-weight:100;
    padding:7px!important;
}

input.previous.action-button.c2a-report-2 {
    margin-right:10px;
}

#stripe_fs span {
    font-size: 15px;
    color: #525252!important;
}

 .stripe-input {
     margin:15px 0px 20px 0px;
 }

 @media (max-width: 500px) {
   input.next.action-button.c2a-report-1, input.previous.action-button.c2a-report-2, input#previous2, button.stripe-submit.c2a-report-1 {
    width:100%;
    margin-bottom:15px;
}
}

  /*form styles*/
#msform {
	max-width: 960px;
width:100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
height:750px;
}
#msform fieldset {
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
outline: none;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #f8752b;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 5px;
  margin: 10px 5px;
  font-size: 14px;
  line-height: 25px;
  text-transform: lowercase;
  font-family: inherit;
  font-weight: normal;
outline: none;
}
#msform .action-button:hover, #msform .action-button:focus {
	background-color:#525252;
}
/*headings*/

.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: #525252;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
padding-left: 0px;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #525252;
	text-transform: lowercase;
	font-size: 14px;
	width: 33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	background: #525252;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 60%;
  height: 3px;
  background-color: #525252;
  position: absolute;
  left: -30%;
  top: 9px;
  z-index: 0;
border-radius:3px;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background-color: #f8752b;
	color: white;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #525252;
    font-family:inherit;
    font-size:14px;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + label span {
     background-color:#fff;
  border:1px solid #ccc;
}

input[type="radio"]:checked + label span{
     background-color:#f8752b;
  border: 1px solid #f8752b;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}


.hidden-text {
    display:none;
}


/*custom font*/


               /*form styles*/
    #msform {
        max-width: 960px!important;
        width:100%!important;
        margin: 50px auto!important;
        text-align: center!important;
        position: relative!important;
        height:950px!important;
    }
    #msform fieldset {
        background: white!important;
        border: 0 none!important;
        border-radius: 3px!important;
        padding: 20px 30px!important;
        box-sizing: border-box!important;
        width: 95%!important;
        margin: 0 1%!important;
        box-shadow:none!important;

        /*stacking fieldsets above each other*/
        position: absolute;
    }
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*labels*/
    #msform label{
      margin: 15px 0px!important;
      float: left!important;
      color:#525252!important;
      text-align: left!important;
  }
  /*inputs*/
  #msform input, #msform textarea {
    padding: 15px!important;
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
    margin-bottom: 10px!important;
    width: 100%;
    box-sizing: border-box!important;
    color: #2C3E50!important;
    font-size: 13px!important;
}

select.inline-form-field {
  font-size: 13px!important;
  height:49px!important;
  border-radius:1px!important;
  background-color: #fff!important;
  border: 1px solid #ccc!important;
  color: #a9a9a9!important;
  display:inline-block!important;
  width:100%!important;
  margin-bottom: 25px!important;
  text-indent: 5px!important;
}

#msform .inline-form-field {
    display:inline-block!important;
    width:100%!important;
}
@media (max-width: 600px) {
    #msform .inline-form-field {
        width:100%;
    }
    #msform .address-form-field {
        width: 100%;
    }
}
/*buttons*/
#msform .action-button {
    width: 100px!important;
    background: #61c8ab!important;
    font-weight: bold!important;
    color: white!important;
    border: 0 none!important;
    border-radius: 1px!important;
    cursor: pointer;
    padding: 10px 5px!important;
    margin: 10px 5px!important;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: none!important;
}
/*headings*/
.fs-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 0px;
    text-align:center;
    padding:5%
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding:0px;
    text-align:center;
}
#progressbar li {
    list-style-type: none;
    color: #525252;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    display:inline-block;
    position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 25px;
  display: block;
  font-size: 12px;
  color: #525252;
  background: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0 auto 5px auto;
  font-weight: bold;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f8752b;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps orange*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #f8752b;
    color: #fff;
}

.hidden-form, .hidden-form-mortgages {
    display:none;
}
#stripe_fs p {
    font-size: 15px;
}




/*======== CSS LOADER =============*/
   

    #loading {
    position: fixed;
    z-index: 1550;
    top: 0; left: 0;
    width: 100%; height: 100%;
 background: transparent;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
    padding-top:15px;
      box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);
          color: #e5e5e5;
}
.v2 #loading { display: none; }

#loading-progress {
    position: absolute;
    top: 0; left: 0;
    background: #f8752e;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#loader {

 box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);
 height: 100%;
 display: block;
}
.light-table-filter {
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    border-radius: 3px;
    height:35px!important;
}
#resulttable .col-md-5 {
    padding: 0px;
}

.closing-blt {
    margin-left:10%;
}

.closing-brd-btm {
        border-bottom: 3px solid #f8752b;
    padding-bottom: 20px;
}

.fine-print-close {
    font-size:10px;
}

#stripe_fs .payment-errors {
    color: #61c8ab!important;
    font-weight: bold;
    font-size: 24px!important;
}

span.deposit-amt {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 50px 15px 50px;
    font-size:12px!important;
}

form {
    margin: 0 20px 20px!important;
}

@media screen and (max-width: 600px) {
    .mobile-tbl-hide {
        display: none;
    }
}

table.ord-rpt-tbl {
    width:100%;
    border: 1px solid #ccc;
}

td.ord-rw-2 {
    float: right;
    padding: 5px 10px 5px 0px;

}

td.ord-rw-1 {
    padding: 5px 0px 5px 10px;
}

.ord-cl-3 {
    border-top:1px solid #ddd;
}
.ord-cl-2 {
    background-color: #f5f5f5;
}

a.promo-enter, a.promo-enter:hover {
    color: #61c8ab;
}

#repromo {
    display: inline-block; width: 50%;min-width: 84px;    border: 1px solid #ccc;
}

#promo-dis {
    padding-left:0px;
}

#promodet1 .ord-rw-2 {
    opacity: 0.85;
    font-weight: 700;
}

@media (max-width:767px) {


}


/* PROUCT TOUR */

.tour-1, .tour-2, .tour-3-1, .tour-3-2, .tour3-3, .tour-3-4, .tour-3-5, .tour3-6, .tour-3-7 {
    position:absolute;
}
.tour-1 {
    top:59%;
    left: 5%;
    width: 85%;
}
.tour-2 {
    top:30%;
    left: 5%;
    width: 85%;
}
.tour-3-1 {
    top: 0%;
    left: 108.5%;
    width: 50%;
}
.tour-3-2 {
    top: 5%;
    left: 108.5%;
    width: 50%;
}
.tour-3-3 {
    top: 15%;
    left: 101.5%;
    width: 50%;
}
.tour-3-4 {
     top: 5%;
    left: 108.5%;
    width: 50%;
}
.tour-3-5 {
      top: 5%;
    left: 101.5%;
    width: 50%;
}
.tour-3-6 {
     top: 5%;
    left: 108.5%;
    width: 50%;
}
.tour-3-7 {
      top: 5%;
    left: 108.5%;
    width: 50%;
}
.tour-3-8 {
      top: 0%;
    left: 112%;
    width: 50%;
}
.blur-item {
-webkit-filter: blur(3px);
    filter: blur(3px);
}
/* .hopscotch-bubble {
    display:none;
} */
div.hopscotch-bubble {
    background-color: #f9f9f9;
    border: 5px solid #000000;
    border: 5px solid rgba(92, 92, 92, 1);
    color: #333;
    font-family: Helvetica,Arial;
    font-size: 13px;
    position: absolute;
    z-index: 10000;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

div.hopscotch-bubble .hopscotch-bubble-container {
    padding: 15px 15px 10px 15px;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
     width: auto!important;
}
div.hopscotch-bubble .hopscotch-bubble-number {
    background-color: #f8752b;
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 31px;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
div.hopscotch-bubble .hopscotch-bubble-content {
    margin: 0 0 0 40px;
}
div.hopscotch-bubble h3 {
    color: #000;
    font-family: Helvetica,Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin: -1px 15px 0 0;
    padding: 0;
}
div.hopscotch-bubble .hopscotch-content {
    font-family: Helvetica,Arial;
    font-weight: normal;
    line-height: 17px;
    margin: -5px 0 11px;
    padding-top: 8px;
}
div.hopscotch-bubble .hopscotch-actions {
    margin: 10px 0 0;
    text-align: right;
}
a.hopscotch-bubble-close{
   color: rgba(0,0,0,.5);
    display: block;
    padding: 3px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    z-index: 2501;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    font-weight: 700;
}


div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-1 {
    top: -21px;
    left: 14px;
    /*
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); */
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-2 {
    top: -22px;
    left: 35%;
    /*
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); */
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-3 {
    top: 14px;
    left: -5%;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container {
    position: absolute;
    width: 34px;
    height: 34px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 17px solid #000000;
    border-bottom: 17px solid rgba(92, 92, 92, 1);
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow, div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
    width: 0;
    height: 0;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 17px solid #f9f9f9;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    position: relative;
    top: -10px;
}


a.hopscotch-next {
    border: 1px solid;
    background: rgba(97,200,171,.8);
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 2px;
    text-transform: lowercase;
    color: rgba(255,255,255,1);
    font-weight: 700;
}
a.hopscotch-prev {
    border: 1px solid;
    background: rgba(255,255,255,.8);
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 2px;
    text-transform: lowercase;
    color: rgba(97,200,171,0.95);
    font-weight: 700;
}

.sct-prf {
    position:relative;
}
.hide {display:none;}
.show {display:block;}

.accord-8 {position:relative; }


.tourlist {font-size:12px; font-style:italic;}


/* MEDIA QUERIES FOR GUIDED TOUR - RESPONSIVE 'hopscotch div' */

@media (max-width: 1024px) {
    .tour-3-1, .tour-3-2, .tour-3-8 {
        left: 25%;
        top: 10%;
        width: 90%;
    }
          div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-3 {
    top: -21px;
    left: 1%;
    -ms-transform: rotate(270deg);
    -webkit-transform: none;
    transform: none;
}
}

@media (max-width: 768px) {
    .tour-3-1, .tour-3-2, .tour-3-8 {
        left: 25%;
        top: 10%;
        width: 90%;
    }
      .tour-3-3, .tour-3-5 {
        left: 4%;
        top: 85%;
        width: 90%;
    }

     .tour-3-8 {
         top:60%;
         width:95%;
     }
   div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-3 {
    top: -21px;
    left: 1%;
    -ms-transform: rotate(270deg);
    -webkit-transform: none;
    transform: none;
}
}

@media (max-width: 500px) {
    .tour-3-1, .tour-3-2, .tour-3-8 {
        left: 2%;
        top: 10%;
        width: 93%;
    }
      .tour-3-3, .tour-3-5 {
        left: 2%;
        top: 85%;
        width: 93%;
    }
      div.hopscotch-bubble .hopscotch-bubble-arrow-container.up.stp-3 {
    top: -21px;
    left: 1%;
    -ms-transform: rotate(270deg);
    -webkit-transform: none;
    transform: none;
}
}

.tourblock {
    visibility:hidden!important;
}
.tourstart {
    float: right;
}
.tourstart a {
    color: rgba(86,90,92,.95);
    text-transform: uppercase;
    border: 1px solid rgba(86,90,92,0.38);
    padding: 6px 10px;
    border-radius: 3px;
    text-align:center;
    display:block;
}

.tourstart a:hover {
    color:#f8752b;
   border:1px solid rgba(248,117,43,0.38);
}

@media (max-width: 748px) {
    .tourstart {
    float:none;
}
    .tourstart a {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* HOME PAGE TOUR AND SCROLL BUTTON */

#tour_foldone {display:none;}

#tour_foldtwo {display:none;}

.tourscroll {
    text-align: center;
    color: #fff;
    padding-top: 5%;
    font-size: 18px;     
    text-indent: -13px;
}

.tourscroll a {
    color:#fff;
        text-transform: uppercase;
    font-size: 20px;
}

.tourscroll a:hover {
    color:#e5e5e5;
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
  }
.arrow {
  width: 25px;
  height: 25px;
  margin: 10px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;

  }
.arrow:before {
  content: '';
  width: 17px;
  height: 17px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  }
@keyframes arrow {
    0% {
        opacity: 1;
    }
    100% { opacity: 0; transform: translate(-10px, -10px);
}
}


/* HOME PAGE TIMED POPUP */

.hideperm {
    visibility:hidden!important;
}
.noblur-item {
    -webkit-filter: blur(0px)!important;
    filter: blur(0px)!important;
}
.hm-modal {
    position: fixed!important;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(249, 249, 249, .35)!important;
    color:white;
    padding:0px;border: none;
}

div.hm-modal .hopscotch-bubble-container {
    max-width:500px;
    width: 90%!important;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    background-color: rgba(50,50,50,.85); 
    padding:15px 0px;
    border: 1px solid;
    border-radius: 3px;
}

div.hm-modal .hopscotch-bubble-content {
    color: #565a5c;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #ffffff;
    padding: 10px; 
    margin-top: -25px;
}
.genimg {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block; background: #fff;
    border-radius: 50%;
    border: 6px solid #ffffff;
}