@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700|Raleway:400,400i,600,600i,700,700i';

* {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
figcaption{ display: none !important; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { font-family: 'PT Sans', sans-serif; color: #62605e; }
html, body { /*height:100%;*/ width:100%;overflow-x: hidden }

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/
h1,h2,h3,h4,h5,h6{ margin: 0; font-family: 'Raleway', cursive; }
a { color: #1BACDF; text-decoration: none; }
a:hover { color: #1BACDF; text-decoration: underline;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p,li {font-weight: 400; line-height: 1.72em; }
header p, header li,.sidebar li, footer p, footer li{text-shadow:none;}
ul, ol { margin: 1em 0; padding: 0 0 0 25px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0;text-align: left; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

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

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

figcaption{display: none;}


.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hide { display: none; }
.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:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.loader {
    background-color: 233746;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.spinner {
     height: 20px;
    left: 50%;
    margin: -35px auto 0 -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner .bounce1{background-color: #80bd01}
.spinner .bounce2 {background-color: #fff}
.spinner .bounce3 {background-color: #a0a6ad}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

body {margin: 0; font-size: 14px; line-height: 1.4; background-color:#fff; overflow-x: hidden;text-align: center;font-family: 'Raleway', sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
body.nooverflow {overflow: hidden !important;}

header {
  background-color: rgba(0,0,0,0);
  padding: 0 30px 0 0;
  position: fixed;
  right: 0;
  line-height: 80px;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  z-index: 1;
}

header:hover {background-color: rgba(0,0,0,0.35);}

header.smaller {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.05);
  line-height: 46px;
}

header.smaller .main ul li {line-height: 46px;}
header.smaller .main ul li a, header.smaller .main ul li a:after {color: #304546;}

header .logo {
  background-color: #fff;
  border-radius: 0 0 24px;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 170px;
  z-index: 2;
}

.descrizionepalestra {
  padding: 70px 20px;
  text-align: left;
}

/* MAIN */

.main {
  float: right;
  margin: 0 50px 0 0;
}

.main li {float: left;line-height: 80px;}

.main ul li {
  display: block;
  float: left;
  position: relative;
}

.main ul li a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.main ul li a:hover {font-weight: bold;}

.main ul li:first-child a::after {
  display: none;
}

.main ul li a::after {
  color: #fff;
  content: "/";
  left: 9px;
  position: absolute;
  top: 0;
}

/* MAXWIDTH */

.maxwidth {
  margin: 0 auto;
  max-width: 860px;
}

/* cover */


#cover {
    width: 100%;
    height: 75%;
    overflow: hidden; 
    position: relative;   
}

.livello {
  background: transparent url("skin/coverlanding.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.testomessagio {
  margin: 0 auto;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}

.testomessagio h1 {
  color: #fff;
  display: inline-block;
  font-family: "Oswald",sans-serif;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.15), 0 16px 16px rgba(0, 0, 0, 0.15), 0 32px 32px rgba(0, 0, 0, 0.15);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.15), 0 16px 16px rgba(0, 0, 0, 0.15), 0 32px 32px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

.testomessagio h1::after {
  background: transparent url("skin/border-logo.png") repeat-x scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.testomessagio p {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 5px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.15), 0 16px 16px rgba(0, 0, 0, 0.15), 0 32px 32px rgba(0, 0, 0, 0.15);
}

/* */

.titolo {
  background: transparent url("skin/pattern.png") repeat-x scroll left center;
}

/* */

.descrizionepalestra {
  padding: 70px 20px;
  text-align: left;
}

.descrizionepalestra h2 {
  background-color: #fff;
  color: #304546;
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  padding: 5px 15px 5px 0;
}

.descrizionepalestra h3 {
  color: #304546;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 50px;
}

.descrizionepalestra p {
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
  line-height: 1.72em;
  font-weight: 400;
  text-align: justify;
}

/* LO STAFF */

.staffcontent {
  background-color: #e9e9e9;
  padding: 50px 0px 0;
  text-align: center;
}

.staffcontent .maxwidth {max-width: 640px;}

.staffcontent .titolo {
  margin: 0 auto;
  max-width: 460px;
}

.staffcontent .titolo h2 {
  background-color: #e9e9e9;
  color: #304546;
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  padding: 5px 15px 5px 15px;
}

.stafflist {
  cursor: -moz-grab;
  margin: 0 auto;
  padding: 45px 0px 0;
}

.testostaff {
  padding: 60px;
}

.stafflist:active {
  cursor: -moz-grabbing;}

.person {
  background-color: #292C2F;
  text-align: left;
}

.person h4 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fotostaff {
  padding: 0;
}

.person figure {
  height: 510px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.person h3 {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.quickinfo {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 15px 0 0;
  padding: 15px 20px;
}

.quickinfo ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.quickinfo li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #fff;
}

.quickinfo .fa {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
}

.person p {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 0;
  text-align: justify;
}

/* FRECCE */

.freccia {
  background-color: #fff;
  bottom: 50px;
  color: #1e2c47;
  cursor: pointer;
  font-size: 32px;
  opacity: 1;
  padding: 0 14px 3px;
  position: absolute;
}

.freccia.next {right: 65px;}
.freccia.prev {right: 115px;}
.freccia.slick-disabled {opacity: 0.15;cursor: default;}

/* */

.info_content {
  background: #f1f1f1 url("skin/coverinfo.jpg") no-repeat scroll center bottom;
  padding: 80px 20px 310px;
}
.info_content .maxwidth {
  margin: 0 auto;
  max-width: 1024px;
  text-align: left;
}

.info_content h3 {
  background-color: #f1f1f1;
  color: #292c2f;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 3px 16px 3px 0;
  text-align: left;
  text-transform: none;
}

.info_content .fa {margin: 0 5px 0 0;}

.info_content p {
  font-size: 15px;
  margin:20px 0;
  text-align: left;
}



/* FOTO */

.palestra_foto {
background-color: #292C2F;
padding: 80px;
}

.fotopalestra {
  margin: 80px 0 0;
}

.palestra_foto .titolo h2 {
  background-color: #292C2F;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  padding: 5px 15px;
}

.palestra_foto p {color: #fff;}

.singolafoto {
  height: 230px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.fotopopup {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}

.singolafoto:hover .fotopopup {
  -webkit-transform: translate(-50%, -50%) scale(1.25);
  -o-transform: translate(-50%, -50%) scale(1.25);
  transform: translate(-50%, -50%) scale(1.25);

}

/* CONTATTI */
  
footer {background-color: #E9E9E9;padding: 50px 10px;}

footer .titolo {margin: 0 0 20px;}

footer h2 {
  background-color: #e9e9e9;
  color: #304546;
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  padding: 5px 15px;
}

.contatti {
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

.contatti h3 {
  border-bottom: 1px solid #c3c3c3;
  color: #292c2f;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.contatti p {
  color: #292c2f;
  font-size: 16px;
  margin: 5px 0;
}

.sociallinks {
  border-top: 1px solid #c3c3c3;
  margin: 0 auto;
  max-width: 860px;
  padding: 20px 0 0;
}

.sociallinks ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.sociallinks li {
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;
  vertical-align: middle;
}

.sociallinks li.fblink a {color: #4867AA}

.sociallinks li.instalink a {
  color: #4867AA;
  -webkit-animation: colore 10s infinite;
  animation: colore 10s infinite;
}

@keyframes colore {
  0% {color: #FFC53F;}
  20% {color: #FF6D00;}
  40% {color: #FF003A;}
  60% {color: #E7008A;}
  80% {color: #4658AC;}
  100% {color: #FFC53F;}
}

@-webkit-keyframes colore {
  0% {color: #FFC53F;}
  20% {color: #FF6D00;}
  40% {color: #FF003A;}
  60% {color: #E7008A;}
  80% {color: #4658AC;}
  100% {color: #FFC53F;}
}

.linksmappa {
  border: 4px solid #292c2f;
  color: #292c2f;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px 0 20px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.linksmappa:hover {
  color: #1bacdf;
  border-color: #1bacdf;
  text-decoration: none;
}

@media (max-width: 1367px) {}

/* media monitor 1280 */

@media (max-width: 1280px) {
  .singolafoto {
  height: 150px;}
}

/* MACBOOK */

@media (max-height: 801px) {}

/* media monitor 1024 */

@media (max-width: 1024px ) {}

/* media monitor 768 */

@media (max-width: 768px) {}