*{
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 100%;
}
a{
  color:rgb(124, 103, 172);
  text-decoration: none;
}
a:hover{
  padding: 2px;
  border-radius: 3px;
  color:#fff;
  background-color:rgb(124, 103, 172);
}
.button{
  color: #fff;
  background-color: rgb(248, 43, 71);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
}
.button:hover{
  color: #fff;
  opacity: 0.5;
  background-color: rgb(248, 43, 71);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
}
.content{
    display: block;
    width: 100%;
    height: 100%;
}

.slider{
    background:#8c8d91 url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.inner{
    width:100%;
}

.menu_centrato h1{
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 5em;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-shadow:0px 0px 10px rgba(0,0,0,1);
}

.menu_sx p, .menu_dx p{
    display: table-cell;
    vertical-align: middle;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

/*POSIZIONI MENU */
.menu_centrato{
    width: 40%;
    height: 100%;
    float: left;
    display: table;
}
.menu_sx{
    width: 30%;
    height: 100%;
    float: left;
    position:relative;
}
.menu_dx{
    width: 30%;
    height: 100%;
    float: right;
    position:relative;
}

/* MENU SINISTRA */
.menu1{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #23b1a7;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:30%; left:50%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu1:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu1:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

.menu2{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #f26522;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:47%; left:50%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu2:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu2:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

.menu3{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #8e3f6d;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:64%; left:50%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu3:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu3:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

/* MENU DESTRA*/
.menu4{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #e5b00a;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:30%; right:40%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu4:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu4:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

.menu5{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #7caf00;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:47%; right:40%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu5:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu5:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

.menu6{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #404040;
    text-align: center;
    font-size: 12px; color: #fff;
    vertical-align: middle;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    position:absolute;
    top:64%; right:40%;
    margin-top: -50px;
    margin-left:-50px;
    display:table;
    transition: all linear 0.3s;
}
.menu6:hover{
     -webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.7);
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 100px;
}
.menu6:active{
    background:rgba(255,255,255,0.7);
    color: #404040;
    transition: all linear 0.1s;
}

/*FINE PARTE SOPRA*/
.payoff{
    text-shadow:0px 0px 10px rgba(0,0,0,0.5);
    padding: 15px;
    padding-top: 60px;
    margin-top: 0px;
    text-align: center;
    box-sizing: border-box;
}

.footer{
    margin-top: -40px;
    text-align: center;
}

.footer a{
    color: #fff;
    text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.half{
    width: 48%;
    box-sizing: border-box;
    display:block;
    float:left
}

.full{
    width: 98%;
    box-sizing: border-box;
    display:block;
    float:left
}

.footer a:hover{
    background: #292a2d;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.payoff h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #fff;
}

.menu-responsive{
    visibility: hidden; display:none;
}

.menu-top{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%:
    background: #fff;
}

#menu-top {
	position:fixed;
	top:0;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	color: #FFFFFF;
	z-index:9999;
	display: none;
    vertical-align: middle;
    padding-top: 0px;
    display:table;
    text-align: center;
}

#menu-top li{
    background: #000;
    color: #000;
    text-transform: uppercase;
    padding: 20px;
}
#menu-top p, #menu-top a{
    color: #fff;
    text-decoration: none;
    display: table-cell;
    float: none;
    min-width: 16%;

    list-style: none;
}
#menu-top li:hover{
   -webkit-box-shadow:inset 0px 0px 0px 45px rgba(255,255,255,0.7);
    -moz-box-shadow:inset 0px 0px 0px 45px rgba(255,255,255,0.7);
    box-shadow:inset 0px 0px 0px 45px rgba(255,255,255,0.7);
    transition: all linear 0.2s;
}

.home-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}
.home-titolo{
    background: url('http://www.agestrad.com/blog-traduccion/wp-content/uploads/iStock_000018554237Small.jpg');
    background-size: cover;
    height: 150px;
}
.chisiamo-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}

.servizi-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}
.prezzi-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}
.progetti-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}
.contattaci-menu{
    background: rgba(107,107,107,0.5) !important;
    color: #fff !important;
}
.menu-open{
    font-size: 30px !important;
    color: #fff !important;
}

/*****************************************/
/*****  SEZIONI  *************************/
.height{
    height: 100% !important;
}
.home{
    width: 70%;
    margin: 0 auto;
    display: table;
    height: 100% !important;
    display:block;
}

.chisiamo{
    width: 80%;
    margin:0 auto;
    height: 100% !important;
    display:block;
}

.servizi{
    width: 80%;
    margin:0 auto;
    height: 100% !important;
    display:table;
}

.prezzi{
    width: 80%;
    margin:0 auto;
    height: 100% !important;
   display:block;
}

.progetti{
    width: 80%;
    margin:0 auto;
    height: 100% !important;
    display:block;
}

.contattaci{
    width: 80%;
    margin:0 auto;
    height: 100% !important;
    display:block;
}

.span12{
    padding: 30px;
    display: table-cell;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    word-break:normal;
    transition: all linear 0.3s;
}

.span6{
    padding: 30px;
    display: table-cell;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    word-break: normal;
    transition: all linear 0.3s;
}

.span4{
    padding: 30px;
    display: block;
    float:left;
    box-sizing: border-box;
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
    word-break: normal;
    transition: all linear 0.3s;
}

.span3{
    padding: 30px;
    display: table-cell;
    width: 30%;
    margin: 0 auto;
    text-align: justify;
    word-break: normal;
    transition: all linear 0.3s;
}

/*COLORI*/
.lightgrey{
    background: #f0f0f0;
    text-align: justify;
}

.icona{
    text-align: center;
    font-weight: 200;
}

ul {
   list-style-image: url('images/li.png');
}

.colored{
    color:#00ad9d;
    font-weight:700;
}

input{
    border: 1px solid #ddd;
    padding: 10px;
    display: table;
    margin:1%;
    width: 100%;
}

textarea{
    border: 1px solid #ddd;
    padding: 10px;
    display: table;
    margin:1%;
    width: 100%;
}

.testimonial{
    background: #e5e5e5;
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 3px;
    color: #565656;
}
.testimonialuser{
    width: 100px;
    height: 100px;
    background: url('https://tymr.com/tymr/static/img/placeholder-user.jpg');
    background-size: cover;
    border:1px solid #717171;
    border-radius: 5px;
    float:left;
    display:block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.testimonial h1{
    font-size: 17px;
}

.flagsbg{
    background: url('http://www.linkup.it/repository/editor_files/Fotolia_2_BANDIERE_ORIGINALE_31334878_M.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    height:250px;
}

.bookbg{
    background: url('http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2013/10/Collaborative-team.jpg') !important;
    background-size: COVER !important;
    background-position: center !important;
    height:250px;
}

.testimonialbg{
    background: url('http://www.elogix-it.com/images/testimonials.jpg') !important;
    background-size: COVER !important;
    background-position: center !important;
    height:250px;
}
.servicebg{
    background: url('https://www.star-group.net/client/media/images/246/1000x299x0/Ubersetzung.png') !important;
    background-size: COVER !important;
    background-position: center !important;
    height:250px;
}

.pricebg{
    background: url('http://www.cmplanet.it/images/partnership_group.jpg') !important;
    background-size:  cover !important;
    background-position: center !important;
    height:250px;
}

.projectbg{
    background: url('http://prince2pm.files.wordpress.com/2012/06/project-management_1200x740.jpg') !important;
    background-size:  cover !important;
    background-position: center !important;
    height:250px;
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
    body.index .menu_sx,
    body.index .menu_dx{
        width: 50%;
        display: block;
    }
    body.index .menu_centrato{
        display: none;
    }

    body.index .menu1, body.index .menu2,
    body.index .menu3, body.index .menu4,
    body.index .menu5, body.index .menu6{
        height: 60px;
        width: 60px;
    }

    body.index .menu2, body.index .menu5{
        top: 55%;
    }

    body.index .menu3, body.index .menu6{
        top: 80%;
    }

    body.index .menu1,
    body.index .menu2,
    body.index .menu3{
        left: 60%;
    }

    .menu_sx{
        display: none;
    }
    .menu_dx{
        display: none;
    }

    .menu_centrato{
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    #menu-top{
        visibility: hidden;
    }

    .menu-responsive{
        top: -420px;
        visibility: visible;
        position:fixed;
        vertical-align: middle;
        margin: 0 auto;
        width:100%;
        background-color:rgba(0,0,0,0.7);
        color: #FFFFFF;
        display: table-cell;
        margin: 0 auto;
        text-align: center;
        transition: all linear 0.3s;
    }

    .menu-responsive a{
        color: #000;
        text-decoration: none;
        font-size: 18px;
    }

    .menu_resp1{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .menu_resp2{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .menu_resp3{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .menu_resp4{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .menu_resp5{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .menu_resp6{
        background: #fff !important;
        padding-top: 20px;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        color: #000 !important;
    }
    .span4{
        width: 100%;
        display: block;
        float: left;
        padding: 30px;
    }
    .span3{
        width: 100%;
        display: block;
        float:left;
        padding: 5px;
    }

    .home, .chisiamo, .servizi, .prezzi, .progetti, .contattaci{
        height: auto;
    }
    .immagine{
        display:none; visibility: hidden;
    }
}
