@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Jockey+One);
body {
	background: #323232 url(../img/pattern1.png) repeat;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #6a6a6a;
}
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: 21px;
	font-weight: 300;
	line-height: 21px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	float: left;
	position: relative;
	z-index: 0;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: 48px/48px 'Jockey One';
	color: #3e3e3e;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
h2.center {
	width: 100%;
	text-align: center;
}
h3 {
	font: 24px/24px 'Jockey One';
	color: #003d92;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h4 {
	font: 26px/26px 'Jockey One';
	color: #3e3e3e;
	text-transform: uppercase;
	margin: 0 0 9px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f7f7f7;
}
.global.indent {
	padding: 40px 0 0 0;
	background: #f7f7f7;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menu-box {
	padding-top: 34px;
}
.menuBox {
	padding: 0;
	position: relative;
	z-index: 3;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	float: right;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
	margin-left: 35px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 14px 'Jockey One';
	color: #a4a4a4;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a > em {
	height: 45px;
	width: 100%;
	display: block;
	background: #003d92;
	margin-top: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > a > em {
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li > a:hover > em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a > em {
	opacity: 1;
	filter: alpha(opacity=100);
	-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: 116px;
	left: 0;
	top: 65px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	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: #003d92 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #003d92 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 98px;
	top: -26px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #003d92;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #323232;
	-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: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 11;
	border-bottom: 1px solid #ffffff;
}
footer {
	padding: 50px 0;
	text-align: center;
}
footer h2 {
	font: 48px/48px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
footer .priv {
	margin-bottom: 9px;
	margin-top: -3px;
	font: 14px 'Jockey One';
	color: #cdcdcd;
	text-transform: uppercase;
}
footer .priv > span {
	color: #003d92;
	font-size: 18px;
	padding-right: 5px;
}
footer .priv a {
	font: 14px 'Jockey One';
	color: #cdcdcd;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .priv a:hover {
	color: #003d92;
}
footer em {
	font-style: normal;
	padding-right: 5px;
}
footer .follow_icon {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
}
.foo_info {
	padding-top: 26px;
}
.foo_info figure {
	margin-bottom: 1px;
}
.foo_info p {
	font: 18px/18px 'Jockey One';
	color: #919191;
	margin-bottom: 17px;
	white-space: normal;
	word-spacing: 7px;
}

.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: 30px 0 30px 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-right: 24px;
}
.follow_icon li a {
	font-size: 18px;
	color: #898989;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
}
.banner-box {
	background: #e4e4e4;
	padding: 30px 0 0 0;
}
.pic-box {
	background: url(../img/bg_pic.jpg) center 0 no-repeat;
	padding: 37px 0 23px 0;
	text-align: center;
}
.pic-box p {
	font: 16px/18px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 16px 0;
}
.pic-box .title {
	font: 36px/36px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 9px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.pic-box.indent {
	background: url(../img/bg_pic2.jpg) center 0 no-repeat;
}
.list-box {
	background: #f7f7f7;
	padding: 60px 0 53px 0;
}
.list-box p {
	font: 12px/24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;
}
.list-box article article {
	margin-bottom: 21px;
}
.list-box .btn5, .list-box .btn6 {
	float: right;
	margin-left: 6px !important;
}
.error-box {
	padding-bottom: 7px;
}
.errorBox {
	margin-bottom: 60px;
	padding-top: 7px;
}
.errorBox1 h4 {
	line-height: 28px;
}
.errorBox1 p {
	text-transform: uppercase;
	font-size: 11px;
}
.who-box, .history-box, .trainers-box {
	margin-bottom: 20px;
}
.blogBox {
	padding-bottom: 50px;
}
.testimBox {
	padding: 44px 0 30px 0;
	background: #e4e4e4 url(../img/box_border.png) 0 top repeat-x;
}
.testimBox h2 {
	width: 100%;
	text-align: center;
}
.testimBox figure {
	float: left;
	margin-right: 15px;
}
.testimBox p {
	margin-bottom: 0;
}
.testimBox article article {
	padding-bottom: 30px;
}
.testimBox a {
	color: #3e3e3e;
	font: 26px 'Jockey One';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #003d92;
	-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: 103px;
}
.about-box {
	text-align: center;
	padding-top: 70px;
}
.about-box hr {
	border-top: 1px solid #d6d6d6;
	margin: 70px 0 75px 0;
}
.about-box .title {
	font: 600 36px/36px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	margin-bottom: 36px;
}
.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 'Arial', "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: #6a6a6a;
	line-height: 18px;
	margin-bottom: 50px;
}
.company-box {
	padding: 50px 0 49px 0;
	background: #ffffff;
	border-top: 1px solid #dadada;
}
.gallery-box {
	padding-bottom: 60px;
}
.welcome-box {
	text-align: center;
	padding: 45px 0 37px 0;
	background: #f7f7f7 url(../img/box_border.png) 0 bottom repeat-x;
}
.welcome-box p {
	margin: 0 0 25px 0;
	font: 14px 'Arial';
	color: #a1a0a0;
}
.welcome-box .title1 {
	font: 48px/48px 'Jockey One';
	color: #3e3e3e;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
.welcome-box .description {
	font: 24px/24px 'Jockey One';
	color: #3e3e3e;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}
.welcome-box .description > span {
	color: #003d92;
}
.welcome-box .description > em {
	color: #919090;
	font-style: normal;
}
.trainerBox {
	margin-bottom: 26px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a: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;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Arial', "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 'Arial', "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 'Arial', "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;
	background: #333;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 40px 36px 40px;
	overflow: hidden;
	text-align: center;/*.description {
        font:120px/120px 'Jockey One';
        color:#f5f5f5;
        margin-bottom:20px;
        text-transform:uppercase;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    }*/
}
.thumb-pad0 .thumbnail .caption .title {
	font: 26px/25px 'Jockey One';
	color: #ffffff;
	margin-bottom: 17px;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 22px;
	color: #ffffff;
	font: 13px/21px 'Arial';
}
.thumb-pad0 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad0 .thumbnail figure img {
	width: 100%;
}
.thumb-pad0 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1:hover .badge {
	background: #f0cd69;
}
.thumb-pad1:hover a {
	background: url(../img/more.png) 0 bottom no-repeat !important;
}
.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;
	font: 32px 'Jockey One';
	color: #242424;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
	color: #6f6f6f;
	font-style: italic;
	line-height: 24px;
}
.thumb-pad1 .thumbnail .caption a {
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: url(../img/more.png) 0 top no-repeat;
	position: relative;
	top: 3px;
	margin-left: 7px;
}
.thumb-pad1 .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 10px;
	width: 52px;
	height: 52px;
	line-height: 47px;
	text-align: center;
	background: #242424;
	border-radius: 100%;
}
.thumb-pad2 {
	margin: 0;
	padding-bottom: 40px;
	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 h3 {
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption a {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #f0cd69;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding-bottom: 40px;
	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 .lnk {
	font: 18px 'Jockey One';
	color: #242424;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #f0cd69;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.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: #6a6a6a;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 25px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 34px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;/*a {
        color: #f15a5a;
        font:300 12px @font-family-base;
        .transition(all 0.25s ease);
        &:hover {
            color:@white;
        }
    }*/
}
.thumb-pad6 .thumbnail p {
	margin-bottom: 18px;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.thumb-pad6 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background: #003d92;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	font: 48px/40px 'Jockey One';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-right: 30px;
	padding-top: 5px;
	margin-top: 5px;
}
.thumb-pad6 .thumbnail .badgeBox .badge span {
	display: block;
	font-size: 20px;
	line-height: 20px;
}
.thumb-pad6 .thumbnail .badgeBox p {
	margin-bottom: 29px;
}
.thumb-pad6 .thumbnail .badgeBox .link {
	text-transform: none;
	margin-bottom: 0;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;
	margin-top: 10px;
}
.thumb-pad6 .thumbnail .badgeBox .link > .lnk1 {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #003d92;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox .link > .lnk1:hover {
	color: #6a6a6a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox .link > .lnk2 {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #003d92;
	float: right;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox .link > .lnk2:hover {
	color: #6a6a6a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox .link br {
	display: none;
}
.thumb-pad6 .thumbnail br {
	display: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #6a6a6a;
}
.thumb-pad6 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	font: 26px/26px 'Jockey One';
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #f15a5a;
}
/*-----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 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;
	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 28px;
	font: 24px 'Jockey One';
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 3px;
	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: #003d92;
	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: 8px 31px;
	border-radius: 0;
	font: 18px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #003d92;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #5b5b5b;
	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: 14px 33px;
	border-radius: 0;
	font: 18px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #003d92;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #5b5b5b;
	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: 14px 33px;
	border-radius: 0;
	font: 18px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #003d92;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #161616;
	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: #003d92;
	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: #003d92;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.comp_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.comp_list li {
	margin-left: 39px;
	float: none;
	display: inline-block;
	margin-bottom: 15px;
	text-align: left;
}
.comp_list li figure {
	float: left;
	margin-right: 10px;
}
.comp_list li p {
	font: bold 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8b8b;
	margin: 0;
}
.comp_list li a {
	font: bold 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
.comp_list li a:hover {
	text-decoration: underline;
}
.comp_list li:hover a, .comp_list li:hover p {
	color: #003d92;
}
.comp_list li:first-child {
	margin-left: 0;
}
.info_list {
	margin: -10px 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.info_list li {
	margin-left: 18px;
	float: left;
	font: normal normal bold 16px Arial;
	color: #FFFFFF;
}
.info_list li a {
	font: 12px 'Arial';
	color: #adadad;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info_list li a:hover {
	color: #ffffff;
}
.info_list li:first-child {
	margin-left: 0;
}
.info_list li img {
	margin-right: 9px;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1.indent li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list1-1.marg {
	margin-bottom: 87px;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 6px;
	padding-left: 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/list_arrow.png) left 8px no-repeat;
}
.list1-1 li a {
	font: 12px 'Arial';
	color: #6a6a6a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #003d92;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list1 li span {
	font-size: 25px;
	color: #242424;
	float: left;
	margin-right: 14px;
}
.list1 li a {
	color: #242424;
	font: 18px 'Jockey One';
	line-height: 21px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #f0cd69;
}
.list1 li p {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
}
.list2 li .badge {
	float: left;
	margin-right: 30px;
	background: #003d92;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	font: 48px/62px 'Jockey One';
	color: #ffffff;
	margin-top: 13px;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li .title {
	font: 500 19px/19px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #484848;
	margin-bottom: 18px;
}
.list2 li a {
	font-size: 12px;
	color: #6ec9f4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #323232;
}
.list2 li .extra-wrap {
	padding-top: 10px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 28px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#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: 100%;
	outline: none;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #6a6a6a;
	padding: 8px 14px;
	height: 37px;
	resize: none;
	margin-bottom: 28px;
}
#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: 13px 'Arial', "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 37px 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: 403px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 31px;
}
.info p {
	margin-bottom: 28px;
}
.info a {
	color: #6a6a6a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #f0cd69;
}
/*-----form-----*/
.formBox {
	padding-top: 44px;
	padding-bottom: 28px;
	background: #e4e4e4 url(../img/box_border.png) 0 top repeat-x;
}
#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: 47px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #6a6a6a;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #6a6a6a;
}
#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: 9px 14px 8px 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 #c0c0c0;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #6a6a6a;
	padding: 9px 14px 8px 14px;
	height: 37px;
	resize: none;
}
#contact-form textarea {
	height: 150px;
	margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #003d92;
	-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 #c0c0c0;
	background: #ffffff;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 37px;
	color: #6a6a6a;
	padding: 0 14px;
	height: 37px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn3 {
	float: left;
}
.btns p {
	float: left;
	margin: 18px 0 0 16px;
}
.mail {
	color: #003d92;
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #6a6a6a;
	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;
}
 .info_list {
 float: none;
 text-align: center;
}
 .info_list 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;
}
 .thumb-pad6 figure {
 margin-right: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .info_list {
 float: none;
 text-align: center;
}
 .info_list 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;
}
 .menuBox {
 text-align: center;
}
 .menuBox article {
 padding-bottom: 20px;
}
 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;
}
 .about-box article {
 margin-bottom: 30px;
}
 .testimBox {
 padding: 45px 0 0 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 .errorBox1 {
 margin-bottom: 40px;
}
  /*.thumb-pad6 figure {
    margin: 0;
    float: none;
    margin-bottom: 15px;
}*/
  .thumb-pad6 figure {
 margin-right: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .info_list {
 float: none;
 text-align: center;
}
 .info_list 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 #003d92;
 background: #003d92;
 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;
}
 #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;
}
 .blogBox h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 .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;
}
  /*.thumb-pad3 figure {
    margin: 0;
    float: left;
    margin-right: 15px;
}*/
  .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .about-box article {
 margin-bottom: 30px;
}
 .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;
}
  /*footer {
    text-align:center;
     p {
        float:none;
        margin-bottom:30px;
     }
     .follow_icon {
        float: none;
        display:inline-block;
     }
}*/
  .foo_info {
 margin-bottom: 25px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .comp_list li {
 margin-left: 20px;
}
  /*.thumb-pad6 figure {
    margin: 0;
    float: none;
    margin-bottom: 15px;
}
.thumb-pad6 .badge {
    margin-right: 10px;
    font-size: 45px;
    line-height: 45px;
}*/
  .errorBox1 h2 {
 font-size: 45px;
 line-height: 45px;
}
 .who-box,  .history-box,  .trainers-box {
 margin-bottom: 40px;
}
 .thumb-pad6 figure {
 margin-right: 0;
 margin-bottom: 15px;
 float: none;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .thumb-pad6 .thumbnail .badgeBox {
 overflow: hidden;
 margin-bottom: 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  /*.thumb-pad6 figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}*/
  /*.thumb-pad3 figure {
    margin:0 0 27px 0;
    float: none;
}*/
  .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;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  /*.thumb-pad6 .thumbnail .badgeBox p br {
    display: block;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk {
    float: none !important;
}*/
  .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
  /*.thumb-pad6 .thumbnail .badgeBox a.tl {
    font-size:15px;
    line-height:20px;
    margin-bottom: 15px;
    font-weight:normal;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk1 {
    float: none;
    display: block;
    margin-bottom: 10px;
}
.thumb-pad6 .thumbnail .badgeBox p.lnk2 {
    float: none;
    display: block;
}*/
  .gallery-box article {
 width: 100%;
 float: none;
}
  /*footer {
    i {
        display:none;
    }
    br {
        display:block;
    }
}*/
  .comp_list li {
 margin-left: 0;
 display: block;
 margin-bottom: 15px;
}
  /*.testimBox article {
    width:100%;
    float: none;
}*/
  .banner-box article {
 width: 100%;
 float: left;
}
 .list-box article {
 float: none;
 width: 100%;
}
 .list-box article .btn5,  .list-box article .btn6 {
 float: none;
 margin-bottom: 6px;
 margin-left: 0;
}
 .thumb-pad6 .thumbnail .badgeBox .link br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox .link > .lnk2 {
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
}
 .thumb-pad6 .thumbnail .badgeBox .link br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox .link > .lnk2 {
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
.padBot1 {
	padding-bottom: 16px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/