/* =============================================
@Author: Stefan Costin
============================================= */

/*START_body*/

/*@font-face {
    font-family: myFirstFont_text;
    src: url(/assets/css/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: myFirstFont_title;
    src: url(/assets/css/zrnic/zrnic_rg.ttf);
}

a,
p {
    font-family: myFirstFont_text;
}

.navbar-nav a,
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: myFirstFont_title;
}*/



@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: 'Catamaran', sans-serif;
    font-size:15px;
    color:#000;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
}

#main {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.margin-r-l {
    padding: 0 15px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    position:relative;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Catamaran', sans-serif;*/
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.6em;
    /*font-weight: 600;*/
}

p {
    text-align: justify;
}

a {
    color: #11BBC3;
}

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

.title {
    padding: 70px 0;
    color: #fff;
}

.title-min {
    color: #2E4C66;
    border-bottom: 1px solid #2E4C66;
    position: relative;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.tm {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 50px;
}

.tl {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
}

.background-image {
    text-align: center;
    /*padding: 100px 0;*/
    height: 200px;
    color: #fff;
    background-image: url("/assets/images/sisteme_control2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-shadow: 1px 1px 3px #777;
    margin-bottom: 30px;
}

.background-color {
    /*content: '';*/
    position: absolute;
    /*left: 0px;*/
    /*top: 0px;*/
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.8);
}

table {
    margin-top: 30px;
}

.continut ul {
    padding-left: 40px;
}

.continut p {
    text-indent: 40px;
}

.art-desc {
    margin-top: 30px;
}

.cont ul {
    margin-left: 50px;
}

/*START_header*/

/*START_bar-top*/

.bar-top {
    background-color: #152F45;
    color: #aaaaaa;
}

.bar-top i {
    padding: 10px;
}

.bar-top h4 {
    padding: 10px 0;
    font-family: 'Catamaran', sans-serif;
}

.bar-top a {
    color: #aaaaaa;
}

.bar-top a:hover {
    text-decoration: none;
}

.bar-top a:focus,
.bar-top a:hover {
    color: #fff;
}

.bar-top-left {
    float: left;
}

.bar-top-right p {
    font-size: 14px;
}

.bar-top-right {
    float: right;
}
.lang {
    display: none
}

@media screen and (max-width: 767px) {
    .lang {
    display: block
}
    .bar-top i {
        padding: 9px;
    }

    .bar-top h4 {
        font-size: 16px;
    }

    .bar-top-left {
        float: none;
        /*text-align: center;*/
    }

    .bar-top-right {
        /*float: none;*/
        /*text-align: center;*/
    }
}

/*END_bar-top*/

/*START_top-bar*/

.top-bar {
    background-color: #2E4C66;
    color: #FFF;
}
.top-bar-d {
    padding: 15px 0;
}

.top-bar img {
    max-height: 100px;
}

.top-bar-right p {
    font-size: 14px;
}

.logo-min {
    display: none;
    max-height: 100px;
}

.top-bar i {
    font-size: 40px;
    padding: 15px 0;
    display: inline-block;
}

.top-bar a {
    color: #FFF;
}

.top-bar a:focus,
.top-bar a:hover {
    text-decoration: none;
    color: #11BBC3;
}

.top-bar p {
    display: inline-block;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    /*float: right;*/
}

@media screen and (max-width: 991px) {
    .logo {
        display: none;
    }

    .logo-min {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .top-bar i {
        font-size: 25px;
    }

    .top-bar-left {
        float: none;
        text-align: center;
    }

    .top-bar-right {
        float: none;
        text-align: center;
    }

    .top-bar {
        display: none;
    }
}

.ico {
    float: right;
    margin-left: 50px;
}

.ico1 {
    margin-right: 15px;
    display: inline-block;
}

.ico2 {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .ico {
        margin-left: 25px;
    }
}

@media screen and (max-width: 991px) {
    .ico {
        margin-left: 10px;
    }
}

/*END_top-bar*/

/*START_menu*/

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar li a {
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 30px;
    border-top: none;
    font-weight: 700;
    padding: 10px 40px 10px 0px;
}

@media screen and (max-width: 1200px) {
.navbar li a {
    padding: 10px 30px 10px 0px;
}
}

@media screen and (max-width: 991px) {
    .navbar li a {
        padding: 10px 5px;
    }
}

.nav-logo-mini {
    display: none;
    max-height: 50px;
    margin-left: 15px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #2E4C66;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #11BBC3;
    background-color: transparent;
}

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

.logo-mini {
    max-height: 50px;
    display: none;
}

@media screen and (max-width: 767px) {
    .nav-logo-mini {
        display: block;
    }
}

.navbar li a {
    color: #2E4C66;
}

.navbar li a:active,
.navbar li a:focus,
.navbar li a:hover {
    color: #11BBC3;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #fff;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #11BBC3;
    background-color: #fff;
}

.dropdown-menu li a {
    padding-left: 15px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #11BBC3;
    background-color: #fff;
}

/*END_menu*/

/*END_header*/

/*START_main*/

/*START_index*/

.certificari {
    padding: 15px 0;
}

.certificari img {
    max-height: 100px;
    margin: 0 auto;
}
.certificari h4 {
    text-align: center;
}

.float-left {
    float: left;
}

@media screen and (max-width: 767px) {
    .float-left {
        /*float: none;*/
    }
}

.serv {
    background-color: #2E4C66;
    background-image: url(/assets/images/servicii.png);
    background-position: right top;
    /*background-size: cover;*/
    /*background-repeat: repeat-y;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.windws {
    padding: 50px 0;
}

.title-servicii-i1 {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}

.title-servicii-i1:focus,
.title-servicii-i1:hover  {
    color: #11BBC3;
    /*border-bottom: 1px solid #11BBC3;*/
}

.ser .servicii p {
    text-align: left;
}

.tm-i {text-align: center;
       margin: 0 auto;
       margin-bottom: 30px;
}

.servicii-i p {
    text-align: center;
    color: #fff;
}

.services-i {
    padding: 15px 0; 
    color: #fff;
}

.services-i p {
    text-align: center;
}

.title-serv {
    text-align: center;
    margin-bottom: 15px;
}

.title-servicii-i {
    text-align: center;
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}

.title-servicii-i:focus,
.title-servicii-i:hover {
    color: #11BBC3;
    /*border-bottom: 1px solid #11BBC3;*/
}

/*END_index*/

/*START_despre-noi*/

.pad-right {
    padding-right: 30px;
}

.back-left {
    padding-right: 50px; 
}

.back-image {
    position: relative;
    padding: 50px 0px;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.back-image .image-box {
    position: relative;
    /*float: right;*/
    margin-right: -50px;
    margin-left: 50px;
}

/*END_despre-noi*/

/*START_produse*/

.border-bootom {
    border-bottom: 1px solid #2E4C66;
}

.produse {
    padding: 15px 0 50px 0;
    height: 350px;
}

.produs {
    /*background-color: #FAFAFA;*/
    height: 150px;
    padding: 15px;
    margin-bottom: 15px;
}

.produs img {
    max-height: 100px;
}

.produs-btn {
    text-align: center;
}
.title-prod {
    color: #2E4C66;
}

.title-produs {
    text-align: center;
    color: #2E4C66;
    /*border-bottom: 1px solid #2E4C66;*/
}

.title-produs:focus,
.title-produs:hover {
    color: #11BBC3;
    /*border-bottom: 1px solid #11BBC3;*/
}

.btn-produs {
    position: relative;
    padding: 14px 30px;
    line-height: 1em;
    color: #2E4C66;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #2E4C66;
    margin: 0 auto;
    margin-top: 15px;
}

.btn-produs:focus,
.btn-produs:hover {
    color: #fff;
    border: 1px solid #2E4C66;
    background-color: #2E4C66;
}

.btn-produs-i {
    position: relative;
    padding: 14px 30px;
    line-height: 1em;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 15px;
}

.btn-produs-i:focus,
.btn-produs-i:hover {
    color: #11BBC3;
    border: 1px solid #11BBC3;
    background-color: transparent;
}

.inner {
    border: 1px solid #2E4C66;
}

.inner li {
    border-bottom: 1px solid #2E4C66;
    margin: 10px 5px;
    padding-bottom: 10px;
    width: 95%;
}

.inner .dn {
    display: none; 
}

.inner li:last-child {
    border-bottom: 0px solid #2E4C66;
}

/*END_produse*/

/*START_main-img-index*/
.main-img {
    margin: 10px 0;
}
.thumbnail-mod {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    max-width: 320px;
    max-height: 210px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.thumbnail-mod a {
    text-align: center;
    color: #3FA1DA;
}
.img-main {
    margin: 0 auto;
    max-height: 130px;
}
.img-main-pag {
    max-height: 100px;
    margin: 0 auto;
}
.image {
    background-color: transparent;
    height: 150px;
}
.image img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 0%;
}
.image1 img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 100%;
}
.image:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.60);
    border-radius: 0%;
}
.image1:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.60);
    border-radius: 0%;
}
/*END_main-img-index*/

/*START_servicii*/

.servicii {
    padding-bottom: 130px; 
}

.servicii p {
    text-align: center;
}

.services {
    padding: 15px 0; 
}

.text-center {
    text-align: center;
}

.services .text-center {
    height: 50px;
}

.title-servicii {
    text-align: center;
    color: #2E4C66;
    /*border-bottom: 1px solid #2E4C66;*/
}

.title-servicii:focus,
.title-servicii:hover {
    color: #11BBC3;
    /*border-bottom: 1px solid #11BBC3;*/
}

.title-servicii1 {
    color: #2E4C66;
    /*border-bottom: 1px solid #2E4C66;*/
}


.back-img {
    margin: 0 auto;
}

/*END_servicii*/

/*START_slider*/

.theme-default .nivoSlider {
    max-height: 500px;
}



.nivo-controlNav {
    margin-top: -70px;
    z-index: 5;
    position: relative;
}

.nivo-caption {
    background: #2E4C66 !important;
    color: #fff !important;
}

/*END_slider*/

/*START_solutii*/

.img-right {
    /*float: right;*/
    margin-left: 15px;
}

.img-center {
    margin: 0 auto;
}

/*END_solutii*/

/*START_galerie-foto*/

.gal-img {
    height: 100px;
    margin: 15px 0;
}

.gal-img img {
    height: 100px;
    margin: 0 auto;
}

.pp_social {
    display: none;
}

/*END_galerie-foto*/

/*START_certificari*/

.cert h4 {
    padding: 30px 0 0;
}

.cert img {
    margin: 0 auto;
}

.cert h4 {
    text-align: center;
}

/*END_certificari*/

/*START_contact*/

.form-control {
    border-radius: 0px;
}

.send {
    background-color: #2E4C66;
    border-radius: 0px;
    border: 1px solid #2E4C66;
}

.send:focus,
.send:hover {
    background-color: #2E4C66;
    border-radius: 0px;
    border: 1px solid #2E4C66;
}

@media screen and (max-width: 767px) {
    .map {
        padding: 0 15px;
    }
}

/*END_contact*/

/*END_main*/

/*START_footer*/

/*END_footer*/

.footer {
    padding: 15px 0;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer p {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .footer-left {
        float: none;
    }

    .footer-right {
        float: none;
    }
    .footer-left p {
        text-align: center;
    }

    .footer-right p {
        text-align: center;
    }
}

/*END_body*/