/*DYNAPE CSS */

/*	1. CORE
	2. NAVBAR
	3. TOP
	4. SECTION CONTENT 1 
	5. SECTION CONTENT 2
	6. SECTION CONTENT 3
	7. MILESTONE 
	8. CLIENTS
	9. FOOTER
	10. MISC.
		a. Buttons
		b. Forms
		c. Preloader
		d. Others
*/


/* CORE */

body {
	font-family:Lato;
	font-weight:300;
	font-size:16px;
	line-height:25px;
}

h2 {
	color:/*#999999*/#91aec4;
	font-family:Montserrat;
	font-size:27px;
	font-weight:400;
	letter-spacing:-1px;
	margin-top:0;

}

h3 {
	color:/*#27ade4*/#404B50;
	font-family:Montserrat;
	font-size:17px;
	font-weight:700;
	letter-spacing:-1px;
}


h4 {
	color:#000;
	font-family:Montserrat;
	margin-top:20px;
}
section {
	margin:30px 0;
}




/* NAVBAR */

.navbar-custom {
	color:#000;
	font-family:Montserrat;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
}



/* TOP */

#top {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
	min-height:565px;
	color:#ffffff;
	background-color: #93c1dc;
	background:url(../img/top-bg2.jpg) center center no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
	/*border-bottom:5px solid #84A4BD;*/
}

#top .caption {
	position:absolute;
	bottom:20%;
}

#top .caption_logo {
	position:absolute;
	top:5%;
	background: #ff0000;
}

#top .caption_logo_new {
	width: 100%;
	max-width: 1150px;
	padding-left: 20px;
	padding-right: 20px;
	position:absolute;
	top:5%;
	/*background: #ff0000;*/
}



.caption h1 {
	font-family: /*Montserrat*/Open Sans;
	font-size:50px;
	font-weight:700;
	letter-spacing:-2px;
	/*text-shadow: 2px 2px 1px #333;*/
	text-shadow: 2px 2px 1px rgba(51,51,51, 0.5);
}

.caption p {
	font-size:21px;
	font-weight:400;
	/*text-shadow: 2px 2px 1px #333;*/
	text-shadow: 2px 2px 1px rgba(51,51,51, 0.5);
}

.phone {
	color:#333333;
	padding:15px 0 0 0;
	font-size:15px;
	text-align:right;
}

.phone i {
	vertical-align:middle;
}


/* SECTION CONTENT 1 */

#content1 {
	margin-bottom:100px;
}


/* SECTION CONTENT 2 */

#content2 {
	background:#efefef;
	padding:50px 0;
	margin:70px 0;
}

#content2 i {
	color:/*#27ade4*/#81a1b8;
	vertical-align:middle;
}

#content2 h2 {
	margin-bottom:40px;
}


#video {
	margin-bottom:20px;
}


/* SECTION CONTENT 3*/

#content3 {
	margin:70px 0;
}


#content3 h3 {
	margin-top:0;
}



/* MILESTONE */

#milestone {
	color: #fff;
	margin:50px 0 0;
	padding:70px 0;
	/*text-transform:uppercase;*/
	background:/*#27ade4*//*#59d3a2*/#B3BDC6;
	background:#acb5be url(../img/contatti-footer-bg.jpg) 0px 0px no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

#milestone .timer {
	font-size:65px;
	font-family:Lato;
	font-weight:300;
	line-height:65px;
}

#milestone p {
	font-size:14px;
	font-family:Montserrat;
	font-weight:/*700*/200;
	letter-spacing:/*2px*/0px;
}


/* CLIENTS */

#clients {
	margin:70px 0 40px 0; 
}

#clients h3 {
	margin-bottom:40px;
}


/* FOOTER */

footer {
	color:#ced9e2;
	background:/*#27ade4*/#89A0B1;
	padding:30px 0 10px 0;
	margin-bottom:0;
}

footer h3{
	color:#ffffff;
	margin-bottom:0;
}

footer small {
	display:block;
	margin-bottom:20px;
}



/* MISC. */

/* BUTTONS */

.button {
	color: inherit;
	background: none;
	font-family:Montserrat;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
/*	margin: 15px 0; */
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	   		border-radius:4px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
	            transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-big {
	padding:10px 20px;
	font-size:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	margin-top:  20px;
}

.button-small {
	margin:15px 0 30px 0;
	padding:5px 10px;
	font-size:11px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-dark {
	color: #fff;
	background:/*#27ade4*/#82A2BB;
}

.button-dark:hover,
.button-dark:active {
	color: #ffffff;
	background: #1988b6;
	text-decoration:none;
}


/* FORMS */

.form1 {
	border:1px solid #fff;
	background:rgba(255,255,255, .98);
	width:100%;
	position:absolute;
	top:-180px;
	padding:15px;
	/*box-shadow:1px 1px 20px rgba(39, 173, 228, 0.5)*/
	box-shadow:1px 1px 20px rgba(0, 0, 0, 0.2);
}


.form2 {
	margin:20px 0;
	background: #f3f3f3;
    padding: 30px 10px 160px;
} 


input, select {
	width:100%;
	padding:12px 10px;
	font-family:Montserrat;
	font-size:17px;
	text-transform:uppercase;
	outline:none;
	border:1px solid #cccccc;
	letter-spacing:-1px;
	margin-bottom:15px;
}

.input-text-area {
	font-size:15px;
	height: 130px;
	text-transform: none;
	width:100%;
	padding:12px 10px;
	font-family:Montserrat;
	outline:none;
	border:1px solid #cccccc;
	letter-spacing:-1px;
	margin-bottom:15px;
}

.primi-campi {
	float: left;
	width: 48%;
}

.primi-campi-uno {
	float: left;
	width: 48%;
	margin-right: 14px;
}




/* PRELOADER */

.preload {
	background:#ffffff;
	position: absolute;
	width: 100%;
	height: 100%; 
	z-index: 1;
	display:table;
	
}


.spinner {
  width: 30px;
  height: 30px;
  background-color: #27ade4;
  display:table-cell;
  vertical-align:middle;
  position:absolute;
  top:40%;
  left:50%;

  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/* OTHERS */

.uppercase {
	text-transform:uppercase;
}

.parallax {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height:auto;
	min-height:250px;
}



#image1 {
	color:#ffffff;
	background-color:#d88da1;
	background:url(../img/image2.jpg) no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

.blue {
	color:/*#27ade4*/#89A0B1;
}

/* feature icon effect */

/* Pulse */

@-webkit-keyframes feature {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes feature {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.feature {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.feature:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}