@font-face {
	font-family: 'allerregular';
	src: url('../fonts/aller_rg-webfont.eot');
	src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/aller_rg-webfont.woff') format('woff'),
		url('../fonts/aller_rg-webfont.ttf') format('truetype'),
		url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'allerregular';
    overflow-x: hidden;
}
.limiter {
	overflow: hidden;
}
img {
	width: 100%;
}
.colorBgBlue {
	color: #4e6e80 !important;
}

.colorBgBlue a {
	color: #4e6e80 !important;
	text-decoration: underline;
}

.colorBgBlue a:hover {
	color: #4e6e80 !important;
	text-decoration: none;
}

.colorGreen {
	color: #89ba17 !important;
}
.colorAzure {
	color: #00adbe !important;
}
.colorAzureTransition {
	color: #00adbe !important;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.colorOrange {
	color: #ec7404 !important;
}
.colorPurple {
	color: #ba70ab !important;
}
.colorYellow {
	color: #fbb900 !important;
}
.colorBlack {
	color: #000000 !important;
}
.colorWhite {
	color: #fff !important;
}
.bold {
	font-weight: bold;
}
.colorLightGrey {
	color: #edf0f2;
}
.mart0 {
	margin-top: 0 !important;
}

body {
	background-color: #4e6e80;
}
body header {
	padding-top:20px;
	padding-bottom:0px;
	border-bottom: 3px solid #00adbe;
}
.top-menu .nav {
	float: right;
}
.nav-secondary,
.nav-lang {
	display: none;
}
.nav-secondary a {
	color: #b5bfc6;
	font-size: 0.9rem;
	margin-right: 15px;
}
.nav-secondary a.active,
.nav-secondary a:hover {
	color: #000000;	
	background-color: #00adbe;
	border-radius: 50px;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}
.nav-lang a {
	color: #000000;
	font-size: 0.9rem;
}
.nav-lang a.active,
.nav-lang a:hover {
	color: #333333;
	text-decoration: underline;
}
.logo-brand {
	width:43%;
	float:left;
}
.logo-brand a {
    display: inline-block;
    cursor: pointer;
    z-index: 10;
    position: relative;
}
.logo-brand img {
	width: 200px;
}
.nav-primary  {
	float:right;
	/*padding-top:20px;*/
}
.nav-primary a {
	color: #ffffff;
	font-weight: bold;
}
.nav-primary a.active,
.nav-primary a:hover {
	color: #ffffff;
	font-weight: bold;
}

section.home-main {
	position: relative;
	width: 100%;
	min-height: 260px;
	padding-top: 40px;
	padding-bottom: 60px;
}
.home-main h1 {
	color: #ffffff;
    text-align: right;
    margin-bottom: 50px;
}
.home-graphic-container {
	position: relative;
	width:100%;
	min-height: 360px;
}
.home-main-graphic {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 2px;
    top: 6px;
}
.home-main-graphic img {
	width: 95%;
}
.man-picture {
	z-index: 5;
    position: absolute;
    left: 220px;
    bottom: -60px;
}
.man-picture img {
	width: 300px;
}
span.bigger-h1 {
	color: #00adbe;
	font-size: 5rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 0.6;
}
.pulse-circle-component {
	position: absolute;
    left: calc(100% - 240px);
    top: -13px;
    width: 300px;
    height: 300px;
}
.pulse-circle {
	position: absolute;
	margin:20px;
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	cursor: default;
	background: transparent;
	border: 1px solid rgba(244,246,247,0.9);
	box-shadow: 0 0 0 rgba(244,246,247,0.4);
	animation: pulse 2s infinite;
	z-index: 1;
}
.pulse-circle-inside {
	width: 140px;
	height: 140px;
	margin: 60px;
}
.pulse-circle:hover {
	/*animation: none;*/
}
.pin-circle-buttons {
	position: absolute;
	cursor: pointer;
	z-index: 6;
}
.pulse-circle-buttons {
	position: absolute;
	cursor: pointer;
	z-index: 6;
	width: 40px;
	height: 40px;
}
.pulse-circle-buttons img,
.pin-circle-buttons img {
	width: 40px;
}
.circle-button-img {
	width: 40px;
	height: 40px;
    transform: none;
    transition: transform 0.5s, background-image 0.5s;
    background-repeat: no-repeat;
    background-size: 100%;
}
.pulse-circle-buttons.button-azure {
	top: 30px;
	left: 35px;
}
#circle-button-azure {
	background-image: url('./../img/plus-azure.png');
}
.pulse-circle-buttons.button-green {
	top: 70px;
    left: 210px;
}
#circle-button-green {
	background-image: url('./../img/plus-green.png');
}
.pulse-circle-buttons.button-orange {
	top: 204px;
    left: 160px;
}
#circle-button-orange {
	background-image: url('./../img/plus-orange.png');
}
.circle-details-container {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    padding: 40px;
    text-align: center;
    z-index: 20;
    position: relative;
}
.circle-details-container h3 {
	color: #fff;
}
.circle-details-container p {
	font-style: italic;
}
.circle-details-container-azure {
	background: #00adbe;
	left: -70px;
    top: 90px;
    display: none;
}
.circle-details-container-green {
	background: #89ba17;
	left: -65px;
    top: 60px;
    display: none;
    padding: 30px 25px;
}
.circle-details-container-orange {
	background: #ec7404;
	left: -90px;
    top: -73px;
    display: none;
    padding: 30px 35px;
}
.pin-circle-details-container {
	background-color: #4e6e80;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    padding: 40px;
    text-align: center;
    z-index: 20;
    position: absolute;
}
.pin-circle-details-container h3 {
	color: #00adbe;
}
.pin-circle-details-container p {
	font-style: italic;
	color: #fff;
	margin: 10px 0 !important;
}
#pin-circle-details-container-location-1 {
	left: 40px;
    top: -272px;
    display: none;
}
#pin-circle-details-container-location-2 {
	left: 70px;
    top: -121px;
    display: none;
}
#pin-circle-details-container-location-3 {
	left: -133px;
    top: -143px;
    display: none;
}
#pin-circle-details-container-location-4 {
	left: -124px;
    top: -174px;
    display: none;
}
ul.menu-image-box {
	margin: 0 !important;
	display: flex;
}
.menu-image-box > li {
	padding: 0 !important;
	height: 100%;
	background-size: cover;
	background-position: 0 0;
	background-repeat: none;
}
.menu-image-box > li > img {
	height: 100%;
	width: auto;
}
.menu-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3%;
    height: 100%;
}
.menu-image-overlay-blue {
	background-color: rgba(61, 83, 106, 0.7) !important;
}
.menu-image-overlay-green {
	background-color: rgba(76, 175, 80, 0.5) !important;	
}
.menu-image-overlay-orange {
	background-color: rgba(255, 152, 0, 0.5) !important;	
}
.menu-image-overlay-azure {
	background-color: rgba(0, 173, 190, 0.5) !important;	
}
ul.menu-voices {
	background-color: #edf0f2;
	margin: 0 !important;
	padding: 20px 50px !important;
}
.menu-voices li a {
	font-size: 1rem;
    font-weight: bold;
    width: 100% !important;
    cursor: pointer;
}

.menu-voices li.active a {
    color: #777;
    -webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a:hover,
.menu-voices li a:active,
.menu-voices li a:focus,
.menu-voices li.active a,
.menu-voices li.activeFixed a {
	color: #00adbe;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a.hoverGreen:hover,
.menu-voices li a.hoverGreen:active,
.menu-voices li a.hoverGreen:focus,
.menu-voices li.active a.hoverGreen,
.menu-voices li.activeFixed a.hoverGreen {
	color: #89ba17;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a.hoverYellow:hover,
.menu-voices li a.hoverYellow:active,
.menu-voices li a.hoverYellow:focus,
.menu-voices li.active a.hoverYellow,
.menu-voices li.activeFixed a.hoverYellow {
	color: #fbb900;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a.hoverBlue:hover,
.menu-voices li a.hoverBlue:active,
.menu-voices li a.hoverBlue:focus,
.menu-voices li.active a.hoverBlue,
.menu-voices li.activeFixed a.hoverBlue {
	color: #4e6e80;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a.hoverPurple:hover,
.menu-voices li a.hoverPurple:active,
.menu-voices li a.hoverPurple:focus,
.menu-voices li.active a.hoverPurple,
.menu-voices li.activeFixed a.hoverPurple {
	color: #ba70ab;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.menu-voices li a.hoverOrange:hover,
.menu-voices li a.hoverOrange:active,
.menu-voices li a.hoverOrange:focus,
.menu-voices li.active a.hoverOrange,
.menu-voices li.activeFixed a.hoverOrange {
	color: #ec7404;
	-webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
ul.menu-detail-box {
	background-color: #fff;
	margin: 0 !important;
	padding: 90px 50px !important;
	/* unimeta edit 09-10-2020 - start */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* unimeta edit 09-10-2020 - end */
}
.menu-detail-box img {
	width: 50px;
}
.menu-detail-box h3 {
	font-size: 2rem;
    margin-top: 20px;
	/* unimeta edit 09-10-2020 - start */
	-webkit-transition: font-size 0.4s ease-out;
	-moz-transition: font-size 0.4s ease-out;
	-o-transition: font-size 0.4s ease-out;
	transition: font-size 0.4s ease-out;
	/* unimeta edit 09-10-2020 - end */
}

.active-menu-voice-triangle {
	width: 100%;
    text-align: center;
    height: 0;
    display: none;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #00adbe;
	position: relative;
    bottom: 20px;
}
.triangle-topleft {
	width: 0;
    height: 0;
	border-bottom: 30px solid #00adbe;
    border-right: 30px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    left: 120px;
    top: -20px;
}
.triangle-topright {
	width: 0;
    height: 0;
    border-top: 30px solid #89ba17;
    border-right: 11px solid transparent;
    border-left: 24px solid transparent;
    position: absolute;
    right: 25px;
}
.triangle-bottomright {
	width: 0;
    height: 0;
    border-bottom: 30px solid #ec7404;
    border-right: 6px solid transparent;
    border-left: 29px solid transparent;
    position: absolute;
    bottom: 18px;
    right: 47px;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #4e6e80;
    position: absolute;
    bottom: -20px;
    left: 140px;
}

.padding0 {
	padding:0;
}
.bkg-light-grey {
	background-color: #edf0f2;
}
.container-fluid section {
	margin: 0 auto;
}
section.text-and-image-outset,
section.interna-standard,
section.interna-services,
section.interna-2-details,
section.interna-interview,
section.interna-2-interview {
	padding: 70px 0;
}
section.interna-services { 
	padding-bottom: 0px;
}
section.text-and-image-outset p,
section.interna-standard p,
section.interna-services p,
section.interna-2-details p,
section.interna-interview p,
section.interna-2-interview p {
	font-size: 1.1rem;
	margin-top:10px;
}
h2 {
    font-size: 2rem;
    line-height: 1;
}
.azure-trait {
	width: 70px;
    height: 4px;
    background-color: #00adbe;
    display: block;
    margin-bottom: 30px	
}

.btn-sgs {
	font-weight: bold;
	border-radius: 20px;
	padding:2px .75rem;
	box-shadow: none;
}
.btn-sgs:hover {
	-webkit-transition: background-color 0.5s ease-in;
    -ms-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
    -webkit-transition: color 0.5s ease-in;
    -ms-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
}
.btn-in-box {
	z-index: 2;
	position: relative;
}
.btn-azure {
	background-color: #00adbe;
	color: #fff;
}
.btn-azure:hover,
.btn-azure:focus,
.btn-azure:active {
	background-color: #fff;
	color:#4e6e80;
	/*color: #00adbe;*/
}
.btn-blue {
	background-color: #4e6e80;
	color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background-color: #fff;
	color: #4e6e80;
}
.btn-white {
	background-color: #fff !important;
	color: #000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background-color: #e4e4e4 !important;
	color: #000 !important;
}
.text-and-image-outset .outset-image {
	position: absolute;
    right: 0;
    padding-right: 0;
    max-height: 500px;
    overflow: hidden;
    max-width: 650px;
    z-index: 3;
}
.text-and-image-outset .outset-image.outset-image-left {
	left: 0;
    padding-left: 0;
    max-width: 635px;
}
#interna-2-services-section .text-and-image-outset .outset-image {
	max-width: 700px;
}

.bkg-white {
	background-color: #fff;
}
.bkg-green {
	background-color: #89ba17;
	position: relative;
}
.bkg-orange {
	background-color: #ec7404;
	position: relative;
}
.bkg-azure {
	background-color: #00adbe;
	position: relative;
	overflow: auto;
}
.bkg-blue {
	background-color: #4e6e80;
	position: relative;
	overflow: auto;
}
.blue-trait {
	width: 70px;
    height: 4px;
    background-color: #4e6e80;
    display: block;
    margin-bottom: 30px	
}
.orange-trait {
	width: 70px;
	height: 4px;
	background-color: #ec7404;
	display: block;
	margin-bottom: 30px
}
.double-box .box-container .box {
	padding: 60px;
}
.double-box .box-container .box p {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.azureBox {
	background-color: #00adbe;
	width: 100%;
}
.greyBox {
	background-color: #dce2e6;
	width: 100%;
}
.greenBox {
	background-color: #89ba17;
	padding: 50px;
}
.orangeBox {
	background-color: #ec7404;
	padding: 50px;
}
.azureBox h2 {
	color: #fff;
}
.azureBox-container {
	top: 100px;
	display: flex;
	z-index: 2;
}
.greyBox-container {
	top: 20px;
	display: flex;
	z-index: 2;
}
.double-box .map-container {
	position: relative;
	padding-top: 20px;
}
.double-box .buildings-container {
	padding-bottom: 40px;
}
.double-box .buildings-container img {
	width: 50%;
}
.swiss-flag-container {
	position: absolute;
    left: -250px;
    bottom: 60px;
}
.swiss-flag-container img {
	width: 90%;
}
.magnifying-glass-container {
	position: absolute;
    right: -250px;
    top: 90px;
}
.magnifying-glass-container img {
	width: auto;
	max-height: 200px;
}
.horn-container {
	position: absolute;
    right: -120px;
    top: 55px;
}
.horn-container img {
	width: auto;
	max-height: 300px;
}
.microphone-container {
	position: absolute;
    left: -100px;
	bottom: -140px;
	z-index: 3;
}
.microphone-container img {
	width: 90%;
}
footer {
	background-color: transparent;
}
footer p {
	color: #fff;
	font-size: 0.9rem !important;
}
footer p.heading {
	color: #00adbe;
	font-size: 1.3rem !important;
    margin-bottom: 0;
}
footer p.small {
	color:#b5bfc6;
	margin-bottom: 0px;
}
footer .footer-box {
	padding: 50px 0px;
    height: auto;
}
footer .footer-box.social-box {
	justify-content: center;
    display: flex;
    margin: auto;
}
footer h3 {
	color: #fff;
}
footer .social-icon {
	width: 40px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-animation: scale-up-center-reverse 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-center-reverse 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.social-icon:hover {
	-webkit-animation: scale-up-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

input.sgs-input {
	background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    outline:none;
    line-height: 30px;
    margin-bottom: 20px;
}
input.sgs-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}
input.sgs-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}
input.sgs-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
}
input.sgs-input::placeholder {
	color: rgba(255, 255, 255, 0.7) !important;	
}
.circle-button-img.pin-img {
	width: 30px;
	height: 30px;
}
.pin-circle-buttons#pin-location-1 {
    top: 50px;
    left: 180px;
}
.pin-circle-buttons#pin-location-2 {
	bottom: 10px;
    left: 210px;
}
.pin-circle-buttons#pin-location-3 {
	bottom: 32px;
    left: 7px;
}
.pin-circle-buttons#pin-location-4 {
	bottom: 63px;
    left: 16px;
}

#circle-button-location-1,
#circle-button-location-2,
#circle-button-location-3,
#circle-button-location-4 {
	background-image: url('./../img/plus.png');
}

.scale-up-tl {
	-webkit-animation: scale-up-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-up-tr {
	-webkit-animation: scale-up-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-up-br {
	-webkit-animation: scale-up-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-up-top {
	-webkit-animation: scale-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-up-bottom {
	-webkit-animation: scale-up-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-up-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.row-full-menu {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.only-mobile-menu-voice {
	display: block;
}

.section-bkg-image {
	position: absolute;
	opacity: 0.6;
}
.section-bkg-image > img {
	width: 70%;
}
#section-bkg-image-home {
	z-index: -20;
	top: -800px;
    right: -800px;
}
#section-bkg-image-home > img {
	width: 80%;
}
.azureBox .section-bkg-image,
.greenBox .section-bkg-image,
.orangeBox .section-bkg-image {
	top: 0px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.azureBox .section-bkg-image > img,
.greenBox .section-bkg-image > img,
.orangeBox .section-bkg-image > img{
	width: 100%;
}
.greyBox .section-bkg-image {
	bottom: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.greyBox .section-bkg-image > img {
	width: 100%;
}

section.interna-main {
	position: relative;
	width: 100%;
	min-height: 260px;
	padding: 30px 15px;
	display: flex;
}
.interna-main h1 {
	color: #ffffff;
    text-align: left;
    position: relative;
    z-index: 2;	
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}
#interna-main-header-img-interna1 {
	background-image: url('./../img/interna-main-header-img-facility.jpg');
	background-position-x: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 25%;
    background-color: #4e6e80;
  	background-blend-mode: multiply;
}
#interna-main-header-img-interna2 {
	background-image: url('./../img/interna-2-main-header-img.jpg');
	background-position-x: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 50%;
    /*background-color: #89ba17;
  	background-blend-mode: multiply;*/
}

.interna-main-header-img-green {
	background-position-x: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 50%;
	background-color: #89ba17;
	background-blend-mode: multiply;
}

.interna-main-header-img-yellow {
	 background-position-x: 0;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 background-position-y: 50%;
	 background-color: #fbb900;
	 background-blend-mode: multiply;
}

.interna-main-header-img-blue {
	background-position-x: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 50%;
	background-color: #34546e;
	background-blend-mode: multiply;
}

.interna-main-header-img-purple {
	background-position-x: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 50%;
	background-color: #ba70ab;
	background-blend-mode: multiply;
}

.interna-main-header-img-sgsblue {
	background-position-x: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 50%;
	background-color: #00adbe;
	background-blend-mode: multiply;
}

.interna-main-header-img-orange {
	background-position-x: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 50%;
	background-color: #ec7404;
	background-blend-mode: multiply;
}

.interna-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin-left: -50vw !important;
	left: 50% !important;
    height: 100%;
}
.interna-image-overlay-blue {
	background-color: rgba(61, 83, 106, 0.5) !important;
    -webkit-filter: contrast(5);
    		filter: contrast(2);
}
.interna-image-overlay-green {
	background-color: rgba(137, 186, 23, 0.7) !important;
    -webkit-filter: contrast(2);
    		filter: contrast(2);
}
.interna-image-overlay-yellow {
	background-color: rgba(208, 160, 28, 0.5) !important;
    -webkit-filter: contrast(2);
    		filter: contrast(2);
}
.interna-image-overlay-purple {
	background-color: rgba(152, 110, 144, 0.5) !important;
    -webkit-filter: contrast(2);
    		filter: contrast(2);
}
.section-bkg-image-container {
	position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -150px;
}
#section-bkg-image-interna {
	position: relative;
}
#section-bkg-image-interna::before {
	position: absolute;
	content: "";
    background-image: url('./../img/sgs-section-bkg-logo.png');
    background-size: 70%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50% 30%;
    opacity: 0.8;
}
.interna-services h2.bigger {
	color: #fff;
	font-size:2.5rem !important;
}
.interna-services h2.smaller {
	font-size: 1.8rem !important;
}
.interna-services .services-details-person-container {
	padding-top: 20px;
}
.services-details-box-container {
	position: relative;
	top: -25px;
}
.services-details-person {
	text-align: center;
	top: 25px;
	z-index: 20;
}
.services-details-person img {
	width: 65%;
}
.services-details-box {
	margin-top: 5px;
	padding: 30px 20px;
	height: 100%;
}

/* unimeta edit 09-10-2020 - start */
.to-services {
	position: absolute;
	z-index: 2;
	bottom:3.7rem;
	right: 0;
}

/* unimeta edit 09-10-2020 - end */

/*
.services-details-box-text {
	position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70%;
}
*/
.services-details-box-text-h3 {
	position: relative;
    min-height: 130px;
}
.services-details-box-text-h3 h3 {
	position: absolute;
    bottom: 0px;
}
.services-details-box-text-p {
	position: relative;
    min-height: 130px;
}
.services-details-box-text-p p {
	position: absolute;
    top: 0px;
}
.services-details-box-text-btn {
	position: relative;
    min-height: 30px;
}
.services-details-box-text-btn a {
	position: absolute;
    bottom: 0px;
}
.services-details-box h3 {
	margin-top: 20px;
    color: #fff;
    font-weight: bold;
}
.services-details-box p {
	font-style: italic;
}
.services-details-box-green {
	background-color: #89ba17;
}
.services-details-box-yellow {
	background-color: #fbb900;
}
.services-details-box-blue {
	background-color: #4e6e80;
}
.services-details-box-purple {
	background-color: #ba70ab;
}
.services-details-box-orange {
	background-color: #ec7404;
}
.services-details-icon {
	width: 50px;
}
.services-details-box-blue p {
	color: #fff;
}
.services-details-box-item {
	margin-bottom: 10px;
	top: 25px;
}
.services-details-person-img-xs {
	display: none;
}
.interna-interview p.testimonianza-nome,
.interna-2-interview p.testimonianza-nome {
	margin-bottom: 0;
}
.interna-interview p.testimonianza-titolo,
.interna-2-interview p.testimonianza-titolo {
	margin-top:0;
	margin-bottom:0;
	font-style: italic;
	font-size: 0.9rem;
}
.interview-circle-container {
	border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #4e6e80;
    margin: 0 auto;
    top: 30px;
}
.interview-circle-container-inside {
	background: #00adbe;
	border-radius: 50%;
    width: 160px;
    height: 160px;
    padding: 5px;
    position: relative;
    z-index: 2;
}
.interview-circle-container-inside-bis {
	border-radius: 50%;    
    width: 100%;
    height: 100%;
    overflow: hidden;	
}
.interview-circle-container-inside-bis img {
    height: 100%;
    width: auto;
    position: relative;
    left: -20px;
}
.interview-circle-container .triangle-topright {
	border-top-color: #4e6e80;
	top: 24px;
    right: 5px;
}
.green-trait {
	width: 70px;
    height: 4px;
    background-color: #89ba17;
    display: block;
    margin-bottom: 30px	
}
p.white-italic {
	color: #fff;
	font-style: italic;
}
.interna-2-details .uomo-img-container {
	position: absolute;
	left:49%;
	top: -8px;
	z-index: 2;
}
.interna-2-details .uomo-img-container img {
	width: 53%;
}
#interna-2-services-section {
	height: 350px;
    position: relative;
    background-image: url('./../img/interna-2-img-servizi-section-bkg.jpg');
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 20%;
}
.interna-2-services-details {
	padding: 20px 0;
	min-height: 70px;
}
.interna-2-services-details img {
	width: 50px;
	position: absolute;
    left: 0;
    margin-top: 0px;
}
.interna-2-services-details span {
	margin-left: 60px;
    height: 100%;
    display: flex;
    margin-right: 10px;
    line-height: 0.9rem;
    font-size: 0.9rem;
    align-items: center;
}
.greyBox .no-image-fix {
	min-height: 180px; 
}
.interna-2-details .uomo-img-container-xs {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
}
.interna-2-details .uomo-img-container-xs img {
	max-width: 180px;
}

.home-graphic-mobile,
.microphone-mobile,
.horn-mobile {
	display: none;
}
.show-only-640 {
	display: none;
}

.footer-container {
	z-index: 5;
}

/* unimeta edit 09-10-2020 - start */
ul.menu-detail-box.menu-detail-box-listed {
	padding: 30px 50px 5px !important;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.menu-detail-box.menu-detail-box-listed h3 {
	font-size: 1.3rem;
    margin-top: 10px;
    -webkit-transition: font-size 0.4s ease-in;
    -moz-transition: font-size 0.4s ease-in;
    -o-transition: font-size 0.4s ease-in;
    transition: font-size 0.4s ease-in;
}
.list-of-services {
	display: none;
}
.list-of-services ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}
.list-of-services ul li {
	margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.list-of-services ul li img {
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	margin-right: 5px;
}
.list-of-services ul li span {
	font-size: 1.2em;
	color: #4e6e80 !important;
}
/* unimeta edit 09-10-2020 - end */

@media all and (max-width: 1310px) {
	.scale-up-bl {
		-webkit-animation: scale-up-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
		        animation: scale-up-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
	}
	.triangle-down.triangle-down-left {
		border-left: 6px solid transparent;
    	border-right: 38px solid transparent;
    	border-top: 30px solid #4e6e80;
	    bottom: -3px;
	    left: 69px;
	}
}
@media all and (max-width: 1199px) {
	.logo-brand {
		width:32%;
	}
	section.home-main {
		padding-bottom: 0px;
	}
	.home-main-graphic {
	    left: -16px;
	    top: 23px;
	}
	.home-main-graphic img {
		width: 95%;
	}
	.man-picture {
	    left: 160px;
	    bottom: 0px;
	}
	.man-picture img {
		width: 275px;	
	}
	.services-details-box-text-h3,
	.services-details-box-text-p {
		min-height: 100px;
	}
	.services-details-box h3 {
		font-size: 1.4rem;
	}
	.services-details-box p,
	.services-details-box a {
		font-size: 0.8rem !important;
	}
	.interna-2-services-details {
		padding: 0;
		min-height: 70px;
	}
	.interna-2-services-details:first-child,
	.interna-2-services-details:nth-child(2),
	.interna-2-services-details:nth-child(3) {
		padding: 10px 0 0px 0;
	}
	.interna-2-services-details:last-child,
	.interna-2-services-details:nth-last-child(2),
	.interna-2-services-details:nth-last-child(3) {
		padding: 0px 0 0px 0;
	}
	.interna-2-services-details span {
		height: 70px;
	}
	.interna-2-services-details img {
		width: 50px;
		position: absolute;
	    left: 0;
	    margin-top: 0px;
	    height: 70px;
    	display: flex;
    	align-items: center;
	}
}
@media all and (max-width: 991px) {
	.text-and-image-outset .text-container {
		max-width: 45%;
    	flex: 0 0 45%;
	}
	.azure-trait,
	.blue-trait,
	.green-trait
	.orange-trait {
		margin-bottom: 20px;
	}
	h2 {
		font-size: 2rem;
	}
	p {
		font-size: 1.1rem !important;
	}
	a.btn {
		font-size: 1rem;	
	}
	.circle-details-container p,
	.pin-circle-details-container p {
		font-size: 0.9rem !important;
	}
	.circle-details-container a.btn,
	.pin-circle-details-container a.btn {
		font-size: 0.8rem;
	}
	.text-and-image-outset .outset-image {
	    max-width: 500px;
	    padding-top:20px;
	    z-index: 3;
	}
	.text-and-image-outset .outset-image.outset-image-left {
		max-width: 510px;
	    padding-top:0px;
	}
	#interna-2-services-section .text-and-image-outset .outset-image {
		max-width: 700px;
	}
	section.text-and-image-outset,
	section.interna-standard,
	section.interna-services,
	section.interna-2-details,
	section.interna-interview,
	section.interna-2-interview {
		padding: 40px 0;
	}
	section.interna-interview {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.interna-services { 
		padding-bottom: 0px;
	}
	section.interna-standard p {
		margin-bottom: 0px;
	}
	.double-box .box-container .box { 
		padding: 40px;
	}
	.double-box .box-container .box p {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.magnifying-glass-container img {
		max-height: 175px;
	}
	.magnifying-glass-container {
		right: -270px;
		top:40px;
	}
	.swiss-flag-container img {
		width: 95%;
	}
	.swiss-flag-container {
		left: -220px;
    	bottom: 35px;
	}
	.microphone-container img {
		width: 95%;
	}
	.microphone-container {
		left: -60px;
		bottom: -100px;
	}
	.pin-circle-buttons#pin-location-1 {
		top: 43px;
    	left: 140px;
	}
	.pin-circle-buttons#pin-location-2 {
		bottom: 7px;
    	left: 160px;
	}
	.pin-circle-buttons#pin-location-3 {
		bottom: 22px;
	    left: 3px;
	}
	.pin-circle-buttons#pin-location-4 {
		bottom: 49px;
    	left: 20px;
	}
	.pin-circle-details-container {
		width: 270px;
		height: 270px;
	}
	.triangle-down {
		left:120px;
	}
	#pin-circle-details-container-location-1 {
	    left: 20px;
    	top: -248px;
	}
	#pin-circle-details-container-location-2 {
		left: 40px;
	    top: -140px;
	}
	#pin-circle-details-container-location-3 {
		left: -51px;
    	top: -136px;
	}
	#pin-circle-details-container-location-4 {
		left: -35px;
    	top: -164px;
	}
	.circle-details-container {
		width: 280px;
		height: 280px;
	}
	footer .footer-box {
		padding: 30px 0px;
	}
	.services-details-box-item {
		padding: 0 5px;
	}
	.services-details-box h3 {
		font-size: 1.1rem;
	}
	.services-details-box {
		padding: 20px 10px;
	}
	.services-details-box-text-h3 {
		min-height: 80px;
	}
	.services-details-box-text-p {
		min-height: 120px;
	}
	#section-bkg-image-home {
		display: none;
	}
	ul.menu-voices {
        background-color: #4e6e80 !important;
        padding: 0px 70px !important;
    }
    section.home-main {
		padding-top: 20px;
	}
	.home-main h1 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
	span.bigger-h1 {
		font-size: 4rem;
	}
	.man-picture img {
	    width: 180px;
	}
	.man-picture {
	    left: 120px;
	}
	.home-graphic-container {
		min-height: 290px;
	}
	.home-main-graphic img {
	    width: 94%;
	}
	.home-main-graphic {
	    left: -34px;
	    top: 48px;
	}
	.circle-details-container-green {
		left: -53px;
	}
	.circle-details-container-orange {
		left: -69px;
    	top: -51px;
	}
	#mobile-menu-icon-facility {
        background-image: url("./../img/menu-mobile-facility-icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #mobile-menu-icon-services {
        background-image: url("./../img/menu-mobile-services-icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #mobile-menu-icon-operation {
        background-image: url("./../img/menu-mobile-operation-icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #mobile-menu-icon-who {
        background-image: url("./../img/menu-mobile-who-icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
}
@media all and (max-width: 767px) {
	section.interna-standard,
	section.interna-2-details {
		padding: 50px 20px 80px 20px;
	}
	section.interna-services {
		padding: 50px 20px;	
	}
	section.text-and-image-outset {
		padding: 21px 15px;	
	}
	section.interna-interview,
	section.interna-2-interview {
		padding: 40px 15px;
		padding-bottom: 60px;
	}
	h2 {
	    font-size: 1.9rem;
	}
	#interna1 h2,
	#interna2 h2 {
	    font-size: 1.8rem;
    	line-height: 1.1;
	}
	.interna-services h2.bigger {
		margin-bottom: 5px;
	}
	.interna-standard h2 {
		margin-bottom: 30px;
	}
	.text-and-image-outset .outset-image {
		max-width: 400px;
		padding-top:40px;
	}
	.text-and-image-outset .outset-image.outset-image-left {
		max-width: 400px;
		padding-top:13px;
	}
	.azureBox-container {
		top: 0px;
	}
	.double-box-container {
		background-color: #00adbe;
	}
	.greyBox-container {
		top: 0px;
	}
	.pin-circle-buttons#pin-location-1 {
		top: 58px;
    	left: 258px;
	}
	.pin-circle-buttons#pin-location-2 {
		bottom: 10px;
    	left: 305px;
	}
	.pin-circle-buttons#pin-location-3 {
		bottom: 47px;
	    left: 7px;
	}
	.pin-circle-buttons#pin-location-4 {
		bottom: 74px;
    	left: 29px;
	}
	#pin-circle-details-container-location-1 {
	    left: 138px;
    	top: -237px;
	}
	#pin-circle-details-container-location-2 {
		left: 185px;
	    top: -4px;
	}
	#pin-circle-details-container-location-3 {
		left: -46px;
    	top: -24px;
	}
	#pin-circle-details-container-location-4 {
		left: -24px;
    	top: -50px;
	}
	.swiss-flag-container {
	    left: -400px;
	    bottom: 35px;
	}
	.swiss-flag-container img {
	    width: 97%;
	}
	.horn-container {
	    right: -100px;
	    top: 35px;
	}
	.horn-container img {
		max-height: 400px;
	}
	.microphone-container {
	    left: -304px;
    	bottom: 25px;
	}
	.microphone-container img {
	    width: 46%;
	}
	.magnifying-glass-container img {
	    max-height: 215px;
	}
	.magnifying-glass-container {
	    right: -200px;
	    top: 70px;
	}
	.services-details-box {
		padding: 20px 50px;
	}
	.services-details-box-text .services-details-box-text-h3,
	.services-details-box-text .services-details-box-text-p,
	.services-details-box-text .services-details-box-text-btn {
		width: 70%;
	}
	.services-details-box-text .services-details-box-hr {
		width: 100%;
		border-bottom: 3px solid #fff;
		margin-bottom: 15px;
    	margin-top: 9px;
	}
	.services-details-person-container {
		display: none;
	}
	.services-details-person-img-xs {
		display: block;
	}
	.services-details-person-img-xs {
		position: absolute;
    	width: 150px;
	    top: -8px;
	    right: 23px;
    }
    .services-details-box h3 {
		font-size: 1.7rem;
	}
	.services-details-icon {
	    width: 40px;
	}
	.services-details-box-text-h3 {
		min-height: 110px;
	}
    .interview-circle-container {
    	top: 0px;
    	margin-left: 0px;
    	margin-bottom: 70px;
    }
    .interview-circle-container .triangle-topright {
        border-left: 3px solid transparent;
	    border-right: 38px solid transparent;
	    border-top: 22px solid #4e6e80;
	    position: absolute;
	    top: 166px;
	    left: 44px;
	}
	#interna-2-services-section .text-container {
		display: none;
	}
	#interna-2-services-section .outset-image {
	    position: relative;
		left: 0;
		padding: 0;
		top: 0;
		width: 100%;
		max-width: 100% !important;
		height: 100%;
		display: flex;
	}
	.interna-2-details .uomo-img-container {
		display: none;
	}
	#interna-2-services-section {
		height: auto;
		padding-top: 40%;
		background-position-y: 0;
		padding-bottom: 20px;
		background-color: #fff;
	}
	#interna-2-services-section .text-and-image-outset.outset-image-is-box {
		position: relative;
	    padding-top: 0;
	    top: 0;
	    height: 100%;
	}
	#interna-2-services-section .outset-image .greenBox {
		padding: 50px 50px 30px 50px;
	}
	#interna-2-services-section .outset-image .orangeBox {
		padding: 50px 50px 30px 50px;
	}

	.double-box .box-container .box {
		padding: 40px;
	}
	.home-main-graphic {
		position: relative;
	    left: 0;
	    top: 0;
	}
	.home-graphic-mobile,
	.microphone-mobile {
		display: block;
		margin: 0 auto;
	}
	.home-graphic-desktop,
	.microphone-desktop,
	.home-graphic-container .man-picture {
		display: none;
	}
	.home-graphic-container {
		min-height: 720px;
	}
	.home-main h1 {
		text-align: left;
		margin-bottom: 0px;
	}
	span.bigger-h1 {
		margin-top:7px;
	}
	.pulse-circle-component {
	    left: 68px;
    	bottom: 56px;
	    width: 320px;
	    height: 320px;
	    top: unset;
	}
	.pulse-circle {
		width: 280px;
		height: 280px;
	}
	.pulse-circle-inside {
		width: 200px;
		height: 200px;
	}
	.pulse-circle-buttons.button-azure {
		top: 37px;
    	left: 48px;
	}
	.circle-details-container-azure {
		left: 61px;
    	top: 37px;
	}
	.circle-details-container-azure > .triangle-topleft {
		border-top: 38px solid #00adbe;
	    border-right: 40px solid transparent;
	    border-left: 5px solid transparent;
	    border-bottom: 0;
	    left: 22px;
	    top: 33px;
	}
	.pulse-circle-buttons.button-green {
		left:258px;
	}
	.circle-details-container-green {
		left: -5px;
	}
	.pulse-circle-buttons.button-orange {
		top: 275px;
	}
	.circle-details-container-orange {
	    left: -68px;
	    top: 19px;
	    padding: 30px;
	}
	footer .footer-box.social-box {
		justify-content: left;
	}
	.double-box-container {
    	background-color: #fff;	
    }
    .greyBox-container {
    	top:40px;
    	margin-bottom: 40px;
    }
    .home-main {
		max-width: 85%;
		margin: 0 auto;
	}
	#section-bkg-image-interna::before {
		background-size: 100%;
	}
	#interna2 .double-box-container {
		min-height: 990px;
	}
	.interna-2-details > .row {
    	margin-top: -100px;
    }
    .services-details-box-item {
    	margin: 20px 0;
    }
    .services-details-box-item:first-child {
    	margin: 40px 0 20px 0;
    }
    .services-details-box-item:last-child {
    	margin: 20px 0 40px 0;
    }
    .services-details-box p, 
    .services-details-box a {
    	font-size: 1.2rem !important;
    }
    .services-details-box-text-p {
    	width: 100% !important;
    }
}
@media all and (max-width: 640px) {
	body {
		background-color: #fff;
	}
	.section100 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.container100 {
		background: #4c6d80;
	    max-width: 100%;
	    margin: 0;
	}
	.container-fluid,
	section.interna-main,
	section.interna-interview,
	section.interna-2-interview,
	section.interna-2-details {
		width: 93%;
	}
	.interna-main-header-img {
		width: 100%;
	}
	.text-and-image-outset .text-container {
		max-width: 90%;
		flex: 0 0 90%;
		margin-left: 30px;
	}
	.hidden-640 {
		display: none;
	}
	.text-and-image-outset .outset-image,
	.text-and-image-outset .outset-image.outset-image-left {
		position: relative;
    	margin: 0 auto;
    	padding-top: 30px;
    	padding-right: 0;
    	padding-left: 0;
    	max-width: 100%;
	}
	.col-xs-12 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.services-details-person-img-xs {
    	width: 150px;
    	top:-8px;
    	right: 7px;
    }
    .interna-2-services-details {
   		-ms-flex: 0 0 50%;
	    	flex: 0 0 50%;
	    max-width: 50%;
    }
    .text-and-image-outset {
    	padding-bottom: 0 !important;
    	padding-top: 40px !important;
    }
    .interna1 .text-and-image-outset {
    	padding-top: 0 !important;
    	margin-bottom: 20px;
    }
    .interna2 .text-and-image-outset {
    	padding-top: 0 !important;
    }
    .interna1 .outset-image,
    .interna2 .outset-image {
    	padding-top: 0 !important;
    }
	.interna1 .text-and-image-outset .text-container,
	.interna2 .text-and-image-outset .text-container {
		padding: 40px 15px;
	}
    .row-fix-image-position {
        width: 100vw;
        margin-left: -50vw;
    	left: 50%;
    	position: relative;
    }
    .services-details-box-container {
    	padding-left: 20px;
    	padding-right: 20px;
    }
    .services-details-box-container > .row {
    	margin: 0;
    }
    .interna-2-details > .row {
    	margin: 0;
    	margin-top: -100px;
    }
    .interna2 .text-and-image-outset > .row-services {
    	margin: 0;
    }
    footer .footer-box {
    	padding: 40px 30px;
    }
    footer .footer-box:first-child {
    	padding: 40px 30px 0px 30px;
    }
    footer .footer-box:last-child {
    	padding: 0px 30px 40px 30px;
    	display: block;
    }
    footer .footer-box.social-box p.small {
    	margin-top: 40px;
    }
    .show-only-640 {
		display: block;
	}
	.home-graphic-container {
	    min-height: 780px;
	}
	.home-main-graphic img.home-graphic-mobile {
		width: 100%;
	}
	img.microphone-mobile {
		width: 49%;
	}
	img.horn-mobile {
		width: 80%;
	}
	.home-main {
		max-width: 480px !important;
	} 
	.azureBox-container .azureBox,
	.azureBox-container .greyBox {
	    max-width: 450px !important;
	    margin: 0 auto;
	}
	.azureBox-container .azureBox {
		padding: 40px 10px !important;
	}
	#interna2 .azureBox-container .azureBox {
		padding: 40px !important;
	}
	#interna2 .azureBox-container .azureBox,
	#interna2 .azureBox-container .greyBox {
	    max-width: 100% !important;
	}
	.azureBox-container {
		background-color: #00adbe;
	}
	.greyBox-container {
		background-color: #dce2e6;
	}
	.greyBox .section-bkg-image {
		padding: 0;
	}
	.double-box > .row,
	.interna-interview > .row {
		margin-left:0;
		margin-right:0;
	}
	.pulse-circle-component {
	    left: 81px;
	    bottom: 47px;
	}
	.circle-details-container h3 {
		font-size: 1.5rem;
	}
	.pin-circle-buttons#pin-location-1 {
	    top: 55px;
	    left: 230px;
	}
	.pin-circle-buttons#pin-location-2 {
		left: 272px;
	}
	#pin-circle-details-container-location-1 {
    	left: 109px;
    }
	#pin-circle-details-container-location-2 {
		left: 151px;
    	top: -36px;
	}
	#pin-circle-details-container-location-3 {
	    left: -45px;
    	top: -53px;
	}
	#pin-circle-details-container-location-4 {
	    left: -22px;
    	top: -80px;
	}
	section.interna-services {
		padding: 50px 40px;
	}
	#section-bkg-image-interna::before {
		background-size: 130%;
		background-position: 50% -100px;
	}
	.interna-2-details .row .col {
		padding: 0;
	}
	#interna-2-services-section .outset-image-is-box {
    	width: 93%;
    	padding: 0;
    	margin-bottom: 30px;
    }
    .horn-mobile {
		display: block;
		margin: 0 auto;
	}
	.horn-desktop {
		display: none;
	}
	.circle-details-container-green {
		padding: 30px;
	}
	.circle-details-container-orange {
		padding: 35px 40px;
	}
	.services-details-box-text-p {
		width: 100% !important;
	}
}
@media all and (max-width: 515px) {
	.home-main {
	    max-width: 390px !important;
	}
	.interna-main h1 {
		font-size: 2rem;
	}
	a.btn {
		font-size: 0.9rem;	
	}
	.home-graphic-container {
		min-height: 680px;
	}
	.pulse-circle-component {
	    left: 36px;
	    bottom: 54px;
	}
	.azureBox-container .azureBox,
	.azureBox-container .greyBox {
	    max-width: 360px !important;
	}
	.pin-circle-buttons#pin-location-1 {
	    top: 47px;
	    left: 180px;
	}
	.pin-circle-buttons#pin-location-2 {
	    left: 211px;
	}
	.pin-circle-buttons#pin-location-3 {
    	bottom: 31px;
    }
    .pin-circle-buttons#pin-location-4 {
    	bottom: 57px;
    }
    #pin-circle-details-container-location-1 {
	    left: 60px;
	    top: -244px;
	}
	#pin-circle-details-container-location-2 {
	    left: 90px;
	    top: -93px;
	}
	#pin-circle-details-container-location-4 {
	    left: -22px;
	    top: -120px;
	}
	#pin-circle-details-container-location-3 {
		top: -94px;
	}
	.swiss-flag-container {
		left: -320px;
	}
	.magnifying-glass-container img {
		max-height: 180px;
	}
}
@media all and (max-width: 490px) {
	.magnifying-glass-container img {
		max-height: 170px;
	}
	ul.menu-voices {
		padding: 0px 40px !important;
	}
	.menu-mobile-lang-container {
		padding: 35px 0px 10px 0px;
	}
	.menu > ul > li a.nav-link {
		padding: 0.6em 0.5em !important;
	}
	.menu-mobile-secondary-container {
		padding: 20px 0px 35px 0px;
	}
	.interna-main-header-img {
		background-size: 130% !important;	
	}
	section.interna-main {
		min-height: 200px;
	}
	.services-details-box-text-p {
		min-height: 160px;
	}
}
@media all and (max-width: 420px) {
	.services-details-box {
	    padding: 20px 30px;
	}
	.services-details-person-img-xs {
		right: 3px;
    }
    .container,
	.container-fluid section {
    	max-width: 100%;
	}
	.home-main {
	    max-width: 300px !important;
	}
	.azureBox-container .azureBox,
	.azureBox-container .greyBox {
	    max-width: 270px !important;
	}
	.azureBox-container .azureBox {
		padding: 40px 0px !important;
	}
	.greyBox {
		padding: 40px 30px !important;
	} 
	.home-graphic-container {
	    min-height: 520px;
	}
	.pulse-circle-component {
	    left: 21px;
	    bottom: 12px;
	    width: 280px;
	    height: 280px;
	}
	.pulse-circle {
		width: 220px;
		height: 220px;
	}
	.pulse-circle-inside {
		width: 140px;
		height: 140px;
	}
	.pulse-circle-buttons.button-azure {
		top:20px;
	}
	.pulse-circle-buttons.button-green {
		left: 211px;
	}
	.pulse-circle-buttons.button-orange {
		top: 206px;
	}
	.circle-details-container-azure {
	    left: 10px;
	    top: 57px;
	}
	.circle-details-container-azure > .triangle-topleft {
	    border-bottom: 30px solid #00adbe;
	    border-right: 50px solid transparent;
	    border-left: 5px solid transparent;
	    border-top: 0;
	    left: 62px;
	    top: 0px;
	}
	.circle-details-container-green {
	    left: -10px;
	    top: 100px;
	}
	.circle-details-container-green > .triangle-topright {
	    border-bottom: 34px solid #89ba17;
	    border-right: 0px solid transparent;
	    border-left: 70px solid transparent;
	    border-top: 0;
	    right: 51px;
	    top: 6px;
	}
	.circle-details-container-orange {
	    left: -20px;
	    top: -83px;
	}
	.circle-details-container-orange > .triangle-bottomright {
		border-top: 30px solid #ec7404;
	    border-right: 13px solid transparent;
	    border-left: 41px solid transparent;
	    border-bottom: 0;
	    bottom: -11px;
	    right: 77px;
	}
	.home-main h1 {
		font-size: 1.8rem;
	}
	span.bigger-h1 {
		font-size: 3.5rem;
	}
	.pin-circle-buttons#pin-location-1 {
	    top: 42px;
    	left: 140px;
	}
	.pin-circle-buttons#pin-location-2 {
	    left: 163px;
    	bottom: 6px;
	}
	.pin-circle-buttons#pin-location-3 {
    	bottom: 23px;
    	left: 3px;
    }
    .pin-circle-buttons#pin-location-4 {
    	bottom: 46px;
    	left: 26px;
    }
    #pin-circle-details-container-location-1 {
	    left: 20px;
    	top: -249px;
	}
	#pin-circle-details-container-location-2 {
	    left: 43px;
    	top: -134px;
	}
	#pin-circle-details-container-location-3 {
		top: -130px;
    	left: -48px;
	}
	#pin-circle-details-container-location-4 {
	    left: -26px;
    	top: -154px;
	}
	.swiss-flag-container {
		left: -197px;
		bottom: 40px;
	}
	.swiss-flag-container img {
		width: 93%;
	}
	.magnifying-glass-container img {
		max-height: 160px;
	}
	#interna2 .double-box-container {
	    min-height: 1015px;
	}
	.services-details-box p, .services-details-box a {
		font-size: 1rem !important;
	}
	#interna-2-services-section .outset-image .greenBox {
		padding: 30px;
	}
	.interna-2-services-details span {
		margin-left: 56px;
	}
	.greyBox .no-image-fix {
		min-height: 140px;
	}
}
@media all and (max-width: 390px) {
	.magnifying-glass-container img {
		max-height: 145px;
	}
	.magnifying-glass-container {
		top: 50px;
	}
	.circle-details-container-green {
		padding: 30px;
	}
	.services-details-box {
	    padding: 20px;
	}
	img.microphone-mobile {
	    width: 55%;
	}
	.microphone-container {
    	left: -250px;
    }
    .services-details-person-img-xs {
    	right: -10px;
    }
    .services-details-box h3 {
    	font-size: 1.4rem;
    }
}
@media all and (max-width: 350px) {
	#interna2 .double-box-container {
	    min-height: 1050px;
	}
}
@media all and (max-width: 329px) {
	.home-main {
	    max-width: 270px !important;
	}
	.azureBox-container .azureBox,
	.azureBox-container .greyBox {
	    max-width: 240px !important;
	}
	.double-box .box-container .box {
		padding: 40px 20px;
	}
	.azureBox-container .azureBox {
		padding: 40px 0px !important;
	}
	.greyBox {
		padding: 40px 20px !important;
	} 
	.home-graphic-container {
	    min-height: 480px;
	}
	.pulse-circle-component {
	    left: 7px;
	    bottom: 8px;
	    width: 280px;
	    height: 280px;
	}
	.pulse-circle {
		width: 220px;
		height: 220px;
	}
	.pulse-circle-inside {
		width: 140px;
		height: 140px;
	}
	.pulse-circle-buttons.button-azure {
		top:20px;
	}
	.pulse-circle-buttons.button-green {
		left: 211px;
	}
	.pulse-circle-buttons.button-orange {
		top: 206px;
	}
	.circle-details-container-azure {
	    left: 10px;
	    top: 57px;
	}
	.circle-details-container-azure > .triangle-topleft {
	    border-bottom: 30px solid #00adbe;
	    border-right: 50px solid transparent;
	    border-left: 5px solid transparent;
	    border-top: 0;
	    left: 62px;
	    top: 0px;
	}
	.circle-details-container-green {
	    left: -10px;
	    top: 100px;
	}
	.circle-details-container-green > .triangle-topright {
	    border-bottom: 34px solid #89ba17;
	    border-right: 0px solid transparent;
	    border-left: 70px solid transparent;
	    border-top: 0;
	    right: 51px;
	    top: 6px;
	}
	.circle-details-container-orange {
	    left: -20px;
	    top: -83px;
	}
	.circle-details-container-orange > .triangle-bottomright {
		border-top: 30px solid #ec7404;
	    border-right: 13px solid transparent;
	    border-left: 41px solid transparent;
	    border-bottom: 0;
	    bottom: -11px;
	    right: 77px;
	}
	.pin-circle-buttons#pin-location-1 {
	    top: 40px;
    	left: 122px;
	}
	.pin-circle-buttons#pin-location-2 {
	    left: 145px;
	}
	.pin-circle-buttons#pin-location-3 {
    	bottom: 19px;
    }
    .pin-circle-buttons#pin-location-4 {
    	bottom: 41px;
    }
    #pin-circle-details-container-location-1 {
	    left: 1px;
    	top: -250px;
	}
	#pin-circle-details-container-location-2 {
		left: 25px;
    	top: -154px;
	}
	#pin-circle-details-container-location-3 {
		top: -145px;
    	left: -47px;
	}
	#pin-circle-details-container-location-4 {
		left: -25px;
    	top: -169px;
	}
	ul.menu-voices {
		padding: 0px 30px !important;
	}
	.menu > ul > li a.nav-link {
		padding: 0.6em 0.2em !important;
	}
	img.microphone-mobile {
	    width: 60%;
	}
	.microphone-container {
    	left: -200px;
    }
    #interna2 .double-box-container {
	    min-height: 1100px;
	}
}
@media all and (min-width: 421px) and (max-width: 575px) {
	.services-details-person-img-xs {
    	right: 23px;
    }
    .container,
	.container-fluid section {
    	max-width: 100%;
	}
}
@media all and (min-width: 515px) and (max-width: 585px) {
	.magnifying-glass-container img {
	    max-height: 190px;
	}
}
/*
@media all and (min-width: 576px) and (max-width: 640px) {
	.container,
	.container-fluid section {
    	max-width: 100%;
	}
}
*/
@media all and (min-width: 641px) and (max-width: 767px) {
	.container,
	.container-fluid section {
    	max-width: 560px;
	}
	.fix-border-top {
		position: relative;
		top: -3px;
	}
}
@media all and (min-width: 850px) and (max-width: 991px) {
	section.interna-services,
	section.services-details-box-container {
    	max-width: 840px !important;
	}
	.services-details-box-container .row {
		max-width: 840px !important;
		margin: 0 auto;	
	}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.container-fluid section {
    	max-width: 720px;
	}
	.azureBox .section-bkg-image,
	.greenBox .section-bkg-image {
		display: block;
	}
	section.interna-main,
	.interna-main-header-img {
		min-height: 350px;
	}
	section.interna-main { 
		padding: 40px 0px;
	}
	.interna-main h1 {
		font-size: 2.8rem;
	}
	.interna-services h2.bigger {
		font-size:2.8rem;
	}
	#interna-2-smart-apps {
		padding-top: 30px;
    	padding-bottom: 18px;
	}
	.interna-2-details .uomo-img-container-xs {
		display: none;
	}
	#interna2 .outset-image-left {
		max-height: 232px;
		overflow-y: hidden;
	}
	.fix-border-top {
		position: relative;
		top: -3px;
	}
	#interna2 .double-box {
		min-height: 569px;
	}
}
@media all and (min-width: 992px) {
	.container-fluid section {
    	max-width: 960px;
	}
	.row-full-menu {
		width: 100vw !important;
		margin-left: -50vw !important;
		left: 50% !important;
	}
	.menu-voices li a {
		font-size: 1.2rem;
	}
	ul.menu-voices {
	    padding: 30px 50px !important;
	}
	.menu-voices li.active a {
		color: #00adbe;
	}
	body header { 
		padding-top: 40px;
	}
	.nav-secondary,
	.nav-lang {
		display: flex;
	}
	.only-mobile-menu-voice {
		display: none;
	}
	#pin-circle-details-container-location-3 {
		left: -46px;
    	top: -124px;
	}
	#pin-circle-details-container-location-4 {
		left: -37px;
    	top: -156px;
	}
	#section-bkg-image-home {
		right: -700px;
	}
	.azureBox .section-bkg-image,
	.greenBox .section-bkg-image {
		display: block;
	}
	section.interna-main,
	.interna-main-header-img {
		min-height: 350px;
	}
	section.interna-main { 
		padding: 40px 0px;
	}
	.interna-main h1 {
		font-size: 2.8rem;
	}
	.interna-services h2.bigger {
		font-size:3.1rem;
	}
	.interna-services .services-details-person-container {
		padding-top: 40px;
	}
	.interview-circle-container {
	    width: 210px;
	    height: 210px;
	    padding: 15px;
	    top: 30px;
	}
	.interview-circle-container-inside {
	    width: 180px;
	    height: 180px;
	    padding: 10px;
	}
	.interview-circle-container .triangle-topright {
		top: 30px;
	    right: 10px;
	}
	.interna-2-details .uomo-img-container {
		left:49%;
		top:-10px;
	}
	.interna-2-details .uomo-img-container img {
		width: 62%;
	}
	.horn-container {
	    right: -150px;
	    top: 90px;
	}
	.horn-container img {
		max-height: 400px;
	}
	#interna-2-smart-apps {
		padding-top: 10px;
    	padding-bottom: 28px;
	}
	.interna-2-details .uomo-img-container-xs {
		display: none;
	}
	#interna2 .outset-image-left {
		max-height: 290px;
		overflow-y: hidden;
	}
	.menu-image-box > li {
		height: 539px;
	}
	.fix-border-top {
		position: relative;
		top: -3px;
	}
	.menu-box-container li.activeFixed a.nav-link {
		color: #00adbe;
		-webkit-transition: color 0.3s ease-in;
	    -ms-transition: color 0.3s ease-in;
	    transition: color 0.3s ease-in;
	}
}
@media all and (min-width: 1143px) {
    .menu-image-box > li {
        height: 511px;
  	}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	.text-and-image-outset .outset-image.outset-image-left {
		margin-top:20px;
	}
	.interna2 .text-and-image-outset .outset-image.outset-image-left {
		margin-top:23px;
	}
	.text-container.text-container-right {
		top: 20px;
	}
	#interna-2-services-section .text-and-image-outset .outset-image {
		max-width: 800px;
	}
	.greyBox .no-image-fix {
		min-height: 280px; 
	}
	#interna2 .double-box {
		min-height: 780px;
	}
}
@media all and (min-width: 1200px) {
	.container-fluid section {
    	max-width: 1140px;
	}
	.text-and-image-outset .outset-image {
	    max-width: 800px;
	}
	.text-and-image-outset .outset-image.outset-image-left {
	    max-width: 733px;
	}
	section.text-and-image-outset p,
	section.interna-standard p,
	section.interna-services p,
	section.interna-2-details p,
	section.interna-interview p,
	section.interna-2-interview p {
		font-size: 1.3rem;
		margin-top: 30px;
	}
	h2 {
	    font-size: 2.2rem;
	    line-height: 1;
	}
	.azureBox-container {
		top: 200px;
	}
	.greyBox-container {
		top: 70px;
	}
	.magnifying-glass-container img {
		width: auto;
		max-height: 230px;
	}
	.pin-circle-buttons#pin-location-1 {
		top: 54px;
	    left: 235px;
	}
	.pin-circle-buttons#pin-location-2 {
		bottom: 8px;
	    left: 272px;
	}
	.pin-circle-buttons#pin-location-3 {
		bottom: 40px;
	    left: 7px;
	}
	.pin-circle-buttons#pin-location-4 {
		bottom: 70px;
    	left: 23px;
	}
	#pin-circle-details-container-location-1 {
	    left: 95px;
    	top: -268px;
	}
	#pin-circle-details-container-location-2 {
		left: 132px;
	    top: -62px;
	}
	#pin-circle-details-container-location-3 {
		left: -133px;
    	top: -94px;
	}
	#pin-circle-details-container-location-4 {
		left: -117px;
    	top: -124px;
	}
	.interview-circle-container {
		left: -20px;
	}
	.interview-circle-container {
		width: 280px;
		height: 280px;
	}
	.interview-circle-container-inside {
	    width: 250px;
	    height: 250px;
	}
	.interview-circle-container .triangle-topright {
		top: 40px;
		right: 15px;
	}
	section.interna-interview {
		padding-top:100px;
		padding-bottom: 100px;
	}
	.interna-2-details .uomo-img-container {
		left: 49%;
    	top: -10px;
	}
	.interna-2-details .uomo-img-container img {
		width: 73%;
	}
	.greenBox {
		padding: 50px 70px;
	}
	#interna-2-services-section .text-and-image-outset .outset-image {
		max-width: 850px;
	}
	.interna-2-services-details {
		padding: 30px 0 0 0;
		min-height: 80px;
	}
	.interna-2-services-details img {
	    top: 30px;
	}
	.greyBox .no-image-fix {
		min-height: 280px; 
	}
	.horn-container {
	    right: -150px;
	    top: 70px;
	}
	.horn-container img {
		max-height: 450px;
	}
	#interna-2-smart-apps {
		padding-top: 70px;
    	padding-bottom: 28px;
	}
	#interna2 .outset-image-left {
		max-height: 334px;
		overflow-y: hidden;
	}
	#interna2 .double-box {
		min-height: 895px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1310px) {
	#pin-circle-details-container-location-3 {
	    left: -45px;
	    top: -75px;
	}
	#pin-circle-details-container-location-4 {
	    left: -30px;
	    top: -106px;
	}
}
@media all and (min-width: 1360px) {
	.circle-details-container-azure {
		left: 56px;
	    top: 25px;
	}
	.triangle-topleft {
	    border-top: 30px solid #00adbe;
	    border-right: 25px solid transparent;
	    border-left: 10px solid transparent;
	    border-bottom: 0;
		left: 15px;
		top: 40px;
	}
}
@media all and (min-width: 1430px) {
	.text-and-image-outset .outset-image {
	    max-width: 950px;
	}
	.text-and-image-outset .outset-image.outset-image-left {
	    max-width: 883px;
	}
	.double-box .box-container .box {
		padding: 60px 80px;
	}
	.pin-circle-buttons#pin-location-1 {
		top: 51px;
	    left: 210px;
	}
	.pin-circle-buttons#pin-location-2 {
		bottom: 7px;
	    left: 247px;
	}
	.pin-circle-buttons#pin-location-3 {
		bottom: 36px;
	    left: 6px;
	}
	.pin-circle-buttons#pin-location-4 {
		bottom: 66px;
    	left: 24px;
	}
	#pin-circle-details-container-location-1 {
		left: 70px;
    	top: -270px;
	}
	#pin-circle-details-container-location-2 {
		left: 107px;
	    top: -86px;
	}
	#pin-circle-details-container-location-3 {
		left: -134px;
    	top: -115px;
	}
	#pin-circle-details-container-location-4 {
		left: -116px;
    	top: -145px;
	}
	section.interna-interview {
		padding-top:150px;
		padding-bottom: 100px;
	}
	#interna-2-services-section .text-and-image-outset .outset-image {
		max-width: 950px;
	}
	.greenBox {
		padding: 50px 100px;
	}
	.horn-container {
	    right: -220px;
	    top: 70px;
	}
	.horn-container img {
		max-height: 500px;
	}
	#interna-2-smart-apps {
		padding-top: 70px;
    	padding-bottom: 97px;
	}
	#interna2 .outset-image-left {
		max-height: 404px;
		overflow-y: hidden;
	}
	.fix-border-top {
		position: relative;
		top: -4px;
	}
}
@media all and (min-width: 1600px) {
	.container,
	.container-fluid section {
    	max-width: 1450px;
	}
	.logo-brand {
		width: 55.5%;
	}
	.pulse-circle-component {
	    left: calc(100% - 308px);
	    top: -18px;
	}
	.home-main-graphic {
		left: 100px;
		top: -15px;
	}
	.home-main-graphic img {
	    width: 85%;
	}
	.man-picture {
	    left: 320px;
	}
	.man-picture img {
	    width: 320px;
	}
	.magnifying-glass-container {
	    right: -150px;
	    top: 100px;
	}
	.text-and-image-outset .outset-image {
	    max-width: 1050px;
	}
	.text-and-image-outset .outset-image.outset-image-left {
	    max-width: 980px;
	}
	.double-box .box-container .box {
	    padding: 80px;
	}
	.double-box .greyBox-container .box {
		padding: 110px 80px;	
	}
	.circle-button-img.pin-img {
		width: 40px;
		height: 40px;
	}
	.pin-circle-buttons#pin-location-1 {
		top: 65px;
	    left: 290px;
	}
	.pin-circle-buttons#pin-location-2 {
		bottom: 9px;
	    left: 349px;
	}
	.pin-circle-buttons#pin-location-3 {
		bottom: 47px;
	    left: 9px;
	}
	.pin-circle-buttons#pin-location-4 {
		bottom: 84px;
    	left: 32px;
	}
	.swiss-flag-container {
	    left: -300px;
	    bottom: 80px;
	}
	.microphone-container {
	    left: -100px;
		bottom: -240px;
	}
	.microphone-container img {
		width: 95%;
	}
	#pin-circle-details-container-location-1 {
		left: 155px;
    	top: -258px;
	}
	#pin-circle-details-container-location-2 {
		left: 214px;
	    top: 1px;
	}
	#pin-circle-details-container-location-3 {
		left: -126px;
    	top: -36px;
	}
	#pin-circle-details-container-location-4 {
		left: -104px;
    	top: -74px;
	}
	.services-details-person img {
		width: 50%;
	}
	.services-details-box {
		padding: 40px 50px;
	}
	.services-details-box-text-p {
		min-height: 140px;
	}
	section.interna-interview {
		padding-top:220px;
		padding-bottom: 150px;
	}
	.interview-circle-container {
		left: 30px;
	}
	.interna-2-details .uomo-img-container {
		left: 52%;
    	top: -10px;
	}
	.interna-2-details .uomo-img-container img {
		width: 66%;
	}
	#interna-2-services-section .text-and-image-outset .outset-image {
		max-width: 1150px;
	}
	.horn-container {
	    right: -180px;
	    top: 70px;
	}
	.horn-container img {
		max-height: 580px;
	}
	#interna-2-smart-apps {
		padding-top: 100px;
    	padding-bottom: 141px;
	}
	#interna2 .outset-image-left {
		max-height: 449px;
		overflow-y: hidden;
	}
	.fix-border-top {
		position: relative;
		top: -3px;
	}
}
@media all and (min-width: 1636px) {
	.swiss-flag-container {
		position: absolute;
	    left: -400px;
	    bottom: 60px;
	}
	.swiss-flag-container img {
		width: 95%;
	}
	.magnifying-glass-container {
		position: absolute;
	    right: -200px;
	    top: 100px;
	}
	.magnifying-glass-container img {
		width: auto;
		max-height: 250px;
	}
	.double-box .map-container {
		margin-top: 40px;
	}
}

@media all and (min-width: 1790px) {
	.swiss-flag-container {
		position: absolute;
	    left: -400px;
	    bottom: 60px;
	}
	.swiss-flag-container img {
		width: 95%;
	}
	.magnifying-glass-container {
		position: absolute;
	    right: -250px;
	    top: 100px;
	}
	.magnifying-glass-container img {
		width: auto;
		max-height: 250px;
	}
	.menu-image-box > li > img {
		height: auto;
		width: 100%;
	}
	.text-and-image-outset .outset-image {
	    max-width: 1150px;
	}
	.text-and-image-outset .outset-image.outset-image-left {
	    max-width: 1082px;
	}
	.double-box .greyBox-container .box {
		padding: 120px 80px;	
	}
	section.interna-interview {
		padding-top:260px;
	}
	.horn-container {
	    right: -250px;
	    top: 70px;
	}
	.horn-container img {
		max-height: 630px;
	} 
	#interna-2-smart-apps {
		padding-top: 100px;
    	padding-bottom: 188px;
	}
	#interna2 .outset-image-left {
		max-height: 495px;
		overflow-y: hidden;
	}
}

@media all and (min-width: 1921px) {
	.limiter {
		max-width: 1920px;
		margin: 0 auto;
	}
	.text-and-image-outset .outset-image {
	    width: 1250px;
	    max-width: 1250px;
	    right: -221px;
	}
	.text-and-image-outset .row-fix-image-position,
	#interna-2-services-section .text-and-image-outset .row {
		position: relative;
	}
	.row-full-menu {
	    width: 1920px !important;
		max-width: 1920px;
		margin: 0 auto !important;
		left: -248px !important;
	}
}

/**
 * ----------------------------------------
 * animation scale-up-tl
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 10%;
            transform-origin: 0% 10%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 10%;
            transform-origin: 0% 10%;
  }
}
@keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 10%;
            transform-origin: 0% 10%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 10%;
            transform-origin: 0% 10%;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-tr
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%;
  }
}
@keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-br
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
}
@keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/**
 * ----------------------------------------
 * animation scale-up-center-reverse
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center-reverse {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center-reverse {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**
 * ----------------------------------------
 * animation scale-up-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}

/**
 * ----------------------------------------
 * animation scale-up-bl
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 25% 100%;
            transform-origin: 25% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 25% 100%;
            transform-origin: 25% 100%;
  }
}
@keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 25% 100%;
            transform-origin: 25% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 25% 100%;
            transform-origin: 25% 100%;
  }
}

/**
 * ----------------------------------------
 * animation pulse
 * ----------------------------------------
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244,246,247, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(244,246,247, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244,246,247, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(244,246,247, 0.4);
    box-shadow: 0 0 0 0 rgba(244,246,247, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(244,246,247, 0);
      box-shadow: 0 0 0 30px rgba(244,246,247, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(244,246,247, 0);
      box-shadow: 0 0 0 0 rgba(244,246,247, 0);
  }
}

@media all and (max-width: 420px) {
	/**
	 * ----------------------------------------
	 * animation scale-up-tl
	 * ----------------------------------------
	 */
	@-webkit-keyframes scale-up-tl {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 30% 0%;
	            transform-origin: 30% 0%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 30% 0%;
	            transform-origin: 30% 0%;
	  }
	}
	@keyframes scale-up-tl {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 30% 0%;
	            transform-origin: 30% 0%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 30% 0%;
	            transform-origin: 30% 0%;
	  }
	}

	/**
	 * ----------------------------------------
	 * animation scale-up-tr
	 * ----------------------------------------
	 */
	@-webkit-keyframes scale-up-tr {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 80% 10%;
	            transform-origin: 80% 10%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 80% 10%;
	            transform-origin: 80% 10%;
	  }
	}
	@keyframes scale-up-tr {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 80% 10%;
	            transform-origin: 80% 10%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 80% 10%;
	            transform-origin: 80% 10%;
	  }
	}

	/**
	 * ----------------------------------------
	 * animation scale-up-br
	 * ----------------------------------------
	 */
	@-webkit-keyframes scale-up-br {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 70% 100%;
	            transform-origin: 70% 100%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 70% 100%;
	            transform-origin: 70% 100%;
	  }
	}
	@keyframes scale-up-br {
	  0% {
	    -webkit-transform: scale(0);
	            transform: scale(0);
	    -webkit-transform-origin: 70% 100%;
	            transform-origin: 70% 100%;
	  }
	  100% {
	    -webkit-transform: scale(1);
	            transform: scale(1);
	    -webkit-transform-origin: 70% 100%;
	            transform-origin: 70% 100%;
	  }
	}
}