/**
 * Hugsandi Menn
*/
@import 'reset.css';
@font-face {
    font-family: 'Helvetica'; 
    src: url(../fonts/HelveticaNeueLTCom-Th.ttf); 
}
body {
    font-family: arial, myriad pro, tahoma, helvetica;
    font-size: 62.5%;
    color: #000;
    position: relative;
    bottom: 0;
    min-width: 990px;
    min-height: 100%;
    background: #e0e0e0;
}
.wrap {
    position: relative;
    width: 998px;
    margin: 0 auto;
}
a, a:hover, a:active {
    outline: none;
    text-decoration: none;
}
a {
    color: #006AB4;
}
a:hover {
    color: #e68300;
}
.no-mrg {margin-left: 0 !important;}
p{
    font-size: 13px;
    color: #464646;
}
.h-sidebar h2,
h1{
    font-size: 16px;
    color: #0c4074;
    font-weight: normal;
    padding: 7px 0 6px;
    background: url("../img/bg-dots.png") 0 100% repeat-x;
    margin-bottom: 8px;
}
h4{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 5px 0;
}
/* style for main page */
/* style for header */
.header {
    background: url("../img/bg-header.png") repeat-x scroll 0 -2px transparent;
    height: 205px;
}
.header .wrap.sett{
    height: 34px;
}
.header .wrap.bg{
    background: #fff;
    height: 165px;
    padding-top: 7px;
}
.b-header-wrapper{
    background: url("../img/bg-header-gr.png") repeat-x scroll 0 0 transparent;
    height: 104px;
    margin: 0 8px;
}
.b-line{
    background: url("../img/bg-line.png") no-repeat;
    height: 5px;
    width: 998px;
}
.b-line-top{
    background-position: 0 0;
}
.b-line-bottom{
    background-position: 0 -5px;
}
/* style for logo */
.b-logo{
    position: absolute;
    top: 39px;
    left: 106px;
}
.b-logo-visir{

    position: absolute;
    top: 37px;
    left: 7px;
    display: block;

}
.b-logo-date{
    display: block;
    font-size: 11px;
    color: #006FCD;
    margin-top: 4px;
    margin-left: 48px;
}
/* style for banner */
.b-banner-1{
    left: 155px;
    position: absolute;
    top: 5px;
    width: 245px;
    height: 115px;
}
.b-banner-1-text{
    display: block;
    font-size: 16px;
    color: #fff;
    z-index: 10;
    letter-spacing: 0.5px;
    margin: -2px 0 0;
}
.b-banner-2{
    right: 17px;
    position: absolute;
    top: 17px;
    width: 570px;
    height: 85px;
}
.b-banner-over {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.b-flashcontent,
.flash-ok .b-flashcontent{
    display: none;
    opacity: 0;
}
.flash-not .b-flashcontent{
    display: block!important;
    opacity: 1;
}
/* style for settings link on header */
.b-settlinks{
    position: absolute;
    left: 0;
    top: 9px;
}
.b-settlinks li{
    float: left;
}
.b-settlinks a{
    font-size: 11px;
    color: #ccc;
}

.b-settlinks-mail{
    background-position: 15px -37px !important;
    border-left: 1px dashed #507081;
    margin-left: 15px;
    padding-left: 50px !important;
}
.b-settlinks .b-icons-visir{
    margin: 3px 3px 0 0;
}
.b-settlinks .first{
    margin-left: 0;
}
.leitarsvunta {
    position: relative;
    width: 180px;
    float: left;
}
#leitaricon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 2px;
}
/* icons style from visir */
.b-icons-visir{
    background: url("../img/icon-visir.png") no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
}
.b-icons-visir-mobile{background-position: -19px -14px;}
.b-icons-visir-fripostur{background-position: 0 -28px;}
.b-icons-visir-samband{background-position: 0 -14px;
    margin-left: 3px!important;
}
.b-icons-visir-auglysingar{background-position: 0 2px;}
.b-icons-visir-upphafsida{background-position: -19px 0;}
.b-icons-visir-rss{background-position: -19px -30px;
    width: 12px;
    height: 12px;
    float: right;
}
/* style for menu */
.b-menu{
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #002447;
    border-bottom: 1px solid #ccc;
    /*border-top: 5px solid #006ED1;*/
}
.b-menu-item{
    margin-left: 20px;
    float: left;
}
.b-menu-link{
    display: block;
    border-bottom: none;
    padding: 9px 7px 8px;
    font-size: 13px;
    color: #fff;
    font-family: arial;
    height: 12px;
    font-weight: bold;
}
.b-menu-link.current,
.b-menu-link:hover{
    text-decoration: underline;
}
.b-menu-link.current{
    /*background: url("../img/bg-corner-down.png") no-repeat scroll 50% -5px transparent;*/
}
.b-language{
    float: right;
    margin: 10px 13px 0 0;
}
.b-language-item{
    float: left;
    border-left: 1px solid #4d667f;
    height: 4px;
    margin-left: 4px;
    padding: 3px 5px;
    margin-right: -1px;
    position: relative;
}
.b-language-item.first{
    border-left: none;
}
.b-language-link{
    display: block;
    background: url("../img/bg-flags.png") no-repeat;
    height: 12px;
    width: 16px;
    position: relative;
    top: -5px;
    z-index: 10;
}
.b-language-item-current{
    position: absolute;
    top: -4px;
    background: #4d667f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 21px;
    left: 2px;
    height: 17px;
    display: block;
}
.b-language-link-spain{background-position: -54px 0;}
.b-language-link-polish{background-position: -36px 0;}
.b-language-link-en{background-position: -18px 0;}
.b-language-link-icelandic{background-position: 0 0;}
.b-login{
    float: right;
    position: relative;
    background: url("../img/bg-login.png") no-repeat;
    width: 174px;
    height: 29px;
}
.b-login .inactive{
    display: block;
    height: 29px;
    cursor: pointer;
}
.b-login-button{
    background: url(../img/bg-login.png) 0 -29px;
    display: block;
    text-indent: -99999px;
    height: 29px;
    float: left;
    width: 112px;
}
.b-login-button-out{
    float: left;
    display: block;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    width: 48px;
    margin-left: 9px;
}
/* style for menu form visir */

/* style for valmynd( menu from visir )*/
.b-valmynd{
    position: absolute;
    bottom: 28px;
    left: 8px;
    width: 100%;
}
.valmynd ul {
    list-style: none;
    display:inline;
    width:982px;
    padding:0;
    margin:0 auto;
    border:solid #0070b3;
    border-width:0 0 1px 0;
}
.valmynd li {
    background: url(../img/menu_back.png) 100% 0;
    float:left;
    color:#3374cb;
    height: 33px;
}
.valmynd li a {
    color:#0051be;
    height: 30px;
    line-height:30px;
    display:block;
    border:solid #eeeeee;
    border-width:1px 0 0 1px;
    text-align:center;
    font-size: 12px;
}

.valmynd li .b-icons-visir{
    margin: 7px 0 0 11px;

}

.valmynd img {margin-bottom:3px}

.lifid .valmynd li a {
    color:#b1409f;
}
.vidskipti .valmynd li a {
    color:#d9680e;
}
.ithrottir .valmynd li a {
    color:#b00000;
}
.umraedan .valmynd li a {
    color:#4b7147;
}
.smaaug .valmynd li a {
    color:#5e9f07;
}
.properties .valmynd li a {
    color:#002444;
}
.atvinna .valmynd li a {
    color:#535037;
}
.blog .valmynd li a {
    color:#0e97cc;
}
.myndbond .valmynd li a {
    color:#570968;
}
.utvarp .valmynd li a {
    color:#700a18;
}
.frettabladid .valmynd li a {
    color:#073e6d;
}
.jol .valmynd li a {
    color:#990000;
}
.undirflokkar ul {
    background:#0070c6;
    list-style: none;
    display:inline;
    width:982px;
    padding:0;
    margin:0 auto;
}
.undirflokkar li {
    float:left;
    padding:0 5px 0 0;
    line-height:31px;

}
.undirflokkar li a {
    color:#fff;
    padding:0 10px;
    line-height:31px;
    display:block;
}
.undirflokkar li .current {
    background:#a1a2a6;
}
.liforsida a:hover, .liforsida .current {
    background:#0070c6 url(/img/menu_back.png) 100% -31px;
    color:#fff !important;
    text-decoration: none;
    border-color: #0070c6 !important;
}
.liMyndbond a:hover, .liMyndbond .current {
    background:#610a73 url(/img/menu_back.png) 100% -124px;
    color:#fff !important;
    text-decoration: none;
    border-color: #610a73 !important;
}
.liVidskipti a:hover, .liVidskipti .current {
    background:#e26f13 url(/img/menu_back.png) 100% -341px;
    color:#fff !important;
    text-decoration: none;
    border-color: #e26f13 !important;
}
.liIþrottir a:hover, .liIþrottir .current {
    background:#da0000 url(/img/menu_back.png) 100% -310px;
    color:#fff !important;
    text-decoration: none;
    border-color: #da0000 !important;
}
.liLifid a:hover, .liLifid .current {
    background:#b1409f url(/img/menu_back.png) 100% -248px;
    color:#fff !important;
    text-decoration: none;
    border-color: #b1409f !important;
}
.liUmraedan a:hover, .liUmraedan .current {
    background:#789974 url(/img/menu_back.png) 100% -279px;
    color:#fff !important;
    text-decoration: none;
    border-color: #789974 !important;
}
.liSmaauglysingar a:hover, .liSmaauglysingar .current {
    background:#6ea32a url(/img/menu_back.png) 100% -217px;
    color:#fff !important;
    text-decoration: none;
    border-color: #6ea32a !important;
}
.liUtvarp a:hover, .liUtvarp .current {
    background:#700a18 url(/img/menu_back.png) 100% -93px;
    color:#fff !important;
    text-decoration: none;
    border-color: #700a18 !important;
}
.liFasteignir a:hover, .liFasteignir .current {
    background:#002444 url(/img/menu_back.png) 100% -186px;
    color:#fff !important;
    text-decoration: none;
    border-color: #002444 !important;
}
.liAtvinna a:hover, .liAtvinna .current {
    background:#5d5a3f url(/img/menu_back.png) 100% -155px;
    color:#fff !important;
    text-decoration: none;
    border-color: #5d5a3f !important;
}
.liblogg a:hover, .liblogg .current {
    background:#0e97cc url(/img/menu_back.png) 100% -372px;
    color:#fff !important;
    text-decoration: none;
    border-color: #0e97cc !important;
}
.liJol a:hover, .liJol .current {
    background:#990000 url(/img/menu_back.png) 100% -403px;
    color:#fff !important;
    text-decoration: none;
    border-color: #990000 !important;
}

.lifrettabladid a:hover, .lifrettabladid .current {
    background:#073e6d url(/img/menu_back.png) 100% -62px;
    color:#fff !important;
    text-decoration: none;
    border-color: #073e6d !important;
}
.liAlbum a:hover, .liAlbum .current {
    background:#0070c6 url(/img/menu_back.png) 100% -31px;
    color:#fff !important;
    text-decoration: none;
    border-color: #0070c6 !important;
}
.liFm a:hover, .liFm .current {
    background:#94DE04;
    color:#fff !important;
    text-decoration: none;
    border-color: #94DE04 !important;
}
.liBylgjan a:hover, .liBylgjan .current {
    background:#383838 url('../img/header-menu-footer.png') 0 -71px repeat-x !important;
    color:#fff !important;
    text-decoration: none;
    border-color: #383838 !important;
}
.lifrettabladid a {
    border-width:1px 1px 0 1px !important;
}
.lifrettabladid {
    width:87px;
}
.liUtvarp {
    width:60px;
}
.liMyndbond {
    width:72px;
}
.liAtvinna {
    width:64px;
}
.liblogg {
    width:56px;
}
.liFasteignir {
    width:81px;
}
.liSmaauglysingar {
    width:107px;
}
.liLifid {
    width:49px;
}
.liUmraedan {
    width:81px;
}
.liIþrottir {
    width:61px;
}
.liVidskipti {
    width:76px;
}
.liJol {
    width:42px;
}
.liforsida {
    width:66px;
    border-left-width: 1px !important;
}
.liAlbum {
    width:60px;
}
.liFm { width: 56px; }
.liBylgjan { width: 62px; }
.thrijalevel ul {
    background:#F0EFEF;
    list-style: none;
    display:inline;
    width:982px;
    padding:0;
    margin:0 auto;
}
.thrijalevel ul li {
    float:left;
    padding:0 5px 0 0;
    line-height:25px;

}
.thrijalevel li a {
    color:#fff;
    padding:0 10px;
}
.current a {text-decoration:underline}
/* style for index page */
/* style for main */
.main .wrap{
    background: #fff;
    padding-bottom: 48px;
}

/* style for content */
.h-content{
    position: relative;
    width: 688px;
    float: left;
    margin-top: 23px;
    margin-left: 8px;
}
.h-content-house-details-wrap{
    width: 998px;
}
.h-content.h-content-house-details{
    margin-top: 13px;
    width: 712px;
}
.h-content>div:first-child{
    margin-top: 0;
}
.h-sidebar.h-sidebar-house-details{
    margin-top: 10px;
    width: 249px;
}
/* style for products showed grid  */
.b-products{
    position: relative;
}
.b-visits{
    margin-top: 20px;
}
.b-visits .b-visits-menu-link.first{
    font-weight: bold;
    border-right: none;
    background: url("../img/bg-visits-menu-link-first.png") repeat-x;
    width: 82px;
}
.b-visits a.b-visits-menu-link{
    font-size: 13px;
    color: #012950;
    line-height: 26px;
    width: 62px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #FEFEFE;
    background: url("../img/bg-visits-menu-link.png") repeat-x;
}
.b-visits-menu-link.last{
    margin-right: -1px;
    border-right: 1px solid #ccc!important;
}
.b-visits .ui-tabs-selected a.b-visits-menu-link,
.b-visits .ui-state-active a.b-visits-menu-link{
    color: #fff;
    background: #03315e;
    display: block;
    padding-top: 1px;
    margin-top: -1px;
}
.b-visits .ui-widget-header{
    width: 270px;
    position: relative;
    left: 0;
    border-bottom: 5px solid #03315e;
    height: 26px;
}
.b-products-item{
    width: 221px;
    height: 131px;
    float: left;
    position: relative;
    margin-left: 12px;
    margin-bottom: 8px;
    margin-top: 4px;
}
.b-products-item.first{
    margin-left: 0;
}
.b-adress-menu-number{
    background: url("../img/bg-adress-menu-number.png") repeat-x scroll 0 100% transparent;
    line-height: 14px;
    padding: 0 4px;
    border: 1px solid #ebebeb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}
.b-products-item .b-poppup-label {
    background: url("../img/bg-label-popup.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    padding: 3px 18px 3px 10px;
    right: 0;
    text-transform: uppercase;
    top: -7px;
    cursor: pointer;
}
.b-products-item-preview{
    display: block;
    width: 221px;
    height: 131px;
}
.b-products-item-hovdetails {
    position: absolute;
    top: 0;
    background: url("../img/bg-opcity-90.png") repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    right: 0;
    padding: 20px 11px 11px 11px;
    bottom: 0;
}
.b-products-item-hovdetails span{
    display: block;
    color: #fff;
    font-size: 13px;

}

.b-products-item-hovdetails-street{
    font-size: 18px;
    font-weight: bold;
}
.b-products-item-hovdetails-zip{
    margin: 3px 0;
}
.b-products-item-hovdetails-list{
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    overflow: hidden;
    background: url("../img/bg-white-opacity-10.png");
}
.b-products-item-hovdetails-list span{
    float: left;
    text-align: center;
    width: 64px;
    border-left: 1px solid #575554;
    vertical-align: middle;
    line-height: 22px;
    overflow: hidden;
}
.b-products-item-hovdetails-list-first{
    border-left: none !important;
}
.b-products-item-title{
    font-size: 15px;
    color: #002447;
    display: block;
    position: absolute;
    background: url('../img/bg-white-opacity.png');
    top: 103px;
    left: 0;
    padding: 2px 7px;
    font-weight: bold;
    overflow: hidden;
    height: 18px;
}
.b-products-item-title i{
    font-size: 12px;
    font-weight: normal;
}
.b-products-item.b-products-item-first{
    width: 159px;
    margin-left: 0;
}
.b-products-item.b-products-item-first .b-products-item-title{
    margin-left: 0;
}
/* style for banner */
.b-content-banner{
    height: 105px;
    clear: both;
}
/* style for info block details */
.l-content-info{
    margin-top: 22px;
}
.b-block-head{
    color: #EFEFEF;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    background: url("../img/bg-calendar-months.png") repeat-x scroll 0 0 transparent;
    width: 272px;
    font-weight: normal;
}
/* style for adress menu  */
.b-adress-menu li{
    position: relative;
}
.b-adress-menu a{
    font-size: 12px;
    padding: 15px 30px 9px 0;
    display: block;
    border-bottom: 1px solid #d9d9d9;
}
.b-adress-menu a span{
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #006ab4;
    font-weight: bold;
    margin: -3px 16px 0 0;
}
.b-adress-menu strong{
    margin-left: 4px;
}
.b-info-adress{
    float: left;
    width: 212px;
    position: relative;
}
/* style for news block */
.b-info-news{
    float: left;
    width: 338px;
    position: relative;
    min-height: 220px;
}
.b-news-date{
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 11px;
    color: #777777;
}
.b-news-list-item{
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 9px;
    padding-left: 9px;
    font-size: 15px;

}
.b-news-list-item.first{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom:30px;
}
.b-news-thumbs{
    float: left;
}
.b-news-descr{
    float: left;
    margin-left: 5px;
    width: 239px;
    height: 45px;
    overflow: hidden;
    position: relative;
}
.b-news-more{
    font-size: 13px;
    color: #006ab4;
    background: url("../img/bg-link-more.png") no-repeat scroll 0 0 transparent;
    padding-left: 42px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding-top: 0;
}
/* style for content banner small */
.b-content-banner-small{
    margin-left: 20px;
    width: 330px;
    float: left;
    min-height: 220px;
}
/* style for proprty slider */
#carousel-property{
    width: 688px;
    height: 111px;
    margin-top: 15px;
}
#carousel-property .sliderkit-nav-prev{
    top: 0;
    left: 0;
    width: 14px;
}
#carousel-property .sliderkit-btn{
    height: 110px;
}
#carousel-property .sliderkit-nav-next{
    top: 0;
    right: 0;
    background-position: -14px 0;
    width: 14px;
}
.b-property-slider{
    margin-top: 10px;
}
.b-property-slider-adress{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 2px;
    height: 16px;
}
.b-property-slider-price{
    position: absolute;
    right: 8px;
    bottom: 16px;
    padding: 3px 5px;
    background: #fff;
    color: #002447;
    font-size: 12px;
    font-weight: bold;
}
.b-property-slider-foto{
    display: block;
    padding: 2px;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 111px;
    height: 70px;
    overflow: hidden;
}
.b-slider-property-top{
    background: url("../img/bg-slider-property-top.png") repeat scroll 50% 0 transparent;
    height: 17px;
    width: 688px;
    position: absolute;
    top: -16px;
}
.b-slider-property-bottom{
    background: url("../img/bg-slider-property-bottom.png");
    height: 17px;
    width: 689px;
    position: absolute;
    bottom: -15px;
}
/* style for info coll */
.b-info-col{
    width: 334px;
    margin-left: 20px;
    position: relative;
    float: left;
}
.b-openhouse-content li{
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 8px;
    overflow: hidden;
    font-size: 13px;
}
.b-openhouse-content li a{
    color: #002447;
    font-weight: bold;
    display: block;
    float: left;
    width: 136px;
    padding-left: 20px;
    background: url("../img/bg-opcity-50.png") no-repeat scroll 6px 7px transparent;
}
.b-openhouse-content span{
    color: #002447;
    width: 55px;
    text-align: center;
    display: block;
    float: left;
}
.b-info-menu{
    margin-top: -8px;
}
.b-files-views .b-info-menu{
    margin-top: 0;
    border-top: 1px solid #D9D9D9;
}
.b-info-menu li a{
    font-size: 12px;
    color: #333;
    display: block;
    padding: 6px 0 6px 20px;
}
.b-info-more{
    font-size: 11px;
    color: #002447;
    position: absolute;
    top: 12px;
    right: 0;
}
.b-info-menu li{
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 1px;
    overflow: hidden;
}
.b-info-menu li.styled{
    background-color: #f6f6f6;
}
.b-info-menu-views a{
    display: block;
    padding: 0 0 0 20px;
    background: url("../img/bg-list-arrow.png") no-repeat scroll 9px 9px transparent;
}
.b-info-menu-views a span{
    color: #0c4074;
    font-size: 12px;
    font-weight: bold;
}
.b-info-menu-files a{
    float: left;
}
.doc{
    background: url("../img/icon-sprite.png") no-repeat scroll 2px -342px transparent;
    padding: 6px 0 6px 28px!important;
}
.pdf{
    background: url("../img/icon-sprite.png") no-repeat scroll 2px -373px transparent;
    padding: 6px 0 6px 28px!important;
}
.xls{
    background: url("../img/icon-sprite.png") no-repeat scroll 4px -1623px transparent;
    padding: 6px 0 6px 28px!important;
}
.b-info-files-size{
    float: right;
    font-size: 12px;
    color: #333;
    margin: 6px 4px 0 0;
    display: block;
}
.b-info-menu-files-download{
    float: right!important;
    font-size: 12px;
    color: #333;
    margin: 6px 18px 0 6px;
    display: block;
    border-left: 1px solid #d8d8d8;
    padding: 0 0 0 10px !important;
}
/* style for sidebar */
.h-sidebar{
    width: 272px;
    float: left;
    margin: 23px 0 0 24px;
}
.h-sidebar>div:first-child{
    margin-top: 0;
}
.b-calendar {
    margin-top: 15px;
}
.b-calendar .ui-datepicker-header{
    width: 272px;
    background: url("../img/bg-calendar-months.png") repeat-x;
    margin-left: -1px;
}
.b-calendar .ui-datepicker-month{
    font-size: 13px;
    color: #efefef;
}
.b-calendar .ui-datepicker-year{
    font-size: 13px;
    color: #efefef;
}
.ui-datepicker-prev,
.ui-datepicker-next{
    text-indent: -9999px;
}
.b-warn{
    background: url("../img/bg-calendar-warn.png") 0 0 repeat-x;
    line-height: 46px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    font-size: 11px;
}
.b-warn a{
    color: #626262;
}
.b-visits .b-warn{
    border: none;
    margin-top: 6px;
    line-height: 39px;
}
.b-icons-warn{
    background: url("../img/icon-sprite.png") no-repeat scroll -7px -432px transparent;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    margin: 17px 5px 0 0;
}
.b-partnerlink {
    margin-top: 13px;
}
.b-partnerlink a{
    display: block;
    overflow: hidden;
}
/* style for map link */
.b-map{
    margin-top: 10px;
}
/* style for footer */
.footer .wrap{
    overflow: hidden;
}
.footer p{
    font-size: 11px;
    margin-top: 15px;
}
.footer p.left{
    float: left;
}
.footer p.right{
    float: right;
}
.footer a{
    color: #333;
}
.b-footer-links{
    background-color: #7d7d7d;
}
.b-footer-links a{
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}
.b-footer-links h3 a{
    color: #fff;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #919191;
    padding: 5px 0 5px;
    margin-bottom: 6px;
}
.b-footer-links .padding{
    padding: 5px 0;
}
.grein{
    width: 150px;
    float: left;
    margin-left: 12px;
}
.grein ul{
    padding-bottom: 17px;
}
.svaedi{
    background: #fff;
    height: 30px;
}
.fl li{
    float: left;
    margin: 1px 8px;
}
.svaedi .fl  li a{
    color: #073E6D;
    font-weight: bold;
    display: block;
    padding: 9px 0 0;
}
.fl  li a.rss{
    float: left;
    margin-right: 5px;
    color:   #F26700 ;
}
.fl li a{
    color: #666666;
    font-size: 11px;
}
.svaedi p{
    font-size: 13px;
    font-weight: bold;
    color: #012950;
    margin: 7px 8px;
}
/*/ page leitindarstodur  /*/
.b-add{
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 16px;
    color: #043149;
    background: url("../img/icon-sprite.png") 0 -63px no-repeat;
    padding-left: 30px;
}
.b-products-viewmode{
    font-size: 13px;
    color: #002447;
    padding: 4px 8px;
    margin-left: 5px;
}
.b-products-viewmode.current{
    font-weight: bold;
    color: #383838;
    background: #efefef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/* style for pagination block on header */
.l-navigation{
    background: url("../img/bg-dots.png") 0 100% repeat-x;
    position: relative;
    margin-bottom: 20px;
}
.l-navigation p{
    font-size: 12px;
}
.b-navigation-q{
    margin: 2px 0 10px 0;
    float: right;
    color: #333;
    font-size: 13px;
}
.b-navigation-q a{
    padding:  0 5px;
    font-size: 13px;
    color: #0095fe;
}
.b-navigation-q a.current{
    color: #333;
    border-bottom: 2px solid #0095fe;
    padding: 0;
}
.b-navigation-sort{
    margin: 2px 10px 10px 0;
    float: left;
    font-size: 12px;
}
.b-navigation-sort a{
    padding: 0 5px;
    font-size: 11px;
}
.b-navigation-sort a.current{
    font-weight: bold;
    text-decoration: underline;
}
.b-navigation-direction{
    border-left: 1px dashed #ccc;
    float: right;
    padding:0 10px;
    margin: 2px 0 10px 0;
    width: 45px;
}
.b-navigation-direction-prev{
    display: block;
    background: url("../img/icon-sprite.png") -9px -88px no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.b-navigation-direction-next{
    display: block;
    background: url("../img/icon-sprite.png") -9px -104px no-repeat;
    width: 16px;
    height: 16px;
    float: right;
}
.b-navigation-pag{
    border-left: 1px dashed #ccc;
    float: right;
    margin: 2px 10px 10px 0;
    padding: 0 15px;
}
.b-navigation-pag a{
    font-size: 13px;
    color: #7d7d7d;
    margin: 0 5px;
}
.b-navigation-pag a.current{
    color: #333;
    border-bottom: 2px solid #0095fe;
}
.b-navigation-rez{
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 11px;
    color: #646464!important;
}
/* style for products item list mode view */
.b-products-item-list{
    margin-top: 20px;
    padding: 5px 0;
}
.b-products-item-list.styled{
    background-color: #f7f7f7;
}
.b-products-item-foto{
    position: relative;
    width: 223px;
    float: left;
}
.b-products-item-foto a{
    border: 3px solid white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 215px;
    overflow: hidden;
    height: 131px;
}
.b-products-label{
    font-size: 11px;
    color: white;
    display: block;
    background: url("../img/bg-products-label.png") 0 0 no-repeat;
    height: 19px;
    position: absolute;
    top: 118px;
    padding: 3px 7px 3px 13px;
    text-align: center;
    z-index: 1000;
    right: 11px;
}
.b-openhouse-label{
    background: url("../img/bg-openhouse-label.png");
    width: 228px;
    height: 25px;
    position: absolute;
    top: 106px;
    left: -4px;
    color: #fff;
    text-align: center;
    padding: 3px 0 0 0;
    z-index: 10;
}
.b-openhouse-label-mini{
    background: url("../img/bg-openhouse-label-mini.png");
    width: 100px;
    height: 15px;
    position: relative;
    top: -22px;
    left: 0;
    color: #fff!important;
    text-align: center;
    padding:0;
    z-index: 10;
    font-size: 10px!important;
}
.b-openhouse-label-house{
    background: url("../img/bg-openhouse-label-house.png") repeat scroll 0 0 transparent;
    width: 431px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 26px;
    color: #fff;
    text-align: center;
    padding: 9px 0 0;
    z-index: 13;
    font-size: 19px;
}
.b-map-marker{
    background: url("../img/map-marker.png");
    height: 27px;
    width: 23px;
    display: block;
    position: absolute;
    top: -8px;
    text-align: center;
    padding-top: 3px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    left: 13px;
}
.b-label-marker{
    text-align: center;
    padding-top: 3px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: url("../img/map-marker-sprite.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    width: 28px;
    display: block;
}
.b-products-item-details{
    float: left;
    position: relative;
    width: 450px;
    margin-left: 15px;
}
.b-products-item-details h2 a{
    font-size: 20px;
    color: #033a57;
    float: left;
    margin-bottom: 6px;
}
.b-products-item-details h2 a:hover{text-decoration: underline;}
.b-products-item-details h2 span{
    font-weight: normal;
    font-size: 15px;
}
.b-products-item-check{
    position: absolute;
    font-size: 13px;
    color: #033a57;
    right: 0;
    top: 7px;
}
.styled .b-products-item-details-param{
    background-color: #FFF;
}
.b-products-item-details-param{
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 6px 0;
    margin-top: 5px;
    clear: both;
}
.b-products-item-details-param table{
    width: 100%;
}
.b-products-item-details-param table td{
    text-align: center;
    color: #333;
    font-size: 13px;
    border-left: 1px dashed #919191;
}
.b-products-item-details-param table td strong{
    font-size: 14px;
}
.b-products-item-details-param table td:first-child{
    border-left: none;
}
.b-produtcs-param-price{
    font-size: 15px;
    color: #333;
    border-top: 1px solid #E4E4E4;
    padding: 3px 0;
}
.b-produtcs-param-price strong{
    font-size: 20px;
    color: #006fbc;
}
.b-products-item-details-descr{
    font-size: 11px;
    padding: 5px 0;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-top: 5px;
}
.b-products-item-details-tags{
    margin-top: 7px;
    border: 1px solid #dedede;
    border-left: none;
    margin-right: 4px;
    height: 30px;
    border-radius:  0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius:  0 4px 4px 0;
}
.b-products-item-details-tags a:first-child{
    margin-left: 0;
}
.b-products-item-details-tags span{
    padding: 8px 3px 5px;
    margin-left: 5px;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    float: left;
}
.b-products-item-details-more{
    display: block;
    float: right;
    border-left: 1px solid #ddd;
    padding: 7px 7px 7px;
    font-size: 13px;
    color: #006ab4;
    background: url("../img/bg-tags-link.png") 0 100% repeat-x;
}
.b-products-item-details-vista{
    background: url("../img/icon-sprite.png") -3px -123px  no-repeat;
    font-size: 13px;
    color: #333;
    padding: 7px 7px 4px 30px;
    float: right;
}
.b-products-item-details-delete{
    background: url("../img/icon-sprite.png") 0 -790px  no-repeat;
    font-size: 13px;
    color: #333;
    padding: 7px 7px 4px 18px;
    float: right;
}
.b-products-item-details-vista:hover,
.b-products-item-details-vista.check{
    background: url("../img/icon-sprite.png") -1px -444px  no-repeat;
}
/* style for products item list mode view */
.l-products.l-products-grid{
    margin-top: 10px;
}
.b-products-item-grid{
    margin: 15px 0 10px 9px;
}
.b-products-item-grid a.b-products-item-title{
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 18px;
    width: auto;
}
.b-products-item-grid-foto-link{
    display: block;
}
.b-products-item-grid.first{
    margin-left: 0;
}
.b-products-item-grid .b-products-item-hovdetails{
    left: 3px;
    right: 5px;
    bottom: 3px;
    top: 3px;
}
.b-products-item-grid .b-products-item-hovdetails-list span{
    width: 60px;
}
/* style for footer navigation */
.l-navigation.l-navigation-footer{
    margin-top: 0;
    padding-top: 5px;
}
.b-navigation-footer-rez{
    float: left;
    font-size: 13px !important;
    color: #7d7d7d !important;
    position: relative;
    top: 3px;
}
.b-border-top-hack{
    height: 1px;
    background: url("../img/bg-dots.png") 0 100% repeat-x;
    margin-top: 35px;
}
/* style for sidebar blocks */
.b-sidebar-search{
    position: relative;
    margin: 15px 0 0 0;
    font-size: 13px;
}
.b-sidebar-search .b-info-more{
    font-size: 12px;
    font-weight: bold;
}
.b-searchsidebar-tegund{
    display: none;
    border-bottom: 1px dashed #acacac;
    padding: 6px 0;
}
.b-searchsidebar-tegund ul{
    margin-top: 5px;
}
.b-searchsidebar-tegund li{
    color: #070707;
    float: left;
    width: 121px;
}
.b-searchsidebar-annad{
    display: none;
    border-top: 1px dashed #acacac;
    padding: 6px 0;
}
.b-searchsidebar-annad ul{
    margin: 21px 0 5px;
}
.b-searchsidebar-annad li{
    font-size: 13px;
    color: #070707;
    float: left;
    width: 121px;
}
#menu-inputs-lys,
.b-searchsidebar-zip{
    display: none;
}
#menu-tegund-office,
#menu-zip-office{
    display: block;
}
.b-searchsidebar-zip .b-zip{
    border: 1px solid #dbdbdb;
    overflow-y: scroll;
    background: #fff;
    padding: 3px 5px;
}
.b-sidebar-search-wrap{
    background: #f2f2f2;
    padding: 10px 15px;
    position: relative;
}
.b-sidebar-search-controls-loader {
    background          : url('../img/preloader-broken-circle.gif') no-repeat center;
    height              : 32px;
    position            : absolute;
    top                 : 45%;
    left                : 45%;
    width               : 32px;
}
.b-sidebar-search-controls {
    visibility: hidden;
}
.h-searchsidebar-inputs-wrap{
    border-top: 1px dashed #a9a9a9;
    border-bottom: 1px dashed #a9a9a9;
    padding: 5px 0;
}
.b-searchsidebar-inputs-field{
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px ;
    -webkit-border-radius: 3px ;
    border-radius: 3px ;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
    width: 100%;
    height: 27px;
    margin: 6px 0;
}
.b-searchsidebar-inputs-button{
    background: url("../img/bg-searchsidebar-submit.png");
    height: 29px;
    width: 108px;
    float: right;
    display: block;
    text-indent: -99999px;
    margin: 10px 0;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.b-sidebar-search-wrap .b-rezult{
    float: right;
    color: #2F2F2F;
}
.b-sidebar-search-wrap .b-slider-price{
    margin-top: 13px;
}
.b-slider-price h4{
    float: left;
}
.b-sidebar-search-wrap h4{
    color: #002447;
    font-size: 13px;
}
#menu-svaedi .b-option-wrap{
    width: 240px;
}
#menu-svaedi .b-option-tegund .b-option-wrap{
    width: 250px;
}
.b-option-menu-svaedi{
    width: 234px;
    height: 160px;
    padding: 5px 0 5px 10px;
}
.b-option-menu-svaedi .b-option-menu-corner {
    width: 216px;
}
.b-option-menu-svaedi .b-zip{
    overflow-y: auto;
    height: 160px;
}
.ui-dropdownchecklist-selector-wrapper{
    width: 247px;
    height: 30px;
    background: url("../img/sprite.png") no-repeat scroll 100% -2px transparent;
    height: 30px;
    position: relative;
    -moz-border-radius: 4px  0 0 4px;
    -webkit-border-radius: 4px  0 0 4px;
    border-radius: 4px  0 0 4px;
}
.ui-dropdownchecklist-selector{
    background: url("../img/sprite.png") no-repeat scroll -486px -171px transparent;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    margin-left: 0;
    padding: 6px 29px 8px 10px;
    width: 202px !important;
}
.ui-dropdownchecklist-text{
    width: 203px !important;
}
.ui-dropdownchecklist-dropcontainer-wrapper{
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius:  0  0 4px  4px;
    -webkit-border-radius:  0  0 4px 4px;
    border-radius:  0  0 4px 4px;
    z-index: 100!important;
}
.b-sidebar-search .b-searchmain-text{
    width: 177px;
    background-position: 100% 0;
    border-left: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 5px;
}
.b-option-wrap.b-option-wrap-sidebar{
    width: 240px;
}
.ui-dropdownchecklist-dropcontainer-wrapper label.ui-dropdownchecklist-text{
    font-size: 13px;
    color: #333;
    margin-left: 10px;
}
.b-option-sidebar  .b-option-menu{
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.b-zip ul{
    margin-left: 15px;
}
.b-option-sidebar  .b-option-menu li{
    width: 220px;
}
#_capitalArea,
#capitalArea{
    margin-left: 15px;
}
/* style sidebar block openhouse  */
.h-sidebar .b-info-col{
    margin-left: 0;
    width: 100%;
}
/* style sidebar map */
.b-col-map{
    position: relative;
}
/* style sidebar login box */
.b-col-login{
    margin-top: 10px;
}
.b-login-content{
    padding: 8px 0 0;
}
.b-login-content label{
    display: block;
    float: left;
    width: 65px;
    font-weight: normal;
    font-size: 13px;
    color: #002447;
    line-height: 26px;
    margin-top: 6px;
    margin-left: 15px;
}
.b-in-text{
    display: block;
    width: 172px;
    font-size: 12px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1) inset;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1) inset;
    padding: 6px 0;
    margin-top: 6px;
}
.hasDatepicker{
    background: url("../img/icon-sprite.png") no-repeat scroll 100% -1143px transparent;
}
.b-login-content-submit-in{
    border: 1px solid #ddd;
    display: block;
    float: left;
    background: #e8e8e8;
    text-align: center;
    width: 130px;
    margin-top: 15px;
    font-size: 13px;
    color: #002447;
    padding: 5px 0;
    cursor: pointer;
}
.b-login-content-submit-out{
    padding: 6px 0;
    border: none;
    display: block;
    float: left;
    background: #376796;
    text-align: center;
    width: 130px;
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}
/* nanar_im_eign */
/* style for slider */
.b-products-label-myndir{
    top: 300px;
    left: 249px;
    width: 80px;
}
.b-products-label-slideshow{
    top: 300px;
    left: 355px;
    width: 64px;
}
.b-products-label-foto{
    top: 300px;
    left: 442px;
    width: 11px;
    text-align: center;
}
/* style for house adress on house_details page */
.b-house-adress {
    padding: 0 0 3px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
.b-house-adress h2{
    font-size: 21px;
    color: #006fbc;
    float: left;
}
.b-house-adress h2 span{
    font-size: 15px;
    font-weight: normal;
}
/* style for products parameter */
.b-house-param{
    margin-top: 16px;
    width: 225px;
    float: left;
    clear: both;
}
.b-house-param li{
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 4px 0 4px 11px;
}
.b-house-param li.styled{
    background-color: #f9f9f9;
}
.b-house-param span{
    font-size: 12px;
    color: #333;
    width: 97px;
    display: block;
    float: left;
}
.b-house-param li strong{
    font-size: 14px;
    color: #333;
    width: 100px;
    display: block;
    float: left;
}
.b-house-param-price{
    clear: both;
    font-size: 15px;
    color: #333;
}
.b-house-param-price strong{
    font-size: 20px;
    color: #0075c6;
}
/* style for products detaliat description */
.b-house-description{
    margin-top: 8px;
    line-height: 1.2;
    font-size: 13px;
    color: #333;
}
.b-house-description *{
    color: #333!important;
}
.b-house-description h2{
    font-size: 16px;
    color: #002447;
    font-weight: normal;
    border-bottom: 1px dashed #b2b2b2;
    padding: 5px 0;
}
.b-house-description p{
    text-align: justify;
    margin: 5px 0;
}
/*b-house-details-content */
.b-house-details-content{
    line-height: 1.2;
    font-size: 13px;
    color: #002447;
}
.b-adress-menu a:hover,
.b-info-menu li a:hover,
.b-news-more:hover,
.b-news-title a:hover,
.b-house-details-content a:hover{
    text-decoration: underline;
}
/* style for page compare hotness */
.h-content.h-content-large{
    width: 100%;
}
.b-navigation-back{
    border-right: 1px dashed #ccc;
    margin: 2px 10px 10px 0;
    padding: 0 15px 0 23px;
    float: left;
    background: url("../img/icon-sprite.png") no-repeat scroll 0 -318px transparent;
    color: #333333;
    font-size: 11px;
    display: block;
    cursor: pointer;
}
.h-senda{
    float: right;
    margin-top: 10px;
}
.b-facebook{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 19px 0 2px;
}
.b-facebook a{
    font-size: 13px;
    color:#333;
    padding: 0 0 0 39px;
    display: block;
    float: right;
    line-height: 26px;
    margin-left: 5px;
}
.b-senda-vin{
    background: url("../img/icon-sprite.png") no-repeat scroll 3px -511px transparent;
    border-left: 1px dashed #b2b2b2;
}
.b-senda-fyr{
    background: url("../img/icon-sprite.png") no-repeat scroll 6px -476px transparent;
}
.b-senda-print{
    padding: 0 0 0 31px;
    background: url("../img/icon-sprite.png") no-repeat scroll 0 -543px transparent;
    border-left: 1px dashed #B2B2B2;
}
.b-senda-fb{
    float: left!important;
    background: url("../img/icon-facebook-large.png") no-repeat scroll 0 0 transparent;
}

/*.fb-like{*/
    /*float: left;*/
/*}*/
.b-back{
    color: #006FBC;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
    padding: 1px 0 0px 9px;
    font-weight: bold;
    border-left: 1px dashed #B2B2B2;
    margin-top: 6px;
}
/* styles for popups */
.b-popup-content{
    width: 475px;
    float: left;
    margin: 30px 0 35px 30px;
}
.b-popup-sidebar{
    width: 245px;
    float: left;
    margin: 30px 0 35px 25px;
}
.b-popup-content p{
    margin: 5px 0;
}
.b-popup-form{
    padding: 5px 0;
}
.b-popup-form dl{
    margin: 5px 0;
    padding-bottom: 10px;
}
.b-popup-form dt{
    float: left;
    width: 212px;
}
.b-popup-form dd{
    float: left;
    width: 212px;
    margin-left: 51px;
}
.b-popup-form label{
    font-size:13px;
    color: #002447;
    display: block;
    font-weight: bold;
    margin: 4px 0;
}
.b-popup-info{
    float: left;
    margin-top: 15px!important;
}
.b-popup-info a{
    border-bottom: 1px dashed #e5e5e5;
    font-size: 13px;
    padding: 3px 0;
    cursor: pointer;
}
.b-popup-info-border{
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid #e5e5e5;
}
.b-input-text-restore{
    width: 176px !important;
    float: left;
}
.b-input-text.b-input-text-restore-email{
    width: 296px;
    float: left;
}
.l-border-bottom {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    background: none;
}
.b-popup-login-check{
    float: right;
    margin-right: 10px!important;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    margin-top: 15px!important;
}
.b-popup-form-restore{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.b-popup-foto{
    margin-top: 20px;

}
.b-popup-foto .photos{
	width: 640px;
	max-height: 302px;
	min-height: 164px;
	overflow-y: auto;
	overflow-x: hidden;
}
.b-popup-content.b-popup-content-foto{
    width: 624px ;
    float : none;
    max-height: 470px;
	margin: 0px;
	padding: 16px 22px;
}
.b-input-file{
    background: url("../img/bg-input-file.png");
    width: 355px;
    height: 26px;
}
.b-popup-foto-item{
    width: 198px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    position: relative;
}
.b-popup-foto-item .b-poppup-label{
    background: url("../img/bg-label-popup.png") no-repeat;
    right: 0px;
    top: -7px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 3px 18px 3px 10px;
    cursor: pointer;
}
.b-input-text{
    font-size:13px;
    color: #000;
    display: block;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border:  1px solid #e5e5e5;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    width: 100%;
    padding: 3px 0;
}
.b-input-text.error{
    border-color: #ff8b02;
}
.b-input-textarea{
    font-size:13px;
    color: #000;
    display: block;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border:  1px solid #e5e5e5;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    width: 100%;
    height: 90px;
}
.b-popup-content h3{
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    color: #033a57;
    margin: 5px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.b-popup-house-details{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
/*.b-popup-content .b-input-submit,*/
.b-input-submit{
    background: #0078cb;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    border: none;
    padding: 5px 10px;
}
.b-popup-house-details table{
    font-size: 13px;
    color: #333;
    width: 100%;
}
.b-popup-house-details table strong{
    color: #033a57;
}
.b-poppup-label{
    background: url("../img/bg-label.png") no-repeat scroll 100% 0 transparent;
    font-size: 13px;
    color: #fff;
    padding: 7px 23px 6px 14px;
    position: absolute;
    top: -21px;
    right: 88px;
    z-index: 10000;
}
.b-popup-foto-wrap{
    width: 960px;
    overflow-y: scroll;
    max-height: 600px;
}
.b-popup-foto-wrap-item{
    float: left;
    width: 469px;
    height: 319px;
    text-align: center;


    line-height: 319px;
    vertical-align: middle;
}
.b-popup-foto-wrap img{
    margin: 0;

    line-height: 319px;
    vertical-align: middle;
}
/* style for map items */
.b-leita-map{
    position: relative;
    margin-bottom:20px;
}
.b-map-show-foto{
    display: block;
    border: 3px solid #fff;
    height: 95px;
    width: 143px;
}
.b-map-show-details{
    background: url("../img/bg-map-indicator.png") no-repeat scroll -2px -2px transparent;
    width: 156px;
    height: 28px;
}
.b-map-show-count{
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #7e7e7e;
    margin: 0 4px;
    text-align: center;
    padding: 3px 0;
    width: 28px;
}
.b-map-show-more{
    display: block;
    text-transform: uppercase;
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 3px 0;
}
/* admin design */
/* table eignavak */
.b-property-eignavak{
    position: relative;
    margin-top: 10px;
}
.b-table-eignavak{
    width: 100%;
}
.b-table-eignavak thead{
    font-size: 12px;
    background: #dbe0e3;
    color: #002447;
    padding: 5px;
    font-weight: bold;
}
.b-button-edit{
    background: url("../img/icon-sprite.png") no-repeat scroll -3px -601px transparent;
}
.b-button-delete{
    background: url("../img/icon-sprite.png") no-repeat scroll -3px -630px transparent;
    margin-left: 5px;
}
.b-button-house{
    background: url("../img/icon-sprite.png") no-repeat scroll 0 -820px transparent;
    color: #223D54;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 24px;
}
.b-button-edit,
.b-button-delete,
.b-button-house{
    display: block;
    height: 20px;
    float: left;
    padding-left: 25px;

}
.b-table-eignavak td{
    color: #002447;
    padding: 8px 5px;
    font-size: 12px;
}
.b-table-eignavak tr td:last-child{
    width: 55px;
}
.b-proerty-serches{
    font-size: 12px;
    color: #333;
    display: block;
    padding: 0 0 0 11px;
    background: url("../img/icon-sprite.png") no-repeat scroll -8px -406px transparent;
}
.b-proerty-serches span {
    color: #0C4074;
    font-size: 12px;
    font-weight: bold;
}
.b-icon-folder,
.b-icon-letter,
.b-icon-houselist,
.b-icon-rentlist,
.b-icon-advertising,
.b-icon-houselist{
    width: 31px;
    height: 33px;
    display: block;
}
.b-icon-folder{
    background: url("../img/icon-sprite.png") repeat scroll -2px -650px transparent;
}
.b-icon-letter{
    background: url("../img/icon-sprite.png") repeat scroll -2px -685px transparent;
}
.b-icon-housesearches{
    background: url("../img/icon-sprite.png") repeat scroll -2px -725px transparent;
    width: 35px;
    height: 33px;
    display: block;

}
.b-icon-houselist{
    background: url("../img/icon-sprite.png") repeat scroll -1px -1088px transparent;
}
.b-icon-rentlist{
    background: url("../img/icon-sprite.png") repeat scroll 1px -852px transparent;
}
.b-icon-staff{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll -1px -894px transparent;
    width: 31px;
    height: 41px;
}
.b-icon-ship{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll 0px -950px transparent;
    width: 35px;
    height: 38px;
}
.b-icon-houselist.small{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll 0px -1436px transparent;
    width: 25px;
    height: 25px;
}
.b-icon-rentlist.small{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll 0px -1475px transparent;
    width: 25px;
    height: 25px;
}
.b-icon-staff.small{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll 0px -1512px transparent;
    width: 25px;
    height: 28px;
}
.b-icon-ship.small{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll 0 -1548px transparent;
    width: 27px;
    height: 27px;
}
.b-icon-settings{
    display: block;
    background: url("../img/icon-sprite.png") repeat scroll -2px -759px transparent;
    width: 31px;
    height: 33px;
}
.b-icon-advertising{
    background: url("../img/icon-sprite.png") repeat scroll 0px -994px transparent;
}
.b-icon-network,
.b-icon-news,
.b-icon-info,
.b-icon-user{
    display: block;
    width: 40px;
    height: 33px;
}
.b-icon-user{
    background: url("../img/icon-sprite.png") repeat scroll 0px -1044px transparent;
}
.b-icon-network{
    background: url("../img/icon-sprite.png") repeat scroll 0 -1394px transparent;
}
.b-icon-news{
    background: url("../img/icon-sprite.png") repeat scroll 0 -1294px transparent;
}
.b-icon-info{
    background: url("../img/icon-sprite.png") repeat scroll 0 -1341px transparent;
}
.b-user-block-out{
    line-height: 28px;
    color: #757575;
    font-size: 13px;
    background-color: #f4f4f4;
    margin: 10px 0;
    padding: 0 0 0 13px;
}
.b-user-block-out-button{
    text-transform: uppercase;
    color: #fff;
    background-color: #a0a0a0;
    border:  none;
    float: right;
    padding: 5px 5px;
}
.b-user-block-item{
    padding: 8px 9px;
    border-bottom: 1px solid #e5e5e5;
}
.b-user-block-item.current,
.b-user-block-item:hover{
    background: #f2f2f2;
}
.b-user-block-item-icons{
    float: left;
    width: 35px;
}
.b-user-block-item-details{
    width: 210px;
    float: left;
    margin-left: 8px;
}
.b-user-block-item-title{
    font-size: 16px;
    color: #0c4074;
}
/*  style for search block on user page */
.l-searchuser-create{
    position: relative;
    margin-top: 10px;
}
.b-searchuser{
    background: url("../img/bg-searchmain.png") 0 0 repeat-x;
    height: 170px;
    width: 688px;
    margin-top: 10px;
    position: relative;
}
.b-searchuser .b-searchmain-nav-link{
    padding: 0;
    text-align: center;
    width: 171px;
}
.b-searchuser .newslider-horizontal{
    width:688px;
    height: 172px;
}
.b-searchuser .newslider-horizontal .sliderkit-panels{
    width:688px;
    height: 175px;
}
.b-searchuser .sliderkit-panel {
    width: 685px;
    height: 140px;
    background: #e5e5e5;
}
.b-searchuser .newslider-horizontal .sliderkit-nav{
    width: 688px;
}
.b-searchuser .b-searchmain-nav-link{
    font-size: 13px;
    text-align: center;
    padding: 0;
    width: 171px;
}
.b-searchuser .b-option,
.b-searchuser .h-searchmain-submit{
    position: absolute;
}
.b-searchuser .b-zip li{
    width: 220px;
}
.b-searchuser .b-zip{
    overflow: auto;
}





.b-showuser-property{
    position: relative;
}
.b-user-settings-data{
    margin-top: 10px;
}
.h-user-settings-wrapper{
    float: left;
    width: 225px;
}
.h-user-settings-wrapper .preloader{
	display:none;
}
#generate_user{
	float: left;
}
.h-user-settings-wrapper .preloader img{
	width: 207px;
	margin-top: 7px;
}
.h-user-settings-wrapper.description{
    width: 450px;
}
.h-user-settings-wrapper.description .b-input-textarea{
    width: 427px;
    border-color: #DDDDDD;
}
.h-user-settings-wrapper.display-photo,
.h-user-settings-wrapper.display-logo{
    margin-top: 24px;
    float: right;
    min-height: 61px;
}
.h-user-settings-wrapper.display-photo img{
    margin: 0 60px;
    border: 1px solid #DDDDDD;
}
.h-user-settings-wrapper.display-logo img{
    margin: 0 18px;
    border: 1px solid #DDDDDD;
}
.h-edithouse-wrapper{
    float: left;
    width: 310px;
    margin:5px 34px 5px 0!important;
}
.b-add-comppanu-group{
    background: url("../img/bg-dots.png") repeat-x scroll 0 0 transparent;
    clear: left;
    padding: 15px 0;
    margin: 15px 0;
}
.b-add-comppanu-group .b-insert-date{
    float: left;
    font-size: 13px;
    color: #002447;
    font-weight: bold;
    display: block;
    margin: 5px 0 5px;
}
.h-edithouse-wrapper .b-in-text{
    width: 305px
}
.b-showuser-property-banner{
    margin-top: 10px;
}
.h-user-settings-wrapper .b-in-text{
    width: 205px
}
.b-label,
.h-edithouse-wrapper,
.h-user-settings-wrapper label{
    font-size: 13px;
    color: #002447;
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}
.h-edithouse-wrapper-text{
    width: 683px;
}
.h-edithouse-wrapper-photo div.uploader{
    margin-top: 6px;
}
.b-user-settings-submit{
    background: none repeat scroll 0 0 #0078CB;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 80px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 30px;
}
.l-user-insert{
    overflow: hidden;
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 15px;
}
.l-user-insert .b-login{
    margin: 0;
}
.l-user-insert  .b-login-button {
    line-height: 32px;
}
.b-user-insert{
    margin-top: 20px;
}
.h-user-insert-data{
    background: #f5f5f5;
    padding: 5px 0 10px 11px;
}
.b-user-insert-info{
    float: left;
    background: #fff6dd;
    border: 1px solid #dcdcdc;
}
.b-user-insert-info{
    font-size: 13px;
    color: #3c3c3c;
    padding: 15px 5px;
    width: 205px;
}
.b-user-insert-foto div.uploader{
    background: url('../img/bg-input-file-button.png');
    width: 216px;
    height: 26px;
}
.b-user-insert-foto div.uploader span.action{
    background: none;
}
.b-user-insert-foto div.uploader span.filename{
    text-indent: -9999px;
}
.b-user-insert-foto div.uploader input{
    width: 215px;
}
.b-user-insert-post div.selector select{width: 207px;}
.b-user-insert-post div.selector {
    margin-left: -3px;
    width: 203px;
}
.b-user-insert-post div.selector span{width: 175px;}
.b-user-settings-submit.b-user-insert-submit{margin: 20px 0 0 0;}
.b-user-insert-cancel{
    font-size: 13px;
    color: #7f7f7f;
    float: right;
    margin:23px 10px 0 0;
    padding: 3px 10px;
    display: block;
    border-right: 1px solid #dedede;
}
.b-user-list{
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
}
.b-user-list-item{
    float: left;
    width: 290px;
    height: 95px;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    margin-left: 24px;
    position: relative;
    margin-bottom: 40px;
}
.b-user-list-item-foto{
    float: left;
    width: 75px;
    height: 100px;
    overflow: hidden;
}
.b-user-list-item-foto img{
    width: 75px;
}
.b-user-list-item-details{
    float: left;
    margin-left: 10px;
    width: 205px;
}
.b-user-list-item .b-button-edit{
    position: absolute;
    right: 65px;
    bottom: -30px;
    font-size: 13px;
    color: #0C4074;
    font-weight: bold;
}
.b-user-list-item .b-button-delete{
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 13px;
    color: #0C4074;
    font-weight: bold;
}
.b-user-list-item-details{
    margin-top: 10px;
    line-height: 1.4;
}
.b-user-list-title{
    font-size: 18px;
    color: #0C4074;
    margin: 10px 0;
}
.ie .b-menu-left,
.gecko .b-menu-left {
    top: 157px;
}
.ie .b-menu-right,
.gecko .b-menu-right {
    top: 157px;
}
.ie .h-searchmain-submit{
    bottom: 40px;
}
.suggestion-no-results {
    margin-left : 24px;
    color       : gray;
    font-size   : 11px;
}
.b-searchresults-preloader {
    background : url("../img/preloader.gif") center no-repeat;
    height     : 300px;
    display    : none;
}
/* style for open house list block */
.b-openhouse-list-item.styled{
    background-color: #f7f7f7;
}
.b-openhouse-list-item.first{
    border-top: none;
}
.b-openhouse-list-item{
    padding: 7px 0;
    border-top: 1px dashed #b2b2b2;
}
.b-openhouse-list-item p{
    font-size: 12px;
    color: #000;
    line-height: 1.4;
}
.b-openhouse-list-item-param span{
    font-size: 12px;
    color: #223d54;
    font-weight: bold;
}
.b-openhouse-list-item-param p{
    line-height: 1.8;
    margin-top: 4px;
}
.b-openhouse-list-item a.b-openhouse-list-item-street{
    font-size: 15px;
    color: #0c4074;
    font-weight: bold;
}
.b-openhouse-list-item-foto {
    width: 100px;
}
.b-openhouse-list-item-foto a{
    border: 3px solid white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
}
.b-openhouse-list-item-address {
    width: 145px;
    padding-left: 10px;
}
.b-openhouse-list-item-param {
    width: 130px;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}
.b-openhouse-list-item-descr {
    width: 150px;
    padding: 0 10px;
    border-left: 1px solid #e5e5e5;
}
.b-openhouse-list-item-settings {
    width: 110px;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}
.b-openhouse-list-item-settings a.b-button-house {
    float: none;
    margin-bottom: 5px;
}

.b-openhouse-list-item-settings a.b-button-delete{
    float: none;
    margin-left: 0;
    line-height: 19px;
    font-size: 12px;
    font-weight: bold;
    color: #223D54;
}
.b-openhouse-list-item-settings a.b-button-edit{
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #223D54;
    line-height: 19px;
}
.b-openhouse-list-item-settings {width: 110px;}
.b-open-house-edit{padding: 20px;}
.b-opnehouse-insert-descr{width: 405px;}
.b-opnehouse-insert-date{width: 182px;}
.b-opnehouse-insert-time{
    width: 102px;
    margin-left: 7px;
}
.b-openhouse-insert-time-field{
    width: 70px!important;
    height: 15px;
    margin-top: 8px;
}
.b-opnehouse-insert-date .b-in-text{
    width: 180px;
    margin-top: 8px;
}
.b-opnehouse-insert-time div.selector select{width: 96px;}
.b-opnehouse-insert-time div.selector {width: 92px;}
.b-opnehouse-insert-time div.selector span{width: 65px;}
.b-edithouse-group{
    border-top: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
    margin: 20px 0;
    padding: 20px 0;
}
.b-edithouse-date .b-in-text{
    width: 180px;
    float: left;
}
.b-edithouse-date-check{
    display: block;
    float: left;
    width:  148px;
    margin: 10px 0 0 6px;
}
.h-edithouse-wrapper.b-edithouse-date{
    margin-right: 0!important;
    width: 340px;
}
.h-edithouse-wrapper-tree-branch{
    float: left;
    width: 120px;
    margin-top: 10px;
    margin-right: 10px;
}
.b-edithouse-large div.selector select{width: 306px;}
.b-edithouse-large div.selector {margin-left: -3px;width: 300px;}
.b-edithouse-large div.selector span{width: 274px;}
.h-edithouse-wrapper-tree-branch div.selector select{width: 110px;}
.h-edithouse-wrapper-tree-branch div.selector {margin-left: -3px;width: 105px;}
.h-edithouse-wrapper-tree-branch div.selector span{width: 79px;}
/* style for news page list */
.b-news-item{
    margin: 10px 0 40px;
}
.b-news-item-date{
    float: left;
    border-right: 7px solid #006fcd;
    width: 50px;
    text-align: center;
    margin-left: 10px;
    font-size: 28px;
    color: #353333;
    font-weight: bold;
    margin-top: 4px;
    padding-top: 0;
    vertical-align: top;
    line-height: 1;
}
.b-news-item-date .b-news-item-date-month{
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.b-news-item-content{
    float: left;
    width: 600px;
    margin-left: 20px;
}
h4.b-news-item-content-title{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #424242;
}
.b-news-item-content-text p{
    margin: 10px 0;
}
.b-news-item-footer{
    border-top: 2px solid #ccc;
    margin-top: 5px;
    padding: 5px 0;
}
.b-news-item-send{
    background: url("../img/icon-sprite.png") no-repeat scroll 0 -1181px transparent;
    display: block;
    float: left;
    padding: 2px 0 2px 24px;
    font-size: 11px;
    color: #4d4c4c;
}
.b-news-item-facebook{
    background: url("../img/icon-sprite.png") no-repeat scroll 4px -1213px transparent;
    display: block;
    float: left;
    padding: 2px 0 2px 30px;
    font-size: 11px;
    color: #4d4c4c;
    margin-left: 5px;
    border-left: 1px dashed #a6a5a5;
}
.b-news-item-more{
    background: url("../img/icon-sprite.png") no-repeat scroll 4px -1241px transparent;
    display: block;
    float: right;
    padding: 2px 0 2px 21px;
    font-size: 11px;
    color: #006fcd;
}
.b-news-item-back{
    background: url("../img/icon-sprite.png") no-repeat scroll 4px -1267px transparent;
    display: block;
    float: right;
    padding: 2px 0 2px 21px;
    font-size: 11px;
    color: #006fcd;
}
.l-news-pagination{
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 3px 0 2px;
}
.l-news-pagination .b-navigation-pag{
    float: none;
    border-left: none;
    margin: 5px 10px;
}
.b-news .b-senda-print{
    margin-top: 5px;
    float: right;
    padding: 7px 0 5px 30px;
    border-left: none;
    font-size: 11px;
}
/* style for information page */
.b-information-menu-link{
    display: block;
    padding: 5px 0 5px 0;
    font-size: 13px;
    color: #0c4074;
    border-bottom: 1px solid #e5e5e5;
}
.b-information-menu-link span{
    font-weight: bold;
    font-style: italic;
    width: 24px;
    display: block;
    float: left;
}
.b-information-menu-link.current,
.b-information-menu-link:hover{
    color: #424242;
    background-color: #f2f2f2;
}
.b-information-menu h1,
.b-information h1{
    border-bottom: 1px solid #ccc;
    background: none;
}
.b-information h4{
    font-weight: bold;
    color: #424242;
    font-size: 20px;
}
.b-information p{
    color: #4d4c4c;
    font-size: 13px;
    margin: 15px 0;
}
/* style for popup add search name */
.b-add-search-name{
    padding: 20px;
}
.b-company-insert{
    border-bottom: none;
}
.b-company-list.l-top table{
    border-top: none;
    margin-top: -10px;
}
.b-company-list table{
    width: 100%;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.b-company-list tr{
    border-bottom: 1px solid #ccc;
}
.b-company-list td{
    padding: 8px 0;
}
.b-company-list thead{
    font-weight: bold;
    color: #0C4074;
}
.b-company-list-name a.no-user{
    color: #ff0000;
}
.b-add-company-link{
    font-size: 15px;
    color: #006fcd;
    position: absolute;
    right: 0;
    top: 9px;
}
.b-add-company-link span{
    color:#b2b2b2;
    font-size: 15px;
    font-weight: bold;
    margin-right: 4px;
}
/* super admin list of news block */
.b-news-list tbody td{
    font-size: 13px;
    color: #626262;
    position: relative;
    vertical-align: middle;
    line-height: 15px;
}
.b-news-list-time{
    border-left: 1px solid #e3e3e3;
    margin-left: 5px;
    padding:2px 0 2px 5px;
}
.b-end-blur{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37px;
    background: url("../img/bg-end-blour.png") 21px 0 repeat-y;
}
.b-news-list-descr{
    width: 310px;
    height: 17px;
    overflow: hidden;
    position: relative;
}
.h-user-settings-wrapper.l-news-add-wrapper{
    float: left;
    width: 325px;
    margin-left: 35px;
}
.b-user-insert-info.l-news-add-info{
    font-size: 13px;
    color: #3c3c3c;
    padding: 15px 50px;
    width: 226px;
    text-align: center;
    margin-bottom: 10px;
}
.h-user-settings-wrapper.l-news-add-text{
    float: left;
    width: 688px;
}
.b-user-insert-cancel.l-news-add-cancel{
    margin: 13px 10px 0 0;
}
/* style for advertisement list on admin page  */
.b-advertisement-list-descr{
    width: 140px;
    height: 17px;
    overflow: hidden;
    position: relative;
}
.b-advertisement-filter{
    color: #1d1d1d;
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0;
}
.b-advertisement-filter h5{
    display: block;
    float: left;
    padding: 7px 0;
}
.b-advertisement-filter a{
    color: #1d1d1d;
    font-size: 13px;
    font-weight: bold;
    background: #e7f1fa;
    display: block;
    float: left;
    margin:  0 0 0 10px;
    padding: 7px 20px;
    position: relative;
}
.b-advertisement-filter a .b-login-corner{
    display: none;
}
.b-advertisement-menu-item.current a.b-advertisement-menu-link,
.b-advertisement-filter a:hover{
    color: #fff;
    background-color: #006FCD;
}
.b-advertisement-menu-item.current a.b-advertisement-menu-link .b-login-corner,
.b-advertisement-filter a:hover .b-login-corner{
    display: block;
}
.b-advertisement-menu{
    position: relative;
    height: 76px;
}
.b-advertisement-menu-submenu{
    display: none;
    position: absolute;
    top: 46px;
}
.b-advertisement-menu-item.current .b-advertisement-menu-submenu{
    display: block;
}
.b-advertisement-menu-submenu-link:first-child{
    margin-left: 0 !important;
}
.b-advertisement-menu-submenu-link{
    margin-left: 20px!important;
}
.b-advertisement-menu-submenu-link.current{
    background-color: #dadada!important;
}
.b-advertisement-menu-submenu-link.current:hover{
    color: #000!important;
}
.h-user-settings-wrapper.l-advertisement-add-wrapper .b-in-text {
    width: 320px;
}
.l-advertisement-add-wrapper div.uploader span.action{
    background: url("../img/bg-upload-button.png") no-repeat scroll 3px 0 transparent;
}
.b-news-list.l-advertisement-add-list{
    margin-top: 30px;
}
/* style for time picker */
.ui_tpicker_time_label{
    color: #36596A;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
}
.ui_tpicker_time{
    display: block;
    font-size: 13px;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    background: none repeat scroll 0 0 #0080D9;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    width: 50px;
    margin: 0 auto;
}
.ui_tpicker_hour_label,
.ui_tpicker_minute_label{
    border: 0 none;
    color: #006AB4;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 3px;
    text-align: left;
    margin-left: 11px;
}
.ui-datepicker .ui-datepicker-buttonpane button{
    background: none repeat scroll 0 0 #0078CB;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
/* page fiiles view */
.b-files-views-text p{
    margin: 5px 0;
}
.b-files-views h5{
    margin: 5px 0;
    font-size: 13px;
    color: #4d4c4c;
}
/* style for page agency view */
.b-agency-views-sidebar{
    width: 200px;
    float: left;
    margin-top: 15px;
}
.b-agency-views-content{
    float: left;
    width: 475px;
    margin-left: 10px;
    margin-top: 15px;
}
.b-agent{
    float: left;
    width: 237px;
    margin-bottom: 20px;
}
.b-agent-foto{
    float: left;
    width: 75px;
    border: 1px solid #033A57;
    height: 100px;
}
.b-agent-details{
    float: left;
    width: 145px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #033A57;
    line-height: 1.4;
}
.b-agent-details a,
.b-agent-details p{
    color: #033A57;
}
.b-agent-details-name{
    margin-bottom: 5px;
}
.b-agent-details-mail{
    margin-top: 5px;
}
.b-agency-block-menu .b-user-block-item-icons{
    width: 30px;
}
.b-agency-block-menu .b-user-block-item-details{
    width: 152px;
    margin-top: 6px;
}
.b-agency-block-menu  .b-user-block-item{
    padding: 5px;
}
.b-agency-block-menu  .b-user-block-item:hover{
    background: #fff;
}
.b-agency-views-logo{
    display: block;
    border: 3px solid #e0e0e0;
    text-align: center;
    padding: 5px 0;
}
.b-agency-contact{
    margin-top: 10px;
    padding: 0 5px ;
    font-size: 12px;
    color: #033A57;
    line-height: 1.4;
}
.b-right-fixed-banner{
    position: fixed;
    left: 50%;
    margin-left: 510px;
    top: 34px;
    width: 150px;
    height: 600px;
}
/* style for page agents worker show */
.b-agents-list{
    margin-top: 15px;
}
.b-agents-details{
    padding: 13px 16px 13px 14px;
    display: none;
}
.b-agents-header.active{
    border-top: 1px solid #B2B2B2;
    background: #dddddd!important;
    padding-top: 11px;
}
.b-agents-header{
    padding: 9px 0 9px 13px;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    clear: left;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
}
.b-agents-header:nth-child(4n+1){
    background: #f6f6f6;
}
.b-agents-details.ui-accordion-content-active{
    border-top: 1px solid #b2b2b2;
}
.b-agents-details{
    overflow: hidden;
    background: #f6f6f6;
    padding: 13px 16px 13px 14px;
}
.b-agents-details table{
    background: #fff;
}
.b-agents-name{
    float: left;
    width: 227px;
}
.b-agents-post{
    float: left;
    width: 367px;
}
.b-agents-header a{
    float: left;
    width: 70px;
    color: #000;
}
.b-agents-head{
    background: #dadfe1;
    overflow: hidden;
    padding: 2px 14px;
}
.b-agents-head h4{
    color: #223d54;
    font-size: 13px;
    width: 227px;
    float: left;
    font-weight: bold;
}
.b-agents-details-foto{
    width: 90px;
}
.b-agents-details-descr{
    width: 342px;
    padding: 23px 0 0 18px;
}
.b-agents-details-descr h5{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.b-agents-details-descr p{
    font-size: 12px;
    color: #000;
    margin: 4px 0;
}
.b-agents-details-contact{
    width: 568px;
}
.b-agents-details-contact p{
    border-left: 1px solid #ccc;
    padding: 0 0 0 27px;
    margin: 11px 0 0;
    line-height: 1.4;
}
/* 404 page error styles */
.h-error-page{
    position: relative;
}
.b-error-page-icon{
    float: left;
    margin: 93px 17px 63px 57px;
    width: 132px;
}
.b-error-page-details{
    float: left;
    margin: 55px 9px;
    width: 680px;
}
.b-error-page-details-text{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 21px;
}
.b-error-page-details-link{
    font-size: 13px;
    color: #006ECD;
    font-weight: bold;
    display: block;
    padding: 26px 0 0 24px;
}
h1.b-error-page-details-head{
    font-size: 33px;
    background: none;
    padding: 7px 0 0 24px;
}
/* style for no search results page  */
.b-noresults-message{
    padding: 90px 0;
    background: url("../img/bg-dots.png") repeat-x scroll 0 100% transparent;
}
.b-noresults-message h3{
    text-align: center;
    font-size: 20px;
    color: #004274;
}
.b-noresults-message p{
    text-align: center;
    font-size: 13px;
    color: #004274;
    margin-top: 5px;
}
/* style for login, register, restore status */
.message.error{
    font-size: 13px;
    color: #c8811a;
    background: url("../img/bg-message-status.png") no-repeat scroll 10px 11px transparent;
    padding: 15px 5px 8px 57px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 30px;
}
.message.succes{
    font-size: 13px;
    color: #20a711;
    background: url("../img/bg-message-status.png") no-repeat scroll 10px -80px transparent;
    padding: 0 5px 0 57px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.b-favorites-message{
    font-size: 13px;
    color: #000;
    background: url("../img/bg-message-status.png") no-repeat scroll 35px -45px transparent;
    padding: 30px 50px 30px 85px;
    line-height: 60px;
}
.ie .b-favorites-message{
    font-size: 12px;
}
.b-favorites-message.success{
    color: #20a711;
    background: url("../img/bg-message-status.png") no-repeat scroll 35px -45px transparent;
}
.b-favorites-message.error{
    color: #c8811a;
    background: url("../img/bg-message-status.png") no-repeat scroll 35px 40px transparent;
    line-height: 27px;
}
/* style for page agency list */
.b-agency-head{
    background: #DADFE1;
    overflow: hidden;
    padding: 7px 0 7px 14px;
    margin: 34px 0 0 0;
}
.b-agency-head-name{
    width: 228px;
    float: left;
    font-size: 13px;
    color: #223d54;
    font-weight: bold;
}
.b-agency-head-address{
    width: 246px;
    float: left;
    font-size: 13px;
    color: #223d54;
    font-weight: bold;
}
.b-agency-head-tel{
    width: 100px;
    float: left;
    font-size: 13px;
    color: #223d54;
    font-weight: bold;
}
.b-agency-head-more{
    width: 100px;
    float: left;
    font-size: 13px;
    color: #223d54;
    font-weight: bold;
}
.b-agency-list-item{
    overflow: hidden;
    padding: 7px 0 7px 14px;
    border-bottom: 1px solid #d9d9d9;
}
.b-agency-list-item:nth-child(2n){
    background: #f6f6f6;
}
.b-agency-list-item-name{
    width: 228px;
    float: left;
    font-size: 12px;
    color: #000;
}
.b-agency-list-item-name a{
    color: #000;
    font-weight: normal;
}
.b-agency-list-item-address{
    width: 246px;
    float: left;
    font-size: 13px;
    color: #223d54;
}
.b-agency-list-item-tel{
    width: 100px;
    float: left;
    font-size: 12px;
    color: #000;
}
.b-agency-list-item-more{
    width: 100px;
    float: left;
    font-size: 12px;
    color: #000;
}
.b-agency-list-item-more a{
    color: #000;
}
.b-agency-views-text{
    margin: 11px 0 0 0;
    line-height: 1.4;
}
.b-agency-list-search{
    height: 52px;
    margin-top: 34px;
}
.b-agency-list-search-label{
    font-size: 18px;
    color: #0c4074;
    display: block;
    float: left;
    margin-top: 12px;
}
.b-agency-list-search-text{
    background: url("../img/bg-input-agency-search.png") no-repeat;
    height: 43px;
    width: 471px;
    display: block;
    float: left;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 30px 0 10px;
    margin: 0 0 0 10px;
}
/* style for advertisement page */
.b-advertisement-page-menu-item{
    float: left;
    padding: 5px 20px 2px;
    border-left: 1px solid #e5e5e5;
}
.b-advertisement-page-menu-item.first{
    padding-left: 0;
    border-left: 0;
}
.b-advertisement-page-menu-link{
    display: block;
    font-size: 16px;
}
.b-advertisement-page-menu-link.current{
    color: #464646;
}
.b-advertisement-page-menu-link span{
    display: block;
    font-size: 12px;
    color: #464646;
}
.b-advertisement-back{
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 3px 10px;
    background: url("../img/bg-back-link.png") 0 7px no-repeat;
    color: #464646;
    float: right;
}
/* style for block sort image */
.b-fotos-list-item-image{
    float: left;
    width: 220px;
}
.b-fotos-list-item-options{
    font-size: 13px;
    color: #464646;
    width: 200px;
    margin-left: 15px;
    float: left;
}
.b-fotos-list-item-options-name{
    float: left;
}
.b-fotos-list-item-options-size{
    float: right;
}
.b-fotos-list-item-options-move{
    border-top: 1px dashed #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
    padding: 10px 0;
    overflow: hidden;
    margin: 10px 0;
}
.b-fotos-list-item-options-remove{
    font-weight: bold;
    clear: both;
}
.b-fotos-list-item-options-move a{
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: bold;
    background: url("../img/bg-move-foto-arrows.jpg") #e0e0e0 no-repeat;
    line-height: 25px;
    display: block;
    width: 51px;
}
.b-fotos-list-item-options-move-up{
    float: left;
    padding-left: 34px;
    padding-right: 5px;
}
.b-fotos-list-item-options-move-down{
    float: left;
    padding-right: 34px;
    margin-left: 20px;
    background-position: 100% -25px !important;
    padding-left: 5px;
}
.b-fotos-list-item{
    margin: 10px 0;
}
/* end of style for block sort image */
.ie .login-poppup-wrapper{
    width: 400px;
}
@media print {
    .b-news-item-footer,
    .b-col-map,
    .b-visits,
    .b-col-login,
    .b-senda-print,
    .b-facebook,
    .no-print,
    .b-back,
    .b-products-item-details-vista,
    .b-right-fixed-banner,
    .footer,
    .header{
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    .wrap{
        margin: 0 0;
    }
    .b-right-fixed-banner{
        left: 1000px;
        margin-left:0;
    }
}
