html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #000;
	font-family: 'Teko', sans-serif;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	display: block;
}
p a {
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	line-height: 2.1rem;
	text-decoration: underline;
}
a, a:hover {
	text-decoration: none;
}
input {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
}
section {}
main {
	min-height: 10em;
}
/*animate_duration*/
.duration05s {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}
.duration1s {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
.duration2s {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.duration3s {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}
.duration4s {
	-webkit-animation-duration: 4s;
	animation-duration: 4s
}
.duration5s {
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}
.duration6s {
	-webkit-animation-duration: 6s;
	animation-duration: 6s
}
/*header*/
header {
	background: #000000c9;
	padding: .7em 0;
}
header.active {
	background: #000;
}
header .container {
	position: relative;
}
header .logo {}
header .logo a {}
header .logo a img {
	max-height: 5em;
	transition: all 300ms;
}
header.active .logo a img {
	max-height: 6em;
	transition: all 300ms;
}
header .mainMenu {
	text-align: right;
}
header .mainMenu li {
	display: inline-block;
}
header .mainMenu li a {
	padding: 2em 0.8em 1.5em;
	transition: all 300ms;
}
header.active .mainMenu li a {
	padding: 2em 0.8em 1.5em;
	transition: all 300ms;
}
header .mainMobilMenuBar {
	display: none;
}
header .mainMenu li a span {
	color: #fff;
	transition: all 300ms;
	display: inline-block;
	font-size: .9em;
	padding: .3em .5em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
header .mainMenu li a span:hover {
	color: #fbd600;
	transition: all 300ms;
}
header .mainMenu li a span.active {
	color: #fbd600;
	font-weight: 700;
}
header .mainMenu li a span.customLink {
	color: #000;
	background: #fbd600;
	font-weight: 400;
}
header .mainMenu li a span.customLink:hover {
	color: #000;
	font-weight: normal;
}
header .mainMenu li ul {
	display: none;
	position: absolute;
	background: #00000075;
	width: 13em;
}
header.active .mainMenu li ul {
	background: #000;
}
header .mainMenu li:hover ul {
	display: block;
}
header .mainMenu li ul li {
	display: block;
}
header .mainMenu li ul li a {
	padding: .2em !important;
}
header .mainMenu li ul li a span {}
/*slider*/
.slider {}
.mainSlider {
	width: 100%;
}
.mainSlider .carousel-item {
	background-position: center;
	background-size: cover;
	height: 700px;
}
.mainSlider .sliderContent {
	margin-top: 17em;
}
.mainSlider .sliderContent .topContent {
	font-size: 7em;
	line-height: 1em;
	visibility: inherit;
	-webkit-text-stroke: 1px #fbd600;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-weight: 600;
}
.mainSlider .sliderContent .bottomContent {
	font-size: 6em;
	color: #fff;
	font-weight: 300;
	line-height: 1em;
	margin-top: -.1em;
}
.mainSlider .sliderContent .sliderLink {
	background: #fbd600;
	color: #000;
	padding: .7em 1.3em;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
#myCarousel .carousel-control {
	position: absolute;
	top: 44%;
	z-index: 1;
	color: #fdba32;
	font-size: 4em;
}
.carousel-control.left {
	left: .5em;
}
.carousel-control.right{
	right: .5em
}
/*programs*/
section.programs {
	padding: 5em 0;
}
.programs .programItem {
	position: relative;
	margin-bottom: 2em;
	float: left;
}
.programs .programItem img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 300ms;
	float: left;
}
.programs .programItem:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 300ms;
}
.programs .programItem .image {
	opacity: 1;
	transition: all 300ms;
}
.programs .programItem:hover .image {
	opacity: 0;
	transition: all 300ms;
}
.programs .programItem .imageHover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 300ms;
}
.programs .programItem:hover .imageHover {
	opacity: 1;
	transition: all 300ms;
}
.programs .programItem .programContent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11em;
	overflow: hidden;
	background: #11111164;
	padding: 1em 0.6em;
}
.programs .programItem .programContent h2 {
	color: #febb32;
	margin: 0;
	font-size: 3.2em;
	font-weight: 400;
	height: 1em;
	overflow: hidden;
	margin-bottom: .2em;
}
.programs .programItem .programContent p {
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 300;
}
/*privileges*/
.privileges {
	padding-bottom: 5em;
}
.privileges .leftContent {}
.privileges .leftContent .title {
	font-family: 'Teko', sans-serif;
	font-size: 2.7em;
	color: #000;
	font-weight: 600;
	padding-top: .8em;
	line-height: 1em;
}
.privileges .leftContent .subTitle {
	font-family: 'Teko', sans-serif;
	font-size: 3.2em;
	color: #000;
	font-weight: 700;
	line-height: 1em;
}
.privileges .rightContent {}
.privileges .rightContent p {
	font-family: 'Teko', sans-serif;
	color: #000;
}
.privileges .rightContent a {
	font-family: 'Teko', sans-serif;
	font-size: 3em;
	background: #fcd700;
	color: #000;
	margin-top: .7em;
	display: inline-block;
	line-height: 1em;
	padding: .4em 1em .2em;
}
.privileges .video-section-two-outer {
	margin-top: 2em;
	z-index: 0;
	position: relative;
}
.privileges .video-section-two-outer .video-section-img {
	text-align: center;
	padding: 0 1em;
}
.privileges .video-section-two-outer:after {
	content: '';
	position: absolute;
	left: 15px;
	bottom: 0;
	background-color: #252525;
	max-width: 800px;
	width: 100%;
	top: 140px;
	z-index: -1;
}
.privileges .video-section-two {
	position: relative;
}
.privileges .video-section-two img {}
.privileges .video-section-two a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.privileges .video-section-two a div {
	display: block;
	width: 100%;
}
.privileges .video-section-two a img {
	color: #fff;
}
.privileges .video-section-two a span {
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: 0.4em;
	display: block;
}
.videoPopupGeneral {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000ad;
	transition: all 300ms;
	opacity: 0;
	z-index: -10;
}
.videoPopupGeneral.active {
	transition: all 300ms;
	opacity: 1;
	z-index: 999999;
}
.videoPopupGeneral .videoPopupContent {
	max-width: 700px;
	margin: 20% auto;
	position: relative;
}
.videoPopupGeneral .videoPopupContent #video {
	width: 100%;
	height: 25em;
}
.videoPopupGeneral .videoPopupContent .close {
	position: absolute;
	right: -25px;
	top: -25px;
	z-index: 999;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	font-family: 'Montserrat', sans-serif;
	background: #f4bc51;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	line-height: 1em;
	text-align: center;
	padding: .4em;
	cursor: pointer;
}
/*appBlogs*/
.appBlogs {
	background: url('../../images/appBg2.png') no-repeat;
	background-position: center center;
	padding: 3em 0 2em;
}
.appBlogs .row > .col-12 {
	position: relative;
}
.appBlogs .appPhones {
	margin-left: 4em;
}
.appBlogs .appStoreIcons {
	position: absolute;
	bottom: 1.5em;
	left: 0;
}
.appBlogs .appStoreIcons a {
	display: block;
}
.appBlogs .appStoreIcons a + a {
	margin-top: .4em;
}
.appBlogs .appStoreIcons a img {}
.appBlogs .appContents {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
}
.appBlogs .appContents .logo {
	width: 40%;
	float: left;
}
.appBlogs .appContents .logo img {
	margin-left: 30px;
	margin-bottom: 20px;
}
.appBlogs .appContents .content {
	width: 75%;
	float: left;
	margin-left: 5%;
}
.appBlogs .appContents .content h1 {
	color: #fff;
	margin: 0;
	font-size: 4.9em;
	line-height: 1em;
}
.appBlogs .appContents .content h2 {
	color: #fff;
	margin: 0;
	font-size: 1.55em;
}
.appBlogs .appContents .content h2 strong {
	color: #fff;
}
.appBlogs .appContents .content h3 {
	color: #fff;
	margin: .2em 0 0;
	font-size: 2.5em;
	font-weight: 300;
}
/*partners*/
.partners {
	background: #1e2a2e;
	text-align: center;
	padding: 3em 0;
}
.sectionTitle {
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
}
.partnerSlider {
	overflow: hidden;
}
/*footer*/
footer {
	background: #121517;
	padding: 4em 0;
}
footer .footerMenuTitle {
	color: #fff;
	font-size: 2em;
	margin-bottom: .5em;
}
footer .footerMenu {}
footer .footerMenu li {
	margin-bottom: .5em;
}
footer .footerMenu li a {}
footer .footerMenu li a i {
	color: #fff;
	width: 2em;
	font-size: .9em;
}
footer .footerMenu li a span {
	color: #fff;
}
/*SUBPAGE*/
/*BreadCrumbs*/
.breadCrumb {
	background: #020202;
	padding-top: 10em;
}
.breadCrumb .container-fluid {
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 6em;
	padding-bottom: 3em;
}
.breadCrumb h1 {
	font-size: 6em;
	line-height: 1em;
	visibility: inherit;
	-webkit-text-stroke: 1px #fbd600;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.breadCrumb .breads {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: -.5em;
}
.breadCrumb .breads li {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 1.4em;
}
.breadCrumb .breads li a {
	color: #fff;
}
/*lessonsRows*/
.lessonsRows {
	padding: 4em 0;
}
.lessonsRows .lesson {
	background: #000;
	margin-bottom: 2em;
	float: left;
	display: block;
	width: 100%;
}
.lessonsRows .lesson .image {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.lessonsRows .lesson .image:before {
	position: absolute;
	top: 0;
	left: 0;
	background: #f4bc51;
	opacity: 1;
	transition: all 300ms;
	content: ' ';
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.lessonsRows .lesson:hover .image:before {
	opacity: 0;
	transition: all 300ms;
}
.lessonsRows .lesson .image img {
	float: left;
	display: block;
	width: 100%;
}
.lessonsRows .lesson .content {
	padding: .5em;
	float: left;
	display: block;
	width: 100%;
}
.lessonsRows .lesson .title {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 2.8em;
}
.lessonsRows .lesson .title a {
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 100%;
}
.lessonsRows .lesson .title a span {
	color: #fff;
	font-size: 35%;
	text-transform: uppercase;
}
.lessonsRows .lesson .description {
	float: left;
	display: block;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: .7em;
	overflow: hidden;
	height: 15em;
}
.lessonsRows .club {
	background-color: black !important;
	color: white;
	font-size: 2em;
}
/*trainersRows*/
.trainersRows {
	padding: 4em 0;
}
.trainersRows .lesson {
	background: #000;
	margin-bottom: 2em;
	float: left;
	display: block;
	width: 100%;
}
.trainersRows .lesson .image {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.trainersRows .lesson .image img {
	float: left;
	display: block;
	width: 100%;
}
.trainersRows .lesson .content {
	padding: .5em;
	float: left;
	display: block;
	width: 100%;
}
.trainersRows .lesson .title {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 2.8em;
}
.trainersRows .lesson .title a {
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 100%;
}
.trainersRows .lesson .title a span {
	color: #fff;
	font-size: 35%;
	text-transform: uppercase;
}
.trainersRows .lesson .description {
	float: left;
	display: block;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: .7em;
	overflow: hidden;
	height: 15em;
}
.trainersRows h2 {
	font-size: 3rem;
	margin-bottom: 0.4em;
}
.trainersRows .lesson .title {
	height: auto;
	margin-bottom: 0;
	color: white;
	font-size: 1.8rem;
}
.trainersRows .lesson .content span {
	display: block;
	color:white;
	text-align: center;
	font-size: 1.4rem;
}
/*calendar*/
.calendar {
	padding: 4em 0;
}
.calendar .accordions {}
.calendar .accordions .accordionItem {
	margin-bottom: .3em;
}
.calendar .accordions .accordionItem.active {
	padding-bottom: 1em;
}
.calendar .accordions .accordionItem .head {
	padding: .7em;
	border: 0;
	border-radius: 0;
	background: #fbd600;
	position: relative;
	cursor: pointer;
}
.calendar .accordions .accordionItem .head span {
	text-align: left;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}
.calendar .accordions .accordionItem .head img {
	position: absolute;
	right: 2em;
	top: 1em;
	transform: rotate(-90deg);
	transition: all 300ms;
}
.calendar .accordions .accordionItem.active .head img {
	top: 1.2em;
	transform: rotate(0deg);
	transition: all 300ms;
}
.calendar .accordions .accordionItem .content {
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: all 500ms;
}
.calendar .accordions .accordionItem.active .content {
	visibility: visible;
	height: unset;
	opacity: 1;
	transition: all 500ms;
}
.calendar .accordions .accordionItem .content table {
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.calendar .accordions .accordionItem .content table thead {}
.calendar .accordions .accordionItem .content table thead tr {}
.calendar .accordions .accordionItem .content table thead tr th {
	padding: .7em;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: .95em;
	width: 17%;
}
.calendar .accordions .accordionItem .content table thead tr th:nth-child(2) {
	width: 30%;
}
.calendar .accordions .accordionItem .content table tbody {}
.calendar .accordions .accordionItem .content table tbody tr {}
.calendar .accordions .accordionItem .content table tbody tr td {
	border: 2px solid #fff;
	padding: .7em;
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
}
.calendar .accordions .accordionItem .content table tbody tr td:nth-child(1) {
	background: #fbd600;
	color: #000000;
	border-left: 0;
	font-size: .8em;
}
.calendar .accordions .accordionItem .content table tbody tr td:nth-child(2), .calendar .accordions .accordionItem .content table tbody tr td:nth-child(4) {
	background: #000000;
	color: #fff;
}
.calendar .accordions .accordionItem .content table tbody tr td:nth-child(3), .calendar .accordions .accordionItem .content table tbody tr td:nth-child(5) {
	background: #6d6565;
	color: #fff;
}
.calendar .accordions .accordionItem .content table tbody tr td:nth-child(5) {
	border-right: 0;
}
/*trainings*/
.trainings {}
.trainings .trainingItem {
	background-position: right top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.trainings .trainingItem .row > div {
	height: 22em;
	padding: 1em 1em 0;
}
.trainings .trainingItem:nth-child(2n+1) .row > div {
	background-color: #fdba32;
}
.trainings .trainingItem:nth-child(2n+2) .row > div {
	background-color: #000;
}
.trainings .trainingItem h2 {
	visibility: inherit;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 4em;
	padding-top: .5em;
}
.trainings .trainingItem h3 {
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
}
.trainings .trainingItem p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	line-height: inherit;
	margin-top: .5em;
}
.trainings .trainingItem:nth-child(2n+1) h2 {
	visibility: inherit;
	-webkit-text-stroke: 1px #000;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	padding-top: 0;
}
.trainings .trainingItem:nth-child(2n+1) h3 {
	color: #000;
}
.trainings .trainingItem:nth-child(2n+1) p {
	color: #000;
}
.registerNow {
	background-image: url('../../images/registerNow2.jpg');
	background-size: cover;
}
.registerNow .container {
	padding: 4rem 0;
}
.registerNow h1 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	margin-bottom: 1.2rem;
	color: #000000;
	text-align: center;
}
.registerNow a {
	display: inline-block;
	padding: 0.6rem 3rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	background-color: #000000;
	color: #fff;
	text-align: center;
}
.locationFooterTop {
	margin-bottom: 3rem;
}
.locationFooterTop .container {
	padding: 8em 2em;
	background-image: url('../../images/contact.jpg');
	background-size: cover;
}
.locationFooterTop p {
	color: #fff;
	font-size: 1.4em;
}
.locationFooterTop .clubs p {
	font-size: 2.1rem;
	line-height: 2rem;
}

.locationRows {
}
.locationRows h2 {
	font-size: 2rem;
}
.locationRows p {
	font-size: 1.2rem;
}
.videoGalleryRows {
}
.videoGalleryRows .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoGalleryRows .videoWrapper #video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
.register {
	margin: 2em auto;
}
.register .container {
	padding: 3em 2em;
	background-color: #fcd700;
}
.register h1 {
	text-align: center;
	margin: 0;
	font-size: 3.4em;
	font-weight: 400;
}
.register p {
	font-size: 1.3rem;
	line-height: 1.5rem;
	text-align: center;
}
.register form {
	padding: 0 3em;
}
.register textarea {
	min-height: 140px;
	border-radius: 1em;
	font-size: 0.9rem;
	padding: .6rem .75rem;
}
.register select {
	font-style: italic;
	color: #6c757d;
  background-image:
    linear-gradient(45deg, transparent 50%, black 60%),
    linear-gradient(135deg, black 40%, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.register select,
.register input[type="text"],
.register input[type="email"],
.register input[type="tel"] {
	border-radius: 1em;
	font-size: 0.9rem;
	padding: .6rem .75rem;
}
.register input[type="submit"] {
	float: right;
	background-color: #040404;
	color: #fff;
	width: auto;
	margin-top: 0.6em;
	padding: 0.5rem 3.5rem 0.2rem 3.5rem;
	font-family: 'Teko', sans-serif;
	font-size: 1.6em;
	height: auto;
	border: none;
	border-radius: 0.8em;
}
.input-group-text, label.form-control { background-color: transparent; border: none; }
.input-group-text {padding-top: 0; }
label.form-control { padding-left: 0; color:black; font-size: 1.1em; }

.club {}
.club .container {
	padding: 4rem 0;
}
.club h1 {
	font-size: 5em;
	line-height: 1em;
	visibility: inherit;
	-webkit-text-stroke: 1px #000000;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.club p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	line-height: 2.1rem;
}

/* == LETS MODIFY SOME COLORS AND STYLE FOR THE DEMO == */
/* hide no more entries button */
.media-boxes-no-more-entries {
	display: none;
}
/* make your own style of the filter */
.filters-container {
	margin-bottom: 20px;
}
.custom-filter {
	padding: 0;
	text-align: right;
}
.custom-filter li {
	list-style: none;
	display: inline-block;
	margin-left: 18px;
	font-size: 12px;
}
.custom-filter li a {
	color: #999;
	text-decoration: none;
}
.custom-filter li a:hover {
	color: #333;
}
.custom-filter li a.selected {
	color: #D1474C !important;
}
/* Set the style of the thumbnail overlay items */
.media-box-title {
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
}
.media-box-date {
	color: #F2F2F2;
	font-size: 10px;
}
/* Remove box shadow and border-radius from the media boxes */
.media-box-container {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
/* thumbnail overlay background */
.thumbnail-overlay {
	background-color: rgba(0,0,0, .40);
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
/* hover effect on the thumbnail-overlay */
.thumbnail-overlay:hover {
	background-color: rgba(0,0,0, .20) !important;
}
/* hover effect on the image */
.media-box-image img {
	-webkit-transition: transform 0.6s ease-in-out;
	-moz-transition: transform 0.6s ease-in-out;
	-o-transition: transform 0.6s ease-in-out;
	-ms-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
.media-box-image:hover img {
	-webkit-transform: scale(1.2) translate(-20px);
	-moz-transform: scale(1.2) translate(-20px);
	-o-transform: scale(1.2) translate(-20px);
	-ms-transform: scale(1.2) translate(-20px);
	transform: scale(1.2) translate(-20px);
}
/* Change alignment in grid 2 */
#grid2 .thumbnail-overlay>div.aligment>div.aligment {
	vertical-align: bottom;
	padding-bottom: 40px;
}
.thumbnail-overlay .media-box-title {
	font-size: 16px;
}
.thumbnail-overlay .media-box-date {
	font-style: italic;
	font-size: 12px;
}
@media screen and (max-width: 1199px) {
	.programs .programItem .programContent {
		height: 10em;
	}
	.programs .programItem .programContent p {
		font-size: 1.5em;
	}
	.programs .programItem .programContent h2 {
		font-size: 2em;
		margin-bottom: .2em;
	}
	.privileges .leftContent .subTitle {
		font-size: 3em;
	}
	.privileges .rightContent a {
		font-size: 2.8em;
		padding: .3em 1em .2em;
	}
	.privileges .video-section-two a img {
		max-width: 7em;
	}
	.appBlogs .appContents {
		width: 36%;
	}
	.appBlogs .appContents .content h1 {
		font-size: 3em;
	}
	.appBlogs .appContents .content h2 {
		font-size: 1.2em;
	}
	.appBlogs .appStoreIcons a img {
		margin-left: 0;
	}
	.appBlogs .appPhones {
		max-width: 70%;
	}
	.appBlogs .appStoreIcons {
		width: 9em;
	}
	.trainings .trainingItem {
		background-position: center center;
		background-size: cover;
	}
}
@media screen and (max-width: 991px) {
	.mainSlider .sliderContent .topContent {
		font-size: 5em;
	}
	.mainSlider .sliderContent .bottomContent {
		font-size: 5em;
	}
	.privileges .leftContent {
		text-align: center;
	}
	.privileges .rightContent {
		text-align: center;
	}
	.privileges .leftContent .title {
		font-size: 2.5em;
		padding-top: .4em;
	}
	.privileges .video-section-two-outer:after {
		left: 0;
	}
	.appBlogs .appPhones {
		margin-left: 0;
	}
	.appBlogs .appStoreIcons {
		left: unset;
		right: 0;
		top: 0;
		bottom: unset;
	}
	.appBlogs .appContents {
		width: 43%;
	}
	.breadCrumb h1 {
		font-size: 5em;
	}
	.lessonsRows .lesson .description {
		height: 14.5em;
	}
	.trainings .trainingItem h2 {
		font-size: 3.5em;
	}
	.trainings .trainingItem h3 {
		font-size: .8em;
	}
	.trainings .trainingItem p {
		font-size: .8em;
	}
}
.galleryRows {
}
.galleryRows h2 {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	header .logo {
		text-align: center;
	}
	header .mainMobilMenuBar {
		display: block;
		color: #fff;
		position: absolute;
		right: .5em;
		font-size: 2em;
		top: 1.5em;
	}
	header.active .mainMobilMenuBar {
		top: -2.5em;
	}
	header .mainMenu {
		background: #000000;
		display: none;
		border-radius: 1em;
		padding: 1em 0;
	}
	header .mainMenu.active {
		display: block;
	}
	header .mainMenu li {
		display: block;
	}
	header.active .mainMenu li a {
		padding: .5em;
	}
	header .mainMenu li a {
		padding: .5em;
	}
	.mainSlider .sliderContent {
		margin-top: 13em;
	}
	.appBlogs .appContents .content h1 {
		font-size: 2em;
	}
	.appBlogs .appContents .content h2 {
		font-size: 1em;
	}
	.appBlogs .appContents .content h3 {
		font-size: 1.5em;
	}
	footer .logo {
		margin-bottom: 2em;
	}
	.trainings .trainingItem {
		background-image: unset !important;
		background-color: #fdba32;
	}
	.trainings .trainingItem:nth-child(2n+2) {
		background-color: #000000;
	}
	.trainings .trainingItem .row > div {
		height: unset;
		min-height: 15em;
		padding-bottom: 1em;
	}
	.videoPopupGeneral .videoPopupContent {
		max-width: 90%;
	}
}
@media screen and (max-width: 575px) {
	.appBlogs .appPhones {
		max-width: 100%;
	}
	.appBlogs .appContents .logo {
		width: 100%;
		text-align: center;
		padding-left: 50%;
	}
	.appBlogs .appContents .content {
		width: 100%;
		margin-left: 0;
		text-align: right;
	}
	.breadCrumb h1 {
		font-size: 4em;
	}
	.mainSlider .sliderContent .topContent {
		font-size: 4em;
	}
	.mainSlider .sliderContent .bottomContent {
		font-size: 4em;
	}
}