/* FONTS */

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** basic style **/
html, body {-webkit-font-smoothing:subpixel-antialiased; }

/* /FONTS */

/* LAYOUT */

html, body {
     background: url(../img/back_testa.png) repeat-x;
     background-color: #fafafa;
     height: 100%;
     margin: 0 auto;
     padding: 0;
     font-family: "CenturyGothic", CenturyGothic, sans-serif;
     color: #414246;
}

#header  {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    margin-top: 0px;
    padding: 30px;
	background:url(../img/top-abstract-bg.png) no-repeat -43% top;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 44px;
	text-indent: -9000px;
	background: url(../img/logo_t2fstudio.png) no-repeat;
}

#flylogo {
    width: 220px;
    background: url(../img/logo_t2fstudio.png) no-repeat;
    height: 44px;
    display: none;
    position:absolute;
    left: 50%;
    margin-left: 290px;
    z-index: 999;
    top: 725px;
}
/*--- NIVO SLIDER ---*/

#stripSLIDER {
    position: absolute;
    margin-top: 154px;
    width: 100%;
    height: 400px;
    background-color: #9E3039;
    z-index: 1;
}

#corniceSLIDER {
    position: absolute;
    margin-top: 94px;
    left: 50%;
    margin-left: -470px;
    width: 1000px;
    height: 520px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    z-index: 2;
}

.theme-default #slider {
    background-color: #ffffff;
    margin:30px auto 0 auto;
    width:980px; /* Make sure your images are the same size */
    height:500px; /* Make sure your images are the same size */
    z-index: 3;
}

/*--- /NIVO SLIDER ---*/

       /* MENU */

#menu {
    position: relative;
    margin: 10px 0 30px 0;
}

#lang_nav {
    position: relative;
    margin: -70px 0 30px 0;
}

#menu ul, #lang_nav {
    float: right;
}

#menu li, #lang_nav li {
    display: block;
    float: left;
}

#menu li:before, #lang_nav li:before {
    content: none;
}

#menu li a {
    display: block;
    float: left;
    padding: 8px 15px 8px 15px;
    background: none;
    color: #9E3039;
    font-size: 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#lang_nav li a {
    display: block;
    float: left;
    padding: 12px;
    width: 16px;
    background: none;
    color: #9E3039;
    font-size: 1em;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#menu li a:hover, #lang_nav li a:hover {
    background: #efefef;
    color: #fff;
    text-shadow: #ccc 1px 1px 1px;
}

#menu li a.active, #lang_nav li a.active {
    background: #9E3039;
    color: #ffffff;
}

     /* /MENU */

#container {
    position: relative;
    background-color: #fff;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    border: solid 1px #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px #f7f7f7;
    -moz-box-shadow: 0px 0px 15px #f7f7f7;
    box-shadow: 0px 0px 15px #f7f7f7;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 30px;
}

#HOME {
   overflow:hidden;
   height:520px;
}

#slidecontent {
   width:7840px;
   margin-left:-40px;
}

.sez {
   float: left;
   width: 940px;
   padding-left:40px;
}

.prev {
   float: left;
   display: none;
   cursor: pointer;
   background-color: #333;
   text-indent: 10px;
   color: #fff;
   width: 70px;
   padding: 8px;
   margin-top: -20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.next {
   float: right;
   display: none;
   cursor: pointer;
   background-color: #333;
   text-indent: 10px;
   color: #fff;
   width: 70px;
   padding: 8px;
   margin-top: -20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}


.clearer {
    clear:both;
}

#footer {
    position: relative;
    background-color: #333;
    height: 80px;
}

#map {
    text-align: center;
    padding-top: 40px; 
}

.iframe {
    padding:10px;
    border:1px solid #f7f7f7;
    overflow: hidden;
}

.clear {
	clear: both;
	float: none;
	font-size: 0;
}

/* /LAYOUT */

/* TYPOGRAPHY */

h1 {
    text-align: left;
    font-size: 1.2em;
    background-color: #9E3039;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0 10px 0;
    text-indent: 60px;
    width: 660px;
}

h2 {
    padding: 20px 0 20px 0;
    font-size: 1em;
    color: #9E3039;
}

h3 {
    padding: 20px 0 20px 0;
    font-size: 1.1em;
    color: #9E3039;
}

h4 {
    font-size: 0.9em;
    color: #666;
}

p {
    font-size: 0.8em;
    color: #414246;
    line-height: 1.4em;
    width: 940px;
    text-align: justify;
}

a {
	text-decoration: underline;
	color: #414246;
}

.grassetto {
    font-weight: bold;
    color: #000000;
}

.firstafterH1 {
    padding-top: 20px;
}

#PROJECTS h3, #TEAM h3 {
    padding-bottom: 5px;
}

#PARTNERS h3 {
    padding-bottom: 5px;
}

#PROJECTS h4 {
    padding-bottom: 10px;
}

#CONTACTS p {
    font-size: 1em;
    color: #414246;
    line-height: 1.6em;
}

#map p {
    width: 640px;
    position: relative;
    left: 50%;
    margin-left: -140px;
    padding: 30px 30px 0px 30px;
    font-size: 0.8em;
    color: #414246;
}

#footer p {
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    padding: 36px 30px 10px 30px;
    color: #ffffff;
}

.location {
    padding-left: 10px;
    color: #ccc;
    font-size: 0.9em; 
}

.location:before {
    content: "@ ";
}

.privacy, .privacy a {
    padding-left: 120px;
    color: #fff;
}

.reserved, .reserved a {
    padding-left: 150px;
    color: #fff;
}


ul {
    padding: 30px 0 20px 0;
}

.ul_after_h2 {
    padding: 10px 0 20px 0;
}

li {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #555;
}

li:before {
    content: url(../img/check_rosso.png);
    padding-right: 10px;
}

/* /TYPOGRAPHY */

/* AGGIUNTE */

.progetto-specifiche h3 {
    margin-bottom: -20px;
}

.projects h2 {
    margin-top:140px;
    text-align: left;
    font-size: 1.0em;
    background-color: #ccc;
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0 10px 0;
    text-indent: 60px;
    width: 200px;
}

.upper {
    margin-top:-240px;
}

.incipit {
    margin-top:210px;
}

.first {
    margin-top:20px;
}

.left {
    float:left;
    width:200px;
}

.right {
    float:left;
    margin-left:0px;
}

.projects li:before {
    content: none;
    padding-right: 10px;
}

.name {
    font-weight: 900;
}

.normal-font-weight {
    font-weight: normal;
    font-style: italic;
}

/* /AGGIUNTE */














