﻿body, html{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
   	font-size: 14px;
    box-sizing: border-box;
}
body {
    background-image: url("../images/img1.jpg"), url("../images/img2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.container-fluid {
    padding: 0px;
    margin: 0px auto 0px auto;
}
.container {
    width: 100%;
  	background-color:#FFFFFF;
    font-family: 'News Cycle', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #6b6b6b;
	  position: relative;
}

/*-----------titoli---------------*/
h1 {
    margin: 0px 0 10px 0;
    position: relative;
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    color: #28697f;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    margin: 80px 0 50px 0;
    position: relative;
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    color: #29a6d3;
    text-align: center;
	text-transform: uppercase;
}
h3 {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #909090;
    font-family: 'News Cycle', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #292929;
}

/*---------------colori-----------*/
a {
    color: #28697f;
    text-decoration: none;
}
a:hover {
    color: #28697f;
}

.blue {
    color: #28697f;
}
.white{
    color: #FFFFFF;
}
/*---------------linee righe e colonne-----------*/
hr.dashed {
    padding: 20px 0 20px 0;
	margin-bottom: 50px;
    border: 0px;
    border-bottom: 1px dashed #29a6d3;
}
hr.dashed2 {
    padding: 0px 0 0 0;
    border: 0px;
    border-bottom: 1px dashed #29a6d3;
}
.row {
  margin: auto;
  width: 100%;
	font-size: 20px;
	text-align:left;
}

.social{
  border:2px solid #ffffff;
  border-radius: 3px;
  font-size: 21px;
  background-color: #ffffff;
  width:auto;
  position: relative;
  display: inline-block;
  height: auto;
  transition: 0.3s;
}

.social a {
  color: #28697f;
  transition: 0.3s;
}

.social:hover {
  background-color: #28697f;
}

.social:hover a {
  color: white;
}

/*---------------paragrafi-----------*/
p {
        text-align: left;

}
span.grassetto{
        font-weight: 600;
}




/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 0px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 0px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

section:before {
    content: "\a\a\a";
    white-space: pre;
}

h1:after {
    content: "\a\a";
    white-space: pre;
}

.text-company {
    color: #36b7ef;
}


/*--------------------navigazione---------------------*/
.header {
    width: 100%;
	}

img.icone {
	position: absolute;
    left: 10px;
}
img.logo_piccolo {
    height: 59px;
	position: absolute;
    top: 20px;
    right: 10px;
}

img.logo {
    display: none;
}
.navbar {
    width: 100%;
	min-height: 105px;
    background: #28697f;
	color: #ffffff;
	text-align:left;
    border-bottom: none;
    transition: background-color linear 0.5s;
	font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    transition: background-color linear 0.8s;
}

.navbar-brand {
	width: 50%;
	position:relative;
	text-align:right;
	float:left;
	display:block;
	white-space: normal;
    text-align: right;
    word-break: break-all;
}

.navbar-nav > li > a:focus{
    color: #28697f;
}
.navbar  .navbar-nav > li > a:hover{
    background-color: #FFFFFF;
    color: #28697f;
}
.navbar  .navbar-toggle:hover,
.navbar  .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar  .navbar-toggle .icon-bar{
    background-color: #FFFFFF;
}
.navbar .navbar-nav > li > a {
    color: #FFFFFF;

}

.navbar  .navbar-nav > li > a.hover {
    background-color: #FFFFFF;
    color: #28697f;
}

.nav-item a {
    transition: background-color linear 0.5s;
}

.nav-item-hover, .nav-item a:hover {
    background-color: #FFFFFF;
    color: #28697f !important;
}

/*---------------------home-------------------------*/
#home {
    height:auto;
    background-image:url(../images/footer_home.png);
    background-attachment: scroll;
    background-position: 10px 600px;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
	margin-top: 20px;
}
.responsive{
	position: relative;
    display:inline-block;
}

.introduzione {
	font-family: News Cycle;
	font-size: 21px;
	text-align: left;
	width: 60%;
	color:#030303;
	background-color:#FFFFFF;
	opacity:0.8;
	padding: 10px 50px 50px 50px;
	margin-top: 35px;
/*	margin-left:300px;*/
    position: relative;
	float:right;
}
 .megabutton {
	background-image: url("../images/bottone.png");
	font-family: News Cycle;
	font-size: 21px;
	text-align: center;
	width: 143px;
}
.footerhome {
	font-family: News Cycle;
	font-size: 15px;
	text-align: right;
	width: 100%;
	color:white;
	background-color: transparent;
	padding: 60px 50px 50px 50px;
	margin-top: 100px;
    clear: both;
  	float:right;
}
.footerhome a:hover{
	font-family: News Cycle;
	font-size: 15px;
	text-align: right;
	color:white;

}

/*---------------------chi siamo-------------------------*/
#aboutUs{
    height:auto;
    font-family: 'News Cycle', sans-serif;
	background-color:#FFFFFF;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
  padding-bottom: 30px;

}
.title {
    margin: 0px 0 10px 0;
    position: relative;
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    color: #29a6d3;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.titlesmall  {
	margin: 0px 0 10px 0;
    position: relative;
    font-family: 'News Cycle', sans-serif;
	font-size: 25px;
    font-weight: 400;
    color: #29a6d3;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;

}
span.subtitle {
	font-family: News Cycle;
	text-align: left;
	font-weight:700px;
	font-style:italic;
	color:#29a6d3;

}
span.watchword {
	font-family: 'News Cycle', sans-serif;
	text-align: left;
	font-weight:700px;
	color:#29a6d3;
}
span.subtitlesmal {
    font-family: 'News Cycle', sans-serif;
	text-align: left;
	font-weight:bold;
	color:#000000;
}

img.imgsx {
	text-align: center;
	margin-top: 30px;
  margin-bottom:10px;

	}
	.txtabout {
	font-size:21px;
	padding-left: 100px;
	padding-right: 100px;
}
/*---------------------portfolio-------------------------*/
#portfolio{
	width: 100%;
  height: auto;
  background-color:#28697f;
	font-size:21px;
  margin: auto;
  padding: 10px 0px 10px 0px;
	overflow: auto;
   }

  .color{
  color:#ffffff;
   }
  .txtportfolio {
	font-size:21px;
	padding-left: 100px;
	padding-right: 100px;
}
.flex {
  max-width: 100%;
}

   /*---------------------contacts-------------------------*/
#contacts{
	height: auto;
	width: 100%;
	font-size:21px;
    margin: auto;
    padding: 0px 0px 0px 0px;
	overflow: auto;
	background-color: #333232;
   }
   .form{
	font-size:16px;
    margin: auto;
   }
   label{
	font-size:16px;
	color:#ffffff;
    margin: auto;
   }
      /*---------------------footer-------------------------*/
.footer{
	min-height: 200px;
	width: 100%;
    margin: auto;
	font-family: News Cycle;
	text-align:center;
	color:#FFFFFF;
    padding: 50px 0px 0px 0px;
	background-color:#28697f;
	   }
.textfooter a:hover {
	color:#ffffff;
	text-decoration: none;
	}

.text-center {
	font-family: News Cycle;
	color:#0098cc;
	}
