﻿@import url(font.css);

/* ==========================================================================
  Stili del Progetto
   ========================================================================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    line-height: 1.8em;
    background: #fff;
}

img {border: 0;}

/* sistema form */
form {margin: 0;}
fieldset {border: 0; margin: 0; padding: 0;}
input {margin: 0 10px 0 0; vertical-align: middle; font-size: 14px;}
textarea {border: 1px solid #bebebe; vertical-align: middle; height:80px; padding: 5px; font-size: 14px;}

.nocompiled {background: url(../images/ico_input_warning.png) center right no-repeat #d7ecd9 !important;}
.nocompiled2 {color: #187ac6;}


/*table { border-collapse: collapse;}*/

a {color: #3a3a3a; text-decoration: none; outline: none !important;}
a:hover {text-decoration: underline;}

p {font-size: 1em; margin: 0 0 1em 0;}


h1,h2,h3,h4,h5,h6 {font-family: 'OpenSansLight', Arial, Helvetica, sans-serif; font-weight: normal; color: #187ac6; margin: 0 0 1em 0; line-height: 1em; padding:0; clear: both;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: none;}

h1{ font-size: 1.8em;}
h2{ font-size: 1.4em;}
h3{ font-size: 1.3em;}
h4{ font-size: 1.2em;}
h5{ font-size: 1.1em;}
h6{ font-size: 1em;}


ol {margin:0; padding: 0; line-height:normal;}
ul {margin:0; padding: 0; line-height:normal;}
li {margin:0; padding: 0; line-height:normal;}

dl, dt, dd {margin:0; padding: 0;}


.noborder {border: 0px solid #FFF !important;}
.marginclear {margin-right: 0px !important;}
.marginclear-bottom {margin-bottom: 0px !important;}
.paddingclear {padding-right: 0px !important;}
.paddingreset {padding: 0px !important;}
.bgclear {background: none !important;}
.clear {clear: both !important;}

.alignDx {text-align: right;}
.alignCenter {text-align: center}


.floatSx {float: left; }
.floatDx {float: right; }

.title-hide {text-indent: -9999px; font-size: 0; height: 0; margin: 0;}

.text-info {
  color: #187ac6;
}

/* Strutture di Pagina
========================================================================== */
.span12, .span10, .span9, .span8, .span7, .span6, .span5, .span4, .span3, .span2, .span1 { 
    /* Animation Property */
    animation-property: width;
    transition-duration: 0.5s;
    /* webkit */
    -webkit-animation-property: width;
    -webkit-transition-duration: 0.5s;
    /* moz */
    -moz-animation-property: width;
    -moz-transition-duration: 0.5s;
    /* opera */
    -o-animation-property: width;
    -o-transition-duration: 0.5s;
}

.span8 h1 {margin-bottom: 0.5em}

textarea:focus, 
select:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=datetime]:focus, 
input[type=datetime-local]:focus, 
input[type=date]:focus, 
input[type=month]:focus, 
input[type=time]:focus, 
input[type=week]:focus, 
input[type=number]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=color]:focus, 
.uneditable-input:focus {
  border-color: rgba(54, 162, 63, 0.8);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 162, 63, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 162, 63, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 162, 63, 0.6);
}



/*Header
=========================================*/

.navbar-inner {
  min-height: 40px;
  padding: 20px 20px;
  border: none;
  background: #fff;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;          
}

.navbar .nav {padding-top: 12px;}

.navbar .nav > li {
    margin-left: 5px;
}
.navbar .nav > li > a {
  padding: 5px 20px;
  color: #000;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #187ac6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #187ac6;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {font-weight: normal;}

/*bottone slide down menu*/
  .navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  *background-color: #fff;
  background-repeat: repeat-x;
  border: 3px solid #d3c6bd;
  background-image: linear-gradient(to bottom, #fff, #d3c6bd);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d3c6bd;
  *background-color: #d3c6bd;
}

.navbar .btn-navbar .icon-bar {
    background-color: #187ac6;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
          
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}


/*Carausel
=========================================*/


	.bg-slide1 {background: url(../../resources/slide-home-01.png) center center no-repeat }
	.bg-slide2 {background: url(../../resources/slide-home-02.png) center center no-repeat }
	.bg-slide3 {background: url(../../resources/slide-home-03.png) center center no-repeat }
	
	
    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
      background: url(../images/bg-slide.jpg) center center no-repeat #fff;
      background-size: cover;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      left: 5%;
      font-size: 160px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      color: #fff;
      font-family: 'OpenSansLight' !important;
      background-color: transparent;
      border: 0;
      z-index: 10;
	  opacity: 0.3;
	  filter: alpha(opacity=30);
      
    }
	.carousel-control:hover,
	.carousel-control:focus {
	  color: #fff;
	  opacity: 0.6;
	  filter: alpha(opacity=60);
	}
    
    .carousel-control.right {
      right: 5%;
    }

    .carousel .item {
      height: 480px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
    }

    .carousel-caption {
      width: 25%;
      height: 170px;
      position: absolute;
      top: 150px;
      right: 0;
      left:inherit;
      background: transparent;
    }
    .carousel-caption h3 {
      font-size: 1.8em;
      color: #ffdd99;
      text-transform: uppercase;
      font-family: 'OpenSansBold';
      margin-bottom: 10px;
    }
    .carousel-caption h5 {font-family: 'OpenSansSemibold'; color: #fff; font-size: 1.3em; line-height: 1.2em; }
    .carousel-caption p {margin-bottom: 1.8em; }
    

    .carousel-indicators {
      position: absolute;
      top: 410px;
      left: 50%;
      right: 0;
      width: 60px;
      margin: 0 0 0 -30px;
      z-index: 5;
      list-style: none;
    }
	.carousel-indicators li {
	  background-color: #d1c4ba;
	  background-color: rgba(255, 255, 255, 0.8);
	  border-radius: 5px;
	  cursor: pointer;
	}
	
	.carousel-indicators .active {
	  background-color: rgba(255, 255, 255, 1);
	}

	.payoff {
		position: absolute;
		top: 110px;
		width: 100%;
		z-index: 100;
	}
	.payoff h2{
		font-size: 40px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'OpenSansBoldItalic', Arial, Helvetica, sans-serif;
	}
	.payoff h2 .lev0{
		text-decoration: underline;
		line-height: 60px;
	}
	.payoff .lev1{
		font-size: 32px;
		font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.payoff .lev2{
		font-size: 51px;
		font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

@media (max-width: 767px) {
	.payoff {display: none;}
}
	


/* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {
        
        .span12, .span10, .span9, .span8, .span7, .span6, .span5, .span4, .span3, .span2, .span1 { 
            /* Animation Property */
            animation-property: width;
            transition-duration: 0.5s;
            /* webkit */
            -webkit-animation-property: width;
            -webkit-transition-duration: 0.5s;
            /* moz */
            -moz-animation-property: width;
            -moz-transition-duration: 0.5s;
            /* opera */
            -o-animation-property: width;
            -o-transition-duration: 0.5s;
        }
  
    
        /*navigazione*/
        .navbar-fixed-top .navbar-inner {
            padding: 20px 20px;
        }
    
        /*slide home*/  
        .carousel img {
        /*width: auto;
        height: 340px;*/
        }
	    .carousel-caption h3 {
	      font-size: 1.4em;
	    }


        
    }
    @media (max-width: 767px) {

		  .modal.fade {
		    top: -50%;
		  }
        
        .span12, .span10, .span9, .span8, .span7, .span6, .span5, .span4, .span3, .span2, .span1 { 
           /* Animation Property */
            animation-property: width;
            transition-duration: 0.5s;
            /* webkit */
            -webkit-animation-property: width;
            -webkit-transition-duration: 0.5s;
            /* moz */
            -moz-animation-property: width;
            -moz-transition-duration: 0.5s;
            /* opera */
            -o-animation-property: width;
            -o-transition-duration: 0.5s;
        }
      
      /*slide home*/
      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {
      }
      .carousel .item {
        height: 340px;
      }
      
      /*container-fluid per le areaFocus*/
      .container-fluid.bgFocus {margin-left: -20px; margin-right: -20px;}
      
      /*container-fluid SubMenu*/
      .container-fluid.subMenu {margin-left: -20px; margin-right: -20px;}
      
      /*footer*/
      footer ul li img{ display: none; }
      footer.container-fluid { padding: 40px 20px; margin-left: -20px; margin-right: -20px;}
     
    }


/*Focus Home sui servizi 
=========================================*/
.areaFocus {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 220px;
    padding-bottom: 15px;
    color: #fff;
    background: url(../images/bg-blu.png) repeat-x #187ac6;
}
.areaFocus h4 {
    height: 65px;
    padding: 25px 0 0 0;
    margin: 0;
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
}
.areaFocus .more {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 240px;
    left: 0;
    padding: 20px 0 0 0;
    background: #187ac6;
}
.areaFocus:hover .more {
    display: block;
    top: 177px;
    background: #187ac6;
}

.aniItem {
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.bgFocus {
    background: url(../images/bg-blu.png) repeat-x #187ac6;
}
.row-margin {margin-bottom: 60px;}


/*Content
=========================================*/

    /*Struttura pagine*/
    aside {
        font-size: 0.9em;
        color: #554f4b;
    }
    aside .wrap {padding: 15px; background: #ddd;}
    aside h5 {font-size: 1.8em; color: #187ac6}
    aside input[type=text], aside input[type=button] { width: 90% }
    aside textarea { width: 90% }
    aside select { width: 93% }

    /*div form*/
    #msgCustom {
        display: none;
        border-top: 1px solid #686f74;
        border-bottom: 1px solid #686f74;
        margin: 20px 0;
        padding-top: 20px;
        color: #187ac6;
        text-transform: uppercase;
    }    
        
    article {}
    article ul{list-style: none; padding-bottom: 20px;}
    article ul li {padding: 0 0 0 7px; margin: 15px 0; border-left: 3px solid #eb6607;}


    /*Lista news*/
    .listNews {list-style: none; margin-left: 0 !important;}
    .listNews li {
		padding: 10px 0;
		border-bottom: 1px solid #c2c5c7;
	}
    .listNews li a {
		font-size: 1.2em;
		color: #187ac6;
		font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;          
	}
    .listNews li img {
		float: left;
	}
	
      /*Lista progetti*/
    .listProject {list-style: none; margin-left: 0 !important;}
    .listProject li {
		padding: 20px 0;
		border-bottom: 1px solid #c2c5c7;
		border-left: none
	}
    .listProject li h2{margin: 0}
        
    .listProject li a {
		color: #187ac6;
		font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;          
	}
	

    /*div submenu */
    .subMenu {
        font-size: 1.1em;
        color: #fff;
        background: #187ac6;
    }    
    
    .subMenu ul.subLink {
        list-style: none;
    }    
    .subMenu ul.subLink li{
        text-align: center;
        font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        
    }    
    .subMenu ul.subLink li a.design{background: url(../images/ico-design.png) center 5px no-repeat }    
    .subMenu ul.subLink li a.hosting{background: url(../images/ico-hosting.png) center 5px no-repeat }    
    .subMenu ul.subLink li a.assistenza{background: url(../images/ico-assistenza.png) center 5px no-repeat }    
    .subMenu ul.subLink li a.soluzione-smart{background: url(../images/ico-soluzionesmart.png) center 5px no-repeat }    
    .subMenu ul.subLink li a.soluzione-allin{background: url(../images/ico-soluzioneallin.png) center 5px no-repeat }    
    .subMenu ul.subLink li a.soluzione-top{background: url(../images/ico-soluzionetop.png) center 5px no-repeat }    

    .subMenu ul.subLink li a {
        color: #000;
        display: block;
        padding: 60px 0 10px 0;
    }    
    .subMenu ul.subLink li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #187ac6;
    }    
    .subMenu ul.subLink li a.active {
        color: #fff;
    }    

    /*tabella confronta */

    .tblMatch {
        width: 100%;
        margin: 20px 0;
    }
    .tblMatch th {
        padding: 2px;
        background: #e1e1e1;
    }
    .tblMatch th h4 {margin-bottom: 0.3em; font-family: OpenSansSemibold}
    .tblMatch th h5 {margin-bottom: 0.3em; }

    .tblMatch th:first-child {background: none}
    .tblMatch th.subito {border-bottom: 3px solid #e54028}
    .tblMatch th.subito h4, 
    .tblMatch th.subito h5 {color: #e54028}
    
    .tblMatch th.perfetto {border-bottom: 3px solid #00a1cb}
    .tblMatch th.perfetto h4, 
    .tblMatch th.perfetto h5 {color: #00a1cb}
    
    .tblMatch th.sumisura {border-bottom: 3px solid #d70060}
    .tblMatch th.sumisura h4, 
    .tblMatch th.sumisura h5 {color: #d70060}
    
    .tblMatch td {
        padding: 4px 2px;
        text-align: center;
        background: #eee;
        border-bottom: 1px solid #ddd;
    }
    .tblMatch td.spec {
        padding: 4px 4px;
        font-size: 0.8em;
        color: #000;
        text-transform: uppercase;
        text-align: left;
        background: #fff;
    }
    .tblMatch tr:last-child td {
        background: none;
        border-bottom: 0;
        padding: 20px 2px;
    }

    .btn-subito {
        background-color: #e54028;
        background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	background-image: linear-gradient(to bottom, #f65841, #e42408);
}
    .btn-subito:hover, .btn-subito:focus, .btn-subito:active, .btn-subito.active, .btn-subito.disabled, .btn-subito[disabled] {
        background-color: #e42408;
        color: #FFFFFF;
    }    
    .btn-perfetto {
        background-color: #00a1cb;
        background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	background-image: linear-gradient(to bottom, #11b9e5, #008fb4);
} 
    .btn-perfetto:hover, .btn-perfetto:focus, .btn-perfetto:active, .btn-perfetto.active, .btn-perfetto.disabled, .btn-perfetto[disabled] {
        background-color: #008fb4;
        color: #FFFFFF;
    }    
    .btn-sumisura {
        background-color: #d70060;
        background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	background-image: linear-gradient(to bottom, #f21f7d, #ba0958);
}    
    .btn-sumisura:hover, .btn-sumisura:focus, .btn-sumisura:active, .btn-sumisura.active, .btn-sumisura.disabled, .btn-sumisura[disabled] {
        background-color: #ba0958;
        color: #FFFFFF;
    }    
    
.btn.btn-large.btn-subito,
.btn.btn-large.btn-perfetto,
.btn.btn-large.btn-sumisura {text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}


    
/*=======================================
/*Footer
=========================================*/

footer {
    padding: 40px 20px;
    margin-top: 60px;
    font-size: 0.9em;
    background: url(../images/bg-footer.png) repeat-x #ddd;
} 
footer strong{ color: #187ac6; text-transform: uppercase;}
footer a{ color: #554f4b;}
footer a:hover{ color: #333;}

    footer ul {list-style: none;}
    footer ul li {margin: 0 0 5px 0;}
    footer ul li img{ margin: 0 10px 0 -33px; width: 9%; }

    .companyInfo {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        font-size: 1.1em;
        padding: 20px 0 20px 0;
    }

/*Credits*/
#inlineCredits {
    border: 5px solid #B0B0B0;
    height: 100px;
    overflow: auto;
    font-size: 0.8em;
    padding: 20px;
    text-align: center;
    width: 180px;
}


#modalCredit {font-size: 0.7em;}

