/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust:100%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  height: 70px;
}

form input[type="text"],
textarea {
  border: 1px solid #b9cf38;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 1px;
}

form label {
  color: #000;
  display: block;
  font-family: "Titillium Web",sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
    font-family: 'Cardo', serif;
    font-family: 'Titillium Web', sans-serif;
*/

/* GENERAL */
.wrapper {
  margin: 0 auto;
  width: 1170px;
}

p {
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:active {
  color: #b9cf38;
}

.italic {
  font-style: italic;
}

.strong {
  font-weight: bold;
}

h1 {
  font-family: 'Cardo', serif;
  font-weight: bold;
  font-size: 51px;
  color: #333;
  margin-bottom: 0;
  margin-top: 20px;
}

h2 {
  font-family: 'Cardo', serif;
  font-weight: bold;
  font-size: 37px;
  color: #fff;
}

h3 {
  font-family: 'Cardo', serif;
  font-style: italic;
  font-size: 22px;
  color: #333;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
}

h4 {
  font-family: 'Cardo', serif;
  font-weight: bold;
  font-size: 14px;
  color: #b9cf38;
  line-height: 1;
  margin: 0;
}

h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

section:nth-child(n+2) {
  padding-top: 35px;
  margin-top: 65px;
  position: relative;
}

.col-2 {
  float: left;
  width: 50%;
}
.col-2-container.swap .col-2.col-left {
  float: right;
  z-index: -1;
}
.col-2-container .col-bg .bg-image {
  width: 106%;
}
.col-2-container.swap .col-bg .bg-image {
  float: right;
}
.col-text a {
  font-weight: bold;
  text-decoration: underline;
}

.col-2-container.swap .col-text h4,
.col-2-container.swap .col-text h1,
.col-2-container.swap .col-text h3 {
  text-align: right;
}

.col-3 {
  width: 30.66666%;
  margin-right: 4%;
  float: left;
}
.col-3:last-child {
  margin-right: 0;
}

.col-text .text-wrapper {
  background-color: #fff;
  padding: 40px;
}

.text-wrapper > p {
  margin-bottom: 20px;
  margin-top: 0;
}

.text-wrapper > p:last-child {
  margin-bottom: 0;
}

/* HEADER */
#header {
  background-color: #fff;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 4px 0 #aeaeae;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#header-container {
  padding-top: 10px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#header-content {
  position: relative;
}

#logo {
  display: inline-block;
  width: 220px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#logo img {
  width: 100%;
}

#header-content.no-menu #logo {
  display: block;
  margin: 0 auto;
}

#menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menu > li {
  display: inline-block;
  float: left;
  margin-right: 45px;
}

#menu > li:last-child {
  margin-right: 0;
}

#menu a {
  color: #6b6b6b;
  font-family: "Cardo",serif;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menu .menu-item-active,
#menu a:hover {
  color: #b9cf38;
}

.menu-item-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.menu-item-subtitle {
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

#header.small {
  height: 70px;
}

#header.small #logo {
  width: 170px;
}

#header.small #header-container {
  padding-top: 5px;
}

#header.small #menu {
  bottom: 5px;
}

#navigation-mobile {
  display: none;
}

/* .menu-icon start */
.menu-icon {
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.menu-icon span,
.menu-icon {
	transition: all 500ms ease;
}

.menu-icon span {
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 5px;
}

.hamburger span {
	height: 4px;
	-webkit-transform:  translateY(13px);
	-moz-transform:     translateY(13px);
	-ms-transform:      translateY(13px);
	-o-transform:       translateY(13px);
	transform:          translateY(13px);
}
.hamburger .second {
	-webkit-transform:  translateY(3px);
	-moz-transform:     translateY(3px);
	-ms-transform:      translateY(3px);
	-o-transform:       translateY(3px);
	transform:          translateY(3px);
}
.hamburger .third{
	-webkit-transform:  translateY(23px);
	-moz-transform:     translateY(23px);
	-ms-transform:      translateY(23px);
	-o-transform:       translateY(23px);
	transform:          translateY(23px);
}
.hamburger span, .hamburger-arrow span {
	height: 4px;
	-webkit-transform:  translateY(13px);
	-moz-transform:     translateY(13px);
	-ms-transform:      translateY(13px);
	-o-transform:       translateY(13px);
	transform:          translateY(13px);
}
.hamburger-arrow .first {
  width: 27px;
}
.hamburger-arrow {
	-webkit-transform:  rotate(270deg) translateX(-1px);
	-moz-transform:     rotate(270deg) translateX(-1px);
	-ms-transform:      rotate(270deg) translateX(-1px);
	-o-transform:       rotate(270deg) translateX(-1px);
	transform:          rotate(270deg) translateX(-1px);
}
.hamburger-arrow .second {
	-webkit-transform:  rotate(45deg) translateY(-6.5px) translateX(19px);
	-moz-transform:     rotate(45deg) translateY(-6.5px) translateX(19px);
	-ms-transform:      rotate(45deg) translateY(-6.5px) translateX(19px);
	-o-transform:       rotate(45deg) translateY(-6.5px) translateX(19px);
	transform:          rotate(45deg) translateY(-6.5px) translateX(19px);
	width: 15px;
}
.hamburger-arrow .third {
	-webkit-transform:  rotate(-45deg) translateY(25px) translateX(1px);
	-moz-transform:     rotate(-45deg) translateY(25px) translateX(1px);
	-ms-transform:      rotate(-45deg) translateY(25px) translateX(1px);
	-o-transform:       rotate(-45deg) translateY(25px) translateX(1px);
	transform:          rotate(-45deg) translateY(25px) translateX(1px);
	width: 15px;
}
/* .menu-icon end */

/* HOMEPAGE */
#home-slideshow {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#home-slideshow > li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.mobile-safari #home-slideshow > li,
body.mobile-andorid-stock #home-slideshow > li {
  background-attachment: scroll;
}

.slideshow-caption {
  background-color: rgba(183, 207, 56, 0.8);
  padding: 30px 50px;
  position: absolute;
  top: 160px;
  width: 450px;
}

.slideshow-caption > h2 {
  line-height: 1.2;
  margin: 0;
}

.slideshow-caption.right {
  right: 0;
}

.home-slideshow-pager {
  color: #fff;
  font-family: "Titillium Web",sans-serif;
  font-size: 18px;
  margin-top: 50px;
}

.home-slideshow-pager > span {
  margin-right: 3px;
  cursor: pointer;
}

.home-slideshow-pager .cycle-pager-active {
  font-weight: bold;
}

#scroll_down {
	background: url("../img/arrow-down.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 18px;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
  z-index: 999;

	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	-webkit-animation-name:jump;
	-moz-animation-name:jump;
	-o-animation-name:jump;
	-ms-animation-name:jump;
	animation-name:jump;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-o-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
}

.special-text-container {
  padding: 50px 0;
  text-align: center;
}

.special-text-container > p {
  font-family: "Cardo",serif;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 5px;
}

.special-text-container > p:last-child {
  margin-bottom: 0;
}

#fasi-offerta-formativa {
  background-color: #f4f4f4;
  padding: 50px 0 100px;
  text-align: center;
}

#fasi-offerta-formativa h5 {
  margin-bottom: 50px;
}

#fasi-offerta-formativa .cycle-slideshow {
  margin: 0 auto;
  width: 90%;
}

#fasi-offerta-formativa .cycle-slideshow img {
  width: 100%;
}

/* PROFESSIONISTI */
#professionisti .col-text {
  margin-top: 180px;
}

#esperienza-universita {
  max-width: 100%;
  margin: 80px auto;
  display: block;
}

.team-header {
  height: 155px;
  position: relative;
}

.team-header-content {
  background-color: #b9cf38;
  height: 140px;
  margin-left: 15px;
}

.team-header-content > img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.team-header-content > p {
  left: 145px;
  position: absolute;
  top: 42px;
}

.team-header-content span {
  display: block;
}

.team-header .name {
  font-family: "Cardo", serif;
  font-size: 18px;
  font-weight: bold;
}

.team-header .telephone,
.team-header .email {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.team-header .email > a:hover,
.team-header .email > a:active {
  color: #333;
  text-decoration: underline;
}

.team-content > p {
  font-family: "Cardo", serif;
  font-style: italic;
  font-size: 20px;
  margin: 40px 0;
}

.team-content > a {
  border: 2px solid #333;
  display: inline-block;
  font-family: "Cardo",serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 35px;
  text-transform: uppercase;
}

.team-content > a:hover,
.team-content > a:active {
  color: #fff;
  background-color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* CONDIVISIONE */
#condivisione {
  padding-bottom: 200px;
}

#condivisione > img {
  max-width: 100%;
}

#condivisione .col-2-container {
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 90%;
}

#condivisione .col-2-container h1,
#condivisione .col-2-container h3 {
  color: #fff;

}

#condivisione .col-2-container h1 {
  line-height: 1;
  margin-bottom: 10px;
}

/* OFFERTA */
#offerta .text-wrapper {
  margin-top: 65px;
}

#corsi {
  margin-top: 80px;
}

#corsi .col-left > img {
  display: block;
  margin: 70px auto 0;
  max-width: 100%;
}

#corsi .col-right h1 {
  line-height: 51px;
  margin-bottom: 19px;
  margin-top: 0;
}

#lista-corsi {
  font-family: "Titillium Web",sans-serif;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#lista-corsi > li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

#lista-corsi .list-style {
  background-color: #333;
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 5px;
}

.text-box {
  background-color: #f4f4f4;
  font-size: 22px;
  font-style: italic;
  padding: 80px 0;
  text-align: center;
}

.text-box p {
  font-family: "Cardo",serif;
  line-height: 1.5;
}

.text-box strong {
  font-style: normal;
}

#offerta .text-box {
  position: relative;
  top: -40px;
  z-index: -1;
}


/* CONTATTI */
#conosciamoci .col-text {
  margin-top: 30px;
}

#conosciamoci .text-wrapper > p {
  text-align: right;
  margin-bottom: 40px;
}

form .twocol-form-input > p {
  float: left;
  margin-right: 6%;
  width: 47%;
}
form .twocol-form-input > p:nth-child(2n) {
  margin-right: 0;
}

form .privacy-text {
  font-size: 16px;
  margin-left: 5px;
}

#privacy-link {
  font-weight: normal;
  cursor: pointer;
}

form p {
  margin-top: 0;
}

input[type="submit"] {
  border: 2px solid #333;
  font-family: "Cardo",serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 35px;
  text-transform: uppercase;
  float: right;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #333;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.field-error {
  color: red;
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.email-alert {
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  font-family: "Titillium Web",sans-serif;
  font-size: 16px;
}

.email-alert-success {
  background-color: #a8e0a8;
  color: #046903;
}

.email-alert-error {
  background-color: #ffa3a3;
  color: #760707;
}

#conosciamoci .col-bg {
  margin-bottom: 200px;
  position: relative;
}

.contatti-image {
  bottom: -200px;
  max-width: 100%;
  position: absolute;
  right: 15%;
}

/* PRIVACY */
body.privacy #content {
  margin-top: 150px;
}

body.privacy h1 {
  margin-bottom: 30px;
}

/* 404 */
body.custom_404 #content {
  margin-top: 150px;
}

#text-404 {
  text-align: center;
}

/* FOOTER */
#footer {
  border-top: 1px solid #999999;
  margin-top: 50px;
  text-align: center;
  padding: 30px 0;
}

#footer > span {
  font-family: "Titillium Web",sans-serif;
  font-size: 14px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* < 1280 */
@media screen and (max-width: 1279px) {
  .wrapper {
    width: 90%;
  }

  /* Header */
  #menu > li {
    margin-right: 35px;
  }

  .menu-item-title {
    font-size: 15px;
  }
  .menu-item-subtitle {
    font-size: 17px;
  }

  /* Home */
  #fasi-offerta-formativa .cycle-slideshow {
    width: 100%;
  }

  /* Condivisione */
  #condivisione {
    padding-bottom: 250px;
  }

  /* Professionisti */
  .team-header-content > img {
    width: 110px;
  }

  .team-header-content > p {
    left: 125px;
  }
}

/* < 1024 */
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }

  h2 > br {
    display: none;
  }

  .col-2.col-bg {
    width: 40%;
  }
  .col-2.col-text {
    width: 60%;
  }

  .col-2-container .col-bg .bg-image {
    width: 110%;
  }

  /* Header */
  #logo {
    width: 200px;
  }

  #header-content.no-menu #logo {
    margin-top: 5px;
  }

  #menu {
    bottom: 3px;
  }

  #menu > li {
    margin-right: 25px;
  }

  .menu-item-title {
    font-size: 14px;
  }

  .menu-item-subtitle {
    font-size: 16px;
    position: relative;
    top: -2px;
  }

  /* Home */
  .slideshow-caption {
    width: 380px;
  }

  /* Professionisti */
  #professionisti .col-text {
    margin-top: 0;
  }

  .col-3 {
    float: none;
    margin: 0 auto 50px;
    width: 100%;
  }
  .col-3:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  .team-header-content > img {
    width: auto;
  }

  .team-header-content > p {
    left: 145px;
  }

  /* Offerta */
  #offerta .text-wrapper {
    margin-top: 0;
  }

  /* Conosciamoci */
  .contatti-image {
    bottom: -135px;
    width: 150px;
  }
}

/* < 980 */
@media screen and (max-width: 979px) {

  /* Header */
  #menu {
    display: none;
  }

  #menu li {
    margin: 0;
    display: block;
    text-align: center;
  }

  #menu a {
    display: block;
  }

  #navigation-mobile {
    display: block;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  #header {
    height: 70px;
  }

  #logo {
    margin-top: 5px;
    width: 170px;
  }

  #header-container,
  #header.small #header-container {
    height: 100%;
    padding-top: 0;
    position: relative;
  }

  #header-content {
    height: 100%;
  }

  #menu {
    background: #fff none repeat scroll 0 0;
    height: 335px;
    position: fixed;
    top: 70px;
    width: 100%;
    border-bottom: 1px solid #dedede;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #menu li {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
  }

  #menu a {
    border-top: 1px solid #dedede;
    padding: 15px 0;
  }

  .menu-item-subtitle {
    top: 0;
  }

  /* Condivisione */
  #condivisione .col-2.col-text {
    width: 100%;
  }

  /* Offerta */
  #corsi .col-left > img {
    width: 70%;
  }

  #offerta .text-box {
    position: initial;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  #offerta .text-box br {
    display: none;
  }
}

/* < 768 */
@media screen and (max-width: 767px) {

  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 18px;
  }

  .col-2 {
    float: none;
    width: 100%;
  }
  .col-2.col-bg,
  .col-2.col-text {
    width: 100%;
  }
  .col-2-container .col-bg .bg-image {
    width: 100%;
    margin-bottom: 50px;
  }

  .col-text .text-wrapper {
    padding: 0;
  }

  .col-2-container.swap .col-text h4,
  .col-2-container.swap .col-text h1,
  .col-2-container.swap .col-text h3 {
    text-align: left;
  }

  /* Home */
  .slideshow-caption {
    padding: 0;
    top: 70px;
    width: 100%;
  }

  .slideshow-caption > h2 {
    padding: 20px;
  }

  .home-slideshow-pager {
    font-size: 14px;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .special-text-container > p {
    font-size: 20px;
  }

  #scroll_down {
    bottom: 15px;
  }

  /* Condivisione */
  #condivisione  {
    padding-bottom: 0;
  }

  #condivisione .col-2-container {
    position: initial;
    width: 100%;
    margin-top: 50px;
  }

  #condivisione .col-2-container h1,
  #condivisione .col-2-container h3 {
    color: #333;
  }

  #condivisione .col-2-container h1 br {
    display: none;
  }

  /* Offerta */
  #offerta .text-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #corsi .col-left > img {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #corsi .col-right h1 {
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  #lista-corsi {
    text-align: center;
  }

  #lista-corsi .list-style {
    display: none;
  }

  #lista-corsi > li {
    padding-left: 0;
    margin-bottom: 20px;
  }

  /* Conosciamoci */
  #conosciamoci .col-bg {
    margin-bottom: 0;
  }

  .contatti-image {
    display: none;
  }

  #conosciamoci .text-wrapper > p {
    text-align: left;
  }
}

/* < 640 */
@media screen and (max-width: 639px) {

  html {
    font-size: 16px;
  }

  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 12px;
  }

  section:nth-child(n+2) {
    margin-top: 30px;
  }

  /* Home */
  .special-text-container > p {
    font-size: 18px;
  }

  #fasi-offerta-formativa {
    padding: 10px 0 40px;
  }

  /* Professionisti */
  .team-header {
    height: 135px;
  }
  .team-header-content {
    height: 120px;
  }
  .team-header-content > img {
    width: 110px;
  }
  .team-header-content > p {
    left: 125px;
    top: 30px;
  }
  .team-header .name {
    font-size: 16px;
  }
  .team-content > p {
    font-size: 18px;
    margin: 30px 0;
  }
  .team-content > a {
    line-height: 30px;
    padding: 0 25px;
  }

  /* Condivisione */
  #condivisione .col-2-container {
    margin-top: 20px;
  }

  /* Offerta */
  .col-2-container .col-bg .bg-image {
    margin-bottom: 20px;
  }

  #corsi {
    margin-top: 0;
  }

  #lista-corsi > li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .text-box {
    font-size: 18px;
  }
}

/* < 480 */
@media screen and (max-width: 479px) {
  /* Home */
  #fasi-offerta-formativa {
    display: none;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Animations
   ========================================================================== */
/* JUMP */
/* Chrome, Safari, Opera */
@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20%{
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	70%{
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
/* Standard syntax */
@keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	20%{
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	70%{
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
