/* GENERAL RULES */

body {
    font-family: 'Roboto', sans-serif;
    color: #003764;
    font-weight: 300;
    font-size: 14px;
}
body.fixedmenu {
    padding-top: 0px;
}
body.submenu-open {
    overflow-y: hidden;
}
.block {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mark', sans-serif;
    font-weight: 500 !important;
}
.megatitle {
    font-size: 65px;
    font-family: 'Mark', sans-serif;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    text-transform: uppercase;
}
a {
    color: #003764;
    outline: none !important;
}
a:hover {
    color: #00a1e1;
}
.background a,
.selected-abstract a {
    color: #fff;
}
.approfLink {
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 18px;
    color: #fff;
    font-size: 0.714em;
}
.approfLink:hover {
    color: #fff;
}
b,
strong {
    font-weight: 500;
}
section {
    -webkit-scroll-snap-type: proximity;
    scroll-snap-type: proximity;
}
.container-fluid {
    padding: 0;
}
.big {
    font-size: 1.7em !important;
    text-align: center;
    margin-bottom: 1.5em !important;
}
.abc {
    list-style-type: lower-alpha;
}
.embed {
    position: relative;
    padding-bottom: 37.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed.video-wide {
    padding-bottom: 56.2%;
}
.embed.video {
    padding-bottom: 75%;
}
.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E5E3DF;
}
.click iframe {
    pointer-events: none;
}
.button {
    position: relative;
    display: inline-block;
    background: #00a1e1;
    padding: 15px 25px;
    font-size: 18px;
    color: #003764;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
}
.button:hover {
    background: #003764;
    color: #00a1e1;
    text-decoration: none;
}
.bg-gray {
    background: #fff;
    background-clip: content-box;
}
.bg-azure {
    background: #00a1e1;
    background-clip: content-box;
}
.bg-blue {
    background: #003764;
    background-clip: content-box;
}
.azure {
    color: #00a1e1 !important;
}
.blue {
    color: #003764 !important;
}
.links {
    margin-bottom: 1em;
}
.download {
    display: block;
    width: 100%;
    border: 1px solid #003764;
    padding: 10px;
    margin: 5px auto;
    /* max-width: 350px; */
    text-align: center;
    font-size: 1.1em;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: url('../img/file.svg') no-repeat center -100px transparent;
    background-size: contain;
}
.download:hover {
    color: transparent;
    text-decoration: none;
    background: url('../img/file.svg') no-repeat center center #00a1e1;
    background-color: #00a1e1;
}
.download.read:hover {
    color: transparent;
    text-decoration: none;
    background: url('../img/read.svg') no-repeat center center #00a1e1;
    background-color: #00a1e1;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #003764;
}
td,
th {
    padding: 10px;
}

/* FORMS */

.form-control {
    border-color: #003764;
    box-shadow: none;
    background: transparent;
}
.form-control:focus {
    border-color: #00a1e1 !important;
}
.btn-blue {
    border-color: #003764;
    background: #003764;
    color: #FFF;
}
.btn-blue:hover {
    border-color: #00a1e1;
    background: #00a1e1;
    color: #FFF;
}

/* HEADER */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1999;
    /*    max-height: 110px;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.homepage .header {
    position: absolute;
}
.header.fixed {
    position: fixed;
}

/* top-bar */

.header .top-bar {
    background: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
}
.homepage .header .top-bar {
    background: rgba(255, 255, 255, 0.9);
}
.header .top-bar a {
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
}
.header .top-bar a:hover {
    color: #00a1e1;
}
.top-bar a:first-child {
    margin: 0 10px 0 0;
}
.header .top-bar a.active-language {
    text-decoration: underline;
}
.header.fixed .top-bar {
    display: none;
}

/* MENU-BAR */

.header .menu-bar {
    background: rgb(0, 55, 100);
}
.homepage .header .menu-bar {
    background: rgba(0, 55, 100, 0.7);
}

/* LOGO */

.logo a {
    display: static;
}
.logo img {
    max-width: 350px;
    margin: 15px 0px;
    display: inline-block;
    height: auto;
}

/* MENU */

.menu {
    float: right;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #00a1df;
    background: none;
}
.menu a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 30px 10px;
    height: 26px;
    line-height: 26px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 !important;
    background-color: none !important;
}
.menu a:hover {
    background-color: none !important;
    color: #00a1e1;
}
.menu a.active {
    color: #00a1e1;a {
    color: #003764;
    outline: none !important;
}
a:hover {
    color: #00a1e1;
}
}
.menu a.search {
    background: url('../img/search.png') no-repeat top center / cover;
    width: 26px;
    margin-top: 27px;
}
.menu a.search-enabled,
.menu a.search:hover {
    background-position: bottom center;
}
.search-bar {
    display: none;
}
.search-bar.search-enabled {
    display: block;
    margin-bottom: -54px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.search-field {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    margin-right: 10px;
}
.header.fixed .menu-bar {
    background: rgba(0, 55, 100, 0.95);
}
.dropdown-menu a {
    display: inline-block;
    color: #003764;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px;
    height: auto;
    line-height: inherit;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 !important;
    background-color: none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #00a1e1;
    background-color: none !important;
}
.dropdown-menu a:hover {
    display: inline-block;
    color: #00a1e1;
    background-color: none;
}

/* SCROLLER */

.scroller {
    position: relative;
}
.slider-frame {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider-frame:after {
    padding-top: 40%;
    /* 2:1 ratio */
    display: block;
    content: '';
}
.slider,
.slider.royalSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.slider .slide {
    width: 100%;
    height: 100%;
}
.slider-controls {
    display: block;
    z-index: 999;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -30px;
    right: 45px;
    height: 60px;
    background: #003764;
    color: #fff;
}
.slider-prev {
    display: inline-block;
    width: 23px;
    height: 42px;
    margin: 9px 15px;
    background: url('../img/prev.svg') no-repeat center / cover;
    cursor: pointer;
}
.slider-next {
    display: inline-block;
    width: 23px;
    height: 42px;
    margin: 9px 15px;
    background: url('../img/next.svg') no-repeat center / cover;
    cursor: pointer;
}
.slider-pager {
    display: inline-block;
    padding: 0;
}
.slider .slide-content {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.slider .caption {
    position: relative;
    margin-top: 20%;
    text-transform: uppercase;
/*    display: none;*/
}
.slider .caption-title {
    display: block;
    margin: 0px;
    width: 100%;
    text-align: right;
    line-height: 30px;
}
.slider .caption-title div {
    font-family: "Mark", sans-serif;
    color: #FFF;
    background: rgba(0, 55, 100, 0.75) none repeat scroll 0% 0%;
    margin: 0px;
    padding: 20px 15px;
    display: inline-block;
    position: relative;
}
.slider .caption-title div:before {
    width: 70px;
    height: 70px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    background: url('../img/title-pre.svg') no-repeat;
}
.slider .caption-link {
    color: #003764;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    height: 55px;
    line-height: 35px;
    padding: 10px 15px;
    position: relative;
}
.slider .caption-link:before {
    width: 55px;
    height: 55px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -55px;
    background: url('../img/link-pre.svg') no-repeat;
}
.slider .fadeInRight {
    display: block;
}

/* ROYAL SLIDER */

.rsBullets {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.rsBullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 25px 5px;
    background: #fff;
    cursor: pointer;
}
.rsNavSelected {
    background: #00a1e1;
}
.rsFullscreen {
    background: #003764 !important;
    padding: 15px !important;
}
.rsFullscreenBtn {
    display: block;
    position: absolute;
    background: url('../img/fullscreen.svg') no-repeat center / contain;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    z-index: 999;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.rsFullscreenBtn:hover {
    opacity: 1;
}
.rsFullscreen .rsFullscreenBtn {
    background: url('../img/fullscreen.svg') no-repeat center / contain;
}
.home-slider .rsFullscreenBtn {
    display: none;
}

/* INTRO AREA */

.intro {
   /*  margin-bottom: 3em; */
}
.intro-video {
    margin-bottom: 20px;
}

.videocontainer {
	position: relative
}

.video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/play.svg) no-repeat center / 64px 64px;
	background-color: rgba(18, 64, 102, 0.35);
}
.news-block {
    color: #FFF;
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    min-height: 145px;
}
.latest-journal .news-abstract {
    background: rgb(238,238,238);
	color: #003764;
	min-height: 145px;
}
.latest-journal .news-abstract p{
	font-size:0.9em;
}
.latest-journal .news-abstract a:hover {
    color: #fff;
}

.latest-work .news-abstract {
    background: #003764;
}
.latest-work .news-abstract a {
    color: #fff;
}
.latest-journal .news-abstract a:hover {
    color: #000;
}
.latest-work {
    background-color: #003764;
}
.news-abstract {
    padding: 20px;
    position: relative;
}
.news-type {
    font-size: 0.714em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.news-title {
    display: block;
    margin-bottom: 25px;
}
.news-link {
    font-size: 0.714em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    text-decoration: underline;
    /*    text-align: right;*/
}
.news-pic {
    padding-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.news-block:hover .news-pic {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/* SELECTED-WORKS */

.selected-works {
    margin-bottom: 3em;
}
.selected-unit {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.selected-thumb img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.selected-unit:hover .selected-thumb img,
.selected-unit.hover .selected-thumb img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.selected-abstract {
    position: absolute;
    margin: 0 10px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    color: #FFF;
    /*    background: url('../img/grade.png') no-repeat center top / cover;*/
    background: -moz-linear-gradient(top, rgba(0, 55, 100, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 55, 100, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 55, 100, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003764', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    padding: 20px;
}
.selected-year {
    font-size: 0.714em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.selected-name,
.selected-location {
    display: block;
}
.selected-unit:hover .selected-abstract {
    background-image: url('../img/gradeh.png');
}
.selected-unit:hover .selected-title,
.selected-unit.hover .selected-title {
    visibility: visible;
    opacity: 1;
}
.selected-title h2 {
    font-size: 1.4em;
}
.selected-title h3 {
    font-size: 1.1em;
}

/* MENU SERVIZI */

.service-menu {
    margin: 10px 0px;
    font-size: 1.286em;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 70px;
}
.submenu-block {
    z-index: 5;
    width: 100%;
    background: #eee;

}
#subOpen,
#subClose {
    font-size: 1.286em;
    line-height: 2em;
    cursor: pointer;
}
#subOpen i,
#subClose i {
    padding: 0px 10px;
}
#subClose {
    display: none;
}


/* SERVIZI */

.servizi {
    margin-bottom: 3em;
}
.service {
    margin-bottom: 20px;
    font-size: 1.286em;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 120px;
}
.service-pic {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 120px;
}
.service-title {
    position: absolute;
    margin: 0px 10px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 3px solid #003764;
    padding: 20px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #FFF;
    font-weight: 400;
}
.elettrico {
    background-color: #003764;
    border-color: #003764;
}
.energia {
    background-color: #194b73;
    border-color: #194b73;
}
.telecom {
    background-color: #00a1e1;
    border-color: #00a1e1;
}
.tecnico {
    background-color: #144e9d;
    border-color: #144e9d;
}
.service-title span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    display: block;
}
.service-title:focus {
    color: #FFF;
}
.service-title:hover,
.service-title.active {
    background: #FFF;
    text-decoration: none;
    color: #003764
}

/* OFFICE MAP */

.offices {
    margin-bottom: 5em;
}
.office-map {
    position: relative;
}
.office-map img {
    /*
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
*/
}
.map-control {
    font-weight: 400;
    text-align: center;
    margin-bottom: 2em;
}
.map-control span {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #FFF;
    display: inline-block;
}
.map-control span:hover,
.map-control span.active {
    border-color: #003764;
}
.mapdot {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 0%;
    background: rgb(0,161,223);
    display: block;
    position: absolute;
    cursor: pointer;
	padding:5px;
}
.mapdot.active,
.mapdot:hover {
    background: rgb(0,55,100);
}
.mapdot.italy {
    top: 29%;
    left: 51.5%;
}
.mapdot.germany {
    top: 22%;
    left: 51%;
}
.mapdot.poland {
    top: 24%;
    left: 54%;
}
.mapdot.uae {
    top: 42.3%;
    left: 65.5%;
}
.mapdata {
    font-size: 0.857em;
    position: absolute;
    color: #1d1d1d;
    background-color: #FFF;
    background: url(../img/map/right.png) no-repeat center right;
    display: none;
}
.mapdata.active {
    display: block;
}
.mapdata.germany {
    top: 12.2%;
    left: 34.8%;
}
.mapdata.poland {
    top: 13%;
    left: 35.4%;
}
.mapdata.italy {
    top: 12.2%;
    left: 36.5%;
    background-position: right 0 top -321px;
}
.mapdata.uae {
    top: 31.5%;
    left: 41.4%;
}
.mapdata p {
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    float: left;
    margin: 0px 9px 0px 0px;
    border: 1px solid #003764;
    border-right: none;
}
.mapdata strong {
    color: #003764;
}
.mapdata a {
    color: #00a1e1;
}
.alt .mapdot.italy {
    top: 32.5%;
    left: 48.5%;
}
.alt .mapdot.germany {
    top: 27%;
    left: 48%;
}
.alt .mapdot.poland {
    top: 28%;
    left: 51%;
}
.alt .mapdot.uae {
    top: 45%;
    left: 61.5%;
}
.alt .mapdata.germany {
    top: 20%;
    left: 30.5%;
}
.alt .mapdata.poland {
    top: 20.3%;
    left: 32.8%;
}
.alt .mapdata.italy {
    top: 20%;
    left: 32.5%;
    background-position: right 0 top -321px;
}
.alt .mapdata.uae {
    top: 36.8%;
    left: 36.5%;
}

/* HOME NEWS */
.home-news{
	background: #003764;
	padding: 10px 0 20px 0;
}
.home-news a.title{
	font-size: 2em;
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: 500;
	color: #FFF;
	padding:15px 0px;
}
/* FOOTER */

.contact-bar {
    background: #00a1e1;
    text-align: center;
    padding: 8px 0;
	border:2px solid #00a1e1;
	border-width:2px 0px;
}
.contact-bar a {
    font-size: 2em;
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #FFF;
}
.contact-bar:hover {
    background: #003764;
}
.footer {
    background: #eee;
    padding: 2.5em 0;
    /*    font-size: 0.857em;*/
}
.contacts {
    padding-right: 0
}
.contacts .footlogo {
    height: 20px;
    margin: 0 0 20px;
}
.contacts p {
    border-top: 1px solid #003764;
    padding-top: 2em;
    color: #1d1d1d;
}
.contacts a {
    color: #003764;
}
.contacts a:hover {
    color: #00a1e1;
}
.certificati {
    padding: 0;
}
.certificati .spacer {
    height: 20px;
    display: block;
    margin: 0 0 20px;
}
.certificati p {
    padding-top: 2em;
    padding-bottom: 1.5em;
    border-top: 1px solid #003764;
    color: #1d1d1d;
}
.newsletter {
    margin-bottom: 60px;
}
.newsletter span {
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}
.social span {
    display: block;
    line-height: 20px;
    margin: 20px 0;
}
.social {}
.anniversary-pic {
    margin-top: 40px;
}

/* bottom bar */

.bottom {
    background: #434343;
}
.bottom p {
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    font-size: 0.857em;
}
.bottom a {
    color: inherit;
    display: inline-block;
}
.credits {
    text-align: right;
}

.social-row{
	margin-top:2em;
}

.social-row > div{
	padding-top: 2em;
	border-top: 1px solid #003764;
	margin:0px 10px;
}

.social-row > div > div{
	margin-bottom:1em;
}

/* PAGE INTRO */

.page-intro {
    color: #FFF;
    text-align: center;
    background-clip: content-box;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 55, 100, 0.9);
    -webkit-background-blend-mode: multiply;
    background-blend-mode: multiply;
    padding-top: 0px;
    position: relative;
}
.page-intro .background {
    padding: 250px 0 100px;
}
.page-intro h1 {
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
.page-intro p {
    font-size: 1.7em;
    line-height: 1.45em;
    font-weight: 300;
    margin-bottom: 1em;
}

/* PAGE */

.page {
    padding: 2em 0;
    color: #1d1d1d;
    font-size: 1.143em;
}
.page p {
    padding: 0.5em 0;
    margin: 0;
    line-height: 1.42em;
}
.page ul {
    padding-left: 16px;
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAF0lEQVQYlWNgIBmYp/zHi0cVEqeQAAAAG4pmgXpbEWkAAAAASUVORK5CYII=');
}
.page ul li {
    margin-bottom: 0.3em;
}
.small {
    font-size: 1em;
    line-height: inherit;
    padding: 0.5em 0 1.5em;
    margin: 0;
}
.page img {
    margin: 10px auto;
    max-width: 100%;
}
.gfx {
    background-color: #00a1e1;
    background-clip: content-box;
    margin-bottom: 1em;
}
.gfx img {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    margin: 0;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.page-normal .row {
    margin-bottom: 2em;
}

/* PAGE TABS */

.page-tabs {
    padding: 2em 0;
    color: #1d1d1d;
}
.tabs-control {
    font-weight: 400;
    text-align: center;
    margin-bottom: 2em;
}
.tabs-control li {
    cursor: pointer;
    border: 1px solid #FFF;
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.tabs-control li:hover,
.tabs-control li.active {
    border-color: #003764;
}
.tabs-control li a {
    text-decoration: none;
    color: #003764;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
}

/* PAGE ACCORDION */

.panel {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.panel-heading {
    background: #003764;
    color: #FFF;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}
.panel-heading:hover {
    background: #00a1e1;
}
.panel-heading a {
    font-size: 1.7em;
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3em 0.5em;
}
.panel-body {
    padding: 1em 0;
}

/* PAGE WORKS */

.inner-works {
    background: #dadada;
    padding: 1em 0 2em;
    /* margin-bottom: 2em; */
}
.inner-works h3 {
    text-align: center;
    margin-bottom: 1em;
}
.page-img {
    background-color: #00a1e1;
    background-clip: content-box;
}
.page-img img {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    margin-bottom: 0;
    filter: lighten(1);
    -webkit-filter: lighten(1);
}

/* CASE NAVIGATOR */

.case-navigator {}
.case-navigator .container-fluid {
    background: #00a1e1;
    padding: 15px 0;
}
.case-navigator a {
    opacity: 0.75;
    padding: 5px 25px;
    margin: 15px 0;
    font-weight: 500;
    color: inherit;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.case-navigator a:hover {
    opacity: 1;
    text-decoration: none;
}
.case-prev {
    background: url('../img/prev_b.svg') no-repeat center left / contain;
}
.case-next {
    background: url('../img/next_b.svg') no-repeat center right / contain;
}
.case-all {
    background: url('../img/grid_b.svg') no-repeat center center / contain;
}
.grid-filters {
    text-align: left;
}
.grid-filters a {
    margin: 15px 0;
    color: #575756;
    font-size: 0.9em;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
.grid-filters a.is-checked,
.grid-filters a:hover {
    color: #00a1e1;
    text-decoration: none;
}
.works-grid {
    margin-bottom: 20px;
}
.works-items {
    margin: 25px 0;
    padding: 0;
}
.unit-gallery,
.unit-description {
    display: none;
}

/* CONTATTI */

.contatti {
    padding: 2em 0;
    color: #1d1d1d;
}
.contatti h3 {
    color: #00a1e1;
}
.contact-block h4 {
    color: #003764;
}

/* PREVENTIVO */

.preventivo {
    padding: 2em 0;
}
.form-contatti {
    margin: 0 0 20px;
}
.form-contatti .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #003764;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.form-contatti textarea.form-control {
    height: auto;
    resize: vertical;
}
.form-control:focus {
    border-color: #FFB819;
    outline: 0;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: inherit;
}
.form-control::-webkit-input-placeholder {
    color: inherit;
}
.form-contatti .checkbox {
    margin-bottom: 20px;
}
.form-contatti input[type="checkbox"] {
    margin-top: 2px;
}
.form-contatti label {
    font-weight: 300;
    font-size: 12px;
}
.form-contatti label a {
    text-decoration: underline;
    font-weight: 400;
}
.form-contatti .g-recaptcha {
    margin-bottom: 15px;
}
.error {
    border-color: orange !important;
}

/* PRIVACY */

.privacy {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: justify;
}
.privacy ul,
.privacy ol {
    counter-reset: custom-counter;
    list-style: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
.privacy li:before {
    content: counter(custom-counter, decimal);
    counter-increment: custom-counter;
    font-weight: 500;
    margin-right: 5px;
    margin-left: -1em;
}
.privacy .abc li:before {
    content: counter(custom-counter, lower-alpha);
    counter-increment: custom-counter;
    font-weight: 500;
    margin-right: 5px;
    margin-left: -1em;
}

/* NEWS */

.side-menu a {
    margin: 15px 0;
    color: #575756;
    font-size: 0.9em;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
.side-menu a.active,
.side-menu a:hover {
    color: #00a1e1 !important;
    text-decoration: none;
}
.news-list {
	margin-top:30px;
}
.news-short {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
.news-short .news-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-short .news-date {
    margin-top: 0px;
    color: #dadada
}
.news-single {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
.news-single .news-title {
    margin-top: 10px;
}
.news-single .news-date {
    margin-top: 15px;
    color: #dadada
}
.news-img {
    margin-bottom: 20px;
}
.news-cat {
    margin-top: 20px;
    color: #555;
}

/* paging  */

.pagination {
    margin: 0 auto 20px
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #555;
    background-color: #ffffff;
    border: 1px solid #00a1e1;
    margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00a1e1;
    border-color: #00a1e1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #00a1e1;
    border-color: #00a1e1;
    cursor: default;
}

/* HACKS */


/* SCROLL HACK */

element:hover,
element:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

/* COLUMNS OF SAME HEIGHT STYLES */

.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* VERTICAL ALIGNMENT STYLES */

.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

/* RESPONSIVE RULES */


/* TABLET AND BELOW */

@media (max-width: 991px) {
    body {
        font-size: 13px;
    }
    .bottom {
        padding: 10px;
    }
    .top-bar a {
        font-size: 10px;
    }
    .logo img {
        margin: 12px 0;
    }
    .menu a {
        font-size: 12px;
        margin: 20px 10px;
    }
    .menu .search {
        margin-top: 18px !important;
    }
    .copy,
    .credits {
        text-align: center;
    }
    .bottom p {
        padding: 10px 0;
    }
    .big br {
        display: none;
    }
    .footer hr {
        width: calc(100% - 20px);
        border-color: #000;
        margin: 2em 10px;
        float: left;
    }
    .certificati {
        padding: 0 15px 0 0;
    }
    .submenu .service-menu {
        font-size: 1em;
    }
    .submenu-block {
        top: 97px;
    }
}

/* TABLET AND BELOW */
@media (min-width: 768px) and (max-width: 832px) {
	.slider-frame:after {
	    padding-top: 45%;
	}
	
	.slider .caption-link {
	    font-size: 20px;
	}
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    .header {
        position: relative !important;
        max-height: none;
    }
    .menu-bar {
        background: rgb(0, 55, 100) !important;
    }
    .header.fixed .menu-bar {
        background: rgba(0, 55, 100, 0.9) !important;
    }
    .menu {
        float: none;
    }
    .navbar-collapse {
        width: 100%;
    }
    .menu-icon {
        margin-top: 0;
    }
    .menu a {
        font-size: 12px;
        margin: 10px 5px;
    }
    .header {
        max-height: none;
    }
    .header.fixed .menu-icon {
        margin-top: 15px;
        margin-right: 15px;
    }
    .logo img {
        max-width: 240px;
    }
    .menu-list {
        width: 100%;
        right: 0;
        padding: 15px;
    }
    .menu-list.open {
        right: 0;
        padding: 15px;
        width: 100%;
        position: relative;
        text-align: center;
        border-bottom: 3px solid #00a1e1
    }
    .slider-controls {
        display: block;
        z-index: 999;
        padding: 0px;
        margin: 0px;
        text-align: center;
        position: relative;
        bottom: 0;
        right: 0;
        height: 60px;
        background: #1D1D1D none repeat scroll 0% 0%;
        color: #FFF;
    }
    .welcome .background {
        padding: 50px 0;
    }
    .cat-slider-frame:after {
        padding-top: 25%;
        display: block;
        content: '';
    }
    .cat-slider {
        top: 60px;
    }
    .cat-slider .button {
        display: none;
    }
    .cat-slider-controls {
        position: relative;
        text-align: center;
        background: #003764;
    }
    .bottom {
        margin-bottom: 0;
    }
    .rsFullscreenBtn {
        display: none;
    }
    .service-body p {
        padding: 0.5em 0 !important;
    }
    .privacy,
    .contatti {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    .selected-title {
        top: 0;
    }
    .slider .caption {
        position: relative;
        margin-top: 20px;
    }
    .mapdata {
        position: static;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        background: none;
        margin: 2em 0 0;
    }
    .mapdata p {
        border: 1px solid #003764 !important;
        width: 100%;
        text-align: center;
    }
    .nav > li {
        position: relative;
        display: block;
        width: 100%;
        float: left;
    }
    .navbar-nav .open .dropdown-menu {
        overflow: hidden;
        width: 100%;
        background: #F5F5F5;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 0;
        background: #FFF;
    }
    .navbar-toggle {
        padding: 16px 0px;
    }
    .page-intro .background {
    padding: 60px 0 60px;
}
    .page-intro p {
    font-size: 1.6em;
}
    .slider-frame, .slider, .slider.royalSlider {
        position: relative;
    }
    .slider-frame:after {
	    display: none;
	}
    .slider .slide-content {
        position: relative;
        background: #003764;
    }
    .rsOverflow {
        background: #003764;
    }
    .slider .caption {
        -webkit-animation-name: none;
        animation-name: none;
        display: block;
    }
	.slider .caption-title div{
		font-size: 0.5em;
		padding: 5px 15px;
	}

    .slider .caption-title{
        background: #003764;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .slider .caption-link{
		font-size: 0.8em;
		padding: 5px 15px;
        height: auto;
        text-align: center;
        background: #FFF;
        width: 100%;
        margin-bottom: 30px;
	}
    .slider .caption-title div:before, .slider .caption-link:before {
        display: none;
    }
}


/* SMARTPHONES */

@media (max-width: 400px) {
    body {
        font-size: 12px;
    }
    .selected-unit {
        width: 100% !important;
    }
    .slider-pager {
        display: none;
    }
    .mapdata {
        position: static;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        background: none;
        margin: 2em 0;
    }
    .mapdata p {
        border: 1px solid #003764 !important;
        width: 100%;
    }
    .nlnsocial {
        width: 100%;
    }
    .social,
    .anniversary {
        display: none;
    }
    .submenu .service-menu {
        font-size: 0.8em;
    }
    
	a, a > span, .contact-bar a{
	 text-decoration:underline;
	}
	a:hover, a:hover > span, .contact-bar a:hover {
	 text-decoration:none;
	}
	
	.slider-frame:after {
	    padding-top: 40%;
	}
}

/* DESKTOP AND OVER */

@media (min-width: 992px) {
    .menu-icon {
        margin-top: 20px;
    }
}

/* EXPLORER EXCEPTIONS */

.no-backgroundblendmode .welcome {
    background: url('../img/welcome.jpg') no-repeat center;
    background-size: cover;
    background-clip: content-box;
}
.no-backgroundblendmode .background {
    background: rgba(0, 0, 0, 0.85);
}
.no-backgroundblendmode .switcher {
    background-image: none;
    background-color: #00a1e1;
}

/* PRELOADER */

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.homepage .page-loader, #eurogroup-pag-realizzazioni .page-loader,  #eurogroup-pag-realizations .page-loader{
    display: block;
}
.loader {
    background: url(../img/loading.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    display: inline-block;
    height: 140px;
    width: 140px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    text-indent: -9999em;
}
.loader-cylon {
    position: absolute;
    width: 140px;
    height: 10px;
    overflow: hidden;
    top: 60%;
    left: 50%;
    margin-top: -5px;
    margin-left: -70px;
}
.loader-cylon:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00A1DF;
    animation: cylon 3s ease-out infinite;
}
@keyframes cylon {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
.pulse {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}
@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.contact-card {
    overflow: hidden;
    padding: 10px;
}
.contact-card .avatar {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    padding: 5px;
    border: 1px solid #CCC;
}
.contact-card .presence {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.contact-card .mail {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.contact-card .call {
    width: 70px;
}
.contact-card h4 {
    margin-bottom: 0;
}
.contact-card p {
    padding: 0;
}

/* JOBS */

.nojobs {
    margin-bottom: 40px;
}
.job {
    border: 1px solid #003764;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 20px;
}
.job h3 {
    margin-top: 0;
}
.job p.small {
    margin-bottom: 0px;
}
.job p {
    margin-bottom: 20px;
}

/* MEDIA QUERIES MAPPA */
@media (min-width: 768px) and (max-width: 991px) {
	.alt .mapdata.germany {
	    top: 16%;
		left: 22%;
	}
	.alt .mapdata.poland {
	    top: 16.3%;
		left: 24%;
	}
	.alt .mapdata.italy {
	    top: 12.5%;
		left: 25%;
	    background-position: right 0 top -321px;
	}
	.alt .mapdata.uae {
	    top: 33%;
		left: 24.5%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.alt .mapdata.germany {
	    top: 18%;
		left: 26%;
	}
	.alt .mapdata.poland {
	    top: 18.3%;
		left: 29%;
	}
	.alt .mapdata.italy {
	    left: 29%;
    	top: 17.5%;
	    background-position: right 0 top -321px;
	}
	.alt .mapdata.uae {
	    top: 35%;
		left: 31%;
	}
}

#cookie_popup_alert > div{
    padding:10px 35px !important;
}

#cookie_popup_alert {
    font-size:13px !important;
}