@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
/*@font-face {
    font-family: 'rotis-semi-sans';
    src: url('../fonts/rotissemisansro_bold-webfont.eot');
    src: url('../fonts/rotissemisansro_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotissemisansro_bold-webfont.woff2') format('woff2'),
    url('../fonts/rotissemisansro_bold-webfont.woff') format('woff'),
    url('../fonts/rotissemisansro_bold-webfont.ttf') format('truetype'),
    url('../fonts/rotissemisansro_bold-webfont.svg#rotissemisansrobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'rotis-semi-sans-light';
    src: url('../fonts/rotissemisansro_light-webfont.eot');
    src: url('../fonts/rotissemisansro_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotissemisansro_light-webfont.woff2') format('woff2'),
    url('../fonts/rotissemisansro_light-webfont.woff') format('woff'),
    url('../fonts/rotissemisansro_light-webfont.ttf') format('truetype'),
    url('../fonts/rotissemisansro_light-webfont.svg#rotissemisansrolight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff'),
    url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-italic-webfont.woff') format('woff'),
    url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
    url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff2') format('woff2'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single span  {
    color: #0071bc;
}
.bg-blue{
    background-color: #0071bc;
}
.bg-white{
    padding-bottom: 30px;
    background-color: #ffffff;
}
.footer-404 footer{
    margin: 0;
}
.text-404{
    color: white;
    font-size: 52px;
    margin: 0;
    padding: 15px 0;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}
.border-404{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 10px 0;
}
.center-img{
    display: block;
    margin: 0 auto;
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.calc-height{
    height: calc(100vh - 322px);
}
.th-zoom img {
    width: 230px;
}

.wrapper {
    height: 200px !important;
}

body {
    color: #231f20;
    font-size: 16px;
    padding-top: 92px;
}
@media (max-width: 768px) {
    body{
        padding-top: 62px !important;
    }
}

.no-pad{
    padding: 0;
}

h2 {
    color: #231f20;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 36px;
}
.mt0{
    margin-top: 0!important;
}
.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.row {
    margin-bottom: 0;
}

.navbar {
    background: black;
    border-radius: 0;
    margin: 0;
    border: 0 none;
}

.navbar-brand {

}

.no-pad {
    padding: 0;
}

ul.nav li {
    transition: all linear 0.3s;
}

.navbar-brand {
    float: left;
    height: 92px;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 20px;
}

ul.nav li a {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active >,
.navbar-default .navbar-nav > .active > {
    background-color: #00549a;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

ul.nav li.active,
ul.nav li:not(.login-btn-wrapper):hover {
    background-color: #00549a;
    transition: all linear 0.3s;
}

ul.nav li:hover a {
    color: #ffffff !important;
}

.social-header {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 99;
}

.social-header li {
    width: 44px;
    height: 44px;
    float: left;
    border-right: 1px solid #a7a7a8;
    background: white;
    margin: 0;
    position: relative;
}

.social-header li a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.social-header li a:hover {
    text-decoration: none;
}

.solicita_conf {
    margin-bottom: 100px;
    color: #ffffff;
    padding-left: 25px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 36px 15px;
    }

    .navbar-nav > li > a.login-btn {
        padding: 5px 10px;
        background: white;
        color: #00549a !important;
    }

    .navbar-nav > li > a.login-btn:hover {
        background-color: #00549a;
    }

    .navbar-nav > li > a.login-btn:focus {
        background-color: white;
        color: #00549a !important;
    }
}

.navbar-nav > li.login-btn-wrapper {
/*    margin: 30px 0 0 5px;*/
    margin: 30px 0 0 125px;
}

.ml0 {
    margin-left: 0 !important;
}
.ml100 {
    margin-left: 100 !important;
}

header {
    position: relative;
    width: 100%;
    display: block;
}

.banner {
    width: 100%;
    position: relative;
}

.banner h1 {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 48px;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.banner p {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 24px;
    color: white;
}

.btn {
    padding: 20px 35px;
    background-color: #0071bc;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn:hover {
    color: black!important;
}
.btn_upload:hover{
    color: #0071bc;
}
.icheckbox_square-blue.hover ~ label{
    text-decoration: underline !important;
}
.banner a {
    position: absolute;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner a:hover,
.banner a:focus {
    text-decoration: none;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    right: 5vw;
    display: block;
    width: 239px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    content: " ";
    text-align: center;
    opacity: 1;
    color: black;
    background: transparent;
    border-radius: 50px;
    border: 2px solid white;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    content: " ";
    text-align: center;
    opacity: 1;
    color: black;
    background: #00549a;
    border-radius: 50px;
    border: 2px solid white;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li:hover button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    content: " ";
    text-align: center;
    opacity: 1;
    color: black;
    background: #00549a;
    border-radius: 50px;
    border: 2px solid white;
    -webkit-font-smoothing: antialiased;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

h2.section-title {
    margin: 30px 0 30px;
}

h2.section-title div {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
  font-size: 36px;
   /* font-size: 30px;*/
    color: #231f20;
    text-transform: uppercase;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    width: 93%;
}

h2.section-title span {
    height: 35px;
    width: 10px;
    background: #808285;
    display: inline-block;
}

/*.video-share-container {
    position: relative;
}

.video-share-wrapper {
    width: 100%;
    background: #005b9f;
}

.video-share-wrapper {
    display: inline-block;
    position: absolute;
}*/
/**/
.video-share-container {
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    cursor: pointer;
    background: #000;
    max-height: 478px;
}
.video-share-container .bottom-share{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
.video-share-container .fb-share{
    vertical-align: bottom;
}
.video-share-container img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-share-container img, .video-share-container .video-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.video-share-container img {
    position: relative;
    display: block;
    height:auto;
    max-width: 100%;
    opacity: 1;
}
.home-slick .video-share-container img {
    /*opacity: 1;*/
}

.video-share-container .video-share-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-share-container .video-share-wrapper {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-share-container .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px;
    width: 100%;
    background-color: black;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    margin: 0 auto;
}
.video-share-container .socialBlock {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
.home-slick .video-share-container .socialBlock,
.slick-video-slide .video-share-container .socialBlock{
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.video-share-container:hover img {
    /*-webkit-transform: translate3d(0, -60px, 0);*/
    /*transform: translate3d(0, -60px, 0);*/
}

.video-share-container:hover .video-title,
.video-share-container:hover .socialBlock{
    z-index: 999;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/**/

.video-id {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 50px;
    color: white;
    padding: 10px 0 0 32px;
    display: inline-block;
    vertical-align: top;
}

.video-text-wrapper {
    padding: 20px 0 15px 10px;
    display: inline-block;
}

.video-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}

.video-description {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

.btn-video-like {
    width: 85px;
    height: 37px;
    background-size: 100% !important;
    background: url("../images/btn-video-like.png");
    /*width: 133px;*/
    /*height: 59px;*/
    display: inline-block;
    top: 25px;
    right: 45px;
    position: absolute;
}

.
.btn-video-share {
    width: 85px;
    height: 37px;
    background-size: 100% !important;
    background: url("../images/btn-video-share.png");
    /*width: 133px;*/
    /*height: 59px;*/
    display: inline-block;
    top: 25px;
    right: 153px;
    position: absolute;
}

.socialBlock {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 99;
}
#slick-video .socialBlock iframe,
.socialBlock iframe
{
    position: static;
    left:auto;
    width:105px;
    height:20px;
}
.fb-share{
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    padding: 3px 0 0 2px;
    color: #fff;
    background: #4267b2;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    text-transform: capitalize;
}
.fb-share:hover{
    background: #365899;
}
.mfp-content .fb-share{
    padding: 11px 0 0 2px;
    margin-left: 10px;
}
.mfp-bottom-bar {
    margin-top: 10px;
   /* left: 20px;
    font-weight: bold;
    font-size: 18px;*/
}

.socialBlock.bottomPoz {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 20px;
}
#page_inspiratie .socialBlock.bottomPoz {
    right: 30px;
    bottom: 110px;
}
.socialBlock.top-video{
    width: 120px;
    right:10px;
}
.beneficii .videoImgBlock{
    height: 510px;
}
.btn-play {
    background: url("../images/play.png");
    width: 128px;
    height: 128px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none;
    z-index: 99;
}

.btn-play:hover {
    background-size: 100%;
    width: 120px;
    height: 120px;
    outline: none;
}

/*#slick-video-thumbnails{*/
/*height: 478px;*/
/*}*/
.thumbnail-container {
    height: 237px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

/*.beneficii .thumbnail-container {
    height: 253px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center left;
}

.beneicii .slick-next .slick-arrow {
    bottom: -55px !important;
}*/

.thumbnail-wrapper {
    position: absolute;
    top: 0;
    color: white;
    width: 100%;
    height: 100%;
}

.thumbnail-id {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin: 10px 0 0 10px;
    vertical-align: top;
}

.thumbnail-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    width: 150px;
    margin: 25px 0 0 0px;
    text-transform: uppercase;
}

.btn-play-thumbnail {
    background: url("../images/play-thumbnail.png");
    width: 94px;
    height: 94px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.btn-play-thumbnail:hover {
    background-size: 100%;
    width: 84px;
    height: 84px;
}

#slick-video-thumbnails_2 .slick-prev,
#slick-video-thumbnails .slick-prev,
.slick-vertical .slick-prev {
    background: url("../images/chosen-icons.png") top no-repeat;
    width: 25px;
    height: 15px;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    border: 0 none;
    z-index: 999;
    font-size: 0px;
    line-height: 0;
    color: #0071bc;
    outline: none;
}

#slick-video-thumbnails_2 .slick-next,
#slick-video-thumbnails .slick-next,
.slick-vertical .slick-next {
    background: url("../images/chosen-icons.png") bottom no-repeat;
    width: 25px;
    height: 15px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    border: 0 none;
    padding: 10px;
    z-index: 999;
    font-size: 20px;
    color: #0071bc;
    outline: none;
}

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

.separator {
    width: 100%;
    height: 1px;
    background: #dde1e4;
    margin-top: 30px;
}

p {
    line-height: 1.3;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
ul.descriptive li {
    line-height: 1.3;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}
.table {
	line-height: 1.3;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}
.table p {
	margin: 0;
}

p.light {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}

.gray-wrap {
    background: #58595b;
}

.btn-section {
    padding: 30px 0;
    text-align: center;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: inline-block;

}

.btn-section h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.btn-section:hover {
    background: white;
    color: #0071bc;
    text-decoration: none;
}

.img-ferestre .img-pvc {
    background: url("../images/icon-fereastra.png") top;
    width: 65px;
    height: 99px;
    display: block;
    margin: 0 auto;
}

.img-usi .img-pvc {
    background: url("../images/icon-usa.png") top;
    width: 65px;
    height: 99px;
    display: block;
    margin: 0 auto;
}

.img-umbrire .img-pvc {
    background: url("../images/icon-rulouri.png") top;
    width: 84px;
    height: 99px;
    display: block;
    margin: 0 auto;
}

.img-accesorii .img-pvc {
    background: url("../images/icon-usa2.png") top;
    width: 84px;
    height: 99px;
    display: block;
    margin: 0 auto;
}

.img-culori .img-pvc {
    background: url("../images/icon-culori.png") top;
    width: 84px;
    height: 99px;
    display: block;
    margin: 0 auto;
}

.img-ferestre:hover .img-pvc,
.img-ferestre.active .img-pvc,
.img-ferestre.ico-gray.active .img-pvc,
.img-usi:hover .img-pvc,
.img-usi.active .img-pvc,
.img-usi.ico-gray.active .img-pvc,
.img-umbrire:hover .img-pvc,
.img-umbrire.active .img-pvc,
.img-umbrire.ico-gray.active .img-pvc,
.img-accesorii:hover .img-pvc,
.img-accesorii.active .img-pvc,
.img-accesorii.ico-gray.active .img-pvc,
.img-culori:hover .img-pvc,
.img-culori.active .img-pvc,
.img-culori.ico-gray.active .img-pvc {
    background-position: bottom;
}

.img-ferestre:hover h3,
.img-ferestre.active h3,
.img-ferestre.ico-gray.active h3,
.img-usi:hover h3,
.img-usi.active h3,
.img-usi.ico-gray.active h3,
.img-umbrire:hover h3,
.img-umbrire.active h3,
.img-umbrire.ico-gray.active h3,
.img-accesorii:hover h3,
.img-accesorii.active h3,
.img-accesorii.ico-gray.active h3,
.img-culori:hover h3,
.img-culori.active h3,
.img-culori.ico-gray.active h3 {
    color: #0071bc;
}

.btn-more {
    margin-top: 40px;
    display: inline-block;
}

.btn-black {
    margin-top: 20px;
	border-radius: 0px !important;
	background-color: #000;
	padding: 15px 25px;
	font-size: 18px !important;
}
.btn-black:hover {
	color: #FFF !important;
}

.col-md-spg-6 {
    width: 50%;
    float: left;
}

.temp {
    height: 200px;
}

.col-md-spg-6.bg-blue {
    background: #0071bc;
}

.form-wrapper {
    width: 570px;
}

.form-group {
    padding: 5px 0 5px 30px;

}

.form-group label {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    color: white;
    text-transform: uppercase;
}

.chosen-container {
    display: block;
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    border-radius: 0;
    border: 0 none;
    padding: 4px 0 0 8px;
    height: 35px;
    background: white;
    box-shadow: none;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.chosen-container-single .chosen-single div {
    width: 25px;
    top: 12px;
    right: 4px;
}

.chosen-container-single .chosen-single div b {
    background: url('../images/chosen-icons.png') bottom;
    width: 25px;
    height: 14px;
    display: block;
}

.form-wrapper p {
    color: white;
    padding-left: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: top;
}

h4 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    margin: 30px 0;
    text-transform: uppercase;
}

.btn-social .btn-icon1 {
    background: #4b76bd;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 9px 0 0;
    float: left;
}

.btn-social .btn-icon2 {
    background: #fc3831;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 9px 0 0;
    float: left;
}

.btn-social .btn-icon3 {
    background: #ff3635;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 9px 0 0;
    float: left;
}

.btn-social .btn-icon4 {
    background: #7b5541;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 9px 0 0;
    float: left;
}

.btn-social .btn-icon5 {
    background: #0077b5;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 9px 0 0;
    float: left;
}

.btn-social span {
    line-height: 1;
    background: #58595b;
    width: calc(100% - 60px);
    padding: 22px 0;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    color: white;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-social span:hover {
    color: #000;
}

footer {
    background: #000;
    padding: 15px 0;
    margin: 30px 0 0;
}

footer ul {
    list-style: none;
    padding: 30px 0 20px;
}

footer ul li {
    font-family: 'Source Sans 3', sans-serif;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

footer ul li a {
    font-family: 'Source Sans 3', sans-serif;
    color: white;
    font-size: 14px;
}

footer ul li a:hover,
footer ul li a:focus {
    color: white;
}

.footer-nav-2 img,
.footer-nav-2 ul.footer-nav {
    float: right;
}

/**********************************************************************************************
-------------------SOLUTII---------------------------------------------------------------------
************************************************************************************************/

.page_header {
    background: #58595b;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.page_header h1 {
    margin: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
}

.img-ferestre.ico-gray {
    color: #58595b;
}

.img-ferestre.ico-gray .img-pvc {
    background: url("../images/icon-fereastra-gray.png") top;
    width: 84px;
}

.img-usi.ico-gray {
    color: #58595b;
}

.img-usi.ico-gray .img-pvc {
    background: url("../images/icon-usa-gray.png") top;
    width: 84px;
}

.img-umbrire.ico-gray {
    color: #58595b;
}

.img-umbrire.ico-gray .img-pvc {
    background: url("../images/icon-rulouri-gray.png") top;
    width: 84px;
}

.img-accesorii.ico-gray {
    color: #58595b;
}

.img-accesorii.ico-gray .img-pvc {
    background: url("../images/icon-usa2-gray.png") top;
    width: 84px;
}

.img-culori.ico-gray {
    color: #58595b;
}

.img-culori.ico-gray .img-pvc {
    background: url("../images/icon-culori-gray.png") top;
    width: 84px;
}

.img-ferestre.ico-gray:hover .img-pvc,
.img-usi.ico-gray:hover .img-pvc,
.img-umbrire.ico-gray:hover .img-pvc,
.img-accesorii.ico-gray:hover .img-pvc,
.img-culori.ico-gray:hover .img-pvc {
    background-position: bottom;
}

.bg_blue {
    background: #00549a;
}

ul.page_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: inline-block;*/
    /*display: -webkit-flex;*/
    /*justify-content: center;*/
}

ul.page_menu li {
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}
ul.page_menu.page_menu_wide li{
    padding: 10px 90px;
}

ul.page_menu li a {
    color: white;
    text-transform: uppercase;
}

ul.page_menu li.active a,
ul.page_menu li a:hover,
ul.page_menu li:hover a {
    text-decoration: none;
    text-shadow: 1px 0 0 #fff;

}


ul.page_menu li.active,
ul.page_menu li:hover {
    /*padding: 10px 9px;*/
    font-weight:normal;
}



.beneficii #slick-video,
.beneficii #slick-video-thumbnails {
    margin-top: 30px;
}

.beneficii .video-share-wrapper {
    background: black;
    bottom: 0;
}

.beneficii .btn-video-like,
.beneficii .btn-video-share {
    top: auto;
    bottom: 10px;
    /*width: 85px;*/
    /*height: 37px;*/
    background-size: 100%;
}

/*.beneficii .btn-video-share{*/
/*right: 130px;*/
/*}*/
.video-model {
    padding: 8px 14px;
    border: 2px solid #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    color: white;
}

.solutii h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    color: #00549a;
    font-size: 20px;
    margin-bottom: 20px;
}

.solutii ul {
    list-style: none;
    padding-left: 20px;
}

.solutii ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}

.solutii ul li:after {
    content: " ";
    background: url("../images/list-icon.png");
    width: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 0px;
}

.link {
    display: block;
    color: #808285;
    margin-bottom: 5px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}

.link:hover, link:focus {
    color: #00549a;
    text-decoration: underline;
}

/*.link-blue span{*/
/*color: #00549a;*/
/*}*/
/*.link-gray{*/
/*color: #808285;*/
/*text-decoration: underline;*/
/*}*/
.link-gray span {
    color: #808285;
}

.gallery {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    margin: 0 0 30px;
    text-align: center;
    cursor: pointer;
    background: #000;
}
@media(min-width: 768px){
    .veka-in-romania .gallery{
        max-height: 220px;
    }
}
.gallery img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery img, .gallery p {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.gallery img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}

.gallery figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery h2, .gallery p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px;
}

.gallery p {
    width: 100%;
    background-color: black;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    margin: 0 auto;
}

.gallery:hover img {
    /*-webkit-transform: translate3d(0, -60px, 0);*/
    /*transform: translate3d(0, -60px, 0);*/
}

.gallery:hover p {
    z-index: 999;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#solutii-slider figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#solutii-slider figcaption:hover {
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0);
}

#solutii-slider figcaption h4 {
    color: white;
    margin-top: 100px;
    text-align: center;
}

.slick-slide {
    position: relative;
}

#solutii-slider .btn {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 23px 35px;
}

#proiecte-pg-slider .slick-slide > div > div {
    padding: 0 15px;
        margin-bottom: 15px;
}
#proiecte-pg-slider-insp .slick-slide > div > div {
    padding: 0 15px;
        margin-bottom: 15px;
}

#solutii-slider .slick-slide {
    margin: 0 15px;
}

.solutii-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    border: 0 none;
    background: url("../images/slick-icons-white.png");
    width: 14px;
    height: 25px;
    outline: 0 none;
}

.solutii-slider .slick-prev {
    top: 50%;
    left: -20px;
    background-position: left;
}

.solutii-slider .slick-next {
    top: 50%;
    right: -20px;
    background-position: right;
}

.solutii-slider {
    margin: 60px 0 0;
    padding: 20px 0 25px;
}

.about_us {
    margin-top: 35px;
}

.about_us h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    color: #00549a;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

.about_us p.col_2,
.about_us .col_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.cta h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slick-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 478px;
}

.sustenabilitate p {
    font-weight: 300;
    margin-top: 15px;
}

.yt-img {
    overflow: hidden;
    position: relative;
}

.yt-img img {
    /*margin: -20px 0;*/
}

.yt-img .btn-play {
    background-size: 100%;
    width: 70px;
    height: 70px;
}

.yt-img .btn-play:hover {
    background-size: 100%;
    width: 65px;
    height: 65px;
}

.sustenabilitate .flex-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.video-wrapper {
    display: inline-block;
    position: absolute;
    width: 100%;
    background: rgba(0, 54, 154, 1);
}

.video-wrapper .video-id {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 50px;
    color: white;
    padding: 10px 0 0 32px;
    display: inline-block;
    vertical-align: top;
}

.video-wrapper .video-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 90px);
    padding: 20px 0 10px;
}

.sustenabilitate .section-title {
    margin: 25px 0 20px;
}
.pagingInfo{
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
}
.pagingInfo-galerie{
    margin-top: 55px;
    margin-bottom: 20px;
}
#proiecte-pg-slider-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    background: none;
    border: 0 none;
    line-height: 0;
    font-size: 0;
    width: 14px;
    height: 25px;
}

#proiecte-pg-slider-wrapper .slick-prev {
    background: url('../images/slick-icons.png');
    background-position: left;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

#proiecte-pg-slider-wrapper .slick-next {
    background: url('../images/slick-icons.png');
    background-position: right;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

#proiecte-pg-slider-wrapper .slick-dots {
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 0;
}

#proiecte-pg-slider-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

#proiecte-pg-slider-wrapper .slick-dots li button {
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: auto;
    padding: 0;
    color: black;
    text-align: center;
    display: inline-block;
}

#proiecte-pg-slider-wrapper .slick-dots li.slick-active button {
    font-size: 22px;
    color: #0071bc;
}

#proiecte-pg-slider-wrapper .slick-dots li button::before {
    display: none;
}

.fancybox-lock body {
    overflow: scroll !important;
}

.fancybox-skin {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 25px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/slick-icons-white.png');
}

.fancybox-prev span {
    left: -30px;
    background-position: left;
}

.fancybox-next span {
    right: -30px;
    background-position: right;
}

.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-close {
    background-image: url('../images/close.png');
}

.mfp-close {
    background-image: url('../images/close.png') !important;
    top: 15px !important;
    right: 15px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 0;
    font-size: 0;
}

.mfp-content .btn-video-share,
.mfp-content .btn-video-like {
    top: auto;
    bottom: 15px;
}

.text-container {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*max-height: 2000px;*/
    /*max-width: 100%;*/
}

.longDesc {
    display: none;
}

/*.lessText{*/
/*max-height: 100px;*/
/*overflow: hidden;*/
/*max-width: 70%;*/
/*margin-bottom: 25px;*/
/*float: left;*/
/*}*/

.less {
    float: right;
}

.less:not(.btn) {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
}

.proiecte-referinta .btn-video-like {
    background-size: 100%;
    width: 69px;
    height: 30px;
    top: auto;
    bottom: 15px;
    right: 14px;
}

.proiecte-referinta .btn-video-share {
    background-size: 100%;
    width: 69px;
    height: 30px;
    top: auto;
    bottom: 15px;
    right: 90px;
}

.contact h2:not(.section-title) {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0 0;
    line-height: 1.3;
}

.contact p {
    margin: 0;
}

.bg-albastru {
    background: #0071bc;
    padding: 20px 25px 20px 0;
}

.bg-albastru label {
    margin-top: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
}

.bg-albastru input {
    width: 100%;
    background: white;
    border: 0 none;
    padding: 9px 10px;
}

.bg-albastru textarea {
    width: 100%;
    padding: 5px;
    height: 115px;
}

.bg-albastru textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    text-align: center;
}

.bg-albastru textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
    text-align: center;
}

.bg-albastru textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
    text-align: center;
}

.captcha-code {
    width: 30%;
    /*height: 20px;*/
    margin-right: 15px;
    display: inline-block;
    background: white;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.captcha-code img {
    max-width: 100%;
}

.captcha-code .getnewCaptcha {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}

.captcha-enter-code {
    width: calc(70% - 20px);
    display: inline-block;
}

.contact .btn {
    margin: 25px 0 20px 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.site-reg #formRegister,
.site-reg #formForgot{
    display: none;
}
.contact h2.section-title {
    margin: 90px 0 30px;
}
.site-reg h2.section-title {
    margin: 30px 0 30px;
}

.thumbnail-color-container {
    width: 110px;
}

#slick-color-thumbnails,
#slick-color-thumbnails2 {
    margin-top: 15px;
}

#slick-color-thumbnails .slick-arrow,
#slick-color-thumbnails2 .slick-arrow {
    position: absolute;
    bottom: 0;
    background: none;
    border: 0 none;
    line-height: 0;
    font-size: 0;
    width: 14px;
    height: 25px;
}

#slick-color-thumbnails .slick-prev,
#slick-color-thumbnails2 .slick-prev{
    background: url('../images/slick-icons.png');
    background-position: left;
    top: 45px;
    left: -25px;
    bottom: auto;
    outline: none;
}

#slick-color-thumbnails .slick-next,
#slick-color-thumbnails2 .slick-next {
    background: url('../images/slick-icons.png');
    background-position: right;
    top: 45px;
    right: -25px;
    bottom: auto;
    outline: none;
}

#slick-color-thumbnails2 .slick-prev,
#slick-color-thumbnails2 .slick-next{
    top: 100px;
}
#slick-color-thumbnails2 .slick-current .thumbnail-color-container span{
    color: #eee;
}

.thumbnail-color-container {
    margin: 0 0px 0 15px;
    position: relative;
}

/*#slick-color-thumbnails .slick-list {
    overflow: visible;
}*/
.tooltip_templates { display: none; }
.preview-thumbnail{width: 289px; height: 294px;}
.th-zoom {
    position: absolute;
    right: -230px;
    top: -150px;
    z-index: 99999;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 99999;

}

.slick-slide {
    outline: 0 none;
    /*cursor: pointer;*/
}

.slick-color-thumbnails-wrapper {
    padding: 0;
}

.thumbnail-color-container span {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 11px;
    text-transform: uppercase;
}

.slick-current .thumbnail-color-container span {
    color: #00549a;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
}

.paleta-culori {
    position: absolute;
    z-index: 9991;
	/*top: -30px;*/
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

#close-img {
    position: absolute;
    cursor: pointer;
    z-index: 999999992;
    display: block;
    padding: 10px;
    background: url('../images/close-paleta.png');
    width: 32px;
    height: 29px;
    right: 20px;
    top: 10px;
}
#close-img-v2{
    position: absolute;
    cursor: pointer;
    z-index: 999999992;
    display: block;
    padding: 10px;
    background: url('../images/close-paleta.png');
    width: 32px;
    height: 29px;
    right: 0;
    top: 10px;
}

/*.container.not-visible {
    overflow: hidden;
}*/

.fileUpload {
    position: relative;
    overflow: hidden;

}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile {
    width: calc(100% - 155px);
    display: inline-block;
    vertical-align: top;
}

.btn-upload {
    width: 150px;
    background: #58595b;
    text-align: center;
    padding: 10px 0 11px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

form {
    width: 100%;
}

.form-group2 {
    margin: 0;
    padding: 0;
}

.form-disclaimer {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Source Sans 3', sans-serif;
    margin: 25px 0 17px !important;
}

.upload-disclaimer {
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Source Sans 3', sans-serif;
    margin: 0;
}

.oferta .btn {
    margin: 25px 0 20px 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.formBlock input {
    border: 1px solid #fff;
}

.formBlock textarea {
    border: 1px solid #fff;
}

.formBlock input.error ,
.formBlock select.error{
    border: 1px solid red;
    color: red;
}

.formBlock textarea.error {
    border: 1px solid red;
    color: red;
}

.gm-style-iw div * {
    overflow: hidden !important;
    line-height: 1.35em;
}

.menuSectionsBlock {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
}

.menuBlock {
    display: inline-block;
    vertical-align: top;
}
.menuBlock:nth-child(3){
   display:none;
}
.btn-section:nth-child(3){
   display:none;
}
.selectWrapper.waiting select{
    visibility:hidden;
}
.selectWrapper.waiting {
    background:url(../images/loading.svg) no-repeat center center

}

select {

    width: 100%;

    color: #000000!important;
    text-indent: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 9px 45px 9px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
    display: block;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin-bottom: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    height:38px;
    background: #fff   url(../images/ico_arr_blue.png) no-repeat right center
}
select option {

    color: #000
}

/*.mfp-image-holder .mfp-content {
    max-width: 100%;
    margin-bottom: 30px;
    max-height: 90vh;
    overflow: hidden;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    max-width: 600px;
}
img.mfp-img{
    max-height: 600px!important;
}*/

.fadeIn {
    -moz-animation: fadeIn 0.65s ease forwards;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}
.cookie-bar{
    background: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    display: none;
}
.cookie-bar p{
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 12px;
}
.cookie-bar .close{
    background-image: url('../images/close2.png') !important;
    top: 15px !important;
    right: 15px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 1;
}
.cookie-bar .close:hover{
    opacity: 0.8;
}
.cookie-bar a{
    color: #0071bc;
}
.promo.bg-albastru .top-line{
    border-top: 1px solid #2c89b9;
    margin: 10px 0 0;
}
.promo.bg-albastru{
    padding: 20px 0px 20px 0;
}
.promo.bg-albastru .form-group {
    padding: 5px 30px 5px 30px;
}
.promo.bg-albastru a{
    float: left;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 40px 25px 0 0;
}
.promo.bg-albastru button{
    background: #6ab3d9;
    padding: 10px 35px;
    margin: 30px auto 0;
    transform: none;
    display: block;
}
.promo.spg-login.bg-albastru button{
    background: #6ab3d9;
    color: #fff;
    padding: 10px 35px;
    margin: 30px 0 0;
    float: right;
    transform: none;
}
.oras-dd{
    padding-top: 30px;
}
.oras-dd .chosen-container-single{
    border-bottom:1px solid #00549a;
}

.btn_upload {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}
.btn_upload span {
    width: auto;
    margin: 0 auto;
    padding-left: 45px;
    background: url('../images/camera_icon.png') left center no-repeat transparent;
}




.uploadedfile {
    display: block;
    float: left;
    margin: 5px 15px;
    width: 120px;
}
.imageContainer {
    display: table-cell;
    float: left;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
}
.imageContainer img {
    display: block;
    width: 100%;
}

.thumbEdit {
    display: block;
    float: left;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 10px;
}
.thumbDelete {
    background: url('../images/icon_delete.png') center center no-repeat transparent;
}
.thumbRotate {
    background: url('../images/icon_rotate.png') center center no-repeat transparent;
}
.checkbox-group .icheckbox_square-blue {
    float: left; 
    margin: 0 15px 15px 0;
} 
.checkbox-group label {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
}

#error-block,
#error-block-2,
#err-msg{
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.ui-widget {
    overflow: hidden;
}
.ui-widget-content {
    max-height: 300px;
    overflow-y: scroll;
}
#form-upload{
    position: relative;
}
#form-upload .error-popup{
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 20px;
    position: absolute;
    width: 80%;
    background: rgba(255,255,255,0.9);
    z-index: 99;
    padding: 160px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 26px;
}
.close-error{
    background-image: url('../images/close.png');
    width: 20px;
    height: 20px;
    display: block;
    right: 15px;
    position: absolute;
    cursor: pointer;
    top: 15px;
}
.error_message {
    margin: 10px 0 0;
    display: inline-block;
    padding: 0;
    color: red;
    font-weight: bold;
}
.password_reset form {
    background: #0071bc;
    padding: 20px 20px 20px 20px;
    color: white;
    text-transform: uppercase;
    width: 50%;
}

.password_reset label{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: normal;
}
.password_reset input {
    width: 100%;
    background: white;
    border: 0 none;
    padding: 9px 10px;
    margin-bottom: 20px;
    color: #000;
}
.password_reset input[type=submit] {
    background: #6ab3d9;
    padding: 10px 35px;
    margin: 30px auto 0;
    transform: none;
    display: block;
    max-width: 150px;
    color: #fff;
}
.tyBlock h2.section-title div{
    padding-left: 0px;
    width: 100%;
}
.mfp-figure{
    border-top:10px solid #00549a;
    border-left:10px solid #00549a;
    border-right:10px solid #00549a;
}
.border-figure{
    display: none;
}
#page_inspiratie .border-figure {
    display: block;
    width: 100%;
    height: 100px;
    background: #00549a;
    padding: 25px 60px;
}
#page_inspiratie .border-figure p {
    display: inline-block;
    color: white;
    font-size: 24px;
    padding-right: 10px;
    float: left;
    margin: 10px 0 0;
}
#page_inspiratie .border-figure img{
    float: right;
}
#page_inspiratie .mfp-content{
    min-width: 600px;
}
#open_app{
    display: inline-block;
    transform: none;
    -webkit-transform: translateX(0);
    margin: 50px 0;
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}


.oferta iframe {
        height: 1010px;
        overflow-y: hidden;
    }
@media all and (max-width: 767px) {
    .menuSectionsBlock {
        display: block;
    }

    .menuBlock {
        display: block;
    }

    .btn-section {
        display: block;
        border-bottom: 1px solid #fff;
    }

    .sectionBottom {
        border-top: 1px solid #dde1e4;
    }
    .sectionBottom .btn-section.active {
        display: none;
    }
    .sectionTop .menuBlock{
        display:none;
    }
    .sectionTop .menuBlock.active{
        display:block;
    }
    #page_inspiratie .mfp-content{
        min-width: 100%;
    }
}


/*REGULI SOLICITA OFERTA*/
.solicita-oferta-v2 .page_header{
    background: url("../images/bg-section1.png");
    height: 620px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.solicita-oferta-v2 .section-2{
    background: url("../images/bg-section2.png");
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 20px 0 0;
}
.solicita-oferta-v2 h2.title-big {
  color: #0e6ab5;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom:55px;
}
.solicita-oferta-v2 .title-big > span {
  background: #0e6ab5 none repeat scroll 0 0;
  display: table;
  float: left;
  height: 147px;
  margin-right: 24px;
  width: 10px;
}
.solicita-oferta-v2 .margin-top-negative {
  margin-top: -656px;
}
.solicita-oferta-v2 .row-beneficiu {
  display: table;
  margin-bottom: 35px;
  width: 100%;
}
.solicita-oferta-v2 .row-beneficiu:first-child {
  margin-top: 80px;
}
.solicita-oferta-v2 .row-beneficiu:last-child{
  margin-bottom: 0;
}
.solicita-oferta-v2 .row-beneficiu > img {
  display: table;
  float: left;
  margin-right: 25px;
}
.solicita-oferta-v2 .row-beneficiu > p {
  color: #fff;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 20px;
}
.solicita-oferta-v2 .row-table-beneficiu {
  display: table;
  height: 130px;
  width: 100%;
}
.solicita-oferta-v2 .table-cell{
    display: table-cell;
    vertical-align: middle;
}
.solicita-oferta-v2 .row-table-beneficiu h6 {
  color: #0e6ab5;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.solicita-oferta-v2 .row-table-beneficiu p {
  color: #231f20;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
.solicita-oferta-v2 .imagebenef {
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  float: left;
  height: 130px;
  width: 100px;
}
.solicita-oferta-v2 .div-img-bnf {
  display: table;
  float: left;
  padding-right: 30px;
  width: 130px;
}
.solicita-oferta-v2 .sectionbeneficii{
    display: table;
    width: 100%;
    padding: 65px 0;
}
.solicita-oferta-v2 h2.section-titleblue {
  margin-bottom: 40px;
  margin-top: 0;
}
.solicita-oferta-v2 h2.section-titleblue div {
  color: #0e6ab5;
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 43px;
  padding-left: 10px;
  text-transform: uppercase;
}
.solicita-oferta-v2 h2.section-titleblue span {
  background: #0e6ab5 none repeat scroll 0 0;
}

.solicita-oferta-v2 .btn {
    padding: 20px 35px;
    background-color: #0071bc;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.solicita-oferta-v2 .fileUpload {
    position: relative;
    overflow: hidden;
}
.solicita-oferta-v2 .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.solicita-oferta-v2 #uploadFile {
    width: calc(100% - 155px);
    display: inline-block;
    vertical-align: top;
}
.solicita-oferta-v2 .btn-upload {
    width: 150px;
    background: #58595b;
    text-align: center;
    padding: 10px 0 11px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}
.solicita-oferta-v2 .chosen-container{
   display: block;
    width: 100%!important;
}
.solicita-oferta-v2 .chosen-container-single .chosen-single{
    border-radius: 0;
    border: 0 none;
    padding: 4px 0 0 8px;
    height: 35px;
    background: white;
    box-shadow: none;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.solicita-oferta-v2 .chosen-container-single .chosen-single div{
    width: 25px;
    top: 12px;
    right: 4px;
}
.solicita-oferta-v2 .chosen-container-single .chosen-single div b{
    background: url('../images/chosen-icons.png') bottom;
    width: 25px;
    height: 14px;
    display: block;
}
.solicita-oferta-v2 .chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position: top;
}
.solicita-oferta-v2 select {
    width: 100%;
    color: #000000!important;
    text-indent: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 9px 45px 9px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
    display: block;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin-bottom: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    height: 38px;
    background: #fff url(../images/ico_arr_blue.png) no-repeat right center;
}
.solicita-oferta-v2 form {
    width: 100%;
}
.solicita-oferta-v2 .titleiframe {
  background: #087ad1 none repeat scroll 0 0;
  color: #fff;
  display: table;
  padding: 25px 35px;
  width: 100%;
}
.solicita-oferta-v2 .titleiframe h5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 36px;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.solicita-oferta-v2 .titleiframe > p {
  font-family: 'Source Sans 3', sans-serif;
  line-height: 20px;
  margin-bottom: 0;
}
.solicita-oferta-v2 .form-padding {
  background: #0e6ab5 none repeat scroll 0 0;
  display: table;
  padding: 33px 38px 27px;
  width: 100%;
  margin-bottom: 50px;
}
.solicita-oferta-v2 .each-input label {
  color: #fff;
  display: table;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  width: 100%;
}
.solicita-oferta-v2 .each-input > input {
  border: medium none;
  display: table;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
.solicita-oferta-v2 .each-input{
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.solicita-oferta-v2 .each-input .chosen-single {
  border: medium none;
  display: table;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  padding: 10px 15px;
  width: 100%;
}
.solicita-oferta-v2 .each-input .chosen-single span{
  color: #000;
}
.solicita-oferta-v2 .each-input textarea{
  height: 124px;
  border: medium none;
  display: block;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  resize: vertical;
}
.solicita-oferta-v2 .each-input-textarea{
    margin-bottom: 25px;
}
.solicita-oferta-v2 .div-upload-file {
  border-bottom: 1px solid #3f7fb3;
  border-top: 1px solid #3f7fb3;
  display: table;
  margin-bottom: 20px;
  padding: 25px 0 28px;
  width: 100%;
}
.solicita-oferta-v2 .div-upload-file > input {
  color: #231f20;
  display: table !important;
  float: left;
  font-size: 14px;
  text-align: center;
  width: 65% !important;
  padding: 15px;
  font-family: 'Source Sans 3', sans-serif;
}
.solicita-oferta-v2 .div-upload-file > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #231f20;
  opacity: 1;  
}
.solicita-oferta-v2 .div-upload-file > input::-moz-placeholder { /* Firefox 19+ */
  color: #231f20;
  opacity: 1;
}
.solicita-oferta-v2 .div-upload-file > input:-ms-input-placeholder { /* IE 10+ */
  color: #231f20;
  opacity: 1;
}
.solicita-oferta-v2 .div-upload-file > input:-moz-placeholder { /* Firefox 18- */
  color: #231f20;
  opacity: 1;
}
.solicita-oferta-v2 .div-upload-file .btn-upload {
  display: table;
  float: left;
  padding: 15px 5px;
  width: 35%;
  margin-bottom: 25px;
}
.solicita-oferta-v2 .div-upload-file .form-disclaimer {
  font-size: 14px;
  line-height: 11px;
  margin: 0 !important;
  text-transform: uppercase;
  font-family: 'Source Sans 3', sans-serif;
  color: #ffffff;
}
.solicita-oferta-v2 .div-upload-file .upload-disclaimer {
  font-size: 14px;
  line-height: 11px;
  margin: 0 !important;
  font-family: 'Source Sans 3', sans-serif;
  text-align: right;
}
.solicita-oferta-v2 .btn-black-submit {
  background: #000 none repeat scroll 0 0;
  display: table;
  margin: 0 !important;
  padding: 29px 0 23px;
  text-transform: uppercase;
  transform: none !important;
  width: 100%;
}
.solicita-oferta-v2 .btn-black-submit:hover {
  color: #000 !important;
  background: #fff;
}
.solicita-oferta-v2 #incarcate {
    display: block;
    width: 95%;
    color: #ffffff !important;
    -ms-word-break: break-all;
    word-break: break-all;
}
.solicita-oferta-v2 #incarcate a {
    color: red !important;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.solicita-oferta-v2 #msg_contact > span {
    display: inline-block;
    margin: 10px 0;
}
.solicita-oferta-v2 .selectWrapper.waiting select{
visibility:hidden;
}
.solicita-oferta-v2 .selectWrapper.waiting {
background:url(../images/loading.svg) no-repeat center center;
}
@media(max-width: 1200px){
    .solicita-oferta-v2 .titleiframe h5 {font-size: 33px;}
    .solicita-oferta-v2 .titleiframe {padding: 15px 35px;}
    .solicita-oferta-v2 .div-upload-file .form-disclaimer {font-size: 13px;}
    .solicita-oferta-v2 .each-input textarea {height: 100px;}
    .solicita-oferta-v2 .btn-black-submit {padding: 15px 0;}
    .solicita-oferta-v2 .div-upload-file {padding: 10px 0;}
    .solicita-oferta-v2 .each-input textarea {height: 80px;}
}
@media(max-width: 640px){
    .solicita-oferta-v2 .div-upload-file .form-disclaimer,.div-upload-file .upload-disclaimer{text-align: center;line-height: 20px}
    .solicita-oferta-v2 .titleiframe h5 {font-size: 27px;line-height: 25px;}
    .solicita-oferta-v2 .div-upload-file > input {font-size: 13px;}
}
@media(max-width: 480px){
    .solicita-oferta-v2 .div-upload-file > input {width: 100% !important;margin-bottom: 20px;}
    .solicita-oferta-v2 .div-upload-file .btn-upload {display: table;float: none;margin: 0 auto 20px;width: 160px;}
    .solicita-oferta-v2 .titleiframe h5 {font-size: 21px;}
}

@media(max-width: 1200px){
    .oferta iframe {height: 1075px;}
    .solicita-oferta-v2 h2.title-big {font-size: 30px;line-height: 38px;}
    .solicita-oferta-v2 .title-big > span {height: 120px;}
    .solicita-oferta-v2 .titleiframe h5 {font-size: 33px;}
    .solicita-oferta-v2 .div-upload-file .form-disclaimer {font-size: 13px;}
    .solicita-oferta-v2 .row-beneficiu > img {margin-right: 20px;max-width: 65px;}
    .solicita-oferta-v2 .row-beneficiu > p {font-size: 17px;line-height: 22px;margin-top: 8px;}
    .solicita-oferta-v2 .div-img-bnf {padding-right: 15px;width: 115px;}
    .solicita-oferta-v2 h2.title-big {margin-bottom: 25px;}
}
@media(max-width: 992px){
    .solicita-oferta-v2 .margin-top-negative {margin-top: 80px;}
    .solicita-oferta-v2 .section-2 {background: #58b5fd none repeat scroll 0 0;padding: 50px 0;}
    .solicita-oferta-v2 .titleiframe {background: #087ad1 none repeat scroll 0 0;}
    .solicita-oferta-v2 .page_header {height: 320px;}
    .solicita-oferta-v2 h2.title-big {font-size: 24px;line-height: 30px;margin-top: 0 !important;}
    .solicita-oferta-v2 .title-big > span {height: 95px;}
    .section-2 .oferta {display: flex;flex-direction: column;}
    .section-2 .oferta .col-md-6 {order: 2;}
    .section-2 .oferta .col-md-6.margin-top-negative {order: 1;}
    .solicita-oferta-v2 h2.title-big {background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;}
    .solicita-oferta-v2 .title-big > span {height: 90px;}
    .solicita-oferta-v2 .margin-top-negative {margin-top: 0 !important;}
    .solicita-oferta-v2 .row-beneficiu {margin-left: 0;}
    .solicita-oferta-v2 .row-beneficiu:first-child {margin-top: 0;}
}
@media(max-width: 768px){
    .cnt223 {
    min-width: 100% !important;
    width: 100%!important;
    min-height: 150px!important;
    margin: -20px 50px!important;
    background: #000!important;
    position: absolute!important;
    z-index: 9999!important;
    top: 90px!important;
    left: auto!important;
    margin-left: auto!important;
    padding: 15px 35px!important;
    border-radius: 5px!important;
    box-shadow: 0 2px 5px #000!important;
}
    .solicita-oferta-v2 .page_header {height: 270px;}
    .solicita-oferta-v2 .imagebenef {background-size: 75px auto;}
    .solicita-oferta-v2 h2.title-big {background: rgba(255, 255, 255, 1) none repeat scroll 0 0;}
    .solicita-oferta-v2 .sectionbeneficii {padding: 35px 0 0px;}
    .solicita-oferta-v2 h2.section-titleblue {margin-bottom: 20px;}
}
@media(max-width: 640px){
    .solicita-oferta-v2 .div-upload-file .form-disclaimer,.div-upload-file .upload-disclaimer{text-align: center;line-height: 20px}
    .solicita-oferta-v2 .titleiframe h5 {font-size: 27px;line-height: 25px;}
    .solicita-oferta-v2 .div-upload-file > input {font-size: 13px;}
}
@media(max-width: 480px){
    .solicita-oferta-v2 .section-2 {padding: 25px 0;}
    .solicita-oferta-v2 h2.section-titleblue div {font-size: 28px;margin-bottom: 20px;}
    .solicita-oferta-v2 .div-upload-file > input {width: 100% !important;margin-bottom: 20px;}
    .solicita-oferta-v2 .div-upload-file .btn-upload {display: table;float: none;margin: 0 auto 20px;width: 160px;}
    .solicita-oferta-v2 .imagebenef {background-size: 65px auto;width: 70px;}
    .solicita-oferta-v2 .div-img-bnf {padding-right: 15px;width: 85px;}
    .solicita-oferta-v2 .row-table-beneficiu h6 {font-size: 20px;}
    .solicita-oferta-v2 h2.section-titleblue {margin-bottom: 0;}
    .solicita-oferta-v2 .row-table-beneficiu p {font-size: 16px;line-height: 19px;}
    .solicita-oferta-v2 h2.title-big {font-size: 20px;line-height: 25px;}
    .solicita-oferta-v2 .title-big > span {height: 75px;}
    .solicita-oferta-v2 .titleiframe h5 {font-size: 21px;}
    .solicita-oferta-v2 .row-beneficiu > img {float: none;margin: 0 auto;max-width: 65px;}
    .solicita-oferta-v2 .row-beneficiu > p {font-size: 17px;line-height: 22px;text-align: center;}
    .solicita-oferta-v2 .row-beneficiu > p br{display: none;}
    .solicita-oferta-v2 .page_header {height: 170px;}
    .solicita-oferta-v2 .margin-top-negative {margin-top: -235px;}
    .solicita-oferta-v2 .row-beneficiu:first-child {margin-top: 30px;}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      .oferta iframe {height: 1160px;}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .oferta iframe {height: 1100px;}
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .oferta iframe {height: 1060px;}
}

.solutiifoot{
    padding-top:10px;
    padding-bottom:10px;
}
.solutiifoot a{
    text-decoration: none;
}
.casutafoot{
    display:inline-block;
    padding-left:10px; padding-right:10px;
    text-align: center;


}
.textfoot{
    font-family: Arial;
    color:#0071bd;
    font-size:18px;
    padding-top:10px;
}
.imaginefoot{
    min-height: 50px;
}



#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}
.cnt223 a{
	text-decoration: none;
}
.popup{

	margin: 0 auto;
	display: none;
	z-index: 101;
}
.cnt223{
min-width: 500px;
    width: 500px;
    min-height: 150px;
    /* margin: -180px 50px; */
    background: #000;
    position: absolute;
    z-index: 103;
    top: 90px;
    left: 50%;
    margin-left: -250px;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.close {
	position:absolute;
	right:0px;
	top:0px;
}
.cnt223 p{
	clear: both;
	color: #fff;
	 text-align: justify;
	font-size: 15px;
	line-height: normal;
}
.cnt223 p a{
	color: #d91900;
	font-weight: bold;
}
.cnt223 .x{
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}
.cnt223 .x:hover{
	cursor: pointer;
}

#slick-banner .slick-dots {
    width: auto;
}

@media(min-width: 500px){
    .btn-oferta-m{
        display: none !important;
    }
}
.solicita-oferta-m{
    max-width: 500px;
    margin: auto;
    overflow-x: hidden;
}
.btn-oferta-m{
    background-color: #75C9F2;
    float: right;
    margin-right: 15px;
    padding: 13px;
}
.btn-oferta-m img{
    max-height: 36px;
}
.oferta_m_header{
    background: url('../images/oferta_m/bg-header-form-m.png') no-repeat center center;
    background-size: cover;
    padding: 20px 0 30px;
}
.oferta_m_header .exclusiv{
    max-width: 90px;
    margin: 0 auto 20px;
    display: block;
}
.oferta_m_header h3{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 29px;
    line-height: 1.4;
    margin: 0;
}
.oferta_m_header h3{
    position: relative;
}
.oferta_m_header h3.line::before,
.oferta_m_header h3.line::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid white;
    width: 9rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.oferta_m_header p{
    font-family: 'Source Sans 3', sans-serif;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.oferta_m_header .anchor{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    margin: auto;
    max-width: 90%;
    padding: 10px 15px;
    color: #00549A;
    text-align: center;
}
.oferta_m_header .anchor img{
    max-height: 35px;
    margin-left: 10px;
}
.oferta_m_beneficii{
    text-align: center;
    padding: 20px 0;
}
.oferta_m_blue{
    color: #00549A;
}
.oferta_m_beneficii h5{
    font-size: 42px;
    font-family: 'Source Sans 3', sans-serif;
}
.oferta_m_beneficii p{
    font-size: 20px;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 1.5;
}
.oferta_m_beneficii p strong{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
}
.oferta_m_beneficii img{
    max-width: 100px;
    margin-top: 20px;
}
.oferta_m_beneficii p.title{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    color: #00549A;
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.oferta_m_beneficii .row p{
    padding: 0 25px;
}
.oferta_m_form{
    background-color: #00549A;
    margin-bottom: 15px;
}
.oferta_m_form .inner{
    padding: 30px 15px;
}
.oferta_m_form img{
    max-width: 50px;
    display: block;
    margin: auto;
}
.oferta_m_form h3{
    font-family: 'Source Sans 3', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
}
.oferta_m_form .form-header p{
    font-family: 'Source Sans 3', sans-serif;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.oferta_m_form input[type=text], .oferta_m_form input[type=tel], .oferta_m_form input[type=email], .oferta_m_form select, .oferta_m_form textarea{
    min-height: 50px;
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
}
.oferta_m_form input::placeholder, .oferta_m_form select, .oferta_m_form textarea::placeholder {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    color: #00549A !important;
}
.oferta_m_upload{
    display: block;
    padding: 15px 15px 15px 60px;
    border: solid 2px #fff;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    background: #00549A url('../images/oferta_m/upload-icon.png') no-repeat 15px 7px;
    background-size: 35px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    margin-top: 20px;
}
.oferta_m_form label, .oferta_m_form p{
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: normal;
}
.oferta_m_form .required-info{
    margin-top: 15px;
}
.oferta_m_form .checkmark{
    border-radius: 2px;
}
.oferta_m_form .each-input label a{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}
.oferta_m_form .black-submit, .oferta_m_form .black-submit:active{
    display: block;
    width: 100%;
    background-color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
    color: #fff !important;
}
.oferta_m_form .chosen-container-single .chosen-single{
    height: 50px;
    border-radius: 10px;
    padding: 12px 0 0 15px;
}
.oferta_m_form .chosen-container-single .chosen-single span{
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    color: #00549A !important;
    text-transform: none
}
.oferta_m_form .input-holder, .oferta_m_form .each-input{
    margin-bottom: 15px;
}
.oferta_m_form .chosen-container-single .chosen-single div b{
    display: none;
}
.oferta_m_form .MultiFile-label{
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 10px;
}
.oferta_m_footer img{
    max-width: 100px;
    display: block;
    margin: -50px auto -10px;
}
.oferta_m_footer{
    padding-top: 30px;
}
.oferta_m_social{
    text-align: center;
    padding-top: 10px;
}
.oferta_m_social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 2px #4071B8;
    border-radius: 7px;
    text-align: center;
    margin: 0 5px;
    padding-top: 5px;
}
.oferta_m_social a i{
    font-size: 26px;
}
body.oferta_m{
    padding-top: 92px;
}
@media(max-width: 768px){
    body.oferta_m{
        padding-top: 62px;
    }
}