@font-face {
    font-family: 'courgetteR';
    src: url('font/courgette-regular.eot');
    src: url('font/courgette-regular.eot?#iefix') format('embedded-opentype'), url('font/courgette-regular.woff2') format('woff2'), url('font/courgette-regular.woff') format('woff'), url('font/courgette-regular.ttf') format('truetype'), url('font/courgette-regular.svg#courgetteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dancing_scriptR';
    src: url('font/Dancing Script.eot');
    src: local('☺'), url('font/Dancing Script.woff') format('woff'), url('font/Dancing Script.ttf') format('truetype'), url('font/Dancing Script.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansCL';
    src: url('font/opensans-condlight.eot');
    src: url('font/opensans-condlight.eot?#iefix') format('embedded-opentype'), url('font/opensans-condlight.woff2') format('woff2'), url('font/opensans-condlight.woff') format('woff'), url('font/opensans-condlight.ttf') format('truetype'), url('font/opensans-condlight.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OS-CB';
    src: url('font/OS-CB-Bold.eot');
    src: url('font/OS-CB-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/OS-CB-Bold.woff2') format('woff2'),
        url('font/OS-CB-Bold.woff') format('woff'),
        url('font/OS-CB-Bold.ttf') format('truetype'),
        url('font/OS-CB-Bold.svg#OS-CB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
    font-size: 14px;
    background: #efefef;
}

.body {
    background: #fff;
    position: relative;
    overflow-x: hidden;
}

*,
p {
    font-family: 'open_sansCL', Arial, Helvetica, sans-serif;
    margin: 0;
}

h1 {
    font-family: 'courgetteR';
    font-size: 33px;
    color: #dba109;
    padding: 0;
    position: relative;
    z-index: 20;
    font-weight: normal;
    margin: 10px 0;
}

h2 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    font-weight: normal;
    font-family: 'dancing_scriptR';
}

h1 a:hover {
    color: #F6A01A;
    text-decoration: none;
}

h2 a,
h2 a:hover,
h2 a:visited {
    color: #F6A01A;
    font-size: 18px;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: none;
    color: #F6A01A;
}

h3 {
    font-family: "dancing_scriptR"; 
    color: #0D2A5C;
    font-size: 23px;
    border-bottom: 3px solid #0D2A5C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.bp p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 140%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb,
.cl,
.clear {
    clear: both;
}
.bg_pattern{
    background-color: #efefef;
}
.container_index {
    padding: 0;
    position: relative;
}

header {
    position: relative;
    z-index: 30;
    background: #fff;
}

.top_header{
    background: #dba109;
    border-bottom: 3px solid #c38f07;
    padding: 5px 0;
}
.top_left_schedule{
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
}
.top_right_socials{
    text-align: right;
}
.col-xs-9.menu_container {
    width: calc(100% - 256px);
    text-align: right;
    padding-left: 0;
    padding-top: 0px;
    padding-right: 0;
}

.fulllogo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 256px;
    position: relative;
    z-index: 30;
}

#logo {

}

#logo img {
    width: 100%;
    max-width: 256px;
}

.navbar-wrapper {
    width: 100%;
    padding: 45px 0 0px 0;
}

.navbar-toggle {
    margin-top: 35px;
}

.navbar-wrapper .row {
    margin-right: 0;
    margin-left: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #dba109;
}

.navbar-inverse .navbar-toggle {
    border-color: #dba109;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #dba109;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(13,42,92,1);
}

#da_menu {
    margin-top: 3px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}


#da_menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    flex: 1;
}

#da_menu li a {
    font-family: 'OS-CB';
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}

#da_menu li:hover,
#da_menu li.sel {
    background: url(../images/menu_sel.png) no-repeat top center; 
    display: block;
}
#da_menu li ul li:hover, #da_menu li ul li.sel{
    background: transparent;
}
.nav>li>a {
    padding: 7px 8px;
}

.dropdown-menu {
    background: #fff;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.dropdown-menu>li>a {
    color: #010101 !important;
    font-family: 'open_sansCl' !important;
    font-size: 16px !important;
    font-weight: bold;
}

.tertiary.dropdown-menu>li>a {
    white-space: normal;
    width: 300px;
    padding: 3px 7px;
}

.dropdown-submenu.edge .dropdown-menu {
    position: absolute;
    right: 100%;
    left: auto;
}

.dropdown.edge>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-collapse {
    position: relative;
}


/*******/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/******/

@media(max-width: 991px) {
    #da_menu li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        width: calc(100% + 256px);
        background: #2F2F2F;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: left;
        left: -256px;
    }
    #da_menu{
        display: block;
    }
    #da_menu li a {
        padding: 7px 15px;
        text-align: left;
        color: #fff;
    }
    #da_menu li:hover, #da_menu li.sel{
        background: transparent;
        color: #dba109;
    }
    .tertiary.dropdown-menu>li>a {
        width: auto;
    }
    .fulllogo {
        min-width: 187px;
    }
    #da_menu li {
        float: none;
        display: block;
    }
    .tertiary {
        width: 95%;
        margin-left: 2% !important;
    }
    .dropdown-menu {
        position: initial;
        float: none;
        display: none;
    }
}
@media(max-width: 480px){
    .col-xs-9.menu_container{
        width: calc(100% - 187px);
    }
    .fulllogo{
        width: 187px;
    }
    .navbar-collapse {
        position: absolute;
        width: calc(100% + 187px);
        background: #2F2F2F;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: left;
        left: -187px;
    }
}


/**********************/

.menu_footer{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_footer li{
    display: block;
    padding: 4px 0; 
}
.menu_footer li a,
.menu_footer li a:hover{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
/************************/


.all_index {
    clear: both;
    position: relative;
}

/*****/
#footer{
    background: #272727 ;
    color: #fff
}
.footer_socials {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.footer_socials span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.social_networks {
    text-align: right;
    display: inline-block;
}

.social_networks a {
    padding: 0 0px;
    margin-top: 0px;
    display: inline-block;
}

.social_icons {
    display: inline-block;
    margin: 0 3px;
}
#email_container h2{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
/********** footer items *************/

.copy {
    margin-top: 10px;
    position: relative;
    padding: 10px 0;
}

.copy,
.design {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.design a {
    color: #fff;
    text-decoration: none;
}
/**********************/
.carousel-inner{
    border-top: 3px solid #0D305C;
    border-bottom: 3px solid #0D305C;
}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive{
    width: 100%;
}

.properties_container ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.properties_container ul li{
    flex: 1;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    border: 1px solid #cdcdcd;
}
.properties_container ul li img{
    width: 100%;
}
.properties_container ul li a,
.properties_container ul li a:hover{
    text-decoration: none;
    color: #000000;
}
.property{
    padding: 15px; 
}
.property_name{
    font-size: 26px;
    color: #0d305c;
    font-weight: bold;
}
.property_has{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}
.property_small_desc{
    font-size: 16px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
.property_pricing{
    background-color: #0d305c;
    color: #fff;
    font-size: 18px;
    padding: 2px 15px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

h1.index{
    font-size: 80px;
    color: #dba109;
    font-family: 'dancing_scriptR';
    font-weight: bold;
    text-align: center;
}
.index_small_content{
    font-size: 33px;
    color: #101010;
    text-align: center;
    padding-bottom: 20px;
}
/******/
.container_index_special{
    position: relative;
}
.background{
    background: rgb(232,34,0);
    background: -moz-linear-gradient(-25deg,  #0d305c 0%, #0d305c 50%, #dba109 50%, #dba109 100%);
    background: -webkit-linear-gradient(-25deg,  #0d305c 1%,#0d305c 50%,#dba109 50%,#dba109 100%);
    background: linear-gradient(-65deg,  #dba109 1%,#dba109 50%,#0d305c 50%,#0d305c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d305c', endColorstr='#dba109',GradientType=1 );
   
    display: flex;
    padding: 10px;
    width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
}
.sep_cont{
    flex: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.sep_cont span{
    font-size: 20px;
    font-family: 'OS-CB';
    font-weight: normal;
}
.sep_cont.right{
    text-align: right;
}

.bp_caption_cont{
    position: absolute;
    bottom: 0;
    background: rgba(13,48,92,.9);
    display: flex;
    width: 80%;
    left: 10%;
}
.sticky_bar{
    display: block;
    max-width: 10px;
    background: #dba109;
    z-index: 12;
    height: auto;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    flex: 1;
}
/*.sticky_bar.second{
    left: 66%
}*/
.sticky_bar.blue_color{
    background-color: #0d305c;
    margin-left: 50px;
}
.mansion_address,
.mansion_description,
.mansion_price_details{
    flex: 1;
    color: #fff;
}
.mansion_description{
    column-count: 2;
}
.mansion_address{
    font-weight: bold;
    font-size: 40px;
    padding: 10px 18px;
    line-height: 1.1;
}
.mansion_description{
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 10px 30px;
    line-height: 1.3    ;
}
.mansion_price_details{
    font-weight: bold;
    padding: 10px;
    text-align: right;
}
.mansion_price{
    font-size: 60px;
    line-height: 1.1;
}
.mansion_details{
    width: 100%;
    text-align: right;
    line-height: 1.1;
}
.mansion_details a, .mansion_details a:hover{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 27px;
    line-height: 1.1;
    display: block;
}
.filter_wrapper{
    background: rgba(255,255,255,.4);
    padding: 0px 0;
    position: absolute;
    z-index: 12;
    bottom: 0;
    width: 100%;
}
.where_to_live label{
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.where_to_live .title{
    padding-bottom: 0 !important;
}
#ihf-main-container .mb-25{
    margin-bottom: 0 !important;
}
@media(max-width: 767px){
    #ihf-main-container .mt-10{
        margin-top: 0 !important;
    }
    .filter_wrapper{
        position: initial;
    }
}
#index_search_wrapper{
    display: flex;
}
.filters_left{
    flex: 3;
    align-self: flex-end;
    padding: 15px 0;
}
.filter_right{
    flex: 1;
    align-self: flex-end;
    text-align: right;
    padding: 15px 0;
}
.filter_right input[type=submit]{
    background: #0D305C;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
}
.title{
    font-size: 33px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}
.title.prop_index{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.filters_content{
    display: flex;
}
.filters_content input,
.filters_content select{
    flex: 1;
    margin: 0 5px;
}
.about_img img{
    width: 100%;
}
.about_info{
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 25px 15px;
}
.read_more_button{
    width: auto;
    margin: 0 0 15px 0;
    text-align: center;

}
.read_more_button a{
    background-color: #0d305c;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
}
.read_more_button a:hover{
    text-decoration: none;
}

.footer_index{
    position: relative;
    background: rgba(13,42,92,1);
    margin-bottom: 20px;
}
.footer_index .mansion_address{
    font-size: 30px;
}
.footer_index .second{
    left: 62%;
}
iframe .thumbnail img{
    width: 100%;
}
.footer_large_container{
    display: flex;
    margin-top: 25px;
    margin-bottom: 35px;
}
.footer_left_container,
.footer_right_container{
    width: 50%;
    flex: 1;
}
.footer_right_container{
    text-align: right;
}
.footer_addresses_container{
    display: flex;
    width: 100%;
}
.footer_addresses{
    flex: 1;
}
.footer_addresses span{
    font-family: 'OS-CB';
}
.footer_addresses.second{
    text-align: right;
}
.footer_left_container_logo{
    text-align: center;
}
.footer_left_container_logo img{
    width: 100%;
    max-width: 220px;
}
/************************ backpage ****************************/
.container_bp{
    padding-bottom: 20px;
    min-height: 450px;
}
.back_to a {
    margin: 0;
}

.flex_container {
    flex: 1;
    display: flex;
    min-width: 50%;
    max-width: 50%;
}

.flex_left {
    flex: 1;
    padding: 0 10px;
    font-size: 20px;
}

.flex_right {
    flex: 1;
    padding: 0 10px;
    font-size: 20px;
}
.bp_image_carousel{
    position: relative;
    border-top: 3px solid #0D305C;
}
.bp_image_carousel img{
    width: 100%
}
.bp_wrapper{
    border-bottom: 3px solid #0D305C;
}
.gallery-cell {
  width: 25%;
  height: 200px;
  margin-right: 10px;
  background: #333;
  text-align: center;
}
.gallery-cell img{
    width: auto;
}
.gallery-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

.gallery-cell-image.flickity-lazyloaded,
.gallery-cell-image.flickity-lazyerror {
  opacity: 1;
}
.staff_name{
    position: relative;
    z-index: 22;
    color: #fff;
    padding-top: 10px;
}
.blue_button{
    background: #0D305C;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    padding: 0px 10px;
    display: block;
    text-decoration: none;
}
.blue_button:hover{
    color: #fff;
    text-decoration: none;
}

/******* Media Query ********************* 
**************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/

@media (max-width: 1599px) {

}

@media (max-width: 1199px) {
    .mansion_address{
        font-size: 20px;
    }
    .mansion_description{
        font-size: 18px;
    }
    .mansion_price{
        font-size: 30px;
    }
    .mansion_details a, .mansion_details a:hover{
        font-size: 14px;
    }
    .sticky_bar{
        width: 7px;
        left: 31%;
    }
    .footer_index .mansion_address{
        font-size: 26px;
    }
    .gallery-cell img{
        max-width: 115px;
        width: 65%;
    }
}

@media (max-width: 991px) {
    p{
        font-size: 16px;
    }
   .background{
        width: 350px;
    }
    .sep_cont{
        font-size: 14px;
    }
    .sep_cont span {
        font-size: 18px;
    }
    h1.index{   
        font-size: 40px;
    }
    .index_small_content{
        font-size: 18px;
    }
    #index_search_wrapper{
        flex-wrap: wrap;
    }
    .footer_index .mansion_address{
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .background{
        width: 100%;
        position: relative;
    }
    .mansion_description{
        font-size: 15px;
    }
    .footer_index .mansion_address{
        font-size: 17px;
    }
    .footer_addresses{
        padding-left: 10px;
        padding-top: 10px;
    }
    .footer_right_container{
        padding-right: 10px;
        padding-top: 80px;
    }
    .filters_content{
        flex-direction: column;
    }
    .filters_content input, 
    .filters_content select {
        margin: 5px 5px;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    
    .bp_caption_cont {
        position: relative;
        bottom: 0;
        background: rgba(13,42,92,1);
        display: flex;
        width: 100%;
        left: auto; 
    }
    .footer_index{
        flex-direction: column;

    }
    .footer_index .sticky_bar{
        width: 100%;
        max-width: 100%;
        border: 3px solid #DBA109;
    }
    .middle{
        text-align: center;
    }
    .right-aligned{
        text-align: right;
    }
    .mansion_address{
        font-size: 15px;
    }
    .mansion_description{
        font-size: 12px;
    }
    .mansion_price_details{
        font-size: 20px;
    }
    .mansion_details a, .mansion_details a:hover{
        font-size: 14px;
    }
    .gallery-cell img{
        width: 75%;
    }
    #index_search_wrapper{
        flex-direction: column;
    }
    .filters_left{
        align-self: flex-start;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .footer_left_container {
        width: 100%;
    }
    .footer_right_container{
        width: 90%;
        margin: 20px auto;
        text-align: center;
        border-top: 1px solid #fff;
        padding-top: 20px;
    }
    .footer_addresses_container{
        flex-direction: column;
    }
    .footer_large_container {
        flex-direction: column;
        text-align: center;
    }
    .footer_addresses.second{
        text-align: center;
    }
    
    .footer_index .mansion_address{
        font-size: 14px;
    }
    .mansion_description{
        column-count: 1;
    }
    .mansion_price{
        font-size: 23px;
        padding-left: 10px;
    }
}
@media(max-width: 380px){

    .mansion_description{
        padding-left: 18px;
        padding-right: 10px;
    }
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/


/****************** forma generala rkrepro15 **************/


/**********************************************************/

.red {
    color: #820024;
}

.forma_generala label {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.forma_generala input[type=text],
.forma_generala input[type=email],
.forma_generala input[type=password],
.forma_generala select {
    width: 304px;
    font-size: 13px;
    display: block;
}

.forma_generala textarea {
    height: 80px;
    width: 304px;
    font-size: 13px;
    display: block;
}

.forma_generala select#size,
.forma_generala input[type=text]#quantity_nr {
    width: 65px;
    margin-left: 9px;
    text-align: left;
    height: 20px;
    margin-top: 2px;
}

#search_form_faq input[type=text]#search_field {
    width: 237px !important;
    height: 26px;
}

#search_form_faq input[type=submit]#go_search {
    margin-top: 0;
    margin-left: 5px;
}

.forma_generala select#metal {
    width: 203px;
    margin-left: 9px;
    text-align: left;
    height: 20px;
    margin-top: 2px;
}

.forma_generala input[type=submit],
.forma_generala input[type=reset],
.forma_generala input[type=button],
.view_cart_opt {
    background: rgb(13, 48, 92);
    color: #fff !important;
    font-size: 14px !important;
    padding: 3px 5px !important;
    border: none;
    display: block;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.forma_generala input[type=checkbox],
.forma_generala input[type=radio] {
    margin: 8px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.labelimportant,
#agree {
    display: inline-block !important;
    vertical-align: top;
}

.g-recaptcha {
    margin-top: 10px;
}
.g-recaptcha{
    width: 100%;
    transform-origin:0 0;
    -webkit-transform-origin:0 0;   
}
.mailto_form {
    max-width: 290px;
}
@media(max-width:664px) {
    .forma_generala > div > h2 {
        margin-top: 20px;
        padding-top: 0;
    }
    h2.shopcart {
        margin-top: 21px !important;
        margin-bottom: 0;
    }
}

@media(max-width:380px) {
    .bp_right {
        width: 264px;
    }
    .forma_generala,
    .faq_form {
        float: none !important;
    }
    .forma_generala input[type=text],
    .forma_generala input[type=email],
    .forma_generala textarea,
    .forma_generala input[type=password],
    .forma_generala select {
        width: 100%;
        font-size: 13px;
    }

    .formError {
        left: 138px !important;
    }
    #search_form_faq input[type=text]#search_field {
        width: 237px !important;
    }
    .labelimportant_ssl {
        width: 220px;
        display: inline-block !important;
    }
}

.pointer {
    cursor: pointer
}

.field_rowsl {
    float: left;
    margin: 0 10px 0 0;
}

.product_shortdescription {
    margin-top: 10px;
}

.textfield_button {
    float: left;
}


/************** alerts for forms ******************/


/*************************************************/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


/********* end forma generala************/


/****************************************/

.pad_rem_right {
    padding-right: 0;
}

.pad_rem_left {
    padding-left: 0;
}

.bp_left {
    width: calc(100% - 304px);
    float: left;
}

.bp_right {
    width: 304px;
    padding-left: 0;
    float: left;
}

.close_all {
    background: #f5f5f5;
    padding: 7px;
}

.close_all p {
    margin: 0;
    padding: 0;
}

.faq_item_content {
    margin: 0;
}


/************** FAQs form ************/


/*************************************/

.open_close_buttons {
    background: rgb(249, 163, 46);
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
    margin: 10px 0
}

.open_close_buttons:hover {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #525252;
    display: block;
}

.open_close_buttons.pointer {
    margin: 10px 0 0 0;
}

#form_faq_send,
#search_form_faq {
    margin-top: 10px;
}

@media(max-width:664px) {
    .bp_left,
    .bp_right {
        float: none;
    }
    .bp_left {
        width: 100%;
    }
    .bp_right {
        margin: 15px auto;
        padding-left: 0;
    }
    #search_form_faq > div > h2 {
        margin-top: 20px;
        padding-top: 0;
    }
}
ul.sitemap{
    list-style: none;
    margin: 0;
     padding: 0;
}
ul.sitemap li ul li a {
    color: #0D305C;
    font-weight: normal;
    text-decoration: none;
    padding-left: 7px;
}

ul.sitemap li a:hover,
ul.sitemap li a:active{
    text-decoration: none;
    color: #DBA109;
}


/************** pagination ***************/


/*****************************************/

.pag_numbers {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 127px);
    text-align: center;
}

.pag_butt_disabled {
    padding: 2px 10px;
    border: 1px solid #969696;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.pag_butt {
    border: 1px solid #969696;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.pag_butt a:hover {
    color: #fff;
    background: #F6A01A;
}

.pag_butt a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    color: #3c3c3c;
}

.numbers {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 5px;
    float: none !important;
}

.numbers li {
    display: inline-block;
    margin-right: 4px;
    list-style: none;
}

.numbers li a {
    padding: 0 5px;
    text-decoration: none;
    color: #3c3c3c;
    border: 1px solid #000;
    background: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.numbers li a:hover,
.numbers li a.sel {
    text-decoration: underline;
    color: #fff;
    background: #F6A01A;
}

.pag_buttons {
    margin: 10px 0;
}


/****************** end pagination ******************/

/***************************************************/
.gallery_container{
    display: flex;
    flex-wrap: wrap;
}
.gallery_row{   
    display: flex;
}
.pic_sl_description_member{
    flex: 3;
    padding-left: 15px;
}
.long_memeber_description{
    padding-top: 15px;
}
.short_description{
    padding-top: 15px;
}
.gallery_row .every_picture,
.gallery_row .every_s_picture{
    padding: 0;
}
.every_picture,
.every_s_picture {
    flex: 1;
    max-width: 20%;
    min-width: 20%;
    padding: 15px;
    vertical-align: top;
    position: relative;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.every_picture img,
.every_s_picture img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.gallery_pic_title {
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    padding-top: 7px;
    font-family: 'OS-CB';
}

.gallery_pic_title a,
.gallery_pic_title a:hover {
    color: #000;
    text-decoration: none;
    font-family: 'OS-CB';
}
.staff_position,
.staff_position a, 
.staff_position a:hover{
    font-family: 'OS-CB';
    font-size: 14px;
    color: #272727;
    text-decoration: none;
    display: block;
}
.staff_position,
.staff_short_description{
    padding-top: 7px;
}
.staff_short_description, 
.staff_short_description a, 
.staff_short_description a:hover{
    color: #272727;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
}
.bp_boxes {
    display: flex;
    flex-wrap: wrap;
}

.bp_box_container {
    margin: 0 1%;
    flex: 1;
    min-width: 145px;
    flex-wrap: wrap;
}

.bp_box_title {
    font-size: 18px;
    text-align: left;
    padding: 5px;
}

@media(max-width: 991px) {
    table img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .every_picture,
    .every_s_picture {
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        margin: 0 0 10px 0%;
    }
}

@media (max-width: 480px) {
    .gallery_row .every_picture,
    .gallery_row .every_s_picture{
        margin: 0 0 15px 0;
    }
    .gallery_row .every_picture img{
        width: 50%;
        min-width: 220px;
    }
    .every_picture,
    .every_s_picture {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        margin: 0 0 10px 0%;
    }
    .gallery_row{
        flex-direction: column;
    }
    .pic_sl_description_member{
        padding: 0;
    }
    .blue_button{
        margin-bottom: 10px;
    }
}

.dib {
    display: inline-block !important;
}

.dblk {
    display: block !important;
}

.overlay {
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 99;
}

.back_to_categ {
    float: right;
    margin-bottom: 10px;
    background: #525252;
    border: 1px solid #000;
    display: block;
    text-align: center;
    padding: 2px 10px;
}

.back_to_categ a,
.back_to_categ a:hover {
    text-decoration: none;
    color: #fff;
}

.back_to_categ:hover {
    background: #000;
    border: 1px solid #525252
}

.title_images {
    float: left;
    padding-right: 10px;
}

@media (max-width: 640px) {
    .editor img.pitigoii {
        width: 100%;
        max-width: 400px;
        height: auto !important;
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }
}


/**************** the end of GENERAL CLASSES usefull for sites
************************************************************************************/


#ihf-main-container{
    padding: 0 10px;
}
#ihf-main-container .glyphicon-search:before{
    content: 'SEARCH PROPERTY' !important;
    color: #fff;
    font-family: 'open_sansCL';
}
#ihf-main-container .btn-primary{  
    background: #0D305C !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-right: 15px !important;
    border-radius: 0 !important;
}

#ihf-main-container .form-inline .form-control,
#ihf-main-container .chosen-container-single .chosen-single{
    border-radius: 0 !important;
}
.where_plus_slider{
    position: relative;
}