/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #4b5053;
	background-color:#fff;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#b1275b;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot80 {margin-bottom:80px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#b1275b !important;}




/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 12px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 500;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background-color:#2d3134;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; background-color: #b1275b;}

.btn-active {background-color:#b1275b; color:#fff;}
.btn-active:hover {background-color:#2d3134; color:#fff;}

.btn-white {background-color:#fff; color:#b1275b;}
.btn-white:hover {background-color:#b1275b; color:#fff;}

.btn-lg {padding: 12px 40px; font-size:16px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Bitter', serif;
	text-transform:uppercase ;
	font-weight:400;
	line-height:1.2;
	color:#505050;
}

h1 {margin:0 0 24px; font-size:26px;}
h2 {margin:0 0 36px; font-size:23px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}









/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	padding:30px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.menu_fixed {
	padding:10px 0;
	background-color:#2d3134;
}

header .social {
	float:right;
	padding:15px 0 0 50px;
}
header .social a {color:#fff;}
header .social a:hover {color:#b1275b;}

.logo a {
	display:block;
	width:312px;
	margin:0 auto;
}



/* Menu */
.main_menu {
	overflow:hidden;
	padding:20px 0 0;
	text-align:center;
}
.main_menu li {
	display:inline-block;
	margin:0 16px;
}
.main_menu li a {
	display:block;
	padding:10px 20px 11px;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#2d3134;
	background-color:#fff;
}







/*-----------------------------------------------------------------------------------*/
/*	Home
/*-----------------------------------------------------------------------------------*/


/* Video BG */
#home {
	position:relative;
	height:492px;
	background-image:url(../images/video_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}


.video_bg_content {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video_bg_content .left_text {
	display:inline-block;
	padding:0 75px 0 0;
	line-height:24px;
	font-size:22px;
	color:#feffff;
}
.video_bg_content .right_text {
	display:inline-block;
	padding:0 0 0 75px;
	line-height:24px;
	font-size:16px;
	color:#feffff;
}

.mb_YTVPBar {
	padding:0;
	height:100%;
}
.mb_YTVPBar .buttonBar {
	padding:0;
	bottom:0;
	top:0;
}
.mb_YTVPProgress {display:none !important;}
.mb_YTVPMuteUnmute {display:none !important;}
.mb_YTVPPlaypause {
	overflow:hidden;
	position:absolute !Important;
	top:50%;
	left:50%;
	width:62px !important;
	height:62px !important;
	margin:-31px 0 0 -31px;
	line-height:62px !Important;
	text-align:center;
	font-size:32px !important;
	text-indent:4px;
	border-radius:50%;
	border:2px solid #fff;
	background-color:rgba(255,255,255,0.15);
}






/*-----------------------------------------------------------------------------------*/
/*	Section About
/*-----------------------------------------------------------------------------------*/
.collection_wrap h2 {
	text-transform:none;
	color:#b1275b;
}

.collection_video {
	height:290px;
}


/* Services */
#services .service_item i {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 22px;
	line-height:80px;
	font-size:60px;
	color:#2d3134;
}
#services .service_item h4 {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover h4 {
	color:#b1275b;
}
#services .service_item span {
	display:block;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover span {
	opacity:1;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}






/*-----------------------------------------------------------------------------------*/
/*	Section Trainers
/*-----------------------------------------------------------------------------------*/
#booking {
	margin-bottom:60px;
	padding:52px 0 59px;
	text-align:center;
	background-image:url(../images/booking_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#booking h3 {
	width:600px;
	margin:0 auto 32px;
	text-transform:none;
	font-weight:400;
	line-height:27px;
	font-size:21px;
	color:#fff;
}

#booking input[type="text"],
#booking input[type="password"] {
	display:inline-block;
	width:224px;
	height:53px;
	margin:0 4px 10px;
	padding:16px 20px;
	line-height:20px;
	font-size:12px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.39);
	border-radius:0;
	box-shadow:0;
	background:rgba(255,255,255,0.15);
}
#booking input[type="submit"] {
	display:inline-block;
	width:224px;
	height:53px;
	margin:0 4px 10px;
	padding:16px 20px;
	line-height:20px;
	font-size:15px;
	color:#fff;
	border:0;
	border-radius:0;
	box-shadow:0;
	background:#b1275b;
}









/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials .testim_content {
	position:relative;
	margin-bottom:36px;
	padding:23px 30px 21px;
	background-color:#f4f4f4;
}
#testimonials .testim_content:before {
	content:'';
	position:absolute;
	left:45px;
	bottom:-13px;
	width:15px;
	height:6px;
	border: 7px solid transparent;
    border-top: 6px solid #f4f4f4;
}
#testimonials .testim_author_inf {
	padding-left:30px;
	color:#b1275b;
}
#testimonials .testim_author_inf span {
	display:block;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	color:#4b5053;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery .gallery_img {
	float:left;
	display:block;
	width:25%;
	background-color:#b1275b;
}
#gallery .gallery_img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#gallery .gallery_img:hover img {
	opacity:0.42;
}






/*-----------------------------------------------------------------------------------*/
/*	Section News
/*-----------------------------------------------------------------------------------*/
.post_item {
	position:relative;
	padding:19px 19px 15px;
	border:1px solid #cecece;
}
.post_date {
	position:absolute;
	z-index:100;
	left:19px;
	top:51px;
	padding:5px 10px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
	opacity:1;
	background-color:#b1275b;
}
.post_img {
	display:block;
	margin:0 0 25px;
	background-color:#000;
}
.post_img img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.post_img:hover img {opacity:0.3;}
.post_title {
	margin:0 0 4px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
.post_exp {padding-bottom:11px;}
.post_meta a {
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	font-size:11px;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/


#contacts h4 {
	margin:0 0 20px;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#b1275b;
}
.ouroffice_wrap ul {padding-bottom:10px;}
.ouroffice_wrap li {padding-bottom:10px;}

.ouroffice_wrap .social a {
	margin:0 10px 10px 0;
	font-size:24px;
	color:#c5ccd1;
}
.ouroffice_wrap .social a:hover {color:#b1275b;}



/* Contact form */
.contact_form input[type="text"],
.contact_form textarea {
	width:348px;
	height:44px;
	margin:0 30px 9px 0;
	padding:12px 30px;
	line-height:20px;
	font-size:13px;
	color:#7e8589;
	text-shadow:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#f4f4f4;
}
.contact_form input[type="text"].marg0 {margin-right:0;}
.contact_form textarea {
	width:100%;
	height:90px;
	margin:0 0 30px;
	resize:none;
}
.contact_form input[type="submit"] {
	float:right;
	width:160px;
	height:44px;
	line-height:20px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#b1275b;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover {
	background:#2d3134;
}







/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:0;
	width:53px;
}
.latest_news_item p {
	margin:-5px 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#80878c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#b1275b;
}



/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#80878c !important;
}



/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#80878c;
}
.social a:hover {
	color:#b1275b;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#b1275b;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Twitter */
.widget_twitter li {
	position:relative;
	margin-bottom:15px;
	padding:0 0 16px 30px;
	border-bottom:1px solid #434343;
}
.widget_twitter li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_text a {color:#fff;}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#b1275b;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#80878c;}
.widget_category li a:hover {color:#fff;}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#404447;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#80878c;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#b1275b;
}


/* Widget Links */
.widget_links li {padding-bottom:9px;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:40px 0 10px;
	color:#80878c;
	background-color:#2d3134;
}

footer h4 {
	margin:0 0 28px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}
footer a {color:#80878c;}
footer a:hover {color:#b1275b;}

#copyright {
	padding:24px 0;
	color:#fff;
	border-top:1px solid #434343;
	background-color:#2d3134;
}
#copyright span {color:#b1275b;}



































