/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.11.2014, 02:50:53
    Author     : Daniel
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

body {
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    background-color: #f3f3f3;
}
.page-pic-header {
    padding: 60px 0 10px 0;
    background-color: #cccccc;
}
.page-pic-header ol {
    margin: 0;
    background-color: transparent;
}
/* #header-line */
#header-line {
    position: absolute;
    top: 44px;
    right: 0px;
    left: 0;
    z-index: 888;
    font-size: 13px;
    line-height: 21px;
    color: #dddddd;
    background-color: rgba(51,51,51,0.7);
}
#header-line .cont {
    padding-left: 236px
}
/* .container-title */
h1.container-title {
    margin: 30px 15px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 1px solid #cecece;
}
h2.container-title {
    margin: 15px;
    position: relative;
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    color: #666666;
}
@media (min-width: 768px) {
    h2.container-title {
        font-size: 30px;
        line-height: 33px;
    }
}
h2.container-title:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0.4em;
    right: 0px;
    left: 0px;
    z-index: -1;
    background-color: #cecece;
}
h2.container-title span {
    padding-right: 15px;
    background-color: #f3f3f3;
}
.header-logo {
    width: 160px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 900;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
    .header-logo {
        width: 221px;
        height: 83px;
    }
}
.header-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.navbar {
    min-height: auto;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #333333;
}
.navbar-nav {
    padding: 5px 0;
}
.navbar-nav > li > a {
    font-weight: 600;
    color: #ffffff;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 7px 15px;
    }
}
.navbar-nav > li > a:after,
.navbar-nav > li > a:after {
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.1s linear 0s;
    background-color: #3aa5cf;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    background-color: transparent;
}
@media (max-width: 767px) {
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav .open > a,
    .navbar-nav .open > a:hover,
    .navbar-nav .open > a:focus {
        background-color: #222222;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a:hover:after,
    .navbar-nav > li > a:focus:after {
        width: 100%;
    }
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #333333;
}
.navbar-nav .dropdown-menu > li > a {
    font-weight: 600;
    color: #cccccc;
    border-top: 1px solid #555555;
}
.navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
}
@media (min-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 25px;
    }
}
.navbar-nav .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #555555;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
    background-color: #222222;
}
.navbar-toggle {
    border-radius: 0px;
    background-color: #222222;
}
.navbar-toggle.collapsed {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #777777;
}
/*home-slider video */
#home-slider {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#home-slider video {
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);        
}
@media (min-width: 768px) {
    #home-slider {
        height: 550px;
    }
}
@media (min-width: 992px) {
    #home-slider {
        height: 600px;
    }
    #home-slider video {
        display: block;    
    }
}
@media (min-width: 1200px) {
    #home-slider {
        height: 750px;
    }
}
/* #home-slider */
#home-slider .carousel,
#home-slider .item,
#home-slider div.active {
    height: 320px;
}
@media (min-width: 768px) {
    #home-slider div.carousel,
    #home-slider div.item,
    #home-slider div.active {
        height: 600px;
    }
}
.carousel-inner {
    height: 100%;
}
.carousel .item {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
.carousel .active.left,
.carousel .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel .next,
.carousel .prev {
    left: 0;
    z-index: 1;
}
.carousel .carousel-control {
    z-index: 1000;
    outline: none;
    background-image: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel .item .carousel-caption {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: auto;
    left: 0px;
    text-shadow: none;
    color: #999999;
    transition: 0.4s linear 0s;
}
@media (min-width: 768px) {
    .carousel .item .carousel-caption {
        width: 550px;
        margin-left: -275px;
        top: 0px;
        left: 50%;
    }
}
@media (min-width: 992px) {
    .carousel .item .carousel-caption {
        width: 550px;
        margin-left: -455px;
        top: 0px;
        left: 50%;
    }
}
@media (min-width: 1200px) {
    .carousel .item .carousel-caption {
        width: 550px;
        margin-left: -555px;
        top: 0px;
        left: 50%;
    }
}
.carousel .item.next.left .carousel-caption,
.carousel .item.next.right .carousel-caption,
.carousel .item.prev.left .carousel-caption,
.carousel .item.prev.right .carousel-caption {
    top: 50px;
}
.carousel .item.active .carousel-caption {
    top: 50px;
}
.carousel .item.active.left .carousel-caption,
.carousel .item.active.right .carousel-caption {
    top: 100px;
}
.carousel-caption h2 {
    margin: 0;
    padding: 10px 15px;
    float: left;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background-color: #3aa5cf;
}
.carousel-caption h2:after {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    z-index: 1;
    border-top: 20px solid #3aa5cf;
    border-right: 20px solid transparent;
}
@media (max-width: 767px) {
    .carousel-caption h2 {
        background-color: rgba(58,165,207,0.8);
    }
    .carousel-caption h2:after {
        display: none;
    }
}
.carousel-caption p {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    position: relative;
    background-color: #ffffff;
}
.carousel-caption p:before {
    content: "";
    height: 1px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    left: 10px;
    background-color: #dddddd;
}
@media (max-width: 767px) {
    .carousel-caption p {
        display: none;
    }
}
.carousel-caption ul {
    width: 100%;
    margin: 0;
    padding: 5px;
    overflow: auto;
    list-style: none;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .carousel-caption ul {
        background-color: rgba(255,255,255,0.8);
    }
}
.carousel-caption ul li {
    padding: 0 10px;
    float: right;
    font-size: 14px;
    line-height: 22px;
}
.carousel-caption ul li.price {
    float: left;
    color: #666666;
}
.carousel-control {
    height: 100px;
    width: 50px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    top: 250px;
    z-index: 1;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
    background-image: none;
}
.carousel-control > i {
    font-size: 30px;
}
.carousel-control.left > i {
    margin: 35px 0 0 -4px;
}
.carousel-control.right > i {
    margin: 35px 0 0 4px;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    background-color: #3aa5cf;
}
.carousel-control.left {
    left: 0px;
}
.carousel-control.right {
    right: 0px;
}
@media (max-width: 767px) {
    .carousel-control {
        display: none;
    }
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    content: "";
}
/* #home-search */
#home-search {
    position: absolute;
    top: 65px;
    right: 15px;
    left: 15px;
    z-index: 1000;
}
@media (min-width: 768px) {
    #home-search {
        top: 250px;
        right: 80px;
        left: 80px;
    }
}
.slogan {
    margin: 10px auto;
    padding: 5px 10px;
    color: #222222;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 0px 5px #222222;
    letter-spacing: 1px;
    border-radius: 10px;
}
#home-search .search {
    width: 100%;
    margin: auto;
    padding: 15px 5px;
    overflow: visible;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
}
@media (max-width: 767px) {
    #home-search .smallP {
        padding: 0 5px;
    }
}
@media (min-width: 768px) {
    #home-search .search {
        width: 600px;
        padding: 30px 15px;
    }
    .slogan {
        width: 600px;
    }
}
@media (min-width: 992px) {
    #home-search .search {
        width: 700px;
    }
    .slogan{
        width: 700px;
    }
}
#home-search .select2-selection.select2-selection--multiple {
    margin-bottom: 10px;
    border: 1px solid #aaa;
}
#home-search .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 45px;
    font-size: 16px;
}
#home-search .select2-container .select2-selection--single {
    height: 45px;
}
#home-search .select2.select2-container.select2-container--default {
    width: 100% !important;
}
#home-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px;
    font-size: 16px;
    line-height: initial;
    font-weight: 600;
}
.homePage .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 5px;
}
.homePage ul.select2-results__options {
    padding: 5px 0;
}
.homePage li.select2-results__option {
    padding: 4px 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333333;
}
.homePage .select2-container--default .select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #5897fb !important;
}
.homePage .select2-results {
    overflow: hidden;
}
.homePage .select2-results li.select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #3aa5cf;
}
.homePage .select2-results__option > .select2-results__group {
    padding: 0px 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666666 !important;
}
.homePage .select2-results__option[role="group"] {
    padding: 0 !important;
}
.homePage .select2-results__option[role="treeitem"] {
    padding: 6px 12px !important;
}
.homePage .select2-results__options--nested > .select2-results__option {
    padding: 6px 20px !important;
}
.homePage .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #3aa5cf !important;
}


#home-search .search input.form-control {
    height: 40px;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    border-color: #adadad;
}
@media (min-width: 768px) {
    #home-search .search input.form-control {
        height: 45px;
        margin-bottom: 15px;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 23px;
    }
}
#home-search .search .search-btn {
    width: 100% !important;
    margin-top: 15px;
    padding: 10px 20px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #75b6ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjZjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk3Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #75b6ce 0%, #0097ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b6ce), color-stop(100%,#0097ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #75b6ce 0%,#0097ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b6ce', endColorstr='#0097ce',GradientType=0 ); /* IE6-8 */
}
@media (min-width: 768px) {
    #home-search .search .search-btn {
        width: auto;
        margin: 0;
        padding: 10px;
        font-size: 18px;
        line-height: 23px;
    }
}
#home-search .search .search-btn:hover {
    background: #0097ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTdjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0097ce 0%, #75b6ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097ce), color-stop(100%,#75b6ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0097ce 0%,#75b6ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097ce', endColorstr='#75b6ce',GradientType=0 ); /* IE6-8 */
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
@media (min-width: 768px) {
    .owl-carousel .owl-item {
        padding: 0 15px;
    }
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation {
    padding: 10px 0 0 0;
}
@media (min-width: 768px) {
    .customNavigation {
        padding: 10px 15px 0 15px;
    }
}
.customNavigation .btn {
    height: 35px;
    width: 35px;
    margin-left: 5px;
    display: block;
    float: right;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0px;
    background-color: #3aa5cf;
}
.customNavigation .btn i {
    display: block;
}
.customNavigation .btn i.fa-angle-left {
    margin: -3px 0 0 -2px;
}
.customNavigation .btn i.fa-angle-right {
    margin: -3px 0 0 2px;
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/* #proprietati-recomandate */
#proprietati-recomandate {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    #proprietati-recomandate h2.container-title {
        margin: 15px 0;
    }
}
.proprietate-recomadata img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s linear 0s;
}
.proprietate-recomadata > a {
    height: 220px;
    display: block;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px) {
    .proprietate-recomadata > a {
        height: 219px;
    }
}
@media (min-width: 992px) {
    .proprietate-recomadata > a {
        height: 290px;
    }
}
@media (min-width: 1200px) {
    .proprietate-recomadata > a {
        height: 350px;
    }
}
.proprietate-recomadata .wrap {
    overflow: hidden;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
}
@media (min-width: 768px) {
    .proprietate-recomadata .wrap {
        height: 84px;
    }
    .proprietate-recomadata.similar .wrap {
        height: 76px;
    }
}
.proprietate-recomadata .details {
    padding: 10px;
    color: #666666;
    transition: 0.3s ease 0s;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .proprietate-recomadata .details {
        padding: 20px;
    }
}
.proprietate-recomadata .zone {
    margin: 0;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.proprietate-recomadata.similar .zone {
    font-size: 15px;
    line-height: 18px;
}
.proprietate-recomadata.similar > a {
    height: 220px;
    display: block;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px) {
    .proprietate-recomadata.similar > a {
        height: 200px;
    }
}
@media (min-width: 992px) {
    .proprietate-recomadata.similar > a {
        height: 180px;
    }
}
.proprietate-recomadata .title {
    font-size: 16px;
    line-height: 22px;
}
.proprietate-recomadata.similar .title {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proprietate-recomadata .price {
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.3s ease 0s;
    background-color: #3aa5cf;
}
.proprietate-recomadata.similar .price {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .proprietate-recomadata .price {
        padding: 31px 20px;
    }
    .proprietate-recomadata.similar .price {
        padding: 28px 20px;
    }
    .proprietate-recomadata.similar .ansamblu {
        height: 80px;
        padding: 20px;
    }
}
.proprietate-recomadata .price span {
    float: right;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .proprietate-recomadata:hover .wrap {
        border-right: none;
        border-bottom: 1px solid #3aa5cf;
        border-left: none;
    }
    .proprietate-recomadata:hover img {
        opacity: 0.6;
        -moz-opacity: 0.6;
    }
    .proprietate-recomadata:hover .details {
        transform: translateY(-100%);
    }
    .proprietate-recomadata:hover .price {
        transform: translateY(-100%);
    }
}
.proprietate-recomadata.similar.ansamblu_VV {
    margin-bottom: 30px;
}
.ansamblu_DETS {
    margin-bottom: 15px;
    clear: both;
}
.ansamblu_col_Pics {
    height: 300px;
    background-position: center;
    background-size: cover;
}
/* #filter-search */
#filter-search {
    padding: 15px 8px 0 8px;
    background-color: #ececec;
}
@media (min-width: 768px) {
    #filter-search {
        margin: 0 15px;
    }
}
#filter-search .btn-group {
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    float: left;
}
@media (min-width: 768px) {
    #filter-search .cFromCont {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    #filter-search .price.min {
        padding-right: 0px;
    }
    #filter-search .price.max {
        padding-left: 0px !important;
    }
    #filter-search .price.min span.select2-selection.select2-selection--single[aria-expanded="false"] {
        border-right: none;
    }
    #filter-search .price.min span.select2-selection.select2-selection--single[aria-expanded="true"] {
        border-radius: 4px 0 0 0;
    }
    #filter-search .price.min span.select2-selection.select2-selection--single {
        border-radius: 4px 0 0 4px;
    }
    #filter-search .price.max span.select2-selection.select2-selection--single[aria-expanded="true"] {
        border-radius: 0 4px 0 0;
    }
    #filter-search .price.max span.select2-selection.select2-selection--single {
        border-radius: 0 4px 4px 0;
    }
}
@media(min-width:992px) {
    .select2-selection--single .select2-selection__rendered {
        padding: 0 0 5px 0;
        line-height: inherit;
        color: #959595;
    }
    #filter-search .select2-selection--single .select2-selection__arrow {
        display: none;
    }
    .select2-selection__clear {
        position: absolute;
        top: 2px;
        right: 6px;
    }
    .select2-selection--single .select2-selection__clear {
        position: absolute;
        top: 5px;
        right: 0px;
    }
    #filter-search .select2-dropdown {
        //margin-top: 6px;
        font-size: 12px;
        line-height: 14px;
    }
    .select2-results {
        overflow: hidden;
    }
    .select2-results li.select2-results__option[aria-selected="true"] {
        color: #ffffff;
        background-color: #3aa5cf; 
    }
    .select2-results__option > .select2-results__group {
        padding: 3px 12px !important;
    }
    .select2-results__option[role="group"] {
        padding: 0 !important;
    }
    .select2-results__option[role="treeitem"] {
        padding: 6px 12px !important;
    }
    .select2-results__options--nested > .select2-results__option {
        padding: 6px 20px !important;
    }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #3aa5cf !important;
    }
    .badge {
        padding: 3px 5px;
        float: right;
        font-size: 10px;
        background-color: #586e8b;
    }
}
#filter-search .multiselect,
#filter-search .singleselect  {
    width: 100%;
}

/* #grid-oferte */
#grid-oferte {
}
@media (max-width: 767px) {
    #grid-oferte {
        padding: 0;
    }
}
.grid-oferta {
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}
.grid-oferta img {
    width: 103%;
    height: auto;
    margin-left: -3%;
    display: block;
    transition: 0.3s ease 0s;
}
.grid-oferta .img-wrapper-bg {
    width: 103%;
    height: 240px;
    margin-left: -3%;
    display: block;
    transition: 0.3s ease 0s;
    background-position: center;
    background-size: cover;
}
.grid-oferta .title {
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease 0s;
    background-color: rgba(255,255,255,0.8);
}
.grid-oferta .title:after {
    content: "";
    height: 3px;
    width: 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease 0s;
    background-color: #3aa5cf;
}
.grid-oferta .title span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #666666;
}
.grid-oferta .details {
    margin: 0;
    padding: 10px 0;
    overflow: auto;
    list-style: none;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background-color: #ffffff;
}
.grid-oferta .details li {
    width: 50%;
    padding: 1px 0;
    float: left;
    text-align: center;
}
.grid-oferta .price {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    transition: 0.3s ease 0s;
    background-color: #ececec;
}
@media (max-width: 767px) {
    .grid-oferta .price {
        color: #ffffff;
        background-color: #3aa5cf;
    }
}
.grid-oferta .price span {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.5;
}
.grid-oferta:hover .titlu:after {
    width: 100%;
}
.grid-oferta:hover img,
.grid-oferta:hover .img-wrapper-bg{
    transform: translateX(2.9%);
}
.grid-oferta:hover .price {
    color: #ffffff;
    background-color: #3aa5cf;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    color: #0097ce;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0097ce;
}
/* #page-header */
#page-header {
    height: 120px;
    background-image: url('../img/video.jpg');
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
/* #oferta */
#oferta {}
#oferta > .wrapper {
    margin: 0 15px;
    padding: 15px 0;
    overflow: auto;
    background-color: #ffffff;
}
#oferta .zone {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
#oferta .pics-wrap img {
    width: 100%;
    height: auto;
    display: block;
}
#oferta .specifications {
    margin: 20px 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}
#oferta .specifications li {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
}
#oferta .specifications li i {
    font-size: 12px;
    color: #3aa5cf;
}
#oferta .specifications li span {
    color: #000000;
}
#oferta .price {
    margin: 20px 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background-color: #3aa5cf;
}
#oferta .price span {
    font-size: 14px;
}
#oferta p.description {
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    color: #555555;
}
#oferta .contact > .wrapper {
    margin: 15px 0;
    padding: 15px;
    overflow: auto;
    background-color: #ffffff;
}
#oferta .contact form {
    padding: 0;
}
#oferta .contact .form-group {
    margin-bottom: 5px; 
}
#oferta .contact label {
    font-weight: 300;
    color: #555555;
}
#oferta .contact .form-control {
    border-radius: 0px;
}
#oferta .contact textarea {
    resize: vertical;
}
/* #oferta2 */
#agent-sm {
    padding: 10px 15px;
    position: fixed;
    bottom: 0px;
    z-index: 300;
    background-color: #ffffff;
}
#agent-sm .custom-btn {
    width: 47%;
    text-align: center;
}
#agent-sm .custom-btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #75b6ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjZjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk3Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #75b6ce 0%, #0097ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b6ce), color-stop(100%,#0097ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #75b6ce 0%,#0097ce 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #75b6ce 0%,#0097ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b6ce', endColorstr='#0097ce',GradientType=0 ); /* IE6-8 */
}
#agent-sm .custom-btn:hover {
    color: #ffffff;
    background: #0097ce; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTdjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWI2Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0097ce 0%, #75b6ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097ce), color-stop(100%,#75b6ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0097ce 0%,#75b6ce 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0097ce 0%,#75b6ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097ce', endColorstr='#75b6ce',GradientType=0 ); /* IE6-8 */
}
#oferta2 {
}
#oferta2 .pics-wrap {
    position: relative;
}
#oferta2 .pics-bg {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#oferta2 .bttns-view:hover {
    cursor: pointer;
}
@media (min-width: 768px) {
    #oferta2 .pics-wrap {
        height: 350px;
        margin: 0;
    }
    #oferta2 .pics-bg {
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}
@media (min-width: 992px) {
    #oferta2 .pics-wrap {
        height: 420px;
    }
}
@media (min-width: 1200px) {
    #oferta2 .pics-wrap {
        height: 500px;
    }
}
@media (min-width: 1600px) {
    #oferta2 .pics-wrap {
        height: 650px;
    }
}
#oferta2 .pics-wrap .plan-trigger {
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 800;
	font-weight: 600;
	color: #3aa5cf;
	background-color: #ffffff;
}
#oferta2 .title,
#oferta2 .price {
    margin: 0;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
@media (min-width: 768px) {
    #oferta2 .title,
    #oferta2 .price {
        padding: 7px 20px 7px 40px;
        position: absolute;
        left: 0px;
        font-size: 21px;
        line-height: 23px;
    }
}
@media (min-width: 992px) {
    #oferta2 .title,
    #oferta2 .price {
        font-size: 24px;
        line-height: 26px;
    }
}
#oferta2 .title {
    margin: 5px 0;
    color: #333333;
}
#oferta2 .price {
    margin-bottom: 10px;
    font-weight: 700;
    color: #3aa5cf;
}
@media (min-width: 768px) {
    #oferta2 .title {
        max-width: 100%;
        margin: 0;
        top: 95px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: rgba(255,255,255,0.8);
    }
    #oferta2 .price {
        margin: 0;
        top: 140px;
        font-weight: 400;
        color: #ffffff;
        background-color: rgba(58,165,207,0.8);
    }
}
@media (min-width: 992px) {
    #oferta2 .title {
        top: 95px;
        white-space: nowrap;
    }
    #oferta2 .price {
        top: 145px;
    }
}
#oferta2 .title span,
#oferta2 .price span {
    display: inline;
    font-size: 18px;
    line-height: 18px;
}
#oferta2 .title span.second,
#oferta2 .price span.second {
    display: inline;
    font-size: 14px;
    line-height: 14px;
}
@media (min-width: 768px) {
    #oferta2 .title span,
    #oferta2 .price span {
        padding-left: 15px;
        color: #dddddd;
    }
    #oferta2 .title span.second,
    #oferta2 .price span.second {
        padding-left: 10px;
    }
}
#oferta2 .menu {
    background-color: #333333;
}
#oferta2 .menu ul {
    margin: 0;
    list-style: none;
}
#oferta2 .menu li {
    float: left;
    border-right: 1px solid #555555;
}
#oferta2 .menu li:first-child {
    border-left: 1px solid #555555;
}
#oferta2 .menu li.special {
    float: right;
    border-left: 1px solid #555555;
}
@media (max-width: 1200px) {
    #oferta2 .menu li {
        /*width: 25%;*/
        margin-left: -1px;
        float: left !important;
        text-align: center;
    }
}
#oferta2 .menu li a {
    padding: 10px 20px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.1s linear 0s;
}
#oferta2 .menu li a:hover,
#oferta2 .menu li a:active,
#oferta2 .menu li a:focus {
    text-decoration: none;
    background-color: #222222;
}
#oferta2 .menu li a i {
    margin-right: 5px;
}
#oferta2 .menu li.special a:hover {
    color: #ffffff;
}
#oferta2 .wrapper {
    margin: 0 15px;
    padding: 15px 0;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    #oferta2 .container {
        padding: 0;
    }
}
#oferta2 .id {
    margin-bottom: 15px;
    overflow: auto;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
}
@media (min-width: 768px) {
    #oferta2 .id {
        padding: 5px 7px;
        background-color: #ececec;
    }
}
#oferta2 .id span {
    padding-left: 20px;
    font-weight: 600;
}
#oferta2 .agent {
    margin-bottom: 15px;
    padding: 5px 7px;
    overflow: auto;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #3aa5cf;
}
#oferta2 .agent b {
    font-weight: 900;
}
#oferta2 .agent a {
	color: #ffffff;
}
@media (min-width: 768px) {
    #oferta2 .agent b {
        padding: 0 20px 0 5px;
    }
}
#oferta2 .p-title {
    margin-bottom: 10px;
    padding-bottom: 7px;
    clear: both;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #3aa5cf;
    border-bottom: 1px solid #cecece;
}
#oferta2 .specifications {
    margin: 0 0 15px 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}
#oferta2 .specifications li {
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    color: #333333;
}
@media (min-width: 767px) {
    #oferta2 .specifications li {
        width: 50%;
        float: left;
    }
    #oferta2 .specifications li:nth-child(odd) {
        padding-right: 15px;
    }
    #oferta2 .specifications li:nth-child(even) {
        padding-left: 15px;
    }
}
#oferta2 .specifications li i {
    font-size: 12px;
    color: #3aa5cf;
}
#oferta2 .specifications li span {
    display: block;
    float: left;
}
#oferta2 p.description {
    margin: 0;
    /*padding: 0 15px;*/
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-word;
    color: #555555;
}

.category-table {
    width: 100%;
    margin-top: 10px;
}
.category-table th {
    padding: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333333;
    background-color: #f0f0f0;
}
.category-table td {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    border: 1px solid #f0f0f0;
}
.category-table > tbody > tr > td:first-child {
    width: 110px;
    font-weight: 600;
    text-transform: capitalize;
    border-right: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
    .category-table > tbody > tr > td:first-child {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    .category-table > tbody > tr > td:first-child {
        width: 110px;
    }
}
.category-table > tbody > tr:last-child td {
    /*border-bottom: none;*/
}

.form-contact {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}
.box-contact {
    margin-bottom: 30px;
    font-size: 12px;
}
.box-contact .wrp {
    padding: 26px 15px;
    color: #666666;
    background-color: #dddddd;
}
@media (min-width: 768px) {
    .form-contact {
        height: 347px;
    }
    .box-contact .wrp {
        height: 347px;
    }
}
.box-contact p.large {
    font-size: 31px;
    line-height: 35px;
    font-weight: 300;
}
.box-contact p.medium {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}
.box-contact ul {
    margin-top: 25px;
    padding: 0;
    list-style: none;
}
.box-contact ul li {
    display: block;
    overflow: auto;
}
.box-contact ul li * {
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box-contact p.large {
        margin-bottom: 5px;
    }
    .box-contact p.medium {
         margin-bottom: 10px;
    }
    .box-contact ul {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #companie {
        padding: 0;
    }
}
#companie .p-title {
    margin: 15px 0 0 0;
    padding: 5px 15px;
    font-weight: 300;
    background-color: #dddddd;
}
#companie .p-title:first-child {
    margin: 0;
}
#companie p {
    margin: 0;
    padding: 5px 15px;
    background: #ffffff;
}
#companie div.echipa {
    overflow: auto;
    background-color: #ffffff;
}
#companie div.echipa > div {
    border-bottom: 1px dotted #dddddd;
}
#companie .agent {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    transition: 0.1s linear 0s;
}
@media (min-width: 768px) {
    #companie div.echipa > div {
        /*border-bottom: none;*/
    }
    #companie .agent {
       height: 215px; 
    }
}
@media (min-width: 992px) {
    #companie .agent {
       height: 268px; 
    }
}
@media (min-width: 1200px) {
    #companie .agent {
       height: 223px; 
    }
}
#companie .agent a {
    color: #0097ce;
}
#companie .agent:hover,
#companie .agent:hover a {
    color: #ffffff;
    background-color: #0097ce;
}
#companie .agent .titl {
    font-size: 12px;
    font-weight: 300;
}
#companie .agent img {
    width: 50%;
    height: auto;
    margin: 10% auto;
    padding: 2px;
    display: block;
    border: 2px solid #dddddd;
    border-radius: 200px;
    transition: 0.1s linear 0s;
}
#companie .agent:hover img {
    width: 60%;
    margin: 5% auto 5% auto;
}
#companie .agent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#companie .agent ul li {
    font-weight: 400;
}
#companie h4 {
    margin: 15px 0 0 0;
    padding: 7px 15px;
    font-size: 14px;
    background-color: #eeeeee;
}
#companie .cariera {
    padding: 5px 30px;
    font-size: 13px;
    background-color: #ffffff;
}
.agent-companie {
    margin: 10px 0;
}
.agent-companie ul {
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #666666;
}
@media (min-width: 768px) {
    .agent-companie ul {
        padding: 20px 0;
    }
}
.agent-companie .name {
    font-weight: 600;
}
#adv {
    
}
#adv img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-normal-page h4 {
    padding: 4px;
    display: block;
    font-weight: 300;
    color: #666666;
    background-color: #dddddd;
}
.custom-normal-page img.adv {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block;
}
.custom-normal-page .hl,
.custom-normal-page a.link {
    font-weight: 600;
    color: #3aa5cf;
}
.custom-normal-page a {
    color: #666666;
}
.custom-normal-page .nav.nav-tabs {
    
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0px;
}
.custom-normal-page .tab-pane {
    padding: 10px;
    color: #444;
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.custom-normal-page div.line {
    margin: 5px 0;
    height: 1px;
    background-color: #ddd;
}
.custom-normal-page ul,
.custom-normal-page li,
.custom-normal-page p {
    margin: 0;
}
.custom-normal-page .tab-pane > ul {
    padding: 0 0 0 20px;
}
.custom-normal-page .tab-pane > ul > li{
    margin: 5px 0;
}

#footer {
    margin-top: 30px;
    padding: 30px 0 60px 0;
    background-color: #111111;
}
#footer > div > div {
    padding-bottom: 25px;
}
#footer a.title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #3aa5cf;
}
#footer a {
    display: block;
    font-size: 13px;
    color: #999999;
}
#footer .details {
    margin-top: 10px;
    font-size: 13px;
}
@media (max-width: 767px) {
    #footer a,
    #footer .details {
        text-align: center;
    }
    #footer img {
        margin: auto;
    }
}

.lg-backdrop {
    background-color: rgba(255,255,255,0.8) !important;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html {
    background-color: rgba(58,165,207,0.8) !important;
}
@media (max-width: 767px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        display: none !important;
    }
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: #ffffff !important;
}
.lg-toolbar {
    background-color: rgba(255,255,255,0.4) !important;
}

.agent-total-oferte {
	margin:0 -15px;
	overflow:auto;
	font-weight:600;
}
.agent-total-oferte a {
	font-size:13px;
	font-weight:400;
	color:#333;
}























