@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,500,500i');
html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.content > div {
    opacity: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #0B72B5;
}

.pace.pace-inactive {
    display: none;
}

.pace-done .content > div {
    opacity: 1;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
}

.content,
#footer {
    padding: 0 30px;
    position: relative;
    transition: margin-left 0.3s ease-out;
    -webkit-transition: margin-left 0.3s ease-out;
}

.content {
    margin-bottom: 40px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -650px;
}

.wrapper:after {
    content: "";
    display: block;
}

#footer,
.wrapper:after {
    height: 650px;
}

.navigation {
    margin-top: 60px;
    background-color: #0B72B5;
    width: 280px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    transition: left 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out;
    z-index: 999;
}

.navigation nav {
    background-color: #0B72B5;
}

.navigation:before {
    transition: left 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: #0B72B5;
    width: 280px;
}

.ShortInfo {
    color: #fff;
    min-width: 300px;
}

.ShortInfo a {
    color: #fff;
}

body.collapse,
body.collapse.in {
    display: block;
}

body.collapse.in .navigation {
    left: -280px;
}

body.collapse.in .navigation:before {
    left: -280px;
}

body.blank .content {
    margin: 0;
}


/* Various */

a {
    color: #0B72B5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #045081;
    outline: none;
}

.NoPad {
    padding: 0px !important;
}

.NoPadLeft {
    padding-left: 0px !important;
}

.NoPadRight {
    padding-right: 0px !important;
}


/* ROW CENTERED */

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

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -5px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar {
    min-height: 60px;
    z-index: 9999;
    background: rgba(4, 80, 129, 0.7);
}

.navbar-header {
    width: 280px;
    box-sizing: border-box;
    padding: 0;
}

.navbar-header .row {
    margin: 0 -15px;
    height: 60px;
    width: 100%;
}

.navbar-header .btn-menu {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    height: 61px;
}

.navbar-header .btn-menu:hover {
    background: #333;
}

.brand {
    text-align: center;
    display: block;
    width: 100%;
    padding: 4px;
}

.brand img {
    max-width: 100%;
    height: 53px;
}

.FixedSidebar {
    position: fixed;
    width: 280px;
}

.side-nav.nav,
#AsideInfo {
    padding: 20px;
}

.side-nav.nav > li {
    border-bottom: 1px solid #045081;
}

.side-nav.nav > li:last-child {
    border-bottom: 1px solid #0B72B5;
}

.side-nav.nav > li > a {
    padding: 15px 5px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.side-nav.nav > li.active a {
    color: #fff;
}

.side-nav.nav > li:hover {
    border-bottom: 1px solid #fff;
}

.side-nav.nav > li > a:hover,
.side-nav.nav > li > a:focus {
    color: #fff;
    background: inherit;
}

.side-nav.nav .nav-second {
    padding-left: 10px;
    padding-bottom: 15px;
}

.side-nav.nav .nav-second li > a {
    padding: 5px;
    color: #eee;
}

.side-nav.nav .nav-second li > a:focus {
    background: none;
}

.side-nav.nav .nav-second li > a:hover,
.side-nav.nav li.active .nav-second li.active a,
.side-nav.nav li.active .nav-second li a:hover {
    color: #fff;
    background: none;
}

.side-nav.nav .sub-nav-icon {
    float: right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

a[aria-expanded="true"] .side-nav.nav .sub-nav-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

#AsideInfo {
    color: #000;
}

#AsideInfo a {
    color: #000;
}

.WrapIconSocial {
    margin-top: 10px;
    font-size: 20px;
}

.WrapIconSocial > a {
    color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.WrapIconSocial > a:hover {
    color: #f1f1f1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h1,
h2,
h3 {
    margin-top: 10px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #555;
    font-family: 'Roboto', sans-serif;
}

.White {
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

.ItemHeader {
    background-position: center center;
    background-size: cover;
    margin-bottom: 40px;
    padding: 15% 0;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

h1.ItemTitle {
    font-size: 6rem;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

h1.ItemTitle:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 80px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-left: calc(50% - 40px);
    margin-top: 20px
}

.ItemHeader h1.ItemTitle,
.ItemHeader h1.ItemTitle small {
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

.ItemHeader h1.ItemTitle:after {
    display: none;
}

.SubTitle {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0B72B5;
}

.vertical-container {
    width: 98%;
    margin: 0 auto;
}

.vertical-container::after {
    content: '';
    display: table;
    clear: both;
}

#Logo {
    text-align: center;
    max-width: 100%;
}

.WrapSlide {
    margin-top: -90px;
}


/*FOOTER*/

#footer {
    background: url(../images/footer-bg.png) no-repeat left center #000;
    padding: 30px;
    color: #fff;
    position: relative;
}

#footer img {
    margin-bottom: 10px;
}

#footer h3.IntroFooter {
    text-align: center;
    padding: 40px 0 60px;
    font-size: 4rem;
}

#footer h3.IntroFooter small {
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
}

#footer h4 {
    color: #fff;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: lighter;
}

#footer a {
    color: #fff;
}

#footer img {
    max-width: 100%;
}

#footer .nav {
    padding: 0;
}

#footer .nav > li {
    padding: 0;
    line-height: 20px;
}

#footer .nav > li > a {}

#footer .nav > li > a:hover,
#footer .nav > li.active > a,
#footer .nav > li.active > a:hover {
    background: none;
    text-decoration: underline;
}

.FooterCopy {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: rgba(51, 51, 51, 0.5);
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}

span#Copy:after,
span#Credits a#Imprint:after,
span#Credits a#Privacy:after {
    display: inline-block;
    content: ' | ';
    color: #fff;
    margin: 0 10px;
}

body#Item-172 .ItemHeader,
body#Item-193 .ItemHeader {
    background: #fff !important;
    margin-bottom: 40px;
    padding: 100px 0 0;
    text-align: left;
    width: auto;
    position: static;
    margin-left: 0;
}

body#Item-172 .ItemHeader h1.ItemTitle,
body#Item-193 .ItemHeader h1.ItemTitle {
    font-size: 6rem;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    text-shadow: none;
}

body#Item-172 .ItemHeader h1.ItemTitle:after,
body#Item-193 .ItemHeader h1.ItemTitle:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 80px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-left: 0;
    margin-top: 20px
}


/*MAIN*/

.wrapper {
    overflow: hidden;
}

.WrapTopPosition {
    margin-top: 30px;
}

.CatDescription {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.3em;
}

blockquote {
    border-left: none;
    margin: 0;
    padding: 10px 50px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

blockquote h3 {
    margin-bottom: 30px;
}

blockquote .Author {
    float: right;
    text-align: right;
}

.Shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 30px
}

.Shadow:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.WrapBottomPosition {
    margin-top: 40px;
}

.NoPadding {
    padding: 0 !important;
}

.well {
    padding: 40px;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
}

.well-subscribe {
    margin-bottom: 0;
    font-size: 1.8rem;
}

.well-subscribe .btn {
    font-size: 2rem;
    min-width: 20%;
}

.btn {
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.btn-default {
    color: #000;
    background-color: #949ba2;
    border-color: #949ba2;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #616779;
    border-color: #616779;
}

.btn-primary,
#button20,
#button14 {
    color: #fff !important;
    background-color: #0B72B5 !important;
    border-color: #0B72B5 !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

#button20,
#button14 {
    width: 370px;
}

.btn-primary:hover,
#button20:hover,
#button14:hover {
    color: #ffffff !important;
    background-color: #034976 !important;
    border-color: #034976 !important;
}

.ShortInfo .btn {
    margin-top: 18px;
    margin-right: 15px;
    font-size: 10px;
    letter-spacing: 1px;
}

.FlexRow {
    display: flex;
    align-items: stretch;
}

.FlexRowCenter {
    display: flex;
    align-items: center;
}

ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #fff;
    background-color: #fff;
    border: 3px solid #fff;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color: #0B72B5;
    background-color: #0B72B5;
    border: 3px solid #0B72B5;
}


/*HOME*/

.excerpt small {
    font-weight: lighter !important;
    font-size: 60%;
}

.rs-pulse {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.rs-pulse:hover {
    opacity: 0.8;
}

body.home section .btn.btn-primary {
    font-size: 18px;
}

body.home section {
    min-height: 500px;
    padding: 120px 60px;
    margin: 0 -45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.home section h2 {
    text-align: center;
    font-size: 6rem;
    margin-bottom: 40px;
    text-transform: uppercase;
}

body.home section h2 a:hover {
    text-decoration: none;
}

body.home section h2:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 80px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-left: calc(50% - 40px);
    margin-top: 20px
}

section#Intro {
    background: #fff;
    color: #333;
    text-align: center;
}

section#Intro h2 {
    color: #0B72B5;
    margin-bottom: 100px;
}

section#About h2,
section#Transaction h2 {
    color: #fff;
    text-shadow: 1px 1px 6px #333;
}

section#About h2:after,
section#Transaction h2:after {
    border-color: #fff;
}

section#Intro h3 {
    color: #333;
    font-size: 3.5rem;
}

.slashborder {
    border-left: 1px solid #0B72B5;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

section#Services .ItemServices {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 60px;
    margin-bottom: 20px;
}

section#About {
    background-image: url(../../../images/site/cat/services.jpg);
    color: #f1f1f1;
}

section#About h3 {
    color: #f1f1f1;
}

section#About .col-sm-4 img {
    border-radius: 100%;
    border: 4px solid #fff;
    width: 100%;
}

section#About blockquote small {
    color: #f1f1f1;
}

section#Services .ItemServices h3 {
    font-size: 2.5em;
}

section#Services .ItemServices:hover {
    background: #fff;
}

section#Services .ItemServices a {
    color: #333;
}

section#Services .ItemServices a:hover {
    color: #333;
}

.ItemServicesHome {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.ItemServicesHome > a > img {
    width: 100%;
}

.ItemServicesHome h3 {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ItemServicesHome h3 a {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 4px #333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ItemServicesHome h3 a:hover {
    text-decoration: none;
}

.ItemServicesHome h3 a:hover span.btn {
    filter: none;
}

.ItemServicesHome h3 a small {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 0px 10px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1em;
    box-sizing: border-box;
    opacity: 0;
}

.ItemServicesHome h3 a:hover small {
    opacity: 1;
}

section#Transaction {
    background-image: url(../images/item-transaction.jpg);
}

.BtnReadMore {
    margin-top: 60px;
    text-align: center;
}

section#Industries {}

.card-container {
    margin-bottom: 30px;
}

.card-block {
    transition: 0.5s ease;
    background: #fff;
    position: relative;
}

.card-block h3 {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-weight: normal;
}

.card-block h3 a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.card-block h3 a:hover {
    text-decoration: none;
}

.card-container:hover .card-block {
    cursor: pointer;
    transform: translateY(-30px);
}

.info {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 5px 20px;
    background: #0B72B5;
}

.info a {
    color: #fff;
    display: block;
}

.info a:hover {
    text-decoration: none;
    color: #fff;
}

section#Alliance .WrapImg,
section#Location .WrapImg {
    padding: 0;
}

section#Alliance .WrapImg img,
section#Location .WrapImg img {
    width: 100%;
}

section#Alliance .WrapText,
#AboutUs .WrapText,
section#Location .WrapText {
    padding: 40px;
    text-align: center;
    width: 100%;
}

section#Alliance .WrapText h2,
#AboutUs .WrapText h2,
section#Location .WrapText h2 {
    font-size: 5rem !important;
}

section .WrapText .BtnReadMore {
    margin-top: 30px;
}

section#Alliance,
section#Location {
    padding: 0px;
    position: relative;
    min-height: auto;
}

.custom.Shadow {
    padding: 0 55px;
}

.CatItemNews.Shadow {
    position: relative;
    padding: 20px;
}
body#Item-140 .CatItemNews.Shadow {
    min-height: 280px;
}
.CatItemNews.Shadow .row,
.col-sm-7 {
    position: static;
}

.CatItemNews .WrapContentNews {}

.CatItemNews .WrapContentNews .btn.btn-primary {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    padding: 3px 8px;
}

.tp-arr-titleholder {
    display: none !important;
}

.PaddingRight {
    padding-right: 20px;
}

.PaddingLeft {
    padding-left: 20px;
}

.WrapBannerHome .FotoContactPerson {
    text-align: right;
    padding-right: 40px;
}

.WrapBannerHome .FotoContactPerson img {
    width: 180px;
}

.WrapBannerHome .LinkBanner small {
    text-align: left;
    position: static;
    color: #fff;
    font-style: italic;
    display: block;
    margin-top: 30px;
}


/*SECTION ABOUT*/

#AboutUs .WrapImg {
    padding: 0;
}

#AboutUs .WrapImg img {
    width: 100%;
}

.SectionFocus {
    padding: 0 10px;
}

#AboutUs .WrapText,
#AboutUs .Close {
    font-size: 18px;
    line-height: 1.3em;
    padding: 60px;
    text-align: center;
}

.Intro h3 {
    font-weight: lighter;
    line-height: 1.3em;
}

.WrapListGCG {
    background: url(../../../images/about-gcg/about-us.jpg) no-repeat center center / cover;
}

ul.ListGCG {
    list-style: none;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0px auto;
}

.clr {
    clear: both;
    height: 0;
}

ul.ListGCG li {
    margin: 0;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 40px;
    background: rgba(4, 80, 129, 0.7);
    color: #fff;
    text-transform: uppercase;
    width: 20%;
    display: block;
    float: left;
}


/*SECTION SERVICES*/

.WrapItemServices {
    font-size: 2rem;
}

.WrapItemServices h3 {
    text-align: center;
    font-weight: normal;
    font-size: 3rem;
    margin-bottom: 40px;
}

.WrapItemServices .TextItem h3:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 80px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-left: calc(50% - 40px);
    margin-top: 20px
}

.WrapItemServices .TextItem {
    margin-bottom: 30px;
}


/*SECTION TEAM*/

#WrapCatTeam {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 50px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

#WrapCatTeam .ContentItem {
    text-align: center;
}

#WrapCatTeam .ContentItem blockquote {
    font-size: 3rem;
    text-align: center;
    padding: 0;
    margin-bottom: 70px;
    font-style: italic;
}

#WrapCatTeam .ContentItem blockquote footer,
#WrapCatTeam .ContentItem blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    font-style: normal;
}

#WrapCatTeam .ContentItem blockquote footer:before,
#WrapCatTeam .ContentItem blockquote small:before {
    content: '';
}

#WrapCatTeam .ContentItem blockquote footer:before {
    content: '\2014 \00A0';
    display: block;
    text-align: center;
    color: #0e71b8;
}

.WrapItemTeam h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 30px;
    margin-top: 40px;
}

.WrapItemTeam h2:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 40px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-left: calc(50% - 40px);
    margin-top: 20px
}

.ItemTeam {
    background: #fff;
    text-align: center;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    min-height: 340px;
    margin-bottom: 20px;
    padding: 30px
}

.ItemTeam:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.FotoTeam {
    text-align: center;
}

.FotoTeam img,
.FotoContactPerson img {
    width: 150px;
    border-radius: 100%;
}

.RuoloTeam {
    min-height: 40px;
    font-style: italic;
}

.E-MailTeam {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}


/*TRANSACTIONS FILTER*/

.IntroTransaction h4 {
    font-size: 1.3vw;
    line-height: 1.3em;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 40px;
}

.IntroTransaction h4 a {
    display: inline-block;
    margin-top: 20px;
}

.sidebar-content.affix {
    top: 80px;
    width: 280px;
    position: fixed;
}

.sidebar-content.affix-top,
.sidebar-content.affix-bottom {
    position: static;
}

.filter-actions {
    margin-bottom: 20px;
}

.filter-list select {
    border: 1px solid #fff;
    height: 30px;
    text-transform: none;
}

.ja-filter-wrapper .filter-content h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ja-filter-wrapper .filter-content .filter-options-title span::after {
    top: 0;
    left: 2px;
    color: #fff;
}

.ja-filter-wrapper .filter-content .filter-options-title span {
    background: none;
    border-radius: 0px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 0px 0px 28px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.ja-filter-wrapper .filter-content .input-text {
    border: 1px solid #fff;
}

.ja-filter-wrapper .filter-content .selected-filters ol li.item label,
.ja-filter-wrapper ol.items .clear-filter.remove::after {
    color: #fff;
}

.ja-filter-wrapper ol.items li.item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ja-filter-wrapper ol.items li.item:hover .clear-filter.remove::after {
    color: #fff;
}

.ja-filter-wrapper {
    background: url(../../../images/about-gcg/about-us.jpg) no-repeat center center / cover;
}

.ja-filter-wrapper .filter-content .block-subtitle {
    font-size: 16px;
    border-bottom: none;
    margin: 0 0 5px;
    padding: 5px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.filter-selected {}

.ja-filter-wrapper .filter-content {
    color: #333;
    padding: 20px 20px 1px;
    background: rgba(11, 114, 181, 0.5);
}

.ja-filter-wrapper .filter-content .filter-field + .filter-field {
    margin-top: 10px;
}

.ja-filter-wrapper .filter-options-title {
    margin-bottom: 5px;
}

.filter-list .ln-element {
    padding-bottom: 5px;
}

.block-actions.filter-actions .btn {
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content {
    height: auto;
}

.toolbar-top {
    display: none;
}

.ja-products-wrapper .product-item .product-item-info,
.ja-products-wrapper .product-item .product-item-info:hover {
    padding: 0;
    border: 0;
    box-shadow: 0;
}

.TransactionItem {
    background: url(../images/logo_transaction.jpg) no-repeat center 5px #fff;
    text-align: center;
    color: #333;
    margin: 2px 10px 0;
    font-size: 14px;
    line-height: 1.3em;
}

.ja-products-wrapper .product-item .product-item-info:hover {
    box-shadow: none;
}

.TransactionItem.Shadow {
    padding: 40px 0 0;
}

.TransactionItem > a {
    display: block;
    color: #000;
}

.TransactionItem > a:hover {
    text-decoration: none;
}

.TransactionItem img {
    max-width: 100%;
}

.TopTransactionItem {
    padding: 10px 30px;
    background: #fff;
    border-top: 1px solid #eee;
}

.PartnerLogo {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.PartnerLogo img {
    max-height: 50px;
    width: auto;
}

.TransactionHeader img,
.CompanyLogo img {
    max-width: 150px;
}

.IntroCompany .ShortDescription {
    font-style: italic;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TransactionHeader .Services {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BottomTransactionItem {
    padding: 10px 0 5px;
    background: #0e71b8;
    color: #fff;
}

.TransactionItem:hover .BottomTransactionItem,
.BottomTransactionItem:hover {
    background: #034976;
}

h4.CompanyName {
    font-size: 14px;
    line-height: 1.3em;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Field-Type {
    margin-bottom: 10px;
}

.Field-Type,
.Field-Industries {
    text-align: center;
}

.Field-Industries span {
    display: inline-block;
    margin-right: 5px;
}

.Field-Industries span:after {
    content: ',';
}

.Field-Industries span:last-child:after {
    content: '';
}

.WrapTransactionItem {
    margin-top: 40px;
}

.WrapTransactionItem h1 {
    color: #333;
}

.WrapTransactionItem .BottomTransactionItem {
    display: block;
    text-transform: uppercase;
    padding: 30px 20px;
    letter-spacing: 2px;
    color: #333;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
}

.Extra {
    margin: 15px 0;
}

.Extra span {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 5px 10px;
    width: 32%;
}

.Extra span:first-child {
    border-left: none;
}

.WrapItemTransaction {
    background: url(../images/item-transaction.jpg) no-repeat top center / cover !important;
    padding: 105px 0px 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.ExtraInfoTransaction {
    padding: 30px;
    background: #fff;
    margin: 0 10px;
}

.ExtraInfoTransaction h1 {
    margin-bottom: 20px;
}

.ExtraContent {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.WrapTransactionMatch {
    margin-top: 20px;
}

.WrapTransactionMatch .Shadow {
    background: #fff;
}

.ShortText {
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.Services {
    text-decoration: none;
    color: #333;
}

a:hover .Services {
    text-decoration: none;
}

.products-toolbar .pagination {
    float: none;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.products-toolbar .pagination > li {
    display: inline-block;
    float: none;
    padding: 0 5px;
    overflow: hidden;
}

.products-toolbar .pagination > li.active > a {
    font-weight: normal;
}


/*PAGINA TRANSACTION*/

.MainRow .TransactionItem {
    padding-top: 60px;
    background-position: center 15px;
    margin: 0;
}

.MainRow .TransactionItem .TopTransactionItem {
    padding: 30px 30px 80px;
}

.MainRow .TransactionItem .BottomTransactionItem {
    padding: 20px 0;
    width: 100%;
    bottom: 0;
}

.MainRow .ExtraInfoTransaction {
    margin: 0;
}

.CompanyLogo img {
    max-height: 60px;
    width: auto;
}

.WrapTransactionMatch .TransactionItem {
    margin: 0 0 20px;
}

.WrapTransactionMatch .TransactionItem .TopTransactionItem {
    padding: 10px 20px;
}

.WrapTransactionMatch .TransactionItem .BottomTransactionItem {
    position: static !important;
}

.TransactionMatch {
    padding-bottom: 10px;
}

.SimilarTransaction ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.SimilarTransaction ul > li {
    padding: 0px;
    margin-bottom: 10px;
}

.SimilarTransaction ul > li > a {
    background: url(../images/logo_transaction.png) no-repeat 7px center #bbb;
    background-size: 25px;
    display: block;
    padding: 5px 10px 5px 50px;
    color: #fff;
}

.SimilarTransaction ul > li > a:hover {
    background-color: #0B72B5;
    text-decoration: none;
}


/*Contact Person*/

.ContactPerson h3 {
    margin-bottom: 20px;
}

.FotoContactPerson img {
    width: 100%;
    height: auto !important;
}

.InfoContactPerson {
    padding-left: 30px;
}


/*INDUSTRIES*/

.CatItemIndustries {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.CatItemIndustries img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.CatItemIndustries:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.IntroContentItemIndustries {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 90px;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    box-sizing: border-box;
}

.CatItemIndustries:hover .IntroContentItemIndustries {
    top: 0px;
}

.IntroContentItemIndustries h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    color: #fff;
    height: 60px;
    padding-top: 20px;
    box-sizing: border-box;
}

.IntroContentItemIndustries a {
    color: #fff;
    display: block;
}

.IntroContentItemIndustries a:hover {
    text-decoration: none;
}

.WrapItemIndustries .TextItem {
    margin-bottom: 30px;
    font-size: 2rem;
}


/*LOCATION*/

body#Item-124 .content {
    padding-top: 0px;
}

#maps {
    margin-top: 80px;
}

#maps h1.ItemTitle {
    margin-bottom: 25px;
}

.map_canvas {
    float: none !important;
}

.mmldir-search-fields-form-elem.mmlsearch-block.input-append,
.mmlinput-sec {
    display: none !important;
}

.WrapSearchArea {
    background: url(../images/bg_search.jpg) no-repeat center / cover;
    padding: 30px 13px 30px 24px;
    clear: both;
    margin-bottom: 30px;
}

.WrapSearchArea .btn.btn-default {
    color: #fff;
}

.mmldir-search-fields {
    padding: 0;
}

.result-count {
    float: none !important;
}

.WrapLocationResults {
    width: 100% !important;
    float: none !important;
    overflow: visible;
    height: auto;
}

.TopLocationResults {
    width: 100%;
    overflow: visible !important;
    height: auto !important;
    float: none !important;
}

#Myresultbar .LocationItem {
    background: url(../images/logo_transaction.jpg) no-repeat center 10px #fff;
    text-align: center;
    padding: 40px 20px 20px;
    border: 2px solid #fff;
    min-height: 390px;
    position: relative;
}

#Myresultbar .ContactPerson.Shadow {
    box-shadow: none;
    padding: 0px
}

#Myresultbar .CTALocation {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
}

#Myresultbar .ContactPerson.Shadow:hover {
    box-shadow: none;
}

#Myresultbar .UrlSite {
    display: none;
}

h4.NameLocation {
    height: 50px;
    margin-top: 12px;
    border-bottom: 1px solid #eee;
    font-size: 2rem;
    text-transform: uppercase;
}

h4.NameLocation a {
    color: #000;
}

h4.NameLocation a:hover {
    color: #0B72B5;
    text-decoration: none;
}

ul.ShortContact {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ShortContact >li {
    padding: 0;
    line-height: 25px;
}

ul.ShortContact >li > a i {
    padding-right: 10px;
}

ul.ShortContact >li > a:hover {}

.LogoLocation {
    height: 40px;
    width: auto;
}

.CTALocation {
    text-align: right;
}

.CTALocation .btn {
    width: 100%;
    margin-top: 15px;
}

#resulttop .resultbar .locationsactive {
    background: none;
}

#resulttop .resultbar .locationsactive .Shadow {
    border: 2px solid #0B72B5;
}

.WrapSearch .form-control {
    height: 40px;
    padding: 10px 15px;
}

.WrapSearch .form-horizontal .control-label {
    padding: 10px;
    margin-bottom: 0;
    text-align: right;
    background: #0B72B5;
    color: #fff;
}

select.conutry_dropdown {
    background: #EEEEEE;
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #eee;
    padding: 10px;
}

#WrapLacation {
    margin-top: 80px;
}

.ImgLocation img {
    width: 150px;
}

#WrapLacation .map_canvas {
    width: 100%;
}

#WrapLacation h2 {
    margin: 15px 0;
}

#WrapLacation .mml_description {}

.BackLocation {
    text-align: right;
    margin-top: 30px;
}

.InfoLocation {
    padding: 20px;
    min-height: 550px;
    position: relative;
}

.UrlSite {
    padding: 10px 0;
    color: #0B72B5;
}

.UrlSite:before {
    padding-right: 10px;
    color: #0B72B5;
}


/*MAPPA*/

.gm-style-iw,
.gm-style-iw a {
    color: #fff;
    font-size: 0px;
}

.gm-style-iw h3 a {
    color: #000 !important;
    font-size: 18px !important;
}

.gm-style-iw a img.mymap-icon {
    height: 40px !important;
    width: auto !important;
}


/*NEWS & EVENTS*/

.CatItem {
    margin-bottom: 20px;
}

.CatItemNews img {
    width: 100%;
}

.WrapBanner {
    background: url(../images/banner-news.jpg) no-repeat top center / cover;
    padding: 40px;
    position: relative;
    margin-top: 60px;
}

.WrapBanner h4 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.WrapBanner h4 a {
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

.WrapBanner h4 a:hover {
    color: #fff;
}

.LinkBanner {
    padding-left: 40px;
}

.WrapBanner small {
    position: absolute;
    color: #fff;
    font-style: italic;
    bottom: -60px;
    right: 20px;
}

.btn-banner-news {
    text-align: center;
    color: #fff;
    font-weight: lighter;
    display: block;
    width: 100%;
    font-size: 30px;
    text-shadow: 1px 1px 2px #333;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height: 70px;
}

.btn-banner-news:hover {
    text-decoration: none;
    font-size: 32px;
    color: #fff;
}

.readmore {
    text-align: right;
}

h3.SubTitleLine {
    font-size: 3rem;
    margin-bottom: 30px;
}

h3.SubTitleLine:after,
h4.item-title:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 80px;
    border-top: 2px solid #0B72B5;
    z-index: -1;
    margin-top: 20px
}

.CatItemEvents {
    position: relative;
}

.CatItemEvents.Shadow {
    padding: 0px;
}
.CatItemEventsImg{
    max-height: 300px;
    overflow: hidden;
}
.CatItemEventsImg img {
       width: 100%;
    object-fit: cover;
    min-height: 350px;
    height: 100%;
}

.EventInfoBox {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 50%;
}

#EventPage .EventInfoBox {
    width: 60%;
}

.EventInfoBox h4 {
    color: #fff;
    margin: 0 0 10px;
}

.EventInfoBox h4:after {
    content: "";
    display: block;
    height: 2px;
    vertical-align: bottom;
    width: 30px;
    border-top: 2px solid #fff;
    z-index: -1;
    margin-top: 10px
}

.EventInfoBox .row {
    margin-bottom: 5px;
}

.EventInfoBox .col-xs-2 {
    text-align: center;
}

.EventInfoBox a {
    color: #fff;
}

.EventInfoBox a:hover {
    text-decoration: underline;
}


/*CONTACTS*/

body#Item-136 .system-message {
    position: absolute;
    top: 30vh;
    z-index: 9999;
    left: 10px;
    right: 10px;
}

.ContanctInfo h3 {
    margin-bottom: 30px;
}

h3.SubTitelContact {
    font-size: 4rem;
    text-align: center;
    margin-top: 50px;
}

.ContanctInfo .Shadow {
    margin: 0 10px;
}
.ContanctInfo .column.col-sm-4.col-md-3.Shadow{
  width:21.5%;
}
.AddressImage {
    margin: -30px;
    margin-bottom: 30px;
}

.AddressImage img {
    width: 100%;
    height: 150px;
}

.ContanctInfo .well {
    margin-top: 50px;
}

.form-group {
    padding: 0 20px;
}

.form-control,
.ui.form input[type="text"],
.ui.form textarea {
    color: #000;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
.ui.form input[type="text"]:focus,
.ui.form textarea:focus {
    border-color: #0B72B5;
    box-shadow: none;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px !important;
}

.form-group .row {
    margin-bottom: 15px;
}

.form-group .btn {
    width: 100%;
}

#RegionaOffices .col-sm-4 {
    position: relative;
}

.ColAddress address {
    padding-bottom: 20px;
}

#RegionaOffices .col-md-3 h5 {
    position: absolute;
    left: 30px;
    bottom: 20px;
    border-top: 1px solid #0B72B5;
    right: 20px;
    padding-top: 10px;
}


/*JOIN US*/

.IntroJoin {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
}

.IntroJoin h3 {
    font-size: 3rem;
}


/* CF 6 */

#area_fields_25 .ui.checkbox,
#area_fields_10 .ui.checkbox {
    margin-top: 0 !important;
}

#area_fields_18,
#area_fields_13 {
    justify-content: space-between;
}

.fields > .multifield.inline.fields,
.semanticui-body button.ui.button {
    margin: 0 0.5em 0;
}

.semanticui-body h1,
.semanticui-body h2,
.semanticui-body h3,
.semanticui-body h4,
.semanticui-body h5 {
    font-weight: normal !important;
}

.semanticui-body h3 {
    font-size: 24px !important;
}

.semanticui-body h4 {
    font-size: 18px !important;
}

.ui.message.error {
    position: absolute;
    top: 15%;
    z-index: 50;
    width: 100%;
    border-radius: 0;
}
