@import url(//fonts.googleapis.com/css?family=Roboto:400,700,500,300);
body {
	background: #141414;
	line-height: 1.42857;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.meine-links{float:left; width:100%; color: #000; text-align:center; padding: 15px;}
/#meine_links img{float: left}

.zwischen { padding-top: 8px;}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	font-weight: 300;
	line-height: 24px;
}
p > span {
	color: #3e92f2;
}
p > em {
	color: #ffffff;
	font-style: normal;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > span {
	display: none;
}
h2 {
	font: 35px/42px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 24px 0;
}
h2.indent {
	width: 100%;
	text-align: center;
}
h2.indent2 {
	margin: 0 0 33px 0;
}
h3 {
	font: 23px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 26px 0;
}
h4 {
	font: 19px/24px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*color: #3e92f2;*/
	color: #141414;
	margin: 0 0 8px 0;
}
h4.indent {
	margin-bottom: 16px;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 64px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	margin-top: 12px;
	float: right;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-left: 29px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
nav.tm_navbar li.active > a {
	color: #3F6AAB;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #3F6AAB;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #3e92f2;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 36px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 0;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #565555;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 204px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	font: 13px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 43px 0;
	position: relative;
	z-index: 11;
	background: #b8b4b4;
}
footer {
	padding: 40px 0;
	background: #b8b4b4;
}
footer p {
	margin-bottom: 0;
	font: 14px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
}
footer p a {
	font: 14px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #ffffff;
}

footer #copyright-year {
	font-style: normal;
	color: #777;
}
.col-lg-12 a {
	font: 14px  "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.col-lg-12 a:hover {
	color: #ffffff;
}
.contact-box p {
	margin-bottom: 0;
	line-height: 28px !important;
}
.contact-box p a:hover {
	color: #ffffff;
}
.foo_info {
	padding-top: 26px;
}
.foo_info figure {
	margin-bottom: 1px;
}
.foo_info p {
	font: 18px/18px 'Jockey One';
	color: #919191;
	margin-bottom: 17px;
}
.foo_info p a {
	font: 18px/22px 'Jockey One';
	color: #919191;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_info p a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 32px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-right: 9px;
}
.follow_icon li a {
	font-size: 23px;
	color: #ffffff;
	line-height: 35px;
	background: #777;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #3e92f2;
}
.services-box {
	padding: 61px 0;
	background: #dcd9d9;
	margin-bottom: 20px;
}
.services-box h2 {
	margin: 0 0 60px 0;
}
.services-box .center {
	padding-top: 10px;
}
.services-box2 {

	padding: 63px 0 67px 0;
	background: #f4f4f4;
	margin-bottom: 64px;
}
.services-box3 {
	padding: 63px 0 40px 0;
	background: #f4f4f4;
}
.error-box {
	padding-bottom: 7px;
}
.errorBox {
	padding-bottom: 123px;
}
.errorBox .title {
	font: bold 186px/186px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e92f2;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.errorBox .description {
	font: 74px/74px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.errorBox1 h4 {
	line-height: 28px;
}
.errorBox1 p {
	text-transform: uppercase;
	font-size: 11px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 44px;
}
.testimBox {
	padding: 63px 0 30px 0;
	background: #f4f4f4;
}
.testimBox figure {
	float: left;
	margin: 7px 11px 0 0;
}
.testimBox p {
	margin-bottom: 4px;
	font-style: italic;
}
.testimBox .col-lg-4 {
	margin-bottom: 40px;
}
.testimBox a {
	color: #333;
	font: 21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #3e92f2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 78px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.icon-box {
	padding: 70px 0 45px 0;
	margin-bottom: 50px;
	background: #f5f5f5 url(../img/box_border.png) 0 bottom repeat-x;
}
.experience-box article {
	margin-bottom: 49px;
}
.experience-box figure img {
	width: 100%;
}
.experience-box .title {
	font: 72px/60px 'Jockey One';
	color: #242424;
	text-transform: uppercase;
	margin: 44px 0 32px 0;
}
.experience-box p {
	text-transform: uppercase;
	font-size: 12px;
	color: #777777;
	line-height: 18px;
	margin-bottom: 50px;
}
.gallery-box {
	padding-bottom: 60px;
}
.welcome-box {
	text-align: center;
	padding: 62px 0 46px 0;
}
.welcome-box p {
	margin-bottom: 34px;
}
.projects-box {
	padding: 40px 0 0 0;
	background: #ffffff;
}
.projects-box h2 {
	margin: 0 0 60px 0;
}
.trainerBox {
	margin-bottom: 26px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure :hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.about-box {
	background: #4a4a49;
	padding: 68px 0 42px 0;
}
.about-box p {
	color: #777;
	line-height: 20px;
}
/*-----isotop-----*/
.isotopeGall > p a:hover {
	color: #fbb153;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.isotopeGall #container {
	margin-bottom: 23px;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, 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;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.element {
	width: 384px;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	color: #222;
	border: none;
	box-sizing: border-box;
}
#filters.pagination li a.selected {
	text-decoration: underline;
}
#filters.pagination li {
	float: left;
}
.tm_pad {
	padding-top: 50px;
	padding-bottom: 30px;
}
.element > a {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.element > a img {
	margin: 0 !important;
	width: 100%;
}
.element > a .description {
	background: url(../img/pattern3.png) repeat;
	padding: 12px 20px 15px 20px;
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.element > a .description .title {
	font: 21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.element > a .description p {
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 2px;
}
.element > a:hover .description {
	bottom: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#filters {
	position: relative;
}
#filters li {
	display: inline-block;
	margin-right: 10px;
}
#filters li a {
	color: #b82744;
	font-size: 15px;
	margin: 0;
	font-style: italic;
	text-transform: none;
	text-decoration: none;
}
#options .pagination {
	height: 36px;
	margin: -4px 0 0 0;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter {
	position: relative;
}
#newsletter a {
	font: 24px 'Jockey One';
	color: #f0cd69;
	text-transform: uppercase;
}
#newsletter a:hover {
	color: #ffffff;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 9px;
}
#newsletter input {
	box-shadow: none;
	border: 1px solid #4d4951;
	border-radius: 0;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: none;
	height: 33px;
	width: 100%;
	padding: 6px 14px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #f0cd69;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ffffff;
	padding: 8px 11px 9px 11px;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	border: none;
	text-align: center;
	background: #ffffff;
	height: 37px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad0:hover .badge {
	background: #3e92f2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0:hover a {
	color: #333 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad0 .thumbnail .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 18px;
	width: 81px;
	height: 81px;
	text-align: center;
	background: #777;
	border-radius: 100%;
	font: 37px/79px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption {
	padding: 12px 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption a {
	font-size: 21px;
	line-height: 26px;
	display: inline-block;
	color: #3e92f2;
	margin: 0 0 6px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption a:hover {
	text-decoration: none;
}
.thumb-pad1 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.thumb-pad1:hover .badge {
	background: #777;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1:hover .title {
	color: #3e92f2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	margin: 0 0 12px 0;
	font: 17px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #fff;
}
.thumb-pad1 .thumbnail .caption .title:hover {
	text-decoration: underline;
}
.thumb-pad1 .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 20px;
	/*
	width: 79px;
	height: 79px;
	line-height: 79px;
	*/
	text-align: center;
	background: #3F6AAB;
	border-radius: 100%;
	font-size: 30px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .badge img{width: 60px}

.thumb-pad2 {
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h4 {
	margin-bottom: 16px;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #777777;
}
.thumb-pad4 .thumbnail .caption h4 {
	margin-bottom: 15px;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #777777;
}
.thumb-pad5 .thumbnail .caption h4 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 22px;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
/*-----carousel-----*/
.carouselBox {
	padding: 45px 0 46px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 79px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	background: url(../img/pattern2.png) repeat;
}
.carouselBox figure {
	float: left;
	margin-right: 28px;
	border-radius: 100%;
}
.carouselBox figure img {
	border-radius: 100%;
}
.carouselBox h2 {
	width: 100%;
	text-align: center;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	text-align: center;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0 100px;
	text-align: center;
}
.list_carousel1 #foo1 > li p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 23px;
}
.list_carousel1 #foo1 > li a {
	font: 300 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
	color: #75c3d2;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	top: 0;
	width: 100%;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 24px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 30px;
}
.list_btn .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	left: 0;
}
.list_btn .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	right: 0;
}
.list_btn .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 35px;
	font: 23px 'Roboto';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: 3px solid #ffffff;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #3e92f2;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 14px 38px;
	border-radius: 0;
	font: 23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	color: #ffffff;
	background: #3e92f2;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #777;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 29px;
	border-radius: 0;
	font: 19px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	color: #ffffff;
	background: #777;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #3e92f2;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 28px;
	border-radius: 0;
	font: 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	color: #ffffff;
	background: #3e92f2;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #777;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #fd6b32;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: #333;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #333;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #fd6b32;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1 li > .date {
	width: 55px;
	height: 65px;
	background: #3e92f2;
	font: 32px/32px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1 li p {
	margin-bottom: 3px;
	line-height: 20px;
}
.list1 li p > span {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a {
	font-size: 15px;
}
.list1 li a:hover {
	text-decoration: underline;
}
.list1 li:hover .date {
	background: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover a {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1-1 li > .date {
	width: 55px;
	height: 65px;
	background: #777;
	font: 32px/32px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1-1 li p {
	margin-bottom: 3px;
}
.list1-1 li .title {
	font: 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e92f2;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li .title:hover {
	text-decoration: underline;
}
.list1-1 li:hover .date {
	background: #3e92f2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li:hover .title {
	color: #333;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list2 li h4 {
	margin-bottom: 16px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 11px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list3 li a {
	color: #777;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list3 li a:hover {
	color: #3e92f2;
}
.list3 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 33px;
}
.list8 li h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}
.list8 li p {
	margin-bottom: 0;
}

/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: -5px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: -2px;
	line-height: 35px;
	right: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #656565;
	margin: 0;
	width: 272px;
	outline: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #202020;
	background: #000000;
	height: 35px;
	padding: 9px 30px 10px 10px;
	resize: none;
	float: left;
}
/*-----map-----*/
.map {
	margin: 0 0 80px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 485px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 0;
}
.info h3 {
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 8px 0;
}
.info p {
	margin-bottom: 0;
}
.info p > span {
	color: #777777;
	display: inline-block;
	width: 72px;
}
.info p a {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e92f2;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #777777;
}
.info a {
	color: #777777;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #f0cd69;
}
/*-----form-----*/
.formBox {
	background: #f4f4f4;
	padding: 63px 0 78px 0;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 5px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #777777;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #777777;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
	margin-right: 10px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 177px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #3e92f2;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f5f5f5;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 41px;
	color: #777777;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn4 {
	float: left;
}
.btns p {
	float: left;
	margin: 4px 0 0 14px;
	font-size: 13px;
}
.mail {
	color: #3e92f2;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #777777;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 #newsletter label {
 width: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand_ {
 display: inline-block;
 float: none;
 margin-bottom: 20px;
}
 header {
 text-align: center;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 50px;
 line-height: 50px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ {
 display: inline-block;
 float: none;
 margin-bottom: 20px;
}
 header {
 text-align: center;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 .experience-box .title {
 margin-top: 0;
 font-size: 45px;
 line-height: 45px;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar > .nav {
 display: inline-block;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .testimBox {
 padding: 45px 0 0 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 .errorBox1 {
 margin-bottom: 40px;
}
 .testimBox .col-lg-4 {
 width: 100%;
 float: none;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 22px;
 line-height: 25px;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .list1-1 {
 margin: 0 0 30px 0;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 50px;
 line-height: 50px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h1.navbar-brand_ {
 display: inline-block;
 float: none;
 margin-bottom: 20px;
}
 header {
 text-align: center;
 padding-bottom: 20px;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #5a9dea;
 background: #5a9dea;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .experience-box article {
 margin-bottom: 15px;
}
 .experience-box .title {
 margin-top: 0;
 font-size: 45px;
 line-height: 45px;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
}
 .about-box .col-lg-4 {
 margin-bottom: 50px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad1 .thumbnail .caption {
 text-align: left;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 21px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .servicesBox h2 {
 font-size: 48px;
 line-height: 48px;
}
 .servicesBox h2 > span {
 font-size: 27px;
 line-height: 30px;
}
 .privacyBox {
 margin-bottom: 60px;
}
 .errorBox {
 padding-top: 80px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .list3 {
 margin-bottom: 50px;
}
 .logo-box {
 overflow: hidden;
 margin-bottom: 50px;
 text-align: center;
}
 .logo-box .follow_list {
 display: inline-block;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .list_btn {
 top: 20%;
}
 .list_carousel1 #foo1 > li {
 padding: 0 60px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 .testimBox {
 padding: 45px 0 20px 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox1 {
 margin-bottom: 40px;
}
 .foo_info {
 margin-bottom: 25px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .errorBox1 h2 {
 font-size: 45px;
 line-height: 45px;
}
 .who-box,  .history-box,  .trainers-box {
 margin-bottom: 40px;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .margBot {
 margin-bottom: 0 !important;
}
 .thumb-pad3 {
 margin-bottom: 50px;
}
 .thumb-pad3 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .list1-1 {
 margin: 0 0 30px 0;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 50px;
 line-height: 50px;
}
 #contact-form.success .success-message {
 height: 141px;
 line-height: 141px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .welcome-box {
 padding: 42px 0 26px 0;
}
 .welcome-box .title {
 font-size: 25px;
 line-height: 35px;
}
 .welcome-box .title br {
 display: none;
}
 .welcome-box .btn-default.btn2 {
 margin-bottom: 10px;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .experience-box article {
 width: 100%;
 float: none;
}
 .thumb-pad0 .thumbnail .caption .title {
 font-size: 20px;
 line-height: 20px;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ img {
 width: 100%;
}
 h2 {
 font-size: 30px;
 line-height: 30px;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 display: block;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 .gallery-box article {
 width: 100%;
 float: none;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 #search-404 {
 width: 283px;
}
 #search-404 input {
 width: 247px;
}
 .errorBox .title {
 font-size: 65px;
 line-height: 65px;
}
 .errorBox .description {
 font-size: 35px;
 line-height: 35px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 h1.navbar-brand_ {
 padding: 0 5px;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .list2 li .badge {
 float: none;
 margin: 0;
}
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 40px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
