/*
Theme Name: Anastasia Vitiello
Author: DUDE
Author URI: http://hellodude.it
Version: 1.0
Text Domain: anastasiavitiello
*/

html, 
body { 
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1.0;
	background: transparent;
	visibility: hidden;
	position: relative;
}

#container {
    width: 100%;
    height: auto;
    position: relative;
}

#slider {
	background: url(images/background_black.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
}

#slider .carousel-inner > .wait {
	background: url(images/wait.gif);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
    position: absolute;
    z-index: 999;
    top: 50%;
    right:50%;
    margin-left: -30px;
    margin-top: -30px;
}

#slider > .close {
	background: url(images/background_black.png);
	background-repeat: repeat;
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 999;
    top: 0px;
    right:0px;
    text-align: right;
    color: #fff;
    opacity: 1.0;
    font-weight: 400;
    font-size: 34px;
    text-shadow: 1px 1px 1px #525252;
    padding-right: 30px;
}

#slider  .container {
    padding-left: 0px;
    padding-right: 0px;
}

#slider .carousel-caption {
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

#slider .carousel-caption span {
    font-weight: 400;
    font-size: 15px;
}

#slider .carousel,
#slider .item,
#slider .active {
    height:100%;
}

#slider .carousel-inner {
    height:100%;
}

#slider .fill {
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
}

#slider iframe {
    height:100%;
    display: table;
    margin: 0 auto;
    background-position:center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
}

#slider .carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
    padding: 80px;
    padding-bottom: 40px;
}

#left {
    width: auto;
    height: 100%;
    background: #fff;
    background-repeat: repeat;
    position: fixed;
    z-index: -1;
    top:0px;
    left: 0px;
    display: none;
}

#left > ul {
	width: auto;
	margin-top: 40px;
	padding-left: 0px;
}

#left > ul li {
    font-weight: 400;
    color: #525252;
    font-size: 15px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
	padding-right: 30px;
    letter-spacing: 0px;
    transition: all 0.1s;
    cursor: pointer;
}

#left > ul li:hover {
    text-decoration: underline;
}

#top {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 998;
    background-repeat: repeat;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#top .background {
    width: 100%;
    height: 40px;
	background: url(images/background_black.png);
	background-repeat: repeat;
	opacity: 0.0;
	position: absolute;
	z-index: -1;
}

#top .content {
    width: 50px;
    height: 40px;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

#top .content .riga_1 {
    width: 20px;
    height: 3px;
    position: absolute;
    top: 13px;
    left: 30px;
    background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#top .content .riga_2 {
    width: 20px;
    height: 3px;
    position: absolute;
    top: 23px;
    left: 30px;
    background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#top .content .menu {
    position: absolute;
    left: 30px;
    top: 10px;
    height: 20px;
    cursor: pointer;
    transition-property: left;
    transition-duration: 0.7s;
    transition-delay: 0.01s;
}

#intro {
	background:url(images/firstBG_large.jpg) no-repeat fixed;
	background-size: cover;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.table .table_cell {
    width: 100%;
    height: 100%;
    display: table;
    background:url(images/background_top.png);
    background-repeat: repeat;
    padding-bottom: 160px;
    transition: all 0.5s;
}

.table .table_cell .logo {
    width: 376px;
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle; 
}

.table .table_cell .logo img {
    width: 376px;
    display: table;
    margin: 0 auto;
}

#intro .chisono {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    padding-top: 30px;
    padding-bottom: 200px;
    transition: all 0.5s;
}

#intro .chisono > .content {
    cursor: pointer;
    display: table;
    margin: 0 auto;
}

#intro .chisono .content > p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}

#intro .chisono .text {
    font-size: 15px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    opacity: 0.0;
    margin-top: 30px;
    transition: all 0.5s;
    color: #000;
    text-align: justify;
}

#intro .chisono img {
    width: 100px;
}

#chisono {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	background: #fff;
	overflow: hidden;
	display: none;
}

#chisono > .chisono > p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}

#chisono > .chisono .container > .text {
    font-size: 15px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    margin-top: 30px;
    transition: all 0.5s;
    color: #525252;
    word-break: keep-all !important;
    text-transform: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

#chisono > .chisono img {
    width: 100px;
    display: table;
    margin: 0 auto;
    cursor: pointer;
}

#works {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	background: #fff;
	overflow: hidden;
}

#works .row_works {
	padding-left: 30px;
	padding-right: 30px;
}

#works .element {
	margin-bottom: 30px;
}

#works .element .content {
	width: 100%;
	height: 100%;
	position: relative;
}

#works .element .background {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#works .element .content .over {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background:url(images/background_top.png);
	background-repeat: repeat;
	opacity: 0.0;
	transition: all 0.5s;
	cursor: pointer;
}

#works .element .content .over:hover {
	opacity: 1.0;
}

#works .element .content .over .content_over {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    left: 0px;
}

#works .element .content .over .position {
	background: url(images/position.png);
	background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    margin-left: 15px;
    padding-right: 25px;
    margin-bottom: 10px;
    background-size: auto 30px;
    float: left;
}

#works .element .content .over .text {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    width: auto;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    padding-left: 15px;
    margin-top: -8px;
    line-height:20px;
    border-left: 1px solid #fff;
}

#clientretail {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	background: #fff;
	overflow: hidden;
}

#clientretail .row > .element {
    margin-bottom: 30px;
}

#clientretail .table_clientretail {
    width: 100%;
    height: 100%;
    display: table;
}

#clientretail .element img {
    max-width: 80%;
    max-height: 50px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

#numeri {
	background:url(images/parallax.jpg) no-repeat fixed;
	background-size: cover;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#numeri .layer {
	background:url(images/layer_parallax.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

#numeri .text {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 50px;
    padding-top: 60px;
    color: #525252;
}

#numeri .row {
    padding: 30px;
}

#numeri .row > .element {
    text-align: center;
    color: #525252;
    padding: 60px;
    padding-bottom: 53px;
}

#numeri .element img {
    height: 130px;
    margin: 0 auto;
    display: table;
}

#numeri .element .title {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 30px;
    letter-spacing: 3px;
}

#numeri .element .number {
    font-size: 15px;
    font-weight: 300;
}

#archivio {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	background: #fff;
	overflow: hidden;
}

#archivio > .row {
	margin: 0px;
}

#archivio .element {
	padding: 0px;
	cursor: pointer;
}

#archivio .element .content {
	width: 100%;
	height: 100%;
	position: relative;
}

#archivio .element .content .over {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background:url(images/background_top.png);
	background-repeat: repeat;
	opacity: 0.0;
	transition: all 0.5s;
	cursor: pointer;
}

#archivio .element .content .over:hover {
	opacity: 1.0;
}

#archivio .element .content .over .content_over {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#archivio .element .content .over .text {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height:20px;
    display: table;
    width: 100%;
    height: 100%;
    padding: 15px;
}

#archivio .element .content .over .text .title {
    display: table-cell;
    vertical-align: middle;
}

#teamepartner {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	overflow: hidden;
}

#teamepartner .element {
    padding-left: 15px;
    padding-right: 15px;
}

#teamepartner .img {
    width: 100%;
}

#teamepartner .title {
    margin-top: 30px;
    font-size: 15px;
}

#teamepartner .description {
    font-size: 15px;
    font-weight: 300;
}

#teamepartner .text {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 30px;
}

#teamepartner .row {
    padding-left: 30px;
    padding-right: 30px;
}

#teamepartner .row .riscioli {
    border-top: 1px dashed #525252;
    margin-top: 30px;
}

#teamepartner .row .riscioli img {
    padding-top: 43px;
    display: table;
    margin: 0 auto;
}

#contatti {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: #525252;
	overflow: hidden;
	color: #fff;
}

#contatti .logo_sezione > p {
    color: #fff;
    margin-top: 0px;
}

#contatti .form {
    padding-bottom: 30px;
}

#contatti .form > input,
#contatti .form > textarea {
    width: 100%;
	font-size: 17px;
    font-weight: 300;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	margin-bottom: 30px;
	padding-left: 5px;
}

#contatti .form > textarea {
    height: 100px;
}

#contatti .form > .send {
    width: auto;
	font-size: 17px;
    font-weight: 300;
    text-align: center;
	color: #333;
	background: #fff;
	margin-bottom: 0px;
	float: right;
	cursor: pointer;
}

#contatti .form > .intest {
	font-weight: 300;
	letter-spacing: 1;
	font-size: 17px;
	margin-bottom: 5px;
}

#contatti .info {
    font-weight: 300;
    padding-bottom: 30px;
    line-height: 28px;
}

#contatti .info > .icon {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	padding: 0;
}

#contatti .info > a:link,
#contatti .info > a:visited {
	color: #fff;
	text-decoration: underline;
}

#contatti .info > a:hover {
	color: #fff;
	text-decoration: none;
}

#contatti .info > .icon img {
	width: auto;
	height: 30px;
}

.logo_sezione {
    width: 100%;
    height: auto;
    margin-bottom: 55px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.logo_sezione p {
    margin-top: 15px;
    font-size: 15px;
}

.logo_sezione span {
    padding-left: 5px;
    padding-right: 5px;
}

.logo_sezione img {
    height: 90px;
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width: 991px) { 
    #intro {
	   background:url(images/firstBG.jpg) no-repeat fixed;
	   background-size: cover;
   }
   
    #numeri {
	   background:url(images/parallax.jpg) no-repeat fixed;
	   background-size: cover;
    }
    #teamepartner .element {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) { 
    #intro {
	    background:url(images/firstBG.jpg) #888 no-repeat;
	    background-size: cover;
	    background-position: 50% 0px !important;
	    color: #fff;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    padding: 0;
	    overflow: hidden;
    }
    #intro .chisono {
        padding-bottom: 160px;
    }
    #numeri {
	    background:url(images/parallax.jpg) #888 no-repeat;
	    background-size: cover;
	    background-position: 50% 0px !important;
	    color: #fff;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    padding: 0;
	    overflow: hidden;
    }    
    .table {
        width: 100%;
        height: 100%;
        display: table;
        padding: 0px;
    }
    
    #top .content .menu {
        position: absolute;
        left: 30px;
        top: 10px;
        height: 20px;
        cursor: pointer;
    }
    .table .table_cell .logo {
        width: 100%;
        display: table-cell;
        margin: 0 auto;
        vertical-align: middle; 
        padding: 30px;
    }
    .table .table_cell .logo img {
        width: 100%;
        max-width: 376px;
        display: table;
        margin: 0 auto;
    }
    #numeri .row > .element {
        padding: 30px;
        padding-bottom: 0px;
    }
    #works .element .content .over {
	    bottom: 0px;
	    height: 70px;
	    opacity: 1.0;
    }
    #works .element .content .over .content_over {
        
        bottom: 0px;
    }
    #works .element .content .over .text {
        margin-left: -10px;
        margin-top: -16px;
        border-left: 0px solid #fff;
    }
    #works .element .content .over .position {
        background: url();
        width: 0px;
        margin-left: -5px;
    }
    #archivio .element .content .over {
	   opacity: 1.0;
    }
}

