/* font per i titolo slide  */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400&display=swap');

/* font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400&display=swap');

html, body {
	width: 100%;
	height: 100%;
}

:root {
	--colore-tema: #e6950a;
	--colore-testo: #757575;
}

/* colori non bootstrap */


.bg-tema {
	background-color: #e6950a;
}

.tema-color {
	color: #e6950a;
}

/* formattazione testo */

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

body {
	color: #757575;
}

h1 {
	font-family: 'Raleway';
}

span.number {
	line-height: 1em;
	font-weight: 200;
	color: #313131;
	overflow: hidden;
	display: inline-block !important;
	height: 1em;
	font-size: 62px;
}

h2 {
	line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    font-weight: 400;
}

h3 {
	font-size: 21px;
    line-height: 1.428571428571429em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4 {
    font-size: 17px;
    line-height: 1.5555555555555555555555555555556em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5 {
	text-transform: none;

line-height: 22px;

margin: 0;
font-size: 14px;
}

h6 {
	font-size: 15px;
	line-height: 1.733333333333333em;
	font-family: Georgia,serif;
	font-style: italic;
	color: #d6ab60;
}

p.linea {
	position: relative;
	padding-bottom: 1rem;
}

p.linea:after {
	position: absolute;
	bottom: 0px;
	left:50%;
	transform: translateX(-50%);
	width: 50px;
	height: 1px;
	background-color: #e6950a;
	content: "";
}

.full-link {
	display: block;
	color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.full-link:hover {
	color: #fff;
	text-decoration: none;
}

.full-link:hover .btn {
	border-color: #fff;
	background-color: #fff;
	color: #222;
}

.linea-interna {
	outline: 1px solid white;
    outline-offset: -15px;
}

.linea-interna:hover {
	outline-offset: -30px;
}

/* patting personalizzati non bootstrap */

.padding-custum-x {
	padding-right: 19% !important;
    padding-left: 19% !important;
}

.padding-custum-sm {
	padding: 30px 30px;
}

.padding-custum-xl {
	padding: 60px 30px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-20 {
	padding-top: 20px;
}

/* pulsanti e link */

a {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn {
	display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    font-family: inherit;
    font-size: 11px;
    line-height: 1.7em;
    letter-spacing: 2px;

    background-color: transparent;
    box-sizing: border-box;
}

.btn-round {
	border-radius: 55px;
	padding: 17px 43px;
    text-transform: uppercase;

}

.btn-white {
	border-color: #fff;
	color: #fff;
}

.btn-white:hover {
	border-color: #fff;
	background-color: #fff;
	color: #222!important;
}


/* swiper */

#topswiper {
	width: 100%;
	height: 90vh;
	z-index: 0;
}

#topswiper .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#topswiper .swiper-slide h1 {
	z-index: 6;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 13px;
    line-height: 106px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-size: 100px;
    opacity: 1;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
}

#topswiper .swiper-slide p {
	font-size: 23px;
	line-height: 35px;
}

.container-fluid {
	position: relative;
}

/* box container */

.container.box {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
	z-index: 10;
	position: relative;
	outline: 1px solid white;
    outline-offset: -15px;
    padding: 30px;
}


.container.box p {
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.container.box p i{
	font-size: 20px;
}
.container.box p i:last-child{
	margin-top: 6px;
}

/* figure e overlay */

.col-overlay .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 20;
}
.figure {
    margin: 0 0 0rem;
}

.figure {
	position: relative;
}

.figure img {
	z-index: 10;
	position: relative;
}

.figure .figure-caption {
	background-color: rgba(37,37,37,.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
	opacity: 0;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.col-overlay:hover .figure .figure-caption, .col-staff:hover .figure .figure-caption {
	opacity: 1;
}

.col-overlay .figure:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 1px solid #e6950a;
	content: "";
	z-index: 5;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.col-overlay:hover .figure:before {
	top: 10px;
	left: 10px;
	opacity: 1;
}

.col-text {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	outline: 1px solid #ccc;
    outline-offset: -15px;
}

.col-text h2 {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.col-text h2:after {
	position: absolute;
	bottom: 0px;
	left:0;
	width: 50px;
	height: 1px;
	background-color: #e6950a;
	content: "";
}

.col-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	outline: 1px solid white;
    outline-offset: -15px;
    min-height: 50vh;
}

/* card commenti */

.card {
	border-radius: 0px;
	background-color: transparent;
	border: 0;
}

.card-body {
	background-color: #fff;
}


.card-footer {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-top: 0px;
	background-color: transparent;
}

.card-footer:after {
	content: "";
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	left: 0px;
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #e6950a;
  z-index: 0;
}

#commentiswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #e6950a;
}

#commentiswiper .swiper-pagination-bullet-active {
    background: #e6950a;	
}

@media (min-width: 768px) {

.container.box {
	top: 0px;
	transform: translateY(-50%);
	margin-top: 0rem;
	margin-bottom: 0rem;
}


}

@media (min-width: 992px) {

	.padding-custum-sm {
		padding: 90px 45px;
	}

	.padding-custum-xl {
		padding: 180px 90px;
	}

	.col-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	outline: 1px solid white;
    outline-offset: -15px;
   	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    min-height: unset;
}

.col-img:hover {
	background-size: 150% auto;
}

}


@media (min-width: 1390px) {
	.container {
		max-width: 1300px;
	}
}



