/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2015, 6:16:34 PM
    Author     : alessandro
*/
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
@media (min-width: 1025px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 13px;
  }
}
body {
  position: relative;
  margin: -20px 0 0;
  font-family: 'Hind', sans-serif;
  color: #18355e;
}
body .frame {
  position: fixed;
  z-index: 1000;
}
body .frame .frame-top,
body .frame .frame-right,
body .frame .frame-bottom,
body .frame .frame-left {
  background: #f9c613;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
}
body .frame .frame-top {
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  /*      &:before,
      &:after {
        content:"";
        position:fixed;
        background: @white;
        z-index: 1001;
      }
      &:before{
        top:20px;
        left:20px;
        right:20px;
        height:2px;
      }
      &:after{
        top:auto;
        left:20px;
        right:20px;
        bottom:20px;
        height:2px;
      }*/
}
body .frame .frame-bottom {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
}
body .frame .frame-bottom:before,
body .frame .frame-bottom:after {
  content: "";
  position: absolute;
  background: #18355e;
}
body .frame .frame-bottom:before {
  left: 200px;
  top: auto;
  bottom: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body .frame .frame-bottom:after {
  left: 250px;
  bottom: 0;
  right: 0;
  height: 20px;
}
body .frame .frame-left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  /*      &:before,
      &:after {
        content:"";
        position:fixed;
        background: @white;
        z-index: 1001;
      }
      &:before{
        top:20px;
        left:20px;
        bottom:20px;
        width:2px;
      }
      &:after{
        top:20px;
        left:auto;
        right:20px;
        bottom:20px;
        width:2px;
      }*/
}
body .frame .frame-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 20px;
}
body .frame .frame-right:before,
body .frame .frame-right:after {
  content: "";
  position: absolute;
  background: #18355e;
}
body .frame .frame-right:before {
  height: 50px;
  left: auto;
  right: -25px;
  top: 100px;
  width: 150px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body .frame .frame-right:after {
  top: 130px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 20px;
}
@media (max-width: 768px) {
  body .frame .frame-top {
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
  }
  body .frame .frame-top:before {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  body .frame .frame-top:after {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  body .frame .frame-bottom {
    height: 10px;
  }
  body .frame .frame-bottom:after {
    height: 10px;
  }
  body .frame .frame-left {
    width: 10px;
  }
  body .frame .frame-left:before {
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  body .frame .frame-left:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  body .frame .frame-right {
    width: 10px;
  }
}
@media (max-width: 480px) {
  body .frame .frame-top {
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
  }
  body .frame .frame-top:before {
    top: 5px;
    left: 5px;
    right: 5px;
  }
  body .frame .frame-top:after {
    top: auto;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  body .frame .frame-bottom {
    height: 5px;
  }
  body .frame .frame-bottom:after {
    height: 5px;
  }
  body .frame .frame-left {
    width: 5px;
  }
  body .frame .frame-left:before {
    top: 5px;
    left: 5px;
    bottom: 5px;
  }
  body .frame .frame-left:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
  body .frame .frame-right {
    width: 5px;
  }
}
body .header {
  position: fixed;
  top: 20px;
  margin: 0;
  width: 100%;
  height: 85%;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
@media (max-width: 768px) {
  body .header {
    top: 10px;
    height: 65%;
  }
}
@media (max-width: 480px) {
  body .header {
    top: 5px;
    height: 50%;
  }
}
body .header .header-image {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  position: relative;
  margin-top: -1000px;
}
body .header .logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 211px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 480px) {
  body .header .logo {
    width: 100px;
    left: 50%;
    margin-left: -50px;
  }
}
body .header h1,
body .header h2 {
  position: absolute;
  top: auto;
  width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  body .header h1,
  body .header h2 {
    width: 96%;
  }
}
@media (max-width: 480px) {
  body .header h1,
  body .header h2 {
    width: 90%;
  }
}
body .header h1 {
  font-size: 6.5rem;
  font-weight: 600;
  bottom: 25%;
  margin: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 768px) {
  body .header h1 {
    font-size: 5rem;
    margin: 0 2%;
  }
}
@media (max-width: 480px) {
  body .header h1 {
    font-size: 2rem;
    margin: 0 4%;
  }
}
body .header h2 {
  font-size: 1.55rem;
  font-weight: 500;
  bottom: 25%;
  margin: 0 0 110px;
}
@media (max-width: 768px) {
  body .header h2 {
    font-size: 2rem;
    margin: 0 2% 80px;
  }
}
@media (max-width: 480px) {
  body .header h2 {
    font-size: 1.3rem;
    margin: 0 5% 40px;
  }
}
body .header .menu {
  background: #e3ecf8;
  padding: 75px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 768px) {
  body .header .menu {
    -webkit-box-shadow: 0 10px 15px -10px #18355e;
    -moz-box-shadow: 0 10px 15px -10px #18355e;
    box-shadow: 0 10px 15px -10px #18355e;
    padding: 40px 0 0;
  }
}
body .header .menu p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  height: 75px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
}
@media (max-width: 480px) {
  body .header .menu p {
    height: auto;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 15px 30px;
  }
}
body .header .menu p strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body .header .menu .fobie .switch .btn-menu {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
@media (min-width: 481px) {
  body .header .menu .fobie .switch .btn-menu {
    display: none;
  }
}
body .header .menu .fobie .switch .btn-menu + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 5px 0;
  margin: 5px 3% 0;
  width: 94%;
  background: #18355e;
}
@media (min-width: 481px) {
  body .header .menu .fobie .switch .btn-menu + label {
    display: none;
  }
}
body .header .menu .fobie .switch .btn-menu:checked ~ ul {
  height: auto;
  overflow: visible;
}
body .header .menu .fobie ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul {
    height: auto;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul {
    width: 96%;
    margin: 0 2%;
    height: 0;
    overflow: hidden;
  }
}
body .header .menu .fobie ul li {
  display: inline-block;
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
}
@media (min-width: 1025px) {
  body .header .menu .fobie ul li {
    margin: 0 0.25%;
  }
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li {
    display: block;
    float: left;
    width: 24.5%;
    top: 0;
    margin: 1px 0.25%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li {
    display: block;
    width: 98%;
    top: 0;
    margin: 1px 1%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
body .header .menu .fobie ul li .thumb {
  position: relative;
  width: 100px;
  height: 120px;
  -webkit-box-shadow: 0 0 10px -2px #18355e;
  -moz-box-shadow: 0 0 10px -2px #18355e;
  box-shadow: 0 0 10px -2px #18355e;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 0 0 1px #18355e;
    -moz-box-shadow: 0 0 0 1px #18355e;
    box-shadow: 0 0 0 1px #18355e;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb {
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
body .header .menu .fobie ul li .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
body .header .menu .fobie ul li .thumb .date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  height: 100%;
  left: 0;
  padding-top: 15%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
}
body .header .menu .fobie ul li .thumb .date span {
  display: block;
  font-size: 5rem;
}
body .header .menu .fobie ul li .thumb .date strong {
  display: block;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb .date {
    padding: 5px;
  }
  body .header .menu .fobie ul li .thumb .date span {
    display: block;
    font-size: 2rem;
  }
}
body .header .menu .fobie ul li .thumb .fobia {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 10px 0 #ffffff inset, -10px 0 0 #ffffff inset, 10px 0 0 #ffffff inset, 0 0 15px 5px #18355e inset;
  -moz-box-shadow: 0 10px 0 #ffffff inset, -10px 0 0 #ffffff inset, 10px 0 0 #ffffff inset, 0 0 15px 5px #18355e inset;
  box-shadow: 0 10px 0 #ffffff inset, -10px 0 0 #ffffff inset, 10px 0 0 #ffffff inset, 0 0 15px 5px #18355e inset;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb .fobia {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb .fobia {
    display: none;
  }
}
body .header .menu .fobie ul li .thumb h3 {
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.7rem;
  height: 30px;
  margin: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb h3 {
    -webkit-box-shadow: 0 -20px 15px -15px #18355e;
    -moz-box-shadow: 0 -20px 15px -15px #18355e;
    box-shadow: 0 -20px 15px -15px #18355e;
    font-size: 1.2rem;
    line-height: 55px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb h3 {
    font-size: 1.2rem;
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
  }
}
body .header .menu .fobie ul li .thumb h3 span {
  color: #f9c613;
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb.off h3 {
    background: rgba(24, 53, 94, 0.5);
  }
  body .header .menu .fobie ul li .thumb.off .date {
    color: #ffffff;
    background: #18355e;
    margin: 0;
  }
  body .header .menu .fobie ul li .thumb.off .date span {
    display: none;
  }
  body .header .menu .fobie ul li .thumb.off .date strong {
    display: inline;
    font-size: inherit;
    font-weight: 600;
    line-height: 40px;
  }
}
body .header .menu .fobie ul li .thumb.off.active h3 {
  display: none;
}
body .header .menu .fobie ul li .thumb.off.active .date {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
}
body .header .menu .fobie ul li .thumb.off .fobia:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-color: #18355e;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70%);
  /* For IE8 and earlier */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb.off .fobia:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body .header .menu .fobie ul li .thumb:hover,
body .header .menu .fobie ul li .thumb.active {
  width: 200px;
  height: 220px;
  margin-top: -55px;
}
@media (max-width: 1024px) {
  body .header .menu .fobie ul li .thumb:hover,
  body .header .menu .fobie ul li .thumb.active {
    width: 150px;
    height: 170px;
    margin-top: -25px;
  }
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb:hover,
  body .header .menu .fobie ul li .thumb.active {
    width: 100%;
    height: 100px;
    font-size: 1rem;
    bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb:hover,
  body .header .menu .fobie ul li .thumb.active {
    height: 50px;
  }
}
body .header .menu .fobie ul li .thumb:hover h3,
body .header .menu .fobie ul li .thumb.active h3 {
  height: 30px;
  line-height: 35px;
  bottom: 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body .header .menu .fobie ul li .thumb:hover h3,
  body .header .menu .fobie ul li .thumb.active h3 {
    -webkit-box-shadow: 0 -15px 15px -10px #18355e;
    -moz-box-shadow: 0 -15px 15px -10px #18355e;
    box-shadow: 0 -15px 15px -10px #18355e;
  }
}
@media (max-width: 480px) {
  body .header .menu .fobie ul li .thumb:hover h3,
  body .header .menu .fobie ul li .thumb.active h3 {
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
body .header .menu .fobie ul li .thumb:hover .fobia:after,
body .header .menu .fobie ul li .thumb.active .fobia:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
}
body .header .menu .fobie ul li .thumb.off:hover .date {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
}
body .header .menu .fobie ul li .thumb.off:hover .fobia:after {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  /* For IE8 and earlier */
}
body .header .menu .fobie .devasto {
  background-image: url(../images/fobie/devasto.jpg);
}
body .header .menu .fobie .arraffo {
  background-image: url(../images/fobie/arraffo.jpg);
}
body .header .menu .fobie .tartasso {
  background-image: url(../images/fobie/tartasso.jpg);
}
body .header .menu .fobie .abusivo {
  background-image: url(../images/fobie/abusivo.jpg);
}
body .header .menu .fobie .reputation {
  background-image: url(../images/fobie/reputation.jpg);
}
body .header .menu .fobie .rimborso {
  background-image: url(../images/fobie/rimborso.jpg);
}
body .header .menu .fobie .ota {
  background-image: url(../images/fobie/ota.jpg);
}
body .header .menu .fobie .parity {
  background-image: url(../images/fobie/parity.jpg);
}
body .wrapper {
  position: absolute;
  top: 85%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body .social {
  background: rgba(24, 53, 94, 0.2);
  padding: 40px 0 70px;
  text-align: center;
}
body .social h3 {
  font-size: 3rem;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  body .social h3 {
    font-size: 2rem;
  }
}
body .social h5 {
  font-size: 1.2rem;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  body .social h5 {
    font-size: 1.5rem;
  }
}
body.close .header {
  position: fixed;
  height: 75px !important;
  top: 0;
  z-index: 2;
}
body.close h1 {
  font-size: 2.5rem;
  top: 30px;
}
@media (max-width: 480px) {
  body.close h1 {
    font-size: 1.5rem;
    top: 45px;
  }
}
body.close h2 {
  display: none;
}
body.close .logo {
  width: 100px;
  top: 35px;
}
@media (max-width: 480px) {
  body.close .logo {
    top: 15px;
  }
}
body.close .icon {
  top: 45px;
  width: 30px;
  height: 30px;
  background-size: 95%;
}
body.close .icon.icon-facebook {
  right: 80px;
}
body.close .icon.icon-twitter {
  background-position: center -28px;
}
body.close .menu {
  padding: 0;
}
body.close .menu p {
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
}
@media (max-width: 480px) {
  body.close .menu p {
    margin: 0 15px;
  }
}
body.close .menu .fobie ul {
  height: 150px;
}
@media (max-width: 768px) {
  body.close .menu .fobie ul {
    height: auto;
  }
}
@media (max-width: 480px) {
  body.close .menu .fobie ul {
    height: 0;
    overflow: hidden;
  }
}
body.close .menu .fobie ul li {
  transform: translateY(-40%);
}
@media (max-width: 768px) {
  body.close .menu .fobie ul li {
    transform: translateY(0);
  }
}
body .detail {
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
  width: 70%;
}
@media (max-width: 1600px) {
  body .detail {
    width: 90%;
  }
}
body .detail > div {
  /*display: none;*/
  position: relative;
  height: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body .detail > div:target {
  display: table;
  overflow: visible;
  padding-top: 320px;
  height: auto;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
}
@media (max-width: 480px) {
  body .detail > div:target {
    padding-top: 120px;
  }
}
body .detail .photo {
  display: table-cell;
  vertical-align: top;
  padding-top: 50px;
  width: 40%;
}
@media (max-width: 480px) {
  body .detail .photo {
    display: block;
    padding-top: 20px;
    width: 100%;
  }
}
body .detail .photo .polaroid {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  position: relative;
}
@media (max-width: 1280px) {
  body .detail .photo .polaroid {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  body .detail .photo .polaroid {
    width: 250px;
    height: 275px;
  }
}
@media (max-width: 480px) {
  body .detail .photo .polaroid {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
body .detail .photo .polaroid img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  width: 50px;
  position: fixed;
  top: -100px;
}
body .detail .photo .polaroid span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 0 0 15px #ffffff inset, 0 0 15px rgba(24, 53, 94, 0.8);
  -moz-box-shadow: 0 0 0 15px #ffffff inset, 0 0 15px rgba(24, 53, 94, 0.8);
  box-shadow: 0 0 0 15px #ffffff inset, 0 0 15px rgba(24, 53, 94, 0.8);
}
body .detail .photo .polaroid h3 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  color: #18355e;
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
body .detail .photo .polaroid h3 span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  color: #f9c613;
}
body .detail .definition {
  display: table-cell;
  width: 60%;
  padding: 40px;
  -webkit-box-shadow: 0 0 0 15px #f9c613 inset;
  -moz-box-shadow: 0 0 0 15px #f9c613 inset;
  box-shadow: 0 0 0 15px #f9c613 inset;
}
@media (max-width: 480px) {
  body .detail .definition {
    display: block;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
body .detail .definition h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.1;
}
body .detail .definition h3 span {
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
}
body .detail .definition h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 30px;
}
body .detail .definition h4 span {
  font-style: italic;
}
body .detail .definition h5 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5px;
  font-style: italic;
}
body .detail .definition h5 span {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0 0 15px;
}
body .detail .definition p {
  margin: 0 0 20px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  body .stButton {
    margin: 0 2px;
  }
}
