/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
	font-weight: 400;
	font-size: 14px;
	color: #333333 !important;
	font-family: "Lato", sans-serif;
    position: relative;
}

ol, ul {
	list-style: none;
}
*:focus  
{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
} 
a, a:hover {
	color: #ba0000;
}
hr {
	border-color: #eaeaea;
}
.clear-float {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.noDisplay {
	display:none;
}
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}

/* COVER INIZIO */
#intro {
	margin: 0px 0px 30px 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#claim {
	text-align: center;
	width:100%;
	z-index:1000;
	padding: 20px 0;
	margin: 0;
	top: 10%;
	position: absolute;
}

#logoIntro {
	margin-bottom: 20px;
}
#claim .claim-text {
	margin: 0 auto;
	width: 550px;
}

#claim .claim-text p {
	font-size: 28px;
	line-height:50px;
	color: #ffffff;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px #000000;
	margin: 0px !important;
}
#claim .claim-text p:first-child {
	border-bottom: 3px solid #ff0000;
}

.macbook {
	position:absolute;
	margin-left:50%;
	left: -430px;
	bottom: -10px;
	
	-moz-transition: left 0.2s ease 0s, bottom 0.2s ease 0s;
	-webkit-transition: left 0.2s ease 0s, bottom 0.2s ease 0s;
	transition: left 0.2s ease 0s, bottom 0.2s ease 0s;
}
.macbook img {
	-moz-transition: width 0.2s ease 0s;
	-webkit-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
}
/* COVER FINE */

/* MENU INIZIO */
.navbar {
	display: none;
	position: relative;
	min-height: 66px;
	padding: 10px 0;
	background:none;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar_sub {
	display: block;
	position: relative;
	min-height: 66px;
	padding: 10px 0;
	background: #ffffff;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	margin-bottom: 50px;
}
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.top-nav-collapse {
	padding: 5px;
	background:#ffffff;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.2);
}
#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	padding: 20px 0px 0px !important;
	margin-bottom: 0px !important;
}
#menu ul li {
	float:left;
	width:104px;
	position:relative;
}
#menu ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#menu ul li a:hover {
	border-bottom: 5px solid #cc0000 !important;
}
.text-black {
	color: #000000 !important;
}
.logo-nav, .logo-nav_sub {
	width: 128px !important;
}
.logo-nav div {
	position:absolute;
	width: 128px;
	height: 115px;
	top: -18px;
	left: 0px;
	text-align:center;
	opacity: 0;
	
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.logo-nav_sub div {
	position:absolute;
	width: 128px;
	height: 115px;
	top: -18px;
	left: 0px;
	text-align:center;
	opacity: 1;
	
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#menu ul li.logo-nav_sub div a:hover {
	border-bottom: none !important;
}
.opacityOn {
	opacity: 1 !important;
}
.fix {
	position:fixed;
}
#hamb {
	position:absolute;
	width:40px;
	height:40px;
	right:10px;
	top: 10px;
	display: none;
	cursor:pointer;
	margin-left: auto;
	text-align: center;
	font-size: 30px;
}
#logo-nav-resp {
	display: none;
	width: 100%;
	text-align: center;
}
/* MENU FINE */

.bxslider li {
	position: relative;
}
.slide-caption {
	position:absolute;
    top: 100px;
    left: 500px;
	
	color: #ffffff;
	font-size:24px;
	font-weight: 700;
}

/* FOOTER INIZIO */
.footer {
	/*margin-top: 20px;*/
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 50px; /* Altezza per footer fixed */
	background-color: #cc1818;
	
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0px -1px 2px rgba(0,0,0,.2);
			box-shadow: 0px -1px 2px rgba(0,0,0,.2);
}

.ft-developed-bar {
	height: 50px;
    line-height: 50px;
    color: #ffffff;
	background-color: #1a1a1a;
	text-align: center;
	text-shadow: 1px 1px #000000;
	font-size: 12px;
}
.ft-developed-bar a {
	color: #999999;
	font-weight: 700;
	text-decoration: none;
	
	-webkit-transition: color 100ms ease-in;
	   -moz-transition: color 100ms ease-in;
			transition: color 100ms ease-in;
}
.ft-developed-bar a:hover {
	color: #ffffff;
}

.social  {
	text-align: center;
	margin: 40px 0px;
}
.social h1 {
	color: #666;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}
.social a {
	display: inline-block;
	padding: 2px;
	margin: 5px;
}
.fb, .fb:hover {
	color: #356399 !important;
}
.gp, gp:hover {
	color: #d7262b !important;
}
.in, .in:hover {
	color: #4b75a1 !important;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: rgba(0,0,0,.4);
	color: #ffffff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 10px;
	bottom: 60px;
	border-radius: 48px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: rgba(0,0,0,.8);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/* FOOTER FINE */

/* SLIDER HOME INIZIO */
.carousel-control {
	width: 10%;
}
.carousel-indicators {
	bottom: -35px;
}
.carousel-indicators li {
	border: 1px solid #cccccc;
}
.carousel-indicators .active {
	background-color: #eaeaea;
}

.carousel,
.item,
.active { height: 100%; }
.carousel-inner { height: 100%; }
.carousel{height: 400px;}
.fill { width: 100%; height: 100%; }

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.6);
	padding: 10px;
	margin: 0;
	font-weight:700;
	text-transform: uppercase;
}

.header-text h3 {
	padding: 0;
	font-size: 18px;
	line-height: 28px;
	margin: 10px auto;
	width:70%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    border: 1px solid #fff;
    margin-right: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	
	-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
}

.btn-theme:hover {
    color: #ba0000;
    background-color: #fff;
    border-color: #fff;
	box-shadow: 0px 0px 6px rgba(255,255,255,.8);
}
@media only screen and (max-width: 991px) {	
.header-text {
    top: 20%;
}
.header-text h2 {
	font-size: 32px;
}
.header-text h3 {
	font-size: 16px;
	line-height: 24px;
	width:100%;
	margin: 0 auto 10px;
}
}
@media only screen and (max-width: 968px) {
.header-text {
	top: 10%;
}
}
/* SLIDER HOME FINE */

/* PRESENTAZIONE INIZIO */
#presentazione {
	padding: 20px 0 40px;
	background-image: url(../images/sfondo_01_max991.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#presentazione h1 {
	text-align: center;
    /* border-bottom: 2px solid #ba0000; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}
#presentazione h2 {
	text-align: center;
    /* border-bottom: 2px solid #ba0000; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
	line-height: 30px;
}
.panel-video {
	margin-bottom: 0;
}
.panel-video .panel-body, .panel-text .panel-body {
	padding: 5px;
}
.panel-text {
    -webkit-box-shadow: none;
    box-shadow: none;
	border-color: transparent;
	background-color: transparent;
}
.panel-text .panel-body {
	font-size: 16px;
    line-height: 28px;
}
.panel-partner {
	width: 370px;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #fcfcfc;
}
.panel-partner img {
	margin-bottom: 5px;
}
.panel-partner p {
	margin-bottom: 0;
}
.logo-prodotto {
	text-align:center;
}
/* PRESENTAZIONE FINE */

/* SEZIONE 02 INIZIO */
#sezione02 {
	background: #333333 url(../images/esagoni.png) right center no-repeat;
	/*margin-bottom: 40px;*/
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	   -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
			box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
#sezione02 blockquote {
    margin: 40px 0;
    border-left: 5px solid #eb212e;
	color: #eaeaea;
}
/* SEZIONE 02 FINE */

/* SEZIONE 03 INIZIO */
#sezione03 {
	background-image: url(../images/sfondo_az_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/*margin-bottom: 40px;*/
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	   -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.4);
			box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
#sezione03 blockquote {
    margin: 90px 0;
    border-left: 5px solid #eb212e;
	color: #333333;
}
/* SEZIONE 03 FINE */

/* CLIENTI INIZIO */
#clienti {
	background: #ffffff;
	padding: 60px 0;
}
/* CLIENTI FINE */

/* SERVIZI INIZIO */
#servizi {
	padding: 60px 0 0;
	background-image: url(../images/sfondo_01_max991.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#servizi blockquote {
	border-color: #cc0000;
}
#servizi .panel-default {
	background-color: transparent;
    border-color: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
}
#servizi .panel-body {
	padding: 0;
}
#servizi .media {
	margin-bottom: 30px;
}
#servizi .media-left {
	text-align: center;
	color: #666666;
	width: 100px;
}
#servizi .media-heading {
	color: #cc0000;
	font-weight: 700;
	font-size: 20px;
	background-color: rgba(0,0,0,.1);
	padding: 10px;
	border-radius: 4px;
}

#servizi p {
	text-align: justify;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
}
/* SERVIZI FINE */

/* CUSTOMER CARE */
#cc-download .panel-default {
	background-color: transparent;
    border-color: #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#cc-download .panel-body {
	padding: 15px;
}

/* ULTIMI PROGETTI INIZIO */
#last-project {
	text-align: center;
     padding: 20px 0; 
}
#last-project h1 {
	text-align: center;
    /* border-bottom: 2px solid #ba0000; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

#last-project .box {
  background:#fff;
  transition:all 0.2s ease;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  /*border: 1px solid #333333;*/
  /*min-height:340px;*/
}

#last-project .box:hover {
  /*box-shadow: 0px 0px 6px 2px rgba(0,0,0,.2);*/
}

#last-project .box .box-title {
    color: #333333;
	text-shadow: 2px 2px rgba(0,0,0,.1);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
	margin: 0;
	background: #efefef url(../images/esagoni.png) left center no-repeat;
	background-size: 500px;
	padding: 15px 5px;
}

#last-project .box .box-content {
	padding: 0;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
#last-project .box .box-content p {
	color:#000000;
	font-size: 16px;
	line-height: 24px;
	text-transform:none;
	margin-top: 10px;
}

/* ULTIMI PROGETTI FINE */

/* GENERICO PAGINE INTERNE INIZIO */
.header_sub {
	position: relative;
	padding-top: 66px;
}
/* GENERICO PAGINE INTERNE FINE */

/* SIDEBAR AFFIX PRODOTTI INIZIO */
@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}
#sidebar {
	margin-top: 10px;
	
	background: url(../images/sfondo_affix.png) top left no-repeat;
	
	border-radius: 4px 4px 0 0;
}
#sidebar li a {
	color: #000000;
	/*font-weight:400;*/
	font-size: 14px;
	padding: 10px 10px;
	
	transition: all 50ms ease;
}
#sidebar li a:hover {
  border:0 #ba0000 solid;
  border-left-width:2px;
  background: rgba(255,255,255,.5);
}
#sidebar li.active {
  border:0 #ba0000 solid;
  border-right-width:5px;
  background: rgba(255,255,255,.5);
  font-weight:700 !important;
}
/* SIDEBAR AFFIX PRODOTTI FINE */

/* PRODOTTI INIZIO */
.prodotto-bp {
	background-image: url(../images/sfondo_bp_01.jpg) !important;
}
.prodotto-mx {
	background-image: url(../images/sfondo_mx_01.jpg) !important;
}
.prodotto-rt {
	background-image: url(../images/sfondo_rt_01.jpg) !important;
}
.prodotto-cl {
	background-image: url(../images/sfondo_cl_01.jpg) !important;
}
.prodotto-menu {
	background-image: url(../images/sfondo_menu_01.jpg) !important;
}
.desc-prodotti {
	font-size: 14px;
	line-height: 24px;
}
.desc-prodotti h1 {
	font-size: 22px;
	background: #eaeaea;
	padding: 10px;
	font-weight: 700;
}
.desc-prodotti h2 {
	font-size: 16px;
	padding-left: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ba0000;
}
.desc-prodotti p {
	padding-left: 10px;
}
.desc-prodotti ul {
	list-style-type:circle;
}
.desc-prodotti ul li {
	margin-bottom: 5px;
}
.arxidoc-box {
	position: relative;
}
.arxidoc-box img {
	position: absolute;
	top: -80px;
}
/* PRODOTTI FINE */

/* AZIENDA INIZIO */
#team {
	/*margin-bottom: 20px;*/
	padding: 20px 0 40px;
	background-image: url(../images/banner03.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#team h1 {
	text-align: center;
	color: #ffffff;
    /* border-bottom: 2px solid #ba0000; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #ffffff;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {    
	background: url(../images/sfondo_card.jpg) top center no-repeat;

    position: relative;
    padding-top: 0;
    /*overflow: hidden;*/
    text-align: center;
	margin-top: 75px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

.card.hovercard .cardheader {
    background: url(../images/banner03.jpg);
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -75px;
    margin-bottom: -75px;
}

.card.hovercard .avatar img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0,0,0,0.1);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 20px;
	font-weight:700;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
	overflow: hidden;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

/* AZIENDA FINE */

/* CONTATTI INIZIO */
#contact {
	margin-bottom: 70px;
	background-image: url(../images/sfondo_contact_01.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#contact blockquote {
	border-left: 5px solid #cc0000;
	margin: 40px 0;
}
#contact blockquote h3 {
	font-size: 22px;
	font-weight: 400;
	color: #666666;
}
#contact h1 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #ba0000;
	padding-bottom: 10px;
}
#contact h2 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#contact p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	text-transform: normal;
	margin-bottom: 15px;
	padding-left: 30px;
}
#contact .ico {
	color: #ba0000;
	width: 26px;
	text-align: center;
}
/* CONTATTI FINE */

/* Desktop */
@media only screen and (min-width:1220px) {
}

/* Desktop */
@media only screen and (min-width:1024px) and (max-width:1219px) {
}

/* Desktop - Tablet */
@media only screen and (min-width:768px) and (max-width:1023px) {	
.macbook {
	left: -350px;
}
.macbook img {
	width: 700px;
	height: 52px;
}

}
/* Tablet - Smartphone */
@media only screen and (max-width: 968px) {	

/* MENU INIZIO */
.top-nav-collapse {
	background: rgba(255,255,255,.9);
}
#menu {
	width: 100%;
}
#menu ul {
	display: none;
	padding: 10px 0px 0px !important;
}
#menu ul li {
	float: none;
	width:100%;
}
#menu ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
#menu ul li a:hover {
	border-bottom: none !important;
	color: #ffffff !important;
	background: #ba0000;
}
.logo-nav, .logo-nav_sub {
	display: none;
}
#logo-nav-resp {
	display: block;
}
#hamb{
	display: block;
}
/* MENU FINE */

}

/* Tablet - Smartphone */
@media only screen and (min-width:480px) and (max-width:767px) {	

#claim .claim-text {
	width: 460px;
}
#claim .claim-text p {
	font-size: 23px;
	line-height:44px;
}

.macbook {
	left: -235px;
}
.macbook img {
	width: 470px;
	height: 40px;
}

/* MENU INIZIO */
#menu {
	width: 100%;
}
#menu ul {
	display: none;
}
#menu ul li {
	float: none;
	width:100%;
}
.logo-nav, .logo-nav_sub {
	display: none;
}
#hamb{
	display: block;
}
/* MENU FINE */

.card.hovercard {
	margin-bottom: 100px; 
}
}

/* Smartphone */
@media only screen and (max-width:479px) {

#claim .claim-text {
	width: 90%;
}
#claim .claim-text p {
	font-size: 18px;
	line-height:40px;
}

.macbook {
	left: -160px;
	bottom: -5px;
}
.macbook img {
	width: 320px;
}

/* MENU INIZIO */
#menu {
	width: 100%;
}
#menu ul {
	display: none;
}
#menu ul li {
	float: none;
	width:100%;
}
.logo-nav, .logo-nav_sub {
	display: none;
}
#hamb{
	display: block;
}
/* MENU FINE */
.card.hovercard {
	margin-bottom: 100px; 
}
}

#loading{
		position:absolute;
		width:200px;
		height:100px;
		left:300px;
		top:180px;
		z-index:1;
		background-color: #6B718B;
		font:40px Arial, Helvetica, sans-serif;
		color:#ffffff;
		padding:20px;
}