:root {
	--sabbia:#DBD8CD;
	--grigiochiaro:#9B9B9B;
}

.sabbia {
	color:var(--sabbia);
}

.bianco {
	color:#fff;
}

.margin-bottom {
	margin-bottom:50px;
}

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

body,html {
	font-family:'Suisse Serif',sans-serif;
	text-rendering:optimizeLegibility!important;
	-webkit-font-smoothing:antialiased!important;
	color:#888;
	background-color:#FFF;
	overflow-x:hidden;
	padding-right:0!important;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

h1,h2,h3,h4 {
	font-family:'Suisse Sans',serif;
	color:#444;
}

h1 strong {
	font-weight:900;
}

h2 {
	font-family:'Suisse Sans',serif;
	line-height:20px;
	margin:0;
	font-size:42px;
	font-weight:700;
	font-style:italic;
}

h3 {
	font-size:26px;
	font-weight:bold;
}

h4 {
	font-size:16px;
	font-weight:400;
}

h4.active {
	font-family: 'Suisse Sans', serif;
	font-weight: bold;
}

h5 {
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top:20px;
	margin-bottom:25px;
	line-height:1.2em;
}

p {
	font-size:16px;
	line-height:26px;
	font-weight:400;
}

a {
	color:#777;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

a:hover,a:focus {
	text-decoration:none;
	color:var(--sabbia);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

iframe {
	border-width: 0;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.modal-open {
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.modal-body {
	margin-top:15px;
}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	z-index:99999;
	height:100%;
}


#status {
  position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -72px; /* Half the height */
   margin-left: -110px; /* Half the width */
}

.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

ul,ol {
	padding:0;
	webkit-padding:0;
	moz-padding:0;
	list-style:none;
}

.img-centered {
	margin:0 auto;
}

hr {
	height:2px;
	width:60px;
	background:#444;
	position:relative;
	border:0;
	margin:30px 0 0;
}

.pre-scrollable {
	max-height:500px;
}

/* Navigation */
.col-xs-10#title {
	margin-top: 2px;
}

#menu {
	padding:20px;
	text-align:right;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#menu .container-fluid {
	padding-right:25px;
	padding-left:25px;
}

#menu.navbar-default {
	background-color:rgba(248,248,248,0);
	border-color:rgba(231,231,231,0);
	min-height:  80px;
}

#menu a.navbar-brand {
	font-size:18px;
	color:white;
	font-weight:400;
	letter-spacing:1px;
	text-align: left;
}

#menu h4 {
	margin-top: 3px;
	margin-bottom: 0px;
	color: white;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	font-weight:500;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	font-weight:700;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.contaminazioni {
	padding-bottom:200px;
	padding-top:100px;
}

.on {
	background-color:black!important;
	padding:0!important;
}

.navbar-default .navbar-collapse {
	border:none;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
	color:#fff!important;
	background-color:transparent;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.navbar-toggle {
	border-radius:0;
	display:block;
	margin-right:5px;
	margin-top:35px;
	padding:15px;
}

.navbar-default .navbar-toggle {
	border:none;
	right:15px;
	position:fixed;
	top: -55px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background:none;
	border:none;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.navbar-default .navbar-toggle >.icon-bar {
	background-color:#fff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color:#fff;
	height:2.5px;
}

.navbar-header {
	float:none;
}

.navbar-collapse {
	border-top:1px solid transparent;
	padding-right:0;
	padding-left:0;
}

.navbar-collapse.collapse {
	display:none!important;
}

.navbar-nav {
	float:none!important;
	margin:7.5px 15px;
}

.navbar-nav>li {
	float:none;
}

.navbar-collapse.collapse.in {
	display:block!important;
	padding-right:8px;
}

.side-collapse-container {
	width:100%;
	position:relative;
	right:0;
	transition:left .4s;
}

.side-collapse-container.out {
	right:200px;
}

.side-collapse {
	top:0;
	bottom:0;
	right:0;
	width:200px;
	height:100vh;
	position:fixed;
	overflow:hidden;
	transition:width .4s;
}

.side-collapse.in {
	width:0;
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	max-height:100vh;
}

.navbar-inverse {
	background-color:black;
}

div#prenotaora-button {
	text-align:left;
	padding-top:30px;
}

div#logo-nav {
	padding-top:10px;
	padding-bottom:10px;
}

div.hamburger {
	padding-top:10px;
}

/* Codice animazione Hamburger
	_________________________ */
/* Icon 1 */
#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4 {
	position:relative;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	cursor:pointer;
}

#nav-icon1 span,#nav-icon3 span,#nav-icon4 span {
	display:block;
	position:absolute;
	width:100%;
	border-radius:9px;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top:0;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#nav-icon1 span:nth-child(2) {
	top:4px;
}

#nav-icon1 span:nth-child(3) {
	top:12px;
}

#nav-icon1.open span:nth-child(1) {
	top:4px;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#nav-icon1.open span:nth-child(2) {
	opacity:0;
	left:-60px;
}

#nav-icon1.open span:nth-child(3) {
	top:0;
	-webkit-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	transform:rotate(-135deg);
}

/* Home Style */

header {
	background:url(../img/sarcofagi-ortho.jpg) no-repeat center center;
	background-size:cover;
	background-color: var(--sabbia);
	position:relative;
	min-height:100vh;
	max-height: 100vh;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

header p {
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin-bottom:60px;
	letter-spacing:2px;
}

header .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.intro-text {
	position:relative;
	padding-top:300px;
	padding-right:0;
	padding-left:0;
	padding-bottom:220px;
}

.intro-text H1 {
	font-size:62px;
	color:#FFF;
	font-weight:300;
}

.intro-text .brand {
	font-weight:400;
}

.btn-default {
	color:#fff;
	background-color:transparent;
	border:2px solid #fff;
	margin:0 8px 0 0;
	font-family: 'Suisse Sans', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:25px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	border-radius: 18px;
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active {
	color:#fff;
	background:none;
	border:4px solid transparent;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	font-weight: bold;
}

.btn-default#home-button {
	position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 2;
}


.section-title {
	padding-top:10px;
	padding-right:0;
	padding-left:0;
	margin-bottom:30px;
}

/* Fotogrammetria Section */

#fotogrammetria-section {
	min-height:100vh;
	text-align:center;
	background-color:black;
	color:white;
	padding-top: 100px;
}

#fotogrammetria-section .container {

}

#fotogrammetria-section p {
	color:white;
	text-align: left;
}

#fotogrammetria-section h3 {
	text-align: left;
	color: white;
}

#fotogrammetria-section h3.text-center {
	text-align: center;
	color: white;
}

#fotogrammetria-section .btn-default {
	color:white;
	background:none;
	border:2px solid;
	margin:20px 0 0;
	padding:8px 30px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:25px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#fotogrammetria-section .btn-default:hover,#fotogrammetria-section .btn-default:focus,#fotogrammetria-section .btn-default.focus,#fotogrammetria-section .btn-default:active,#fotogrammetria-section .btn-default.active {
	background-color:#444;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#fotogrammetria-section li > a {
	font-family: 'Suisse Sans', sans-serif;
}

div#button.col-md-6 {
	padding-left: 0px;
	text-align: left;
}

#fotogrammetria-section li.active > a > p{
	border-bottom: 2px solid;
	display: inline;
	padding-bottom: 3px;
	font-weight: bold;
}

div#lastoriaimage {
	height:25vh;
	background-image:url(../img/lastoriaimage.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.nav-tabs {
	border-bottom: none;
}

h4#timeline {
	padding-top: 50px;
}

/* Codice Tabs */
	
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{

    height: 500px;
    background: #fff;

}
.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 82%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 22%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 20px;
    height: 20px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    margin-left: 45%;
    margin-right: auto;
}

span.round-tabs.one{
   border: 2px solid var(--grigiochiaro);
}

li.active span.round-tabs.one{
    background: var(--grigiochiaro);
    border: 2px solid var(--grigiochiaro);
}

span.round-tabs.two{
    border: 2px solid var(--grigiochiaro);
}

li.active span.round-tabs.two{
    background: var(--grigiochiaro);
    border: 2px solid var(--grigiochiaro);
}

span.round-tabs.three{
    border: 2px solid var(--grigiochiaro);
}

li.active span.round-tabs.three{
    background: var(--grigiochiaro);
    border: 2px solid var(--grigiochiaro);
}

span.round-tabs.four{
    border: 2px solid var(--grigiochiaro);
}

li.active span.round-tabs.four{
    background: var(--grigiochiaro);
    border: 2px solid var(--grigiochiaro);
}

span.round-tabs.five{
    border: 2px solid var(--grigiochiaro);
}

li.active span.round-tabs.five{
    background: var(--grigiochiaro);
    border: 2px solid var(--grigiochiaro);
}

.nav-tabs > li.active > a span.round-tabs{
    
}
.nav-tabs > li {
    width: 20%;
}

li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    display: none;
    
}
.nav-tabs > li a{
	margin: 20px auto;
	border: none;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


/* Lavori Section */
#relitto-section {
	padding:100px 0;
	background:var(--sabbia);
	min-height:100vh;
}

#relitto-section h2 {
	text-align:center;
	color:#fff;
}

#relitto-section hr {
	background-color:#fff;
}

#relitto-section .btn-default {
	color:var(--grigiochiaro);
	border: 2px solid var(--grigiochiaro);
	background:none;;
	margin:20px 0 0;
	padding:8px 30px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#relitto-section .btn-default:hover,#relitto-section .btn-default:focus,#relitto-section .btn-default.focus,#relitto-section .btn-default:active,#relitto-section .btn-default.active {
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	border: 4px solid var(--grigiochiaro);
}

img.array {
	margin-bottom:25px;
}

#relitto-section .nav-tabs > li {
	float:none;
}

#relitto-section .nav-tabs > li.active > a {
	text-decoration:underline;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#relitto-section .nav-tabs > li > a {
	color:#fff;
	float:none;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#relitto-section .row .tabs-right .nav-tabs > li.active > a:hover,#relitto-section .row .tabs-right .nav-tabs > li.active > a:focus {
	text-decoration:underline;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#video.video {
	position:relative;
	padding-bottom:56.25%;
	overflow:hidden;
}

#video.video iframe,#video.video object,#video .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#relitto-section .video.collapsing {
	position:relative;
	padding-bottom:0;
	overflow:hidden;
	-webkit-transition-timing-function:unset;
	-o-transition-timing-function:unset;
	transition-timing-function:unset;
	-webkit-transition-duration:0;
	-o-transition-duration:0;
	transition-duration:0;
	-webkit-transition-property:unset;
	-o-transition-property:unset;
	transition-property:unset;
}

div#carousel1.flexslider {
	background: none;
	border:none;
}

/* Modelli Section */
#modelli-section{
	padding: 0;
	min-height:90vh;
}

#modelli-section h2 {
	text-align:center;
}

#modelli-section h4 {
	font-weight:700;
}

#modelli-section p {
	font-family: 'Suisse Sans', sans-serif;
}

#modelli-section .container-fluid {
	padding-right: 0px;
}

#modelli-section .section-title {
	padding-top: 100px;
}

#modelli-section .nav {
	padding-left: 35px;
}

#modelli-section .tab-pane {
	padding-top: 0;
	margin-bottom: -7px;
}

#modelli-section li > a {
	padding-left: 0px;
}

#modelli-section .nav-tabs > li {
    width: 70%;
}

#modelli-section .tab-content {
	padding-left: 0px;
}

div#toolbar {
	top:50px;
}

/* TABS */
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
s
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}



/* MODAL CSS */

.portfolio-modal {
	padding-right:0!important;
}

.portfolio-modal .modal-content {
	padding:20px 0;
	min-height:100%;
	border:0;
	border-radius:0;
	font-size:15px;
	font-weight:300;
	text-align:center;
	background-clip:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background:#fff;
/* Old browsers */
	background:-moz-linear-gradient(top,#fff 50%,#f6f6f6 100%);
/* FF3.6-15 */
	background:-webkit-linear-gradient(top,#fff 50%,#f6f6f6 100%);
/* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,#fff 50%,#f6f6f6 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);
/* IE6-9 */
}

.portfolio-modal .modal-content h2 {
	margin-bottom:15px;
	margin-top:-10px;
	font-size:36px;
	font-weight:600;
	text-decoration: none;
	font-style: normal;
	
}

.portfolio-modal .modal-content hr {
	margin-bottom:30px;
}

.portfolio-modal .modal-content p {
	margin-bottom:20px;
	font-size:16px;
}

.portfolio-modal .modal-content p.item-intro {
	margin:20px 0 30px;
	font-style:italic;
	font-size:16px;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top:0;
	margin-bottom:30px;
}

.portfolio-modal .modal-content ul.list-inline span {
	font-weight:600;
}

.portfolio-modal .modal-content img {
	margin-bottom:30px;
}

.portfolio-modal .close-modal {
	position:absolute;
	top:0;
	right:25px;
	width:55px;
	height:55px;
	background-color:transparent;
	cursor:pointer;
	z-index:99999;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.portfolio-modal .close-modal:hover {
	opacity:.3;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.portfolio-modal .close-modal .lr {
	z-index:1051;
	width:1px;
	height:55px;
	margin-left:35px;
	background-color:var(--sabbia);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index:1052;
	width:1px;
	height:55px;
	background-color:var(--sabbia);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.portfolio-modal .btn-primary {
	color:#777;
	background-color:transparent;
	border:2px solid #ddd;
	border-radius:0;
}

.portfolio-modal .btn-primary:hover,.portfolio-modal .btn-primary:focus,.portfolio-modal .btn-primary.focus,.portfolio-modal .btn-primary:active,.portfolio-modal .btn-primary.active {
	color:#fff;
	background-color:#759d8d;
	border:2px solid #759d8d;
}

#virtualtouriframe {
	width:100%;
	height:80vh;
}

/* Menu Section */
/*--
    price Start
--*/
#price h3 {
	font-size:20px;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.2em;
}

#price .item {
	text-align:left;
}

#price .block > p {
	color:#9D9D9D;
	font-size:16px;
	line-height:26px;
	padding:40px 133px 0;
	text-align:center;
}

#price .block .pricing-list {
	padding-top:35px;
}

#price .block .pricing-list ul {
	padding:0 0 30px;
	margin:0;
}

#price .block .pricing-list ul li {
	padding:1px 0;
}

#price .block .pricing-list ul li .item .item-title {
	position:relative;
}

#price .block .pricing-list ul li .item .item-title h2 {
	display:inline-block;
	position:relative;
	z-index:99;
	background:#fff;
}

#price .block .pricing-list ul li .item .item-title .border-bottom {
	position:absolute;
	top:0;
	width:100%;
	height:1px;
	border:1px dotted #C9C9C9;
	margin-top:20px;
}

#price .block .pricing-list ul li .item .item-title span {
	float:right;
	color:var(--sabbia);
	margin-top:-30px;
}

#price .block .pricing-list ul li .item p {
	padding:0;
	color:var(--sabbia);
	margin-bottom:5px;
	font-size:13px;
}

#price .block .pricing-list .btn {
	padding:28px 105px;
	border-radius:0;
	background:none;
	color:#FF4F02;
	border:1px solid #FF4F02;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition:.3s all;
	-o-transition:.3s all;
	transition:.3s all;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#price .block .pricing-list .btn:hover {
	background:#ff530a;
	color:#fff;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}



/* Attacchi Section */
#attacchi-section {
	min-height:90vh;
	text-align:left;
}

#attacchi-section {
	padding-top:100px;
/* 	padding-bottom:100px; */
}

#attacchi-section p {
	margin-top:20px;
	color:#333;
}

#attacchi-section .btn-default {
	color:#333;
	border: 2px solid #333;
	background:none;;
	margin:20px 0 0;
	padding:8px 30px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#attacchi-section .btn-default:hover,#attacchi-section .btn-default:focus,#attacchi-section .btn-default.focus,#attacchi-section .btn-default:active,#attacchi-section .btn-default.active {
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
	border: 2px solid #333;
}

ol.flex-control-nav.flex-control-paging{
	display: none;
}

.flexslider#attacchi {
	margin: auto;
}

div#button.col-lg-6.col-md-12 {
	padding-left: 0px;
}

#attacchi-section .flex-viewport {
	max-height: 450px;
}

/* Links Section */

#links-section {
	background-color: black;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	color: white;
}

#links-section h4 {
	color: white;
}

#links-section .container-fluid {
	padding-left: 30px;
}
/* Contact Section *//*

#contact-section {
	padding:100px 0 80px;
	background-color:#fff;
	color:#000;
	text-align:center;
}

#contact-section .section-title h2 {
	text-align:center;
}

.map {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
}

#contact-section h3 {
	color:var(--sabbia);
	font-size:20px;
	font-weight:300;
	margin-bottom:50px;
}

#contact-section p {
	color:#000;
}

#contact-section form {
	padding:0;
}

div#map {
	height:400px;
}

label {
	font-size:12px;
	font-weight:400;
	font-family:'Open Sans',sans-serif;
	float:left;
}

#contact-section .form-control {
	display:block;
	width:100%;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:2px solid #ddd;
	border-radius:2px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#contact-section .form-control:focus {
	border-color:inherit;
	outline:0;
	-webkit-box-shadow:transparent;
	box-shadow:transparent;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#contact-section .container-fluid {
	padding:0;
}

#contact-section .btn:hover,#contact-section .btn:focus {
	background:#83af9d;
	border-color:#83af9d;
	color:#fff;
}

#contact-section .text-danger {
	color:#c30;
	text-align:left;
}

#contact-section .btn-default {
	color:#f6f6f6;
	background-color:#555;
	border:0;
	margin:20px 0 0;
	padding:8px 30px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:0;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#contact-section .btn-default:hover,#contact-section .btn-default:focus,#contact-section .btn-default.focus,#contact-section .btn-default:active,#contact-section .btn-default.active {
	background-color:#444;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

a:focus,.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline:none;
	outline-offset:none;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}
*/

/* Social Section */
/*
#social-section {
	padding:55px 0;
	background-color:#fff;
	text-align:center;
}

#social-section .social-icon a > img {
	margin:0 auto;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#social-section .social-icon a > img:hover {
	-webkit-transform:rotate(360deg) scale(1.3,1.3);
	-ms-transform:rotate(360deg) scale(1.3,1.3);
	transform:rotate(360deg) scale(1.3,1.3);
}
*/

/* Footer */
#footer {
	background: black;
	padding:15px 0 10px;
}

#footer p {
	font-size:13px;
	margin-top:10px;
	color: white;
}

#toTop {
	color:var(--grigiosc);
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	font-size:35px;
	z-index:999;
}

/* 	   MEDIAQUERY
===================== */
@media (max-width: 360px) {
	.hover-bg .hover-text {
		padding:22% 10%;
	}
}

@media( max-width : 585px ){ /* mediaquery per snipper la storia section */
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 15px;
height: 15px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

@media (max-width: 603px) {
	label {
		float:none!important;
	}
	
	.navbar-default .navbar-toggle {
		top: -60px;
	}
}

@media (max-width: 768px) {
	.content {
		padding:40% 0 0;
	}
	
	#menu.navbar-default {
		background-color:rgba(0,0,0,0.3);
	}
	

	
	#modelli-section > .container > .row > .tabbable > .tab-content {
		padding-bottom:10%;
	}

	
	header,#fotogrammetria-section,#ristorante,#pizeria,#attacchi-section {
		background-attachment:initial;
	}
}

@media (max-width:991px) {
	div#prenotaora-button {
		display:none;
	}
	
	.navbar-collapse {
		box-shadow:none;
	}
	
}

@media (max-width: 979px) {
	#attacchi-section p,#attacchi-section h3 {
	/* 	background-color: rgba(255,255,255,0.7); */
		color:#444;
	}
	
	#video-background {
		display:none;
	}
	
	.nav-tabs > li {
    width: 100%;
	}

}

@media (max-width: 1199px) {
	/*.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
		    float: left;
		}*/
	#relitto-section .nav-tabs > li {
		float:left;
	}
}

@media (min-width: 1400px) {
	.container {
		width:1330px;
	}
}

@media (min-width: 1600px) {
	.container {
		width:1570px;
	}
}


/************************************ OVERRIDE *******************************************/

/********* GENERAL **********/

p {

    font-family: 'Suisse Sans', sans-serif;

}


/********* Navbar ***********/

#menu h4 {

    margin-top: 15px;
    margin-bottom: 0px;
    color: white;
    text-align: left;
    font-size: 1.3em;

}

h1#siteowner {

	font-size: 2em;
	text-align: left;
	color: white;
	margin-top: 25px;
	font-weight: bold;
}


.navbar-default .navbar-toggle {

	top: -80px;

}

/********* Home ***********/

#home {

    height: 100vh;
    background-image: url(../img/home.jpg);
    background-size: cover;

}

#motto {

    height: 100vh;
}

#bottomleft {

    position: absolute;
    bottom: 0;
    left: 75px;

}

#bottomleft > h1 {

    color: white;

}

#bottomright {

    position: absolute;
    bottom: 0;
    right: 230px;
    
}


/********* Mission ***********/

#mission-section {

    height: 100vh;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.80), rgba(255, 255, 255, 0)), url(../img/mission2.jpg);
    background-size: cover;
    padding-top: 30px;
    color: white;

}

h3#white {

    color: white;

}


/********* Tools ***********/

div#tools-section {

	min-height: 100vh;
	background-color: black;
	color: white;
	padding-top: 30px;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: black;
    border: none;
    border-bottom-color: transparent;
	font-weight: bold;
}

a.btn.btn-default.tools {

    margin-top: 15px;
    margin-bottom: 15px;

}

a.btn.btn-default.tools:hover {

	border: 4px solid white;

}

a.btn.btn-default.tools:active {

	border: 4px solid white;

}

a.btn.btn-default.tools > p {

	margin: 0px;

}

a.btn.btn-default.tools > p:hover {

	font-weight: bold;

}


/******** Model Section ****************/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    background-color: white;
    border: none;
    border-bottom-color: transparent;
	font-weight: bold;
}


/***************** PEOPLE SECTION *****************************/

/* Fluorescenza Section */

#people-section {
	background-color:black;
	text-align:left;
	min-height:80vh;
	min-height: 100vh;
}

#people-section .container {
	padding-top:60px;
	padding-bottom:100px;
	background-size:auto 100%;
}

#people-section h3 {
	color:white;
}

#people-section p {
	margin-top:20px;
	color: white;
}

#people-section .btn-default {
	color:white;
	background-color:transparent;
	border:2px solid white;
	margin:20px 0 0;
	padding:8px 30px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#people-section .btn-default:hover,#people-section .btn-default:focus,#people-section .btn-default.focus,#people-section .btn-default:active,#people-section .btn-default.active {
	background-color:transparent;
	font-weight:bold;
	border: 3px solid white;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

#people-section img.img-responsive {
	margin-bottom: 30px;
}

iframe#youtube {
	display: block;
	margin: 0 auto;
}


.dropdown-menu {
	left:50%;
	right:auto;
	text-align:center;
	transform:translate(-50%,0);
}

/******** Footer **********/

div#footer {

	background-color: black;
	color: white;

}