@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.7;
}

span {
    font-size: 14px;
}

p {
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

@font-face {
    font-family: Futura;
    src: url(../fonts/Futura-Extra-Black-font.ttf);
    src: url(../fonts/Futura-Extra-Black-font.woff2);
    src: url(../fonts/Futura-Extra-Black-font.eot);
    src: url(../fonts/Futura-Extra-Black-font.eot);
    src: url(../fonts/FuturaBT-ExtraBlack.woff);

}

@font-face {
    font-family: Futura1;
    src: url(../fonts/Futura-CondensedLight.ttf);
    src: url(../fonts/Futura-CondensedLight.woff2);
    src: url(../fonts/Futura-CondensedLight.eot);
    src: url(../fonts/Futura-CondensedLight.woff);
}

/********header*********/

.elementor-page header, .elementor-page .breadcrumb, .elementor-page .footer-section {
    display: none;
}

.navbar-right li a .fa {
    font-size: 19px;
}

.header-top {
    background-color: #000;
    padding: 7px 0 7px;
    min-height: 55px;
}

.top-social {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.top-social li {
    display: inline-block;
    padding: 0 0 0 11px;
}

.top-social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: normal;
    padding: 4px 0 0;
    color: #000;
    font-weight: 900;
    font-size: 19px;
    overflow: hidden;
}

.top-social li.lang a {
    border-radius: inherit;
}

.social-top-ext {
    color: #fff;
    clear: both;
    display: inline-block;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    top: 2px;
}

.navbar-right li a {
    color: #000 !important;
    padding: 16px 14px 15px 0 !important;
    font-size: 17px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 17px 6px 17px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.navbar-nav {

    margin: 5px 0 0;
}

.nav > li > a .fa-angle-double-right {
    margin: 0 0 0 16px;
    position: relative;
    left: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #040404;
    background-color: #e7e7e7;
    background: none;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
    font-weight: 600;
}

.navbar-default {
    margin-bottom: 0;
    background-color: #fff;
    border-color: #ffffff;
    padding: 10px 0 10px;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(68, 68, 68, 0.87);
}


.navbar-nav .dropdown-menu .dropdown-item a {
	display: block;
}


.main-header .dropdown-menu {

    padding: 0px 0;

}

.main-header .dropdown-menu > li > a {
    font-size: 12px;
    padding: 10px 20px;
}

.main-header .dropdown-menu > li > a:focus, .main-header .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.main-header .dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.main-header .dropdown-submenu {
    position: relative;
}

.main-header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.main-header .dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.main-header .dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.main-header .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .main-header .dropdown-menu {
        padding-left: 10px;
    }

    .main-header .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .main-header .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid red;
    }

}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

/************end-header*******/
/************footer*******/

.footer-section {
    background-color: #f4f4f4;
    padding: 27px 0 13px;
    margin-top: 60px;
}

.footer-col span {
    display: block;
    padding: 0 0 6px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}

.footer-col h4 {
    background: #1a181d;
    color: #fff;
    margin: 3px 0 20px;
    text-align: center;
    padding: 10px 0 10px;
    font-size: 13px;
    font-weight: 100;
}

.soical-footer {
    list-style: none;
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
}

.soical-footer li {
    display: inline-block;
    padding: 0 5px 0;
}

.soical-footer li a {
    width: 38px;
    height: 38px;
    background: #1a181d;
    display: block;
    border-radius: 100%;
    padding: 2px 0px 0;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
}

.footer-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    font-size: 14px;
    color: #474747;
    font-weight: 600;
}

.footer-menu li:nth-child(2) a {
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
    padding: 0 5px 0;
}

.fa-linkedin {
    position: relative;
    top: -2px;
}

/************end-footer*******/
/*******effect-soical****/

/************slider-section*******/

.slider-section {
}

.slider-section .carousel-indicators .active {
    background-color: #2980b9;

}

.slider-section .carousel-inner img {
    width: 100%;
    max-height: 744px;
}

.articolo .carousel-inner img {
    width: unset;
    max-height: unset;
    margin: auto;
}

/*.slider-section .carousel-inner .item {
    height: 744px;
}*/

.slider-section .carousel-control {
    width: 0;
}

.slider-section .carousel-control.left,
.slider-section .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.slider-section .carousel-control.left span {
    padding: 15px;
}

.slider-section .carousel-control.right span {
    padding: 15px;
}

.slider-section .carousel-control .fa-chevron-left,
.slider-section .carousel-control .fa-chevron-right,
.slider-section .carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.slider-section .carousel-control .fa-chevron-left,
.slider-section .carousel-control .icon-prev {
    left: 0;
}

.slider-section .carousel-control .fa-chevron-right,
.slider-section .slider-section .carousel-control .icon-next {
    right: 0;
}

.slider-section .carousel-control.left {
    left: 10%;
}

.slider-section .carousel-control.right {
    right: 10%;
}

.slider-section .carousel-control.left span:hover,
.slider-section .carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    padding: 230px 0 0px;
    height: 100%;
}

.slider-section .main-text h1 {
    font-size: 146px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: Futura;
    /* font-weight: 900; */
}

.slider-section .main-text span {
    font-family: Futura1;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 100 !important;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 2px;
}

.main-text {
    position: absolute;
    top: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 264px 0 0;
}

.slider-section .header-text span {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 43px;
    color: rgba(255, 255, 255, 0.74);
}

/************end-slider-section*******/
/************new-section-1*******/
.new-section-1 {
    padding: 50px 2px 89px;
}

.right-img {

    position: relative;

}

.right-img img {
    width: 100%;
    position: absolute;
    left: -65px;
    height: 530px;
}

.cotent-105 {
    padding-right: 54px;
}

.cotent-105 h3 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.cotent-105 span {
    display: block;
    color: rgba(0, 0, 0, 0.84);
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 20px 0 44px;
    line-height: 2;
    font-size: 13px;
}

.cotent-105 a {
    background: #1a181d;
    color: #fff;
    display: block;
    width: 69%;
    text-align: center;
    padding: 11px 0 11px;
    font-weight: 100;
}

.no-pad {
    padding: 0;
}

/************end-new-section-1*******/

/********grow-section-bh-1********/

.grow-section-bh-1 {
    background: #d8d8d8;
    padding: 50px 0 30px;
}

.gow-section {
    padding: 0 46px 0 0;
}

.gow-section h3 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.gow-section p {
    font-size: 20px;
    padding: 9px 0 10px;
    color: #000;
}

.gow-section span {
    letter-spacing: 0.5px;
    padding: 12px 107px 44px 0;
    display: block;
    color: rgba(0, 0, 0, 0.84);
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 2;
    font-size: 13px;
}

.a-p-m-s-img {
    text-align: center;
    padding: 202px 00 7px;
}

.a-p-m-s-img .col-sm-6 {
    margin-bottom: 30px;
}

.a-p-m-s-img img {
    width: 49%;
}

.a-p-m-s-img a {
    display: block;
    color: #000;
    text-transform: uppercase;
    padding: 9px 0 2px;
    font-size: 20px;
    font-weight: 600;
}

.a-p-m-s-img span {
    display: block;
    padding: 4px 0 2px;
    color: rgba(0, 0, 0, 0.97);
    font-weight: 500;
    font-size: 14px;
}

.gow-section a {
    background: #1a181d;
    color: #fff;
    display: block;
    width: 69%;
    text-align: center;
    padding: 11px 0 11px;
    font-weight: 100;
}

.opera-right-igm {
}

.opera-right-igm img {
    position: absolute;
    right: -45px;
    top: 5px;
    width: 100%;
}

.opera-section {
    padding: 44px 0 59px;
}

.opera-section .gow-section {
    padding: 0 54px 0 0;
}

.opera-section .gow-section a {
    background: #1a181d;
    color: #fff;
    display: block;
    width: 50%;
    text-align: center;
    padding: 11px 0 11px;
    font-weight: 100;
}

.opera-section .gow-section span {
    display: block;
    color: rgba(0, 0, 0, 0.84);
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 20px 103px 44px 0;
    line-height: 2;
}

/************media*******/

/*********diskha**********/

.pro {
    background: #f4f4f4;
    padding: 11px 0 7px;
}

.pro p a {
    text-decoration: none;
    color: black;
    font-size: 13px;
}

.benn {
    background-image: url(../../thkol-netech_fr/images/th.jpg);
    background-size: cover;
    background-position: 100%;
    BACKGROUND-REPEAT: NO-REPEAT;
}

.benn h1 {
    font-size: 106px;
    color: #fff;
    PADDING: 210px 0 213px;
}

.bhg {
    margin: 0 16px 0 5px;
}

.over {
    background: rgba(0, 0, 0, 0.42);
}

.fictio {
    font-size: 16px;
}

.ogni {
    background-image: url(../../thkol-netech_fr/images/arc.jpg);
}

.desc {
    background: #19171c;
    padding: 19px 0 29px;
}

.desc p {
    padding: 22px 22px 0;

    text-align: center
}

.polikng {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.93);
}

.lko {
    color: #fff;
    font-size: 16px;
}

.derr {
    top: 21px;
    position: absolute;
    width: 100%;
    right: -60px;
    height: 608px;
}

.scelta {
    padding: 0 0 93px;

    color: black;
}

.scelta h3 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.offf {
    height: 353px;
}

.ogno {
    padding: 65px 0 46px;
}

.scelta span {
    padding: 0 21px 0;
}

.scelta p {
    padding: 26px 0px 0;
}

.derr1 {
    position: relative;
}

.edited {
    padding: 25px 0 0;
}

/****************************************lanostra-sede********************************/

.sede {
    background-image: url(../../thkol-netech_fr/images/sede.jpg);
    background-size: cover;
    background-position: 100%;
    BACKGROUND-REPEAT: NO-REPEAT;
}

.sede h1 {
    font-size: 106px;
    color: #fff;
    PADDING: 210px 0 213px;
}

.sedein {
    text-align: center;
}

.modes span {
    padding: 0 26px 0;
}

.modes p {
    text-align: center;
    padding: 15px 0px 0;
}

.narratino {
    text-align: center;
    padding: 4px 0px 0;
}

.modes {
    padding: 0 0 18px;
}

.dergg {
    background: #f4f1f1;
    padding: 37px 0 43px;
    color: black;
}

.last1 {
    padding: 44px 0 51px;
}

.med {
    text-align: center;
    padding: 31px 0 0;

}

.part {
    position: relative;
}

.part1 {
    position: absolute;
    width: 100%;
    left: 104px;
    height: 385px;
    top: 47px;
}

.med .btn-primary {
    color: #fff;
    background-color: #1c1b1e;
    border-color: #1c1b1e;
}

.med .btn {

    display: inline-block;
    padding: 9px 29px 9px;
    border-radius: 0;
    text-align: center;

}

.btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.expo h3 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.expo p span {
    padding: 0 41px 0;
}

.sumer {
    padding: 17px 0 0;

    font-weight: 500;
}

.expo p {
    font-weight: 500;
}

.meddd .btn-primary {
    color: #fff;
    background-color: #1c1b1e;
    border-color: #1c1b1e;
}

.meddd .btn {
    display: inline-block;
    padding: 9px 29px 9px;
    border-radius: 0;
    text-align: center;
}

.meddd {
    padding: 31px 0 60px;
}

.ognonn {
    padding: 65px 0 0;
}

.together {
    padding: 35px 0 0;
}

.narratino p {
    margin-bottom: 0;
}

.banneer2-office {
    background-image: url(../../thkol-netech_fr/images/office.jpg);
    background-size: cover;
    background-position: 100% 33%;
    BACKGROUND-REPEAT: NO-REPEAT;
    height: 550px;
}

.dhar {
    position: relative;
}

.dhar-img {
    position: absolute;
    width: 100%;
    right: -46px;
    height: 570px;
    top: -11px;
}

/**********************************************7-4-2017***********************************/
.megbna {
    background-image: url(../../thkol-netech_fr/images/skin.jpg);
    background-size: cover;
    background-position: 57% 100%;
    BACKGROUND-REPEAT: NO-REPEAT;
    height: 500px;
    width: 100%;
}

.prossvfcv {
    background: #f4f4f4;
    padding: 22px 0 7px;
}

.register h3 {
    padding: 6px 0 27px;
    font-size: 30px;
    color: #000;
}

.register .form-control {
    border: 1px solid black;
    border-radius: 0;
    height: 40px;
}

.register {
    padding: 0 85px 0 0;
}

.form-horizontal {
    width: 100%;
}

.register23 h3 {
    padding: 6px 0 27px;

    font-size: 30px;
    color: #000;

}

.register23 {
    padding: 0 11px 00 86px;
}

.regis .form-horizontal .form-group {
    padding: 11px 0 0;
    margin-right: 0px;
    margin-left: 0px;
}

.acce {
    position: relative;
}

.acce:before {
    font-size: 18px;
    content: ' \f10c';
    font-family: FontAwesome;
    position: absolute;
    left: -107px;
    bottom: 16px;
}

.register23 .form-control {
    height: 40px;
    border: 1px solid black;
    border-radius: 0;
}

.register .form-control::-webkit-input-placeholder {
    color: black;
}

.register23 .form-control::-webkit-input-placeholder {
    color: black;
}

.regis .btn-group-lg > .btn, .btn-lg {
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
    font-size: 16px;
}

.regis .btn-primary {
    color: #fff;
    background-color: #1c1b1e;
    border-color: #1c1b1e;
    font-size: 12px;
    font-weight: 100;
    padding: 9px 0 9px;
}

.register23:before {
    content: '';
    border-left: 2px solid rgba(0, 0, 0, 0.32);
    content: '';
    position: absolute;
    height: 200px;
    left: 0px;
}

.register23:after {
    content: '';
    border-left: 2px solid rgba(0, 0, 0, 0.32);
    content: '';
    position: absolute;
    height: 263px;
    left: 0px;
    top: 339px;
}

.miei {
    font-weight: 500;
    color: black;
}

.regis {
    padding: 41px 0 47px;
}

/***************************************Intreo-News******************************/
.torna {
    background: #f4f4f4;
    padding: 17px 0 12px;
}

.torna p a {
    color: black;
    text-decoration: none;
}

.pass span {
    padding: 0 22px 0;
}

.pass p {
    margin: 0px;
    padding: 24px 8px 4px;
}

.skin h3 {
    font-size: 49px;
}

.skin label {
    border-radius: 100%;
    border: 1px solid black;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 6px 0px 7px;
    margin: 0 31px 0;
    color: white;
    background: black;
    font-size: 18px;
}

.share {
    padding: 16px 0 45px;
}

.skin h1 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.modo {
    padding: 64px 0 35px;
}

/*********************************************ARREDI-TECNICI******************************/
.ARREDI {
    background-image: url(../../thkol-netech_fr/images/th.jpg);
    background-size: cover;
    background-position: 100%;
    BACKGROUND-REPEAT: NO-REPEAT;
}

.ARREDI h1 {
    font-size: 106px;
    color: #fff;
    PADDING: 210px 0 213px;
}

.cont {
    background: rgba(0, 0, 0, 0.48);
}

.detooi h2 {
    text-align: center;
    padding: 23px 0 13px;
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.detooi {
    padding: 32px 0 75px;
}

.cabine {
    padding: 0 0 70px;
}

.detooi p {
    text-align: center;
}

.cabin1 {
    text-align: center;
    background: #f4f4f4;
}

.cabin2 {
    text-align: center;
    background: #eaeaea;
}

.cabin3 {
    text-align: center;
    background: #e2e2e2;
}

.cabin4 {
    text-align: center;
    background: #d6d6d8;
}

.cab {
    margin-bottom: 20px;
    min-height: 461px;
    max-height: 461px;
    padding: 70px 0 00;
}

.cabi {
    margin-right: 50px;
    padding: 14px 57px 38px;
}

.cabi p {
    /* font-weight: 600; */
    font-size: 24px;
    color: #000;
}

/******************************************************************************/
/****************************mulyam07/04/2017******************************/
/******************************************************************************/
.per-prog {
    background-image: url(../../thkol-netech_fr/images/check.jpg) !important;
}

.unmetodo h1 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
    text-align: center;
}

.per-prog h1 {
    font-size: 106px;
    color: #fff;
    PADDING: 132px 0 132px;
}

.space-deffrence span {
    margin: 0 15px 0;
}

.space-deffrence {
    text-align: center;
    padding-top: 25px;
    font-size: 1em;
    font-weight: bold;
}

.space-deffrence p {
    margin: 0 0 3px;
}

.p-tagdata p {
    margin: 0 0 3px;
}

.p-tagdata {
    text-align: center;
    padding-top: 34px;
    font-size: 1em;
    font-weight: bold;
}

.top-line h3 {
    font-size: 2em;

    font-family: sans-serif;
}

.top-line p:nth-child(2) {
    margin: 46px 0 11px;
    font-size: 1em;
    font-weight: bold;

}

.top-line p {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
}

.hr-bt {
    margin-top: 16px;
    border: 0;
    border-top: 1px solid rgba(126, 122, 122, 0.14);
    margin-right: 44px;
}

/******************************************************************************/
/****************************LINEE-DI-PRODOTTO******************************/
/******************************************************************************/
.bgg-linee-img .heading {
    text-align: center;
    padding: 112px 0 123px;
}

.linee {
    font-size: 8em !important;
    font-family: sans-serif !important;
}

.linee {
    font-size: 8em !important;
    font-family: sans-serif !important;
    color: #fff;
}

.bgg-linee-img {
    background-image: url(../../thkol-netech_fr/images/linee-di.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    overflow: hidden;
}

.img-overley {
    background-color: rgba(0, 0, 0, 0.33);
}

.empty-ii {
}

.con4-linee h2 {
    text-align: center;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
}

.con4-linee {
    text-align: center;
    padding: 53px 0 12px;
    margin-bottom: 29px;
}

.con4-linee p:nth-child(2) {
    line-height: 1.7;
    margin-top: 48px;
}

.frutto {
    margin: 30px 0 10px;
}

.con4-linee p {

    font-size: 13px;
    font-weight: 600;
}

.europa h1 {
    font-size: 7em;
    font-weight: bolder;
    font-family: fantasy;
    color: white;
}

.europa {
    text-align: center;
    color: white;
    padding: 140px 0 154px;
    background: rgba(0, 0, 0, 0.23);
}

.europa-bg {
    background: url(../../thkol-netech_fr/images/europa.png) black;
    background-repeat: no-repeat;
    background-position: 46% 60%;
    overflow: hidden;
}

.europa h4 {
    font-size: 18px;
    margin: -10px 0px 53px;
    color: #f7f7f7;
}

.europa p {
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 12%;
}

.forma-bg {
    background: url(../../thkol-netech_fr/images/forma.png) black;
    background-repeat: no-repeat;
    background-position: 68% 98%;
    overflow: hidden;
}

.kohl-n-bg {
    background: url(../../thkol-netech_fr/images/kohln.png) black;
    background-repeat: no-repeat;
    background-position: 100%;
    overflow: hidden;
    background-size: cover;
}

.xf-bg {
    background: url(../../thkol-netech_fr/images/xf.png) black;
    background-repeat: no-repeat;
    background-position: 100%;
    overflow: hidden;
    background-size: cover;
}

.kol-xf {
    padding: 34px 0 0;
}

.lorem-ispm h3 {
    text-align: center;
    font-size: 3.5em;
    color: white;
    margin-bottom: 61px;
    line-height: 1.4;
    font-weight: 500;
}

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

.phare-left h1 {
    font-size: 48px;
    color: #f9f9f9;
    text-align: center;
    margin-bottom: 27px;
}

.dot1 {
    font-size: 25px;
    padding: 5px 1px 0 4px;
    position: relative;
    top: 6px;
}

.lst-sec-magnetic {
    background-color: #1a181d;
    padding: 25px 0 73px;
    margin-top: 37px;
}

.phare-left p {
    color: #eaeaea;
    line-height: 1.9;
    font-size: 13.1px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 100;
}

.phare-left a {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 9px 58px 9px;
    background-color: white;
    color: black;
    font-size: 1em;
    margin: 0;
}

.magnetic h1 {
    color: #f9f9f9;
    margin-bottom: 27px;
    font-size: 48px;
    margin-left: -39px;
}

.magnetic p {
    text-align: center;
    color: #eae7e7;
    line-height: 1.9;
    font-size: 13.1px;
    margin-bottom: 49px;
    width: 76%;
}

.magnetic a {
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 9px 58px 9px;
    background-color: white;
    color: black;
    font-size: 1em;
    margin: 0 00 0 -111px;
}

.min-img-hight {
    min-height: 477px;
    max-height: 477px;
}

.flag-drop {
    min-width: auto;
    margin-right: 7px;
}

.flag-drop li a {
    padding: 4px 0 4px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.flag-drop li a img {
    width: 33px;
}

.image-topi h1 {
    color: #fff;
    PADDING: 210px 0 213px;
    font-size: 136px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

/****************************08/04/2017******************************/
.fdsfsx {
    margin-top: -72px;
}

.b-over-l {
    background-color: rgba(0, 0, 0, 0.43);
}

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

.middel-anali h3 {
    font-size: 1.7em;
    margin-bottom: 17px;
    color: #000;
}

.img-anl img {
    width: 68%;
    margin-top: 34px;
}

.middel-anali p {
    margin: 19px 0px 19px;
    line-height: 1.8;

    font-weight: bold;
    font-size: 13.4px;
    font-weight: bold;
}

.lokdxs {
    padding: 0px 0px 30px;
}

.middel-anali span {
    font-size: 13px;
    font-weight: bold;
}

.bg-anl-color {
    background-color: #f4f4f4;
    padding: 15px 0 42px;
    margin: 19px 0 19px;
}

.margin-bottom-anl {
    padding: 51px 0 50px;
}

.left-img h3 {
    font-size: 2em;
    margin-bottom: 17px;
}

.left-img p {
    margin: 19px 0px 3px;
    line-height: 1.8;
    font-size: 13px;
    font-weight: bold;
}

.tt-right {
    text-align: right;
}

.top-line {
    padding: 31px 0 36px;
}

/*********HARSH********/

.contii {
    padding: 18%;
    font-size: 90px;
}

.image-topps {
    background: url(../../thkol-netech_fr/images/map.jpg);
    background-size: cover;
    background-position: 100% 100%;
}

.image-6 {
    position: relative;
    left: -103px;
}

.content-6 p {
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 7px;
    color: #000;
}

.content-6 h5 {
    font-size: 12px;
}

.content-6 {
    padding: 19px 0 30px;
    margin-bottom: 11px;
    color: #000;
    font-size: 14px;
}

.easyy {
    padding: 10px 0 0;
    margin: 10px 0 0;
}

.content-6 h2 {
    font-size: 25px;
}

.mainss-handler h2 {
    font-weight: 600;
    font-size: 55px;
    color: #779c44;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.mainss-handler span {
    color: #678a36;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 1.5px;
}

.mainss-handler2 h2 {
    color: #2f763f;
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
    padding-top: 5px;
}

.sst::-webkit-input-placeholder {
    color: black;
}

.share span {
    text-transform: uppercase;
    /* margin: 0 0 0; */
    margin-right: 10px;
    font-size: 13px;
}

.mainss-handler2 span {
    color: #40a248;
    font-size: 26px;
    font-weight: 600;
    word-spacing: 1.5px;
}

.sponser {
    font-size: 49px;
    color: #000000;
    line-height: 1.4;
}

.text-doc {
    padding: 20px 0 20px;
    margin: 25px 0 25px;
}

.e-auto {
    padding-left: 70px;
}

.left-content {
    font-size: 14px;
    line-height: 1.8;
    width: 65%;
    color: #000;
}

.ss {
    padding: 4px 5px 4px;
    background: black;
    color: white;
    border-radius: 100px;
    font-size: 14px;
}

.boy-image-head {
    padding-top: 0;
}

.image-headers {
    overflow: hidden;
    padding: 0 0px 27px;
}

.image-head.background {
}

.vioos.mns {
    margin: 0 0 10px;
}

.dummy-header.again {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

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

.xf-center h2 {
    font-weight: bold;
}

.image-topi {
    background: url(../../thkol-netech_fr/images/image-55.jpg);
}

.image-topi h2 {
    font-size: 80px;
    padding: 17% 0px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .sst {
        margin: 0px 0px 15px
    }

    .mainss-handler {
        padding: 0 18px 0;
    }

    .mainss-handler2 {
        padding: 0 18px 0;
    }

}

/**************phare*************/

.phare-banner {
    background: url(../../thkol-netech_fr/images/phare-banner.jpg);
    background-size: cover;
    background-position: 100% 100%;
    text-transform: uppercase;
}

.phare {
    text-align: center;
    padding: 13% 0px;
}

.phare h2 {
    font-size: 73px;
    color: white;
}

.olay-effectss {
    background: rgba(0, 0, 0, 0.38);
    color: white;
    text-transform: uppercase;
}

.black-cover {
    background: black;
    padding: 39px 0 69px;
    color: rgba(255, 255, 255, 0.99);
}

.content15 {
    padding: 5px 0 5px;
}

.content h6 {
    margin: 1px
}

.content15 li {
    font-size: 13px;
    margin: 3px 12px 1px;
    word-spacing: 1.2;
}

.content-41 p {
    width: 70%;
    font-size: 13px;
    line-height: 1.7;
    word-spacing: 2px;
}

.content15 h6 {
    font-size: 11px;
    line-height: 1.5;
}

.content-41 {
    padding: 25px 0 0;
}

.spodio {
    text-align: center;
    padding: 13px 0 0;
    color: black;
    font-size: 15px;
}

@media only screen and (max-width: 1224px) {
    .image-4 {
        position: none;
        left: 0px;
        /* right: -88px; */
        top: 0px;
    }

    .image-6 {
        position: none;
        left: 0px;
        /* right: -88px; */
        top: 0px;
    }
}

/***********OLD-HARSH-REMOVE**********
**********************************
**********************************/

.torno {
    font-size: 12px;
    padding: 6px 0 0;
}

.image-heads {
    padding: 18px 0 0;
}

.torno h6 {
    font-weight: 600;
}

.vio {
    text-align: right;
}

.bot {
    background: rgb(26, 24, 29);
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    box-shadow: none;
    border: none;
    padding-right: 56px;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-head {
    padding: 12px 0 20px;
    margin: 10px 0 10px;
    overflow: hidden;

}

.sst {
    border-radius: 0px;
    font-size: 13px;
    border: 1px solid black;
    color: black;
    height: 42px;
    margin-bottom: 7px;
}

.fa.here {
    padding-right: 2px;
}

.torno a {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.67);
    font-weight: 600;
}

.vioo {
}

.content-1 p {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 0 15px;
}

.content-4 {
}

.content-1 {
    padding: 0 10px 0;
}

.far {
    padding: 0 0 25px;
}

.dec {
    font-size: 13px;
}

.lina {
    font-size: 13px;
}

.testimonial {
    color: black;
    text-align: center;
    font-size: 13px;
}

.testimonial h4 {
    padding: 4px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.vioos {
    text-align: center;
}

.spaccing {
    margin: 7px 0 5px;
    background: rgba(128, 128, 128, 0.15);
}

.form-control.sst.resi {
    resize: none;
}

.btn.here {
    padding: 7px 56px 7px;
    font-size: 13px;
    background: #1a181d;
    color: white;
    border-radius: 0px;
}

.moves {
    text-align: right;
}

.manage-1 {
    margin-top: 31px;
    padding: 10px 0 10px;
}

.manage-image {
}

.form-here {
    padding: 12px 0 12px;
}

.dec span {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 5px 0;
    margin: 0 2px 0;
}

.form-group.group1 {
    margin: 5px 0 15px;
}

.per {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 20px 0 0;
}

.image-headss {
    margin: 15px 0px 15px;
}

.fa.heres {
    margin-left: 2px;
}

.oseer {
    font-size: 12px;
    text-transform: uppercase;
}

.image-top {
    background: url(../../thkol-netech_fr/images/backs.jpg);
}

.olay-effect {
    background: rgba(0, 0, 0, 0.68);
    color: white;
    text-transform: uppercase;
}

.content-4 h2 {
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.image-top h2 {
    font-size: 80px;
    padding: 230px 219px 230px;
    background-repeat: no-repeat;
}

.content-4 p {
    width: 70%;
    font-size: 13px;
    line-height: 1.7;
    word-spacing: 2px;
    color: #252525;
    font-weight: 600;
}

.nav.nav-tabs.tabss {
    border: none;
}

.nav.nav-tabs.tabss li a {
    border: none;
    color: rgba(0, 0, 0, 0.42);
}

.nav.nav-tabs.tabss li {
    padding: 0 20px 0
}

.content-11a {
    color: black;
    text-align: center;
}

.content-11a span {
    font-size: 13px;
}

.content-11a h4 {
    padding: 0 0 20px;
    font-size: 14px;
}

.tab-image {
    padding: 0px 15px 25px;
    text-align: center;
}

.main-controler:hover {
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.75);

}

.nav-tabs > li.active > a {
    color: #000 !important;
}

.dummy-header h3 {
    font-size: 44px;
    font-size: 58px;
    color: #000000;
    line-height: 1.4;
}

.add-here {
    padding: 7px 0;
    font-size: 13px;
    color: white;
    background: black;
    border: none;
    width: 100%;
}

.locks {
    padding: 0 10px 0;
}

.nav.nav-tabs.tabss li a:hover {
    background: none;
}

.nav.nav-tabs.active {
    color: black;
}

.nav.nav-tabs.tabss {
    color: black;
}

.magement {
    margin: 30px 0 30px;
}

.image-4 {
    position: relative;
    left: 99px;
    /* right: -88px; */
    top: 20px;
}

.testimonial p {
    line-height: 1.7;
    word-spacing: 1.2px;
}

.sst:focus {
    border-color: none;
    outline: 0;
    border: 1px solid black;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dummy-header {
    margin-top: 14px;
    padding: 80px 0 100px;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}

/***********OLD-HARSH-REMOVE**********
**********************************
**********************************/
/************mediii-diskha*********/
@media (max-width: 767px) {
    .derr {
        top: -45px;
        position: relative;
        width: 100%;
        left: 0px;
        height: 300px;
    }

    .part1 {
        position: relative;
        width: 100%;
        left: 0px;
        top: -22px;

    }
}

.rtrtrtr {
    top: 145px;
}

/***********media*********/

.ag-acd {
    background-image: url(../../thkol-netech_fr/images/ari-acd.jpg);
}

.analisi-ban {
    background-image: url(../../thkol-netech_fr/images/analysis.jpg);
}

/************media*******/

@media (min-width: 2201px) and (max-width: 2700px) {

    .right-img img {
        width: 894px;
        position: absolute;
        left: -384px;
        height: 500px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -366px;
        top: 5px;
        width: 894px;
        height: 589px;
    }

    .opera-section {
        padding: 44px 0 110px;
    }

    .derr {
        position: absolute;
        right: -377px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .banneer2-office {

        background-position: 100% 33%;

        height: 750px;
    }

    .dhar-img {
        position: absolute;
        width: 100%;
        right: -46px;
        height: 570px;
        top: -11px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

    .megbna {

        background-position: 100% 94%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 650px;
        width: 100%;
    }

}

@media (min-width: 1901px) and (max-width: 2200px) {

    .right-img img {
        width: 894px;
        position: absolute;
        left: -384px;
        height: 500px;
        top: 27px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -362px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .opera-section {
        padding: 44px 0 65px;
    }

    .derr {
        position: absolute;
        right: -381px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .banneer2-office {

        background-position: 100% 33%;

        height: 750px;
    }

    .dhar-img {
        position: absolute;
        right: -362px;
        top: 18px;
        width: 894px;
        height: 585px;
    }

    .sets-profile12 {
        background: rgb(25, 23, 28);
        padding: 70px 0 125px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

    .megbna {

        background-position: 100% 94%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 650px;
        width: 100%;
    }
}

@media (min-width: 1701px) and (max-width: 1900px) {

    .right-img img {
        width: 894px;
        position: absolute;
        left: -384px;
        height: 500px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -257px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .opera-section {
        padding: 44px 0 110px;
    }

    .derr {
        position: absolute;
        right: -272px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .banneer2-office {

        background-position: 100% 33%;

        height: 750px;
    }

    .dhar-img {
        position: absolute;
        width: 800px;
        right: -257px;
        height: 570px;
        top: -11px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

}

@media (min-width: 1601px) and (max-width: 1700px) {

    .right-img img {
        width: 783px;
        position: absolute;
        left: -272px;
        height: 548px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -257px;
        top: 5px;
        width: 894px;
        height: 657px;
    }

    .opera-section {
        padding: 44px 0 110px;
    }

    .derr {
        position: absolute;
        right: -272px;
        top: 18px;
        width: 894px;
        height: 589px;
    }

    .banneer2-office {

        background-position: 100% 33%;

        height: 750px;
    }

    .dhar-img {
        position: absolute;
        width: 100%;
        right: -257px;
        height: 570px;
        top: -11px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

}

@media (min-width: 1501px) and (max-width: 1600px) {

    .right-img img {
        width: 692px;
        position: absolute;
        left: -225px;
        height: 546px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -204px;
        top: 31px;
        width: 847px;
        height: 628px;

    }

    .opera-section {
        padding: 44px 0 110px;
    }

    .derr {
        position: absolute;
        right: -219px;
        top: 18px;
        width: 825px;
        height: 589px;
    }

    .banneer2-office {
        background-position: 100% 43%;
        height: 673px;
    }

    .dhar-img {
        position: absolute;
        width: 100%;
        right: -204px;
        height: 570px;
        top: -11px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

}

@media (min-width: 1400px) and (max-width: 1500px) {

    .right-img img {
        width: 654px;
        position: absolute;
        left: -139px;
        height: 500px;
    }

    .opera-right-igm img {
        position: absolute;
        right: -117px;
        top: 45px;
        width: 748px;
        height: 598px;
    }

    .opera-section {
        padding: 44px 0 110px;
    }

    .derr {
        position: absolute;
        right: -132px;
        top: 18px;
        width: 825px;
        height: 589px;
    }

    .banneer2-office {
        background-position: 100% 43%;
        height: 517px;
    }

    .dhar-img {
        position: absolute;
        width: 100%;
        right: -117px;
        height: 570px;
        top: -11px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 164px;
        clear: both;
        overflow: hidden;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;

    }

    .collapse.in {
        display: block !important;

    }

    .navbar-header {
        float: left;
        width: 100%;
    }

    .opera-right-igm img {
        position: absolute;
        right: -9px;
        top: 5px;
        width: 100%;
    }

    .cotent-105 {
        padding-right: 0;
    }

    .new-section-1 {
        padding: 50px 2px 37px;
    }

    .cotent-105 h3 {
        font-size: 38px;
        color: #000000;
        line-height: normal;
    }

    .new-section-1 {
        padding: 30px 2px 37px;
    }

    .right-img img {
        width: 100%;
        position: absolute;
        left: -65px;
        top: 13px;
        height: 411px;
    }

    .gow-section {
        padding: 0 1px 0 0;
    }

    .gow-section h3 {
        font-size: 38px;
        color: #1a181d;
        line-height: 1.3;
    }

    .gow-section span {
        padding: 0 1px 27px 0;
        display: block;
        color: #000;
        /* font-size: 12px; */
        letter-spacing: 0;
        /* text-align: justify; */
    }

    .a-p-m-s-img {
        text-align: center;
        padding: 96px 00 7px;
    }

    .opera-section .gow-section {
        padding: 0 5px 0 0;
    }

    .opera-section .gow-section span {
        padding: 8px 9px 15px 0;

    }

    .opera-right-igm img {
        position: absolute;
        right: -9px;
        top: 95px;
        width: 100%;
    }

    .slider-section .header-text h1 {
        font-size: 106px;

    }

    .header-text {

        padding: 172px 0 0px;

    }

    .a-p-m-s-img img {
        width: auto;
    }

    .benn h1 {
        font-size: 114px;
        color: #fff;
        PADDING: 174px 0 174px;
    }

    .scelta h3 {
        font-size: 45px;
        color: #000000;
        line-height: normal;
    }

    .derr {
        top: 21px;
        position: absolute;
        width: 100%;
        right: -23px;
        height: 608px;
        top: 62px;
    }

    .rtrtrtr {
        top: 223px !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
        background: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
        /* background: none; */
    }

    .navbar-nav {
        margin: 8px 0px 0;
    }

    .megbna {
        background-image: url(../../thkol-netech_fr/images/skin.jpg);
        background-size: cover;
        background-position: 103% 72%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 350px;
        width: 100%;
    }

    .baby img {
        width: 100%;
    }

    .cab {
        margin-bottom: 20px;
        min-height: 550px;
        max-height: 550px;
        padding: 70px 0 00;
    }

    .cabi {
        margin-right: 0;
        padding: 14px 20px 38px;
    }

    .magnetic h1 {
        color: #f9f9f9;
        margin-bottom: 27px;
        font-size: 35px;
        margin-left: 0;
    }

    .magnetic p {
        margin-bottom: 23px;

        width: 83%;
    }

    .magnetic a {

        margin: 0 00 0 18px;
    }

    .phare-left h1 {
        color: #f9f9f9;
        text-align: center;
        margin-bottom: 27px;
        font-size: 35px;
    }

    .phare-left p {

        margin-bottom: 47px;

    }

    .europa p {
        font-size: 1em;
        font-weight: bold;
        position: relative;
        width: 100%;
        bottom: 0;
        white-space: normal;
    }

    .img-anl img {
        width: 83%;
        margin-top: 34px;
    }

    .left-content {
        font-size: 14px;
        line-height: 1.8;
        width: 90%;
        color: #000;
    }

    .content-4 p {
        width: 93%;
        font-size: 13px;
        line-height: 1.7;
        word-spacing: 2px;
        color: #252525;
        font-weight: 600;
    }

    .content-4 h2 {

        font-size: 45px;
        color: #000000;
        line-height: normal;
    }

    .nav > li > a .fa-angle-double-right {
        margin: 0;
        position: relative;
        left: 1px;
        display: inline-block;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 19px 12px 19px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
    }

    .register {
        padding: 0 53px 0 0;
    }

    .register23 {
        padding: 0 11px 00 60px;
    }

    .acce:before {
        font-size: 18px;
        content: ' \f10c';
        font-family: FontAwesome;
        position: absolute;
        left: -81px;
        bottom: 29px;
    }

    .banneer2-office {
        background-position: 100% 54%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 342px;
    }

    .analsi-detl {

        min-height: 580px;
        max-height: 580px;
    }

    .name-analsi {
        padding: 26px 3px 26px;
    }

    .sponser {

        word-break: break-all;
    }

}

@media (max-width: 767px) {

    .header-top .text-right {
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 7px 14px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
    }

    .navbar-right li {
        display: inline-block !important;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: rgba(204, 204, 204, 0.13);
        border-radius: 0;
        margin-top: 2px;
        /* background: none; */
        border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    }

    .right-img img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        height: auto;
    }

    .cotent-105 {
        padding-right: 0;
    }

    .new-section-1 {
        padding: 50px 2px 63px;
    }

    .gow-section {
        padding: 0 1px 0 0;
    }

    .gow-section span {
        padding: 0 0 19px;

    }

    .grow-section-bh-1 {

        text-align: center;
    }

    .gow-section a {

        margin: 0 auto;
    }

    .a-p-m-s-img {
        text-align: center;
        padding: 83px 00 7px;
    }

    .opera-section .gow-section {
        padding: 0 5px 0 0;
    }

    .opera-section .gow-section span {
        padding: 8px 1px 38px 0;
    }

    .opera-right-igm img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 23px;
    }

    .benn {

        background-size: 100% 100%;
        background-position: 100% 100%;
        BACKGROUND-REPEAT: NO-REPEAT;
    }

    .benn h1 {
        font-size: 44px;
        color: #fff;
        PADDING: 89px 0 90px;
        white-space: normal;
        word-break: break-all;
    }

    .scelta h3 {
        font-size: 58px;
        color: #000000;
        line-height: normal;
        white-space: normal;
        word-break: break-all;
    }

    .banneer2-office {
        background-image: url(../../thkol-netech_fr/images/office.jpg);
        background-size: 150% 122%;
        background-position: 50% 1%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 250px;
    }

    .sede h1 {
        font-size: 50px;
        color: #fff;
        PADDING: 121px 0 114px;
        white-space: normal;
        word-break: break-all;

    }

    .rtrtrtr {
        top: 0;
    }

    .san1 {
        margin-bottom: 23px;
    }

    .navbar-right li {

        margin-left: 10px;
    }

    .megbna {
        background-size: 100% 100%;
        background-position: 100% 100%;
        BACKGROUND-REPEAT: NO-REPEAT;
        height: 250px;
        width: 100%;
    }

    .baby img {
        width: 100%;
    }

    .ARREDI h1 {
        font-size: 50px;
        color: #fff;
        PADDING: 121px 0 114px;
        white-space: normal;
        word-break: break-all;
    }

    .cab {
        margin-bottom: 20px;
        min-height: auto;
        max-height: 100%;
    }

    .cabi {
        margin-right: 0;
        padding: 14px 30px 38px;
    }

    .detooi h2 {
        font-size: 58px;
        color: #000000;
        line-height: normal;
        white-space: normal;
        word-break: break-all;
    }

    .register {
        padding: 0;
    }

    .register23:before {
        content: '';
        border-left: none;
        content: '';
        position: absolute;
        height: 2px;
        left: 5%;
        background: #000;
        top: -23px;
        width: 90%;
    }

    .register23:after {
        display: none;
    }

    .register23 h3 {
        padding: 19px 0 27px;
        margin-top: 65px;
    }

    .register23 {
        padding: 0;
    }

    .acce:before {
        display: none;
    }

    .footer-col {
        margin: 0 0 18px;
    }

    .linee {
        font-size: 4em !important;
        font-family: sans-serif !important;
        white-space: normal;
        word-break: break-all;
    }

    .min-img-hight {
        min-height: 100%;
        max-height: 100%;
        margin-bottom: 31px;
    }

    .europa h1 {

        white-space: normal;
        word-break: break-all;
    }

    .europa {

        padding: 96px 0 80px;
        background: rgba(0, 0, 0, 0.23);
    }

    .europa p {
        font-size: 1em;
        font-weight: bold;
        position: relative;
        width: 100%;
        bottom: 12%;
    }

    .magnetic h1 {

        margin-left: 0;
        text-align: center;
    }

    .magnetic p {

        width: 100%;
    }

    .magnetic a {

        margin: 0;
    }

    .phare-left a {

        margin: 0 0 0 0;
    }

    .magnetic h1 {

        margin-top: 54px;
    }

    .img-anl img {
        width: auto;
        margin-top: 34px;
    }

    .dummy-header {
        margin-top: 14px;
        padding: 47px 0 22px;
        clear: both;
        overflow: hidden;
    }

    .sponser {
        font-size: 58px;
        color: #000000;
        line-height: normal;
        white-space: normal;
        word-break: break-all;
    }

    .e-auto {
        padding-left: 0;
    }

    .left-content {
        font-size: 14px;
        line-height: 1.8;
        width: 100%;
        color: #000;
        margin-top: 20px;
    }

    .content-4 h2 {
        font-size: 58px;
        color: #000000;
        line-height: normal;
        white-space: normal;
        word-break: break-all;
    }

    .content-4 p {
        width: 96%;
        font-size: 13px;
        line-height: 1.7;
        word-spacing: 2px;
        color: #505050;
        font-weight: 600;
    }

    .fdsfsx {
        margin-top: 0;
    }

    .analsi-detl {

        min-height: auto;
        max-height: auto;
    }

    .skin h1 {

        word-break: break-all;
    }

    .sponser {

        word-break: break-all;
    }

}


.mo_oauth_login_button_widget {
    display: block;
    /*border:1px solid #008ec2;*/
    /*border-radius:3px;*/
    width: 100%;
    /*height:58px;*/
    cursor: pointer;
    /*box-shadow: 2px 2px 5px #ccc;*/
    /*background-color:#008ec2;*/

    /*Nuovi Stili*/
    height: 50px !important;
    line-height: 50px !important;
    box-shadow: none !important;
    background: black !important;
    color: white !important;
    border: 1px solid white !important;
}

.mo_oauth_login_button_widget:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

.mo_oauth_login_button_widget:hover .mo_oauth_login_button_text_widget {
    color: #000 !important;
}

.mo_oauth_login_button_text_widget {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}


.widget_mo_oauth_widget {
    list-style: none;
    margin-top: 20px;
}
