/* GLOBALI */
@charset "UTF-8";

@font-face {
  font-family: 'Creighton Pro - Extra Bold';
  src: url('/assets/fonts/CreightonPro-ExtraBold.eot');
  src: url('/assets/fonts/CreightonPro-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/CreightonPro-ExtraBold.woff2') format('woff2'), url('/assets/fonts/CreightonPro-ExtraBold.woff') format('woff'), url('/assets/fonts/CreightonPro-ExtraBold.ttf') format('truetype'), url('/assets/fonts/CreightonPro-ExtraBold.svg#CreightonPro-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Creighton Pro - Book';
  src: url('/assets/fonts/CreightonPro-Book.eot');
  src: url('/assets/fonts/CreightonPro-Book.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/CreightonPro-Book.woff2') format('woff2'), url('/assets/fonts/CreightonPro-Book.woff') format('woff'), url('/assets/fonts/CreightonPro-Book.ttf') format('truetype'), url('/assets/fonts/CreightonPro-Book.svg#CreightonPro-Book') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Creighton Pro - Bold';
  src: url('/assets/fonts/CreightonPro-Bold.eot');
  src: url('/assets/fonts/CreightonPro-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/CreightonPro-Bold.woff2') format('woff2'), url('/assets/fonts/CreightonPro-Bold.woff') format('woff'), url('/assets/fonts/CreightonPro-Bold.ttf') format('truetype'), url('/assets/fonts/CreightonPro-Bold.svg#CreightonPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Creighton Pro - Black';
  src: url('/assets/fonts/CreightonPro-Black.eot');
  src: url('/assets/fonts/CreightonPro-Black.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/CreightonPro-Black.woff2') format('woff2'), url('/assets/fonts/CreightonPro-Black.woff') format('woff'), url('/assets/fonts/CreightonPro-Black.ttf') format('truetype'), url('/assets/fonts/CreightonPro-Black.svg#CreightonPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

* {
	margin:0px;
	padding:0px;
	font-family: 'Creighton Pro - Book', sans-serif;
	outline: 0;
}

:focus {outline:0 none !important;}
::-moz-focus-inner {border:0;outline:0 none !important;}

::-webkit-input-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}
:-moz-placeholder {color:#ccc;}

::-webkit-scrollbar {
    display: none;
}

.transition300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pointer {
    cursor:pointer;
}

html {
    scroll-behavior: smooth;
}

body {

}


/* CSS per background full screen

.bg {
  
  background-image: url("bg.jpg");

  
  height: 100%;

  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

*/



/* CSS MENU MOBILE */
#menumobile {
	display:none;
	width:100%;
	margin-top:0px;
	position:fixed;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top:-1000px;
}
#menumobile ul {
	display: block;
	width:100%;
	background-color: rgba(238, 238, 238, 0.85);
	border-bottom:5px solid #000;
	list-style-type: none;
	margin:0px!important;
}
#menumobile ul li {
	display: block;
	margin:0px;
	padding:0px;
}
#menumobile ul li a {
	display:block;
	padding:5px 20px;
	text-transform: uppercase;
	font-size:1.2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#000;
	text-decoration: none;
}
#menumobile ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}
#menumobile div.handle {
	width:50px;
	height:50px;
	background-color: #000;
	color:#fff;
	text-align: center;
	float:right;
	font-size:30px;
	line-height: 47px;
    margin-right: 20px;
	cursor:pointer;
}
/* FINE CSS MENU MOBILE */

/* CSS MENU SCROLLING */
#menuscrolling {
	float: left;
    position: fixed;
    top: -60px;
    left: 0px;
	z-index:9998;
	min-height:30px;
	-webkit-box-shadow: 0 -2px 8px 0px #222222;
    box-shadow: 0 -2px 8px 0px #222222;
    width:100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menuscrolling ul {
	list-style-type: none;
	margin:0px;
}
#menuscrolling ul li {
	float:left;
	margin:0px;
	padding:0px;
}
#menuscrolling ul li a, #menuscrolling ul li a:focus {
	display: inline-block;
	padding:6px 10px;
	font-size:1.2em;
}
#menuscrolling ul li a:hover, #menuscrolling ul li a.active {}
/* FINE CSS MENU SCROLLING */

#goup {
	position: fixed;
    z-index: 9999;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 23px 23px 23px 23px;
    border-radius: 23px 23px 23px 23px;
    right: -60px;
    bottom: 10px;
    padding: 10px;
    background-color: rgba(45, 45, 45, 0.78);
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
    i {
        color:#fff;
        font-size: 1.8rem;
    }
}

.img_sx {
    float:left;margin-right:10px;max-width:40%;
}
.img_dx {
    float:right;margin-left:10px;max-width:40%;
}

/* STYLE PER COOKIES INFO */
#cookies_link {
    cursor:pointer;
    position:fixed;
    bottom:8px;
    left:14px;
    padding:0px 5px 0px 5px;
    display:inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color:#fff;
    opacity:0.6;
    font-size: 16px;
}
#cookies_link:hover {
    opacity:1;
}
#cookies_link #cookieChoiceInfoAccept {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #353535;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;    
    float: left;
    margin-right: 4px;
    padding: 0px;
}
#cookies_link #cookieChoiceInfoAccept.ok {
    color: #50ff50;
}
/* FINE STYLE PER COOKIES INFO */

/* RESPONSIVE */

/*
@media only screen and (min-width: 0px) and  (max-width: 320px) {}
@media only screen and (min-width: 321px) and  (max-width: 375px) {}
@media only screen and (min-width: 376px) and  (max-width: 768px) {}
@media only screen and (min-width: 769px) and  (max-width: 1024px) {}
@media only screen and (min-width: 1025px) and  (max-width: 1440px) {}
@media only screen and (min-width: 1441px)  {}
*/

/* menu MOBILE */
@media only screen and (min-width: 0px) and  (max-width: 425px) {
    .img_sx {
        float:none;margin-right:0px;width:100%;margin-bottom:10px;max-width:100%;
    }
    .img_dx {
        float:none;margin-left:0px;width:100%;margin-bottom:10px;max-width:100%;
    }
}
@media only screen and (min-width: 0px) and  (max-width: 768px) {
	#menumobile { 
		display:block;
	}
	#menuscrolling {
		display:none;
	} 
}

@media only screen and (min-width: 0px) and  (max-width: 768px) {}

@media only screen and (min-width: 769px) and (max-width: 992px) {}