body {
   font-family: 'Arimo';
}


h1 { color:#1c45ae;
	font-size: 190%;
	font-weight:400;  font-family: 'Bebas';
      margin:  10px 0;
      font-weight:normal;

}
	
	h2 { color:#1c45ae;
	font-size: 190%;
	 font-family: 'Bebas';
       margin:  10px 0;
         margin-top: 30px;
       font-weight:normal;

	}

h3 {
    font-size: 150%;
    color:#cc0066;
    margin:  5px 0;
     font-family: 'Bebas';
     font-weight:normal;
}

h4 {
    font-size: 120%;
    
    color: #00acef;
}

a {
    color: #00acef;
	 font-weight: 600;
}

p a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

a.button_dark, a.button_light {
    background-color: #cc0066;
    display: block;
    width: 390px;
    padding: 15px 30px 0 30px;
    height: 33px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 11pt;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 1px #93054c;
    border: 5px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0px 1px #93054c;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.button_light {
    margin-left: 10px;
    width: 100px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}

a:hover.button_dark, a:hover._button_light {
    background-color: #1c45ae;
    text-shadow: 0px -1px #042373;
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    box-shadow: inset 0px 1px 2px #042373;
}

a:hover.button_light {
    background-color: #d76203;
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 0px 1px #cbcbcb;
}
 .slider img{width: 960px;margin: 0 auto;display: block;}

.moreabout .button_dark {
    margin: 0;
}



.text{line-height:130%; text-align:justify;margin: 10px 0;color: #666;}
.pxline {
    height: 1px;
    width: 100%;
    background-color: #fff;
    color: #fff;
    opacity: 0.1;
    position: relative;
    top: 30px;
    z-index: 1;
}

hr.cleanit {
    visibility: hidden;
    clear: both;
    margin-bottom: 20px;
}

div.cara {
    clear: both;
    width: 940px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 40px;
    margin-left: 10px;
}

strong{color: #00acef; font-weight:600;}

/* ---------- Header ---------- */


.top {
    width: 100%;
    height: 40px;
    background-color: #1c45ae;
	/*margin-bottom: 10px;*/
    
}

.top div {
    width: 960px;
    margin: auto;
    position: relative;
    color:#fff;
	
      font-weight:normal;
}
    .top span.txt {line-height: 40px;
    }
    .top .call {
        font-family: 'Bebas';
        float:right;
        font-size: 200%;
        padding-top:0;
	
    }
#header {
    width: 100%;
    height: 128px;
    background-color: #fff;
	/*margin-bottom: 10px;*/
     box-shadow: 1px 0px 4px #1c45ae;
}

#header_in {
    width: 960px;
    padding: 0px 10px 0 10px;
    /*height: 75px;*/
    margin: auto;
    position: relative;
}

#header_in h1 {
    font-size: 15pt;
    letter-spacing: 1px;
    float: left;
    padding-top: 25px;
}

#header_in h1 a {
    text-decoration: none;
    color: #111;
    font-weight: 100;
}

#header_in h1 a b {
    font-weight: 600;
}

    /* ----- Menu ----- */
    
    #menu {
	float:right;
	display:inline-block;
	font-size: 165%;
    font-family: 'Bebas';
    font-weight:normal;
	
	margin-right: 0px;
    /*margin-top: 32PX;*/
    }
    
    
    #menu ul li {
	float: left;
	display: inline;
    }
    
    /*#menu ul li a {
	text-decoration: none;
	color: #cc0066;
	text-transform: uppercase;
 font-weight:normal;
	letter-spacing: 1px;
	display: block;
	padding: 18px;
	height: 46px;
    font-family: 'Bebas';

    }
    
    #menu ul li a:hover {
	
	color: #1c45ae;
    }*/
      #menu ul li a {
	text-decoration: none;
	color: #cc0066;
	text-transform: uppercase;
 font-weight:normal;
	letter-spacing: 1px;
	display: block;
	padding: 18px;
	height: 92px;
line-height: 92px;
    font-family: 'Bebas';

    }
    
    #menu ul li a:hover {
	color: #fff;
	background-color: #1c45ae;
    }
    
    #menu ul li a.active {
	background: none;
	background-color: red;
	color:#fff;
    }
    
    
    /* --- */

.slider {margin-top: 30px;
}
/* ---------- Main part (slider) ---------- */



#main_part, #main_part_inner {
    width: 100%;
    height: 465px;
    background: url('img/main_img_1.jpg') scroll no-repeat center;
    background-color: #000;
    border-bottom: 7px solid #e5e5e5;
}

#main_part_in, #main_part_inner_in {
    width: 960px;
    margin: auto;
}

#main_part_in h2, #main_part_inner_in h2 {
    padding-top: 120px;
    padding-bottom: 14px;
    font-size: 280%;
    font-weight: 200;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px #000;
}

#main_part_in p {
    font-size: 150%;
    font-weight: 300;
    color: #bcbcbc;
    text-align: center;
    text-shadow: 0px 1px #000;
}

#main_part .button_main {
    margin-top: 60px;
}

		/* ---------- Main part, inner pages (headline) ---------- */
		/* -- Some of the css already included in the previous "Main part" for homepage -- */
		
		#main_part_inner {
		    height: 150px;
		    background: url('img/main_img_1.jpg') scroll no-repeat top center;
		}
		
		#main_part_inner_in {
		    position: relative;
		}
		
		#main_part_inner_in h2 {
		    padding-top: 46px;
		    text-align: left;
			color:#00adef;
		}
		
		#main_part_inner .button_main {
		    position: absolute;
		    top: 46px;
		    right: 15px;
		}
		
		/* --- */


/* ---------- Content ---------- */

#content {
    width: 960px;
    margin: auto;
    padding-top: 40px;
}

#content_inner {
    width: 960px;
    margin: auto;
    padding-top: 0;
}

    /* ----- thirds / fourths (homepage) / sixths (about)----- */

    .thirds {
	width: 300px;
	margin: 0 10px 0 10px;
	float: left;
    }
    
    .thirds h3 {
	margin-top: 0;
	margin-left: 0;
	font-size: 150%;
	font-weight: 300;
	color: #cc0066;
	margin-bottom: 18px;   
    }
    
    .thirds p {
	font-size: 90%;
	color: #37393a;
	line-height: 160%;
    }
    
    .fourths_portfolio {
	width: 220px;
	height: 220px;
	margin: 0 10px 20px 10px;
	background-color: #00acef;
	float: left;
	position: relative;
    }
    
    .fourths_portfolio a {
	display: block;
	width: 220px;
	height: 220px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .fourths_portfolio a:hover {
	opacity: 0.15;
    }
    
    .fourths_portfolio h4 {
	position: absolute;
	top: 80px;
	display: block;
	width: 220px;
	text-align: center;
	text-shadow: 0px 1px #d72d05;
    }
    
    .fourths_portfolio img {
	position: absolute;
    }
    
    .fourths_portfolio span {
	font-size: 90%;
	font-weight: 200;
	text-shadow: 0px 1px #b70d02;
    }
    
    .sixths_team {
	width: 140px;
	height: 160px;
	margin: 0 10px 0 10px;
	background-color: #00acef;
	float: left;
	position: relative;
    }
    
    .sixths_team a {
	display: block;
	width: 140px;
	height: 140px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
    
    .sixths_team a.profession {
	display: block;
	width: 140px;
	height: 20px;
	background-color: #fff;
	text-decoration: none;
	font-size: 95%;
	padding-top: 10px;
    }
    
    .sixths_team a.profession:hover {
	opacity: 1;
    }
    
    .sixths_team a:hover {
	opacity: 0.10;
    }
    
    .sixths_team h4 {
	position: absolute;
	top: 50px;
	display: block;
	width: 140px;
	text-align: center;
	text-shadow: 0px 1px #d72d05;
	font-weight: 200;
	font-size: 100%;
	line-height: 140%;
    }
    
    .sixths_team img {
	position: absolute;
    }
    
    .sixths_team span {
	font-weight: 400;
	text-shadow: 0px 1px #b70d02;
    }
    
    /* --- */
    
		/* ----- History (About us) ----- */
		/* --- this section is really not pixel-perfect, so you might want to redo it, if it doesn't fit your needs :) */
    
		.history_blok {
		    background-color: #1e2022;
		    width: 855px;
		    min-height: 100px;
		    margin: 70px 0 0 10px;
		    padding: 43px 40px 30px 45px;
		}
		
		.history_blok h3 {
		    color: #f8f9f9;
		    font-weight: 200;
		    margin: 0;
		}
		
		.history_blok img.milestones {
		    margin: 30px 0 0 -13px;
		}
		
		.milestone1, .milestone2, .milestone3, .milestone4 {
		    width: 170px;
		    float: left;
		    margin-left: 32px;
		}
		
		.milestone1 {
		    margin-left: 0;
		}
		
		.milestone2 {
		    width: 188px;
		}
		
		.milestone3 {
		    width: 205px;
		}
		
		.milestone4 {
		    width: 190px;
		}
		
		.miles {
		    padding-top: 2px;
		    font-size: 95%;
		    font-weight: 300;
		    line-height: 180%;
		    color: #e9ecef;
		}
		
		.miles b {
		    font-size: 105%;
		    font-weight: 400;
		}
		
		.descr {
		    margin-top: 3px;
		    color: #a4a8ad;
		    font-size: 90%;
		    font-weight: 300;
		    line-height: 150%;
		}
		
		.moreabout {
		    background-color: #1e2022;
		    width: 855px;
		    min-height: 100px;
		    padding: 35px 40px 40px 45px;
		    margin-left: 10px;
		    margin-bottom: 60px;
		    border-top: 1px #292b2d solid;
		}
		
		.moreabout p {
		    width: 860px;
		    color: #e9ecef;
		    font-size: 115%;
		    font-weight: 200;
		    line-height: 160%;
		    margin-bottom: 25px;
		}
		
		.moreabout b {
		    font-weight: 400;
		    color: #fff;
		}
		
		


/* ---------- Contact ---------- */

form.formit {
    margin-left: 10px;
}

.formit input[type="text"] {
    padding: 15px 22px;
    height: 20px;
    width: 230px;
    border: 1px solid #bbbbbb;
    margin: 0px 18px 20px 0px;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
}

.formit textarea {
    width: 900px;
    height: 146px;
    margin-bottom: 22px;
    resize: none;
    padding: 20px;
    font-size: 90%;
    border: 1px solid #bbbbbb;
}

form.formit .button_submit {
    cursor:pointer;
    background-color: #00acef;
    width: 200px;
    height: 58px;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    text-shadow: 0px 1px #d72d05;
}


.contactinfo {
    position: relative;
    float: left;
    margin-right: 40px;
}

.contactinfo .ico_mapmark:before, .contactinfo .ico_message:before, .contactinfo .ico_iphone:before {
    font-size: 140%;
    top: 0;
    left: 10px;
}

.contactinfo b {
    font-size: 110%;
    font-weight: 300;
    padding-left: 45px;
}

.mapit {
    width: 940px;
    margin: 30px 0 0 10px;
}


#gallery {padding: 30px 0;}
#gallery img{margin-top:20px;}

.gallery {padding: 10px 0;}
.gallery a:hover{background-image:url('img/plus.png')}
.gallery img{margin-top:20px;}

.mr20{ margin-right:20px;}
.mr0{margin-right:0;}
/* ---------- Footer ---------- */

footer{
    width: 100%;
    height: 50px;
    background-color: #cc0066;
	padding: 30px 0;
    margin-top:50px;
    color:#fff;
}


	footer h3 { color:#fff;
	font-size: 180%;
	font-weight:400;}
	
	
#contatti {
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 0;
}

.col-1-2{width:49%; float:left;}
.col-2-3{width:67%; float:left;}
.col-1-3{width:32%; float:left;}
.col-1-3 .img{text-align: center;
display: block;}
.col-1-3 a{color:#FFD910;  text-decoration: none;}
.txt-cent{text-align:center;}

#footer {
    width: 100%;
   
   color: #fff;
    color: #a5a5a5;
    font-weight: 300;
    font-size: 90%;
    margin-top: 80px;
}

#footer_in {
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 15px ;
	padding-bottom: 60px!important;
}

#footer_in p {
    float: left;
}



#footer_in a:hover {
    color: #00acef;
    text-decoration: underline;
}

#footer_in span {
    position: absolute;
    right: 10px;
}



/* ---------- Other elements ---------- */


.call-to { font-weight:bold; color:#1c45ae;
}






