.fonts {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}

/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
iframe {border:0;
}
input,
textarea {
	outline:none !important;
	resize:none;
	-webkit-appearance: none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}

.color {color:#e74c3c;
}

/** MAIN **/
body {
	color: #262626;
	background: #fff;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:24px;
	margin: 0;
	padding: 0;	
}
html {font-size: 100%;
}
::selection{
	background: #a41515;
	color: #ffffff;
}
::-moz-selection {
	background: #a41515;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #262626;
	text-decoration:none !important;
}
a:hover { color: #a41515;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}
.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99900; /* makes sure it stays on top */
}
#status {
	width:80px;
	height:83px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-40px 0 0 -41px; /* is width and height divided by two */
}

/** HEADER **/
#top {
	background:url(../images/bg-header.png);
	border:none;
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 0 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	background: rgba( 255, 250, 250, 0.9);
	z-index:9999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/* Logo */
#logo {
	padding: 18px 0 0;
	float:left;
	vertical-align:top;
}
.logo_top {
	display:block;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 0 0 0;
    position: relative;
    line-height: 81px;
}
.navmenu ul li a {
	display: inline-block;
	color: #262626;
	font-size: 14px;
	padding: 0 20px;
	font-weight:400;
	text-decoration:none !important;
	outline:none;
	text-transform:uppercase;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
    color: #a41515;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:last-child {margin-right:0;
}
.fixed-menu .navmenu ul li a {
	color:#262626;
}
.fixed-menu .navmenu li a:hover,
.fixed-menu .navmenu li.active a {
    text-decoration: none;
    color: #a41515;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}

.full_slider_caption {
    position:absolute;
	bottom:36.4%;
	left:0;
	right:0;
	text-align:center;
	color: #fff;
    font-size: 18px;
    font-weight: 400;
	line-height: 24px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	
	float:none; 
}
.full_slider_caption .capt-cont:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	width: 100%;
	background: url(../images/bg-header.png);
}
.full_slider_caption .text {
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	padding-bottom: 24px;
}
.full_slider_caption .capt-cont {
	padding: 25px 0 30px 0;
	width: 570px;
	margin: 0;
	background: url(../images/bg-header.png);
	position: relative;	
}
.full_slider_caption.fleft {
	text-align:left;
}
.full_slider_caption.fright {
	text-align:right
}
.full_slider_caption.fcenter {
	text-align:center
}
.full_slider_caption img {
	width:auto !important;
	margin:0 auto;
}
.full_slider_caption.fleft img {
	margin:0 auto 0 0;
}
.full_slider_caption.fright img {
	margin:0 0 0 auto;
}
.slide_title,
.full_slider_caption p {
	margin-bottom:34px;
}
.slide_title {
	font-size:48px;
	line-height:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#a41515;	
	margin-bottom: 10px;
}
.slide_title span {
	color:#262626;
}
.slide_title_alt {
	font-size:24px;
	line-height:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#262626;	
	padding-bottom: 16px;
}

.shortcode_button { 
	display:inline-block;
	margin:0 0 0 0;
	text-decoration:none;
	border:1px solid #545454;
	background-color:none;
	color:#262626;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:20px;
	font-size:14px;
	padding:8px 30px 9px 30px;
	font-weight:600;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
	border-radius: 4px;
}
.shortcode_button:hover {
	background-color:#a41515;
	border:1px solid #a41515;
	color:#fff;
}
.next_section {
	position:absolute;
	left:50%;
	bottom:30px;
	width:24px;
	height:42px;
	margin-left:-12px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../images/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.next_section:hover {
	opacity:0.5;
}

.page_section .block_header {
	width: 100%;
	overflow:hidden;
	padding-top:52px;
	padding-bottom:42px;
	text-align:left;	
}
#about .block_header {
	padding-top: 42px;
	padding-bottom: 45px;
}
#about .block_header .text-sub {
	text-align: center;
	padding-bottom: 54px;
}

.about-wrap {
	
	position: relative;
}

.about-wrap .left-wrap {
	width: 50%;
	float: left;
	background: url(../images/about-sport.jpg) 100% 50% no-repeat #1e1e1e;
}
.about-wrap .right-wrap {
	width: 50%;
	float: right;
	background: #f8f8f8;

	padding-bottom: 44px;
}
.about-wrap .left-part {
	float: right;
	height: 484px;
	max-width: 600px;
	width: 100%;

	
}
.about-wrap .right-part {
	padding-top: 16px;
	float: left;
	max-width: 600px;
	width: 100%;
}
.about-wrap .right-part p {
	padding: 6px 0 0 30px;
	color: #262626;
	line-height: 23px;
}
.about-wrap .right-part .shortcode_button {
	margin: 15px 0 0 30px;
}

h1 {
	line-height:35px;
	color:#262626;
	font-weight:normal;
	font-size:36px;
	margin:0 0 17px 0;
	padding:0 0 13px 0;	
	position:relative;
	text-align: center;
}
h2 {
	line-height:35px;
	color:#262626;
	font-weight:normal;
	font-size:36px;
	margin:0 0 40px 0;
	padding:0 0 10px 0;	
	position:relative;
	text-align: center;
}
#about .block_header.trainers {
	padding-top: 0;
	padding-bottom: 35px;
}
#about .block_header.trainers h2 {
	margin: 0 0 20px 0;
}
.block_header.trainers .text {
	text-align: center;
}
.trainers-wrap {
	padding: 29px 0 0;
}
.trainers-wrap .item {
	width: 371px;
	padding: 30px 0;
	margin: 15px 0;	
}
.trainers-wrap .col-md-4:nth-child(odd) .item {
	background-color: #f8f8f8;
}
.trainers-wrap .item .left {
	width: 50%;
	float: left;	
}
.trainers-wrap .item .img-wrap {
	margin-left: 54px;
	border-radius: 50%;
	overflow: hidden;
}
.trainers-wrap .item .name {
	padding: 4px 5px 3px 5px;
	clear: both;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}
.trainers-wrap .item .name a {
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.trainers-wrap .item .profession {
	padding: 0 5px;
	font-size: 14px;
	text-align: center;
}
.trainers-wrap .item .slogan {
	padding: 8px 5px 0 5px;
	text-align: center;
	font-style: italic;
	line-height: 21px;
	font-size: 14px;
}

.social-list {
	padding: 14px 0 0;
	text-align: center;
}
.social-list li {
	padding: 0 3px;
	display: inline-block;
}
.social-list li a {
	opacity: 1;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.social-list li a:hover {
	opacity: 0.5;
}

.trainers-wrap .item .right {
	padding: 0 18px 0 20px;
	width: 50%;
	float: right;
	border-left: 1px solid #cdcdcd;
}
.trainers-wrap .item .title {
	padding: 0 5px 3px 0;
	clear: both;
	font-weight: 700;
	font-size: 16px;
}
.trainers-wrap .item .right p {
	margin: 6px 0 4px 0;
	font-size: 14px;
	line-height: 21px;
}
.trainers-wrap .item .right .empty {
	height: 24px;
}

.block_header.blog {
	padding-top: 42px;
	padding-bottom: 14px;
	background-image: url(../images/bgs/bg-blog.jpg);
	text-align: center;
}
.block_header.blog h2 {
	margin-bottom: 25px;
}




#about .block_header.gallery {
	padding-top: 46px;
	padding-bottom: 25px;
	background-image: url(../images/bgs/gallery-bg.jpg);
	color: #262626;
	text-align: center;
}
#about .block_header h2 {
	margin-bottom: 25px;
}
.gallery-menu {
	padding-top: 36px;
	padding-bottom: 30px;
	text-align: center;
}
.gallery-menu li {
	display: inline-block;
	vertical-align: top;
}
.gallery-menu li.active a {
 	color: #a41515;
}
.gallery-menu li.active a:hover {
	color: #a41515;
}
.gallery-menu li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #262626;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	padding: 0 20px;
	cursor: pointer;
}
.gallery-menu li a:hover {
	color: #a41515;	
}
.gallery-list {
	width: auto !important;
}
.gallery-list li {
	margin-bottom: 30px;
}
.gallery-list li .img-wrapper {
	position: relative;
	overflow: hidden;
}
.gallery-list li .wrapper-gal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	height: 100%;
	width: 100%;
}
.gallery-list li .wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.gallery-list li .wrapper-gal:hover {
	opacity: 1;
}
.gallery-list li .title { 
	padding:0 0 12px 0; 
	font-size:24px; 
	color:#fff;
}
.gallery-list li .sub-title { 
	font-size:16px !important;  
	color:#fff !important; 
	font-weight: normal !important;
}
.gallery-list li .view { 
	margin:4px auto 0 auto; 
	padding: 8px 29px 9px 29px;
	height:40px; 
	border:1px solid; 
	border-color:#d4d2d1; 
	display:inline-block; 
	color:#fff; 
	border-radius:3px; 
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	transition:all 0.5s ease-in-out; 
	-moz-transition:all 0.5s ease-in-out; 
	-webkit-transition:all 0.5s ease-in-out;
	box-sizing:border-box;
}
.gallery-list li .view:hover { 
	border-color:#a41515;
	background-color: #a41515;
}
.
.gallery-list li > img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.block_header.pricing {

}
.block_header.pricing p.text {
	text-align: center;	
}
.pricing-wrap {
	padding: 44px 0 0 0;
}
.pricing-wrap .item {
	padding: 33px 0 40px 0;
	background-color: #f8f8f8;
	text-align: center;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	border:1px solid #fff;
}
.pricing-wrap .item.best-offer {
	padding: 33px 0 40px 0;
	background-color: #fff;
	text-align: center;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	border:1px solid #777777;
}

.pricing-wrap .item.best-offer .shortcode_button {
	background:#a41515;
	border:1px solid #a41515;
	color:#fff;	
}
.pricing-wrap .item.best-offer .shortcode_button:hover {
	background:none !important;
	border:1px solid #545454;
	color:#262626;	
}
.pricing-wrap .item .title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.pricing-wrap .item .price {
	padding-top: 8px;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.pricing-wrap .item .price sup {
	top: -10px;
	position: relative;
	font-size: 24px;
	display: inline-block;
}
.pricing-wrap .item ul {
	padding: 25px 4px 17px 30px;
}
.pricing-wrap .item ul li {
	padding: 0 0 7px 20px;
	background:url(../images/pricing-ul-li-bg.png) 0 8px no-repeat;
	text-align: left;
	font-size: 14px;
}

.blog-list {
	margin: 44px 0 0 0;
}
.blog-list .item {
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-list .item .title {
	padding: 13px 0 18px 0;
	font-size: 16px;
	font-weight: bold;
}
.blog-list .item .title a {
	transition: all 400ms;
	-webkit-transition: all 400ms;	
}
.blog-list .item .wrap {
	padding: 0 20px 0 20px;
	text-align: left;
	background: #fff;
}
.blog-list .item p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
}
.blog-list .item i {
	padding-top: 18px;
	display: block;
}
.blog-list .item .video-wrap {
	height: 250px;
}
.blog-list .item iframe {
	width: 100%;
}
.blog-list .item .date {
	padding: 14px 0 12px 0;
	position: relative;
	font-size: 12px;
	overflow: hidden;
}
.blog-list .item .date:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #b7b7b7;
	left: 0;
	top: 0;
	position: absolute;
}
.app-item .shortcode_button {
	cursor: pointer;
}




.clients-list-wrap 	{
	padding: 50px 0 7px;
	background-image: #fff;
}
.clients-list li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}

.clients-list li img {
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.clients-list li a:hover img { 
	opacity: 1;
	filter:none; 
	-webkit-filter:none;
}

.interesting-box {
	padding: 50px 0;
	background-color: #f8f8f8;
	text-align: center;
}
.interesting-box .int-title {
	font-size: 30px;
}
.interesting-box .int-sub-title {
	padding: 13px 0 19px 0;
	font-size: 16px;
	font-weight: 700;
}
.interesting-box .int-wrap {
	position: relative;
}
.interesting-box .int-wrap .shortcode_button {
	margin-top: 14px;
}

.interesting-box .container .col-md-6:first-child .int-wrap:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	right: -14px;
	background-color: #cdcdcd;
	position: absolute;
}
.interesting-box .int-wrap.alt .shortcode_button {
	background:#a41515;
	border:1px solid #a41515;
	color:#fff;
}
.interesting-box .int-wrap.alt .shortcode_button:hover {
	background:none;
	border:1px solid #525252;
	color:#262626;
}
.page_section .block_header .img-wrap {
	border-radius:50%;
	overflow:hidden;
	float:left;	
	margin-right:45px;
}
.page_section .block_header .sub-title {
	padding-bottom:10px;
	font-size:20px;
	color:#262626;
	font-weight:600;
	display:block;
}
.full_width img {
	width:100%;
	height:auto;
}
.pb0 {
	padding-bottom:0 !important;
}



h3 {
	line-height:35px;
	color:#262626;
	font-weight:700;
	font-size:30px;
	margin:0 0 17px 0;
	padding:0;	
}
h4 {
	line-height:25px;
	color:#262626;
	font-weight:400;
	font-size:18px;
	margin:0 0 19px 0;
	padding:0;	
}



.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


@media (min-width: 768px) {
	.team_info {
		padding-top:120px;
		padding-bottom:70px;
		min-height:538px;
	}
	.team_avatar {
		position:absolute;
		bottom:-30%;
		width: 33.33333333333333%;
		padding-left:15px;
		padding-right:15px;
	}
	.odd .team_avatar {
		left:0;
	}
	.even .team_avatar {
		right:0;
	}
	.team.odd {
		text-align:left;
	}
	.team.even {
		text-align:right;
	}
	
	.counter_wrapper:before {
		position:absolute;
		right:-31px;
		top:2px;
		width:31px;
		height:85px;
		background-image:url(../images/sprite.png);
		background-repeat:no-repeat;
		background-position:-263px -1px;
		content:'';
	}
	.last .counter_wrapper:before {
		display:none;
	}	
}

/* Partners */
.partners {
	margin-bottom:34px;
}
.partners div.item {
	padding-bottom:30px;
	text-align:center;
	position:relative;
}
.partners div.item img {
	display:block;	
	opacity: 1;	
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	width:100%;
	height:auto;
}
.partners div.item img.hovered {
	opacity:0;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
}
.partners div.item a:hover img {
	opacity:0;
}
.partners div.item a:hover img.hovered {
	opacity:1;
}

/* Featured Project */
.slider_caption {
	position:absolute;
	left:100px;
	right:100px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	padding-top:16px;
}
.slider_caption p {
	line-height:20px;
	font-style:italic;
}
.slide_info {
	line-height:28px;
	font-style:italic;
	font-size:18px;
	margin-bottom:27px;
}
.slider_caption h2 {
	padding-bottom:32px;
}
.divider {
	margin:0 auto;
	margin-bottom:38px;
	width:170px;
	height:1px;
	background:#cdcdcd;
}

/* Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}



/* Subscribe Block */
.promo_text {
	padding-top:68px;
	padding-bottom:43px;
	text-align:center;
}
.subscribe_block {
	padding-bottom:73px;
	max-width:830px;
	margin:0 auto;
}
.subscribe_block .socials {
	padding-top:2px;
}
.subscribe_block form input[type="text"] {
	background: none;
	margin: 0 15px 7px 0;
	padding: 5px 9px 6px 9px;
	width: 350px;
	border:1px #cdcdcd solid;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:none;
	font-size:14px;
	color:#666666;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	display: inline-block;
	vertical-align:top;
}
input.subscribe,
input.send_btn {
	cursor: pointer;
	
	background: #a41515;
	color: #fff;
	margin: 0 0 7px 0 !important;
	display: inline-block;
	padding: 8px 29px 9px 29px !important;
	height:40px;
	float: right;
	line-height:20px;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: auto !important;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	
	border:1px solid #a41515;
	border-radius: 3px;
	text-transform:uppercase;
}
input.subscribe:hover,
input.send_btn:hover {
	background: none;
	border:1px solid #545454;
    text-decoration: none;
	color:#262626 !important; 
}

@media only screen and (max-width: 992px) {
    .subscribe_block {
		max-width:inherit;
		padding:0 15px;
	}
	.subscribe_block form input[type="text"] {
		width: 100%;
	}
	.subscribe_block .fleft,
	.subscribe_block .fright {
		float:none;
	}
}

/** Contact Section **/
.contacts_block_bg {
	padding: 3px 0 43px 0;
	background: #fff;
}
#contact h2 {
	color: #262626;
	margin: 0 0 20px 0;
}
#contact h3 {
	color:#fff;
	font-weight:700;
	font-size:20px;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
#contact .block_header {
	padding-top: 42px;
	padding-bottom: 13px;
}
#contact .block_header p {
	color: #262626;
	text-align: center;
}


form input[type="text"],
form textarea {
	background:#f8f8f8;
	margin: 0 0 20px 0;
	padding: 5px 9px;
	width: 100%;
	height: 40px;
	border:1px solid #e6e6e6;
	outline:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:none;
	font-size:14px;
	color:#777777;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:normal;
}
form textarea {
	margin-bottom:24px;
	height:160px;
	padding-top:10px;
	overflow:hidden;
	width: 100%;
}



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

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #777777;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #777777;
}

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

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
	-webkit-border-radius:3px;
    margin: 0 0 22px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}

/* Footer */
.footer {
	background:url(../images/bg-footer.jpg) no-repeat center bottom;
	background-size:cover;
	line-height:22px;
	padding-top:30px;
	padding-bottom:24px;
	font-size:14px;
	color:#262626;
}
.footer .fa {
	margin-right: 7px;
	color: #a41515;
}
.hide {
	opacity:0;
}


.footer .social-list {
	padding:0;
	float: right;
}


.footer .copyrights {
	padding-top: 22px;
	text-align: center;
	color: #262626;
	font-size: 14px;
}
h6 {
	line-height:22px;
	color:#fff;
	font-weight:400;
	font-size:14px;
	margin:0 0 4px 0;
	padding:0;
	text-transform:uppercase;		
}
.clear-resp {
	clear: both;
	display: none;;
}
.columns3 {
    margin-left: auto;
    margin-right: auto;
}
.

/* Responsive changes */
@media only screen and (max-width: 410px) {
	#home .slide_title  {
		display: none;
	}
	#home .slide_title_alt {
		padding-bottom: 20px
	}
	.blog-list .item .wrap, .blog-list .item .video-wrap {
	    margin: 0 auto;
	    width: 100% !important;
	}
	
	.pricing-wrap .col-md-3 {
		width: 100% !important;
		float: none;
	}
	.gallery-list {
	    margin-left: auto;
	    margin-right: auto;
	    width: 320px !important;
	}
	.gallery-list.isotope .col-md-4 {
		padding: 0 !important;
		width: 300px !important;
	}
	.gallery-list li img {
		display: block;
		width: 100% !important;

	}
	
}
@media only screen and (max-width: 485px) {
	.clear-resp {
		clear: both;
		height: 20px;
		display: block;;
	}
	#about .img-wrap {
		margin: 0 auto;
	}
	.testimonials-slide .img-wrap {
		margin-bottom: 0;
	}
	.testimonials-slide .caption p {
		font-size: 14px;
	}
	
	.portfolio-list li {
		width: 50%;
	}
	.full_slider_caption .container {
		padding-right: 0;
	}
	.slide_title {
	    display: none;
	}
	.slide_title_alt {
		display: none;
	}
	.full_slider_caption {
		bottom: 0 !important;
	}
	.trainers-wrap .item {
		width: 100%;
	}
	.trainers-wrap .item .left, .trainers-wrap .item .right {
		width: 100%;
		float: none;
	}
	.trainers-wrap .item .right {
		padding-top:10px;
		border-left: none;
	}
	.trainers-wrap .item .img-wrap {
		float: none;
		text-align: center;
	}
	.trainers-wrap .item .img-wrap img {
		border-radius: 50%;

	}
	.clients-list li {
		width: 50% !important;
		margin-bottom: 10px;
	}

}
@media only screen and (max-width: 595px) {
	.full_slider_caption .capt-cont {
		width: 100%;
	}
	.pricing-wrap .col-md-3 {
		width: auto !important;;
		float: none !important;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 660px) {
	.testimonials-slide .img-wrap {
		margin-bottom: 0 !important;
	}
	.clients-list li {
		width: calc(100% / 3);
	}
	.slide_title {
	    font-size: 25px !important;
	    margin-bottom: 10px !important;
	}
	.slide_title_alt {
		font-size: 18px;
	}
	.full_slider_caption .text {
		font-size: 13px;
		line-height: 18px;
		padding-right: 10px;
	}
	
	.about-wrap .left-wrap, .about-wrap .left-part {
		height: 300px !important;
	}
}
@media only screen and (max-width: 767px) {
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
		background:#fff;
	}
	#top header nav {
		display: none !important;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 61px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper li:first-child {
		padding-left: 6px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
		text-transform: uppercase;
	}
	.mobile_menu_wrapper a:hover {
		color:#a41515;
	}
	.service_block_bg {
		position:relative;
		left:0;
		top:0;
		bottom:auto;
		width:100%;
		z-index:10;
		height:300px;
		margin-top:40px;
	}
	.grey_bg {
		padding-bottom:0;
	}
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:10px;
		font-size:15px;
		line-height:25px;
	}
	.divider,
	.slider_caption .triangle,
	.slider_caption p {
		display:none;
	}
	.image-grid .element { 
		width:100%;	
	}
	.full_slider_caption p {
		display:none;
	}
	#logo {
		padding: 9px 0px 9px 0;
	}
	
	.facts-list-wrap {
		width: 50% !important;
		float: left;
	}
	
	.slide_title {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.slide-logo {
		display: none;;
	}
	
	form input[type="text"], form textarea {
		width: 100%;
	}
	#fields .input-wrap {
		float: none;
	}
	#fields .input-wrap:first-child {
		padding: 0;
	}
	.pp_details { width: 100%!important;}

	.testimonials-slide .img-wrap {
		margin: 0 auto 30px auto !important;
	}
	.full_slider_caption {
		bottom: 15%;
	}
	.trainers-wrap > .col-md-4 {
		width: 100% !important;
	}
	.trainers-wrap > .col-md-4 .item {
		margin: 15px auto 15px auto;
	}
	.blog-list {
		width: 370px;
		margin: 44px auto 0 auto;
	}
	.blog-list .item .wrap {
		width: 370px;
		margin: 0 auto;
	}
	.blog-list .item .video-wrap {
		width: 370px;
		margin: 0 auto;
	}
	.blog-list .item {
		padding: 0;
	}
	.pricing-wrap .col-md-3 {
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.interesting-box .container .col-md-6:first-child .int-wrap:before {
		display: none;
	}
	.interesting-box .container .col-md-6:first-child .int-wrap {
		padding-bottom: 30px;
	}
	.footer {
		text-align: center;
	}
	.footer .social-list {
		margin-top: 10px;
		float: none;
	}
	.gallery-list {
	    margin-left: auto;
	    margin-right: auto;
	    width: 400px !important;
	}
	.submit-wrap {
		text-align: center;
	}
	input.subscribe, input.send_btn {
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
    .testimonials-slide .img-wrap {
		margin: 0 auto 30px auto !important;
	}
    .socials-list li {
		padding: 0 0 0 10px;
	}
	.container {
        width: 760px;
    }	
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
		
	.slide_info {
		margin-bottom:10px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider,
	.slider_caption .triangle {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}
	.slide_title {
		font-size: 40px;
	}

}
@media (max-width: 992px) {
	.footer .col-md-3, .footer .col-md-4, .footer .col-md-2 {
		width: 100%;
		text-align: center;
	}
	.footer .social-list {
		margin-top: 10px;
		float: none;
	}
	.gallery-list li .sub-title {
		font-size: 14px !important;
	}

}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    } 
	
	.slide_info {
		margin-bottom:17px;
	}
	.slider_caption h2 {
		padding-bottom:15px;
	}
	.divider {
		display:none;
	}
	.image-grid .element { 
		width:25%;	
	}	
	.slide_title {
		font-size: 50px;
	}


	 
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
	.divider {
		display:block;
	}
	.contact_form {
		padding-right:9x;
	}
	.slider_caption h2 {
		padding-bottom:32px;
	}

}
@media only screen and (max-width: 1200px) {
	.about-wrap .left-wrap {
		width: 100%;
		float: none;
		height: 484px;
		background: url(../images/about-sport.jpg) 50% 50% no-repeat #1e1e1e;
	}
	.about-wrap .right-wrap {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.about-wrap .right-wrap .right-part {
		max-width: 100%;
	}
	.about-wrap .right-part .btn-wrap {
		text-align: center;
	}
	.about-wrap .right-part .shortcode_button {
		margin-left: 0;
	}
	.trainers-wrap > .col-md-4 {
		width: 50%;
	}
	.about-wrap .right-part p {
	    color: #262626;
	    line-height: 23px;
	    padding: 6px 30px 0 30px;
	}
	
	
}
@media only screen and (max-width: 1400px) {
	.stretch {
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width: 410px) {
	.gallery-list.isotope .col-md-4 {
		padding-left: 15px;
    	padding-right: 15px;
		width: 300px !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.gallery-list li img {
		display: block;
		width: 100% !important;

	}
	.gallery-list {
	    margin-left: auto;
	    margin-right: auto;
	    width: 300px !important;
	}
	
}



