/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
/* ---------- PARAMETRIC MIXINS ---------- */
/* MAX WIDTH */
/*.container {
	max-width: 970px;
}*/
/* MIN WIDTH */
h2, h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #313131;
    font-weight: 700;
}

.main-header .logo-container .logo {
    margin: 10px 0;
    /*height: 6em;*/
}

.main-header .logo-container section.contact {
    /*height: 21px;*/
    text-align: right;
}

.main-header .logo-container section {
    margin: 20px 0;
}

.main-header .logo-container section.contact ul li {
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #707070;
}

.search-container.top, .croll-container {
    display: none;
}
.search-container.bottom {
    display: block;
}

.main-content section > header {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background: #313131;
    padding: 5px 10px;
    margin-bottom: 10px;
    /*height: 30px;*/
}

.main-content section > header h2 {
    color: white;
}

.main-content section article {
    background: white;
    box-shadow: 0 1px 2px #8f8f8f;
    margin-bottom: 10px;
}

.main-content section article header {
    padding: 5px 10px;
}

.main-content section > header span {
    float: right;
    letter-spacing: -1px;
}

.main-content section > header span a {
    color: #b5b5b5;
    line-height: 21px;
}

.main-content section > header span .fa {
    color: #b5b5b5;
    padding-left: 5px;
    line-height: 21px;
}

.main-content section article header h3 {
    overflow: hidden;
}

.main-content section article header a {
    color: #313131;
}

.main-content section article .article-label {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    background: #ac3336;
    float: left;
    padding: 5px;
    margin-right: 5px;
}

.main-content section article .article-label.new, .main-content section article .article-label.exclusivity {
    font-weight: bold;

}

.main-content section article figure .article-label.new {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    padding: 10px 15px;
}

.main-content section article figure .article-label.exclusivity {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 5px;
}

.main-content section article .article-label.price {
    font-size: 12px;
    font-weight: bold;
}

.front-page div.labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

figure a img {
    width: 100%;
}

.main-footer {
    background: #181818;
    padding-bottom: 15px;
}

.main-footer .footer-container {
    margin-bottom: 15px;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #1f1f1f;
}

.btn {
    /*height: 42px;*/
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ac3336;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ac3336), to(#7d141d));
    background-image: -webkit-linear-gradient(top, #ac3336, #7d141d);
    background-image: -moz-linear-gradient(top, #ac3336, #7d141d);
    background-image: -o-linear-gradient(top, #ac3336, #7d141d);
    background-image: linear-gradient(to bottom, #ac3336, #7d141d);
    border: none;
    -webkit-box-shadow: 1px 1px 0px #250609;
    box-shadow: 1px 1px 0px #250609;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #510d13;
}

.btn:hover {
    color: #b5b5b5;
}

.main-content section .input .btn {
    margin-bottom: 21px;
}

.form-control {
    margin-bottom: 5px;
}

.main-content .search-container .search span.cautare-avansata {
    display: block;
    margin: 5px 0;
    font-weight: 700;
}

.main-content .search-container .search span.cautare-avansata a {
    color: #ac3336;
}

a.social-icon {
    position: relative;
    float: left;
    margin: 9px 0 0 8px;
}

a.social-icon img {
    padding: 0;
}

.main-footer .footer-container section {
    margin-bottom: 1em;
}

.main-footer .footer-container section header {
    margin-bottom: 1em;
}

.main-footer .footer-container section header h4 {
    color: white;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.main-footer .footer-container section p {
    color: #b5b5b5;
    margin-bottom: 1em;
}

.archive div.labels {
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.archive .content {
    padding: 5px 10px;
    text-align: justify;
}

.archive .ms-drop {
    left: 0px;
    margin-top: -35px;
}

.archive .ms-choice {
    top: -5px;
}

.archive.main-content section article figure .article-label.exclusivity {
    left: 30px;
}

.only-print {
    display: none;
}
.red {
    background-color: #ac3336 !important;
}

div.header .title {
    float: left;
}

div.header .title h3 {
    color: white;
}

div.header .id {
    float: right;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

div.header {
    padding: 5px;
}

.single .sub-header {
    margin: 10px 0 5px 0;
    overflow: auto;
}

.fb-like {
    clear: right;
    float: right;
}

div.sub-header .fb-like {
    margin: 2px 10px 0 0;
}

.item.active span {
    display: none;
}

.main-content section article {
    background: white;
    -webkit-box-shadow: 0 1px 2px #8f8f8f;
    box-shadow: 0 1px 2px #8f8f8f;
    margin-bottom: 1.5em;
}

.main-content section article.special {
    background: #ac3336;
    border: 1px solid #a91b28;
    color: white;
}

.main-content section article.special h3 {
    color: white;
}

.main-content section article.special .content {
    margin: 15px;
}

.main-content section article.special .content img {
    border: 4px solid #a91b28;
    width: 120px;
    height: 120px;
}

.main-content section article.single .table {
    color: #b5b5b5;
    border: none;
}

.main-content section article.single .table tbody tr td.col-field {
    color: #707070;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px;
    font-size: 14px;
}

.main-content section article.single .table tbody tr td {
    border-bottom: 1px dotted #313131;
    border-top: none;
}

.main-content section article.single .table tbody tr td.col-value {
    color: #313131;
    font-weight: bold;
    font-size: 14px;
}

article.single .table-responsive {
    overflow: hidden;
    border: none;
    margin-bottom: 0;
}

.single .content .row {
    margin-bottom: 30px;
}

.single .content ul {
    margin: 20px 10px;
    text-align: justify;
}

.row.img .content {
    overflow: auto;
}

.row.img .content .id {
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
}

.row.img .fb-like {
    margin-top: 5px;
    margin-right: 10px;
}

.row.img .labels div {
    margin-bottom: 5px;
}

#map-canvas {
    width: 100%;
    height: 30em;
    margin-bottom: 1.5em;
}

.main-content section article.page header {
    padding: 0;
    margin: 15px;
    text-align: center;
}

/*.single .form-control {*/
    /*!*height: 42px;*!*/
    /*font-size: 14px;*/
    /*color: #666666;*/
    /*border: 1px solid #c2c2c2;*/
    /*-webkit-border-radius: 0 0 0 0;*/
    /*border-radius: 0 0 0 0;*/
    /*-moz-background-clip: padding;*/
    /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    /*-webkit-box-shadow: 0 0 0 #7d7d7d;*/
    /*box-shadow: 0 0 0 #7d7d7d;*/
    /*width: 90%;*/
    /*margin: 5px auto;*/
/*}*/

.single .content .input .row {
    margin-bottom: 0px;
}

.content form .input label {
    margin-bottom: 5px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

h1 {
    color: #313131;
    font-weight: 700;
}

.main-content section article.page header {
    padding: 0 0 15px 0;
    margin: 10px 15px;
    border-bottom: 1px solid #b5b5b5;
}

.main-content section article.page .content {
    margin: 10px 15px;
    text-align: justify;
}

.main-content section article.page p {
    margin-bottom: 10px;
}

.main-content section > header.no-bg {
    background: none;
}

.contact form {
    margin-bottom: 10px;
    padding: 10px;
}

.main-content.contact section article.page .content {
    margin: 10px 15px;
    text-align: inherit;
}

.navbar-collapse {
    max-height: inherit;
}

header.heading h4 {
    font-weight: 700;
}
/*******************************************TABLETA***************************************/
@media (min-width: 768px) {
    .tip-proprietate {
        display: inline-block;
    }

    .main-content section #content-carousel .carousel-inner .item img {
        margin: 0 auto;
    }
}

/*******************************************DESKTOP***************************************/
@media (min-width: 1200px) {
    .container,
    .main-header,
    .main-content,
    .main-footer {
        /*max-width: none !important;*/
        /*min-width: 1170px !important;*/
    }

    /* VARIABLES */
    /* GENERAL */
    body {
        font: 14px/21px Helvetica, Arial, sans-serif;
        color: #707070;
        -webkit-print-color-adjust: exact;
    }

    h1 {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #313131;
        font-weight: 700;
    }

    h2 {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #313131;
        font-weight: 700;
    }

    h3 {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #313131;
        font-weight: 700;
    }

    h4 {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 21px;
        color: #313131;
        font-weight: 700;
    }

    h5 {
        font-size: 14px;
        line-height: 21px;
    }

    h6 {
        font-size: 14px;
        line-height: 21px;
    }

    p {
        margin-bottom: 1.5em;
    }

    label {
        font-size: 13px;
    }

    .search-container.top, .croll-container {
         display: inherit;
    }

    .form-control {
        height: 42px;
        font-size: 13px;
        color: #666666;
        border: 1px solid #c2c2c2;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
    }

    .form-control::-webkit-input-placeholder {
        color: #666666;
    }

    .form-control:-moz-placeholder {
        color: #666666;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #666666;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #666666;
    }

    .form-group {
        margin-bottom: 21px;
    }

    .btn {
        height: 42px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ac3336;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ac3336), to(#7d141d));
        background-image: -webkit-linear-gradient(top, #ac3336, #7d141d);
        background-image: -moz-linear-gradient(top, #ac3336, #7d141d);
        background-image: -o-linear-gradient(top, #ac3336, #7d141d);
        background-image: linear-gradient(to bottom, #ac3336, #7d141d);
        border: none;
        -webkit-box-shadow: 1px 1px 0px #250609;
        box-shadow: 1px 1px 0px #250609;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 15px;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #510d13;
    }

    .btn:hover {
        color: #b5b5b5;
    }

    /* HEADER */
    .main-header .logo-container .logo {
        margin: 0.75em 0;
        height: 6em;
    }

    .main-header .logo-container .logo img {
        display: inline-block;
    }

    .main-header .logo-container section {
        margin: 3em 0;
    }

    .main-header .logo-container section.contact {
        height: 21px;
        text-align: right;
    }

    .main-header .logo-container section.contact ul li {
        display: inline;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 21px;
        color: #707070;
        margin-right: 21px;
    }

    .main-header .logo-container section.contact ul li .fa {
        color: #b5b5b5;
        padding-right: 7px;
    }

    .main-header .logo-container .secondary-menu {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        text-align: right;
        margin: 3em 0;
    }

    .main-header .logo-container .secondary-menu ul {
        margin-bottom: 1.5em;
    }

    .main-header .logo-container .secondary-menu ul.interactive-links li a {
        color: #ac3336;
    }

    .main-header .logo-container .secondary-menu ul li {
        display: inline;
    }

    .main-header .logo-container .secondary-menu ul li a {
        color: #b5b5b5;
        font-weight: 300;
        padding: 0 0.5em;
    }

    .main-header .logo-container .secondary-menu ul li a:hover,
    .main-header .logo-container .secondary-menu ul li a.current {
        color: white;
        text-decoration: none;
    }

    .main-header .logo-container .secondary-menu ul li .fa {
        color: #ac3336;
        padding-right: 0.5em;
    }

    .main-header .menu-container {
        background: #ac3336;
    }

    .main-header .menu-container .menu {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        height: 4.5em;
    }

    .main-header .menu-container .menu ul {
        float: left;
        z-index: 999999;
    }

    .main-header .menu-container .menu ul.social-links {
        float: right;
    }

    .main-header .menu-container .menu ul.social-links li:last-child a.social-icon {
        padding-right: 0;
        background: none;
    }

    .main-header .menu-container .menu ul.social-links li a.social-icon {
        padding: 0 0.5em;
    }

    .main-header .menu-container .menu ul.social-links li a.social-icon img {
        padding: 0.5em 0 0 0;
        display: block;
    }

    .main-header .menu-container .menu ul li {
        float: left;
        position: relative;
    }

    .main-header .menu-container .menu ul li a {
        color: white;
        font-weight: 400;
        padding: 1.5em 1.3em;
        display: block;
        position: relative;
    }

    .main-header .menu-container .menu ul li a:hover,
    .main-header .menu-container .menu ul li a.current {
        color: #575757;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .main-header .menu-container .menu ul li .fa {
        color: #ac3336;
        padding-right: 0.5em;
    }

    .main-header .menu-container .menu ul li ul {
        position: absolute;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        background: #181818;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .main-header .menu-container .menu ul li ul li {
        float: none;
        position: relative;
        white-space: nowrap;
        border-bottom: 1px solid #222222;
    }

    .main-header .menu-container .menu ul li ul li a {
        font-size: 12px;
        line-height: 21px;
        color: #b5b5b5;
        padding: 10.5px 21px 9.5px 21px;
    }

    .main-header .menu-container .menu ul li ul li a:hover,
    .main-header .menu-container .menu ul li ul li a.current {
        color: white;
    }

    .main-header .menu-container .menu ul li:hover > ul {
        opacity: 10;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .main-header .menu-container .menu ul li:hover > a {
        color: #d9d9d9;
        text-decoration: none;
    }

    .main-header #header-carousel {
        height: 21em;
        position: relative;
    }

    .main-header #header-carousel .carousel-inner {
        height: 100%;
    }

    .main-header #header-carousel .carousel-inner .item {
        height: 100%;
    }

    .main-header #header-carousel .carousel-inner .item .fill {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container {
        width: 100%;
        height: 21em;
        position: relative;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container .content {
        background: url(../images/opacity.png);
        padding: 1.5em;
        width: 370px;
        height: 6em;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 3em;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container .content h2 {
        font-size: 21px;
        font-weight: 300;
        text-shadow: 1px 1px 1px #313131;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container .content h2 a {
        color: white;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container .content h2 a:hover {
        text-decoration: none;
        color: #ac3336;
    }

    .main-header #header-carousel .carousel-inner .item .fill .content-container .content span {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        color: #b5b5b5;
        font-style: italic;
        letter-spacing: -1px;
        text-shadow: 1px 1px 1px #313131;
    }

    .main-header #header-carousel > .content-container {
        width: 100%;
        height: 18em;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .main-header #header-carousel > .content-container .content {
        height: 18em;
        position: relative;
    }

    .main-header #header-carousel > .content-container .content .search {
        background: url(../images/opacity.png);
        padding: 1.5em 1.5em 0 1.5em;
        margin-top: 7.5em;
    }

    .main-header #header-carousel > .content-container .content .search .input {
        margin-bottom: 1.5em;
    }

    .main-header #header-carousel > .content-container .content .controls {
        position: absolute;
        right: 0;
        top: 15em;
    }

    .main-header #header-carousel > .content-container .content .controls .control {
        float: left;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3em;
        text-align: center;
        margin-left: 1px;
        color: #707070;
        background: #313131;
    }

    .main-header .croll-container {
        background: #dbdbdb;
        position: relative;
        z-index: 9999;
    }

    .main-header .croll-container .croll {
        font-size: 12px;
    }

    .main-header .croll-container .croll a {
        color: #313131;
        margin-right: 21px;
    }

    .main-header .croll-container .croll a:before {
        font-family: 'FontAwesome';
        color: #b5b5b5;
        content: '\f0da';
        margin-right: 0.75em;
    }

    .main-header .croll-container .croll .croll-label {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        color: white;
        text-transform: uppercase;
        background: #313131;
        float: left;
        width: 168px;
        text-align: center;
        margin: 10.5px 10.5px 10.5px 0;
    }

    .main-header .croll-container .croll #header-newsticker {
        float: left;
        line-height: 42px;
        width: 961.5px;
        overflow: hidden;
    }

    /* CONTENT */
    .main-content {
        background-image: url(../images/bg.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 3em;
    }

    .search-container.top {
        display: block;
    }
    .search-container.bottom {
        display: none;
    }

    .main-content .search-container {
        margin: -3em 0 3em 0;
    }

    .main-content .search-container .search {
        background: #313131;
        height: 6em;
        padding: 1.5em;
        position: relative;
    }

    .main-content .search-container .search .input {
        float: left;
        width: 165px;
        margin-right: 30px;
    }

    .main-content .search-container .search .input.last {
        width: 123px;
        margin-right: 0;
    }

    .main-content .search-container .search .cautare-avansata {
        position: absolute;
        right: 34px;
        bottom: 0;
    }
    .main-content .search-container .search span.cautare-avansata {
        display: initial;
        margin: initial;
        font-weight: initial;
    }

    .main-content .search-container .search span.cautare-avansata a {
        color: #b5b5b5;
    }

    .main-content .search-container .search .cautare-avansata a {
        font-size: 12px;
    }

    .main-content .search-container .search .cautare-avansata a:hover {
        text-decoration: none;
        color: white;
    }

    .main-content section {
        margin-bottom: 1.5em;
    }

    .main-content section.sidebar-section {
        background: white;
        -webkit-box-shadow: 0 1px 2px #8f8f8f;
        box-shadow: 0 1px 2px #8f8f8f;
    }

    .main-content section.sidebar-section > header {
        background: #ac3336;
    }

    .main-content section.sidebar-section > header h3 {
        color: white;
    }

    .main-content section.sidebar-section > .content {
        padding: 0 1.5em;
    }

    .main-content section.sidebar-section .exchange {
        width: 100%;
        font-size: 12px;
        margin-bottom: 21px;
    }

    .main-content section.sidebar-section .exchange .light {
        color: #b5b5b5;
    }

    .main-content section > header {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        background: #313131;
        padding: 0.75em 1.5em;
        margin-bottom: 1.5em;
        height: 3em;
    }

    .main-content section > header.no-bg {
        background: none;
        padding: 0.75em 0;
    }

    .main-content section > header.no-bg h2 {
        color: #313131;
    }

    .main-content section > header h2 {
        color: white;
    }

    .main-content section > header span {
        float: right;
        letter-spacing: -1px;
    }

    .main-content section > header span a {
        color: #b5b5b5;
    }

    .main-content section > header span a:hover {
        text-decoration: none;
    }

    .main-content section > header span .fa {
        color: #b5b5b5;
        padding-left: 0.5em;
    }

    .main-content section article {
        background: white;
        -webkit-box-shadow: 0 1px 2px #8f8f8f;
        box-shadow: 0 1px 2px #8f8f8f;
        margin-bottom: 1.5em;
    }

    .main-content section article.wide figure {
        position: relative;
        height: 168px;
        overflow: hidden;
    }

    .main-content section article.wide figure img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    .main-content section article.wide header {
        padding: 1.5em 0 5em 0;
        margin: 0 30px 0 0;
        border-bottom: 1px solid #b5b5b5;
        height: 6em;
    }

    .main-content section article.wide header h3 {
        width: 350px;
        height: auto;
    }

    .main-content section article.wide header .title-container .title {
        float: left;
        margin-right: 1.5em;
    }

    .main-content section article.wide header .title-container .labels {
        clear: both;
        margin-top: 3px;
        float: left;
        position: inherit;
    }

    .main-content section article.wide .content {
        margin: 1em 30px 1.5em 0;
        height: 42px;
        overflow: hidden;
    }

    .main-content section article.page header {
        padding: 0 0 1.5em 0;
        margin: 1.5em 30px;
        border-bottom: 1px solid #b5b5b5;
        height: 3em;
    }

    .main-content section article.page .content {
        margin: 1.5em 30px;
    }

    .main-content section article.single header {
        /*padding: 0 0 1.5em 0;*/
        padding: 0;
        margin: 1em 30px 1.5em 30px;
        /*border-bottom: 1px solid #b5b5b5;*/
        height: 5em;
    }

    .main-content section article.single header.heading {
        margin: 1.5em 0 1em 0;
        height: auto;
    }

    .main-content section article.single header .title-container .title {
        float: left;
        margin-right: 1.5em;
    }

    .main-content section article.single header .title-container .labels {
        float: left;
        margin-top: 0.3em;
        clear: both;
    }

    .main-content section article.single .content {
        margin: 1.5em 30px;
    }

    .main-content section article.single .table {
        margin-bottom: 1.5em;
        color: #b5b5b5;
    }

    .main-content section article.single .table tbody tr td {
        padding: 0;
        line-height: 21px;
        border-top: none;
        border-bottom: 1px dotted #313131;
    }

    .main-content section article.single .table tbody tr td.col-field {
        color: #707070;
        max-width: 166px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main-content section article.single .table tbody tr td.col-value {
        color: #313131;
        font-weight: bold;
    }

    .main-content section article.single ul li:before {
        font-family: 'FontAwesome';
        color: #b5b5b5;
        content: '\f0da';
        margin-right: 0.75em;
    }

    .main-content section article.special {
        background: #ac3336;
        border: 1px solid #a91b28;
    }

    .main-content section article.special header {
        padding: 1.5em 0;
        margin: 0 30px;
        border-bottom: 1px solid #a91b28;
        height: 4.5em;
    }

    .main-content section article.special header h3 {
        color: white;
        font-weight: 400;
        text-shadow: 1px 1px 0px #313131;
    }

    .main-content section article.special .content {
        margin: 1.5em 30px;
    }

    .main-content section article.special .content h4, .main-content section article.special .content h3 {
        color: white;
    }

    .main-content section article.special .content h3 {
        font-weight: 500;
    }

    .main-content section article.special .content img {
        border: 4px solid #a91b28;
        width: 126px;
        height: 126px;
    }

    .main-content section article.special .content p {
        font-size: 12px;
        color: white;
    }

    .main-content section article figure {
        position: relative;
        height: 197px;
        overflow: hidden;
    }

    .main-content section article figure img {
        width: 100%;
        display: block;
    }

    .main-content section article figure .article-label.exclusivity {
        position: absolute;
        top: 14px;
        left: 14px;
        font-size: 10px;
        padding: 0 0.5em;
    }

    .main-content section article figure .article-label.new {
        position: absolute;
        top: 14px;
        right: 14px;
        font-size: 10px;
        padding: 0 0.5em;
    }

    .main-content section article header {
        padding: 0.75em;
        height: 9em;
    }

    .main-content section article header h3 {
        /*height: 3em;*/
        height: 42px;
        overflow: hidden;
    }

    .main-content section article.single header h3 {
        overflow: hidden;
        height: auto;
    }

    .main-content section article header .id {
        float: right;
        color: #b5b5b5;
        text-transform: uppercase;
    }

    .main-content section article header a {
        color: #313131;
    }

    .main-content section article header a:hover {
        color: #707070;
        text-decoration: none;
    }

    .main-content section article header span {
        font-size: 12px;
        color: #b5b5b5;
        position: relative;
        top: 2px;
    }

    .main-content section article .article-label {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        background: #ac3336;
        float: left;
        padding: 0 0.5em;
        margin-right: 0.5em;
    }

    .main-content section article .article-label.price {
        font-size: 12px;
        font-weight: bold;
    }

    .main-content section article .article-label.new {
        color: white;
        font-weight: bold;
        background: #ac3336;
    }

    .main-content section article .article-label.exclusivity {
        color: white;
        font-weight: bold;
        background: #ac3336;
    }

    .main-content section .pagination {
        margin: 0 0 21px 0;
    }

    .main-content section .pagination li.active a {
        color: white;
        background: #ac3336;
        border-color: #ac3336;
    }

    .main-content section .pagination li a {
        color: #ac3336;
        border: 1px solid #ac3336;
    }

    .main-content section .input label {
        margin-bottom: 10.5px;
    }

    .main-content section .input .form-control {
        margin-bottom: 21px;
    }

    .main-content section .input textarea {
        height: 63px;
    }

    .main-content section .input .btn {
        margin-bottom: 21px;
    }

    .main-content section #content-carousel {
        /*height: 500px;*/
        /*margin-bottom: 20px;*/
        background: rgba(181, 181, 181, 0.04);
    }

    .main-content section #content-carousel .carousel-inner {
        height: 100%;
    }

    .main-content section #content-carousel .carousel-inner .item {
        height: 100%;
    }

    .main-content section #content-carousel .carousel-inner .item img {
        /*max-height : 513px;*/
        margin: 0 auto;
    }

    .main-content section #content-carousel-thumbnails {
        margin-bottom: 1em;
    }

    .main-content section #content-carousel-thumbnails ul li {
        display: inline;
    }

    .main-content section #content-carousel-thumbnails ul li:before {
        content: '';
        margin-right: 0;
    }

    .main-content section #content-carousel-thumbnails ul li a img {
        float: left;
        display: block;
        margin: 0 6px 6px 0;
    }

    /* FOOTER */
    .main-footer {
        background: #181818;
        padding-bottom: 1.5em;
    }

    .main-footer .footer-container {
        margin-bottom: 1.5em;
        padding: 3em 0 1.5em 0;
        border-bottom: 1px solid #1f1f1f;
    }

    .main-footer .footer-container section {
        margin-bottom: 1.5em;
    }

    .main-footer .footer-container section header {
        margin-bottom: 1.5em;
    }

    .main-footer .footer-container section header h4 {
        color: white;
    }

    .main-footer .footer-container section p {
        font-size: 12px;
        color: #b5b5b5;
    }

    .main-footer .footer-container section a {
        color: #ac3336;
    }

    .main-footer .footer-container section ul {
        font-size: 12px;
        font-weight: bold;
    }

    .main-footer .copyright-container p {
        font-size: 12px;
        color: #b5b5b5;
        margin-bottom: 0;
    }

    .main-footer .copyright-container #to-top {
        color: #ac3336;
        font-weight: bold;
    }

    #map-canvas {
        width: 100%;
        height: 30em;
        margin-bottom: 1.5em;
    }

    .tproject {
        text-align: center;
        border: 1px solid black;
    }

    .tproject th {
        text-align: center;
        border: 1px solid black;
        color: white;
        font-weight: bold;
    }

    .tproject td {
        text-align: center;
        border: 1px solid black;
        color: black;
    }

    body .pp_social {
        display: none;
    }

    body .pp_gallery {
        margin-top: 5px;
    }

    .fb-like {
        clear: right;
        float: right;
    }

    .ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vandut {
        height: 250px;
        width: 350px;
        position: absolute;
        background-image: url(../images/vandut.png);
        z-index: 100;
        background-size: cover;
        left: 150px;
        top: 50px;
    }

    .descriere {
        text-align: justify;
    }

    .main-content section article.single ul li.descriere:before {
        content: '';
    }

    .carousel-inner .item img {
        margin: 0 auto;
    }

    #content-carousel-thumbnails li {
        display: inline-block;
        margin: 20px 10px;
    }

    .item.active span {
        display: none;
    }

    /*.img .content {*/
    /*margin: 20px 30px;*/
    /*}*/
    .img article {
        overflow: auto;
    }

    .row.img section {
        margin-bottom: 0;
    }

    .red {
        background-color: #ac3336 !important;
    }

    .main-content section article header.only-print h3 {
        color: white !important;
        height: auto;
        font-size: 15px;
    }

    .only-print .id, .only-print .title, .only-print .labels {
        display: inline-block;
    }

    .only-print .id {
        color: white !important;
    }

    .main-content section article header.only-print {
        height: auto;
    }

    header.only-print {
        margin-bottom: 20px;
    }

    .only-print {
        display: none;
    }

    .main-content section article .only-print .article-label.price {
        font-size: 15px;
    }

    .main-content section article .only-print .article-label {
        font-size: 15px;
    }

    .main-content section article.single ul li.only-print:before {
        content: none !important;
    }

    .only-print .print-img img {
        width: 100%;
    }

    div.header {
        padding: 10px;
    }

    div.header .title {
        float: left;
    }

    div.header .title h3 {
        color: white;
    }

    div.header .id {
        float: right;
        color: white;
        text-transform: uppercase;
    }

    div.sub-header .labels {
        padding: 10px;
        height: 35px;
        display: inline-block;
    }

    div.sub-header .fb-like {
        margin: 10px;
    }

    .front-page div.labels {
        position: static;
    }

}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media print {
  .logo {
    margin-left: -25px !important;
  }

  .main-content section article.special .content p {
    font-size: 14px;
  }
  
  .print-list{
    margin-left: 200px;
  }

  .only-print{
    display: block;
  }
  .main-content section article.page header {
    margin-bottom: 10px;
    border-bottom: none;
  }

  #map-canvas {
    margin-top: -30px;
  }
  .col-xs-4 section {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .off-print {
    display: none;
  }

  .menu-container, .croll-container, footer, .id a, .moreinfo {
    display: none;
  }
  .col-md-6 {
    width: 49%;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-top;
  }
  .table-responsive {
    overflow: hidden;
    border: none;
  }
  .table-responsive .table {
    margin-bottom: 0!important;
  }
  .heading {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
  .main-content {
    padding-top: 10px;
  }
  .contact {
    padding-right: 50px;
  }

  /*.main-content section article.special {*/
    /*padding-right: 50px;*/
    /*width: 300px;*/
    /*border: none;*/
  /*}*/
  .main-content section article.special .content {
    margin: 1.5em 30px;
  }
  .main-content section article.special .content h4 {
    color: white !important;
  }
  .main-content section article.special .content p {
    color: white !important;
  }
  .main-content section article.special .content img {
    border: 4px solid #a91b28 !important;
    width: 126px;
    height: 126px;
  }
  .main-content .col-xs-4 section article{
    border: 1px solid #8f8f8f !important;
  }

  .main-content section article .article-label {
    color: white !important;
    text-transform: uppercase;
    background: #ac3336 !important;
  }
  /*.main-content section article.single header {*/
    /*padding: 10px;*/
    /*height: auto;*/
  /*}*/
  .fr {
    float: right;
   }
  .fb-like {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .main-content section article.special {
    background-color: #ac3336 !important;
    border: 1px solid #a91b28 !important;
  }
  .col-xs-8 {
    width: 64.5%;
  }

  .carousel-inner span {
    display: none;
  }

  .main-content section article.special .content {
    margin: 18px 20px;
  }

  .main-content section article.special .content img {
    width: 150px;
    height: 150px;
  }
  .logo-container {
    margin-left: 40px;
  }
  @page {
    size: auto;
    margin: 20px 10px;
  }
}