@font-face {
 font-family:OstrichSans;
 font-style:normal;
 src: url("../fonts/OstrichSans-Black.otf") format("opentype");
}

@font-face {
 font-family:Labtop-3D;
 font-style:normal;
 src: url("../fonts/Labtop-3D.ttf") format("truetype");
}

.page-loader {
    background: #ffff;
}

.spinner:not(:required) {
    -webkit-box-shadow: #000000 1.5em 0 0 0, #000000 1.1em 1.1em 0 0, #000000 0 1.5em 0 0, #000000 -1.1em 1.1em 0 0, #000000 -1.5em 0 0 0, #000000 -1.1em -1.1em 0 0, #000000 0 -1.5em 0 0, #000000 1.1em -1.1em 0 0;
    -moz-box-shadow: #000000 1.5em 0 0 0, #000000 1.1em 1.1em 0 0, #000000 0 1.5em 0 0, #000000 -1.1em 1.1em 0 0, #000000 -1.5em 0 0 0, #000000 -1.1em -1.1em 0 0, #000000 0 -1.5em 0 0, #000000 1.1em -1.1em 0 0;
    box-shadow: #000000 1.5em 0 0 0, #000000 1.1em 1.1em 0 0, #000000 0 1.5em 0 0, #000000 -1.1em 1.1em 0 0, #000000 -1.5em 0 0 0, #000000 -1.1em -1.1em 0 0, #000000 0 -1.5em 0 0, #000000 1.1em -1.1em 0 0;
    background: #000;
}

/**/

 h1{
	 font-family:'OstrichSans', sans-serif;
      font-size: 70px;
      font-weight: 300;
	  line-height: 70px;
}

.green-title {
	color:#669900;
	transition: .3s ease;
	cursor: default;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;

}
.green-title:hover {
	color:#fff;
	background:#669900;
	text-decoration:none;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;
	
}

.subtitle {
	font-family:'Labtop-3D', sans-serif;
	font-size: 50px;
	line-height:52px;
	margin-bottom:20px;
    }

p{
font-family: "Libre Baskerville", "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
line-height: 1.8;
color: #000;
}

span.labtop{
font-family:'Labtop-3D', sans-serif;
font-size: 38px;
}
.padr30{
	padding-right:30px;
}
.padl30{
	padding-left:15px;
}

@media screen and (min-width:768px) {
.padl30{
	padding-left:30px;
}
}


.padl-0{
	padding-left:15px;
}
.padr-0{
	padding-right:15px;
}


@media screen and (min-width:768px) {
.padl-0{
	padding-left:0px;
}
.padr-0{
	padding-right:0px;
}
}


.border-right{
	border-right: none;
}

@media screen and (min-width:768px) {
.border-right{
	border-right:1px #000 dotted;
}
}

.container-max{
    max-width: 1700px;
}

/*.page-section {
    padding: 120px 0;
}*/
 
.green {
	color:#669900;
	font-weight:bold;
	transition: .3s ease;
	cursor: default;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;

}
.green:hover {
	color:#fff;
	background:#669900;
	text-decoration:none;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;
	
}
.fuxia {
	color:#e73974;
	font-weight:bold;
	transition: .3s ease;
	cursor: default;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;

}
.fuxia:hover {
	color:#fff;
	background:#e73974;
	text-decoration:none;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;
	
}
.azzurro {
	color:#00c4d9;
	transition: .3s ease;
	cursor: default;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;

}
.azzurro:hover {
	color:#fff;
	background:#00c4d9;
	text-decoration:none;
	-o-transition:color 2s ease-out, background 0.5s ease-in;
  -ms-transition:color 2s ease-out, background 0.5s ease-in;
  -moz-transition:color 2s ease-out, background 0.5s ease-in;
  -webkit-transition:color 2s ease-out, background 0.5s ease-in;
transition:color 2s ease-out, background 0.5s ease-in;
	
}



.section-line {
    width: 200px;
    height: 20px;
    margin: 0px auto; 
    background: transparent !important;
    border-top: 1px #000 dotted;
    border-bottom: 1px #000 dotted;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
	}

/************
     FOOTER
**************/	


.footer {
	position:relative;
    text-align: center;
    color: #000;
    font-size: 12px;
	background-color:#FFF;
}
@media screen and (min-width:1025px) {
.footer {
	position:fixed;
	bottom:0;
	z-index:0;
}
}

.footerBox h4{
font-family: "Libre Baskerville", "Times New Roman", Times, serif;
font-size: 33px;
font-weight: normal;
line-height: 1.6;
color: #000;
margin-bottom:40px;
}
.footer-contact{
	margin-top:50px;
	margin-bottom:90px;
}
.footerBox-email{
	width:206px;
	height:72px;
	float:right;
}

.footerBox-btn{
	float:left;
	margin-top:12px;
}

.btn-mod, a.btn-mod {
    background: rgba(0, 0, 0, 1);
}

.footer-made {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin-top: 18px;
    color: #000;
}
.footer a, .footer-made a {
    color: #333;
}

.footer a:hover, .footer-made a:hover {
    color: #000;
}
.btn-mod.btn-circle {
    color: #fff;
}

.btn-mod.btn-circle:hover {
    color: #00c4d9;
}
.page{
    background-color: #fff;
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: 10px;
}


@media screen and (min-width:1025px) {
.page{
    margin-bottom: 550px;
}
}


.page-section {
    background-color: #fff;
    z-index: 1;
}
@media screen and (max-width:1024px) {
.page-section {
padding: 70px 0;
}
}


/************
   NAV
**************/	

.nav-logo-wrap .logo {
    max-width: 180px;
}

@media screen and (min-width:768px) {
.nav-logo-wrap .logo {
    max-width: 200px;
}
}

@media screen and (min-width:1200px) {
.nav-logo-wrap .logo {
    max-width: 300px;
}
}


.mobile-nav {
max-width: 80px;
border: none;
}



.main-nav {
    height: 120px !important;
	border-bottom: 1px dotted #000;
}

.inner-nav {
    margin-top: 15px;
}

.inner-nav ul li a {
    color: #000;
	font-weight:600;


}
.inner-nav ul li a:hover {

	
}
@media screen and (min-width: 768px) {	
.inner-nav.desktop-nav ul li.active a{
	border-bottom: 2px solid #000;
}
}

/************
     HOME
**************/	
.home-section {
    background-color: #fff;
    z-index: 1;
}

/*over text effect con img*/
#previewImage {
  position: absolute;
  display: none;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#previewImage img {
  width: 277px;
   
}


/*Swiper Slider*/
.swiper-container {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	 margin-top:20px;
	 margin-bottom:80px;
}
    .swiper-slide {
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
     display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
     /*  -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;*/
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }



.swiper-wrapper {
cursor: url(../images/home/drag.png) 16 9, ew-resize !important;
margin-top: -60px;
}
#numberSlides{
position: absolute;
top: 50%;
font-size: 13px;
color: #272b2b;
right: 25px;
z-index: 9999;
width: 50px;
text-align: center;
}

#numberSlides::before {
    top: -62px;
}

#numberSlides::before, #numberSlides::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #a9aaaa;
}

#numberSlides::after {
    bottom: -62px;
}
.bg {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.bg {
    height: 100%;
	min-height:700px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    backface-visibility: hidden;
}
@media screen and (max-width: 1366px) {
.bg { 
	min-height:600px;
}
}
	
 .swiper-slide .title {
	 font-family:'OstrichSans', sans-serif;
      font-size: 70px;
      font-weight: 300;
	  line-height: 70px;
	  margin-top: 100px;
	  margin-left:50px;
	  max-width:300px;
	  text-transform:uppercase;
	  text-align:right;
    }
	
.swiper-slide .subtitle {
	font-family:'Labtop-3D', sans-serif;
	font-size: 50px;
	line-height:52px;
	max-width:300px;
	margin-left:45px;
	text-align:right;
      
    }
 .swiper-slide .title2 {
	 font-family:'OstrichSans', sans-serif;
      font-size: 70px;
      font-weight: 300;
	  line-height: 70px;
	  margin-top: 260px;
	  margin-left:30px;
	  float:left;
	  text-transform:uppercase;
    }
	
.swiper-slide .subtitle2 {
	font-family:'Labtop-3D', sans-serif;
	font-size: 50px;
	line-height:52px;
	max-width:400px;
	margin-left:40px;
	text-align:right;
      
    }
	

#element1{
	position: absolute;
	left:45%; 
	top:40%; 
	height: 30px;
	width: 30px;
	background: #FADB05;
	border:7px solid #000;   
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
}

 #element2{
	 height: 30px;
	 width: 30px ;
	 background: #000;
	 position: absolute;
	 left:66%;
	 top:65%;
	 transform: rotate(45deg);
	 
	 opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 	 
}

 #element3{
	 height: 138px;
	 width: 122px ;
	 background-image:url(../images/home/slide_pomodoro.png);
	 position: absolute;
	 left:60%;
	 top:40%;
	 
	 opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 	 
}

.swiper-slide:hover #element1, .swiper-slide:hover #element2, .swiper-slide:hover #element3{
	
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
		
}


@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }


    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }


    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }


    100% {
        display: block;
        opacity: 1;
    }
}
*/

	
.scroll-down {
    width: 51px;
    height: 116px;
    margin-left: -26px;
    z-index: 2; 
    white-space: nowrap;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	background-image:url(../images/home/arrow.png);
	background-repeat:no-repeat;
   
	line-height: 43px;
}




/*home service*/

section#services{
z-index: 2;
background-color: #fff;
	
}
.card {
    overflow: hidden;
}

.card .details {
    background: #262626;
	position:absolute;
    top: 0%;
    left: 100%;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.card .details.nomovie{
    top: 0;
    left: 0%;
}
.card:hover .details {
	opacity:1;
    top: 0;
    left: 0%;
}
.card .details h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;

}
.card .details p {
    margin: 20px 0 0;
    color: #fff;
}
/**/
.titleBox {
	position:absolute;
	top:0;
	left:40%;
}

.titleBox h1{
	margin-top:0px;
	text-align:right;
}
.titleBox .subtitle {
	text-align:right;
      
    }


/*home social*/
.social-title {
	margin-top:-80px;
}

.social-title .subtitle {
	margin-left: 65px;
}

.social-img {
	margin-top: 50px;
	margin-bottom:50px;
}

.fb-box{
	float:right;
	width: inherit;
	height: inherit;
	border:4px solid #000;
}

.trip-box{
	float:left;
	width: inherit;
	height: inherit;
	border:4px solid #000;
}

@media screen and (min-width: 768px) {
.fb-box{
	width:247px;
	height:240px;
}
.trip-box{
	width:246px;
	height:240px;
}
}

@media screen and (min-width: 768px) {
.fb-box::before, .fb-box::after, .trip-box::before, .trip-box::after  {
  width: 250px;
  height:243px;
  z-index: 3;
  content:'';
  position: absolute;
  top:-5px;
  left:-5px;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.trip-box::before, .trip-box::after  {
  width: 249px;
  height:243px;
  background: none;
}
}

.fb-box:hover::after, .fb-box:hover::before, .trip-box:hover::after, .trip-box:hover::before {
  -webkit-transform: scale(1);
}

.fo::before {
  border-bottom: 6px solid #00c4d9;
  border-left: 6px solid #00c4d9;
  -webkit-transform-origin: 0 100%;
}

.fo::after {
  border-top: 6px solid #00c4d9;
  border-right: 6px solid #00c4d9;
  -webkit-transform-origin: 100% 0%;
}

/*home newsletter*/

.newsletter-section {
	z-index: 2;
	background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size:contain ;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsBox {
	text-align:center;
}

.newsBox h4{
font-family: "Libre Baskerville", "Times New Roman", Times, serif;
font-size: 33px;
font-weight: normal;
line-height: 1.6;
color: #000;
margin-bottom:40px;
}
.social-title {
	margin-top:-80px;
}
.social-title h1 {
	margin-left:55px;
}
.form input.newsletter-field, input.newsletter-field  {
    border-bottom: 4px solid #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00c4d9 !important;
	letter-spacing:1px;
	height:40px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00c4d9 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00c4d9 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #00c4d9 !important;
}

/*home mappa*/
.title-map{
	text-transform:uppercase;
	color: #c8c8c8;
	font-size: 12px;
}

.bot-menu-item.title-map, .bot-menu-item.title-map:visited, .bot-menu.title-map-item:focus {
    font-size: 12px;
	color: #f5e7e7;
}


/****************************************
          ABOUT -CHI SONO DOVE SONO
******************************************/

.tittle-about{
	padding-left:15px;
	margin-right:20px;
	display:inline-block;
	float:left;
}

.arrow-fix, .arrow-fix2{
	width:36px;
	height:50px;
	position:relative;
	display:inline-block;
	float:left;
	margin-top:30px;
	z-index:2;
	
	transition: opacity .4s;
}
/*@media screen and (min-width:1200px) {
.arrow-fix{
	width:36px;
	height:50px;
	position:fixed;
	top:580px;
	left:25%;
	margin-top:inherit;
	transition: opacity .4s;
}
}
@media screen and (min-width:1900px) {
.arrow-fix{
	left:33%;	
}
}*/

.about-elements{
	margin-top:20px;
}

.elements-box{
/*	margin-bottom: 80px;*/
	padding-bottom: 140px;
}

.about-box1{
	margin-top:30px;
}

#about-elem{
	position:absolute;
	top: 57%;
    left: 26%;

}

.dove{
	padding-top: 0px;
	padding-bottom:0px;
}
.dove-elements{
	margin-top: 20px;  
}
.dove-elements2{
	margin-top: 6px;  
}
.row.elements-box2{
	padding-top:30px;
	padding-bottom: 20px;
	margin-bottom:10px;
}

.dove-box1 p{
	margin:0px;
}


/*toggle*/
.come-block {
max-width: 380px;
margin: 70px 80px 40px 0;
float: inherit;
text-align:right;
}

@media screen and (min-width:1024px) {
.come-block {
max-width: 380px;
margin: 70px 80px 40px 0;
float: right;
text-align:right;
}
}



/*.come-block > a{
 color: #00c4d9;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.come-block:hover > a:hover{
 color: #000;
 text-decoration:none;
}*/


.dove-elements2 .toggle {
margin-top: 4px;
}
.toggle > dt {
    font-size: 14px;
}
.dove-elements2 .toggle > dt > a {
    color: #00c4d9;
	text-transform:none;
    border: none;
	border-right:1px solid #000;
	padding: 5px 25px;
}

.toggle > dt > a:hover {
background-color: transparent;
color: #000;
}

.dove-elements2 .toggle > dt > a.active {
    background-color: transparent;
}
.dove-elements2 .toggle > dd {
    color: #000;
}

.toggle > dt > a::after {
    content: "\2b";
    width: 25px;
    height: 25px;
    margin-top: -7px;
    top: 50%;
    right: -35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #00c4d9;
}

.toggle > dt > a.active::after, .toggle > dt > a.active:hover::after {
    content:"\e082";
    color: #00c4d9;
}

.come {
    color: #00c4d9;
	border-right:1px solid #000;
	padding: 5px 25px;
	position:relative;
	display:block;
	
}
.come a{
    color: #00c4d9;
	display:block;
	-webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
	
}
.come a:hover{
    color: #000;
	text-decoration:none;
	
}
.come::after {
	content: "";
	background-image:url(../images/about/bus.png);
    width: 44px;
    height: 58px;
    top: 8px;
right: -58px;
display: block;
position: absolute;
}
.come-mail {
    color: #00c4d9;
	border-right:1px solid #000;
	padding: 5px 25px;
	margin-top:20px;
	position:relative;
	display:block;
	
}
.come-mail a{
    color: #00c4d9;	
	-webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.come-mail a:hover{
    color: #000;
	text-decoration:none;
}
.come-mail span {
    color: #000;	
}
.come-mail::after {
	content: "";
	background-image:url(../images/about/mail.png);
    width: 52px;
    height: 43px;
    top: 25px;
right: -65px;
display: block;
position: absolute;
}

/*form*/
.form-box {
	margin-left:0px;
	margin-bottom:50px;
}


@media screen and (min-width:1024px) {
.form-box {
	margin-left:50px;
}
}



.form-title h3 {
    font-family: 'OstrichSans', sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
	margin-top: 0;
}

.contact-form {
    margin-top: 25px;
}


.form-control {
	color:#000;
    padding: 6px 0px;
    font-size: 13px;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select#form_need.form-control {
    border: 1px solid #000;
}

textarea.form-control {
    border: 1px solid #000;
	padding:8px;       
}
.contact-form input.ci-field {
    height: 44px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    background: transparent !important;
    border: none;  
    border-bottom: 1px solid #000 !important;
}
.contact-form input.ci-field:hover {
    border-color: rgba(0, 0, 0, 0.8);
}
.contact-form input.ci-field:focus {
    color: #000;
    border-color: rgba(0,0,0, .8);
}

.contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f05a32 !important;;
    opacity: 1; /* Firefox */
}

.contact-form ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f05a32 !important;;
}

.contact-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f05a32 !important;;
}

.contact-form label {
    color: #f05a32;
	font-size:14px;
}

.contact-form textarea.ci-area {
    color: #000;
    border: 1px solid #000;  
}


.contact-form textarea.ci-area:focus {
    color: #000;
    border-color: rgba(0,0,0, .8);
}

.contact-form textarea.ci-area:hover {
    border-color: rgba(0,0,0, .8);
}

.form select {
    font-size: 12px;
    text-transform: none;
    background-color: transparent;
    border: 1px solid #787474;
	-webkit-appearance: none;
}

.form select:focus {
    color: #151515;
    border-color: #000;
    -webkit-box-shadow: 0 0 3px rgba(21,21,21, 0);
    -moz-box-shadow: 0 0 3px rgba(21,21,21, 0);
    box-shadow: 0 0 3px rgba(21,21,21, 0);
}
.form select:hover {
     border-color: rgba(0,0,0, .8);
}

.contact-form .ci-btn {
    margin-top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
	text-transform:uppercase;
	padding: 15px 40px 14px;
font-size: 13px;
font-weight:bold;
border-radius:0px;
}

.contact-form .FormLegal {
	margin-bottom:20px;
}

.contact-form label.form-legal {
    color: #000;
	font-size:12px;
	display:inline-block;
	margin-left:10px;
}
.contact-form label.form-legal a{
    color: #000;
	text-decoration:underline;
}

.contact-form .FormLegal p {
	font-size:12px;
	font-family: Raleway, arial, sans-serif;
    line-height: 1;
	margin:0px 0px 0px 27px;
}


/****************************************
          CATERING
******************************************/

section.intro-parallax{
}


.intro-fix{
	position:fixed;
	width:50%;
}

.image-intro{
	max-width:562px;
	text-align:center;
}
.title-intro{
	max-width: 562px;
	text-align:center;
}

.title-intro h1{
	text-align:center !important;
}

a.call-phone{
	/*max-width:350px;*/
	text-decoration:none;
	padding:10px 5px 10px 5px;
	cursor:pointer;
	color:#000;
	display:block;
	margin:20px auto;
}
a.call-phone:hover{
	text-decoration:none;

}

/*.icon-call-in{
	font-size:38px;
	padding:10px 20px 15px 0px;
	display:block;
	
}
@media screen and (min-width:768px) {
.icon-call-in{
	padding:10px 20px 15px 0px;
	display:inline-block;
	
}
}*/

/**/
.call-phone-round{
/*    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 100%;*/
	margin-right: 15px;
	text-align:center;
	
}

.call-phone-round i.fa-phone{
	display:block;
	width:75px;
	height:75px;
	color:#fff;
	 border-radius: 100%;
	 background: #000;
 padding: 12px 5px 5px 5px;
 margin:0 auto;
 margin-bottom:6px;
}

@media screen and (min-width:768px) {
.call-phone-round i.fa-phone{
display:inline-block;
}
}


/**/
.number-intro{
	max-width: 562px;
	text-align:center;
}
.number-intro img{
	width:30px;
	height:30px;
	margin-top:30px;
	margin-bottom:60px;
}
.intro-text{
	text-align:center;
/*	min-height:400px;*/
	max-width:560px;
	padding-left:30px;
	padding-right:30px;
	
}

.float-right{
	float:right;	
}

.intro-prev{
	max-width: 562px;
	text-align:center;
	margin-bottom:20px;
}

/*modifiche colore*/
.service-cat > dl.toggle > dt > a {color: #669900;}
.service-cat .dove-elements2 .toggle > dt > a {color: #669900;}
.service-cat .toggle > dt > a::after {color: #669900;}
.service-cat .toggle > dt > a.active::after, .toggle > dt > a.active:hover::after {color: #669900;}

.service-cat .come {color: #669900;	}
.service-cat .come a{color: #669900;}

.service-cat .come-mail {color: #669900;}
.service-cat .come-mail a{color: #669900;}


/****************************************
          LEZIONI
******************************************/

.title-intro span{
	font-size: 60px;
	line-height: 0.6;
}
/*parallax*/
/*.intro-fix-back {
	position:fixed;
	width:50%;
	min-height:520px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.intro-fix-back.relative {
	position:relative;
}*/

.intro-fix2{
	position:fixed;
	width:50%;
}
.intro-fix2.relative{
	position:relative;
	width:100%;
	margin-top:600px;/*valore = al javascript*/
}

.intro-textheight{
	min-height:500px;
}

@media screen and (min-width:1900px) {
.intro-textheight{
	min-height:600px;
}
}


