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

body, html { height: 100%; }
















body {
	font-size: 14px;
	line-height: 20px;
	font-family:Ubuntu;
	color: #646464;
	 background-image: -webkit-linear-gradient(left, #003366,#0099FF, #003366); 
    background-image:    -moz-linear-gradient(left, #003366, #0099FF, #003366); 
    background-image:      -o-linear-gradient(left, #003366, #0099FF, #003366);
background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	min-width: 950px;
	min-width: 100%;
	
}
.header { background: url(css/images/header-home.png) no-repeat; background-position: center;  padding: 30px 0; 	position: relative;
  }
h1#logo {padding-left: 0px; float: center; margin-top: -30px;}
h1#logo a {display: block;  width: 232px; height: 76px;}
#navigation {  padding-top: 100px; float: left; position: relative; width: 950px; }


.popin{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.popin .layer{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255,255,255);
    z-index: -1;
    visibility:hidden;
    opacity:0;
    transition: all 0.5s;
}
.popin .content{
    max-width: 950px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    visibility:hidden;
    opacity:0;
    transition: all 0.5s;
}
.popin .popin_check:checked ~ .layer,
.popin .popin_check:checked ~ .content{
    visibility:visible;
    opacity:1;
    margin-top:0;
}
.popin .content .header{
    padding: 5px;
    min-height: 1.5em;
    border-bottom: 1px solid;
	 background-color: #fff;
}
.popin .close_popin{
    cursor: pointer;
    float: right;
}
.popin .content .main{
    padding: 5px;
}
.show_popin{
    cursor: pointer;
}
.modal-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 1.0rem;
  font-weight: bold;
  cursor: pointer;
}
.close {
    float: right;background-color: #fff;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 







ul#navigation {
		
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;

 
}
 
#navigation li {display:inline; }
 
#navigation li a {
	font-family: Ubuntu;
font-size: 16px;
color: #646464;
display:inline-block;
padding:10px;
margin-left:1%;
	margin-bottom:30px;
float: inherit;
  font-weight: bold;

  line-height: 40px;
  text-decoration: none;
   text-transform: uppercase; font-weight: bold;
}
 
#navigation ul li a:hover,
#navigation ul li.active a  { text-decoration: none; color: #36F; }


#banner-app {
position: relative;
	width: 900px;
	height: 200px;
	frameborder: 2px #FFFFFF;

	
}




#box{
    width: 1100px;
    height: 2220px;
    position: absolute;
    top: 1px;
    left: 50%;
    margin: 0 0 0 -550px;
    background: url(css/images/sfondo-01.jpg);
    box-shadow: 0px 0px 13px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.8);
    -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.8);
}












a {
	color: #646464;
	text-decoration: none;
	cursor: pointer;
}
a:hover { color: #36F;text-decoration: none; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 24px; font-family: Ubuntu; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; margin-left: 350px; margin-top: 0px;}











.shell { margin: 0 auto; width: 950px;}












.main { padding-top: 42px;  }
.main h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.main h2 strong { font-weight: bold; }
.main h3 { font-size: 22px; line-height: 22px; color: #fff; font-weight: bold; }

















#page {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
}




#portfolio {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	margin-right: auto;
	
}


#portfolio ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
	}
	
	#portfolio p  {display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	font-size:12px;
	
	
	
}

#portfolio li {
	float: left;
	padding: 0 3.6px;
	margin-left:21px;	
	
	
}

#portfolio frameborder {
	frameborder: 2px solid #ffffff; 

	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}




#portfolio-slider {
	position: relative;
	width: 950px;
	height: 280px;
	margin: 0px auto;
	background: url(css/images/box-portfolio.png) ; height: 216px;
	
	
}

#portfolio-slider .button {
	text-indent: -999999em;
}

#portfolio-slider .button:hover {
}

#portfolio-slider .viewer {
	width: 950px;
	height: 280px;
	margin: 0px auto;
	overflow: hidden;
}

#portfolio-slider .viewer .reel {
	display: none;
	height: 240px;
}

#portfolio-slider .viewer .reel .slide {
	position: relative;
	width: 950px;
	height: 280px;
}

#portfolio-slider .previous-button {
	position: absolute;
	top: 125px;
	left: -18px;
	width: 55px;
	height: 67px;
	background: url(css/images/portofolio-slider-left.png) no-repeat left top;
	outline: 0;
}

#portfolio-slider .next-button {
	position: absolute;
	top: 126px;
	right: -48px;
	width: 55px;
	height: 67px;
	background: url(css/images/portofolio-slider-right.png) no-repeat left top;
	outline: 0;
}


	


#banner {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 400px;
	margin: 50px auto;
	background: url(images/banner-bottom-shadow.png) no-repeat left bottom; 

			margin-top: 25px;
}


/*a.slider-btn-2 {  display: block;  margin-top:-60px;  margin-left:69%; 

 */

#banner-slider {
	position: relative;
	width: 900px;
	height: 380px;
border: 4px solid #fff;

	background: #004494;
	
}




#banner-slider .button {
	text-indent: -999999em;
}

#banner-slider .button:hover {
}

#banner-slider .viewer {
	width: 900px;
	height: 400px;
	margin: 0px auto;
	overflow: hidden;
	
	
}

#banner-slider .viewer .reel {
	display: none;
	width:950px;
	height: 400px;
	
}

#banner-slider .viewer .reel .slide {
	position: relative;
	width: 950px;
	height: 400px;
	border-radious: 10px 10px 10px 10px;
}

#banner-slider .previous-button {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 55px;
	height: 67px;
	
}

#banner-slider .next-button {
	position: absolute;
	top: 135px;
	right: 0px;
	width: 55px;
	height: 67px;
	background: url(images/portofolio-slider-right.png) no-repeat left top;
	outline: 0;
}

#banner-slider .indicator {
	height: 43px;
	background: url(images/indicator-bg1.png) repeat-x center top;
}

#banner-slider .indicator-leftbg {
	width: 150px;
	margin: 0px auto;
	padding-left: 30px;
	background: url(images/indicator-leftbg.png) no-repeat left top;
}

#banner-slider .indicator-rightbg {
	padding-right: 30px;
	background: url(images/indicator-right-bg.png) no-repeat right top;
}

#banner-slider .indicator ul {
	list-style: none;
	padding: 13px 0px 0px 0px;
	margin: 0;
	text-align: center;
	background: url(images/indicator-bg.png) no-repeat center top;
}

#banner-slider .indicator ul li {
	display: inline-block;
	width: 19px;
	height: 19px;
	text-indent: -9999em;
	background: url(images/indicator-normal-bg.png) no-repeat left top;
	margin: 0 1px 0 1px;
	outline: 0;
}

#banner-slider .indicator ul li.active {
	background: url(images/indicator-active-bg.png) no-repeat left top;
}




.two-column {
	overflow: hidden;
	width: 950px;
	height: 400px;
	margin left: 25px;
	line-height: normal;
	text-shadow: 1px 2px 0px rgba(0,0,0,.3);
	font-size: 18px;
	color: #F0F7F3;
}



.two-column .column1 {
	float: left;
	width: 930px;
}

.two-column .column2 {
	float: right;
	width: 400px;
	width: 950px;
}

.two-column .column2 img {
	float: right;

	

}

hr{ border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));} 

#content ul li a { color: #6b7ead; line-height: 12px; }

.col-left {  background: rgba(255,255,255,0.8);margin-top:50px;  float: left; display: inline; width: 890px; height:400px;  padding: 30px 30px;  overflow: auto;   position: relative; line-height: 25px; }

.col-privacy {  background: rgba(255,255,255,0.8);margin-top:50px;  float: left; display: inline; width: 890px; height:200px;   overflow: auto;   position: relative; line-height: 25px; }






			
			
.col-right { margin-top:10px; margin-bottom: 10px; background: rgba(255,255,255,0.8);    float:left; display: inline; width: 890px; height:120px;  padding: 30px 30px;   overflow: auto;   position: relative; line-height: 25px;}


div.marquee {
    position: relative;
    width: 950px;
    height: 85px;
  
   
    }
     
    div.marquee ul {
        list-style: none;
        padding: 1px 0;
        margin: 0;
        }
         
        div.marquee ul>li {
            float: left;
            font: 14px Ubuntu;
            width: auto;
            color: #fff;
            margin-right: 80px;
			   margin-top: 5px;
            }






div.immagine-corradi {margin-left: 215px; border: solid 5px white; width: 425px; height: 567px; }








a.slider-btn { width: 308px; height: 53px; line-height: 26px; text-align: center;  font-size: 15px; color: #fff; display: block; font-weight: bold; margin-left:289px;

text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; background: url(css/images/slider-btn.png) no-repeat 0 0; }




	.container {
    width: 950px;
 margin-top:90px;
text-decoration:blink; 
   background:url(css/images/sissi/home-pulsante-x-sissi.png)  no-repeat; height: 85px; position:relative; margin-top:430px;}
   
   #logo-sissi { margin-left:430px;-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	   
   }
   
   #logo-sissi a {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);

}
   
   
   
   
   
   

.pagination li  {
	list-style: none;
	font-size: 20px; 
	font-family: 'Alice', serif;
	font-weight: bold;
	text-transform: uppercase; 
	color: #b10e11; 
	position: fixed;
	float: left;
	margin-top: 5px;
	position: relative;
	margin-left:73px;

	}
	
	
	
	 
	
.pagination a {
	color: #FFFFFF;
}
.pagination   a:hover  {
color: #000;

}



#footer{
	text-align: center;
	color: #000;
	padding: 10px 0 20px 0;
	font-weight: bold;
	 
	
 }



#footer a{
	text-align: center;
	color: #fff;
	
	text-decoration:underline;
