@import "https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i&subset=latin-ext";
body {
  font-family: 'Exo 2', sans-serif;
  overflow-x: hidden;
}
.homeFooter .clubs > div {
  margin-bottom: 10px;
}
.basket {
	float: right;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 2px;
}
.clicktobasket {

	color: red;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fa-outline {
  color: transparent;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #fff;
  font-size: 2.5em;
}
.fa-2x {
  font-size: 2.5em;
}
.modal {
  z-index: 100000;
}
/* MARGINS? PADDINGS */
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.marginbott50 {
  margin-bottom: 50px;
}
.margintop50 {
  margin-top: 50px;
}
h4.margin-bottom-15 {
  margin-bottom: 15px;
}
.paddingLeft60 {
  padding-left: 60px;
}
/* HEADERS */
h1.page-title {
  color: #aacf37;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  margin-bottom: 48px;
  margin-top: 50px;
}
h1.page-title:before {
  color: #0799d6;
  content: "/\00a0";
}
h1.intro-title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  margin-bottom: 48px;
  margin-top: 50px;
}
h1.intro-title:before {
  color: #aacf37;
  content: "/\00a0";
  font-weight: bold;
}
h2.content-title {
  color: #aacf37;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}
h2.content-title:before {
  color: #0799d6;
  content: "/\00a0";
}
h2.intro-small {
  text-transform: none;
  font-size: 20px;
}
h2.gyikbutton {
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  padding-right: 20px;
  background: url(/site/images/selectbox-arrow.png) right 5px no-repeat;
}
h3 {
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 56px;
}
h4 {
  color: #aacf37;
  text-transform: uppercase;
  font-size: 1.875em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 56px;
}
/* BUTTONS */
.btn {
  border-radius: 0;
  text-transform: uppercase;
}
.btn-default {
  background: #fff;
  color: #4e4e4e;
}
.btn-default:hover {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
  text-shadow: none;
}
.btn-default:active {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
  text-shadow: none;
}
.btn-default:focus {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
  text-shadow: none;
}
.btn-default.active {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
  text-shadow: none;
}
.btn-default.active:hover {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
  text-shadow: none;
}
.btn-success {
  background: #aacf37;
  border-color: #aacf37;
  text-shadow: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
}
.btn-info {
  background: #0799d6;
}
.btn-timetable {
  border-width: 2px;
  border-color: #647074;
  padding: 6px 24px;
}
.btn-joinus {
  border-width: 2px;
  border-color: #647074;
  padding: 10px 54px;
  font-weight: bold;
  font-size: 16px;
}
/* TRAPEZOID ELEMENTS */
.btn-trapezoid {
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
}
.btn-trapezoid span {
  display: block;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}
.navbar-trapezoid {
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  background: #0799d6;
}
.navbar-trapezoid li {
  display: block;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}
.btn-group-trapezoid {
  margin-bottom: 100px;
}
.btn-group-trapezoid .btn-default {
  border: 3px solid #aacf37;
  border-left: 0;
  font-size: 16px;
  padding: 10px 60px;
}
.btn-group-trapezoid .btn-default:first-child {
  border-left: 3px solid #aacf37;
}
.table-trapezoid thead tr th {
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}
.table-trapezoid thead tr th span {
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  display: block;
}
.table-trapezoid tbody tr td {
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}
.table-trapezoid tbody tr td span {
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  display: block;
}
.navbar-left.marginLeft50.headerRight {
  width: 33%;
}
.headerRight {
  padding-left: 80px;
}
.headerRight .row.navbar-text {
  margin-left: 0;
}
.headerRight .row.navbar-text span {
  white-space: nowrap;
}
li.languageChange {
  padding-right: 20px;
}
li.languageChange.languageChange a {
  border: 1.5px solid #fff;
  padding: 3px 4px;
  margin-top: 16px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 10px;
}
.ul .navbar-social li a i {
  font-size: 2.5em;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills-trapezoid {
  display: inline-block;
  margin-bottom: 100px;
}
.nav-pills-trapezoid li a {
  border-radius: 0;
  border: 3px solid #aacf37;
  background: #fff;
  color: #4e4e4e;
  font-size: 1em;
  padding: 10px 60px;
  border-left: 0;
  text-transform: uppercase;
}
.nav-pills-trapezoid li a:hover {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li a:active {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li a:focus {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li a.active {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li a.active:hover {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li:first-child a {
  border-left: 3px solid #aacf37;
}
.nav-pills-trapezoid li.active a {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li.active a:hover {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li.active a:active {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.nav-pills-trapezoid li.active a:focus {
  background: #aacf37;
  color: #fff;
  border-color: #aacf37;
  box-shadow: none;
}
.clubicon {
  color: #0799d6;
  background: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 80px;
  border: 10px solid #a9cf38;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.services .clubs {
  top: -35px;
  position: relative;
}
.services .clubs .club {
  display: inline-block;
}
.services .clubs .inactive .clubicon {
  border: 2px solid #999;
  color: #333;
}
.services .clubs .clubicon {
  font-size: 12px;
  line-height: 22px;
  border: 2px solid #a9cf38;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.clubSelector li {
  cursor: pointer;
}
ul.price-tick > li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: smaller;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
ul.price-tick > li {
  padding-left: 1.3em;
}
ul.price-tick {
  list-style: none;
  padding: 0;
}
.clubSelector li .clubicon {
  font-size: 24px;
  line-height: 43px;
  width: 60px;
  height: 60px;
}
.clubSelector li.active .clubicon {
  border: 7px solid #a9cf38;
  color: #0799d6;
}
.clubSelector li.inactive .clubicon {
  border: 7px solid #999;
  color: #333;
}
.machineName {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: -25px;
}
.MachineList .machineItem {
  height: 400px;
}
.MachineList .machineItem .thumbnail {
  box-shadow: none;
}
.thumbnail .club {
  display: inline-block;
}
.thumbnail .club .clubicon {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  margin-right: 5px;
}
.thumbnail .club.active .clubicon {
  border: 5px solid #a9cf38;
  color: #0799d6;
}
.thumbnail .club.inactive .clubicon {
  border: 5px solid #999;
  color: #333;
}
.clubIcons {
  position: relative;
  bottom: 55px;
  left: 5px;
}
.bookOnline {
  background-size: cover;
  background-position: center center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bookOnline .firstRow {
  color: #fff;
  font-size: 4.3em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 80px;
}
.bookOnline .secondRow {
  color: #fff;
  font-size: 3.8em;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.bookOnline .button .btn {
  margin-top: -40px;
  margin-bottom: 40px;
  border: 2px solid #fff;
}
.bookOnlineMassage {
  background-image: url(/img/bookonline-massage.jpg);
}
.bookOnlineTrainer {
  background-image: url(/img/bookonline-personal_training.jpg);
}
.bookOnlineTrainer2 {
  background-image: url(/img/tuzd_ki_a_celt.png);
}
.bookOnlineNews {
  background-image: url(/img/bookonline-news.jpg);
}
.bookOnlineDietetics {
  background-image: url(/img/bookonline-dietetics.jpg);
}
.bookOnlineSwimming {
  background-image: url(/img/bookonline-swimming.jpg);
}
.bookOnlinePhysiotherapy {
  background-image: url(/img/bookonline-physiotherapy.jpg);
}
.thumbnail.thumbnail-coach {
  position: relative;
  box-shadow: none;
}
.thumbnail.thumbnail-coach .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  overflow: hidden;
}
.thumbnail.thumbnail-coach .caption .club {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
}
.thumbnail.thumbnail-coach .caption .club .clubicon {
  line-height: 30px;
  border: 4px solid #a9cf38;
  width: 40px;
  height: 40px;
  margin-right: 0;
}
.thumbnail.thumbnail-coach .caption .coachName {
  height: 50px;
  margin-left: -25px;
  margin-right: 25px;
  padding-left: 35px;
  padding-right: 10px;
  background: rgba(170, 207, 55, 0.9);
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 50px;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}
.thumbnail.thumbnail-coach .caption .coachName span {
  display: block;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
}
.thumbnail.thumbnail-coach .coachLead {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  overflow: hidden;
  font-size: 16px;
}
.thumbnail.thumbnail-coach .coachLead .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 22px;
  margin-right: -22px;
  background: #fff;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
}
.thumbnail.thumbnail-coach .coachLead .more span {
  display: block;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  color: #a9cf37;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  margin-left: -22px;
}
.thumbnail.thumbnail-coach .coachReservation,
.thumbnail.thumbnail-coach .coachReservationEmpty {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(7, 153, 214, 0.9);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.thumbnail.thumbnail-coach .coachReservationEmpty {
  background: transparent;
}
.coachPage .coachProfileImage .clubIcons {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.coachPage .coachProfileImage .clubIcons .clubicon {
  line-height: 30px;
  border: 4px solid #a9cf38;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  font-size: 20px;
}
.coachPage .coachName {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
}
.coachVideo {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.coachVideo .coachVideoLink {
  width: 100%;
  display: block;
}
.coachVideo .coachVideoLink .coachVideoImage img {
  margin: 0 auto;
  position: relative;
}
.coachVideo .coachVideoLink .coachvideoholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/coachvideoholder.png);
  background-position: center center;
  background-size: cover;
}
.timeItemHolder {
  background: #f4f4f4;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  margin: 15px 40px;
}
.timeItemHolder .timeItem {
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  padding-top: 15px;
  padding-bottom: 15px;
}
.timeItemHolder .timeItem .hour {
  color: #aacf37;
  font-size: 16px;
  font-weight: bold;
}
.timeItemHolder .timeItem .clubicon {
  line-height: 30px;
  border: 4px solid #a9cf38;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  font-size: 20px;
}
.timeItemHolder .timeItem .coachName {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.timeItemHolder .timeItem .sport {
  color: #525252;
  text-align: center;
}
.timeItemHolder .timeItem .btn {
  margin-top: 8px;
}
select {
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: normal;
}
select.form-control {
  text-transform: uppercase;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: normal;
}
.alert-gray {
  background-color: #ededed;
}
label[for=trainingType],
label[for=machineSelect],
label[for=ServiceSelector] {
  position: relative;
  max-width: 90%;
  min-width: 70%;
  font-weight: normal;
  margin-bottom: 36px;
  z-index: 99999;
}
label[for=trainingType]:after,
label[for=machineSelect]:after,
label[for=ServiceSelector]:after {
  font-weight: normal;
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 18px;
  color: #0799d6;
  right: 8px;
  top: 0px;
  padding: 8px 0;
  position: absolute;
  pointer-events: none;
}
.machine-select span {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}
.machine-select label {
  display: inline;
}
.machine-select .machineSelect {
  display: none;
}
.machine-select .machineSelect + label {
  background-color: #fffff;
  border: 2px solid #4e4e4e;
  padding: 9px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
}
.machine-select .machineSelect:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #4e4e4e;
}
#orarend div#times > div.row:nth-of-type(even) {
  background: #ededed;
}
div#times div.row-1 {
  background: #ededed;
}
#timetable div#times > div.row:nth-of-type(even) {
  background: #ededed;
}
.timetable-nav {
  margin-bottom: 40px;
}
.timetable-nav li {
  z-index: 99999;
}
.div-timetable .timetable-head {
  background: #0799d6;
  color: #fff;
  text-transform: uppercase;
}
.div-timetable .timetable-head div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.div-timetable .timetable-head div a {
  color: #fff;
}
.div-timetable .timetable-title {
  background: #ededed;
}
.div-timetable .timetable-title div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.div-timetable .timetableHour {
  color: #aacf37;
  font-size: 20px;
  font-weight: bold;
  padding-top: 2px;
  margin-bottom: 0px;
}
.div-timetable .timetableHour.expired {
  color: #777;
}
.div-timetable .timetableCheckIn {
  color: #aacf37;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.div-timetable .timetableCheckIn.expired {
  color: #777;
}
.div-timetable .timetableSport {
  margin-bottom: 5px;
}
.div-timetable .timetableCoach {
  font-weight: bold;
  margin-bottom: 20px;
}
.div-timetable .inactive {
  display: none;
}
.div-timetable .active {
  display: block;
}
.table-timetable thead tr th {
  background: #0799d6;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  border-bottom: 0;
  border-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-timetable tbody tr td {
  color: #4e4e4e;
  border: 0;
  border-bottom: 0;
  border-top: 0;
  text-transform: uppercase;
}
.table-timetable tbody tr td .timetableHour {
  color: #aacf37;
  font-size: 20px;
  font-weight: bold;
  padding-top: 2px;
  margin-bottom: 0px;
}
.table-timetable tbody tr td .timetableCheckIn {
  color: #aacf37;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.table-timetable tbody tr td .expired {
  color: #777;
}
.table-timetable tbody tr td .timetableSport {
  margin-bottom: 5px;
}
.table-timetable tbody tr td .timetableCoach {
  font-weight: bold;
  margin-bottom: 20px;
}
.table-timetable tbody tr td.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 110px;
}
.table-timetable tbody tr td.title b {
  font-size: 24px;
}
.table-striped tbody tr:nth-of-type(odd) td {
  background-color: transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) td {
  background-color: #ededed;
}
.clubnewsimageholder .newsimageactive {
  position: absolute;
  z-index: 1000;
  margin: 0 -140px;
}
.clubnewsimageholder .newsimageinactive {
  margin-top: 140px;
  margin-bottom: 140px;
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.clubnewsimageholder .newsimageinactive:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.clubnews {
  background-image: url(/img/clubnewsbg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  margin-right: -15px;
}
.clubnews .newsTitle {
  margin-top: 20px;
  margin-bottom: 20px;
}
.clubnews .newsTitle a {
  color: #4e4e4e;
}
.clubnews .newsTitle a:hover {
  color: #aacf37;
}
.clubnews .newsTitle.active a {
  color: #aacf37;
}
.clubnews .newsLead {
  color: #4e4e4e;
  font-size: 20px;
}
.section-intro {
  overflow: hidden;
}
.section-intro .intro-left {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(7, 153, 214,  0.7);
  margin-left: -540px;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  z-index: 10008;

}
.section-intro .intro-left .intro-left-holder {
  padding: 15px;
  padding-left: 155px;
  min-height: 186px;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}
.section-intro .intro-left .intro-left-holder .introTop {
  text-transform: uppercase;
  font-weight: bold;
}
.section-intro .intro-left .intro-left-holder .introBottom {
  text-transform: uppercase;
  font-weight: normal;
}
.section-intro .intro-left .intro-left-holder .buttons .pull-left {
  padding-left: 15px;
  padding-right: 15px;
}
.section-intro .intro-right {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.newsArticle {
  background-color: #efefef;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 70px;
  overflow: hidden;
}
.newsArticle .panel-body {
  padding: 0;
}
.newsArticle .panel-body .newsLeadImage {
  padding: 0;
}
.newsArticle .panel-body .newsLead {
  float: right;
}
.newsArticle .panel-body .newsLead .newsDate {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 48px;
  margin-left: -40px;
  margin-top: 12px;
  width: 80%;
  background-color: #aacf37;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
}
.newsArticle .panel-body .newsLead .newsDate span {
  display: block;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
}
.newsArticle .panel-body .newsLead .newsTitle {
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #515151;
}
.newsArticle .panel-body .newsLead .newsLeadText {
  margin-top: 14px;
  color: #515151;
  font-size: 12px;
}
.newsArticle .panel-body .newsLead .newsMoreButton {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-joinus {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-joinus .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.section-joinus .container-fluid .joinus-center {
  margin-right: -160px;
}
.section-joinus .container-fluid .joinus-center h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 70px;
}
.section-joinus .container-fluid .joinus-center p {
  font-size: 24px;
  margin-bottom: 30px;
}
.section-joinus .container-fluid .joinus-right div {
  position: relative;
}
.section-joinus .container-fluid .joinus-right div img {
  position: absolute;
  z-index: 10;
}
.section-joinus .subscriptionholder {
  background-color: #f6f8f7;
  margin-top: -190px;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
}
.section-joinus .subscriptionholder .subscription {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
}
.section-joinus .subscriptionholder .subscription p {
  text-transform: uppercase;
  font-size: 38px;
  color: #647074;
  margin-bottom: 10px;
}
.section-joinus .subscriptionholder .subscription p span {
  font-size: 44px;
  font-weight: bold;
  color: #aacf37;
}
.section-joinus .subscriptionholder .subscription div {
  margin: 10px 0;
  font-size: 1.2em;
  padding-right: 100px;
}
.thumbnail {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.serviceMainImage {
  position: relative;
}
.serviceMainImage .caption {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.serviceMainImage .caption .serviceIconContent {
  position: absolute;
  right: -95px;
  bottom: -95px;
  background: #fff;
  /*border: 20px solid rgba(169, 207, 56, 0.7);*/
  box-shadow: 0 0 0 20px rgba(169, 207, 56, 0.7);
  border-radius: 50%;
  width: 190px;
  height: 190px;
  text-align: center;
  padding: 25px 5px;
  display: grid;
}
.serviceMainImage .caption .serviceIconContent .ServiceIconTitle {
  text-transform: uppercase;
  color: #515151;
  font-weight: bold;
  font-size: 0.95em;
  padding: 0 5px;
}
.serviceMainImage .caption .serviceIconContentBlue {
  /*border: 20px solid rgba(7, 152, 213, 0.7);*/
  box-shadow: 0 0 0 20px rgba(7, 152, 213, 0.7);
  display: grid;
}
.serviceiconstop {
  margin-top: -330px;
  overflow: hidden;
}
.orarendtop {
  margin-top: -290px;
}
.serviceIconsHolder {
  background: #f4f4f4;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  padding-left: 25px;
  padding-right: 25px;
  min-height: 280px;
  margin-bottom: 60px;
}
.serviceIconsHolder .serviceIcons {
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  padding-top: 30px;
  padding-bottom: 30px;
}
.serviceIconsHolder .serviceIcons .name {
  text-transform: uppercase;
  color: #aacf37;
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: 0.875em;
}
.serviceIconsHolder .serviceIcons .description {
  padding-bottom: 4.125em;
}
.serviceIconsHolder .serviceIcons .clubicons {
  height: 85px;
}
.serviceIconsHolder .serviceIcons .clubicons div {
  display: inline-block;
  padding: 0 5px;
}
.serviceIconsHolder .serviceIcons .clubicons .clubicon {
  font-size: 20px;
  line-height: 30px;
  border: 4px solid #a9cf38;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.shareButton2 {
  margin-top: 90px;
}
.signintop,
.nopopup {
  margin-top: -290px;
}
.timetablePage {
  margin-top: 290px;
}
.signInPopupHolder {
  background: #f4f4f4;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -80px;
  margin-bottom: 30px;
}
.signInPopupHolder .signInPopup {
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  padding-top: 30px;
  padding-bottom: 30px;
}
.signInPopupHolder .signInPopup .close {
  color: #aacf37;
  opacity: 1;
  font-size: 30px;
  margin-bottom: -30px;
}
.signInPopupHolder .signInPopup .boxTitle {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #aacf37;
}
#videoImageInHeader {
  cursor: pointer;
}
#hiddenVideo {
  display: none;
}
#hedaerVideoPlayIcon {
  color: #fff;
  position: absolute;
  top: 740px;
  left: 50%;
  width: 80px;
  z-index: 99999;
}
footer {
  background-color: #484848;
  background-image: url(/img/footerbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}
footer .clubs .clubName {
  text-transform: uppercase;
}
footer .infos {
  list-style: none;
  padding-left: 150px;
}
footer .infos li {
  padding: 4px 0;
}
footer .infos li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
footer .infos li a:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
/* DEFAULT */
body.default {
  width: 100%;
  height: 100%;
}
body.default .navbar-nav.navbar-social {
  height: 50px;
}
body.default .navbar {
  height: 154px;
  margin-bottom: 0px;
}
body.default .navbar-default {
  background: #0799d6;
  background-position: right center;
  background-repeat: no-repeat;
  border: 0;
  box-shadow: none;
}
body.default .navbar-default .navbar-text {
  color: #fff;
}
body.default .navbar-default .navbar-toggle,
body.default .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: #fff;
}
body.default .navbar-default .navbar-toggle .icon-bar,
body.default .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
body.default .navbar-default .navbar-collapse.in {
  background: #0799d6;
  height: auto;
}
body.default .navbar-intro {
  background: transparent;
  z-index: 12000;
}
body.default .navbar-brand {
  padding: 0px;
  height: 122px;
  /*background: #0799d6;*/
}
body.default .navbar-brand:hover {
  padding: 0px;
  height: 122px;
  /*background: #0799d6;*/
}
body.default .navbar-brand:hover img {
  margin-left: 122px;
  margin-right: -45px;
}
body.default .navbar-brand img {
  margin-left: 122px;
  margin-right: -45px;
}
body.default .navbar-nav {
  height: 122px;
}
body.default .navbar-nav li a {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
body.default .navbar-nav li a:hover {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
body.default .navbar-nav li.active a {
  color: #aacf37;
  background: transparent;
  box-shadow: none;
}
body.default .navbar-nav li.active a:hover {
  color: #aacf37;
  background: transparent;
  box-shadow: none;
}
body.default .navbar-trapezoid li a {
  font-size: 19px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 8px;
  padding-right: 9px;
}
body.default .navbar-trapezoid li:last-child a {
  padding-right: 50px;
}
body.default .navbar-nontrapezioid li a {
  font-size: 19px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 8px;
  padding-right: 9px;
}
body.default .navbar-nontrapezioid li:last-child a {
  padding-right: 50px;
}
body.default .breadcrumb-intro {
  width: 100%;
  position: absolute;
  right: 0px;
  top: 122px;
  height: 32px;
  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
  background-color: #aacf37;
  z-index: 11111;
}
body.default .breadcrumb-intro ol {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}
body.default .breadcrumb {
  border-radius: 0px;
  padding: 6px 15px 6px 370px;
  position: absolute;
  top: 0px;
  z-index: 90000;
}
body.default .breadcrumb > li + li:before {
  color: #fff;
  content: "/\00a0/\00a0";
  letter-spacing: -2px;
}
body.default .breadcrumb li {
  color: #fff;
  text-transform: uppercase;
}
body.default .breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
}
body.default .breadcrumb.breadcrumbmasik {
  top: 122px;
  background-color: rgba(0, 0, 0, 0);
}
body.default .clubs div a .clubicon {
  line-height: 64px;
  font-size: 42px;
  width: 90px;
  height: 90px;
}
body.default footer {
  margin-top: 40px;
}
body.default footer .login {
  color: #fff;
}
body.default footer .infos {
  padding-left: 10px;
}
/* HOME */
body.home {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  padding-top: 165px;
}
body.home .navbar {
  height: 130px;
  margin-bottom: 35px;
}
body.home .navbar-default {
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.home .navbar-brand {
  padding: 0px;
  height: 130px;
  background: #0799d6;
}
body.home .navbar-brand:hover {
  padding: 0px;
  height: 130px;
  background: #0799d6;
}
body.home .navbar-brand:hover img {
  margin-left: 122px;
  margin-right: -188px;
}
body.home .navbar-brand img {
  margin-left: 122px;
  margin-right: -188px;
}
body.home .navbar-btn {
  margin-top: 32px;
  margin-right: 30px;
}
body.home .btn-transparent {
  text-shadow: none;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-width: 2px;
  background-color: transparent;
}
body.home section.homecontent {
  background-color: rgba(7, 152, 213, 0.35);
  margin-top: 120px;
}
body.home section.homecontent .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 50px;
}
body.home section.homecontent .clubs div a .title {
  font-weight: normal;
  font-size: 24px;
  margin-top: 34px;
  margin-bottom: 100px;
}
body.home section.homecontent .services div {
  margin-right: -70px;
  margin-bottom: 20px;
}
body.home section.homecontent .services div .btn span {
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  font-style: italic;
}
body.home section.homecontent .services div .btn span i {
  display: inline-block;
  color: #0799d6;
  background: #fff;
  font-size: 12px;
  line-height: 22px;
  border: 2px solid #a9cf38;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
body.home section.homecontent.gym .services div .btn span {
  color: #fff;
  font-size: 37px;
  line-height: 80px;
  font-weight: bold;
  font-style: italic;
}
body.home footer {
  margin-top: 120px;
  /*  height: 180px;  */
}
/* COLS */
.col-xs-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}
.col-sm-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.gyikcontent {
  display: none;
  margin-bottom: 10px;
}
.carousel-3d-slide {
  background-color: transparent;
}
.clubnewsimageholder .newsimageinactive {
  margin-top: 0;
  margin-bottom: 0;
}
.clubnewsimageholder .newsimageactive {
  margin: 0;
}
.classes a:focus {
  outline: none;
  outline-offset: unset;
  text-decoration: none;
}
#myModal .modal-dialog {
  width: 98%;
}
.modal-tall .modal-dialog {
  height: 90%;
}
.modal-tall .modal-content {
  height: 100%;
}
.rightColum {
  display: table;
}
.rightColum .services {
  vertical-align: middle;
  display: table-cell;
}
.row-striped:nth-of-type(odd) {
  background-color: #ebebeb;
}
.row-striped:nth-of-type(even) {
  background-color: #ffffff;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.details {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.details i {
  top: 6px;
  position: relative;
  margin-left: 5px;
  color: #0799d6;
}
.contentBottom {
  text-align: justify;
}
.priceCategoryDescription {
  position: relative;
  top: -15px;
}
.priceCategoryDescription .content {
  background-color: #f5f5f5;
  padding: 5px 10px;
  text-align: justify;
}
.pricePrice {
  font-weight: bold;
}
.btn-margins {
  margin: 20px 0 30px 0;
}
.error {
  border: 1px solid red;
}
.playIcon {
  color: #fff;
  position: absolute;
  margin: -55px auto 0 auto;
  width: 100%;
  top: 50%;
}
.playIcon .alt_title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 2px 2px black;
  margin-top: 10px;
}
.playIcon .fa-play {
  font-size: 1.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 26px;
  width: 80px;
  text-align: end;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.serviceCategoryDescription {
  margin-top: -20px;
}
.serviceCategoryDescriptionSnack {
  margin-top: -25px;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 767px) {
  body.home {
    padding-top: 82px;
    padding-bottom: 0px;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body.home .navbar {
    height: 65px;
  }
  body.home .navbar-brand,
  body.home .navbar-brand:hover {
    height: 65px;
  }
  body.home .navbar-brand img,
  body.home .navbar-brand:hover img {
    margin-left: 0px;
    margin-right: -94px;
    max-height: 88px;
  }
  body.home .navbar-btn {
    margin-top: -44px;
    margin-right: 0px;
  }
  body.home section.homecontent {
    margin-top: 60px;
  }
  body.home section.homecontent .title {
    font-size: 24px;
  }
  .btn-mobil {
    color: #fff;
    background-color: #aacf37;
    border-color: #aacf37;
  }
  body.home section.homecontent .clubs .clubicon {
    width: 52px;
    height: 52px;
    border: 5px solid #a9cf38;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  body.home section.homecontent .clubs div a .title {
    font-size: 14px;
    margin-bottom: 50px;
  }
  body.home section.homecontent .services div {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }
  body.home section.homecontent .services div .btn span {
    font-size: 14px;
    line-height: 30px;
  }
  body.home section.homecontent.gym .services div .btn span {
    font-size: 18px;
    line-height: 50px;
  }
  body.home footer {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    height: auto;
  }
  body.home footer .club-column {
    padding-bottom: 20px;
	  margin-left: 30px;
	  margin-right: 20px;
  }
	.club-column {
		padding-bottom: 20px;
		margin-left: 30px;
		margin-right: 20px;
	}
  body.home footer .infos {
    padding-left: 70px;
  }
  body.default .breadcrumb-intro {
    top: 82px;
  }
  body.default .breadcrumb {
    top: 0px;
    padding: 6px 15px 6px 240px;
  }
  body.default .breadcrumb.breadcrumbmasik {
    top: 82px;
  }
  body.default .navbar {
    height: auto;
    min-height: 114px;
  }
  body.default .navbar-nav {
    height: 82px;
  }
  body.default .navbar-brand,
  body.default .navbar-brand:hover {
    height: 82px;
  }
  body.default .navbar-brand img,
  body.default .navbar-brand:hover img {
    margin-left: 0px;
    max-height: 100px;
    margin-right: -94px;
  }
  body.default .navbar-trapezoid li a,
  body.default .navbar-nontrapezioid li a {
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  body.default .navbar-nav.navbar-social {
    height: 30px;
  }
  body.default .navbar-nav.navbar-social li a {
    padding: 10px 4px;
  }
  body.default .navbar-nav.navbar-social li a .fa-2x {
    font-size: 1.5em;
  }
  body.default .navbar-nav.navbar-social li .navbar-btn {
    padding: 1px 6px;
    font-size: 10px;
    margin-top: 10px;
    margin-left: 4px;
  }
  body.default .navbar-collapse.in .navbar-nav {
    height: auto;
  }
  body.default .navbar-collapse.in .navbar-trapezoid {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  body.default .navbar-collapse.in .navbar-trapezoid li {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  body.default .navbar-collapse.in .navbar-trapezoid li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.default .navbar-collapse.in .navbar-nontrapezioid li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.default .clubs div a .clubicon {
    line-height: 40px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 5px solid #a9cf38;
  }
  .headerRight {
    padding-left: 50px;
  }
  .navbar-text {
    margin-right: 0px;
    max-width: 140px;
    font-size: 10px;
  }
  .introTop,
  h1.intro-title {
    font-size: 16px;
  }
  .introBottom,
  h2.intro-small {
    font-size: 14px;
  }
  .section-intro .intro-left .intro-left-holder {
    padding-left: 0px;
    max-height: 186px;
    max-width: 150px;
  }
  .section-intro .intro-left .intro-left-holder .intro-title {
    margin-bottom: 20px;
  }
  .section-intro .intro-left .intro-left-holder .buttons {
    margin-top: 10px;
    margin-right: -200px;
    height: 1px;
  }
  .section-intro .intro-left .intro-left-holder .buttons .btn-success {
    font-size: 10px;
  }
  .nav-pills-trapezoid li a {
    border-left: 3px solid #aacf37;
    width: 90%;
    margin: 0 auto;
  }
  .clubnews {
    background-image: none;
    background-color: #ededed;
  }
  h1.page-title {
    font-size: 34px;
  }
  h3 {
    font-size: 20px;
  }
  .section-joinus .container-fluid .joinus-center {
    margin-right: 0;
  }
  .section-joinus .container-fluid .joinus-center h3 {
    margin-top: 50px;
    font-size: 20px;
  }
  .section-joinus .subscriptionholder {
    margin-top: 50px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .section-joinus .subscriptionholder .subscription {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-joinus .subscriptionholder .subscription p {
    font-size: 30px;
  }
  .section-joinus .subscriptionholder .subscription p span {
    font-size: 34px;
  }
  .section-joinus .subscriptionholder .subscription div {
    padding-right: 0px;
  }
  .serviceiconstop {
    margin-top: 50px;
  }
  .orarendtop {
    margin-top: 360px;
  }
  .serviceIconsHolder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-bottom: 0px;
  }
  .serviceIconsHolder .serviceIcons {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .shareButton {
    margin-bottom: 30px;
  }
  .shareButton2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .signintop,
  .nopopup {
    margin-top: -120px;
  }
  .timetablePage {
    margin-top: 120px;
  }
  .signInPopupHolder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-top: 50px;
  }
  .signInPopupHolder .signInPopup {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 10px;
  }
  .signInPopupHolder .signInPopup .close {
    margin-bottom: 0;
  }
  #hedaerVideoPlayIcon {
    top: 500px;
  }
  .newsArticle {
    height: auto;
  }
  .newsArticle .panel-body .newsLead {
    width: 100%;
  }
  .timeItemHolder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .timeItemHolder .timeItem {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .timeItemHolder .timeItem .coachName,
  .timeItemHolder .timeItem .sport {
    text-align: center;
  }
  .serviceMainImage .caption .serviceIconContent {
    right: -60px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 14px rgba(169, 207, 56, 0.7);
    padding: 10px 5px;
  }
  .serviceMainImage .caption .serviceIconContent .ServiceIconTitle {
    text-transform: uppercase;
    color: #515151;
    font-weight: bold;
    font-size: 0.75em;
    padding: 0 5px;
  }
  .serviceMainImage .caption .serviceIconContentBlue {
    box-shadow: 0 0 0 10px rgba(7, 152, 213, 0.7);
  }
  #trainingType option {
    font-size: 0.9em;
  }
  .playIcon {
    margin: -30px auto 0 auto;
  }
  .playIcon .fa-play {
    font-size: 1em;
    padding: 10px;
    width: 38px;
  }
  .playIcon .alt_title {
    margin-top: 2px;
  }
  .newsDescription {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home section.homecontent {
    margin-top: 60px;
  }
  body.home section.homecontent .title {
    font-size: 24px;
  }
  body.home section.homecontent .clubs .clubicon {
    width: 52px;
    height: 52px;
    border: 5px solid #a9cf38;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  body.home section.homecontent .clubs div a .title {
    font-size: 14px;
    margin-bottom: 50px;
  }
  body.home section.homecontent .services div .btn span {
    font-size: 14px;
    line-height: 30px;
  }
  body.home footer .infos {
    padding-left: 15px;
  }
  body.default .breadcrumb-intro {
    top: 82px;
  }
  body.default .breadcrumb {
    top: 0px;
    padding: 6px 15px 6px 180px;
  }
  body.default .breadcrumb li {
    font-size: 11px;
  }
  body.default .breadcrumb li a {
    font-size: 11px;
  }
  body.default .breadcrumb.breadcrumbmasik {
    top: 82px;
  }
  body.default .navbar {
    height: 114px;
  }
  body.default .navbar-nav {
    height: 82px;
  }
  body.default .navbar-brand,
  body.default .navbar-brand:hover {
    height: 82px;
  }
  body.default .navbar-brand img,
  body.default .navbar-brand:hover img {
    margin-left: 0px;
    max-height: 100px;
  }
  body.default .navbar-trapezoid li a,
  body.default .navbar-nontrapezioid li a {
    font-size: 12px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 4px;
    padding-right: 4px;
  }
  body.default .navbar-nav.navbar-social {
    height: 30px;
  }
  body.default .navbar-nav.navbar-social li a {
    padding: 10px 4px;
  }
  body.default .navbar-nav.navbar-social li a .fa-2x {
    font-size: 1.5em;
  }
  body.default .navbar-nav.navbar-social li .navbar-btn {
    padding: 1px 6px;
    font-size: 10px;
    margin-top: 10px;
    margin-left: 4px;
  }
  .headerRight {
    padding-left: 0px;
  }
  .navbar-text {
    margin-right: 0px;
    max-width: 140px;
    font-size: 10px;
  }
  .introTop,
  h1.intro-title {
    font-size: 26px;
  }
  .introBottom,
  h2.intro-small {
    font-size: 16px;
  }
  .intro-left .btn-success {
    font-size: 10px;
  }
  .nav-pills-trapezoid li a {
    border-left: 3px solid #aacf37;
    width: 90%;
    margin: 0 auto;
  }
  .clubnews {
    background-image: none;
    background-color: #ededed;
  }
  .section-joinus .container-fluid .joinus-center {
    margin-right: 0;
  }
  .section-joinus .container-fluid .joinus-center h3 {
    margin-top: 50px;
    font-size: 40px;
  }
  .section-joinus .subscriptionholder {
    margin-top: 50px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .section-joinus .subscriptionholder .subscription {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-joinus .subscriptionholder .subscription p {
    font-size: 30px;
  }
  .section-joinus .subscriptionholder .subscription p span {
    font-size: 34px;
  }
  .section-joinus .subscriptionholder .subscription div {
    padding-right: 0px;
  }
  #hedaerVideoPlayIcon {
    top: 650px;
  }
  .shareButton2 {
    margin-bottom: 30px;
  }
  .serviceIconsHolder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .serviceIconsHolder .serviceIcons {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .serviceIconsHolder .serviceIcons .clubicons div {
    display: inline-block;
  }
  .serviceIconsHolder .serviceIcons .clubicons .clubicon {
    font-size: 16px;
    line-height: 32px;
    border: 2px solid #a9cf38;
    width: 34px;
    height: 34px;
  }
  .signintop,
  .nopopup {
    margin-top: -270px;
  }
  .timetablePage {
    margin-top: 270px;
  }
  .signInPopupHolder {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-top: 40px;
  }
  .signInPopupHolder .signInPopup {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 10px;
  }
  .signInPopupHolder .signInPopup .close {
    margin-bottom: 0;
  }
  .thumbnail.thumbnail-machine .club .clubicon {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 22px;
  }
  .thumbnail.thumbnail-machine .club.inactive .clubicon {
    border: 4px solid #999;
  }
  .thumbnail.thumbnail-machine .club.active .clubicon {
    border: 4px solid #a9cf38;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home section.homecontent {
    margin-top: 60px;
  }
  body.home section.homecontent .title {
    font-size: 24px;
  }
  body.home section.homecontent .clubs .clubicon {
    width: 62px;
    height: 62px;
    border: 5px solid #a9cf38;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
  }
  body.home section.homecontent .clubs div a .title {
    font-size: 18px;
    margin-bottom: 50px;
  }
  body.home section.homecontent .services div .btn span {
    font-size: 14px;
    line-height: 30px;
  }
  body.home section.homecontent.gym .services div .btn span {
    font-size: 26px;
    line-height: 80px;
  }
  body.home footer .infos {
    padding-left: 15px;
  }
  body.default .breadcrumb-intro {
    top: 82px;
  }
  body.default .breadcrumb {
    top: 0px;
    padding: 6px 15px 6px 180px;
  }
  body.default .breadcrumb li {
    /*font-size: 10px;*/
  }
  body.default .breadcrumb li a {
    /*font-size: 10px;*/
  }
  body.default .breadcrumb.breadcrumbmasik {
    top: 82px;
  }
  body.default .navbar {
    height: 114px;
  }
  body.default .navbar-nav {
    height: 82px;
  }
  body.default .navbar-brand,
  body.default .navbar-brand:hover {
    height: 82px;
  }
  body.default .navbar-brand img,
  body.default .navbar-brand:hover img {
    margin-left: 0px;
    max-height: 100px;
  }
  body.default .navbar-trapezoid li a,
  body.default .navbar-nontrapezioid li a {
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 4px;
    padding-right: 4px;
  }
  body.default .navbar-nav.navbar-social {
    height: 30px;
  }
  body.default .navbar-nav.navbar-social li a {
    padding: 10px 4px;
  }
  body.default .navbar-nav.navbar-social li a .fa-2x {
    font-size: 1.5em;
  }
  body.default .navbar-nav.navbar-social li .navbar-btn {
    padding: 1px 6px;
    font-size: 10px;
    margin-top: 10px;
    margin-left: 4px;
  }
  .headerRight {
    padding-left: 50px;
  }
  .navbar-text {
    margin-right: 0px;
    max-width: 140px;
    font-size: 10px;
  }
  .introTop,
  h1.intro-title {
    font-size: 26px;
  }
  .introBottom,
  h2.intro-small {
    font-size: 16px;
  }
  .intro-left .btn-success {
    font-size: 10px;
  }
  .clubnews {
    background-image: none;
    background-color: #ededed;
  }
  .section-joinus .container-fluid .joinus-center h3 {
    margin-top: 50px;
    font-size: 50px;
  }
  .section-joinus .subscriptionholder .subscription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-joinus .subscriptionholder .subscription p {
    font-size: 30px;
  }
  .section-joinus .subscriptionholder .subscription p span {
    font-size: 34px;
  }
  .section-joinus .subscriptionholder .subscription div {
    padding-right: 50px;
  }
  #hedaerVideoPlayIcon {
    top: 600px;
  }
  .nav-pills-trapezoid li a {
    padding: 10px 50px;
  }
  .serviceMainImage .caption .serviceIconContent {
    right: -70px;
    bottom: -60px;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 0 14px rgba(169, 207, 56, 0.7);
  }
  .serviceMainImage .caption .serviceIconContentBlue {
    box-shadow: 0 0 0 14px rgba(7, 152, 213, 0.7);
  }
  .thumbnail.thumbnail-machine .club .clubicon {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 26px;
  }
  .thumbnail.thumbnail-machine .club.inactive .clubicon {
    border: 4px solid #999;
  }
  .thumbnail.thumbnail-machine .club.active .clubicon {
    border: 4px solid #a9cf38;
  }
  .table-timetable tbody tr td .timetableHour {
    font-size: 13px;
  }
  .table-timetable tbody tr td .timetableCoach {
    font-size: 11px;
  }
  .table-timetable tbody tr td .timetableSport a.healcode {
    font-size: 0.65em;
  }
  .serviceIconsHolder .serviceIcons .row {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .serviceIconsHolder .serviceIcons .row .name {
    font-size: 0.925em;
  }
  .serviceIconsHolder .serviceIcons .row .description {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  body.home section.homecontent {
    margin-top: 50px;
  }
  body.home section.homecontent .title {
    font-size: 24px;
  }
  body.home section.homecontent .clubs .clubicon {
    width: 80px;
    height: 80px;
    border: 8px solid #a9cf38;
    font-size: 38px;
    font-weight: bold;
    line-height: 60px;
  }
  body.home section.homecontent .clubs div a .title {
    font-size: 20px;
    margin-bottom: 50px;
  }
  body.home section.homecontent .services div .btn span {
    font-size: 20px;
  }
  body.default .breadcrumb-intro {
    top: 82px;
  }
  body.default .breadcrumb {
    top: 0px;
    padding: 6px 15px 6px 220px;
  }
  body.default .breadcrumb li {
    /*font-size: 8px;*/
  }
  body.default .breadcrumb li a {
    /*font-size: 8px;*/
  }
  body.default .breadcrumb.breadcrumbmasik {
    top: 82px;
  }
  body.default .navbar {
    height: 114px;
  }
  body.default .navbar-nav {
    height: 82px;
  }
  body.default .navbar-brand,
  body.default .navbar-brand:hover {
    height: 82px;
  }
  body.default .navbar-brand img,
  body.default .navbar-brand:hover img {
    margin-left: 0px;
    max-height: 130px;
  }
  body.default .navbar-trapezoid li a,
  body.default .navbar-nontrapezioid li a {
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  body.default .navbar-nav.navbar-social {
    height: 30px;
  }
  body.default .navbar-nav.navbar-social li a {
    padding: 10px 8px;
  }
  body.default .navbar-nav.navbar-social li a .fa-2x {
    font-size: 1.5em;
  }
  body.default .navbar-nav.navbar-social li .navbar-btn {
    padding: 1px 6px;
    font-size: 10px;
    margin-top: 10px;
  }
  .serviceIconsHolder {
    min-width: 800px;
  }
  .serviceIconsHolder .serviceIcons {
    padding-left: 20px;
  }
  .serviceIconsHolder .serviceIcons .name {
    padding-left: 50px;
    padding-right: 50px;
  }
  .headerRight {
    padding-left: 70px;
    max-width: 310px;
  }
  .navbar-text {
    margin-right: 0px;
    font-size: 10px;
  }
  h1.intro-title {
    font-size: 45px;
  }
  .thumbnail.thumbnail-machine .club .clubicon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .thumbnail.thumbnail-machine .club.inactive .clubicon {
    border: 4px solid #999;
  }
  .thumbnail.thumbnail-machine .club.active .clubicon {
    border: 4px solid #a9cf38;
  }
  .thumbnail.thumbnail-coach .caption .club {
    margin-bottom: 5px;
    padding-left: 5px;
  }
  .thumbnail.thumbnail-coach .caption .club .clubicon {
    font-size: 14px;
    line-height: 24px;
    border: 3px solid #a9cf38;
    width: 30px;
    height: 30px;
  }
  .thumbnail.thumbnail-coach .caption .coachName {
    font-size: 1em;
  }
  .timeItemHolder .timeItem .hour {
    font-size: 14px;
  }
  .timeItemHolder .timeItem .clubicon {
    line-height: 28px;
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .table-timetable .timetableCoach {
    font-size: 12px;
  }
  .table-timetable .timetableSport a.healcode {
    font-size: 0.75em;
  }
  .clubnews .newsTitle {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.675em;
  }
  .clubnews .btn-more {
    font-size: 0.74em;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  body.default .navbar-brand img,
  body.default .navbar-brand:hover img {
    margin-left: 60px;
  }
  body.default .navbar-trapezoid li a,
  body.default .navbar-nontrapezioid li a {
    font-size: 1.106em;
  }
  body.default .navbar-trapezoid {
    min-width: 770px;
  }
  body.default .navbar-social li a {
    padding: 10px 8px;
  }
  body.default .navbar-social li .navbar-btn {
    padding: 1px 6px;
    font-size: 10px;
  }
  body.default .breadcrumb li {
    font-size: 12px;
  }
  body.default .breadcrumb li a {
    font-size: 12px;
  }
  .headerRight {
    padding-left: 60px;
  }
  .navbar-text {
    margin-right: 0px;
    font-size: 12px;
  }
  .signintop,
  .nopopup {
    margin-top: -240px;
  }
  .timetablePage {
    margin-top: 240px;
  }
  h1.page-title {
    margin-left: 30px;
  }
  .serviceCategoryDescription {
    margin-top: 60px;
  }
}
@media (min-width: 1800px) {
  .signintop,
  .nopopup {
    margin-top: -240px;
  }
  .timetablePage {
    margin-top: 240px;
  }
  .navbar-trapezoid {
    min-width: 790px;
  }
  .serviceCategoryDescription {
    margin-top: 60px;
  }
}

footer .row.clubs > div {
    min-height: 100px;
}
