@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?u29mef');
	src:url('../fonts/icomoon.eot?#iefixu29mef') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?u29mef') format('truetype'),
		url('../fonts/icomoon.woff?u29mef') format('woff'),
		url('../fonts/icomoon.svg?u29mef#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook3:before {
	content: "\e601";
	font-size: 25px;
	color: #3e5c9a;
}
.icon-twitter3:before {
    content: "\e602";
	font-size: 25px;
}
.icon-pinterest:before {
    content: "\e603";
	font-size: 25px;
}
body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.72222;
	color: #2b2b2b;
	background-color: #f5f5f5;
	min-height: 100%;
	/* The Magic */

}
body.home {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.72222;
	color: #2b2b2b;
	background-color: #f5f5f5;
	/* This image will be displayed fullscreen */
	background-image: url(../images/img-fitness.jpg);
	background-repeat: no-repeat;
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
body.content {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.72222;
	color: #2b2b2b;
	background-color: #f5f5f5;
	/* This image will be displayed fullscreen */
	background-image: url(../images/img-fitness-content.jpg);
	background-repeat: no-repeat;
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
html {
	
}
section, footer, header{
	display: block;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover,
a:focus {
  color: #636466;
  text-decoration: none;
}
a:focus {
  outline: none;
}
sup {
	font-size: 10px;
}
.img-rounded {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-comment {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}
h1
{
	margin-top: 0px;
	margin-bottom: 5px;
}
h2,
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
h6 {
  font-weight: normal;
}
h3,
.h3 {
	font-size: 30px;
	font-weight: 400;
}
h4,
.h4 {
  font-size: 20px;
}
p {
  font-size: 14px;
  line-height: 1.72222;
  margin: 0 0 15px;
}  

li{list-style-type:none}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
.btn {
	font-weight: normal;
	line-height: 1.4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
@media (max-width: 768px) {
.btn-hp {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 15%;
	position: absolute;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
	width: auto;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}
.btn-hp:hover,
.btn-hp:focus,
.btn-btn-hp:focus,
.btn-btn-hp:active,
.btn-btn-hp.active,
.btn-hp.disabled,
.btn-hp[disabled],
fieldset[disabled] .btn-hp,
.btn-hp.disabled:hover,
.btn-hp[disabled]:hover,
fieldset[disabled] .btn-hp:hover,
.btn-hp.disabled:focus,
.btn-hp[disabled]:focus,
fieldset[disabled] .btn-hp:focus,
.btn-hp.disabled:active,
.btn-hp[disabled]:active,
fieldset[disabled] .btn-hp:active,
.btn-hp.disabled.active,
.btn-hp[disabled].active,
fieldset[disabled] .btn-hp.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-chat {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #000000;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	margin: 0px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
.btn-chat:hover,
.btn-chat:focus,
.btn-btn-chat:focus,
.btn-btn-chat:active,
.btn-btn-chat.active,
.btn-chat.disabled,
.btn-chat[disabled],
fieldset[disabled] .btn-chat,
.btn-chat.disabled:hover,
.btn-chat[disabled]:hover,
fieldset[disabled] .btn-chat:hover,
.btn-chat.disabled:focus,
.btn-chat[disabled]:focus,
fieldset[disabled] .btn-chat:focus,
.btn-chat.disabled:active,
.btn-chat[disabled]:active,
fieldset[disabled] .btn-chat:active,
.btn-chat.disabled.active,
.btn-chat[disabled].active,
fieldset[disabled] .btn-chat.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-open {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #000000;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	margin: 0px;

}
.btn-open:hover,
.btn-open:focus,
.btn-btn-open:focus,
.btn-btn-open:active,
.btn-btn-open.active,
.btn-open.disabled,
.btn-open[disabled],
fieldset[disabled] .btn-open,
.btn-open.disabled:hover,
.btn-open[disabled]:hover,
fieldset[disabled] .btn-open:hover,
.btn-open.disabled:focus,
.btn-open[disabled]:focus,
fieldset[disabled] .btn-open:focus,
.btn-open.disabled:active,
.btn-open[disabled]:active,
fieldset[disabled] .btn-open:active,
.btn-open.disabled.active,
.btn-open[disabled].active,
fieldset[disabled] .btn-open.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-open-black {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	margin-right: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	margin: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.btn-open-black:hover,
.btn-open-black:focus,
.btn-btn-open-black:focus,
.btn-btn-open-black:active,
.btn-btn-open-black.active,
.btn-open-black.disabled,
.btn-open-black[disabled],
fieldset[disabled] .btn-open-black,
.btn-open-black.disabled:hover,
.btn-open-black[disabled]:hover,
fieldset[disabled] .btn-open-black:hover,
.btn-open-black.disabled:focus,
.btn-open-black[disabled]:focus,
fieldset[disabled] .btn-open-black:focus,
.btn-open-black.disabled:active,
.btn-open-black[disabled]:active,
fieldset[disabled] .btn-open-black:active,
.btn-open-black.disabled.active,
.btn-open-black[disabled].active,
fieldset[disabled] .btn-open-black.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-back-fitness {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 50%;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	float: left;
	margin-bottom: 30px;
}
.btn-back-fitness:hover {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
}
.btn-back-wellness {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 50%;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	float: left;
	margin-bottom: 30px;
}
.btn-back-wellness:hover {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
}
}
@media (min-width: 769px) {
.btn-hp {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 15%;
	position: absolute;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 70%;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}
.btn-hp:hover,
.btn-hp:focus,
.btn-btn-hp:focus,
.btn-btn-hp:active,
.btn-btn-hp.active,
.btn-hp.disabled,
.btn-hp[disabled],
fieldset[disabled] .btn-hp,
.btn-hp.disabled:hover,
.btn-hp[disabled]:hover,
fieldset[disabled] .btn-hp:hover,
.btn-hp.disabled:focus,
.btn-hp[disabled]:focus,
fieldset[disabled] .btn-hp:focus,
.btn-hp.disabled:active,
.btn-hp[disabled]:active,
fieldset[disabled] .btn-hp:active,
.btn-hp.disabled.active,
.btn-hp[disabled].active,
fieldset[disabled] .btn-hp.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-chat {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	right: 30px;
	margin-left: auto;
	margin-right: auto;
	bottom: 30px;
	position: fixed;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 200px;
}
.btn-chat:hover,
.btn-chat:focus,
.btn-btn-chat:focus,
.btn-btn-chat:active,
.btn-btn-chat.active,
.btn-chat.disabled,
.btn-chat[disabled],
fieldset[disabled] .btn-chat,
.btn-chat.disabled:hover,
.btn-chat[disabled]:hover,
fieldset[disabled] .btn-chat:hover,
.btn-chat.disabled:focus,
.btn-chat[disabled]:focus,
fieldset[disabled] .btn-chat:focus,
.btn-chat.disabled:active,
.btn-chat[disabled]:active,
fieldset[disabled] .btn-chat:active,
.btn-chat.disabled.active,
.btn-chat[disabled].active,
fieldset[disabled] .btn-chat.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-open {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 200px;
}
.btn-open:hover,
.btn-open:focus,
.btn-btn-open:focus,
.btn-btn-open:active,
.btn-btn-open.active,
.btn-open.disabled,
.btn-open[disabled],
fieldset[disabled] .btn-open,
.btn-open.disabled:hover,
.btn-open[disabled]:hover,
fieldset[disabled] .btn-open:hover,
.btn-open.disabled:focus,
.btn-open[disabled]:focus,
fieldset[disabled] .btn-open:focus,
.btn-open.disabled:active,
.btn-open[disabled]:active,
fieldset[disabled] .btn-open:active,
.btn-open.disabled.active,
.btn-open[disabled].active,
fieldset[disabled] .btn-open.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-open-black {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.8);
	margin-right: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 200px;
	text-align: center;
	margin: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.btn-open-black:hover,
.btn-open-black:focus,
.btn-btn-open-black:focus,
.btn-btn-open-black:active,
.btn-btn-open-black.active,
.btn-open-black.disabled,
.btn-open-black[disabled],
fieldset[disabled] .btn-open-black,
.btn-open-black.disabled:hover,
.btn-open-black[disabled]:hover,
fieldset[disabled] .btn-open-black:hover,
.btn-open-black.disabled:focus,
.btn-open-black[disabled]:focus,
fieldset[disabled] .btn-open-black:focus,
.btn-open-black.disabled:active,
.btn-open-black[disabled]:active,
fieldset[disabled] .btn-open-black:active,
.btn-open-black.disabled.active,
.btn-open-black[disabled].active,
fieldset[disabled] .btn-open-black.active {
	background-color: rgba(51, 51, 51, 0.9);
	border-color: #333333;
	color: #FFF;
}
.btn-back-fitness {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: auto;
	margin-right: auto;
	top: 180px;
	position: fixed;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 150px;
	left: -55px;
	z-index: 9;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
 	 transform: rotate(-90deg);
}
.btn-back-fitness:hover {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
}
.btn-back-wellness {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: auto;
	margin-right: auto;
	top: 328px;
	position: fixed;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 150px;
	left: -55px;
	z-index: 9;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
 	 transform: rotate(-90deg);
}
.btn-back-wellness:hover {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFF;
}
}
@media (max-width: 768px) {
navtop
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	color: #fff;
	overflow: visible;
	z-index: 98;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	letter-spacing: 3px;
}
navtop input#navTrigger { display: none; }
navtop input#navTrigger + label {
	font-size: 15px;
	cursor: pointer;
	background-color: #ece2dc;
	height: 65px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	margin: 0em;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}
navtop input#navTrigger + label:hover {
    /*opacity: 0.5;*/
}

navtop input#navTrigger + label span {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -.1em;
	
}
navtop input#navTrigger:checked + label span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -.1em;
}
navtop ul {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	padding: 0;
}
navtop ul li {
    display: block;
}
navtop ul li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	outline: 0;
	width: 100%;
	padding-top: 20px;
	height: 65px;
	background-color: #ece2dc;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
navtop ul li a:hover { background: #ece2dc; }

navtop ul li:first-child a {
    border-width: 1px 0;
}
navtop input#navTrigger:checked ~ ul {
    display: block;
}
navtop ul li a:hover
{
	color: #636466;
	text-decoration: none;
}
navtop ul li.act a
{
	background-color: #b2b2b2;
    text-decoration: none;
    color: #FFF;
}
navtop ul li.last a
{
	text-decoration: none;
	
}
navtop ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
navtop
{
	width: 100%;
	color: #000000;
	font-size: 16px;
	height: 65px;
	padding-top: 15px;
	background-color: #ece2dc;
	text-align: right;
	position: fixed;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	z-index: 1;
	padding-right: 30px;
}
navtop span
{
	color: #FFFFFF;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	position: absolute;
	right: 50px;
	top: 0px;
}
navtop ul { padding: 0; }
navtop ul li {
	display: inline;
}
navtop ul
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
navtop ul li a
{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin-right: 18px;
	height: 20px;
	margin-left: 18px;
}
navtop label { display: none; }
navtop input { display: none; }
navtop ul li a:hover
{
	background-repeat: no-repeat;
	color: #636466;
	text-decoration: none;
}
navtop ul li.act a
{
	background-color: #3A3EBA;
	text-decoration: none;
}
navtop ul li.last a
{
	text-decoration: none;
	
}
navtop ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media (min-width: 1200px) {
navtop
{
	width: 100%;
	color: #000000;
	font-size: 15px;
	height: 65px;
	padding-top: 15px;
	background-color: #ece2dc;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	z-index: 1;
}
navtop span
{
	color: #FFFFFF;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	position: absolute;
	right: 50px;
	top: 0px;
}
navtop ul { padding: 0; }
navtop ul li {
	display: inline;
}
navtop ul
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
navtop ul li a
{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin-right: 18px;
	height: 20px;
	margin-left: 18px;
}
navtop label { display: none; }
navtop input { display: none; }
navtop ul li a:hover
{
	background-repeat: no-repeat;
	color: #636466;
	text-decoration: none;
}
navtop ul li.act a
{
	background-color: #3A3EBA;
	text-decoration: none;
}
navtop ul li.last a
{
	text-decoration: none;
	
}
navtop ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media (max-width: 768px) {
nav
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	color: #fff;
	overflow: visible;
	z-index: 98;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	letter-spacing: 1px;
}
nav input#navTrigger { display: none; }
nav input#navTrigger + label {
	font-size: 15px;
	cursor: pointer;
	background-color: #ece2dc;
	height: 65px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	left: 0px;
	margin: 0em;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}
nav input#navTrigger + label:hover {
    /*opacity: 0.5;*/
}

nav input#navTrigger + label span {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: -.1em;
	
}
nav input#navTrigger:checked + label span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -.1em;
}
nav ul {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	padding: 0;
}
nav ul li {
    display: block;
}
nav ul li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	outline: 0;
	width: 100%;
	padding-top: 20px;
	height: 65px;
	background-color: #ece2dc;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
nav ul li a:hover { background: #ece2dc; }

nav ul li:first-child a {
    border-width: 1px 0;
}
nav input#navTrigger:checked ~ ul {
    display: block;
}
nav ul li a:hover
{
	color: #636466;
	text-decoration: none;
}
nav ul li.act a
{
	background-color: #b2b2b2;
    text-decoration: none;
    color: #FFF;
}
nav ul li.last a
{
	text-decoration: none;
	
}
nav ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
nav
{
	width: 100%;
	color: #636466;
	font-size: 13px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 65px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	z-index: 1;
	background-color: #fcfcfc;
}
nav span
{
	color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	position: absolute;
	top: -2px;
}
nav ul { padding: 0; }
nav ul li {
	display: inline;
}
nav ul
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
nav ul li a
{
	color: #636466;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin-right: 7px;
	height: 40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #636466;
	padding-right: 12px;
}
nav ul li a.last
{
	color: #636466;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	margin-right: 0px;
	height: 40px;
	border-right-style: none;
	padding-right: 0px;
}
nav label { display: none; }
nav input { display: none; }
nav ul li a:hover
{
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}
nav ul li.act a
{
	background-color: #c8c8c8;
	text-decoration: none;
	color: #FFF;
	margin-left: -14px;
	padding-left: 14px;
}
nav ul li.last a
{
	text-decoration: none;
	
}
nav ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media (min-width: 1200px) {
nav
{
	width: 100%;
	color: #636466;
	font-size: 15px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 65px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	z-index: 1;
	background-color: #fcfcfc;
}
nav span
{
	color: #FFFFFF;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	position: absolute;
	top: -2px;
}
nav ul { padding: 0; }
nav ul li {
	display: inline;
}
nav ul
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
nav ul li a
{
	color: #636466;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 15px;
	margin-right: 7px;
	height: 40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #636466;
	padding-right: 12px;
}
nav ul li a.last
{
	color: #636466;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 15px;
	margin-right: 0px;
	height: 40px;
	border-right-style: none;
	padding-right: 0px;
}
nav label { display: none; }
nav input { display: none; }
nav ul li a:hover
{
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}
nav ul li.act a
{
	background-color: #c8c8c8;
	text-decoration: none;
	color: #FFF;
	margin-left: -14px;
	padding-left: 14px;
}
nav ul li.last a
{
	text-decoration: none;
	
}
nav ul li.lastact a
{
	background-color: #3A3EBA;
	text-decoration: none;
	
}
}
@media (max-width: 768px) {
.home-img-fitness
{
	background-image: url(../images/hp-img-fitness.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 300px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.home-img-tour
{
	background-image: url(../images/hp-img-tour.jpg);
	background-repeat: no-repeat;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	height: 300px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
h1 img
{
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 20px;
	z-index: 99;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 span
{
	display: none;
}
.home-img-tour h1
{
	display: none;
	margin: 0px;
	padding: 0px;
}
.img-wellness
{
	background-image: url(../images/img-wellness.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
}
}
@media (min-width: 769px) {
.home-img-fitness
{
	background-image: url(../images/hp-img-fitness.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
  	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;
	float: left;
	width: 33.33333333%;
}
h1 img
{
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 20px;
}
h1 span
{
	display: none;
}
.img-wellness
{
	background-image: url(../images/img-wellness.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
}
.content {
	/* This image will be displayed fullscreen */
	background-image: url(../images/img-fitness-content.jpg);
	background-repeat: no-repeat;
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
	background-position: center center;
}
@media (max-width: 768px) {
.page {
	padding-top: 50px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 400;
	letter-spacing: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
}
.page-hp {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 600;
	letter-spacing: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	padding-top: 20px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
.page {
	padding-top: 200px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 400;
	letter-spacing: 0px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 50px;
}
.page-hp {
	width: 100%;
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 600;
	letter-spacing: 0px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 50px;
	/*position: fixed;
	left: 0px;
	bottom: 35%;*/
	background-color: rgba(255, 255, 255, 0.7);
	/*padding-top: 50px;*/
}
}
@media (min-width: 1200px) {
.page {
	padding-top: 200px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 400;
	letter-spacing: 0px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 50px;
}
.page-hp {
	width: 100%;
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	text-transform: none;
	text-align: justify;
	font-weight: 600;
	letter-spacing: 0px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 50px;
	/*position: fixed;
	left: 0px;
	bottom: 35%;*/
	background-color: rgba(255, 255, 255, 0.7);
	/*padding-top: 50px;*/
}
}
.page h1{
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
}
.page h2{
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 20px;
}
@media (max-width: 768px) {
.gallery {
	margin-top: 30px;
	text-align: center;
}
.gallery a img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
	margin-bottom: 20px;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 100%;
}
}
@media (min-width: 769px) {
.gallery {
	margin-top: 30px;
	text-align: center;
}
.gallery a img {
	width: 14%;
	height: auto;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
	margin: 1%;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 29%;
}
}
.lang{
	background-color: #474747;
	height: 65px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index:99;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: none;
}
.cz {
	background-image: url(../images/ico-cz.png);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	height: 11px;
	width: 16px;
	margin-bottom:8px
}
.en {
	background-image: url(../images/ico-eng.png);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	height: 11px;
	width: 16px;
	margin-bottom:8px
}
.ru {
	background-image: url(../images/ico-ru.png);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	height: 11px;
	width: 16px;
}
.lang span{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	display: none;
}
.lang a{
	margin-top: 30px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
@media (max-width: 768px) {
footer {
	width: 100%;
	margin: 0px;
	padding-right: 10%;
	padding-left: 10%;
	z-index: 100;
	background-color: #FFFFFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	display: none;
}
}
@media (min-width: 769px) {
footer {
	width: 100%;
	margin: 0px;
	padding-right: 10%;
	padding-left: 10%;
	z-index: 100;
	background-color: #FFFFFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:1;
}
}
#footerContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding-top: 20px;
	font-size: 12px;
	color: #2b2b2b;
	padding-bottom: 20px;
}
.footerC {
  margin-top: 96px;
}
.fb-like {
  position: absolute;
  top: 25px;
  left: 0px;
}
.siti_txt {
  position: absolute;
  top: 65px;
  left: 0px;
  font-size: 12px;
  width: 700px;
}
#footerPartners {
  position: absolute;
  left: 550px;
  bottom: 15px;
}
.bmd {
  margin-left: 25px;
  background-image: url(../images/bmd.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 0px -3px;
  height: 50px;
  padding-top: 5px;
  margin-top: -5px;
}
.table>tbody>tr>td, .table>tbody>tr>th {
padding-top: 8px;

	padding-bottom: 8px;

line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #85858c;
}
.table>tfoot>tr>td, .table>tfoot>tr>th {
padding-top: 8px;

	padding-bottom: 8px;

line-height: 1.42857143;
vertical-align: top;
border-bottom: 1px solid #17b6d6;
border-top: 1px solid #85858c;
}
.table>thead>tr>td, .table>thead>tr>th {
padding-top: 8px;

	padding-bottom: 8px;

line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #17b6d6;
}
.table-hover>tbody>tr>td, .table-hover>tbody>tr>th, .table-hover>tfoot>tr>td, .table-hover>tfoot>tr>th, .table-hover>thead>tr>td, .table-hover>thead>tr>th {
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 4px solid #ffffff;
padding-top: 8px;

	padding-bottom: 8px;

}
@media (max-width: 768px) {
.table-hover>tbody>tr>td, .table-hover>tbody>tr>th, .table-hover>tfoot>tr>td, .table-hover>tfoot>tr>th, .table-hover>thead>tr>td, .table-hover>thead>tr>th {
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 3px solid #ffffff;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
}
}
.thead {
	font-size: 12px;
	color: #b0afaf;
	font-weight: normal;
	text-transform: uppercase;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.table {
  width: 100%;
  margin-bottom: 21px;
}
table {
  max-width: 100%;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  display: table;
  border-collapse: separate;
  border-color: grey;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table-hover>tbody>tr>td, .table-hover>tbody>tr>th, .table-hover>tfoot>tr>td, .table-hover>tfoot>tr>th {
	line-height: 1.42857;
	vertical-align: top;
	padding-top: 8px;

	padding-bottom: 8px;

	font-weight: 300;
	font-size: 15px;
}
.table-hover>thead>tr>td, .table-hover>thead>tr>th {
	font-size: 13px;
	font-weight: 300;
	padding-top: 8px;

	padding-bottom: 8px;

	vertical-align: top;
}
table>thead>tr>th, .table>thead>tr>th, table>tbody>tr>th, .table>tbody>tr>th, table>tfoot>tr>th, .table>tfoot>tr>th, table>thead>tr>td, .table>thead>tr>td, table>tbody>tr>td, .table>tbody>tr>td, table>tfoot>tr>td, .table>tfoot>tr>td {
  border: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
table > thead > tr > th, .table > thead > tr > th, table > tbody > tr > th, .table > tbody > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th, table > thead > tr > td, .table > thead > tr > td, table > tbody > tr > td, .table > tbody > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td {
  border-top-color: #999999;
}
.preparation {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}