@charset "utf-8";
/* CSS Document */

/*body{
	padding: 25px;
}*/
body.index:before{
	content: '';
	display: block;
	position: absolute;
	height: 600px;
	width: 100%;
	z-index: 0;
	/*background: rgb(200,200,200);
background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(88,88,88,1) 100%);*/
	background-image: url('../img/img/bgSite.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}
.contentvideo{
    height: 700px;
    overflow: hidden;
    position: relative;
    clear: both;
}
.video{
    width: 100%;
    position: relative;
    /*transform: translateY(-5vw);*/
  z-index: 10;
}

@media (max-width: 1200px){
	nav.navbar-default {
		background-color: #fff;
	}
	header.hero-area {
		margin-left: 84px;
		margin-right: 84px;
	}
}

@media (min-width: 992px){
	.brand-logo {
		margin-top: -25px;
	}
	.nav-shrink .brand-logo {
		margin-top: -10px;
	}
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.brand-logo .logoW{
	display: block;
}
.brand-logo .logoB{
	display: none;
}
nav.navbar-default {
   padding-top: 30px;
}
nav.navbar-default.nav-shrink {
   padding-top: 10px;
   background-color: #000;
}
.brand-logo img {
    height: 101px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-left: 0px;
}
.nav-shrink .brand-logo img {
    height: 61px;
}
.nav-shrink .navbar-brand {
    height: 80px;
}
.brand-logo{
	/*background-color: #fff;*/
	padding: 15px;
}
.nav-shrink .brand-logo{
	background-color: transparent;
	padding: 0px;
}
nav.navbar-default .navbar-nav li a{
	font-weight: 500;
	color: #fff;
}
nav.navbar-default.nav-shrink .navbar-nav li a{
	color: #666;
}
nav.navbar-default .navbar-nav li a:hover{
	color: #fff;
}
.nav-shrink .brand-logo .logoW{
	display: block;
}
.nav-shrink .brand-logo .logoB{
	display: none;
}
header.hero-area {
    /*background: #f5f5f5;*/
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 720px;
    /*background: url(../img/home.jpg) no-repeat fixed transparent;*/
    background-size: cover;
	/*background-size: calc(100% - 167px);*/
    background-position: center bottom;
	margin-top: 90px;
	margin-left: 84px;
	margin-right: 84px;
	margin-bottom: 30px;
	position: relative;
}
nav.navbar-default .navbar-nav li a.active, nav.navbar-default .navbar-nav li a:hover, nav.navbar-default .navbar-nav li a:focus, nav.navbar-default .navbar-nav>.open>a, nav.navbar-default .navbar-nav>.open>a:focus, nav.navbar-default .navbar-nav>.open>a:hover, nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, nav .nav-bar-btn .btn-nav:hover, nav .nav-bar-btn .btn-nav:focus, nav .nav-bar-btn .btn-nav:active, nav .form-wrap input, nav .form-wrap input:hover, nav .form-wrap input:focus, nav .form-wrap input:active, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span, #owl-offer-slider.owl-theme .owl-controls .owl-page.active span, #owl-offer-slider.owl-theme .owl-controls .owl-page:hover span, .call-to-action-2, #owl-trending-products.owl-theme .owl-controls .owl-page.active span, #owl-trending-products.owl-theme .owl-controls .owl-page:hover span, #owl-1 #bar, .pagination-number > li > a:hover, .pagination-number > li > span:hover, .pagination-number > .active > a, .pagination-number > .active > span, .pagination-number > .active > a:hover, .pagination-number > .active > span:hover, .pagination-number > .active > a:focus, .pagination-number > .active > span:focus {
    background-color: #262c3069;
}
.navbar-collapse.collapse.in {
    border-color: transparent !important;
}
@media (max-width: 1200px){
	.navbar-collapse.collapse.in {
		background-color: transparent !important;
	}
	.navbar-nav {
		background-color: #fff;
	}
	.navbar-header {
		height: 72px;
	}
	nav.navbar-default .navbar-nav li a{
		color: #000;
	}
	.brand-logo img {
	    height: 75px;
	}
	nav.navbar-default{
		height: 110px;
	}
	nav.navbar-default.nav-shrink .navbar-nav li a {
	    color: #000 !important;
	    font-weight: 500;
	}
	nav.navbar-default.nav-shrink {
	    padding-top: 10px;
	    background-color: #fff !important;
	}
}
@media (max-width: 768px){
	header.hero-area {

	    padding-top: 390px;
	    padding-bottom: 80px;
	    min-height: 400px;
	    margin-top: 90px;
	    margin-left: 10px !important;
	    margin-right: 10px;
	    margin-bottom: 30px;

	}
}
nav.nav-shrink{
	box-shadow: none !important;
}

.service .section-content2 {
    padding: 65px 12%;
}
.fb-page.fb_iframe_widget {
    /* width: 100% !important; */
    margin: 0 auto;
    position: absolute;
    left: 20px;
    top: 20px;
}
.contactWrap{
	padding: 85px 70px;
}
.listHeaderBox
{
	display: block;
	margin: 0;
    padding: 0;
}
	.listHeaderBox > li{
		width: 20%;
		display: block;
		float: left;
	}
	.listHeaderBox > li > div{
		padding: 10px;
		position: relative;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.listHeaderBox > li > div img{
		width: 100%;
		position: relative;
		z-index: 1;
		border: 8px solid #fff;
	}
	.listHeaderBox > li > div a{
		text-align: center;
		display: block;
		padding: 15px;
		background: #fff;
		color: rgba(51,51,51,1);
		position: absolute;
		z-index: 2;
		bottom: 20px;
		left: 20px;
		right: 20px;
		font-size: 18px;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.listHeaderBox > li > div:hover{
		 -ms-transform: scale(1.1, 1.1); /* IE 9 */
		-webkit-transform: scale(1.1, 1.1); /* Safari */
		transform: scale(1.1, 1.1);
	}
.titolo-about{
	background-color: rgb(242, 242, 242);
	padding: 15px;
  padding: 45px 100px;
}
.service .section-content {
    padding: 167px 12%;
}
.zoomHover{
	overflow: hidden;
}
	.zoomHover img{
		-webkit-transition: all 3800ms ease-out;
		-moz-transition: all 3800ms ease-out;
		-ms-transition: all 3800ms ease-out;
		-o-transition: all 3800ms ease-out;
		transition: all 3800ms ease-out;
	}
	.zoomHover:hover img{
		 -ms-transform: scale(1.1, 1.1); /* IE 9 */
		-webkit-transform: scale(1.1, 1.1); /* Safari */
		transform: scale(1.1, 1.1);
	}
	
.service figure figcaption {
    max-width: 70%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding-left: 10px;
    padding-top: 20px;
}

.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }	
footer {
  background-color: #000;
  padding: 25px 0;
  padding-top: 0px;
  color: #fff;
}
nav.nav-shrink {
    background: #000;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
nav.navbar-default.nav-shrink .navbar-nav li a {
    color: #fff;
    font-weight: 500;
}
nav.navbar-default {
  height: 91px;
    border-color: transparent;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    margin-bottom: 0px;
    min-height: 70px;
    padding-top: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
body:not(.index) nav.navbar-default{
	background: #000;
}
.nav-shrink .brand-logo {
    margin-top: -25px;
}
.nav-shrink .brand-logo {
    /*background-color: #fff;*/
    padding: 15px;
}
.bcover{
  display: block;
}
.bcover:hover div{
    transform: scale(1.2);
    transition: all 4s ease;
}
.bcover div{
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 4s ease;
}

.prodotti-img{
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.img-about{
  height: 570px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.img1{
    height: 500px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.img2{
    height: 700px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.top{
      margin-top: -450px;
}
.titolo-serv h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
}
.titolo-serv p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-align: left;
    font-weight: bold;
}
.mbottom{
  margin-bottom: 100px;
}
.bt150{
  margin-bottom:150px;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.img-serv-top{
  margin-top: 80px;
}
.carta{
  margin-top: -200px;
}
.about{
  /*margin-bottom: 100px;*/
  margin-top: 50px;
}
.titolo-about h4{
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 35px;
  color: #000;
}
.titolo-about h1{
  margin-bottom: 50px;
  text-transform: uppercase;
}
.titolo-about p{
    text-align: justify;
    letter-spacing: 2px;
    color: #000;
    font-weight: 400;
    line-height: 31px;
    /* margin-right: 100px; */
}
.absolute{
  margin-top: 100px;
  position: absolute;
  float: right;
  right: 0;
  z-index: 2;
}
.absolute_pro{
  margin-top: 100px;
  position: absolute;
  float: right;
  right: 0;
  z-index: 2;
}
.absolute_cent{
  position: absolute;
  z-index: 2;
  margin-top: 450px;
  background-color: #fff;
}
.absolute_cent p{
  color: #000!important;
  margin-right: 0 !important;
}

.absolute_cent h4{
  margin-right: 0 !important;
color: #000!important;
}
footer .social-buttons a{
  color: #fff;
}
footer .social-buttons a:hover {
    background: #fff;
    color: #000;
}
section{
  padding-top: 50px !important;
}
input{
    margin-bottom: 10px;
      outline: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #dfdfdf;
    width: 100%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
a{
  color: #000;
  font-weight: 600;
}
.rosso b{
  color: #cd1514;
}
.giallo b{
  color: #bca700;
}
.verde b {
    color: #1fd13b;
}
.privacy p{
  font-size: 13px;
  line-height: 1.2;
}
.btn {
    border-radius: 115px;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
}
.titolo-serv{
  padding: 0 70px;
}


.menuDropDown{
		display: none;
		width: 100%;
		padding: 6px 12px;
		border-color: #ccc;
		border-radius: 20px;
		font-size: 16px;
		color: #555;
		outline: none;
		cursor: pointer;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
		
		
		-webkit-border-radius: 20px;
		background-color: #fafafa;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
		background-position: 100% center;
		background-repeat: no-repeat;
		border-style: solid;
		border-width: 1px;
		border-color: #cccccc;
		padding: 0.5rem;
		font-size: 14px;
		    font-family: 'Josefin Sans', sans-serif;
		color: rgba(0, 0, 0, 0.75);
		line-height: normal;
		border-radius: 0;
		height: 38px;
	}
	.side_menu{
		/*background-color: #EFCBBF;*/
		display: block;
		font-family: sans-serif;    margin-bottom: 0 !important;
	}

	.side_menu, .side_menu ul{
	  list-style-type: none;  
	  margin: 0;
	  padding: 0;  
	}

	.side_menu ul{
		 /*background-color: rgba(0, 0, 0, 0.2);*/
	}

	  .side_menu > li{
	    font-size: 18px;
	    font-weight: bold;
		padding: 0 !important;
	  }
	  .side_menu > li.active{
	  	
	  }
	.side_menu > li li{
		padding: 0 0 0 10px !important;
	}
	    .side_menu a{
			    font-family: 'Josefin Sans', sans-serif;
			display: block;
			position: relative;     
			padding: 6px 20px 6px 10px; 
			color: #000;
			text-decoration: none;
	    }
		
		.side_menu > li > a{
			color: #2f2fc4;
		}
		
		
	    .side_menu a:hover{
	      color: #000;
	      text-decoration: none;
	    }





	  .has_child > a:after{
	    content: "\f101";
	    font-family: "FontAwesome";
	    display: block;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	  }

	  .has_child.opened > a:after{
	   content: "\f103"; 
	  }

	  .side_menu ul{
	    display: none;
	  }

	  li.opened > ul{
	    display: block;
	  }

	  .submenu{
	    font-size: 90%;
	  }

	    .submenu > li > a{
	      padding-left: 20px;
	    }


	    .submenu a{
	      color: #adcf66  !important;
	    }

	    .side_menu .submenu li > a:hover,
	    .side_menu .submenu li > a:active,
	    .side_menu .submenu li > a:hover:active{
	      background-color: rgb(153, 196, 60);
	      color: #fff !important;
	    }

	   
	  .micromenu{
	    font-size: 85%;
	    font-weight: normal;
	  }

	    .micromenu > li > a{
	      padding-left: 30px;
	    }

	  .nanomenu{
	    font-size: 80%;
	  }

	    .nanomenu > li > a{
	      padding-left: 40px;
	    }


	  .side_menu li.active > a,
	  .side_menu li.active > a:hover,
	  .side_menu li.active > a:active,
	  .side_menu li.active > a:hover:active{
	    color: #99c43c !important;
	    /*background-color: #fff !important;*/
	    text-decoration: underline;
	    font-weight: bold;
	  }
	  .submenu li.active > a:hover{
	  	color: #fff !important;
	  }
	@media only screen and (max-width: 991px)
	{
			.menuDropDown{
				display: block;
			}
			.side_menu{
				display:none;
			}
	}

nav.navbar-default .navbar-nav li a.active, 
nav.navbar-default .navbar-nav li a:focus, 
nav.navbar-default .navbar-nav>.open>a, 
nav.navbar-default .navbar-nav>.open>a:focus,
 nav.navbar-default .navbar-nav>.open>a:hover, 
 nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
 nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
 nav .nav-bar-btn .btn-nav:hover, 
 nav .nav-bar-btn .btn-nav:focus, 
 nav .nav-bar-btn .btn-nav:active, 
 nav .form-wrap input, 
 nav .form-wrap input:hover, 
 nav .form-wrap input:focus, 
 nav .form-wrap input:active, 
 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span, #owl-offer-slider.owl-theme .owl-controls .owl-page.active span, #owl-offer-slider.owl-theme .owl-controls .owl-page:hover span, .call-to-action-2, #owl-trending-products.owl-theme .owl-controls .owl-page.active span, #owl-trending-products.owl-theme .owl-controls .owl-page:hover span, #owl-1 #bar, .pagination-number > li > a:hover, .pagination-number > li > span:hover, .pagination-number > .active > a, .pagination-number > .active > span, .pagination-number > .active > a:hover, .pagination-number > .active > span:hover, .pagination-number > .active > a:focus, .pagination-number > .active > span:focus {
    background-color: #000000;
}
.hero-area .header-title {
    color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#products-list figure{
	border: 1px solid #e6e6e6;
}
.wrapImg  {
    display: block;
    height: 300px;
    position: relative;
	background-color: #f9f9f9;
}

.wrapImg img {
    display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.imgThumbNews{
	/*display: block;
	position: relative;
	height: 200px;
	background-color: #fafafa;*/
}
	.imgThumbNews > img{
		display: inline-block;
		width: auto; 
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 10;
	}
.imgThumbNews:after{
	font-family: 'FontAwesome';
	content: '\f00e';
	color:#fff;
	font-size: 36px;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.imgThumbNews:before{
	content: '';
	display: block;
	position: absolute;
	z-index:99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
	.imgThumbNews:hover:after, .imgThumbNews:hover:before{
		opacity: 1;
	}


#products-list{
	min-height: calc(100vh - 442px);
}
#main-menu{
	overflow: inherit !important;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 768px) {
  .brand-logo {
    margin-top: -24px;
}
}

@media screen and (min-width: 1999px) {

  
    .max-right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
            left: 66%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
    text-align: right;
  }
  .max-right2 p{
    text-align: right;
  }
    .max-right2 h3{
      text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
        left: 84%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1998px){
  
    .max-right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
        left: 55%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
    text-align: right;
  }
  .max-right2 p{
    text-align: right;
  }
    .max-right2 h3{
      text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 74%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
}
@media screen and (min-width: 1110px) and (max-width: 1440px) {

    .max-right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 36%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
    text-align: right;
  }
  .max-right2 p{
    text-align: right;
  }
    .max-right2 h3{
      text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 64%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1110px) {

    .max-right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 18%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
    text-align: right;
  }
  .max-right2 p{
    text-align: right;
  }
    .max-right2 h3{
      text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 54%;

    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {

    .max-right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -2%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
    text-align: right;
  }
  .max-right2 p{
    text-align: right;
  }
    .max-right2 h3{
      text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 34%;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
  .top {
    margin-top: -665px;
}
.img-serv-top{
  margin-top: 0;
}
}
@media screen and (max-width: 1200px) {
	header.hero-area {
	    margin-left: 24px;
	}
	.pull-left {
	    float: none !important;
	}
		section {
	    padding: 0 0;
	}
	.bt150 {
	    margin-bottom: 50px;
	}
	.video video {
	    width: 100%;
	    height: auto;
	}
	.contentvideo {
	    height: auto;
	}
	h1 {
	    font-size: 38px;
	}
	.brand-logo img {
	    height: 60px;
	}
	body.index:before {
		height: 300px;
	}
	.nav-shrink .navbar-brand {
		height: 70px;
	}
	#main-menu{
		width: 100%;
	}
	.video video{
		width: 100%;
		height: auto;
	}
	header.hero-area {
    	padding-top: 40px;
		padding-bottom: 20px;
		min-height: auto;
	}
	.contentvideo {
    	height: auto;
	}
	.pull-right {
	  float: none !important;
	}
	.pull-left {
	  float: none !important;
	}
}
@media screen and (min-width: 768px) {
  .left h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: -155px;
    background-color: #000;
    padding: 10px;
    color: #fff;
    width: 381px;
  }
  .right h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    left: 94px;
    background-color: #000;
    padding: 10px;
    color: #fff;
    z-index: 2;
    width: 381px;
  }
  
  
  
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 767px) {
  
	  .resp{
			display: block;
		max-width: 100%;
		height: 274px;
		object-fit: cover;
	  }
	  .service figure figcaption {
		max-width: 100%;
		height: auto;
		position: relative;
		top: 0px;
		padding-left: 10px;
		padding-top: 20px;
	}
	  .bt150{
	  margin-bottom:0;
	}
	  .top {
		margin-top: 0;
	}
	.carta{
	  margin-top: 0px;
	}
	
	
	body.index:before {
		height: 300px;
	}
	.video video{
		width: 100%;
		height: auto;
	}
	header.hero-area {
    	padding-top: 40px;
		padding-bottom: 20px;
		min-height: auto;
	}
	.contentvideo {
    	height: auto;
	}
	.brand-logo {
		margin-top: -30px;
	}
	.brand-logo img {
    	height: 65px;
	}
	nav.navbar-default .navbar-toggle{margin-right: 15px;}
	.titolo-about {
		padding: 35px 30px;
	}
	.titolo-serv {
		padding: 0px 30px;
		margin-bottom: 25px;
	}
	#contatti{
		padding-top: 0px !important;
	}
	.contactWrap {
		padding: 0px 30px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 551px) {
  .about{
    margin-bottom: 0;
  }
  .absolute, .absolute_pro, .absolute_cent {
    margin-bottom: 80px;
    margin-top: 0px;
    position: relative;
    float: right;
    right: 0;
    z-index: 2;
	}
	.absolute p, .absolute h4, .absolute_pro h4, .absolute_pro p{
	  color: #000!important;
	  margin-right: 0 !important;
	}
	.img-about{
	  height: 400px;
	}
}