@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
@import url('normalize.css');

@import url('foundation.css');

@import url('foundation-icons/foundation-icons.css');
body {
  font-family: 'Arvo', serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #000000;
  background: #f4f4f5;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url('../img/loader.GIF') 50% 50% no-repeat #ffb600;
}
a {
  color: #ffb600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: 0 !important;
}
a:hover,
a:focus {
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', serif;
  color: #000000;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 30px 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 90%;
}

h1 {
  font-size: 40px;
}
h1 span{
  font-size: 90px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
/*===== LABELS =======*/
.label {
  background: #ffb600;
  font-family: 'Arvo', serif;
  padding: 0 10px;
  line-height: 1.6;
  font-size: 16px;
}
.sep {
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.sep-fancy {
  width: 100%;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 60px 0;
}
.sep-fancy i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #DDD;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #DDD;
}
.sep-fancy:before {
  content: '';
  height: 3px;
  width: 300px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -150px;
  background: #DDD;
}
p,
ul,
ol {
  margin: 0 0 30px 0;
}
p {
  line-height: 1.3em;
  font-size:14px;
  font-weight:400;
}
img {
  max-width: 100%;
}
div.title {
  text-align: center;
  letter-spacing: .01em;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
div.title i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #ffb600;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.title h1 {
  font-size: 38px;
  margin: 0;
  letter-spacing:-2px;
}
.title h1 span {
  font-weight: 300;
letter-spacing:-2px;

}
/*====== Accordions =======*/
.accordion dt {
  display: none;
}
.accordion dd {
  margin-bottom: 2px !important;
}
.accordion dd > a {
  font-family: 'Arvo', serif;
  border-left: 2px solid #333333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.accordion .active > a {
  border-left: 2px solid #ffb600;
}
/*========= PRICING TABLES ==============*/
.pricing-table .title {
  font-family: 'Arvo', serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pricing-table .price {
  font-family: 'Arvo', serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pricing-table .description {
  font-size: 14px;
}
.featured .title {
  background: #ffb600;
  font-weight: bold;
  color: white;
}
/*====== Alert Boxes ========*/
.alert-box {
  background: #ffb600;
  border: 1px solid #e6a700;
  color: white;
  font-size: 15px;
  letter-spacing: 0.02em;
}
/*======== Tables =========*/
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: #F8F8F8;
}
/*====== Tabs ==========*/
.tabs dt {
  display: none;
}
.tabs a {
  border-top: 2px solid #333333;
  margin-right: 2px;
  font-family: 'Arvo', serif !important;
}
.tabs dd.active a {
  border-top: 2px solid #ffb600;
}
.tabs-content > .content.active {
  background: white;
  padding: 0.9375em;
}
.tabs-content > .content.active p:last-child {
  margin: 0;
}
/*============ Thumbnails ==================*/
.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.7);
}
/*============ Light Box ==================*/
.clearing-blackout {
  z-index: 9999;
}
.section-container.tabs .content {
  display: block !important;
  opacity: 0;
}
.section-container.tabs .active .content {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs.vertical a {
  border-top: none !important;
  border-left: 2px solid #333333;
  margin-bottom: 2px;
  font-family: 'Arvo', serif !important;
}
.tabs.vertical dd.active a {
  border-top: none !important;
  border-left: 2px solid #ffb600;
}
.light {
  font-weight: 300;
}
section.padding-top {
  padding-top: 90px;
}
hr {
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important;
}
/*============== sezione Header =================*/
#header-giulia {
  min-height: 600px;
  background: #d5d6d7 url('../img/header-giulia.jpg') -30px 0 no-repeat fixed;
  background-position:center center;
  background-size: cover;
  position: relative;
}
#header-giulia .text-container {
  display: table;
  height: 100%;
}
#header-giulia .text-container .text, #parole-per-passione .text-container .text  {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color:transparent;
  width:1000px;
  padding-bottom:50px;
}
#header-giulia .text-container .text h2 {
  padding: .5em;
  font-size: 48px;
  color: #fff;
}

#header-giulia .text-container .text img {
  padding: 20px;
  margin:70px auto;
}
#header-giulia .text-container .text h2 span {
  color: #ffb600;
}

.logo h1 {
  color: #ffb600;
}
.logo h1 i {
  color: black;
}
.top-bar * {
  font-family: 'Arvo', serif !important;
  letter-spacing: 0.05em;
  font-size: 12px !important;
}
.is-sticky .top-bar {
  width: 100%;
  z-index: 9999;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  color: #ffb600;
}

/*============ Frecce ==========================*/
 .scroll-icon {
  border: 1px solid #ccc;
  background-color:white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  display:block;
  margin:10px auto;
  text-align:center;
  color: white;
}
.scroll-icon:hover {
  background-color: #ffb600;
}

.arrow-down {
background-image:url('../img/arrow-down.png');
background-position:center center;
background-repeat:no-repeat;
width:48px;
height:51px;
}
.arrow-up { 
background-image:url('../img/arrow-up.png');
background-position:center center;
background-repeat:no-repeat;
width:48px;
height:45px;
}

/*====== Padding delle sezioni ==========*/
#parole-per-passione,
#come-lo-faccio,
#dicono-di-me,
#contatti,
#pubblicazioni,
.element,
#blog {
  padding-top: 50px;
}
no-padding {
  padding: 0;
}
/*============ Sezione PAROLE PER PASSIONE (INTRO) ============*/

#parole-per-passione {
  background-color:#ffb600;
  padding-top: 130px;
}
#parole-per-passione .text{
  font-size:20px;
  line-height:24px;
}

#parole-per-passione .text-container{
  margin-top:-50px;
}

#parole-per-passione .row{
  padding-bottom:100px;
}

.service {
  text-align: center;
  margin-bottom: 30px;
}
.service i {
  color: #ffb600;
  font-size: 160px;
}
.service h3 {
  font-weight: normal;
  font-size: 16px;
}

/*============= Sezione COSA FACCIO ====================*/

#cosa-faccio {
  background-color: white;
  padding: 90px 0;
  position: relative;
}

#cosa-faccio h1 span {
  color: #ffb600;
  letter-spacing: 0.05em;
  text-align: center;
}
#cosa-faccio h1 {
  color: #939598;
  letter-spacing: 0.05em;
  text-align: center;
}

#cosa-faccio .testo-cosa-faccio {
  color: #636464;
  font-size: 12px;
  line-height: 1.2em;
  margin: auto;
  letter-spacing: 0.03em;
  padding: 5px 0;
}


/**=================== Sezione COME LO FACCIO ====================**/
#come-lo-faccio {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color:#e5e6e7;
}

.img-valori {
	margin-right:30px;
}

.img-foto-come {
margin-top:94px;
}

/**=================== Sezione DICONO DI ME  ====================**/
#dicono-di-me {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color:#ffb600;
  padding-bottom: 50px;
}

#dicono-di-me h2 {
	color:white;
	font-size: 20px;
	font-weight:700;
	padding: 15px 0 0 0;
}

#dicono-di-me p {
	font-size: 12px;
	margin-top:-20px;
	padding: 0;
}

/**=================== Sezione PUBBLICAZIONI  ====================**/
#pubblicazioni {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color:white;
}



/**=================== Sezione GIULIA SANDRIN  ====================**/
#giulia-sandrin {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffb600 url('../img/giulia.jpg');
  background-position:right 20%;
  background-repeat:no-repeat;
  padding-top:50px;
}

.download-cv{
 color:black;
}

/*============= Sezione CONTATTI ====================*/
#contatti {
background-color:black;
color:white;
padding-bottom:150px;
}

.clear {
	clear:both;
}

.centra-testo {text-align:center;}

.testo-contatti {

}
/*============= Sezione FOOTER ====================*/



/*===== Buttons ======*/
.button {
  background: #ffb600;
  font-family: 'Arvo', serif;
  letter-spacing: 0.03em;
}
.button:focus,
.button:hover {
  background: #333333;
}
button.disabled {
  background: rgba(255, 186, 0, 0.8) !important;
}
.button.disabled,
button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background: rgba(255, 186, 0, 0.8);
}
.button.tiny {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-details {
  position: relative;
}
#contatti .contact-details {
  background: url('http://placehold.it/1920x1200') 0 0 no-repeat fixed;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
}
#contatti .contact-details .row {
  padding: 90px 0;
}
#contatti .contact-details i {
  font-size: 40px;
  line-height: 80px;
  color: white;
  height: 80px;
  width: 80px;
  display: block;
  background: #ffb600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#contatti .contact-details .number {
  font-size: 60px;
  font-family: 'Arvo', serif
  font-weight: 700;
  line-height: 1.5em;
}
#contatti .contact-details .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'Arvo', serif
}


/*============== FOOTER SECTION =================*/
.footer-wrapper {
  background: #ffb600;
  text-align: center;
  color: white;
  padding: 30px 0;
}
.footer-wrapper a {
  color: grey;
}
.footer-wrapper a:hover {
  color: #000000;
}
.footer-wrapper p {
  font-size:12px;
  color:black; 
  text-transform: uppercase;
  margin:0;
}

.logo-payoff {
  float:right;
 
}

.baloon {
  padding-left:120px;
}


/*====================== MEDIA QURIES ======================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .widget-area {
    display: none;
  }
  .stat {
    margin-bottom: 30px;
  }
  .clients-style-2 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  #icategories li {
    margin-bottom: 10px;
  }
  #giulia-sandrin p {
  background-color:#ffb600;
  }
  #giulia-sandrin {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffb600 url('../img/giulia.jpg');
  background-position:right bottom;
  background-size: 30% auto;
  background-repeat:no-repeat;
  padding-top:50px;
  }
  .scritta-giulia-sandrin{
  width:80%;
  }
  .baloon {
  padding:0;
  }
  .logo-payoff {
  margin:0 auto;
  float:none;
  text-align:center;
  }
  .testo-contatti {
  text-align:center;
  }
  
}
@media only screen and (max-width: 40em) {
  .widget-area,
  #comments .comment-list .comment article.comment-body .comment-meta .avatar {
    display: none;
  }
  .single-page #header .page-title {
    padding: 60px 0;
  }
  .single-page #header .page-title h1,
  .single-page #header .page-title h2 {
    font-size: 30px;
  }
  #header .text-container .text h2 {
    font-size: 36px;
  }
  #main {
    margin: 30px 0;
  }
  #icategories li {
    margin-bottom: 10px;
  }
  .comments-title {
    font-size: 24px;
  }
  #comments .comment-list .comment ol li {
    margin-left: 15px;
    padding-left: 15px;
  }
  #comments .comment-list .comment ol li:after {
    left: 0;
  }
  .name h1 {
    text-align: left;
  }
  #filters li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .single-post .post .post-meta ul li {
    margin-right: 15px;
  }
  .single-post .post .post-meta ul li .icon {
    font-size: 30px;
  }
  .stat {
    margin-bottom: 30px;
  }
  #contatti .contact-details .number {
    font-size: 40px;
    line-height: auto;
  }
  #contatti .contact-details .text {
    font-size: 24px;
  }
  .top-bar-section {
    z-index: 9999;
  }
  .clients-style-2 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  .touch .orbit-bullets {
    display: block !important;
  }
  .blog .post {
    margin-bottom: 30px;
  }
   #giulia-sandrin p {
  background-color:#ffb600;
  }
   #giulia-sandrin {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffb600 url('../img/giulia.jpg');
  background-position:right bottom;
  background-size: 40% auto;
  background-repeat:no-repeat;
  padding-top:50px;
  }
  .scritta-giulia-sandrin{
  width:80%;
  }
   .baloon {
  padding:0;
  }
  .logo-payoff {
  margin:0 auto;
  float:none;
  text-align:center;
  }
  .testo-contatti {
  text-align:center;
  }
}
