/***************************************************
    queries.css
*/
/* 320px (iPhone) */
@media screen and (max-width: 320px) {
    .feed-element {
        margin-top: 55% !important;
    }

    .feed .search-filter span {
        font-size: 10px !important;
    }
}
body > div, html, body {

     display:block;

}

body.mt75 .navbar, body.mt75 .container2 {
    margin-top: 75px;
}
body.mt75 .container-search-form {
    margin-top: 140px;
}
body.mt75 .container-detail {
    margin-top: 175px;
}
body.mt75 .search-filter {
    margin-top: 130px;
}

/*body.mt75 .detail{
    margin-top: 135px;
}*/



.he-copy {
    background: black;
    font-size: .8em;
}
.img-responsive.project {
    margin-bottom: 60px !important;
}

.mm-listview > li > a,
.mm-listview > li > span
{
    font-size: 1.1em !important;
}

.mm-listview .mm-divider {
    font-size:1em !important;
    font-weight: bolder;
}

/* 480px (WVGA - Low End Windows Phone) */

@media screen and (max-width: 480px) {
    .feed-element {
        margin-top: 35% !important;
    }

    .feed .search-filter span {
        font-size: 14px;
    }
}

/* xGA iPad */

@media screen and (max-width: 1024px) {
    .navbar-inverse {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        background-color: #e4332d;
        border: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        padding-top: 5px;font-size:35px;
    }
}

/* IE Fix's */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

/* 1200px (Small Desktop, Netbook) */

@media screen and (max-width: 1280px) {
}

/* Bootstrap 990px Breakpoint to 480px */

@media screen and (min-width: 480px) and (max-width: 991px) {
}

/***************************************************
    CSS
*/


/*MAIN*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
}

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


/*ELEMENT*/

a {font-size:14px;
    color: #666;
}

    a:hover {
        color: #666;
        text-decoration: none;
    }

.modal-content {
    border-radius: 0;
}

.border {
    border: 1px solid red;
}

.label {
    border-radius: 0;
}

.border {
    border: 1px solid pink;
}

.p0 {
    padding: 0;
}

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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.space10 {
    height: 10px;
    width: 100%;
}

.space20 {
    height: 20px;
    width: 100%;
}

.space50 {
    height: 50px;
    width: 100%;
}

.red {
    color: #e4332d !important;
}

.light-bule {
    color: #00b8d4 !important;
}

/*MARGIN*/

.m-t-sm {
    margin-top: 10px;
}

.m-t-md {
    margin-top: 25px;
}

.m-t-lg {
    margin-top: 50px;
}

.m-t-xlg {
    margin-top: 75px;
}

.m-t-xxlg {
    margin-top: 125px;
}

.m-l-sm {
    margin-top: 10px;
}

.m-l-md {
    margin-top: 25px;
}

.m-l-lg {
    margin-top: 50px;
}

.m-l-xlg {
    margin-top: 75px;
}

.m-l-xxlg {
    margin-top: 125px;
}


/*PADDING*/

.p-t-sm {
    padding-top: 10px;
}

.p-t-md {
    padding-top: 25px;
}

.p-t-lg {
    padding-top: 50px;
}

.p-t-xlg {
    padding-top: 75px;
}

/*SORT MODAL*/

.sort-modal {
}

    .sort-modal .modal-dialog {
        margin: 0 auto;
        width: 80% !important;
    }

    .sort-modal li {
        font-size: 18px;
        height: 60px;
        margin: 10px;
        padding-left: 10px;
        padding-top: 10px;
        vertical-align: middle;
    }


/*SPLASH*/

.splash {
    background: url('../img/splash.png') no-repeat center center fixed;
    background-size: cover;
}

    .splash .loading {
        background: rgba(255, 255, 255, 0.76);
        border-radius: 100%;
        bottom: 0;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
        height: 42px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 70%;
        width: 42px;
    }

        .splash .loading img {
            margin: 11%;
            text-align: center;
        }

    .splash .logo img {
        margin: 0 auto;
        width: 70%;
    }

body.search {
    background: url('images/golet-ev.jpg') no-repeat center center fixed;
    background-size: cover;
}

    .search input {
        background: url("images/search-icon.png") no-repeat right #FFF;
        background-size: 18px;
        border: 1px solid #FFF;
        border-radius: 5px;
        color: #666;
        font-size: 18px;
        padding: 20px;
    }

        .search input:focus {
            background: #FFF;
            border: 1px solid #CCC;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
        }

    .search .map-search img {
        margin-bottom: 20px;
        width: 30%;
    }

    .search .map-search span {
        color: #FFF;
    }

    .search .map-search strong {
        font-weight: 900;
    }


/*HEADER*/

header {
}

.navbar-inverse {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #e4332d;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding-top: 5px;
}

    .navbar-inverse .navbar-toggle {
        border: 0;
    }

    .navbar-inverse a {
        color: #FFF;
    }



.hamburger {
    padding: 10px 15px;
}

.settings {
    padding: 10px 15px;
}


/*FEED*/

.feed {
    background: url('../img/feed.png') no-repeat center center fixed;
    background-size: cover;
}

             

.feed .search-filter {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
    margin-top: 55px;
    padding: 8px;
}

    .feed .search-filter i, .feed .search-filter span {
        color: #b6b6b6;
    }

    .feed .search-filter i {
        font-size: 18px;
        margin-right: 2px;
    }

    .feed .search-filter span {
        font-size: 15px;
    }


/*DETAIL*/

.detail {
    margin-top: 60px;
    padding: 0;
}

#items .detail-header {
    margin-bottom: 15px;
}

#items .owl-detail img {
    margin: auto;
}

.owl-detail .item img {
    display: block;
    width: 100%;
    height: auto;
}


.detail .detail-header .slider .top {
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.detail .detail-header .slider .top .active i {
    color: #da4940;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.53);
}

.detail .detail-header .slider .top i {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.53);
}

.full-width {
    width: 100%;
}

.detail .detail-header .slider .top  button {
    background: none;
    border: 0;
    box-shadow: none;
    outline: none;
}

.detail .detail-header {        
    height: 100%;
    width: 100%;
    z-index: 200;
}
.detail .detail-header .slider {
    z-index: 20;
    position:relative;
    overflow:hidden;
    border-radius: 5px;
            
    /* margin: 0 15px; */
    border: solid lightgray 1px;
    box-shadow: 2px 2px 8px darkgray;
    background: white;
} 
.detail .detail-header .slider .bottom,
.bottom-title-v3
{
    background: rgba(0, 0, 0, 0.7);
    margin-top: -60px;
    padding: 10px;
    position: relative;
}

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/


.t-table {
    display: table;
    width: 100%;
}
.t-table .row {
    display: table-row;
    margin-top: 8px;
    margin-bottom: 8px;
}
.t-table .row .cell {
    color: #FFF;
    display: table-cell;
    margin-right: 5px;
    font-size: 0.8em;
}
.t-table .row .cell:last-child {
    margin-right: 0 !important;
}
.t-table .row .cell.realty-title {
    font-size: 1em;
    width: 100%;
}
.t-table .row .cell.realty-category {
    width: auto;
    text-align:right;
}
.t-table .row .cell.realty-category div {
    padding: .2em .6em .3em;
    /* font-size: 75%;*/
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    display: inline-block;
}
.t-table .row .cell.realty-price {
    font-size: 1em;
    width: 100%;
    white-space: nowrap;
}
.t-table .row .cell.realty-attributes {
    width: auto;
    text-align:right;
    white-space:nowrap;
    color: #d5d5d5;
}
.t-table .row .cell.realty-location {
    width: 100%;
    color: #d5d5d5;
}
.t-table .row .cell.realty-location i {
    color: #da4940;
    font-size: 0.8em;
}
.t-table .row .cell.realty-sub-category {
    width: auto;
    text-align:right;
    white-space:nowrap;
    color: #d5d5d5;
}
.t-table .row .cell.project-realty-image {
    width: auto;
}
.t-table .row .cell.project-realty-title {
    width: 100%;
    padding-left: 10px;
    color: black;    
    font-size: 1em;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.detail .detail-header .slider .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    
	-webkit-box-pack: justify;
    
	-webkit-justify-content: space-between;
    
	    -ms-flex-pack: justify;
    
	        justify-content: space-between;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.detail .detail-header .slider .top .flex-container {
        width: 100%;
    }
.detail .detail-header .slider .flex-container .flex-item {
    color: white;   
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    display: block;

}
.detail .detail-header .slider .flex-container .flex-item.left-item {
    width: 100%;
    padding-right: 10px;
            overflow: hidden;
        text-overflow: ellipsis;
}
.detail .detail-header .slider .flex-container .flex-item.right-item {
    width: auto;
}
.detail .detail-header .slider .flex-container.second-line {
    margin-top: 5px;
    line-height: 20px;
}
.detail .detail-header .slider .flex-container .flex-item.price,
.detail .detail-header .slider .flex-container .flex-item .label {
    color: #FFF;
    font-size: 14px;
    width: 100%;
}
.detail .detail-header .slider .flex-container .flex-item.location,
.detail .detail-header .slider .flex-container .flex-item.title {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   
.detail .detail-header .slider .flex-container .flex-item.location i {
    color: #da4940;
    font-size: 16px;
}
/*----------------------------------------------------------------------*/



.detail .detail-header .region {
    border: solid lightgray 1px;
    box-shadow: 2px 2px 8px darkgray;
    background: white;
    z-index: 10;
}
/*.detail .detail-header .region.gapped {
    position: relative;
    top: -190px;
}*/
.detail .detail-header .region.margin {
    margin-top: 10px;
}
.detail .detail-header .region .gap {
    height: 10px;
}
.detail .detail-header .region .first-row .flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;         
    -webkit-flex-flow: row nowrap;         
        -ms-flex-flow: row nowrap;         
            flex-flow: row nowrap;
    
	-webkit-box-pack: justify;
    
	-webkit-justify-content: space-between;
    
	    -ms-flex-pack: justify;
    
	        justify-content: space-between;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.detail .detail-header .region .first-row .flex div 
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;         
    text-align: center;
}
.detail .detail-header .region .first-row .flex div img {
    width: 50%;
    max-width: 105px;
}
.detail .detail-header .region .second-row 
{  
    margin-top: 15px;
    border-top: 1px solid lightgray;
    overflow-x: auto; 
    padding: 5px;
}
.detail .detail-header .region .second-row .flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;         
    -webkit-flex-flow: row nowrap;         
        -ms-flex-flow: row nowrap;         
            flex-flow: row nowrap;
}
.detail .detail-header .region .second-row .flex div 
{
    white-space: nowrap;
    text-align:center;
    padding: 10px;
}
.detail .detail-header .region .second-row .flex div span {
    display: block;
    font-weight: bold;
}
.detail .detail-header .region .attributes-tab {

}
.detail .detail-header .region .attributes-tab .ears{
    overflow-x: auto; 
    padding: 5px;
}
.detail .detail-header .region .attributes-tab .ears .flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    
	-webkit-box-pack: justify;
    
	-webkit-justify-content: space-between;
    
	    -ms-flex-pack: justify;
    
	        justify-content: space-between;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.detail .detail-header .region .attributes-tab .ears .flex div {
    height: 40px;
    white-space: nowrap;
    line-height: 40px;
    text-align:center;
    color: rgba(0, 0, 0, .23);
    font-weight: bolder;
}
.detail .detail-header .region .attributes-tab .ears .flex div.tab-ear {
    cursor: pointer;
}
.detail .detail-header .region .attributes-tab .ears .flex div.tab-ear span {
        display:inline-block;
        margin: 0 10px;
    }
.detail .detail-header .region .attributes-tab .ears .flex div.tab-ear:hover {
    background-color: rgba(96, 96, 96, 0.20);
    color: black;
}
.detail .detail-header .region .attributes-tab .ears .flex div.active:hover {
    color: black;
}
.detail .detail-header .region .attributes-tab .ears .flex div.active {
    color: black;
    border-bottom: 3px solid #E4332D;
}
.detail .detail-header .region .attributes-tab .tab-page {
    display: none;
    padding: 15px;
}
.detail .detail-header .region .attributes-tab .tab-page.active {
    display: block;
}
.detail .detail-header .region .attributes-tab .tab-page ul li {
    list-style: inside circle;
}

/*MAP*/

.map {
}

    .map .map-search a {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .map .map-search i {
        font-size: 22px;
        padding: 5px;
    }

    .map .map-search {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        background: #444;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        color: #FFF;
        height: 100px;
        margin-bottom: 100px;
        margin-top: 55px;
        padding: 15px 20px 20px 20px;
    }

        .map .map-search input {
            background: #444;
            border: 0;
            color: #FFF;
        }

/* MMB */
.search .form-control {
    height: inherit !important;
}

.no-cog div.settings-cog {
    display: none;
}

#drawer-bg {
    background: url("/assets/img/drawer_bg.png");
    background-size: cover;
    background-repeat:no-repeat; 
    width: 100%;
    height: auto;
}

#drawer-bg-logo 
{
    background: url("/assets/img/owner.png");
    background-size:contain;
    background-repeat:no-repeat; 
    width: 50px;
    height: 50px;
    display:inline-block;
    margin: 20px;
}


    .search-form {
        margin: 70px 0 100px 0; 
        width:100%;
        min-width:inherit;
        max-width:inherit;
    }

    .search-form .form-group,
    .search-form .form-group-2
     {
        margin: 0 0 15px 0;
        padding: 10px 20px;
        border-bottom: solid 2px #cfcfcf;
    }

        .search-form .form-group {
            background: white
        }

    .search-form .form-group .input-group .form-control {
        margin-bottom: 0 !important;
    }

    .search-form .form-group label {
        color: #e4332d;
        font-weight: normal;
        margin-bottom: 0;
    }

    .search-form .form-group .input-group,
    .search-form .form-group .multiselect,
    .search-form .form-group input, 
    .search-form .form-group select,
    .search-form .form-group .bootstrap-switch  {
        margin-bottom: 10px;
    }

    .search-form .form-group .btn-group,
    .search-form .form-group .bootstrap-switch  {
        display: block;
        width: 100%;
    }

   


    /* */

nav .category span {
    font-weight: bold;
}

/*nav {
    height: 100%;
    overflow-y: scroll !important;
}*/

.search-filter a {
    white-space: nowrap;
    overflow: hidden;
}

a.logo img {
    margin-top: -12px;
    margin-left: 15px;
    width: 120px;
}

.multiselect-container {
    margin-top: 35px !important;
}

.dropdown-menu {
    width: 100%;
}

.settings-cog a {
    margin-right: 10px;
}


.settings-cog a:last-child {
    margin-right: 0;
}

#bottom-right-button {
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 1000;
    background: #e4332d;
    border-radius: 50%;
    display: table;
}

    #bottom-right-button a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 72px;
        height: 72px;
        color: white;
    }

.show-on-error {
    display:none;
}

.has-error .show-on-error {
    display: block;
}

    form h3 {
        color: #e4332d;
        font-size: 1.2em;
        display:block;
        padding: 10px 20px;
        background:white;
        text-align:center;
        text-transform: capitalize
    }

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
  box-sizing: border-box;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}

/********* AGENT CARD **********/

#individual-agent-card {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;         
    -webkit-flex-flow: row nowrap;         
        -ms-flex-flow: row nowrap;         
            flex-flow: row nowrap;
    width: 100%;
    padding-right: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

#individual-agent-card div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#individual-agent-card .logo {
    width: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

#individual-agent-card .logo img {
    height: 50px;
    min-width: 50px;
    margin: 10px;
}

#individual-agent-card .name {
    width: 100%;
    margin: 5px 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

#individual-agent-card .contact {
    width: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-right: 4px;
}

#individual-agent-card .contact a {
    width: 50px;
    height: 50px;
}


/*#corporate-agent-card {
    padding: 0;
    margin: 0;
    display: inline-flex;         
    flex-flow: row nowrap;
    width: 100%;
    padding-right: 5px;
    justify-content: space-between;
    justify-content: space-around;
}*/


.realty-contact-card-logo img {
    height: 50px;
    min-width: 50px;
    margin: 10px;
}

.realty-contact-card-name {
    color: black !important;
    font-size: 1em !important;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.realty-contact-card-contact {
    width: auto;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}

.realty-contact-card-contact a {
    width: 50px;
    height: 50px;
}

#vip-packet-seal {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-right: 5px;
    /*display: inline-flex;         
    flex-flow: row nowrap;
    justify-content: flex-end;*/
    display: table-row;
    height: 50px;
}

#vip-packet-seal > .col {
    display: table-cell;
}

#vip-packet-seal .seal {
    width: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

#vip-packet-seal .seal img {
    max-height: 50px;
    margin: 10px;
}


#vip-packet-seal > .button {
    width: 100%;
    margin-right: 5px;
    vertical-align:bottom;
}

#vip-packet-seal > .button .buttons {
    text-align: right;
}

#vip-packet-seal .button a {
    background: #e4332d !important;
    border-radius: 0;
    border: 0;
    margin-bottom: -1px;
}

.bottomBlock {
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.validation-summary-errors h4 {
  margin-top: 0;
  color: inherit;
}
.validation-summary-errors .alert-link {
  font-weight: bold;
}
.validation-summary-errors > p,
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors > p + p {
  margin-top: 5px;
}

.header-smart-mtop {
    padding-top: 76px;
}

.header-smart {
    display: none;
    height: 76px;
    background: rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border-bottom: solid 1px #222;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.header-smart .details-info { position: relative; }
.header-smart .cover-container { display: inline-block; vertical-align: middle; }
.header-smart .cover-container img {
    height: 60px;
    margin: 7px 7px 7px 42px;
    border: solid 1px #ccc;
    border-radius: 6px;
}
.header-smart .info-container {
    display: inline-block;
    vertical-align: middle;
}
.header-smart .appName {
    font-weight: bold;
}
.header-smart .company {
    font-size: 13px;
}
.header-smart .stars {
    line-height: 13px;
    margin-left: -4px;
    margin-top: -2px;
}
.header-smart #close-smart {
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    left: 10px;
    top: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: #000;
}



    .header-smart .link-container {
        font-size: 13px;
        float: right;
        margin: 22px 10px 0 0;
        color: #FFF;
        font-weight: bold;
        text-align: right;
        background-color: #e10202;
        border-radius: 0px;
        display: block;
        padding: 9px 15px 9px 15px;
        cursor: pointer;
    }


