
@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,300,300italic,700italic,100italic');

@font-face {
  font-family: 'MemphisLTStd-Bold';
  src: url('../font/MemphisLTStd-Bold.eot?#iefix') format('embedded-opentype'), 
       url('../font/MemphisLTStd-Bold.otf') format('opentype'), 
       url('../font/MemphisLTStd-Bold.woff') format('woff'), 
       url('../font/MemphisLTStd-Bold.ttf') format('truetype'), 
       url('../font/MemphisLTStd-Bold.svg#MemphisLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #686464;
  font-family: arial;
  font-weight: 100;
  overflow-x:hidden;
  margin:0px;
}

html {position: relative; min-height: 100%;}
a{ color:#ac0101; text-decoration:none; }
a:hover,a:active{ text-decoration: underline; }
.l{ float:left;}
.r{ float:right;}
.c,.clear{ clear:both;}

/**Change placeholder Color & Property**/
::-webkit-input-placeholder {color:#000;}
:-moz-placeholder { /* Firefox 18- */color:#000;}
::-moz-placeholder {  /* Firefox 19+ */color:#000;}
:-ms-input-placeholder {color:#000;}

/***Notifications***/
.notification {color: #333333;font-size: 16px;left: 35%;padding: 10px 5px;position: fixed;text-align: center;top: 0;width: auto;z-index: 99999;border-radius:0 0 5px 5px;}
.notification_success{background: #8FF7CA;border: 1px solid #057545;border-top:0;}
.notification_fail, .notification_loginRequired{background: #FFF9D7;border: 1px solid #E2C822;border-top:0;}
.notification_progress:before{content:url("../../img/front_core/big_loader.gif");padding-right:5px;}
.notification_progress{background-color: #FFF9D7;border: 1px solid #E2C822;border-top:0;}

/* Form */
input,select{outline:0px;cursor:pointer;}

input[type="image"]{background-color:transparent;border:0px;font-size:14px;color:#555555;padding: 0px;}

input[type="text"],radio,textarea,select,input[type="password"],input[type="tel"],input[type="email"],input[type="number"]{
  background-color:#FFFFFF;
  border:6px double #D5D5D5;
  font-size:17px;
  color:#949494;
  margin-right:2px;
  margin-bottom: 15px;
  float:left;
  line-height: 20px;
  border-radius: 19px;
  vertical-align:top;
  padding:0 5px;
    background-color: #FFF;
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 20px;
    color: #6C6C6C;
    padding: 15px;
}

/*select{
  padding: 10px;
  height: 55px;
  width: 100%;
}*/

.nospace [class*="col-"]{
  padding: 0px;
}

.nospace .right-space{
  padding-right: 10px;
}

.nospace .col-lg-2 {
  width: 15%;
}

/*#LeadHomeSize{
  width: 75%;
  margin-bottom: 0px;
}*/

/*#LeadEmail{
  width: 100%;
  margin-top: 10px;
}*/

.select-wrapper span {
    text-align: center;
    color: #6c6c6c;
    display: inline-block;
    width: 40%;
}
.select-wrapper .in04 {
    padding: 0;
    width: 55%;
}

.input-wrapper .small-input {
    width: 50%;
    display: inline-block;
/*    margin-left: 10px;*/
    padding: 0px;
}

.input-wrapper span {
    text-align: center;
    color: #6c6c6c;
    display: inline-block;
    width: 45%;
    position: relative;
    bottom: 5px;
}

.in03, .in04, .in05, .in06 {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    color: #6c6c6c;
    font-family: Calibri;
    font-size: 20px;
    padding: 19px;
}

.good {
    width: 100%;
}

.good2 {
    width: 90%;
    /*margin-bottom: 10px;*/
}

.input-wrapper .in05 {
    display: inline-block;
    padding: 0;
    border: none;
}

.video-box {
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.video-box img{width:100%;}

#Design_Step2_Get_My_House_Value_New{
  margin-top: 30px;
}

/*input[type="text"]:hover,input[type="password"]:hover, textarea:hover,select:hover,input[type="text"]:active, textarea:active, select:active,input[type="text"]:hover,input[type="tel"]:hover,input[type="email"]:hover,input[type="number"]:hover{border-color:rgba(82, 168, 236, 0.8);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);}*/

/*input[readonly="readonly"],input[readonly="readonly"]:hover{background-color:transparent;border:0px;box-shadow:0px 0px;}*/

.datatable  {border-spacing:0;border-collapse:collapse;border: 1px solid #4FA6D3}
.datatable th {background: #4FA6D3;color: #FFF;font-size: 14px;font-weight: bold;padding: 6px;text-align: left;}
.datatable td {padding: 5px 2px;font-size: 14px;line-height: 15px;border: 1px solid #CCE0F5;border-top: 0px;border-left: 0px;}
.datatable td:first-child{border:0px;}
.btn{
  display: inline-block;
  /*display: inline;*/
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 15px 0px;
  margin-bottom: 10px;
  /*font-weight: bold;*/
  font-size: 18px;
  /*line-height: 20px;
  *line-height: 20px;*/
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /**background-color: #e6e6e6;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #156B91;
  *border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /**margin-left: .3em;*/
/*  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.save:hover,
.save:active,
.save.active,
.save.disabled,
.save[disabled]{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,.btn.active { background-color: #cccccc \9;}
.btn:first-child {*margin-left: 0;}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #FFF;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger,.btn-step2,.btn-step2op3,.btn-step2op1 {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,.btn-step2:hover,.btn-step2op3:hover,.btn-step2op1:hover,
.btn-danger:active,.btn-step2:active,.btn-step2op3:active,.btn-step2op1:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled].btn-step2:hover{
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-step2:hover{
  background-color: #42BACB;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success, .save, .save_agent,.previe {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info,.btn-step3 {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #79E0FF;
  background-image: -moz-linear-gradient(top, #79E0FF, #0C85DE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79E0FF), to(#0C85DE));
  background-image: -webkit-linear-gradient(top, #79E0FF, #0C85DE);
  background-image: -o-linear-gradient(top, #79E0FF, #0C85DE);
  background-image: linear-gradient(to bottom, #79E0FF, #0C85DE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79E0FF', endColorstr='#0C85DE', GradientType=0);
  border-color: #0C83DD;
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],.btn-step3:hover{
  color: #fff;
  background-color: #0C85DF;
  *background-color: #79E0FE;
}

.btn-step3:hover{
  background-color: #42BACB;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #FFF;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,.btn-inverse.active {background-color: #080808 \9;}
button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner,input[type="reset"].btn::-moz-focus-inner ,input[type="button"].btn::-moz-focus-inner {padding: 0;border: 0;}
button.btn.btn-large,input[type="submit"].btn.btn-large,input[type="reset"].btn.btn-large,input[type="button"].btn.btn-large {*padding-top: 7px;*padding-bottom: 7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small {*padding-top: 3px;*padding-bottom: 3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini {*padding-top: 1px;*padding-bottom: 1px;}
.btn-link,.btn-link:active,.btn-link[disabled] {background-color: transparent;background-image: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.btn-link {border-color: transparent;cursor: pointer;color: #0088cc;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.btn-link:hover {color: #005580;text-decoration: underline;background-color: transparent;}
.btn-link[disabled]:hover {color: #333333;text-decoration: none;}
.btn-back:before {content:"\00AB";padding-right:5px;font-size:16px;}
/**Buttons End**/

/**Design Start From Here**/
h1, h2,h3 {font-weight: 100;}

/*h1{margin-top: 0px;color: #FDD76D;font-size:44px;margin-bottom:10px;font-family:"museo-slab",serif}*/

h1{
  font-family: 'MemphisLTStd-Bold','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif; 
  font-size:40px; 
  font-weight:400; 
  line-height:46px; 
  color:#ffffff;
  text-align: center;
  text-shadow:1px 1px 5px #000000; 
  text-transform:none;
  margin-top: 20px;
}

h2{font-size: 28px;color: white;font-family:"museo-slab",serif}

h3 {color: white;font-size: 22px;margin-top: 0;font-family:"museo-slab",serif}

h3{
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif; 
  font-size:26px;
  font-weight: 300;
  color:#ffffff;
  text-shadow:1px 1px 5px #000000; 
  line-height:28px;
  text-transform:none;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0px;
}

.steps {
  padding: 0 10px;
  height: auto !important;
  margin: 0;
  min-height: 100%;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#step1.overall_noborder{border: none !important; padding-bottom: 10px;}

fieldset {border: none;padding: 0px;margin:0}
.homepage{margin:0 auto;padding:0 0 20px 0;} /* TODO: Changed */
.overall {min-height: 200px;margin: 0 auto; margin-top:15%;border-radius: 5px;border: 1.5px solid #A8B6D9;background:rgba(0,0,0,0.7);} /* TODO: Changed */
.noOverlay{min-height: 0;border:0px;height:0px;}

/*.container {background-color: #FFFFFF;border-radius: 5px;width:auto;padding:10px;box-shadow:0 0 6px #999;}*/

.container .content{background:#EBECEE;padding:5px;border:1px solid #D7D7D7;}

#step1{margin: 0 auto; /* padding:40px; */ text-align:center; z-index: 99;}
#step1 fieldset{margin: 4px 0;}
#step1 #divfind {border-radius: 8px;color: black;margin-bottom: 20px;padding:16px 12px;width: auto;background: #18BEEE;background: -moz-linear-gradient(top, #18BEEE 0%, #0D87DD 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18BEEE), color-stop(100%,#0D87DD));background: -webkit-linear-gradient(top, #18BEEE 0%,#0D87DD 100%);background: -o-linear-gradient(top, #18BEEE 0%,#0D87DD 100%);background: -ms-linear-gradient(top, #18BEEE 0%,#0D87DD 100%);background: linear-gradient(to bottom, #18BEEE 0%,#0D87DD 100%);border-radius: 46px;position:relative;}
/* #step1 label {font-size:20px;margin-left: 5px;color: white;font-weight: bold;float: left;margin-right: 13px;width: 222px;margin-top: 3px;} */
#Design_Step1_EnterYourAddress{font-size:20px;color: white;font-weight: bold;float: left;margin-right: 13px;width: 222px;margin-top: 9px;}
.searchbar{float:right;width: 59%;}
#addressme {border: 1px solid #80ADCF;box-shadow: inset 1px 1px 2px #AAA;width:91%;float: right;border-radius: 50px;height: 21px;padding:6px 7px  !important;padding-right: 44px !important;margin:0px;color:#000;}
.searchbar .unit_number {border-left: 3px solid #ddd;border-top: 0px;border-bottom: 0px;border-right: 0px;position:absolute;top:18px;right:44px;height:20px;color:#000;border-radius:0;width:8%;margin:0px !important;padding:6px;}
.searchbar .unit_number::-webkit-input-placeholder { color:black; }
.searchbar .unit_number:-moz-placeholder { /* Firefox 18- */ color: black;}
.searchbar .unit_number::-moz-placeholder {  /* Firefox 19+ */ color: black;}
.searchbar .unit_number:-ms-input-placeholder {color: black;}
.searchbar .unit_number:hover {border-color:#ddd;box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(82, 168, 236, 0.6);}
.searchbtn { position:absolute;background: url(../../img/frontend/search_bar_right_with_tbn_search.png) no-repeat center center;height: 50px;border: 0px;font-size: 0;width: 50px;margin-top: -8px;margin-left: -49px;float: right;right:8px;cursor:pointer;}
.hiddenM{display:none;width:100% !important;}
#step2 fieldset {margin-top: 8px;}
#step2, #step3{
  text-align:left;
  padding:30px 20px;
  margin: 0 auto; 
  max-width: 720px;
}
#step2 label {font-size: 16px;display: block;float: left;width: 110px;margin-top:10px; /* clear: both; */}
.leftside {display: block;float: left;width:37%}
.rightside {display: block;float: left;width:63%}
.sqft {display: block;float: left;margin-top: 12px;margin-left: -28px;font-size: 12px;font-weight: bold;}
#map_address,#map_canvas,#map_canvas2, .map_canvas, #map_canvas3{height: 400px;width: 100%;position:relative;}
.tostart {text-align: center;font-size: 24px;margin-top: 100px;}
.biggreen {color: #686401;font-size: 75px;font-weight: bold;}
#step3 h2 {margin-top: 5px;}
#step3 .sold {background: url('/img/frontend/img-sold.png') no-repeat;height: 173px;width: 175px;position: absolute;top: -3px;right: -4px;}
#step3 .estimate, #step3 .estimate a {color: #686464;margin:0 30px;font-weight:bold;}
#step3 .estimate label{font-weight:normal;}
#step3 .estimate .title {color: #0066A9;padding-bottom: 10px;border-bottom: 2px dotted #d5d5d5;text-align: center;margin-bottom: 20px;}
.estimate h1 {font-size: 38px;margin-bottom:10px;color:#0066A8;font-family:"museo-slab",serif}
/*#Design_Step4_by {color: #16B7EB;font-weight: bold;}*/
/*#step3 .estimate .logo{float:left;padding-right:20px;}*/
/*#step3 .estimate .agentinfo{float:left;width:35%}*/
#step3 .estimate .agentinfo{float:left;width:74%}
.estimate .agent_detail, .estimate .agent_detail a{float:left;font-family:"museo-slab",serif;padding-right:40px;}
.agent_detail .name {color: #17B7EB;font-size: 36px;}
.agent_detail .detail {color: #0067A9;font-size: 20px;}
.contact_info{float:left;color:#868B8E;padding-top:5px;}
#step3 .contact_info img{padding-right: 3px;}
.contact_info .phone{font-weight: bold;font-size: 28px;}
.contact_info .email{font-size: 20px;}
#step3 .propertyInfo {border-top: 2px dotted #d5d5d5;text-align: left;margin:5px 0;}

#step3 .propertyInfo .info {
  width:49%;
  float: left;
}

#step3 .propertyInfo .info:last-child {width: 58%;}
#step3 .propertyInfo .info.infoFull{width: 100%;float:none;}
#step3 .propertyInfo .info .ttl {font-weight: 500;font-size: 22px;margin: 25px 0 10px 0;color: #000;}

#step3 .propertyInfo .info .detail {color:#24B9EB;font-size: 17px;line-height: 20px;font-weight:normal;}

#step3 .propertyInfo .info .detail ul{margin:0px;padding:0px;}
#step3 .propertyInfo .info .detail li{width: 37%;list-style: none;float: left;}
#step3 .propertyInfo .info .detail li.sml{width:25%}

#step3 .propertyInfo .info .detail .price_history li{
  width:100%;
}

#step3 .propertyInfo .info label {font-weight: bold;display: inline-block;background: url(../../img/frontend/bullet1.png) 0 3px no-repeat;padding-left: 20px;color: #0066A8;width:130px;}
#step3 .propertyInfo .info label.hc{width:137px;}

#step3 .propertyInfo .info label.add{
  font-weight: normal;
  /*width: 95%;*/
}

.estimate_info{font-size:20px;line-height:20px;padding:10px;clear:both;color:#686464;font-weight:normal;border:1px inset #fefefe;margin:20px 0px;border-radius:10px;text-align:center;background:#E6E7E9;}
.estimate_info label{clear: both;display: inline-block;}
.estimate_info .homePE{text-align: center;margin-bottom: 10px;font-size: 20px;color: #0067A9;}
.estimate_info .lowPE{float:left}
.estimate_info .highPE{float:right}
.estimate_info .estimateSlider{margin:41px 0 10px 0;position:relative;}
.estimate_info .estimateSlider .cont{width: 100%;height: 23px;}
.estimate_info .estimateSlider .point{position:absolute;top: -30px;left:47.5%;}

.graphs {background-color: white;border-radius: 8px;padding: 15px 10px 15px 35px;text-align:center}
.graphs .graph{width:33%;float:left}
.graphs .graph img{max-width:100%;height:auto}
#contact {height: 400px;}
#contact h1 {color: black;font-size: 30px;text-align: center;border-bottom: 1px solid #D5D5D5;}
#contact input, #contact select {font-size: 20px;display: block;float: left;margin-bottom: 15px;}
#contact label {font-size: 20px;display: block;float: left;clear: both;width: 170px;}
.small {font-size: 10px;padding-top: 10px;}
.btn-go{
  width:100% !important;
  background-color: #42BACB;
  border: 0px;
  border-radius: 5px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
  font-size: 18px !important;
  color: #FFFFFF;
  padding: 15px 8px;
  margin-top: 20px;
  background-image: none;
}

.provider {position: fixed;bottom: 0px;right: 70px;background: url('../../img/frontend/raster.png');color: white;font-size: 12px;padding: 5px 10px;padding-right: 0;}
.providerAgent {position: fixed;bottom: 0px;left: 10px;background: url('../../img/frontend/raster.png');color: white;font-size: 12px;padding: 5px 10px;}
.vortex {background: url(../../img/front_core/ivortex1.png) no-repeat right -80px;padding: 5px 56px 0 0;height: 24px;text-align: left;float: right;right: 0;}
.provider a{color: #FFF;}
.provider a:after {content: "|";padding: 4px;}
.provider a.last:after {content: " ";padding: 4px;}
/****Validation Engine Css Start****/
	.formError { z-index: 990; }
	.formError .formErrorContent { z-index: 991; }
	.formError .formErrorArrow { z-index: 996; }
	.ui-dialog .formError { z-index: 5000; }
	.ui-dialog .formError .formErrorContent { z-index: 5001; }
	.ui-dialog .formError .formErrorArrow { z-index: 5006; }
	.inputContainer {position: relative;float: left;}
	.formError {position: absolute;top: 300px;left: 300px;display: block;cursor: pointer;text-align: left;}
	.formError.inline {position: relative;top: 0;left: 0;display: inline-block;}
	.ajaxSubmit {padding: 20px;background: #55ea55;border: 1px solid #999;display: none;}
	.formError .formErrorContent {width: 100%;background: pink;position:relative;color: #000;min-width: 120px;font-size: 11px;border: 2px solid #ddd;box-shadow: 0 0 6px #000;-moz-box-shadow: 0 0 6px #000;-webkit-box-shadow: 0 0 6px #000;-o-box-shadow: 0 0 6px #000;padding: 4px 10px 4px 10px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-o-border-radius: 6px;}
	.formError.inline .formErrorContent {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;border: none;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-o-border-radius: 0;}
	.greenPopup .formErrorContent {background: #33be40;}
	.blackPopup .formErrorContent {background: #393939;color: #FFF;}
	.formError .formErrorArrow {width: 15px;margin: -2px 0 0 13px;position:relative;}
	body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow {margin: -2px 13px 0 0;}
	.formError .formErrorArrowBottom {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;margin: 0px 0 0 12px;top:2px;}
	.formError .formErrorArrow div {border-left: 2px solid #ddd;border-right: 2px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;-o-box-shadow: 0 2px 3px #444;font-size: 0px;height: 1px;background: pink;margin: 0 auto;line-height: 0;font-size: 0;display: block;}
	.formError .formErrorArrowBottom div {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;}
	.greenPopup .formErrorArrow div {background: #33be40;}
	.blackPopup .formErrorArrow div {background: #393939;color: #FFF;}
	.formError .formErrorArrow .line10 {width: 15px;border: none;}
	.formError .formErrorArrow .line9 {width: 13px;border: none;}
	.formError .formErrorArrow .line8 {width: 11px;}
	.formError .formErrorArrow .line7 {width: 9px;}
	.formError .formErrorArrow .line6 {width: 7px;}
	.formError .formErrorArrow .line5 {width: 5px;}
	.formError .formErrorArrow .line4 {width: 3px;}
	.formError .formErrorArrow .line3 {width: 1px;border-left: 2px solid #ddd;border-right: 2px solid #ddd;border-bottom: 0 solid #ddd;}
	.formError .formErrorArrow .line2 {width: 3px;border: none;background: #ddd;}
	.formError .formErrorArrow .line1 {width: 1px;border: none;background: #ddd;}
/****Validation Engine Css End****/
/**jquery.vegas Css Start*/
	.vegas-loading {-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;background:#000 url(../../img/frontend/loading.gif) no-repeat center center;height:32px;left:20px;position:fixed;bottom:20px;width:32px;z-index:0;}
	.vegas-overlay {background:transparent url(../../img/frontend/lb.png);opacity:0.0;z-index:-1;}
	.vegas-background {image-rendering: optimizeQuality;-ms-interpolation-mode: bicubic;z-index:-2;max-width: none !important;}
/**jquery.vegas Css End*/
/*New Design*/
.pac-container {background-color: #E8F2F4;border: 1px solid #E6F0F2;overflow: visible;border-radius: 7px;margin-top: 15px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6)}
.pac-container::before {border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid #E6F0F2;content: "";left: 15px;position: absolute;top: -15px;}
.pac-container .pac-item:first-child,
.pac-container .pac-item-refresh:first-child{border-radius: 7px 7px 0 0}
.pac-container .pac-item b:first-child,
.pac-container .pac-item-refresh .pac-item-bold:first-child{margin-left: 5px;font-weight:bold;}
.pac-container .pac-item:before,
.pac-container .pac-item-refresh:before{margin-right:4px;content:'\25B6';display:block;float:left;color:#0B89E0;font-size:11px;margin-left:5px;margin-top: -1px;font-weight: bold;}
.pac-container .pac-item:hover:before,
.pac-container .pac-item-refresh:hover:before {color:#fff}
.pac-container .pac-item,
.pac-container .pac-item-refresh {background: #E6F0F2;background: -moz-linear-gradient(top,  #E6F0F2 0%, #FFF 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6F0F2), color-stop(100%,#FFF));background: -webkit-linear-gradient(top,  #E6F0F2 0%,#FFF 100%);background: -o-linear-gradient(top,  #FFF 0%,#E6F0F2 100%);background: -ms-linear-gradient(top,  #E6F0F2 0%,#FFF 100%);background: linear-gradient(to bottom,  #E6F0F2 0%,#FFF 100%);padding: 10px;font-size:16px;line-height:15px;color:#7F8082;font-family:arial;}
.pac-container .pac-item:hover,
.pac-container .pac-item-refresh:hover {background: #0C89DD;background: -moz-linear-gradient(top,  #19C0ED 0%, #E6F0F2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19C0ED), color-stop(100%,#0C89DD));background: -webkit-linear-gradient(top,  #19C0ED 0%,#0C89DD 100%);background: -o-linear-gradient(top,  #19C0ED 0%,#0C89DD 100%);background: -ms-linear-gradient(top,  #19C0ED 0%,#0C89DD 100%);background: linear-gradient(to bottom,  #19C0ED 0%,#0C89DD 100%);color:#FFF;cursor:pointer;}
#step3 .contectForm {min-height:300px;}
/*.contectForm .title-text h1 {color: #0066A6;font-weight: normal;font-size: 31px;text-align: center;}*/
.contectForm .title-text p{  font-size:18px; font-weight:bold; padding-top:5px;color:#9C9C9E}
/*.contectForm .title-text h2{ color:#44BFE9; font-weight:normal; font-size:22px; text-align: center; line-height:27px; padding:0 0 0px 0;}*/
/*.contectForm .title-text{padding:15px 0; border-bottom: 2px dotted #E0E0E0; text-align:center;}*/
.contectForm .close-icon{ position:absolute; right:0px; margin:15px 15px 0 0;}
.contectForm .submit{text-align:center;}
.contectForm .form{ margin:15px auto;}

.contectForm .column input, .contectForm .column select{
  width:100%;
  /*margin-bottom: 20px;*/
}

.contectForm .twocolumn input, .contectForm .twocolumn select{
  width: 45%;
  float: left;
  margin-bottom: 10px;
}

.title-text h2{
    background-color: #CCCCCC;
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 18px;
    color: #3E3232;
    padding: 15px 8px;
/*    margin-bottom: 30px;*/
    text-align: center;
    text-shadow: none;
}

.new_design {
    font-size: 17px !important;
    color: #FFF !important;
    margin-top: 5px;
}

input#LeadLastName{
  float: right;
}

.select-wrapper {
    background: #ffffff;
    padding: 15px 0 15px 5px;
    border-radius: 5px;
}

.input-wrapper {
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 0 15px 5px;
}

/*.in01 {
  background-color: #FFF;
  border: 0px;
  border-radius: 5px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
  font-size: 20px;
  color: #6C6C6C;
  padding: 15px;
}*/

.column select {
    padding: 10px;
    height: 55px;
}

.column input {
  padding: 0px;
  height: 55px;
  text-indent: 15px;
}

.contectForm .twocolumn label, .contectForm .column label, .newStepDesign .property_info label{width:120px;text-align: left;padding: 8px 12px 0 0;color: #777;font-size: 15px;float: left;}
/*.contectForm .contact-info{ border-top:2px dotted #E0E0E0;; text-align:center ; padding:25px 0;}*/

h2 {
  font-family: 'MemphisLTStd-Bold','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 5px #000000;
}

.contectForm .contact-info p {color: #464646;font-size: 17px;font-weight: bold;text-align: center;line-height: 18px;padding: 0 0 10px 0;}
.contectForm .contact-info h3 {color: #17B7EB;font-weight: normal;font-size: 23px;text-align: center;line-height: 27px;padding: 0 0 0px 0;}
/*.contectForm p, .contectForm h1, .contectForm h2, .contectForm h3, .contectForm table{margin:0px;}*/
.modal_window, .step3Container{display: none;background: url('../../img/frontend/raster.png');padding:10px;left:0;right: 0;margin:20px auto auto auto;top:0;border-radius: 10px;box-shadow:0 3px 7px rgba(0,0,0,.25);-moz-box-shadow:0 3px 7px rgba(0,0,0,.25);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index: 1000;max-width:700px;width:80%;}

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

.step3Container{
  display: block;
  background:transparent;
  padding:30px 20px !important;
}

#modal_close,.modal_close {position: absolute;top: -10px;right: -8px;background: white;border-radius: 20px;cursor:pointer;}
.MicrosoftMap .MapPushpinBase img {border: none;width: 30px;height: 30px;}

.facebookConnect {
  margin-bottom: 30px;
  background-color: #388CCD;
  border-radius: 5px;
  font-family: 'MemphisLTStd-Bold','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.facebookConnect img {
    vertical-align: middle;
    border: none;
}

/*.facebookConnect .or {background: url('../../img/frontend/or.png') no-repeat;text-align: center;margin: 0 auto;width: 53px;height: 48px;left: 0;right: 0;margin-bottom: -24px;}*/
.empty{border-color: #F5A9BC !important;background: #FBEFEF !important;}
.sContent{padding:40px;}
.steps {
  padding: 0 10px;
  height: auto !important;
  margin: 0;
  min-height: 100%;
}
#step1 fieldset{margin: 0px 0;}
.pad10{padding:1px;}
/**New Step Design*/
#step2.newStepDesign fieldset {margin-top:0px;margin-right:5px;padding:0px;}

.title{
 /* background: url(/img/frontend/title.png);
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 1px solid #333;*/
    background-color: #CCCCCC;
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px 8px;
    margin: 30px 0px;
    text-align: center;
    color: #555555;
}

.step4title{
 /* background: url(/img/frontend/title.png);
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 1px solid #333;*/
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    /*padding: 15px 8px;*/
    /*margin: 30px 0px;*/
    text-align: center;
    color: #555555;
}


.homepage .newStepDesign .title .dvWhite{
  /*height:35px;*/
  color: #555555;
  /*padding-top:10px*/
  text-align: center;
}

/*#step2.newStepDesign .title.br{border-radius: 6px 6px 0 0;}*/

#step2.newStepDesign .leftside{width:100%;}

#step2.newStepDesign .rightside{width:100%}

.newStepDesign .btnFbConnect{
  border: 0;
  margin-bottom: 10px;
  font-size: 25px;
  cursor: pointer;
  width: 100%;
  color: white;
  text-decoration: none;
}

.newStepDesign .property_info label{padding:8px 1px 0 7px}
.newStepDesign .contectForm  label{padding:8px 3px 0 0px}
/*.newStepDesign .property_info input{width:145px;}*/

.newStepDesign .property_info .fourChar{
  float: left;
  margin-right: 0px;
}

/*.newStepDesign .property_info .w95{width:95px}*/
/*.newStepDesign .property_info .address{width:190px}*/

.newStepDesign .property_info input{
  width: 28%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
} 

#LeadHomeSize{
  width: 100%;
  margin-bottom: 0px;
}


#step2.newStepDesign label{width:auto;margin-top:0;}
.newStepDesign #map_canvas{height:637px;}
/** Old Design Setting*/
#step2.oldStepDesign input{width:53%}
/**css for edit mode -- starts **/
.comboEditIcon{display: inline-block;position: absolute;width: 20px;}
.sethover{float:left}
.gpsDiv{width:50%;margin:auto;font-size:50px;}
#Design_Step1_IsthisYrAddresss{font-size:0.5em  !important;margin:10px 10px 0px 0px;}
.yesNoImages{width:2.5em;}
/*#Design_Step4Video_url{
	width:400px;	
	height:190px;	
}*/
/*.Step4Video{
	height: 100%;
	width: 100%;
}
.Step2Video{
	height: 100%;
	width: 100%;
}*/
#Design_Step2Video_url,
#Design_Step4Video_url{
  position: relative;
  padding-bottom: 52.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.Step2Video,
.Step4Video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.minifooter{display:none;}
.maxfooter{display:inline;}
/**css for edit mode -- ends **/
.homepage {  
  margin: 0 auto;   
  max-width: 1000px;
/*  max-height: 1620px;*/
  } /* TODO: Changed */

/* ----- Responsive Design -------- */ 

@media screen and (min-width:1024px) {
	.searchbar{width: 71%;}
}

@media screen and (max-width:1024px) {
	.searchbar{width: 69%;}
	.homepage {  margin: 0 auto;   width: 100%;}
	#step3 .estimate .agent_detail,#step3 .estimate .contact_info{float:none;width:100%}
	#step3 .sold{top: 28px;right: -54px;background-size: 100px;}
	/*#Design_Step4Video_url{width:43%;}*/
	.site-footer, .otherfooter { display: none !important; visibility: hidden !important; }
	.agentfooter{width:100% !important;}
}

@media screen and (max-width:990px) {
	#step3 .propertyInfo .info .detail .price_history li{width:100%}
}

@media screen and (max-width:938px) {
	.gpsDiv{width:50%;margin:auto;font-size:38px;}
}

@media screen and (max-width:920px) {
	/*body { margin: 0px 0 150px 0px !important;}*/
	.searchbar{width: 67%;}
	/*#step3 .estimate{text-align:center}*/
	#step3 .estimate .logo,#step3 .estimate .agentinfo, #step3 .estimate .agent_detail, #step3 .estimate .contact_info,.estimate_info, .estimate_info .lowPE, .estimate_info .highPE{float:none;width:100%;}
	#step3 .propertyInfo .info .detail li,#step3 .propertyInfo .info .detail li.sml{width:50%}	
	#step3 .propertyInfo .info,#step3 .propertyInfo .info:last-child{width:100%;float:none;}
	#step3 .propertyInfo .info label{width:136px;}
	.estimate_info .homePE{margin:0;}
	.site-footer{width:100%; margin-left:auto; margin-right:auto;}
	.provider{display:block;right:0px;bottom: 0;position: absolute;}
	.minifooter{display:inline;}
	.maxfooter{display:none;}
	.provider a{padding: 6px;}
	.providerAgent{display:none}
	.vortex{right: 0; width: auto;}
	/* .modal_window, #privacyPolicyContent{display:block;} */
	/*#Design_Step4Video_url{clear: both;margin-right: 23%;width: 50%;}*/
	.parent_step4Video{ margin-left: 18%;}
}
@media screen and (max-width:849px) {
	.searchbar{width: 63%;}	
	#step3 .propertyInfo .info .detail li,#step3 .propertyInfo .info .detail li.sml{width:100%}	
}
@media screen and (max-width:785px) {
	.hidden{display:block;}
	.hiddenM{display:none;}
	.searchbar{width:58%;  margin:0 0 0 0px;}
	.graphs .graph{width:100%;float:none;}
	#step3 .contact_info img{display:none;}
	#step2.oldStepDesign select {width:85%;}
	#step2.oldStepDesign input{width:73%;}
	/*.btn-go {font-size: 13px !important;padding: 3px;text-overflow: ellipsis;overflow: hidden;}*/
	#step3 .sold{top: 28px;right: -77px;background-size: 80px;}
	#Design_Step1_unit_number{display:none;width:16%;}
}
@media screen and (max-width:769px) {
	.gpsDiv{width:58%;}
	.footer-txt{text-align:center !important;}
}

@media screen and (max-width:767px) {
  .good2{
    width:96%;
  }
  input#LeadFirstName{
    margin-bottom: 10px;
  }
}

@media screen and (max-width:750px) {
  .pac-icon { height: 10px !important;}
  .pac-container .pac-item, .pac-container .pac-item-refresh{font-size:12px !important;line-height:14px !important;}
  .pac-matched{font-weight:400 !important;}
  .pac-item-query{font-size:14px !important;}
  /*#step1{ text-align: left  !important;}*/
  .newStepDesign .property_info input{
    width:95%; 
  }
}

@media screen and (max-width:1000px) {
	#step2.oldStepDesign select {width:100%}
	#step2.oldStepDesign input{width:88%}
	#step2.newStepDesign .leftside{width:100%;}
	#step2.newStepDesign .rightside{width:100%}
	#step2.newStepDesign fieldset{margin-right:0px;}
	.hidden{ display:none;}
	.hiddenM{display: block;padding-bottom:10px;}
	.leftside{width:100%}
	.rightside{width:100%;margin-top:15px;}
	.searchbar{width:99%;}
	/*.btn-go {font-size: 13px !important;padding: 3px;width:100% !important;text-overflow: ellipsis;overflow: hidden;}*/
	#Design_Step1_IsthisYrAddresss{font-weight:normal;}
	.imggpsinfo {width:90%;}
}
@media screen and (max-width:600px) {
	.searchbar{width:95%;  margin:0 0 0 0px;}
	#addressme{ float:right;}
	.contectForm .twocolumn label, .contectForm .column label{width:100%;}
	.modal_window,.step3Container{width:100%;}
}

@media screen and (max-width: 665px){
  .contectForm .twocolumn input{
    width: 95%;    
  }
  
  input#LeadLastName{
    float: left;
  }

  .nospace .col-lg-2{
    width: 32%;
    margin-top: 10px;
  }

  .nospace .col-xs-6{
    width: 100%;
  }

  .newStepDesign .property_info input{
    width:95%; 
  }
}

@media screen and (max-width:568px) {
	.gpsDiv{margin:auto;font-size:30px;}
}

@media screen and (max-width:550px) {
  .pac-icon { height: 10px !important;}
  .pac-container .pac-item, .pac-container .pac-item-refresh{font-size:10px !important;line-height:12px !important;}
  .pac-matched{font-weight:200 !important;}
  .pac-item-query{font-size:12px !important;}
  /*#step1{ text-align: left  !important;; }*/

  .nospace .col-lg-2{
    width: 31%;
    margin-top: 10px;
  }

  .newStepDesign .property_info input{
    width:94%; 
  }

  .contectForm .twocolumn input{
    width:94%; 
  }
}

@media screen and (max-width:515px) {
	.searchbar{width:90%;}
	.overall h1, 
	#step3 .estimate h1,
	.contectForm .title-text h1,
	#step3 .agent_detail .name,
	#step3 .agent_detail .detail{font-size: 25px !important;}
	.overall h2,
	h3,
	#step3 .contact_info .email,
	#step3 .contact_info .phone {font-size: 15px !important;text-align:center; margin-bottom: 10px;}
	#step3 .estimate{margin:0px;}
	.estimate_info{width:95%}	
	#step3 .tab{width:100%;border-radius:0px;}	
	.tab.ui-state-active{background: linear-gradient(to top, #D13838 6%,#900D0D 51%,#AD0505 80%);}
	#step3 .tab a{font-size:1em;}
	#step3 .ui-tabs .ui-tabs-panel{border-radius:0px;}
	#Design_Step2_Personal_Information{font-size:15px !important;}
}
@media screen and (max-width:480px) {	
	.newStepDesign .contectForm .twocolumn input,.newStepDesign .contectForm .twocolumn select,.newStepDesign .contectForm .column input,.newStepDesign .contectForm .column select{width:91%}
	#step2.newStepDesign .title{font-size: 15px !important;}
	#Design_Step2_Personal_Information{font-size:15px !important;}
	.yesNoImages{width:100%;text-align:center;}
	.gpsDiv h1{width:100%;text-align:center;}
	#Design_Step4Video_url{width:80%;margin:auto;float:none;clear:both;}
	.parent_step4Video{ margin-left: 0%;}

  .newStepDesign .property_info input{
    width: 91%;
  }

  #LeadPhone, #Design_Step3_Interest, 
  #Design_Step3_Planning_To_Sell, #Design_Step2_Condition{
    width: 100%;
  }
}
@media screen and (max-width:380px) {
	.searchbar {  width: 86%;}	
	.container .content{padding:5px;}	
	.contectForm .twocolumn input, .contectForm .twocolumn select,.contectForm .column input, .contectForm .column select{width:87%}
	#graphSection{display:none;}	
	#step3 .sold{top: 19px;right: -99px;background-size: 56px;}	
}
@media screen and (max-width:350px) {	
	#step1 label{width: auto;}
	#step1, #step2, #step3 {margin: 0 auto; padding:10px;}
	.searchbar { width: 85%;}		
	.sContent{padding:0px;}
}
@media screen and (max-width:295px) {
	.searchbar { width: 80%;}	
}
@media screen and (max-width:220px) {
	.searchbar { width: 75%;}
}

.chktext{width: 91%;float: right;padding: 0px;vertical-align: top;margin: 0px;cursor:pointer;}
label.chktext{width: 100% !important;float: right;padding: 0px;vertical-align: top;margin: 0px;line-height:22px;cursor:pointer;}


.tab-container{margin-top:20px;width:96%;}
.etabs{line-height:10px;margin: 0px;padding: 0px;}
.tab{background:#e7e7e7;background: linear-gradient(to bottom, #1e5799 0%,#ffffff 0%,#e7e7e7 99%);display: inline-block;height:40px;border:solid 1px #d7d7d7;border-top-left-radius: 5px;border-top-right-radius:5px;margin-left:0px;border-bottom:0px;}
.tab a{display:block;padding:0 10px;line-height:40px;color:#464646;font-size:0.93em;text-decoration:none;font-weight:normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;outline:none;}
.tab.active,.tab.ui-state-active{background:#fff;height:41px;margin-bottom:-1px;outline:none;}
.tab a.active { color:#a70202;text-decoration:none;font-size:0.93em;outline:none;}
.tab .active {border-bottom:0px!important;outline:none;}
.tabContent {min-height:197px;padding-top:20px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border: solid 1px #d7d7d7;border-top-right-radius: 5px;display: block;
	width:100%;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#207cca 0%,#ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#207cca 0%,#ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.tabContent .gradContainer{border:0px;}
.tabContent th { background-color: #7FB5DA;color: #FFFFFF; }
#propertysearch .box td{ border: medium none; }
#soldproperty td,  #soldproperty th,  #propertysearch td,  #propertysearch th {border-bottom: 1px solid;vertical-align: top;}
#propertysearch td{font-weight:normal;}
.capitalize{text-transform: capitalize;}
.list_view{ margin-bottom:6px;border: 1px solid #D7D7D7; border-radius:7px; padding:10px;background:#FFF;color:#313131;}
.property_content{ width:90%;margin:0 10px; position:relative;}
.property_content h1 a{ color:#AB0101; font-size:0.69em; font-weight: normal;display:inline-block;overflow:hidden;}
.property_content h1 a:hover{text-decoration:none;}
.property_content h1 span{font-size:1.59em; font-weight: normal; display:block; padding:5px 0 0 0;}
.property_content h1{ padding:0px;margin:0px;}
.eagles div{margin-right: 20px;line-height: 28px;}
.eagles span, .eagles div span{font-weight:normal;}
.tabContent{font-size:0.89em;padding:0px 1%;}

.Step2Option1Label{width:auto !important;margin-right:10px}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

/* Start Page Summary css */
#page-summary{background-color:#fff;position:relative;}
#page-summary-inner {width: 940px;margin: 0 auto;padding: 20px 0;position: relative;}
#page-summary h1, #page-summary p {color: #333 !important;}
.h1_page_summary{font: bold 42px / 48px "Helvetica Neue","HelveticaNeue",Arial,Helvetica,"Lucida Grande",sans-serif;margin: 0 0 24px;}
#page-summary h1, #page-summary p {color: #333 !important;}
p, table {font: 14px / 24px "Helvetica Neue","HelveticaNeue",Arial,Helvetica,"Lucida Grande",sans-serif;margin: 0 0 24px;color: #333333;}
#page-summary a {color: #00F !important;}
#page-summary-inner a {color: #2789ed;text-decoration: underline;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
#page-summary-inner a {margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
.page-summary.floating {position: fixed;background: #efefef url('/img/icons/icon-sprite.png') no-repeat 6px -21px;color: #666;text-decoration: none;bottom: 0;right: 10px;z-index: 9999;padding: 5px 10px 5px 25px;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;-moz-box-shadow: 0px -2px 3px #333 -webkit-box-shadow: 0px -2px 3px #333;box-shadow: 0px -1px 3px #333;}
#page-summary .page-summary-close {
color: #666 !important;
cursor: pointer;
background: #efefef url('/img/icons/icon-sprite.png') no-repeat right 5px;position: absolute;top: 0;right: 0;font-size: 11px;line-height: 12px;padding: 5px 25px 5px 10px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;-moz-box-shadow: 0px 2px 3px #888;-webkit-box-shadow: 0px 2px 3px #888;box-shadow: 0px 1px 2px #888;}
a.page-summary {cursor: pointer;}
/*.page_summary_icon{background: #efefef url('/img/icons/icon-sprite.png') no-repeat 6px -21px;}*/
/* End Page Summary css */
.page_summary_icon {text-decoration:none;background:transparent url('/img/icons/icon-sprite.png') no-repeat 2px -25px;height:13px;width:15px;display:block;margin:0px;padding:0px !important;}
.page_summary_icon:hover{text-decoration:none;}
.provider_pg_summery {padding:3px !important;}

@media screen and (max-width:1024px) {
	.pac-icon { height: 10px !important;}
	.pac-container .pac-item, .pac-container .pac-item-refresh{font-size:14px !important;line-height:15px !important;}
	.pac-matched{font-weight:600 !important;}
	.pac-item-query{font-size:15px !important;}
	/*#step1{ text-align: left  !important;; }*/
}






/* --START-- Main page footer style for all themes ---- */ 

.site-footer{background-color: rgba(0, 0, 0, 0.5); border-top:1px solid #000;width:100%; height:auto; /*min-height: 120px;*/ position:relative;bottom:0px;}
/*#footer {padding:5px 0 0; width:100%;}*/
#footer p {font-size:14px;color:#FFFFFF;margin-bottom:5px;}
#footer p a{color:#FFFFFF;}
#footer p a:hover{color:#42BACB;}

#footer p a:after {
	content: "|";
	padding: 2px;
}
#footer p a.last:after {
	content: " ";
	padding: 2px;
}

.agentfooter{
  width: 100%;
  background-color: black;
/*  padding-top: 10px;
  padding-bottom: 10px;*/
  color: #000;
  opacity: 0.6;
  order: 1;
  -webkit-order: 1;
}

#footer .agentfooter p{
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'Lato';
  font-weight: 300;
}

/*#footer .agentfooter p br{
  display:none;
}*/

#footer{
  padding: 0px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
}

.site-footer{
  border-top: 0px solid #000;
}

.otherfooter{
  text-align: center;
  width: 100%;
  order: 2;
  -webkit-order:2;
  background-color: white;
  opacity: 0.6;
}

#footer p.footer-txt{
    font-family: 'Lato';
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    margin-bottom: 0px
}

#footer p a{
  color: #000;
}

#Design_Step1_Provider img{
  width: 18px;
  position: relative;
  vertical-align: sub;
}

/* --END-- Main page footer style for all themes ---- */ 

.provider{z-index:10000;}

/*[class*="col-"] {
	padding: 0px 10px;
}*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}

/* ==== Bootstrap css for footer ==== */
/*#footer {padding:5px 0 0; width:100%;}
#footer p {font-size:14px;color:#FFFFFF;margin-bottom:5px;}
#footer p a{color:#FFFFFF;}
#footer p a:hover{color:#42BACB;}

#footer p a:after {
	content: "|";
	padding: 2px;
}
#footer p a.last:after {
	content: " ";
	padding: 2px;
}*/
@media screen and (max-width:1024px) {
	.site-footer { display: none !important; visibility: hidden !important; }
}
.newlabel {
	background-color: #f43838;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: small;
	font-weight: bold;
	height: auto;
	line-height: 15px;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	vertical-align: sub;
	width: auto;
}
.snippet_main_title{
	display: block !important;
	text-align: center !important;
	 margin: auto !important;
}
.link_block_snippet_div{
	border: 2px dashed;
	 margin: auto;
	width: 400px;
}
.link_block_snippet_not_border{
	 margin: auto;
	width: 400px;
}
.snippet_link-list ul li{display:block; color:#C73131; font-size:15px; padding:0 0 5px 20px;}
.price-indicator {  width: 100%; }
.email_verified div.error{display:none!important;}

/* Copy from Feb2015 */

/*buttons start*/
.green-btn{
  background-color:#42BACB; 
  border:0px;
  border-radius:5px; 
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif; 
  font-size:18px; 
  color:#FFFFFF; 
  padding:15px 8px;
}
h1.green-btn{
  background-color:#CCCCCC;
  color:#555555;
  text-shadow: none;
  line-height: 20px;
  width: 97%;

}

.form-info {
    margin-bottom: 10px;
}

.form-row {
    margin-bottom: 20px;
}

/*.wrapper {
    max-width: 720px;
    padding: 0 10px;
    height: auto !important;
    margin: 0 auto 0;
    min-height: 100%;
}*/

.in01 {
    background-color: #FFF;
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 20px;
    color: #6C6C6C;
    padding: 15px;
}

.facebook {
    background-color: #388CCD;
    border: 0px;
    border-radius: 5px;
    font-family: 'MemphisLTStd-Bold','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    padding: 6px 0;
    display: inline-block;
    text-align: center;
}

.facebook:hover {
    background-color: #4C98D2;
    color: #FFFFFF;
    cursor: pointer;
}

.facebook img {
    vertical-align: middle;
    border: none;
}

.wrapper {
    max-width: 720px;
    padding: 0 10px;
    height: auto !important;
    margin: 0 auto 0;
    min-height: 100%;
}

.heading-title2 p {
    font-family: 'MemphisLTStd-Bold','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    line-height: 30px;
}

.heading-title2 {
    padding: 10px 0 20px 0px;
    text-align: center;
}

/*input[type="text"] {
  width: 80%;
}
*/

.nospace input .good{
  width: 90%;
}

.good-large{
  width: 85%;
}

.good-large-email{
  width: 95%;
}

.politics-popup .container .content{
    background: #fff !important;
    padding: 20px !important;
}

.politics-popup h3 {
    font-size: 14px !important;
    text-align: left !important;
    padding-top: 0px !important;
    color: #41414c !important;
    text-shadow: unset !important;
    font-weight: bold;
}

.politics-popup h1 {
    font-size: 40px !important;
    text-align: center !important;
    font-weight: bold !important;
    color: #41414c !important;
    text-shadow: unset !important;
}

/* Prime Exit */

#LeadUrl{
  position:absolute;
  left: -5000px;
}
.toast-top-center{top: 12px !important;}
#toast-container>div{opacity: 1 !important;}
#toast-container > .toast-info {
  background-image: none !important;
  background: #f89406;
}
#toast-container > .toast-info:before {
  content: " ";
  width: 20px;
  height: 20px;
  font-size: 20px;
  border: 3px solid #f89406;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






