@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Play:400,700);

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #89949f;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    /*text-transform: uppercase;*/
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 5px;
        line-height: 1.6;
        color: #2b70b6;
    }
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(177, 177, 177);
    background-color: #FFF;
}

.navbar-nav a{
    font-size: 14px;
    font-weight: 600;
    color: rgb(48, 85, 123) !important;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    color: #9b9d9f;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgb(28, 51, 74) !important;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.contact-ribbon{
    background-color: rgb(30, 43, 57);
    height: 40px;
    padding-top: 10px;
    z-index: 9999;
    position: relative;
}

.down-lege{
    margin-top: 10px;
    font-weight: 600;
    background: url("../img/file.png") no-repeat 0px 12px;
    padding: 11px;
    padding-left: 22px;
    margin-bottom: -21px;
}

.panel-body {
    padding: 15px;
    text-align: justify;
}

.service-list li{
    margin-bottom: 9px;
    text-align: justify;
    list-style-type: number;
    padding-right: 50px;
    line-height: 22px;
}



hr {
    margin-top: 7px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #eee;
}

.service-link{
    color: rgb(43, 112, 182) !important;
}

.service-link:hover, .service-link:focus{
    color: rgb(43, 112, 182);
    outline: none;
}

.pad{
    padding: 14px 7px 0px 14px;
    margin-left: -13px;
}

.be-safe-srl{
    color: red;
    font-weight: bold;
}

p::selection {
  background: #b0b0b0; /* WebKit/Blink Browsers */
  color: white;
}
p::-moz-selection {
  background: #b0b0b0; /* Gecko Browsers */
  color: white;
}

::-moz-selection { /* Code for Firefox */
  background: #b0b0b0 !important; 
  color: white;
}

::selection {
   background: #b0b0b0 !important; 
  color: white;
}


.content-ribbon{
    color: white;
    font-size: 16px;
}


.email-ribbon, .phone-ribbon{
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-right: 10px;

}

.heading-ribbon{
    color:#bbcdde;

}

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


.modal{
    top:80px;
}

.logo{
    background: url("../img/logo.png") no-repeat 0px 0px;
    height: 47px;
    width: 325px;
    padding-left: 326px;
    padding-bottom: 23px;
}

.logo-lower{
    background: url("../img/logo.png") no-repeat 0px 49%;
}

.text-bold{
font-weight:bold;
}

.email-symbol{
    background: url("../img/email_symbol.png") no-repeat 0px 14px;
    height: 25px;
    padding: 15px;
}

.phone-symbol{
    /*background: url("../img/phone_symbol.png") no-repeat 0px 13px;*/
    background: url("../img/whatsapp_green.png") no-repeat 0px 13px;
    height: 25px;
    padding: 15px;   
}

.time-symbol{
    background: url("../img/time_symbol.png") no-repeat 0px 13px;
    height: 25px;
    padding: 15px;   
}

.facebook-blue{
    background: url("../img/facebook_blue.png") no-repeat 0px 0px;
    height: 25px;
    padding: 15px;   
    cursor: pointer;
    z-index: 99999;
    position: absolute;
}

.linkedin-blue{
    background: url("../img/linkedin_blue.png") no-repeat 0px 0px;
    height: 25px;
    padding: 15px;   
    cursor: pointer;
    margin-left: 30px;
    z-index: 99999;
    position: absolute;
}

/*.google-blue{
    background: url("../img/google_blue.png") no-repeat 0px 0px;
    height: 25px;
    padding: 15px;   
    cursor: pointer;
    margin-left: 60px;
    z-index: 99999;
    position: absolute;
}*/

.whatsapp-blue{
    background: url("../img/whatsapp_blue.png") no-repeat 0px 0px;
    height: 25px;
    padding: 15px;   
    cursor: pointer;
    margin-left: 60px;
    z-index: 99999;
    position: absolute;
}
  
.top-section{
    margin-top: 40px;
}

.despre-title{
    color: rgb(43, 112, 182);
    font-size: 30px;
    border-left: 8px solid #b9c6d4;
    padding-left: 12px;

}

.blue-t{
    color: rgb(43, 112, 182); !important;
}




.servicii-title{
    color: #fff;
    font-size: 30px;
    border-left: 8px solid #6b7278;
    padding-left: 12px;
}

.carousel-indicators {
    bottom: 0px;
    z-index: 1;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(66, 90, 113);
    border: none;
    border-radius: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 150px;
}

.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -96px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 120px;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left,
.carousel-control.right  {
    background: none;
}


.cerere-title{
    color: #fff;
    font-size: 30px;
    border-left: 8px solid #506d88;
    padding-left: 12px;
}

.despre-fullname{
    margin-top: 20px;
    color: rgb(43, 112, 182);
    padding: 7px;
    font-style: italic;
}

.required{
    color: red;
}

.req{
    color:red;
}

.cerere-label{
    color: white;
    font-size: 14px;
}

.cerere-input{
    border-radius: 10px;
    padding: 5px 13px 5px;
    height: 47px;
}

.error-msg{
    /*background-color: rgb(186, 94, 94);*/
    color: white;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 14px;
    font-weight: 600;
    font-size: 13px;
    background: #ba5e5e url('../img/error.png') no-repeat 6px 6px;
    padding-left: 26px;
    display: none;
}

.selectare {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 2px 2px 10px;
    background: white url("../img/dropdown_carret.png") no-repeat 96% center;
    outline: none !important;
    height: 46px;
}

.btn-trimite{
    background-color: #678098;
    padding: 13px 35px;
    color: white;
    font-weight: bold !important;
    border-radius: 10px !important;
    font-size: 16px;
    margin-bottom: 20px;
    float: right;
}

.btn-trimite:hover,
.btn-trimite:focus {
    background-color: #546A80;
    color: white;
    outline: none;
}

.btn-abon{
    background-color: #236ab2;
    padding: 13px 35px;
    color: white;
    font-weight: bold !important;
    border-radius: 10px !important;
    font-size: 16px;
    margin-bottom: 20px;
    float: right;
}

.btn-abon:hover,
.btn-abon:focus {
    color: white;
     background-color: #2061a3;
}

.blog{
	margin-left: -60px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

.blog-fix{
	margin-left: 88px;
}

.gmap{
    overflow:hidden;
    height:400px;
    width:100%;
    margin-top: 4px;
}

.head-fix{
    font-size: 42px;
}

.back-link{
	font-weight: bold;
	color: rgb(43, 112, 182);
}
.back-link:hover,
.back-link:focus{
	color:blue;
}

.current-page {
    position: absolute;
    height: 3px;
    background-color: #2b70b6;
    width: 54%;
    bottom: 8px;
    left: 25%;
}

.despre-description{
    color: rgb(43, 112, 182);
    padding: 7px;
    font-size: 17px;
    padding-right: 90px;
    text-align: justify;
    line-height: 26px;

}


.new-leg-list li{
    margin-bottom: 9px;
    text-align: justify;
    list-style-type: none;
    padding-right: 50px;
    line-height: 22px;
}


.art-descr {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgb(43, 112, 182);
}

.art-list{
    list-style-type: none;
}

.art-list li{
    margin-bottom: 3px;
    color: rgb(44, 117, 191);
}

.fac-list li{
    margin-bottom: 10px;
    color: rgb(43, 112, 182);
    text-align: justify;
    font-size: 15px;
}

.article-format{
    padding-bottom: 30px;
}

.art-fac{
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: unset;
    font-weight: bold;
    color: rgb(43, 112, 182);
}

.newsletter-ribbon{
    margin: 0px 0px 0px;
}

.newsletter-title{
    color: white;
    margin: 0;

}


.footer-bg{
    background-color: #1e2b39;
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.linkuri-utile ul{
    list-style-type: none;
    padding: 0;
}

.linkuri-utile ul li {
    margin-bottom: 4px;
}

.no-pad{
    padding: 0;
}

.linkuri-utile a{
    color: #9b9d9f;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.footer-con{
    color: #cccccc;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.footer-title{
    color: #c4c4c5;
    font-size: 16px;
    margin-bottom: 10px;
}

.newsletter-desc{
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.despre-img{
    background: url("../img/despre-img.png") no-repeat 0px 0px;
    width: 440px;
    height: 300px;
    float: right;
}

.certificate-container{
    /*border: 1px solid rgb(216, 222, 228);*/
    padding: 14px;
    margin-right: 80px;
    margin-left: 8px;
    margin-top: 7px;
    padding-left: 1px;
    margin-bottom: 30px;
}

.news-email{
    width: 80%;
    float: right;
    height: 51px;
    padding-left: 30px;
}

.cerere-oferta-section{
    background-color: #425a71;
}

.certificate-container ul{
    list-style-type: none;
}

.cert-section{
    background: url("../img/certification.png") no-repeat 0px 0px;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 21px;
    width: 47%;
}

.cert-type{
    text-transform: uppercase;
    color: rgb(43, 112, 182);
}

.cert-type:hover, 
.cert-type:focus {
    color: #397dd0 !important;
}

.certificat{
    font-style: italic;
    color: rgb(43, 112, 182);
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -70px;
}

.slogan {

    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 6px;
    font-size: 19px;
    color: rgb(43, 112, 182);
}


.offer-ribbon{
    background-color: #2f8cea;
    padding: 5px;
}

.center{
    text-align: center;
    margin: 0 auto;
}

.time-security{
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.certificate-container li:nth-child(3){
    border: none;
}

.offer-btn{
    background-color: rgb(47, 140, 234);
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: 8px 30px;
    border-radius: 10px;
    margin-left: 20px;
    font-size: 16px;
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.offer-btn:hover {
    background-color: #2f7fd1;
    border: 2px solid #2f7fd1;
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top-nav-collapse{
    z-index: 99 !important;
}

.copyright-text{
    margin-top: 30px;
    font-size: 14px;
    color: #787878;
}

.servicii-section{
    background-color: #1e2b39;
    margin-bottom: 4px;
}


.lighter-hue, .magni{
    color: #cccccc;
}

.magni:hover{
    color:red;
}


.medicina-muncii-page{
    background: url(../img/med-muncii-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}

.fac-man-page{
    background: url(../img/fac-man-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}


.leg-page{
    background: url(../img/leg-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}


.new-leg-page{
    background: url(../img/new-leg-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}

.despre-page{
    background: url(../img/despre-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}

.servicii-page{
    background: url(../img/servicii-page.png) no-repeat scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 226px !important;
}

.art{
    font-style: italic;
    font-weight: bold;
    color: rgb(43, 112, 182);
}

.art-despre{
    color: rgb(43, 112, 182);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    /*font-style: italic;*/
    padding: 0px 40px;
    text-align: justify;
} 

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    color: rgb(43, 112, 182);
}


.italic{
    font-style: italic;
}

.serv-p{
    margin-bottom: 5px;
}

.underline{
    text-decoration: underline;
}

.serv-pg{
    margin: 10px 0px;
color: rgb(43, 112, 182);
text-align: justify;
}

.services-list li{
    margin-left: 16%;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}

.legislatie-format{
    padding: 15px 190px 50px;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(222, 228, 242);
    margin: 20px 0px;
}

.despre-format{
    margin-top: 30px;
}

.bold-text{
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}


.list-lege{
    margin-top: 10px;
    font-weight: 600;
    background: url("../img/doc.png") no-repeat 0px 13px;
    padding: 11px;
    padding-left: 30px;
    margin-bottom: -21px;
    font-size: 19px;
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/hero-img-main.png) no-repeat scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        padding: 0;
        margin-top: 70px;
        height: 476px;
    }

    .intro .intro-body .brand-heading {
        font-size: 42px;
        font-weight: 600;
        font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
        /*         text-align: left;
        margin-left: 30px; */
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    /*text-transform: uppercase;*/
    font-family: 'Play',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #c3c3c3;
    color: #777;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #2b70b6;
    outline: 0;
    color: #fff ;
    background-color: #2b70b6;
}

ul.banner-social-buttons {
    margin-top: 0;
}

.pull-right {
    float: right !important;
    margin-right: 40px;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 50px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0px 0px;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #FFF;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.3);

    }

}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:480px) {

    .art-despre{
        font-size: 13px;
        padding: 0;
        /*text-align: initial;*/
    }

    .art-list, .fac-list, .new-leg-list, .new-leg-list li {
        padding: 0;
    }

    .container {
     width: 100% !important;
    }

    .art-descr{
        text-align: initial;
        font-size: 13px;
    }

    .art-list li, .fac-list li, .new-leg-list li {
        font-size: 13px;
    }

    .newsletter-desc {
         font-size: 13px;
         margin-top: 15px;
    }

    .gmap{
        height: 220px;
    }

    .slogan{
        font-size: 15px;
    }


  

    .offer-btn{
        width: 80%;
    }

    .cerere-input {
    border-radius: 0px;
    padding: 5px 13px 5px;
    height: 35px;
    }

    .btn-trimite{
        font-size: 14px;
        float: none;
    }

    p{
        font-size: 13px;
    }

    .h3, h3 {
      font-size: 16px;
    }

    .art{
        margin-bottom: 10px;
    }


    .offer-btn{
        margin-top: 14px;
        font-size: 14px;
    }

    .despre-title, .servicii-title, .cerere-title {
        font-size: 17px;
    }

    .time-security {
        font-size: 13px;
        font-weight: 600;
        color: white;
        margin-bottom: 0px;
        display: inline-block;
        padding: 0px 30px;
    }

    .intro .intro-body .brand-heading {
        font-size: 16px;
    }
    .news-email {
        width: 100%;
    }
    .btn-abon {
      /*  float: none; */
        margin-top: 16px;
    }
    .h1, h1 {
          font-size: 25px;
    }
    .despre-description {
        color: #89949f;
        padding: 0px;
        font-size: 15px;
        padding-right: 0px;
    }
    .certificate-container {
        border: 1px solid rgb(216, 222, 228);
        padding: 0px;
        margin-bottom: 20px !important;
        margin: 0;
    }

    .cert-section {
        padding-left: 10px;
        background: none;
        padding-top: 10px;
    }

    .certificate-container ul {
        padding: 0;   
    }

    .cert-section {
        border: none;
        margin-bottom: 11px;
    }

    .legislatie-format {
     padding: 15px 11px 50px !important;
    }

    .service-list li{
        padding: 0;
        font-size: 13px;
    }

}

@media(max-width:767px) {


    .nav > li > a {
        position: relative;
        display: block;
        padding: 3px 12px !important;
        line-height: 30px !important;
        font-size: 13px !important;
    }


    .contact-ribbon{
        display: none;
    }


    .legislatie-format {
        padding: 15px 60px 50px;
    }

    .list-lege{
       font-size: 14px;  
    }

    p{
        color: rgb(43, 112, 182);
    }

    .current-page{
        display: none;
    }

    .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        opacity: 0.2;
    }

    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
    margin-top: 7px;
    }

    .facebook-blue, .linkedin-blue, .google-blue, .email-ribbon, .phone-ribbon {
        display: none;
    }

}




@media(max-width:1000px) {
    .container {
        width: 90% ;
    }

    .btn-abon{
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .despre-img{
        display: none;
    }

}

@media (min-width:768px) and (max-width:963px) {
        .logo{
            display: none;
        }

        .facebook-blue, .linkedin-blue, .google-blue {
            display: none;
        }

        .content-ribbon{
            font-size: 15px;
        }

}


@media (min-width:768px) and (max-width:1200px) {
        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 4px;
            line-height: 31px;
            font-size: 12px !important;
        }
    
    }

@media(max-width:1200px) {

   

  .logo {
    background: url("../img/logo2.png") no-repeat 0px 49%;
    height: 47px;
    width: 325px;
    padding-left: 205px;
    padding-bottom: 23px;
    }

    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
    line-height: 35px;
    font-size: 12px !important;
    }

    

}


@media(max-width:1366px) {
    .gmap{
        height: 240px;
    }
}




footer {
    padding: 50px 0 20px;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}