@charset "UTF-8";

@media only screen and (min-width: 1280px) {

body {
	background-color: #FFF3EF;
	margin: 0px;
	padding: 0px 0px 5% 0px;
	font-family: proxima-nova-th, sans-serif;
	font-size: 30px;
}

h1 {
	font-family: proxima-nova-th, serif;
	font-size: 50px;
}
	
hr {
	border-bottom: 2px solid #FF7948;
	border-top: none; border-left: none; border-right: none;
	padding: 4% 0 2% 0;
}
	
.card {
	display: block;
}
	
.flex-box {
	float: left;
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 22%;
	padding: 14px;
	margin-bottom: 8%;
	margin-top: 3%;
}

#div_contenitore {
	min-height: 100px;
	width: 1150px;
	background-color:transparent;
	margin-right: auto;
	margin-left: 20%;
	margin-top: 65px;
}
	
#sito {
	width: 100%;
	min-height: 100px;
	background-color:transparent;
	right: 0px;
}
	
#main_container {
	background-color: transparent;
	min-height: 600px;
	width: 1150px;
	margin-top: 0;
	margin-right: auto;
	margin-left: 20%;
	color: #494c4e;
	z-index: 100;
}
	
#graphics {
	width: auto;
	height: auto;
	background-color: transparent;
	margin-top: 5%;
	text-align: center;
	vertical-align: middle;
	index: 1;
}

#be {
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
	background-color: #FF7948;
}

#le {
    bottom: 0;
    left: 0;
    top: 0;
    width: 3px;
	background-color: #FF7948;
}

#re {
    bottom: 0;
    right: 0;
    top: 0;
    width: 3px;
	background-color: #FF7948;
}

#te {
    height: 3px;
    left: 0;
    right: 0;
    top: 0;
	background-color: #FF7948;
}

#te, #le, #re, #be {
    display: block;
    position: fixed;
	z-index: 111;
}
	
.back {
	cursor: pointer;
	margin-left: 20px;
	top: 100px;
	position: fixed;
}
	
a.back {
	cursor: pointer;
}

/*foto profilo in hover*/
.box {
	display: none;
	width: 200px;
	height: 200px;
	background-color: #fff;
	border: 0px solid #494c4e;
	position: fixed;
	top: 150px;
	left: 50px;
	z-index: 103;
}

.link:hover ~ .chiara_foto {
  display: block;
}

.works {
	width: 350px;
	position: relative;
	float: left;
	margin: 10px;
}
	
.works:hover .works-overlay {
  opacity: 0.8;
}
	
.works-overlay {
	width: 350px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .5s ease;
	background-color: #FF7948;
	opacity: 0;
	cursor: pointer;
}
	
.mockup {
	width: 450px;
	position: relative;
	margin-bottom: 10px;
}
	
.image {
	display: block;
	width: 350px;
	height: auto;
}
	
.text-mockup {
  color: #fff;
  font-size: 26px;
  font-family: seasons-reg, serif;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
	width: 450px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .5s ease;
	background-color: #FF7948;
	opacity: 0;
	cursor: pointer;
}
	
.mockup:hover .overlay {
  opacity: 0.8;
}
	

/*///*/
.link a {
	text-decoration: none;
	color: #000000;
	z-index: 101;
	display: inline-block;
	line-height: 0.85;
	cursor: pointer;
}

.link a:hover {
	color: #fff;
	cursor: pointer;
}

.underline {
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: #000000;
	padding: 0 1px;
	transition: color ease 0.3s;
	cursor: pointer;
}

.underline::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 5%;
    left: 0;
    bottom: 0;
	background-color: #FF7948;
    transition: all ease 0.3s;
	cursor: pointer;
  }

.underline:hover {
    color: white;
	cursor: pointer;
  }

.underline:hover::after {
	height: 100%;
	cursor: pointer;
    }

.spazio-bottom {
	margin-bottom: 40px;
}
		
#content-layout {
	width: 50%;
	min-height: 800px;
	background-color: transparent;
	margin-top: 100px;
	margin-left: 25%;
	position: relative;
}

#content-YPL {
	width: 70%;
	min-height: 800px;
	background-color: transparent;
	margin-top: 100px;
	margin-left: 18%;
	position: relative;
}
	
#content-social-post {
	width: 70%;
	min-height: 800px;
	background-color: transparent;
	margin-top: 100px;
	margin-left: 18%;
	position: relative;
}
	
#content-falesia {
	width: 70%;
	background-color: transparent;
	padding-bottom: 20px;
	margin-top: -10%;
	margin-left: 15%;
	position: relative;
}
	
.ball {
  background-color: trasparent;
  margin: 0 auto;
  width: 2000px;
  min-height: 1000px;
  position: absolute;
  overflow: hidden;
}
.ball b {
  display: block;
  z-index: -5;
  width: 400px;
  min-height: 400px;
  border-radius: 50%;
  background-image: url("img/ball.png");
  background-color: #FFF3EF;
  position: absolute;
  -webkit-animation: moveX 10.05s linear 0s infinite alternate, moveY 10.4s linear 0s infinite alternate;
  -moz-animation: moveX 10.05s linear 0s infinite alternate, moveY 10.4s linear 0s infinite alternate;
  -o-animation: moveX 10.05s linear 0s infinite alternate, moveY 10.4s linear 0s infinite alternate;
  animation: moveX 10.05s linear 0s infinite alternate, moveY 10.4s linear 0s infinite alternate;
}

@-webkit-keyframes moveX {
  from { left: 0; } to { left: 1000px; }
}
@-moz-keyframes moveX {
  from { left: 0; } to { left: 1000px; }
}
@-o-keyframes moveX {
  from { left: 0; } to { left: 1000px; }
}
@keyframes moveX {
  from { left: 0; } to { left: 1000px; }
}
@-webkit-keyframes moveY {
  from { top: 0; } to { top: 860px; }
}
@-moz-keyframes moveY {
  from { top: 0; } to { top: 860px; }
}
@-o-keyframes moveY {
  from { top: 0; } to { top: 860px; }
}
@keyframes moveY {
  from { top: 0; } to { top: 860px; }
}
	