﻿@import "label.css";

.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: red;
    display: inline-block;
    position: absolute;
}

.circle.big {
    width: 300px;
    height: 300px;
    background-color: blue;
    margin: 100px;
}

.one {
    left: -25px;
    top: -25px;
}

.two {
    top: -90px;
    left: 120px;
}

.three {
    right: -25px;
    top: -25px;
}


.four {
    left: -25px;
    bottom: -25px;
}

.five {
    bottom: -60px;
    left: 50px;
}

.six {
    right: -25px;
    bottom: -25px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(231, 208, 172, .4);
    border:1px solid #E7D0AC;
    color: #E67E22;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    /*background-color: #999999;*/
    color:#BF6516;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper svg.fa {
    line-height: inherit;
    margin-top:-3px;
}


/* Pricing table */
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;

}
.my_planPrice {
    font-size:1.4em;

}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }

}

/* --- Features ------------------------- */

.my_feature {
    height:2.8em;
    padding-top:10px;
    padding-bottom:10px;
    font-size:0.8em !important;

}
.my_feature_general {
    height:2.6em;
    padding-top:10px;
}

@media (max-width: 768px) {
    .my_feature, .my_feature_general {
        text-align: center;
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}
.price-description {
        font-size: 18px !important;
    font-weight: 700 !important;
    line-height:2.8em;
}


/* --- Plan 1 --------------------------- */
.my_plan1 {
    /*background: rgb(224,234,242);*/
    background:rgb(225, 241, 243);
}

.my_planHeader.my_plan1 a {
    /*background: rgb(72, 109, 139);*/
    background:rgba(51, 117, 125, 0.75);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgba(88, 168, 177, 0.75);
    border-bottom: thick solid rgba(51, 117, 125, 0.75);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature svg.fa-check {
    color: green;
}

.my_planFeature svg.fa-times-circle-o {
    color: black;
}

/* END Pricing Table */

/*HELPER*/
.block-tb{
padding:15px 0px;
}

.plr10 {
padding:0 10px;
}


.text-stroke {
   color: white;
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.footer-image
{
    background-image: url('../_images/Footer-getex.jpg');
background-repeat: no-repeat;


height:100%;

}



/*Fieldset*/
fieldset.fsStyle {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
 font-size: 18px;
border: 1.5px solid #999999;
border-radius:4px;
padding: 20px;
margin: 10px;
}
legend.legendStyle {
     font-size: 28px;
color: black;
padding:5px;
  margin-bottom: -10px;
}
fieldset > legend {
width: auto;
border-bottom: 0px;

}
.p20 {
    padding:0 10px 0 10px;
}
.G {
border-color:#911F76 !important;
}
.E {
border-color:#3BB3C3 !important;
}
.T {
border-color:#DC214C !important;
}
.E2{
border-color:#87C228 !important;
}
.X {
border-color:#E57010 !important;
}

/*END FieldSet*/

/*Milestone Counter*/
.stat {
   margin:30px auto;
   text-align:center;
   background-color:#3BB3C3;
}
.highlight {
   color:#fff;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}

.milestone-details {
   font-weight:bold;
   font-size:18px;
   color:#FFF;
}
/*END Milestone Counter*/

.color-G {
color:#911F76 ;
}
.color-E {
color:#3BB3C3 ;
}
.color-T {
color:#DC214C ;
}
.color-E2{
color:#87C228 ;
}
.color-X {
color:#E57010 ;
}
.bgcolor-G {
background-color:rgba(145,31,118, 0.75);
}
.bgcolor-G-2 {
    background-color:#911F76 ;
}
.bgcolor-E {
background-color:rgba(88, 168, 177, 0.75);
}
.bgcolor-E-2 {
    background-color:#3BB3C3 ;
}
.bgcolor-T {
background-color:rgba(207, 63, 96, 0.85);
}
.bgcolor-T-2 {
    background-color:#DC214C ;
}
.bgcolor-E2{
background-color:rgba(122, 169, 47, 0.75);
}
.bgcolor-E2-2 {
    background-color:#87C228 ;
}
.bgcolor-X {
background-color:rgba(229,112,16,0.75);
}
.bgcolor-X-2 {
    background-color:#E57010 ;
}

.border-G {
border:1px solid #911F76 ;
}
.border-E {
border:1px solid #3BB3C3 ;
}
.border-T {
border:1px solid #DC214C ;
}
.border-E2{
border:1px solid #87C228 ;
}
.border-X {
border:1px solid #E57010   ;
}


.Thumbnail-color-G {
        -webkit-box-shadow: 0 0 0 3px #911F76 !important;
    box-shadow: 0 0 0 3px #911F76 !important;

}
.Thumbnail-color-E {
        -webkit-box-shadow: 0 0 0 3px #3BB3C3 !important;
    box-shadow: 0 0 0 3px #3BB3C3 !important;

}
.Thumbnail-color-T {
        -webkit-box-shadow: 0 0 0 3px #DC214C !important;
    box-shadow: 0 0 0 3px #DC214C !important;

}
.Thumbnail-color-E2{
        -webkit-box-shadow: 0 0 0 3px #87C228 !important;
    box-shadow: 0 0 0 3px #87C228 !important;

}
.Thumbnail-color-X {
        -webkit-box-shadow: 0 0 0 3px #E57010 !important;
    box-shadow: 0 0 0 3px #E57010 !important;

}




.gallery-thumbnail:hover>img.Thumbnail-color-G {

     animation: gallery-humbnail 0.6s forwards;
  -webkit-animation: gallery-humbnail 0.6s forwards;
  /* Safari and Chrome */
  -webkit-box-shadow: 0 0 0 10px #911F76;
  box-shadow: 0 0 0 10px #911F76;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);

}
.gallery-thumbnail:hover img.Thumbnail-color-E {
        -webkit-box-shadow: 0 0 0 10px #3BB3C3 !important;
    box-shadow: 0 0 0 10px #3BB3C3 !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-T {
        -webkit-box-shadow: 0 0 0 10px #DC214C !important;
    box-shadow: 0 0 0 10px #DC214C !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-E2 {
        -webkit-box-shadow: 0 0 0 10px #87C228 !important;
    box-shadow: 0 0 0 10px #87C228 !important;

}
.gallery-thumbnail:hover img.Thumbnail-color-X {
        -webkit-box-shadow: 0 0 0 10px #E57010 !important;
    box-shadow: 0 0 0 10px #E57010 !important;

}

.news .media .media-body p {
font-size:15px;
text-align:justify;
}
.news .media .media-body {
padding:15px 15px 15px 0;
}
.news a.news-link:hover .media {
  background-color: #333;
  color: #fff;
}

/* Overwrite BOOTSTRAP */
.carousel-caption {
    right: 12%;
    left: 12%;

    top:10px;

    text-shadow: 1px 2px 3px rgba(0,0,0,.8);
    font-weight:400;
}

.navbar.scroll .navbar-brand img {
  height: 45px;
  /*margin: -15px -10px -10px 15px;*/
  border: 0;
  padding: 0;
  vertical-align: top;
}
.navbar .navbar-brand img {
  height: 70px;
  /*margin: -30px 10px -10px -40px;*/
  border: 0;
  padding: 0;
  vertical-align: top;
}

.navbar .nav.navbar-nav > li .dropdown-menu li a {
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width:auto;
  padding:5px 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
}

@media (max-width: 767px) {
    .navbar .navbar-brand img {
        height: 50px;
    margin: -10px 10px -10px 30px;
    border: 0;
    padding: 0;
    vertical-align: top;
    }

}

.navbar .nav-link:hover{
    transform:scale(1.05);
    background-color:rgba(0, 0, 0, .1);
    transition:all ease-in-out .3s;
}


.form-control {
margin:0 0 5px 0;}
.input-lg, .form-horizontal .form-group-lg .form-control {
margin:0 0 5px 0;
height:30px;
}

.slider-background {
border-radius:4px;
background-color:rgba(0, 0, 0, .6);
padding:4px 5px;

margin-bottom:6px;
}

.img-mask-left {
    -webkit-clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);
clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);
-ms-clip-path: polygon(0 0, 75% 15%, 75% 85%, 0% 100%);

}

.img-mask-right {
    -webkit-clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
    -ms-clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
clip-path: polygon(25% 15%, 100% 0, 100% 100%, 25% 85%);
}



.p-block {
padding:30px 0;
}

.p-bottom {
border-bottom:1px solid #E57010;
}
.p-top {
border-top:1px solid #E57010;
}
h1.mediu {
font-weight: 100;
    font-size: 45px;
    border: 0;
}

.btn-carrot {
  color: #fff;
  background-color: #E67E22;

  font-size:100% !important;
}
.btn-carrot:hover,
.btn-carrot:focus,
.btn-carrot:active,
.btn-carrot.active,
.open > .dropdown-toggle.btn-carrot{
  color: #eaeaea;
  background-color: #C0392B;
  border-color: #fff;
}
.btn-carrot:active,
.btn-carrot.active,
.open > .dropdown-toggle.btn-carrot {
  background-image: none;
}
.btn-carrot.disabled,
.btn-carrot[disabled],
fieldset[disabled] .btn-carrot,
.btn-carrot.disabled:hover,
.btn-carrot[disabled]:hover,
fieldset[disabled] .btn-carrot:hover,
.btn-carrot.disabled:focus,
.btn-carrot[disabled]:focus,
fieldset[disabled] .btn-carrot:focus,
.btn-carrot.disabled:active,
.btn-carrot[disabled]:active,
fieldset[disabled] .btn-carrot:active,
.btn-carrot.disabled.active,
.btn-carrot[disabled].active,
fieldset[disabled] .btn-carrot.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-carrot .badge {
  color: #fff;
  background-color: #333;
}

.info-thumbnail .caption {
min-height:180px;}


.borders {
border:1px solid #F3F3F3;
border-radius:4px;
}

/* Imagine pentru ce iti oferim*/
@media only screen and (min-width:769px){
.bg-Getex-img {
background-image:url("../_img/bg_Getex_2.png");
background-repeat:no-repeat;
}}


.custom-img-height {
width:100%;
height:70px !important;
}




.bg-Demo {
background-image:url("../_img/Demo_background_2_v2.jpg");
background-repeat:no-repeat;
background-size:cover;
}


.bg-Distribuitori {
background-image:url("../_images/Slider/Distribuitori-contact2.jpg");
background-repeat:no-repeat;
background-size:cover;
}

.bg-Distribuitori-tile {
background-image:url("../_images/Slider/background_tiles_distribuitori.jpg");
background-repeat:repeat-x;
background-size:contain;
}
.bg-transparent {
background-color:rgba(255, 255, 255, 0.8) !important;
}


.text-shadow {
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.text-shadow-white {
text-shadow: 2px 3px 3px rgba(220, 220, 220, 1);
}

.font-20 {
font-size:20px !important;
}

.font-21 {
font-size:21px !important;
}

a.badge-zoom {
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.badge-zoom:hover {
    text-decoration:none;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.lb-image {
  width:700px !important;
  height:959px !important;
}

.mask-slider {
-webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
padding:5px 5px 5px 50px;
}

.mask-slider-left {
-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
padding:5px 50px 5px 5px;
}


.taged {
    background-color: #7B7264;
    padding:3px 5px !important;
    color:white !important;    border-radius:0px !important;
}
    .taged-G:hover {
    background-color:rgba(145,31,118, 0.75);
    }
    .taged-E:hover {
    background-color:rgba(88, 168, 177, 0.75);
    }
    .taged-T:hover {
    background-color:rgba(207, 63, 96, 0.85);
    }
    .taged-E2:hover {
    background-color:rgba(122, 169, 47, 0.75);
    }
    .taged-X:hover {
    background-color:rgba(229,112,16,0.75);
    }
.tags > a {
    text-decoration: none;
}



.btn-purple {
  color: #fff;
  background-color: #804c73;
  border-color: #fff;
  width:130px;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple{
  color: #fff;
  background-color: #3BB3C3;
  border-color: #fff;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-purple .badge {
  color: #fff;
  background-color: #333;
}



@media screen and (max-width: 1200px) {


   .navbar-nav>li>a {
    padding: 15px 5px !important;
    }
    .navbar .navbar-brand img {
    height:40px;
        margin: -20px 10px -10px -15px;
    }

}

@media screen and (max-width: 767px) {
    .navbar .navbar-brand img {
        height: 40px;
        margin: -5px 10px -10px 15px;
    }
    .margin-item-slider2 {
    margin:1px;}
    margin-item-slider3 {
        margin:1px;
    }
    carousel-slider-3-margin {
    margin-bottom:3px;}


    .carousel-slider-2 {
    margin-top:-45px;}
    .carousel-slider-3 {
        padding-top: 0px !important;
        margin-right: -10px !important;
        margin-top:-30px !important;
}
      .font-21 {
    font-size:16px !important;
    }

}

/*Phone screen*/
@media screen and (min-width: 767px) {

     .bg-Getex-img2 {

    background-size:cover;
background-image:url("../_images/Slider/bg-4.jpg");
background-position:center;


}

    .margin-item-slider2 {
    margin:10px;}
    .margin-item-slider3 {
    margin:5px;}
    carousel-slider-3-margin {
    margin-bottom:30px;}
}
@media screen and (min-width: 992px) {
       .tile-custom {
    margin-left:12.5% !important;
    }

}

@media screen and (min-width: 1370px) {
    .bg-Demo {min-height:750px;
    }


}


@media screen and (max-width: 767px) {
    .bg-Getex-img2 {
    background-color:#a08ca7 !important;
    }
}

/*Captcha*/

.captcha-label {
color:#000 !important;
font-size:12px !important;
font-weight:normal !important;
white-space:nowrap;
}

.rcRefreshImage {
white-space:nowrap;
color:#E67E22 !important;
}
.RadCaptcha {
color:#808080 !important;}

.bg-company {
    background-image: url(../_images/img_pagini/Company_Parallax_2.jpg);
    background-size:cover;
}

.bg-GetexGo-parallax {
    background-image: url(../_images/img_pagini/GetexGoParallax.jpg);
    background-size: cover;
}

.bg-editieOnline {
    background-image: url(../_images/img_pagini/bg-12.jpg);
    background-size:cover;


}
.mask-editieOnline {
background:rgba(0, 0, 0, 0.7);
height:auto;
padding:30px;

}

.bg-editieBusiness {
    background-image: url(../_images/img_pagini/bg-12.jpg);
    background-size: cover;
}

.mask-editieBusiness {
background:rgba(0, 0, 0, 0.5);
height:auto;
padding:30px;

}

.carousel-slider-3 {
padding-top: 70px; margin-right: -60px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #333;
    border-radius: 100%!important;
    font-size: 40px;
    color: #333;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

a.no-decoration:hover {
    text-decoration:none !important;

}

.box-shadow {
    box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-webkit-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-moz-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
-o-box-shadow: inset -50px 50px 12px -44px #FFFFFF,-10px 10px 25px -1px #242424;
    border-radius:10px;
}

.box-shadow-back {
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   border-radius:10px;
}
.box-shadow-back-2 {
box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-webkit-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-moz-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
-o-box-shadow: inset 0px 0px 14px 12px #FFFFFF;
 border-radius:10px;
}


.tehnologie > div > div {
    font-size: 15px;
    padding:20px 0 20px 0;
}


hr.style-tehnologie {
    text-align: center;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(110, 110, 110, 0), rgba(110, 110, 110, 0.75), rgba(110, 110, 110, 0));
}
hr.style-tehnologie:after {
    content: "▾";
    color:rgb(100, 100, 100);
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.m50 {
margin:50px 0;}

.tehnologie h3, .tehnologie .h3 {
    padding-bottom: 20px;
    margin-top: 0px;
}

.tehnologie > div {
padding: 0 40px;}

/*Customizare Meniu
    */
.navbar .nav.navbar-nav > li.open > a {
background-color:#f3f3f3;}
.navbar .nav.navbar-nav > li .dropdown-menu {
background-color:#f3f3f3;
}
.navbar .nav.navbar-nav > li.open > a {
color: #2d2d2d;}
.navbar .nav.navbar-nav > li .dropdown-menu li a {
    color: #2d2d2d;
}
.navbar .nav.navbar-nav > li .dropdown-menu li a:hover {
  background-color: #e67e22;
  color:#fff;
}
.nav>li>a{
    padding:10px 8px ;
}


.pr15 {
padding-right:15px;}

.bubble-distribuitori {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align:middle;
  display:table-cell;
}
.descriere-distribuitori {
    padding:10px;
    margin: 20px 5px;
    text-align:justify;
    min-height:220px;
}

.owl-carousel .owl-item {
padding:10px;}

/* Newsletter */
.newsletter-parrent {
/*border-bottom:1px solid #ccc;*/
padding:15px 0;
/*border-top:1px solid #ccc;*/
}
.newsletter {

    transition: ease-in-out all .5s;
    border: 1px solid #fff;
    border-radius: 5px;
    padding:20px 0;
    display:inline-block;

}

    .newsletter:hover {
        -webkit-box-shadow: 6px 3px 22px -1px rgba(0,0,0,0.4);
        -moz-box-shadow: 6px 3px 22px -1px rgba(0,0,0,0.4);
        box-shadow: 6px 3px 22px -1px rgba(0,0,0,0.4);
        transition: ease-in-out all .5s;
        border: 1px solid #ccc;
        border-radius: 5px;
        transform: scale(1.05);
    }

.newsletter .zi {
    background-color:#E57010;
    color:#fff;
    text-align:center;
    font-weight:bolder;
    font-size:xx-large;
}
.newsletter .luna{
background-color:#242424;
color:#ccc;
text-align:center;
font-weight:bold;
font-size:larger
}
.newsletter .title-newsletter{
    font-weight:700;
    display:none;
}

    .newsletter .content-newsletter {
        height: 100px;
        font-size: small;
        text-align: justify;
        position:relative;
    }

        .newsletter .content-newsletter .truncate-content-news {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow:hidden;

        }

        .newsletter .content-newsletter a {
            font-weight: bold;
            display: block;
            margin-top: 10px;
            position: absolute;
            bottom: 5px;
        }


ul.hand-list {
    list-style-type: none;
    padding: 0;
}

    ul.hand-list li:before {
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        margin-left: 5px;
        margin-right: 5px;
        color: #E57010;
    }






.pull-left img.img-news-style {
    position: relative;
    top:-50px;
}



.accordion-grid__item:hover {
    -webkit-box-shadow: 0px -10px 13px -7px #000000, 0px 10px 13px -7px rgba(0,0,0,0);
    box-shadow: 0px -10px 13px -7px #000000, 0px 10px 13px -7px rgba(0,0,0,0);
    transition: all .3s ease-in-out;


}

.teaser-item:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.07);
}

.fancybox-iframe.btn {
    border: 1px solid #E57010;
    border-radius: 5px;
    width: auto;
}

    .fancybox-iframe.btn:hover svg {
        /*box-shadow: -5px 5px 5px grey;*/
        transform: scale(1.2);
        transition:all .3s ease-in-out;
    }


    /* Pagini comune END-Getex */
.document .container h2 {
    border-bottom: 1px rgba(230, 126, 34, 0.3) solid;
}
    .document .container h2 span {

        display: inline-block;
        border-bottom: 2px #e67e22 solid;
        margin-bottom: -2px;
    }

.document p strong, .document strong, .document li strong, strong {
    font-weight: bold !important;
}

.document{
    padding:50px 0;
}


span.badge ~ div.h2, div.badge~div.h2 {
    border: 0 !important;
}


.section-anchor h3, .section-anchor h2, .section-anchor h1{
    scroll-margin-top:100px;
}