body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    overflow-x: hidden;
    max-width: 100%;
}
html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
a {
    color: #231f20;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #231f20;
    text-decoration: none;
    outline: none;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.white-text {
    color: #fff;
}
.section {
    position: relative;
}
.md-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
.sm-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.xs-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-main {
    background-color: #ffd626;
}
.bg-grey {
    background-color: #f8f8f8;
}
.bg-dark {
    background-color: #001232;
}
.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-img.bg-half {
    width: 50%;
    background-attachment: scroll;
}
.bg-img.bg-half.bg-right {
    left: 50%;
}
.bg-img.bg-half.overlay:after {
    display: none;
}
@media only screen and (max-width: 991px) {
    .bg-img.bg-half.overlay:after {
        display: block;
    }
    .bg-img.bg-half {
        width: 100%;
    }
    .bg-img.bg-half.bg-right {
        left: 0;
    }
}
.section-header {
    margin-bottom: 60px;
}
.title {
    position: relative;
    padding-left: 15px;
}
.text-center .title {
    display: inline-block;
}
.title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #efca30;
}
.sub-title {
    color: #64728a;
    margin-bottom: 0;
}
.main-button,
.secondary-button {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    border: 1px solid transparent;
    z-index: 1;
}
.main-button {
    background-color: #001232;
    color: #fff;
}
.secondary-button {
    background-color: #ffd626;
    color: #004;
}
.main-button:after,
.secondary-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
    z-index: -1;
}
.main-button:after {
    background-color: #ffd626;
}
.secondary-button:after {
    background-color: #001232;
}
.main-button:hover:after,
.secondary-button:hover:after {
    height: 100%;
}
.main-button:hover {
    color: #004;
}
.main-button:focus {
    color: #fff;
}
.secondary-button:hover {
    color: #fff;
}
.text-link > span {
    position: relative;
    z-index: 1;
}
.text-link:hover > span {
    color: #231f20;
}
.text-link > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #efca30;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}
.text-link:hover > span:after {
    height: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728a;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}
textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand .logo {
    display: inline-block;
    margin-top: 5px;
}
.main-navbar.navbar-right {
    margin-top: 30px;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
#header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
#header .nav li a:hover,
#header .nav li a:focus {
    background-color: transparent;
}
#top-navbar {
    background-color: #001232;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
}
#top-navbar .nav li a {
    color: #fff;
}
#top-navbar .nav li a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    color: #ffd626;
    border: 2px solid #ffd626;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
#top-navbar .nav li a:hover i {
    background-color: #ffd626;
    color: #004;
}
#main-navbar {
    background-color: #fff;
    margin-top: 0;
    min-height: 100px;
}
#main-navbar.fixed-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.icon-vivid-plus { padding:10px 0; }

.zoom-image{
  position: relative; overflow: hidden;}
.zoom-image img { transition: transform .2s; /* Animation */ }
.zoom-image:hover img {
  transform: scale(1.1);
}
.zoom-image .image_hover_bg{
  background: #444444 url(../img/lupa_galbena_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  opacity: 0;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  z-index: 1;
  left: calc(50% - 24px);
  display: none;
  transition: all .2s ease-in-out;
}
.zoom-image:hover .image_hover_bg{display:block;transform: scale(1.2); opacity: 1;}

.hbtn {
 position: relative;
 box-sizing: border-box;
 display: inline-block;
 overflow: hidden;
 padding: 8px 20px 8px 20px;
 margin-bottom: 15px;
 text-align: center;
 font-size:16px;
 font-weight:600;
 border-radius:5px;
 text-decoration: none;
 white-space: nowrap;
 z-index: 0;
 cursor: pointer;
} 

.hbtn-dark {
 background-color: #efca30;
 color: #000000;
}
.hbtn-white {
 background-color: #ffffff;
 color: #000000;
}
.hbtn-dark:hover { color: #efca30; }
.hbtn-dark:before { background: #000000 none repeat scroll 0% 0%; }
.hbtn-white:hover { color: #efca30; }
.hbtn-white:before { background: #000000 none repeat scroll 0% 0%; }

.hbtn i {
  top:2px;
  padding-left:10px;
  transition-duration: 0.3s;
} 

.hb-fill-right, 
.hb-fill-left {
  border: 1px solid #000000;
}

.hb-fill-right:before,
.hb-fill-left:before {
  position: absolute;
  content: "";
  transition-duration: 0.1s;
  z-index: -1;
  inset: 0px auto auto 0px;
  width: 0px;
  height: 100%;
  opacity: 1;
}
.hb-fill-right:before {
  inset: 0px auto auto 0px;
}
.hb-fill-left:before {
  inset: 0px 0px auto auto;
}
.hb-fill-right:hover:before,
.hb-fill-left:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.hb-fill-right:hover,
.hb-fill-left:hover {
  background: #000000 none repeat scroll 0% 0%;
  transition: color 0.3s ease 0s, background 0s ease 0.3s;
  text-decoration: none;  
} 


/* Footer */	

.page-footer { background:#eeeeee; padding:50px 0 35px 0; }
.page-footer .footer-headline { margin-bottom:25px; position:relative; text-transform:uppercase; }
.page-footer .footer-dash { height:1px; width:50px; margin-top:10px; border-bottom:1px solid #000000; }
.page-footer h4 { font-size:11pt; }
.footer-widgets .footer-nav {
  margin: 25px 0 10px 0;
  padding-left: 0;
  list-style: none;
}
.footer-widgets .footer-nav li {
  margin-bottom: 0;
  width: 100%;
}
.footer-nav a, .footer-nav a:visited {
  padding: 5px 0;
  font-size:10pt;
  line-height:12pt;
  color: #64656b;
  text-decoration: none;
  background:none;
}
.footer-nav a:hover {
  color: #4ea5b2;
  text-decoration: underline;
  background:none;
}
.content-footer-social a, .content-footer-social a:hover {
  text-decoration: none !important;
}
.page-footer i {
  font-size: 14pt;
  margin-right:14px;
  line-height: 16pt;
  text-decoration: none !important;
  color: #64656b;
}
.page-footer i.fa-pinterest {
  margin-right:0;
}
.page-footer i:hover {
  color: #4ea5b2;
  text-decoration: none !important;
  background:none;
}

/* Responsive */

@media only screen and (max-width: 767px) {
    #main-navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-navbar {
        margin: 0 -15px;
        max-height: 0;
        overflow-y: scroll;
        -webkit-transition: 0.3s max-height;
        transition: 0.3s max-height;
        text-align: center;
    }
    .main-navbar li {
        border-bottom: 1px solid #eee;
    }
    .main-navbar.main-navbar-collapsed {
        max-height: 500px;
        z-index: 2;
    }
    .has-dropdown {
        position: relative;
    }
    .has-dropdown:after {
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 10px;
        font-size: 10px;
        color: #004;
        top: 10px;
    }
    .has-dropdown.dropdown-collapsed:after {
        content: "\f068";
    }
    .has-dropdown.dropdown-collapsed > .dropdown {
        display: block;
    }
    .dropdown {
        display: none;
        margin: 0 15px 15px;
        border: 1px solid #eee;
    }
    .dropdown li:nth-last-child(1) {
        border-bottom: 0;
    }
    .dropdown li a {
        display: block;
        padding: 10px;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown li a:hover {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        -webkit-box-shadow: -4px 0 0 0 #ffd626;
        box-shadow: -4px 0 0 0 #ffd626;
    }
	.icon-vivid-plus { padding:10px 0 20px 0; }
	.page-footer { padding:35px 0 25px 0; }
}
@media only screen and (min-width: 768px) {
    .navbar-toggle-btn {
        display: none !important;
    }
}
.navbar-toggle-btn {
    position: relative;
    display: block;
    width: 50px;
    float: right;
    height: 25px;
    background: transparent;
    border: none;
    right: 15px;
    top: 25px;
}
.navbar-toggle-btn span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
}
.navbar-toggle-btn span:after,
.navbar-toggle-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}
.navbar-toggle-btn span,
.navbar-toggle-btn span:after,
.navbar-toggle-btn span:before {
    height: 4px;
    width: 30px;
    background-color: #004;
}
.navbar-toggle-btn span:before {
    top: -10px;
}
.navbar-toggle-btn span:after {
    top: 10px;
}
.navbar-toggle-btn.toggle-btn-collapsed span {
    background: transparent;
}
.navbar-toggle-btn.toggle-btn-collapsed span:before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.navbar-toggle-btn.toggle-btn-collapsed span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
    .navbar-search .search-btn {
        display: none;
    }
    .search-toggle-btn {
        display: block;
    }
    .navbar-search {
        float: none;
        margin: 0 -15px;
    }
    .navbar-search .search-form {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        border-top: 1px solid #eee;
    }
    .navbar-search.navbar-search-collapsed .search-form {
        display: block;
    }
}
.banner-area {
    position: relative;
    height: 645px !important;
    margin-top: 100px;
}
#home .home-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-wrapper {
    position: relative;
    z-index: 1;
}
.page-wrapper .breadcrumb {
    background: transparent;
    margin-bottom: 0;
}
.page-wrapper .breadcrumb .breadcrumb-item.active {
    color: #64728a;
}
.page-wrapper .breadcrumb > li + li:before {
    color: #64728a;
}
#page-header .bg-img {
    background-attachment: scroll;
}
.about {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about > img {
    width: 100%;
    border-bottom: 4px solid #efca30;
}
.number {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 70px;
}
.number i {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #004;
    text-align: center;
}
.number h3 {
    font-size: 28px;
    margin-bottom: 0;
}
.number span {
    color: #004;
}
.service {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.2s -webkit-box-shadow;
    transition: 0.2s -webkit-box-shadow;
    transition: 0.2s box-shadow;
    transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}
.service i {
    position: absolute;
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #ffd626;
    text-align: center;
}
.service .service-content {
    padding: 15px 15px 15px 70px;
}
.service:hover {
    -webkit-box-shadow: 0 0 10px 3px #eee;
    box-shadow: 0 0 10px 3px #eee;
}
.testimonial .testimonial-quote {
    position: relative;
    margin-bottom: 30px;
    padding-top: 45px;
    text-align: center;
}
.testimonial .testimonial-quote:before {
    content: "\f10d";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    color: #004;
    font-size: 35px;
}
.testimonial .testimonial-meta {
    text-align: center;
    margin-bottom: 15px;
}
.testimonial .testimonial-meta h3 {
    margin-bottom: 5px;
}
.testimonial .testimonial-meta span {
    text-transform: uppercase;
}
.partner {
    display: block;
    border: 2px solid transparent;
}
.partner:hover {
    border-color: #ffd626;
}
.partner > img {
    width: 100%;
}
#bottom-footer {
    background: #231f20;
}
#footer #bottom-footer a {
    color: #ffd626;
}
.accordion .panel {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion .panel-heading {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee;
}
.accordion .panel-heading .panel-title {
    font-weight: 400;
}
.accordion .panel-heading .panel-title > a {
    display: block;
    padding: 10px 15px;
    background-color: #efca30;
    color: #231f20;
}
.accordion .panel-heading .panel-title > a.collapsed {
    background-color: #fff;
}
.accordion .panel-heading .panel-title > a:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
}
.accordion .panel-heading .panel-title > a.collapsed:after {
    content: "\f067";
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid #004;
    border-radius: 0;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #004;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #004;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.owl-theme:hover .owl-nav {
    opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: #d5b430;
    color: #fff;
    padding: 0;
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    margin: 0;
}
.owl-theme .owl-prev {
    left: 0;
}
.owl-theme .owl-next {
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 0.8;
    background: #d5b430;
}
.headline-text {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    margin-top: 125px;
    margin-left: 0;
}
.signup-header {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #231f20;
}
.formular {
    padding: 0 !important;
}
.form-title {
    font-size: 20px;
    color: #efca30;
    font-weight: 500;
    text-align: center;
    background: #231f20;
    margin-top: 0;
    padding: 20px 110px;
    margin-bottom: 20px;
}
.elis-form {
    padding: 0 40px;
    margin-bottom: 20px;
}
.badge-garantie {
    position: fixed;
    display: block;
    right: 0;
    top: 205px;
    z-index: 1;
}
.forma input {
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #231f20;
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background: #fff;
    height: 30px;
}
.select-judet {
    border-radius: 0 !important;
    border: 1px solid #231f20;
    width: 221px;
    height: 30px;
    font-size: 15px;
    font-weight: 500 !important;
    color: #231f20 !important;
    font-family: "Source Sans Pro", "sans-serif";
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
::-webkit-input-placeholder {
    color: #231f20 !important;
    font-weight: 500;
}
::-moz-placeholder {
    color: #231f20 !important;
    font-weight: 500;
}
:-ms-input-placeholder {
    color: #231f20 !important;
    font-weight: 500;
}
:-moz-placeholder {
    color: #231f20 !important;
    font-weight: 500;
}
.input-form {
    margin-bottom: 7px;
}
.gdpr-text1 {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 10px;
    padding: 0 17px;
}
.gdpr-text2 {
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 1px 5px;
}
.gdpr-checkbox-text1 {
    margin-bottom: 0;
}
.gdpr-checkbox-text1,
.gdpr-checkbox-text2 {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #231f20;
}
.gdpr-checkbox1 {
    left: -4px;
    top: -8px;
}
.gdpr-checkbox1,
.gdpr-checkbox2 {
    position: absolute;
    display: inline-block;
}
.gdpr-checkbox2 {
    left: -4px;
    top: 32px;
}
.sendmsg {
    background-color: #efca30;
    background-image: none;
    border: 2px solid #231f20;
    color: #231f20;
    transition: all 0.1s linear;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 0;
}
.sendmsg:hover {
    border: 2px solid #efca30 !important;
    color: #efca30 !important;
    background-color: #231f20 !important;
}
.fb-mobile {
    display: block;
    border: none;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    top: 100px;
    margin-left: 15%;
}
#quote-carousel .carousel-control {
    background: none;
    color: #efca30;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    opacity: 1;
}
.arrow-left {
    position: relative;
    float: left;
    left: -45px;
    top: 65px;
}
.arrow-right {
    position: relative;
    float: right;
    right: -45px;
    top: 65px;
}
.portfolio_block {
    width: 100%;
}
.portfolio_block .project .hover_img {
    position: relative;
}
.portfolio_block.project_descr {
    position: relative;
    padding: 37px 10px 14px;
    color: #979797;
    border: 0;
    border-bottom: 2px solid #ededed;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr {
    border-bottom-color: #765692;
}
.portfolio_block .project_descr h4 {
    margin-bottom: 11px;
    font-size: 15px;
}
.pretty {
    margin-top: 45px;
}
.pretty img {
    border-radius: 3px;
}
.pretty .img-responsive {
    transition-duration: 0.5s;
}
.pretty .gall a:hover .img-responsive {
    opacity: 0.45;
    transition-duration: 0.5s;
}
.pretty .plS {
    display: block;
}
.pic-hover {
    position: relative;
    width: 100%;
    list-style: none;
}
.pic-hover:hover .overlay-filter {
    height: 100%;
}
.picsGall {
    max-width: 100%;
    height: auto;
}
.overlay-filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffcb05;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    height: 0;
    transition: 0.5s ease;
    text-align: center;
}
.text {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    word-break: break-all;
    line-height: 1.2;
}
.text2 {
    white-space: nowrap;
    color: #000;
    font-size: 13px;
    position: relative;
    top: 50%;
    left: 0;
    height: 100px;
    text-align: center;
}
.text3 {
    white-space: nowrap;
    color: #000;
    font-size: 13px;
    position: relative;
    top: 50%;
    left: 0;
    height: 100px;
    text-align: center;
}
.break-text {
    display: block;
}
.view a:hover {
    color: #ffcb05;
}
.view h3 {
    margin-bottom: 5px;
    text-align: center;
    margin-top: 12px;
}
.view a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 16px;
    text-align: center;
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 600;
}
.view li {
    display: inline-block;
    height: 40px;
    background: none;
    text-decoration: none;
    color: #a9a9a9;
    font-size: 13px;
    text-align: center;
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 300;
}
.view ul {
    display: block !important;
    margin-top: 7px;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 0;
}
.view ul i {
    margin-right: 5px;
    font-style: normal;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    color: #a9a9a9;
}
.view ul li {
    margin-right: 12px;
    text-align: center;
    display: inline-block;
    background: none;
    box-shadow: none;
    list-style: none;
}
.view ul a {
    display: inline-block;
    color: #a9a9a9;
    font-size: 13px;
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 300;
}
#filter {
    margin-bottom: 50px !important;
    margin-left: -37px !important;
    margin-top: 37px !important;
    display: inline-block !important;
}
#filter li {
    margin-bottom: 30px !important;
    margin-right: 10px !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    float: left;
    list-style: none;
}
#filter li:last-child {
    margin-right: 0;
}
#filter li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 700;
    border-radius: 4px;
    padding: 10px;
    background: #2f2f2f;
    box-shadow: 0 2px 0 0 #000;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 11px;
    background-color: #ffcb05;
    color: #231f20;
    transition: all 0.1s linear;
}
#filter li a:hover {
    cursor: pointer;
    background-color: #231f20 !important;
    color: #ffcb05 !important;
    box-shadow: 0 2px 0 0 #ffcb05;
}
#filter li a.selected {
    cursor: pointer;
    background-color: #231f20 !important;
    color: #ffcb05 !important;
    box-shadow: 0 2px 0 0 #ffcb05;
}
.sendmsg2 {
    padding: 8px 15px;
    margin-top: 0;
    background-color: #ffcb05;
    background-image: none;
    border: 2px solid #231f20;
    color: #231f20;
    transition: all 0.1s linear;
}
.sendmsg2:hover {
    border: 2px solid #ffcb05 !important;
    color: #ffcb05 !important;
    background-color: #231f20 !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.isotope-item {
    top: 38px !important;
}
.collapsible {
    background-color: #fff;
    color: #231f20;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif !important;
    border: 1px solid #222;
}
.collapsible .active,
.collapsible:hover {
    background-color: #fff;
}
.collapsible:after {
    content: "\002B";
    color: #231f20;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    position: relative;
    top: 16px;
    right: 5px;
    font-size: 30px;
}
.collapsible.active:after {
    content: "\2212";
}
.elis-services .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
.elis-services .content p {
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.collapsible img {
    width: 50px;
    height: 50px;
    margin-right: 7px;
}
.collapsible-part2 {
    margin-top: 15px;
}
.collapsible img {
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    text-align: center;
}
.accordion-gdpr-form {
    margin-bottom: 0;
    margin-top: 80px;
}
.accordion-gdpr-form a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 3px 0 3px 15px;
    color: #231f20;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    height: 30px;
}
.accordion-gdpr-form a:hover,
.accordion-gdpr-form a:hover::after {
    cursor: pointer;
    color: #231f20;
}
.accordion-gdpr-form a.active {
    color: #231f20;
}
.accordion-gdpr-form a::after {
    content: "\002B";
    position: absolute;
    float: right;
    right: 395px;
    top: 3px;
    font-size: 20px;
    font-weight: 400;
    color: #231f20;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.accordion-gdpr-form a.active::after {
    content: "\2212";
    color: #231f20;
}
.accordion-gdpr-form .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}
.accordion-gdpr-form .content p {
    font-size: 12px;
    font-weight: 400;
    color: #231f20;
    line-height: 1.2;
}
.accordion-gdpr-form .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}
.list {
    color: #231f20;
    width: 82%;
    display: block;
    margin: 6% auto 0;
}
.list li {
    margin-bottom: 10px;
}
.list li img {
    margin-right: 10px;
    margin-bottom: 3px;
}
.ce-castigi {
    margin-left: 12.4%;
    text-transform: none;
    color: #231f20;
    font-size: 22px;
}
.ce-pierzi {
    margin-left: 12.4%;
    text-transform: none;
    color: #231f20;
    font-size: 22px;
}
.right-line {
    border-right: 1px solid #231f20;
    min-height: 340px;
}
.de-ce-da-left {
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    line-height: 1.3;
}
.de-ce-da-right {
    display: inline-block;
    width: 95%;
    vertical-align: top;
    line-height: 1.3;
}
.de-ce-nu-left {
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
}
.de-ce-nu-right {
    display: inline-block;
    width: 95%;
    vertical-align: top;
}
.de-ce-da,
.de-ce-nu {
    margin-bottom: 8px;
}
.vibropresare-tech .col-md-2 {
    width: 16.333% !important;
}
.vibropresare-tech .col-custom {
    width: 18% !important;
    position: relative;
    bottom: 7px;
}
.vibropresare-tech .proces {
    width: 120px;
}
.vibropresare-icon {
    position: relative;
    left: 18px;
}
.tech2 {
    margin-top: 20px;
}
#vibropres-title,
#vibropres-sub-title {
    color: #fff;
}
.video iframe {
    width: 960px;
    height: 483px;
}
.video {
    padding: 0;
}
.video-section {
    padding: 0 !important;
    height: 483px;
}
.despre_noi {
    padding: 110px 140px;
}
.despre_noi .sub-title {
    margin-top: 40px;
}
.avantaje_elis {
    padding-left: 380px;
    padding-right: 110px;
    padding-bottom: 114px;
}
.img_avantaje {
    padding: 0;
}
.img_avantaje img {
    width: 951px;
    min-height: 698px;
}
.cta-btn {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 10px 20px;
}
.div-cta-btn {
    margin-left: calc(50% - 60px);
}
@-webkit-keyframes preload-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes preload-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes preload-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes preload-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@media only screen and (max-width: 1680px) {
    .list {
        width: 90% !important;
    }
    .video iframe {
        width: 850px !important;
    }
    .ce-castigi,
    .ce-pierzi {
        margin-left: 9% !important;
    }
    .avantaje_elis {
        padding-left: 260px !important;
    }
}
@media only screen and (max-width: 1600px) {
    .avantaje_elis {
        padding-left: 100px !important;
    }
    .img_avantaje img {
        width: 800px;
        min-height: 650px;
    }
}
@media only screen and (max-width: 1440px) {
    .video iframe {
        width: 700px !important;
    }
    .list {
        width: 100% !important;
    }
    .avantaje_elis {
        padding-left: 60px;
        padding-right: 60px;
    }
    .de-ce-da-left,
    .de-ce-nu-left {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1366px) {
    .video iframe {
        width: 100% !important;
    }
    .right-line {
        min-height: 450px;
    }
}
@media only screen and (max-width: 1200px) {
    .arrow-left {
        left: -10px;
    }
    .arrow-right {
        right: -10px;
    }
    .despre_noi {
        padding: 70px 90px;
    }
    .fb-mobile {
        margin-left: 1%;
    }
}
@media only screen and (max-width: 1024px) {
    .form-title {
        padding: 20px 30px;
    }
    .select-judet {
        width: 170px;
    }
    .badge-garantie {
        top: 185px;
    }
    .slidere .section-header {
        margin-bottom: 10px;
    }
    .arrow-left,
    .arrow-right {
        top: 48px;
    }
    .despre_noi {
        padding: 40px;
    }
    .avantaje_elis {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .vibropresare-tech {
        padding: 0 !important;
    }
    .vibropresare-tech .col-md-2 {
        padding: 0 !important;
    }
    .vibropresare-icon {
        left: 0;
    }
}
@media only screen and (max-width: 991px) {
    #cta-2 {
        text-align: center;
    }
    #main {
        margin-bottom: 30px;
    }
    .widget-post {
        min-height: 90px;
        padding-bottom: 30px;
    }
    .widget-post > a {
        min-height: auto;
    }
    .widget-post .blog-meta {
        padding-left: 100px;
    }
    .select-judet {
        width: 100%;
    }
    .headline-text {
        margin-top: 0;
        color: #fff;
    }
    .banner-area {
        height: 830px !important;
    }
    .arrow-left {
        left: -60px;
    }
    .arrow-right {
        right: -60px;
    }
    .accordion-gdpr-form {
        margin-top: 30px;
    }
    .gdpr-checkbox1 {
        top: -3px;
    }
    .gdpr-checkbox2 {
        top: 29px;
    }
    .vibropresare-icon-responsive {
        width: 22px !important;
        position: relative !important;
        top: -66px !important;
        left: 140px !important;
    }
    .col-custom .vibropresare-icon-responsive {
        top: -84px !important;
        left: 155px !important;
    }
    .vibropres-img {
        width: 145px !important;
        position: relative;
    }
    .img-tech {
        width: 128px !important;
        position: relative;
        top: 8px;
    }
    .right-line {
        min-height: 330px;
        border-right: none;
    }
    .img_avantaje img {
        width: 100%;
        min-height: auto;
    }
    .list {
        margin-top: 40px;
    }
    .video-section {
        height: 800px;
    }
}
@media only screen and (max-width: 800px) {
    .arrow-left,
    .arrow-right {
        top: 578px;
    }
    .arrow-left {
        left: -15px;
    }
    .arrow-right {
        right: -15px;
    }
}
@media only screen and (max-width: 768px) {
    .arrow-left,
    .arrow-right {
        top: -65px;
    }
    .arrow-left {
        left: 7px;
    }
    .arrow-right {
        right: 7px;
    }
    .avantaje_elis {
        padding-left: 60px !important;
    }
    .slidere .section-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .section-header {
        margin-bottom: 30px;
    }
    .navbar-brand .logo {
        margin-left: 10px;
    }
    .badge-garantie {
        width: 25%;
    }
    .formular {
        width: 80%;
        margin-left: calc(50% - 307px);
    }
    .blog-tags-share .share {
        float: none;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 700px) {
    .formular {
        margin-left: calc(50% - 278px);
    }
}
@media only screen and (max-width: 650px) {
    .headline-text {
        font-size: 40px;
    }
    .formular {
        margin-left: calc(50% - 260px);
    }
    .gdpr-checkbox1 {
        top: -9px;
    }
    .ce-castigi,
    .ce-pierzi {
        margin-left: 4% !important;
    }
    .vibropresare-icon-responsive {
        left: 130px;
    }
    .col-custom .vibropresare-icon-responsive {
        left: 145px;
    }
}
@media only screen and (max-width: 600px) {
    .formular {
        margin-left: calc(50% - 240px);
    }
    .vibropres-img {
        width: 130px !important;
    }
    .img-tech {
        width: 115px !important;
        top: 5px;
    }
    .vibropresare-icon-responsive {
        left: 120px !important;
    }
    .col-custom .vibropresare-icon-responsive {
        top: -80px !important;
        left: 130px !important;
    }
}
@media only screen and (max-width: 550px) {
    .formular {
        margin-left: calc(50% - 220px);
    }
    .headline-text {
        font-size: 35px;
    }
    .video-section {
        height: 840px;
    }
    .form-title {
        border-top: 1px solid #231f20;
    }
}
@media only screen and (max-width: 500px) {
    .headline-text {
        font-size: 30px;
        margin-left: 12px;
    }
    .formular {
        width: 90%;
        margin-left: calc(50% - 225px);
    }
    .arrow-left {
        left: 115px;
    }
    .arrow-right {
        right: 115px;
    }
}
@media only screen and (max-width: 480px) {
    #numbers [class*="col-xs"] {
        width: 100%;
    }
    .number {
        text-align: center;
        padding: 0;
    }
    .number i {
        position: static;
    }
    .widget-post {
        min-height: auto;
        padding-bottom: 5px;
    }
    .widget-post > a {
        min-height: 60px;
    }
    .widget-post .blog-meta {
        padding-left: 0;
        margin-top: 15px;
    }
    .formular {
        margin-left: calc(50% - 216px);
    }
    .de-ce-da-right,
    .de-ce-nu-right {
        width: 90% !important;
    }
    .avantaje_elis {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 450px) {
    .headline-text {
        font-size: 28px;
    }
    .formular {
        margin-left: calc(50% - 202.5px);
    }
    .elis-form {
        padding: 0;
    }
    .video-section {
        height: 880px;
    }
    .img-tech {
        left: 45px;
    }
    .vibropresare-icon-responsive {
        left: 170px !important;
    }
    .col-custom .vibropresare-icon-responsive {
        left: 145px !important;
    }
    .slidere h2 {
        margin: 0 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 414px) {
    .accordion-gdpr-form a::after {
        right: 265px;
    }
    .formular {
        margin-left: calc(50% - 186.5px);
    }
    .despre_noi {
        padding: 20px;
    }
    .logo img {
        width: 80%;
        margin-top: 7px;
    }
    .badge-garantie {
        width: 29%;
        top: 105px;
    }
    .ce-pierzi {
        margin-top: 45px;
    }
    .ce-castigi {
        margin-top: 0;
    }
    #cta-1 {
        padding: 50px 0 !important;
    }
    .test .parsley-message {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 375px) {
    .accordion-gdpr-form a::after {
        right: 230px;
    }
    .badge-garantie {
        top: 105px;
    }
    .form-title {
        padding: 20px 10px;
    }
    .formular {
        margin-left: calc(50% - 168.75px);
    }
    .arrow-left {
        left: 100px;
    }
    .arrow-right {
        right: 100px;
    }
    .img-tech {
        left: 14px;
    }
    .vibropresare-icon-responsive {
        left: 145px !important;
    }
    .headline-text {
        font-size: 27px;
    }
    .accordion-gdpr-form {
        margin-top: 0;
    }
    .gdpr-checkbox2 {
        top: 46px;
    }
}
@media only screen and (max-width: 360px) {
    .accordion-gdpr-form a::after {
        right: 215px;
    }
    .formular {
        margin-left: calc(50% - 162px);
    }
    .headline-text {
        margin-left: 3px;
    }
    .badge-garantie {
        top: 100px;
        width: 28%;
    }
    .gdpr-checkbox2 {
        top: 46px;
    }
    .headline-text {
        font-size: 26px;
    }
    .parsley-message {
        font-size: 10px !important;
    }
}
