/*
*	.col- (extra small devices - screen width less than 576px)
*	.col-sm- (small devices - screen width equal to or greater than 576px)
*	.col-md- (medium devices - screen width equal to or greater than 768px)
*	.col-lg- (large devices - screen width equal to or greater than 992px)
*	.col-xl- (xlarge devices - screen width equal to or greater than 1200px)
*
*/

@font-face {
  font-family: 'Quicksand';
  src: url("fonts/Quicksand.eot");
  src: url("fonts/Quicksand.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand.woff") format("woff"), url("fonts/Quicksand.ttf") format("truetype"), url("fonts/Quicksand.otf") format("opentype"), url("fonts/Quicksand.svg#Quicksand") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }
  
@font-face {
  font-family: 'Quicksand-Bold';
  src: url("fonts/Quicksand-Bold-Regular.eot");
  src: url("fonts/Quicksand-Bold-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand-Bold-Regular.woff") format("woff"), url("fonts/Quicksand-Bold-Regular.ttf") format("truetype"), url("fonts/Quicksand-Bold-Regular.otf") format("opentype"), url("fonts/Quicksand-Bold-Regular.svg#Quicksand-Bold-Regular") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }
  
@font-face {
  font-family: 'Quicksand-Light';
  src: url("fonts/Quicksand-Light-Regular.eot");
  src: url("fonts/Quicksand-Light-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand-Light-Regular.woff") format("woff"), url("fonts/Quicksand-Light-Regular.ttf") format("truetype"), url("../../css/fonts/Quicksand-Light-Regular.otf") format("opentype"), url("fonts/Quicksand-Light-Regular.svg#Quicksand-Light-Regular") format("svg");
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }
  
@font-face {
  font-family: 'Quicksand-Light-Oblique-Regular';
  src: url("fonts/Quicksand-Light-Oblique-Regular.eot");
  src: url("fonts/Quicksand-Light-Oblique-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand-Light-Oblique-Regular.woff") format("woff"), url("fonts/Quicksand-Light-Oblique-Regular.ttf") format("truetype"), url("fonts/Quicksand-Light-Oblique-Regular.otf") format("opentype"), url("fonts/Quicksand-Light-Oblique-Regular.svg#Quicksand-Light-Oblique-Regular") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }

@font-face {
  font-family: 'Quicksand-Book-Regular';
  src: url("fonts/Quicksand-Book-Regular.eot");
  src: url("fonts/Quicksand-Book-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Quicksand-Book-Regular.woff") format("woff"), url("fonts/Quicksand-Book-Regular.ttf") format("truetype"), url("fonts/Quicksand-Book-Regular.otf") format("opentype"), url("fonts/Quicksand-Book-Regular.svg#Quicksand-Book-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }
  
  

body::-webkit-scrollbar { display: none; } 


.text-dark {
	color: #162232;
}


@-moz-document url-prefix() {
	html {
		scrollbar-width: none;
	}
}

html, body, form {
	height: 100%;
} 

strong {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif!important;
}
  
body {
  font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif!important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  color: #ffffff;
  
  background-color: #fafafa;
} 

a, a:hover, a:active, a:focus {
    color: #8a8d8f;
    text-decoration: none;
	cursor: pointer;
}

	a[href*="tel"] {
		text-decoration: inherit;
		color: inherit;
	}
	

/*FONTS SIZE*/

@media screen and (max-width: 575px) {
	.fs-mob-10 {
		font-size: 10px !important;
	}
	
	.fs-mob-12 {
		font-size: 12px !important;
	}	
}	

.clear {
	clear: both;
}

.s-18 {
	font-size: 18px;
}

.fs-16 {
	font-size: 16px;
}

button:focus {
	outline: none;
}

.ico-social,
.ico-social:hover {
	color: inherit;
}

.navigation .cinemagraph { width: 100%; }

@media screen and (max-width: 1199px) {
	.navigation.h-100 {
		background-size: cover;
		background-position: center;
		height: auto !important; 
		min-height: 460px;
		background-image:url(/portals/7/skins/riva/_assets/images/img-background-home-01-mobile.jpg);	
	}
	.cinemagraph { display: none; }
	
	.payoff-home {
		top: 95px !important;
		color: #ffffff;	
	}

	.payoff-home span {
		color: #ffffff !important;
	}

}

@media screen and (max-width: 575px) {
	.payoff-home {
		font-size: 26px !important;
	}

	.classification {
		border-top: 0px solid !important;
	}	
}	

.navigation .col-xl-auto {
	width: 100%;
}	

.main-menu {
	text-align: center;
	padding-top: 15px;
	width: 90%;
    display: table;
    margin: 0 auto;
}

.list-menu {
	text-transform: uppercase;
	font-size: 14px;
	list-style: none outside none; 
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
    position: relative;
    z-index: 2;	
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.list-menu {	
		font-size: 10px;
	}	
}	

.lang-menu {
	text-transform: uppercase;
	font-size: 14px;
	list-style: none outside none; 
	display: table;
	padding: 0;
	margin: 0;
    position: absolute;
	right: 5px;
	top: 15px;
    z-index: 2;	
	    width: 50px;
}

.list-menu >.nav-item {
	width: 14.285%;
	vertical-align: top;
}

.list-menu.bar >.nav-item {
	vertical-align: middle;
	/*width: 16.6%;*/
	width: 12.6%;
	height: 99px;
}

.nav-item {
    display: table-cell;
    margin: 0 0 0 0px;
    padding: 0;
}

.nav-item > .bar {
	max-width: 250px;
}

.nav-item a, .nav-item a:hover, .nav-item a:active, .nav-item a:focus {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 641px) {
	.nav-item a, .nav-item a:hover, .nav-item a:active, .nav-item a:focus {
		text-shadow: 1px 1px #000000;
	}
	
	.sub-list-menu > li:first-child {
		text-shadow: 1px 1px #000000;
	}
}

.nav-link.Language {
	display: inline-block;
	padding: 0.5rem 0.5rem;
}

.Language > .current-lang,
.Language > strong {
	color: rgba(122, 197, 200,1.00);
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif!important;
}

.nav-link > span {
    display: inline-block;
    text-decoration: none;
	line-height: 15px;
}

.nav-link > span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
}

.nav-link > span:hover::after,
.nav-link > span.myItem::after {
    width: 100%;
}

.sub-list-menu {
	margin: 0;
	visibility: hidden;
}

.sub-list-menu .nav-item {
	display: inherit;
}

/*
white border under range submenu
*/
ul li.hr-item:after {
    content: "";
    display: block;
    height: 2px;
	width: 50%;
    margin: 0 auto;
    background: #ffffff;
}
/*
end
*/

.list-menu li.nav-item[data-menu="range"]:hover > ul.sub-list-menu,
.list-menu li.nav-item[data-menu="discover"]:hover > ul.sub-list-menu,
.list-menu li.nav-item[data-menu="store"]:hover > ul.sub-list-menu,
.sub-list-menu:hover {
	display: block;
	visibility: visible;
}

/*
side line effect for 
submenu range in homepage
*/
.nav-link-range  {
	display: block;
    padding: 0.5rem 0;
}

.nav-link-range > span::before {
    content: '';
    display: -webkit-inline-box;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
	vertical-align: middle;
    margin-right: 5px;	
}

.nav-link-range > span:hover::before {
	width: 20px;
}
/*
end
*/

.store {
	color: rgba(122, 197, 200,1.00);
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
}

.payoff-home {
	font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif;
	font-size: 37.5px;
	line-height: 1em;
	position: absolute;
    width: calc(100% - 10px);
    display: table;
    top: 20%;
    text-align: center;	
	z-index: 0;
}

.payoff-home.zindex {
	display: none;
}

.payoff-home span {
	width: 475px;
	display: inline-block;
	/*color: #8A8D8F;*/
	color: #ffffff;
}	

.chevron-down {
    background-color: rgba(122, 197, 200,1.00);
    width: 90%;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    text-transform: uppercase;
	height: 15px;
	bottom: -5px;
}

.chevron-down i {
	position: absolute;
}

.eloise {
    margin-top: -30px;
    position: absolute;
    margin-left: -95px;
    display: inline-flex;
    background-color: rgba(122, 197, 200,1.00);
    padding: 10px 20px 0px 20px;	
}	

.wrapper {
    position: relative;	
}

.br-bottom {
	border-bottom: 5px solid #ffffff;	
}

#news-and-events {
	height: 100%;
}

.social-home {
    position: absolute;
    right: 0;
    top: calc(50vh - 101px);
    background-color: rgba(0,0,0,0.5);
	padding: 5px 5px 0 5px;
	text-align: center;
}

.social-home > div {
	margin-bottom: 10px;
}

.social-home > div:hover {
	cursor: pointer;
}

.heading {
	background-color: rgba(255,255,255,1);
	text-align: center;
	color: #8A8D8F;
	position: inherit;
	z-index: 1;
	height: 100px;	
}

.heading.dark {
	background-color: rgba(22,34,50,1);
	color: #ffffff;
}

.row.dark {
	background-color: rgba(22,34,50,1);
	color: #ffffff;
}

.heading.underlined {
	border-bottom: 1px solid;
	border-color: rgba(122, 197, 200,1.00);	
}

.header-payoff {
	/*width: 655px;*/
	width: 695px;
	margin: 0 auto;	
	/*height: 100%;*/
	display: table;
}

.header-payoff span {
	display: table-cell;
	vertical-align: middle;
	font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
	.header-payoff span {
		line-height: 100px;
	}
}	

.header-payoff .sub-title {
	font-size: 25px;
	font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif;
}

.logo-grey {
	position: absolute;
    left: 5%;
    /*margin-top: 67.5px;*/
	margin-top: 36.5px;
	z-index: 10;
}	

.classification {
	border-top: 1px solid;
	border-color: rgba(122, 197, 200,1.00);	
	background-color: rgba(255,255,255,1);
	text-align: center;
	color: #8A8D8F;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

.classification.dark {
	background-color: rgba(22,34,50,1);
	color: #ffffff;
}

.type-item {
	padding: 20px 0;
}

.type-item span:hover {
	cursor: pointer;
}

.type-item span[data-type="default"]:hover {
	cursor: default;
}

.type-item > span::before {
    content: '';
    display: -webkit-inline-box;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
	vertical-align: middle;
    margin-right: 5px;	
}

.type-item > span.under::before {
	display: none;
}	


.type-item > span.under::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
}

.type-item > span.under:hover::after {
    width: 100%;
}


.type-item > span:hover::before,
.type-item > span.selected::before {
	width: 40px;
}

@media screen and (max-width: 575px) {
	.type-item > span:hover::before,
	.type-item > span.selected::before {
		width: 20px !important;
	}
	
	.type-item.jump > span::before {
		width: 20px !important;
	}
}	

.js-range .type-item > span.selected,
.js-bar-range .type-item > span.selected {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
	opacity: 1;	
}

.js-range .type-item > span,
.js-bar-range .type-item > span {
	opacity: 0.5;
}

.carousel-gamma {
    min-height: 135px;
    width: calc(100%);
    position: absolute;
    margin-left: -10px;	
	background-color: rgba(255,255,255,1);
	z-index: 3;
	display: none;
}

.carousel-gamma.toolbar {
	width: calc(100% + 20px);
}	

#owl-open,
#owl-sportfly,
#owl-flybridge,
#owl-newproject {
	display: none;
}

#owl-open.visible,
#owl-sportfly.visible,
#owl-flybridge.visible,
#owl-newproject.visible {
	display: block;
}	

.layout-thumb {
	max-width: 260px;
	margin: 0 auto;
}

.layout-thumb + p {
	text-align: center;
	color: #8A8D8F;
	text-transform: uppercase;
	margin-top: 5px;
}

.layout-thumb.bar {
	max-width: 145px;
}

.current .layout-thumb.bar {
	visibility: hidden;
	    height: 18px;
}

.current .layout-thumb.bar.121 {
	visibility: hidden;
	height: initial;
}

	.current .layout-thumb.bar + p {
		font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}

.my-gamma .model-name {
	text-align: center;
	color: #8A8D8F;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 0;	
}

.fa-angle-left,
.fa-angle-right {
	color: rgba(122, 197, 200,1.00);
	margin: 0 15px;
}

#owl-open .fa-2x,
#owl-sportfly .fa-2x,
#owl-flybridge .fa-2x,
#owl-newproject .fa-2x {
	font-size: 1.2em;
}

.my-gamma .owl-next  {
	right: 0;
}

.my-gamma .owl-nav > button {
	position: absolute;
    margin-top: -82.5px;
}	
 
.background-type {
    position: absolute;
    width: 100%;
    /*height: calc(100% - 227px);*/
	height: calc(100% - 165px);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.background-type.open {
	background-image:url(/portals/7/skins/riva/_assets/images/range-background-open.jpg);
	background-size: cover;
    background-position-y: 90%;
	background-position-x: center;
	opacity: 1;
}
.background-type.sportfly {
	background-image:url(/portals/7/skins/riva/_assets/images/range-background-sportfly.jpg);
	background-size: cover;
    background-position-y: 90%;
	background-position-x: center;
	opacity: 1;
}
.background-type.flybridge { 
	background-image:url(/portals/7/skins/riva/_assets/images/range-background-flybridge.jpg);
	background-size: cover;
    background-position-y: 90%;
	background-position-x: center;
	opacity: 1;
}

.background-type.newproject { 
	background-image:url(/portals/7/skins/riva/_assets/images/range-background-newproject.jpg);
	background-size: cover;
	background-position-y: 15%;
    background-position-x: 0;
	opacity: 1;
}

@media only screen and (max-width: 821px) {
	.background-type.open {
		background-image:url(/portals/7/skins/riva/_assets/images/range-background-open-mobile.jpg);
	}
	.background-type.sportfly {
		background-image:url(/portals/7/skins/riva/_assets/images/range-background-sportfly-mobile.jpg);
	}
	.background-type.flybridge { 
		background-image:url(/portals/7/skins/riva/_assets/images/range-background-flybridge-mobile.jpg);	
	}
}

.background-type.project { 
	background-image:url(/portals/7/skins/riva/_assets/images/range-background-flybridge.jpg);
	background-size: cover;
    background-position-y: 90%;
	background-position-x: center;
	opacity: 1;
}


.background-syd {
    position: absolute;
    width: 100%;
    /*height: calc(100% - 227px);*/
	height: calc(100% - 165px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-home-06.jpg);
	background-size: cover;
	background-position-y: 75%;
	background-position-x: 0;
}

.logo-syd-home {
    position: absolute;
    left: calc(50% - 189px);
    top: 10px;	
}

@media screen and (max-width: 991px) {
	.logo-syd-home {
		position: static;
		width: 100%;
	}		
}	

.syd-home {
	font-family: 'Syncopate', sans-serif;
	font-size: 24px;
	line-height: 1em;
	position: absolute;
    width: calc(100% - 10px);
    display: table;
    top: 50vh;
	z-index: 1;
	font-weight: bold;
}	

.syd-home span {
    display: inline-block;
}

.model-payoff {
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
}

.model-payoff.open {
	position: absolute;
    top: calc(50vh + 0px);
	left: 5%;
    text-align: left;
    width: 500px;
}

.model-payoff.sportfly {
	position: absolute;
    top: calc(50vh - 20px);
	left: 5%;
    text-align: left;
    width: 500px;
}

.model-payoff.flybridge {
	position: absolute;
    top: calc(50vh - 40px);
	left: 5%;
    text-align: left;
    width: 500px;
}

.model-payoff.newproject {
	position: absolute;
    top: calc(50vh - 40px);
	left: 5%;
    text-align: left;
    width: 500px;
}
.model-payoff > span {
	display: none;
}

.model-payoff.open > span.open,
.model-payoff.sportfly > span.sportfly,
.model-payoff.flybridge> span.flybridge,
.model-payoff.newproject> span.newproject,
.model-payoff > span.general {
	display: inline-block;
}


.model-payoff > span.title {
	font-size: 32px;
    border-bottom: 2px solid;
    border-color: rgba(122, 197, 200, 1.00);
	text-transform: uppercase;
}

.model-payoff > span.text {
	font-size: 20px;
	font-family: "Quicksand-Light-Oblique-Regular", Arial, Helvetica, sans-serif;
}

.model-payoff > span.title a,
.model-payoff > span.text a {
	color: #ffffff;
}	


.side-img {
	background-position-y: 50%;
    background-size: cover;
}
.main-news {
	height: 46.512%;
	/*background: rgba(138,141,143,1);
	background: -moz-linear-gradient(top, rgba(138,141,143,1) 0%, rgba(246,246,246,1) 53%, rgba(248,248,248,1) 65%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,141,143,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(65%, rgba(248,248,248,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(138,141,143,1) 0%, rgba(246,246,246,1) 53%, rgba(248,248,248,1) 65%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(138,141,143,1) 0%, rgba(246,246,246,1) 53%, rgba(248,248,248,1) 65%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(138,141,143,1) 0%, rgba(246,246,246,1) 53%, rgba(248,248,248,1) 65%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(138,141,143,1) 0%, rgba(246,246,246,1) 53%, rgba(248,248,248,1) 65%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#ffffff', GradientType=0 );*/
}

.newsMn-text {
	padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

.newsMn-text .title {
	color: #8A8D8F;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
}	

.newsMn-text .text {
	color: #8A8D8F;
	font-size: 16px;
}

.newsMn-share {
	text-transform: uppercase;
	color: #8A8D8F;
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
}

.newsMn-share > div:first-child {
	float: left;
}

.newsMn-share > div:first-child  a, 
.newsMn-share > div:first-child a:hover, 
.newsMn-share > div:first-child a:active, 
.newsMn-share > div:first-child a:focus {
	color: #8A8D8F;
}

.newsMn-share > div:last-child {
	float: right;
}

.newsMn-share > div:last-child i {
	margin: 0 5px;
}

.title {
	font-size: 20px;
}

.anchor-bottom {
	position: absolute;
	bottom: 0;
	line-height: 16px;
}

@media (max-width: 767px) {
	
	.anchor-bottom {
		position: relative;
		bottom: initial;
	}	
	
}

.carousel-news {
    /*height: calc(63% - 266px);*/
	padding-top: 15px;
}

.news-thumbs {
	color: #8A8D8F;
}

.newsTh-img, .newsTh-text {
	float: left;
}

.newsTh-img {
	width: 278px;
	height: 200px;
}

.newsTh-text {
    width: calc(100% - 278px);
	height: 200px;
	position: relative;
}

.newsTh-text  p {
	margin: 0;
	padding: 0 10px;
	line-height: 17px;
	max-height: 154px;
}

.view-all {
	color: #8A8D8F;
    display: table;
    margin: 80px auto 0 auto;
    text-transform: uppercase;
	padding: 20px;
}

.view-all > a span::before {
    content: '';
    display: -webkit-inline-box;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
	vertical-align: middle;
    margin-right: 5px;	

}

.view-all > a span:hover::before {
	width: 40px;
}

@media screen and (max-width: 640px) {
	.view-all > a span:hover::before {
		width: 0px;
	}
}

.share-label {
	line-height: 32px;
}

.addthis_inline_share_toolbox {
	float: right;
}

.social-wrapper {
	margin: 0 auto;
}

#instafeed {
	height: 100%; /*commentare per prova caterina*/
	background-color: #fafafa;
}

.row.footer {
    bottom: 0;
    /*position: absolute; commentare per prova caterina*/
	position: relative;
   /* width: 100%; Luca */
	background-color: rgba(255, 255, 255, 1.00);	
	
	/*margin-left: -10px!important;
	margin-right: -10px!important;*/
}

.floor {
	color: #8A8D8F;
	display: table;
	width: 70%;
    margin: 0 auto;
	padding: 22px 0;
}

.floor  ul.links {
	display: table-cell;
	float: left;
    vertical-align: middle;
	margin: 0;
}

.floor  ul.ul-social {
	display: table-cell;
	float: right;
    vertical-align: middle;
	margin: 0;
}	

.floor  ul li {
	display: inline;
    margin: 0px 15px;	
}

.floor  ul.links li:before {
    content: '';
    display: -webkit-inline-box;
    width: 40px;
    height: 1px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
	vertical-align: middle;
    margin-right: 5px;		
}	

.footer .bottom {
	display: table;
	width: 100%;
	background-color: rgba(122, 197, 200, 1.00);
}

.footer .bottom p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 13px;
	color: #ffffff;
}

.footer .bottom a,
.footer .bottom a:hover  {
	color: inherit;
}	

.news-menu {
	margin: 0 auto;
}

.news-list {
	text-align: center;
    margin-top: 30px;
}

.news-list-item {
    width: 278px;
    float: none;
    display: inline-block;
    margin: 12px;
	color: #8A8D8F;
	text-align: left;
	vertical-align: top;
}

.news-list-item img {
	opacity: 0.8;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	width: 278px;
	height: 200px;	
}	

.news-list-item a:hover img {
	opacity: 1;
}
 .mainVideo{
	overflow:hidden;
	height: 190px;
}

.mainVideo video {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 278px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.news-list-item a:hover video {
	opacity: 1;
}	

.news-list-item  div p:first-child {
	text-transform: uppercase;
}

.news-list-item  div p:last-child {
	line-height: 16px;
}	

#owl-news .owl-dot {
	display: none;
}

.main-detail {
	color: #8A8D8F;
	margin: 40px 0;
	width: 100%;
}

.main-detail .images  {
	float: left;
	width: 640px;
	margin-right: 25px;
}

.main-detail .images img  {
	width: 100%;
	margin-bottom: 10px;
}	

.main-detail h1 {
	font-size: 26px;
}

.main-detail .date {
	text-transform: uppercase;
}

.main-share {
	color: #8A8D8F;
	text-transform: uppercase;
}

.right {
	text-align: right;
}

.right i {
	margin: 0 5px;
}

.on-top {
	display: inline-block;
	border: 1px solid;
	border-color: rgba(122, 197, 200, 1.00);
    border-radius: 50%;	
	width: 50px;
	height: 50px;
	text-align: center;
    right: 20px;
    position: absolute;
    bottom: 150px;	
}

.on-top i {
	color: rgba(122, 197, 200, 1.00);
	line-height: 46px;
}

.espagination {
	display: none;
}

.container-fluid {
	/*padding-right: 0px;
    padding-left: 0px;*/	
}

.container-fluid.model {
	color: #8A8D8F;
}

.carousel-model .nav-item a, 
.carousel-model .nav-item a:hover, 
.carousel-model .nav-item a:active, 
.carousel-model .nav-item a:focus {
	color: #8A8D8F;
}

.carousel-model .nav-item {
	text-align: center;
}

.carousel-model {
    min-height: 100px;
    margin-left: -10px;	
	background-color: rgba(255,255,255,1);
	z-index: 2;
	display: block;
	border-top: 1px solid #7ac5c8;
	top: 0; /* required */	
}

/* template payoff */
.model-payoff.model1 {
	position: absolute;
    top: 12%;
	left: 5%;
    width: 500px;
    text-align: center;
}
/* */

.model-main-image {
	width: 100%;
	position: relative;
	margin-top: -262px;
}

#overview,
#photogallery {
	margin-top: 30px;
}

#overview h2 {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
}

#overview p {
	padding: 45px;
	text-align: justify;
	font-size: 20px;
}	

.model-side-image {
	background-image:url(/portals/7/skins/riva/_assets/images/img-model-03.jpg);
	background-size: cover;
	background-position: center;
    min-height: 400px;	
}

.model-side-image.hide {
	display: none;
}

.fav {
	width: 100%;
	opacity: 0;
}

.first-row {
	margin-bottom: 10px;
}

.first-row > .pref,
.second-row > .pref  {
	margin: 5px 0;
	background-size: cover;
	background-position: center;
}

.bkg  {
	background-size: cover;
	background-position: center;
	width: 100%;
    height: 100%;
	transition: all 0.5s ease;
}

.bkg-container {
	width: 100%;
    height: 100%;
	overflow: hidden;
}

.bkg-container:hover .bkg,
.bkg-container:focus .bkg {
  transform: scale(1.2);
}

.ext, 
.int {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}

.ext a > span,
.int a > span {
	display: inline-block;
    text-decoration: none;
	color: #8A8D8F;
}	

.ext a > span::after,
.int a > span::after { 
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
}

.ext a > span:hover::after,
.int a > span:hover::after {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	
	.ext a > span, .int a > span {
		margin: 0px auto 0px auto;
		padding: 5px 10px 3px 10px;
		border: 1pt solid #A2A4A6;
		border-radius: 12px;
	}
	
	#photogallery .second-row {
		display: none;
	}

	.show-me-data span {
		margin: 0px auto 0px auto;
		padding: 10px 20px 10px 10px;
		border: 1pt solid #A2A4A6;
		border-radius: 12px;
	}	
	
	.mobile-line:before {
		content: '';
		display: -webkit-inline-box;
		width: 30px;
		height: 1px;
		background: rgba(122, 197, 200,1.00);
		transition: width .3s;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.bkg-light-grey {
		background-color: #fafafa !important;
	}
	
}

.photo {
	margin-bottom: 25px;
}

.img-video {
	width: 100%;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.img-video:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.fa-play-circle {
    left: calc(50% - 42px);
    position: absolute;
    display: block;
    top: calc(50% - 42px);
	color: #ffffff;
}

#technical-features {
	background-color: #ffffff;
}

.profile-wrapper {
	padding: 40px 0;
}

.img-layout {
	width: 100%
}

.img-layout:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}	

.text-layout {
	text-align: center;
	display: block;
	font-family: "Quicksand-Light-Oblique-Regular", Arial, Helvetica, sans-serif;
}

.data-container {
    width: 95%;
    margin-left: 4%;
}

.flex-item {
	height: 90px;
	margin-bottom: 25px;
	border-left: 2px solid #7ac5c8;
}

@media screen and (max-width: 991px) {

	.flex-item {
		height: 50px;
	}
}	

.flex-item:nth-child(n + 6) {
	display: none;
}

.flex-item.no-border {
	border: none;
}

.flex-item .value {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;	
}

.flex-item .measure {
	position: absolute;
	bottom: 0;
	margin: 0;
}	

.list-version {
	text-align: center;
	font-size: 18px;
}

.list-version .select {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;	
}

.list-group-item {
	border-color: rgba(122, 197, 200,1.00);
}

.list-group-item:hover {
	cursor: pointer;
}

.show-me-data {
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;	
}

.show-me-data span::before {
    content: '';
    display: -webkit-inline-box;
    width: 0;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
    transition: width .3s;
	vertical-align: middle;
    margin-right: 5px;	
}

.show-me-data span:hover::before {
	width: 40px;
}

@media screen and (max-width: 640px) {
	.show-me-data span:hover::before {
		width: 0px;
	}
}

/* DNN fix for menu of model */
.menuPane { 
	top: 0;
	z-index: 3;
}

#owl-layouts .owl-dots {
	text-align: right;
	margin-top: 10px;
}

.owl-dot span {
	width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dot.active span, 
.owl-dot span:hover {
	background: #7ac5c8;	
}

#virtual-tour {
	background-color: #ffffff;
}

.container.vt {
	position: relative;
    width: 100%;
    padding-bottom: 40%;	
}

iframe.vt {
    position: absolute;
	margin-left: -10px;
    width: 100%;
    height: 100%;
}

#wantit {
	padding-top: 25px;
}

#owl-bar-open,
#owl-bar-sportfly ,
#owl-bar-flybridge,
#owl-bar-newproject  {
	margin-left: 10px;
}

#owl-bar-open,
#owl-bar-sportfly ,
#owl-bar-flybridge,
#owl-bar-newproject  {
	margin-left: 10px;
	display: none;
}

#owl-bar-open.selected,
#owl-bar-sportfly.selected ,
#owl-bar-flybridge.selected,
#owl-bar-newproject.selected  {
	display: block;
}	

.owl-bar button.owl-prev {
    position: absolute;
    left: 0;
	margin-top: 0;
    top: 35px;	
}
.owl-bar button.owl-next {
	position: absolute;
    right: 0;
	margin-top: 0;
    top: 35px;	
}

.form-check {
	margin: 15px 0;
}

.form-check-label.brochure {
	font-size: 24px;
}

.fancybox-toolbar .fancybox-button {
	background: rgba(122, 197, 200, .6);
}

.fancybox-navigation .fancybox-button {
	background: rgba(122, 197, 200, .0);
}


.fancybox-thumbs .fancybox-thumbs__list a:before {
    border: 6px solid #7ac5c8;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	display: none;	
}	

body .btn-secondary {
	text-transform: uppercase;
}

body .btn-primary {
	background-color: #7ac5c8;
    border-color: #7ac5c8;
	text-transform: uppercase;
}

body .btn-primary:hover,
body .btn-primary:not(:disabled):not(.disabled):active,
body .btn-primary:not(:disabled):not(.disabled).active,
body .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #162232;
    border-color: #162232;
}

.background-offices {
    position: absolute;
    width: 100%;
	height: calc(100% - 100px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-dealer-03.jpg);
	background-size: cover;
	background-position: 50% 70%;
}

.background-contacts {
	position: absolute;
    width: 100%;
	height: calc(100% - 100px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-contacts-00.jpg);
	background-size: cover;
	background-position: center;
}

.background-info {
    /*position: absolute;
    width: 100%;
	height: calc(100% - 100px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-contacts-02.jpg);
	background-size: cover;
	background-position: center;*/
}

.background-generic {
	background-color: #fcfcfc;
}	

#further-information {
	color: #8A8D8F;
}

.further-title  {
	text-align: center; 
	margin-top: 25px;
}	

h4 > span {
	border-bottom: 2px solid #7ac5c8;
}

.sites {
	position: absolute;
    top: 10vh;
	width: 100%;
	/*height: 315px;
	parte commentata per sistemare gli spazi verticali (visualizzazione mobile) nella pagina contacts... 25/03/2020 MRiggio*/
}

.sites p {
	line-height: 15px;
}

.dealer-wrapper .nav-item a, 
.dealer-wrapper .nav-item a:hover, 
.dealer-wrapper .nav-item a:active, 
.dealer-wrapper .nav-item a:focus {
	color: #8A8D8F;
}

.dealer-wrapper .nav-item {
	text-align: center;
}

.dealer-wrapper {
    min-height: 50px;
    margin-left: -10px;	
	background-color: rgba(255,255,255,1);
	z-index: 2;
	display: block;
	border-top: 1px solid #7ac5c8;
	top: 0; /* required */	
}

.list-menu.dealer-menu >.nav-item {
    width: 20%;
    vertical-align: middle;
	height: 49px;
}

.regions {
	position: absolute;
    bottom: 30%;
	/*width: 96%;*/
	width: 90%;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 15px;
    left: 0px;
	right: 0px;
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgb(54, 54, 54));
	
}

.regions h4 {
	text-decoration: underline;
	margin-bottom: 0;
}	

.background-luxury {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-dealer-04.jpg);
	background-size: cover;
	background-position: center;
}

.luxury-boxes {
    position: absolute;
    width: 100%;
    bottom: 20%;
}

.luxury-boxes .myBox {
    text-transform: uppercase;
    /*background-color: rgba(255,255,255, .5);*/
	background-color: rgba(64,64,64, .5);
    padding: 90px 0 25px 0;
    color: #fff;
    width: 320px;
    text-align: center;
    display: inline-block;
}

#spare-parts,
#service-university,
#convergence,
#emea,
#asia,
#americas,
#history,
#today,
#more-sarnico,
#more-la-spezia,
#more-ancona,
#kiade {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
	text-align: center;	
}


#history,
#today,
#more-sarnico,
#more-la-spezia,
#more-ancona {
    position: absolute;
    top: 150px;
    height: calc(100% - 150px);
    width: ;
    left: 0; right: 0;
}

#kiade {
	z-index: 2;
}

.focus {
	display: table !important;
}

.box-white {
	color: #8A8D8F;
	/*background: rgba(255,255,255, 0.95);*/
	background: rgba(255,255,255, 0.9);
}

.box-blue {
	color: #ffffff;
	background-color: rgba(22,34,50,0.95);
}

.myClose {
	position: absolute;
    right: 20px;
    top: 20px;
}

.myClose:hover {
	cursor: pointer;
}

.scrollable {
    max-height: 100%;
    overflow: auto;
    padding: 25px;
}

.valign {
	display: table-cell;
    vertical-align: middle;
	padding: 0 30px;
	font-size: 16px;
	/*position: relative;*/
}

.valign  .title {
	text-transform: uppercase;
}

.valign  span {
	display: inline-block;
}

.valign  span:after {
    content: '';
    display: block;
    width: 100px;
	text-align: center;
	margin: 0 auto;
    height: 2px;
    background: rgba(122, 197, 200,1.00);
}

.under-blue:after {
    content: '';
    display: block;
    width: 100px;
	text-align: center;
	margin: 0 auto;
    height: 2px;
    background: rgba(122, 197, 200,1.00);	
} 

.background-white {
    position: absolute;
    width: 100%;
	height: calc(100% - 150px);
}

.bkg-left {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-dealer-05.jpg);
	background-size: cover;
	background-position: center;	
}

.bkg-right {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-dealer-06.jpg);
	background-size: cover;
	background-position: center;	
}

.bkg-white {
	/*background-color: rgba(22,34,50,1);*/
	background-color: rgba(255,255,255,0);
	text-align: center;	
	display: table;
	margin-bottom: 10px;
}

.bkg-white > p,
.bkg-white  p.pivot {
	padding: 45px;
	font-size: 18px;
	display: table-cell;
    vertical-align: middle;	
	color: #8A8D8F;
}

.bkg-right.h-50 {
	height: 49% !important;
}

.h-35 {
	height: 35% !important;
}

.h-65 {
	height: 65% !important;
}

#contemporary-legend .col-lg-4 {
	padding-right: 0px;
    padding-left: 0px;	
}

.bkg-history-leftUp {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-01.jpg);
	background-size: cover;
	background-position: center;
	border-right: 5px solid #fafafa;
	border-bottom: 5px solid #fafafa;	
}

.bkg-history-leftDown {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-02.jpg);
	background-size: cover;
	background-position: center;
	border-top: 5px solid #fafafa;
	border-right: 5px solid #fafafa;	
}

.bkg-history-centerUp {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-03.jpg);
	background-size: cover;
	background-position: center;
	border-right: 5px solid #fafafa;
	border-left: 5px solid #fafafa;
	border-bottom: 5px solid #fafafa;		
}

.bkg-history-centerDown {
	/*background-color: rgba(22,34,50,1);*/
	background-color: rgba(255,255,255,0);
	text-align: center;	
	display: table;	
	border-right: 5px solid #fafafa;
	border-left: 5px solid #fafafa;
	border-top: 5px solid #fafafa;		
}

.bkg-history-centerDown p {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	color: #8A8D8F;
}

span.sup, span.min {
    display: inline-block;
    height: 28px;
    vertical-align: super;
}

.bkg-history-rightUp {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-04.jpg);
	background-size: cover;
	background-position: center;
	border-left: 5px solid #fafafa;
	border-bottom: 5px solid #fafafa;	
}

.bkg-history-rightDown {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-05.jpg);
	background-size: cover;
	background-position: center;
	border-left: 5px solid #fafafa;
	border-top: 5px solid #fafafa;	
}

.background-today {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-contacts-01.jpg);
	background-size: cover;
	background-position: center;
}

.present {
	position: absolute;
    bottom: 15%;
    width: 90%;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    left: 0;
    right: 0;
	/*background-image: linear-gradient(to top, rgba(255,255,255,0), rgb(138, 141, 143));*/
	/*background-image: linear-gradient(to top, rgba(255,255,255,0), rgb(64, 64, 64));*/
	/*background-image: linear-gradient(to top, rgba(255,255,255,0), rgb(54, 54, 54));*/
	background-image: linear-gradient(to top, rgba(54,54,54,0.2), rgb(54, 54, 54));
}

.background-sarnico {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-06.jpg);
	background-size: cover;
	background-position: center;
}

.background-la-spezia {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-07.jpg);
	background-size: cover;
	background-position: center;
}

.background-ancona {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-history-08.jpg);
	background-size: cover;
	background-position: center;
}

.main-statement {
	font-size: 22px;
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

.tableView {
	display: table;
	height: 100%;
}

.newTableView{
	display: table;
	height: 100%;	
}

.tableView p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #8A8D8F;
	text-align: center;
}

.viewCell {
	display: table-cell;
	vertical-align: middle;	
}

.background-lifestyle {
    position: absolute;
    width: 100%;
	height: calc(100% - 100px);
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-lifestyle-00.jpg);
	background-size: cover;
	background-position: center;	
}

.background-scalemodels {
    position: absolute;
    width: 100%;
	height: calc(100% - 100px);
	background-color: #ffffff;	
}

.bkg-life-01 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-lifestyle-01.jpg);
	background-size: cover;
	background-position: center;
	border-right: 5px solid #ffffff;
}

.bkg-life-02 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-lifestyle-02.jpg);
	background-size: cover;
	background-position: center;
	border-left: 5px solid #ffffff;
}

.bkg-life-03 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-lifestyle-03.jpg);
	background-size: cover;
	background-position: center;
	border-right: 5px solid #ffffff;
}

.bkg-life-04 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-lifestyle-04.jpg);
	background-size: cover;
	background-position: center;
	border-left: 5px solid #ffffff;
}

.bkg-scale-02 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-scalemodels-02.png);
	background-size: cover;
	background-position: center;
	border-top: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 5px solid #ffffff;	
}

.bkg-scale-03 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-scalemodels-03.png);
	background-size: cover;
	background-position: center right;
	border-top: 5px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

img.scale-model {
	margin-top: 10px;
	width: 100%;
}

.kiade-intro {
	color: #8A8D8F;
	text-align: center;
	display: table;
    height: 100%;	
}

.dealer-title {
	display: none;
}

.background-dealer {
    position: absolute;
    width: 100%;
	height: calc(100% - 149px);
}

.google-maps {
	height: 100%;
}

.dealer-legend,
.search-engine,
.dealer-results,
.service-results {
	color: #8A8D8F;
}

.dealer-legend  > div {
	margin-left: 45px;
}

.wrapper-results {
    height: 100%;
    display: table;
}

.dealer-results,
.service-results {
	display: table-cell !important;
    vertical-align: middle !important;
}

.result-item {
	text-align:center;
	background: rgba(122, 197, 200,0.3); 
}

.result-item p {
	margin: 0;
    padding: 25px;	
}

.result-item p span {
	display: inline-block;
    margin: 0 10%;
}

.dealer-results .owl-nav,
.service-results .owl-nav {
    position: absolute;
	margin-top: -38px !important;	
}

.icons {
	position: absolute;
    top: 15px;
    left: calc(50% - 30px);
}

.point-detail {
	height: 100%;
    text-align: center;
    background-color: rgba(122, 197, 200,0.3);
    display: table;
    width: 100%;	
}

.point-detail > div {
	display: table-cell;
    vertical-align: middle;
}

.point-detail .dsn_infobox {
	font-size: 20px;
}

.dsn_infobox_title {
	font-size: 32px;
	font-family: "Quicksand-Bold", Arial, Helvetica, sans-serif;
}

.dsn_popup {
	overflow: scroll;	
}

.dark #overview,
.dark .ext a > span,
.dark .int a > span,
.dark #technical-features,
.dark #wantit,
.dark .gdpr-wrapper {
	color: #162232 !important;
}

.dark .carousel-model {
	background-color: rgba(22,34,50,1);
}

.dark .carousel-model .nav-item a, 
.dark .carousel-model .nav-item a:hover, 
.dark .carousel-model .nav-item a:active, 
.dark .carousel-model .nav-item a:focus,
.white a,
.dark .my-gamma .model-name  {
	color: #ffffff;
}

/*caterina*/
@media (max-height: 640px) {
	
	.newsMn-text .title {
		line-height: 20px;
	}

	.newsMn-text .text {
		line-height: 18px;
	}
	
	.newsTh-img {
		width: 208px;
		height: 150px;
	}
	
	.newsTh-text {
		height: 150px;
		width: calc(100% - 210px);
	}
	.newsTh-text p{
		max-height: 154px;
	}
	
	.view-all {
		margin: 25px auto;
	}
	
	.bkg-blue > p {
		font-size: 13px;
	}

	.bkg-right.h-50 {
		height: 48% !important;
	}

	.luxury-boxes {
		margin-top: 20%;
	}

	.tableView p {
		font-size: 16px;
	}

	.forCate {
		font-size: 13px;
	}	
	
}	


@media only screen and (max-width: 812px) {
	
	.header-payoff {
		width: 100%;
	}
	
	.logo-grey {
		display: none;
	}
	
	.model-payoff {
		display: none;
	}		
	
	.main-detail .images  {
		width: 100%;	
	}
	
	.list-menu.bar .nav-item:nth-child(n+2) {
		display: none;
	}
	.list-menu.bar >.nav-item:first-child {
		width: 100%;
		display: table-cell;
	}
	
	#overview p {
		padding: 15px;
		font-size: 18px;
	}	

	.nav-item > .bar {
		margin: 0 auto;
	}

	.fs-mob-18 {
		font-size: 18px;
	}
	
}

@media (max-width: 1199px) {
	
	.newsMn-text {
		padding: 10px;
	}
	
	.news-menu span[data-type="archivied"] {
		font-size: 12px;
	}
	
	.container.vt {
		padding-bottom: 55%;	
	}

	.model-main-image {
		margin-top: 0;	
	}	
	
}	

@media (min-width: 1199px) and (max-width: 1399px) {

	.container.vt {
		padding-bottom: 50%;	
	}
	
}

@media screen and (max-width: 980px) {
	.chevron-down { display: none; }
	.br-bottom { border-bottom: 0px; }
	.container-fluid.h-100.br-bottom,
	.background-type,
	.background-syd { 
		height: auto !important; 
		min-height: 460px; 
	}
	.container-fluid.h-100 {
		height: auto !important;
	}
	.background-type, 
	.background-syd { 
		position: static; width: calc(100% + 20px); 
	}

	#news-and-events { height: auto; }
	.main-news, #instafeed { height: auto; }
	.newsMn-text { position: static; }
	.on-top { z-index: 1; }
	.row.footer { 
		position: static; 
		/*width: calc(100% + 20px); */
	}

	.floor { display: block; text-align: center; width: 80%; }
	.floor ul.links,
	.floor ul.ul-social { display: block; float: none; margin-bottom: 20px; }
	.footer .bottom { display: block; padding: 20px; }
	.footer .bottom p { display:block; line-height: 18px; margin-bottom: 0; }

	
}

@media screen and (max-width: 736px) {
	
	.col-lg-4.hide,
	.bkg-history-centerUp.hide,
	.bkg-life-02,
	.bkg-life-04,
	.social-home {
		display: none;
	}
	
	.push-height .h-50 > .col {
		display: block;
		height: 270px !important;
	}

}

@media screen and (max-width: 480px) {
	.payoff-home { font-size: 30px; width: 94%; left: 3%; }
	.payoff-home span { width: 100%; }
	.navigation.h-100, 
	.container-fluid.h-100.br-bottom,
	.background-type,
	.background-syd { 
		height: auto !important; 
		min-height: 220px !important; 
	}
	.floor ul.links li { display: block; }
	.footer .bottom p { padding: 13px 0; }
	.floor ul.ul-social { margin-bottom: 30px; }
	
	.dealer-wrapper {
		display: none;	
	}
	
	.background-white.mobile,
	.background-today.mobile, 
	.background-sarnico.mobile,
	.background-la-spezia.mobile, 
	.background-ancona.mobile,
	.background-lifestyle.mobile,
	.background-scalemodels.mobile,
	.background-dealer.mobile,
	.background-offices.mobile,
	.background-luxury.mobile,
	.background-contacts.mobile	{
		position: static;
		height: inherit;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	
	.row.heading {
		margin-left: 0;
		margin-right: 0;
		height: auto;		
	}
	.row.background-type, .row.background-syd { display: block; }
	.row.classification, 
	.row.background-type, 
	.row.background-syd, 
	.row.main-news/*,
	.row.footer */{ margin-left: 0; margin-right: 0; width:100%;}
	
	.present,
	.regions,
	.sites,
	.luxury-boxes	{ 
		position: relative; 
	}
	
	.social-home { position: static; margin-right: 5.5%; float: right; margin-top: 35px; width: 17px; }
	
	#spare-parts, #service-university, #convergence, #emea, #asia, #americas, #history, #today, #more-sarnico, #more-la-spezia, #more-ancona, #kiade {
		height: 736px;	
	}

	.bkg-life-01,
	.bkg-life-03	{
		display: block;
		height: 400px;	
	}	
	
}

.push-height,
.push-height > div,
.push-height > div > div,
.push-height > div > div > div,
.push-height > div > div > div > div {
	height: 100%;
}

.gm-style-iw-d {
	color: #000000 !important;
}

/*fix problem with DNN HTML contaniers*/
	.boxPane,
	.boxPane > div,
	.boxPane > div > div,
	.boxPane > div > div > div,
	.boxPane > div > div > div > div,
	.boxPane > div > div > div > div > div {	
		display: table;
    	height: 100%;
		width: 100%;
	}
	
	.noClear div.clear {
		display: none;
	}


/* menu mobile */
/*.list-home { display: block; }*/

.top-menu { position: absolute; top: 0; width:  100%; z-index: 1; }
.navbar-brand, .navbar-toggler { display: none; }
.main-menu.internal { display: none; }

@media screen and (max-width: 640px) {
	.sp1 { border-bottom: 1px solid #7ac5c8; padding-top: 10px; }
	.navbar-brand { display: block; margin: 0 auto;}
	.navbar-toggler { display: block; float: right; margin-right: -10px; margin-top: -30px; }
	.top-menu { position: static; }
	.main-menu {padding: 10px 0 0; }
	.nav-item a:link, 
	.nav-item a:active, 
	.nav-item a:visited, 
	.nav-item a:hover {
		color: #8A8D8F;
	}

	.main-menu.internal { display: block;  }

	/*.list-menu.list-home { text-align: left; }*/
	.list-menu > .nav-item{ display: block; width: 100%; }
	.list-menu > .nav-item:first-child { width: 50%; margin: 0 auto; border-bottom: 1px solid #cdcdcd; text-align: center;}
	.nav-link-range {padding: 0.5rem 1rem; }
	.navbar-logo { display: none; }
	.sub-list-menu { visibility: visible; margin-left: 10px; font-size: 12px; margin-top: -0.3rem;}
	.nav-item.hr-item { display: none; }

	.header-payoff .sub-title { font-family: "Quicksand-Light", Arial, Helvetica, sans-serif; font-size: 30px; line-height: 50px; padding: 10px 0; }
	#range .header-payoff span { padding-bottom: 15px; }

	.news-menu .type-item { padding: 5px 0; }

	#spare-parts, #service-university, #convergence, #emea, #asia, #americas, #history, #today, #more-sarnico, #more-la-spezia, #more-ancona, #kiade {
		height: auto;
		position: static;
	}

	.scrollable { padding: 25px 0; }
	.myClose { display: none;  }

	.position-sticky { position: static!important; }

	.form-check.text-right { text-align: left !important; margin-left: 15px; }
	.form-check-label.brochure { font-size: 16px; }
	.gdpr-wrapper h4 { font-size: 18px; }
	.background-contacts { background-image: none; color: #444; margin-top: 15px; }

	.view-all { margin-top: 10px; }
	
	
	/*.carousel-gamma {
		position: relative !important;
		margin-left: 0 !important;
	}*/
	
	.credits {
		width: 95% !important;
	}
}

.animated-icon2{
	width: 26px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon2 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon2 span { background: rgb(122, 197, 200); }
.animated-icon2 span:nth-child(1) { top: 0px; }
.animated-icon2 span:nth-child(2), 
.animated-icon2 span:nth-child(3) { top: 8px; }
.animated-icon2 span:nth-child(4) { top: 16px; }

.animated-icon2.open span:nth-child(1) { top: 11px; width: 0%; left: 50%; }

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) { top: 11px; width: 0%; left: 50%; }

/*DOT LEADERS TRICK*/   
.text-wrapper ul.leaders {
    overflow-x: hidden;
    list-style: none;
    }
    
.text-wrapper ul.leaders li {
    display: list-item;
    line-height: 26px;
    text-align: left;
    }
    
.text-wrapper ul.leaders a {
    color: inherit;
    text-decoration: none;
}   
    
.text-wrapper ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
    line-height: 42px;
    }
.text-wrapper ul.leaders span:first-child { padding-right: 0.33em; }
.text-wrapper ul.leaders span + span { float: right; padding-left: 0.33em; }
.text-wrapper .gdpr-index { font-weight: bold; }

.book-visit {
	display: table;
    margin: 0 auto;
}

.btn-book {
    text-transform: uppercase;
    color: #8A8D8F;
    margin: 0 auto;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #7ac5c8;
}

/*LOGIN PANEL*/
.login-panel {
	display: table;
	margin: 10vh auto;
	border: 1px solid #7ac5c8;
	padding: 10px;
}

.table_form_arm {
	width: 100%;
}

.login-input {
	height: 30px;
	margin: 10px;
	padding: 3px;
	width: 95%;
}

.login-input input[type="checkbox"] {
	
}

.login-label {
	 font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 32px;
    text-transform: uppercase;
    color: #8A8D8F;
	text-align: right;
	display: block;
}

.login-panel  .gdpr-td {
	color: #8A8D8F;
}

.under-gold {
	padding-bottom: 5px;
	color: #8A8D8F;
	border-bottom: 2px solid #7ac5c8;
}

.under-gold .textEm a{
	color: #8A8D8F;
	text-decoration: underline;
}

.login-panel select {
	background: none;
    border: none;
    border-bottom: 1px solid #8A8D8F;
    color: #8A8D8F;
     font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif!important;
    font-size: 18px;
    line-height: 30px;
    width: 95%;
    resize: none;
	margin-left: 15px;
}

.button-login {
	background-color: #fff;
	display: table;
	margin: 10px auto;
	cursor: pointer;
}

.login-panel .captcha {
	display: table;
	margin: 10px auto;
}

.wrapperButton_2 {
	text-transform: uppercase;
    color: #8A8D8F;
    margin: 0 auto;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #7ac5c8;
}

.wrapperButton_2 a:link,
.wrapperButton_2 a:active, 
.wrapperButton_2 a:visited {
	color: #8A8D8F;
}

.credits{
	width: 275px;
	text-align: center;
	color: rgba(122, 197, 200, 1.00);
}
.credits img{
	padding-top: 10px;
}
.fginfo{
	background-color: rgba(255,255,255,0.7);
	color: #8a8d8f;
}
.burger-menu {
	position: absolute;
    top: 80px;
    left: 7vh;
	text-transform: uppercase;
	z-index: 100;
}

.burger-menu:hover {
	cursor: pointer;
}	

.burger-menu span {
	width: 30px;
    display: block;
    height: 1px;
    background-color: #fff;
    margin-bottom: 3px;
	box-shadow: 2px 2px 5px #000000;
}

.burger-menu a {
	color: #ffffff !important;
}	

.animated-list,
.animated-sublist {
	display: none;
}	

.animated-list.show-me {
	display: block;
}

.animated-sublist.show-me {
	display: block;
}

.more {
	margin-left: 18px;
    margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.burger-menu {
		display: none;
	}
}	

.show-640 {
	display: none;
}

.SYD-payoff {
	width: 650px;
	margin: 20px auto;	
	display: table;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.SYD-payoff {
		width: 100%;
	}
}	

.carousel-SYD .owl-dots {
	position: absolute;
    top: -40px;
    left: 50%;
}

.h-500 {
	height: 500px;
}	

.bgk-SYD-02 {
    background-image: url(/portals/7/skins/riva/_assets/images/img-background-SYD-02.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: #fff;
}

.bgk-SYD-03 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-SYD-03.jpg);
	background-size: cover;
    background-position-x: 50%;
	opacity: 1;
}

.bgk-SYD-04 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-SYD-04.jpg);
	background-size: cover;
    background-position-x: 50%;
	opacity: 1;
}

.bgk-SYD-05 {
	background-image:url(/portals/7/skins/riva/_assets/images/img-background-SYD-05.jpg);
	background-size: cover;
    background-position-x: 50%;
	opacity: 1;
}

.deep {
	width: 135px;
    padding: 2px;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    border: 2px solid #7ac5c8;
}

.deep a {
	color: #ffffff !important;	
}

.sign {
	text-align: right;
    margin-top: 5px;
}

@media screen and (max-width: 640px) {
	
	.d-block-640 {
		display: block;
	}
	.d-flex-640 {
		display: flex;
	}
	.d-none-640 {
		display: none;
	}	
	
}

@media screen and (min-width: 641px) {
	
	.d-block-over640 {
		display: block;
	}
	.d-flex-over640 {
		display: flex;
	}
	.d-none-over640 {
		display: none;
	}
}

/* FOOTER
   ----------------------------- */  
  
/*	.ul-links li:before {
		content: '';
		display: -webkit-inline-box;
		width: 30px;
		height: 1px;
		background: rgba(122, 197, 200,1.00);
		transition: width .3s;
		vertical-align: middle;
		margin-right: 5px;
	}*/
	
	.scroll-top i {
		margin-top: -5px;
	}
	
	.fa-chevron-up:before {
		color: #7ac5c8;
	}
	
	.list-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
	}
	.list-group-horizontal {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.social{
		padding: 12px 14px;
		height: 40px;
		margin: auto;
	}
	.div-social{
		padding: 5px 20px;
	
	}

	.lasth100{
			padding-right:0px;
			padding-left:0px;
	}
	
@media (min-width: 768px) {
	.list-group-horizontal-md  {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.footerh{
	font-family: "Quicksand-Book-Regular", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	line-height: 1.5;

}
.footerh .ul-links a{
	color:rgb(33, 37, 41);
}
.footerh .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
	min-height: 50px;
	font-size: 14px;
} 
.footerc{
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
.fab{
	font-size: 16px;
}

.text-white-footer {

    font-size: 12px;
	color:#fff!important;

}

.text-white-footer a, 
.text-white-footer a:hover, 
.text-white-footer a:active, 
.text-white-footer a:focus {
	color:#fff!important;
	font-size: 12px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    list-style: none;
}

.bg-riva {
    background: rgba(122, 197, 200,1.00);
} 

@media only screen and (max-width: 767px) {
	
	.syd-home {
		top: 39vh;
		right: 35px;
	}

	.view-all {
		margin: 0px auto 45px auto;
		padding: 5px 10px;
		border: 1pt solid #A2A4A6;
		border-radius: 12px;
	}
	
}


.at-image-sharing-mobile-icon{
	background-color: rgb(122, 197, 200)!important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: inherit !important;
}


@media only screen and (max-width: 414px) {
	.at-image-sharing-mobile-icon{
		background-color: rgb(122, 197, 200)!important;
		background-size: contain !important;
		width:30px !important;
		height: 25px !important;
		right: 20px;
		/*left: auto !important;*/	
	}
}

.form-control-contacts {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 14px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #F8F8F8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.normative, .message {
    min-height: 175px;
}

.custom-agree label {
    margin-left: 5px;
    margin-right: 10px;
    font-weight: bold;
}
.feedback{
	padding: 50px;
}

/* COOKIE BAR CUSTOM STYLE
   ----------------------------- */

@media screen and (max-width: 992px) {

	.d-table-customstyle {
		margin-bottom: 100px;
	}
}

.validation {
	border-color: red;
}

/* BANNERS HOME
   ----------------------------- */

.banner-home-unicef {
	z-index: 1999;
	width: 225px;
	position: absolute;
	bottom: 50px;
	left: 45px;
	background-color: #7ac5c8;
	box-shadow: 0 1rem 3rem rgb(0 0 0) !important;
	cursor: pointer;
}

.banner-home-movie {
	z-index: 1999;
	width: 225px;
	position: absolute;
	bottom: 50px;
	right: 40px;
	background-color: #7ac5c8;
	box-shadow: 0 1rem 3rem rgb(0 0 0) !important;
	cursor: pointer;
}

figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}

figure::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.fa-play-circle.bhm-play {
	/*color: rgba(122, 197, 200,0);*/
	color: rgba(0, 0, 0, 0);
	left: calc(50% - 21px);
	position: absolute;
	display: block;
	top: calc(50% - 21px);
	transition: all .3s;
}

.banner-home-movie:hover .bhm-play {
	color: rgba(255, 255, 255, 0.75);
}

/* SPINNER LOADER FORM
   ----------------------------- */
.valign {
	display: table;
	height: 100%;
	width: 100%;
}

.spin-overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 9999999999999999;
	background: rgba(237,237,237,0.55);
}

.loader {
	width: 110px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-4 span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #7ac5c8;
	margin: 35px 5px;
	opacity: 0;
}

	#loader-4 span:nth-child(1) {
		animation: opacitychange 1s ease-in-out infinite;
	}

	#loader-4 span:nth-child(2) {
		animation: opacitychange 1s ease-in-out 0.33s infinite;
	}

	#loader-4 span:nth-child(3) {
		animation: opacitychange 1s ease-in-out 0.66s infinite;
	}

@keyframes opacitychange {
	0%, 100% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}
}

/*fix for Riva loader*/
.valign #loader-4 span:after {
	height: 0 !important;
}
