//@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
//@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
body {
	background: #f2f2f2;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #78787d;
}
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: 20px;
	font-weight: 300;
	line-height: 20px;
}
p > strong {
	font-weight: 900;
	color: #99cc00;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > span {
	display: none;
}
h2 {
	font: 29px/55px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin: 0 0 6px 0;
}
h2.indent {
	margin: 0 0 13px 0;
}
h3 {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	margin: 0 0 20px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 25px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menu-box {
	background: #fefefe;
	margin-top: 13px;
	background: #fefefe url(../img/gradient.png) repeat-x;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	border-bottom: 3px solid #e5e5e5;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #e8e8e8;
	position: relative;
}
nav.tm_navbar li a {
	position: relative;
	padding: 21px 19px;
	text-transform: none;
	font: 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #99cc00;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #99cc00;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #99cc00;
	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;
	top: 16px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 0;
	top: 69px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	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 0 0 20px;
	display: block;
	background: url(../img/sub_border.png) 0 bottom repeat-x;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 13px/38px 'Roboto', "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) right center no-repeat;
	width: 8px;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #99cc00 !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #99cc00 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 254px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 13px/38px 'Roboto', "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: #99cc00 !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 35px 0 0 0;
	position: relative;
	z-index: 11;
	background: #ffffff url(../img/gradient1.png) repeat-x;
}
header .follow-box {
	text-align: right;
}
header .follow-box .box1 {
	float: right;
	padding-top: 57px;
}
header .follow-box .box1 p {
	font-size: 14px;
	line-height: 22px;
	color: #2d2d30;
}
header .follow-box .box2 {
	float: right;
	padding-top: 6px;
	margin-left: 23px;
}
header .follow-box .box2 .tel {
	margin-bottom: 0;
	font: 36px 'Roboto Condensed';
	color: #99cc00;
	letter-spacing: -1px;
	display: block;
	white-space: nowrap;
}
header .follow-box .box2 .tel span {
	color: #000000;
	font-size: 33px;
	margin-right: 10px;
}
header .follow-box .box2 ul {
	padding: 0;
	margin: 0 0 8px 0;
	list-style: none;
	overflow: hidden;
	text-align: right;
}
header .follow-box .box2 ul li {
	display: inline-block;
	margin-left: 10px;
}
header .follow-box .box2 ul li:first-child {
	margin-left: 0;
}
header .follow-box .box2 ul li a {
	width: 39px;
	height: 39px;
	border-radius: 100%;
	background: #3a3a3d;
	font-size: 20px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
header .follow-box .box2 ul li a:hover {
	background: #99cc00;
}
footer {
	padding: 62px 0;
	background: #f2f2f2;
}
footer p {
	margin-bottom: 0;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
}
footer p a {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #99cc00;
}
footer em {
	font-style: normal;
	color: #777;
	font-size: 12px;
}
footer .icon-box {
	margin-top: -12px;
}
footer .icon-box hr {
	margin: 0 0 9px 0;
	border-top: 1px solid #dcdcdc;
}
footer .icon-box .col-lg-4 {
	margin-bottom: 46px;
}
footer .icon {
	font-size: 33px;
	color: #000000;
	width: 66px;
	height: 66px;
	line-height: 66px;
	border-radius: 100%;
	text-align: center;
	background: #e0dfdf;
	float: left;
	margin-right: 17px;
}
footer .box1 p {
	font: 300 15px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
footer .box1 > div {
	padding-top: 10px;
}
footer .box2 p {
	font: 300 15px/35px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: -5px;
}
footer .box2 p em {
	font-style: normal;
	color: #99cc00;
	font-size: 25px;
	font-weight: normal;
}
footer .box3 a {
	font: 300 15px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	text-decoration: underline;
}
footer .box3 a:hover {
	text-decoration: none;
}
footer .box3 > div {
	padding-top: 16px;
}
.error-box {
	background: url(../img/error_bg.jpg) no-repeat;
	padding: 0 15px 59px 15px;
}
.errorBox {
	padding-top: 40px;
}
.errorBox figure {
	margin-bottom: 30px;
}
.who-box {
	margin-bottom: 25px;
}
.who-box hr {
	margin: 0;
	border-top: 1px solid #dcdcdc;
}
.who-box .col-lg-4 {
	margin-bottom: 43px;
}
.testimBox .col-lg-3 {
	margin-bottom: 21px;
}
.testimBox .col-lg-12 {
	margin-bottom: 25px;
}
.testimBox a {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #2d2d30;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox .exp {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	margin-bottom: 0;
}
.testimBox .name {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin-bottom: 11px;
}
.testimBox .box {
	position: relative;
	padding: 25px 29px 28px 29px;
	background: #eee;
	margin-bottom: 23px;
}
.testimBox .box p {
	margin-bottom: 0;
	line-height: 21px;
}
.testimBox .box em {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: -21px;
	left: 17px;
	background: url(../img/triangle1.png) no-repeat;
}
#toTop {
	display: none;
	width: 31px;
	height: 30px;
	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;
}
.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: #78787d;
	line-height: 18px;
	margin-bottom: 50px;
}
.gallery-box {
	padding-bottom: 60px;
}
.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;
}
.advantages-box {
	padding: 60px 0 6px 0;
}
.news-box a {
	color: #d13739;
	font-size: 27px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news-box a:hover {
	color: #101010;
}
.news-box p {
	margin-bottom: 21px;
}
.events-box {
	padding-top: 57px;
	padding-bottom: 9px;
}
.banner-box1 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box1 > div {
	padding: 24px 0 0 30px;
	min-height: 231px;
	background: #f7f7f7 url(../img/banner1.jpg) right 0 no-repeat;
}
.banner-box1 > div .title {
	font: 29px/30px 'Roboto';
	color: #2d2d30;
	margin-bottom: 7px;
}
.banner-box1 > div .title span {
	color: #99cc00;
}
.banner-box2 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box2 > div {
	padding: 24px 0 0 30px;
	min-height: 231px;
	background: #f7f7f7 url(../img/banner2.jpg) right 0 no-repeat;
}
.banner-box2 > div .title {
	font: 29px/30px 'Roboto';
	color: #2d2d30;
	margin-bottom: 7px;
}
.banner-box2 > div .title span {
	color: #99cc00;
}

/*---Create for index.html for third column--------*/
.banner-box4 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box4 > div {
	padding: 24px 0 0 30px;
	min-height: 231px;
	background: #f7f7f7 url(../img/banner4.jpg) right 0 no-repeat;
}
.banner-box4 > div .title {
	font: 29px/30px 'Roboto';
	color: #2d2d30;
	margin-bottom: 7px;
}
.banner-box4 > div .title span {
	color: #99cc00;
}



/*-----------*/
.banner-box3 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box3 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 231px;
	background: #99cc00;
}
.banner-box3 > div p {
	margin-bottom: 0;
	color: #2d2d30;
}
.banner-box3 > div .title {
	font: 39px/39px 'Roboto';
	color: #ffffff;
	margin-bottom: 8px;
}
.banner-box3 > div .title span {
	font-size: 39px;
	color: #ffffff;
	margin-right: 12px;
}
.banner-box3 > div .description {
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.all-box {
	margin-bottom: 50px;
	overflow: hidden;
}
.offer-box hr {
	margin: 0 0 25px 0;
	border-top: 1px solid #dcdcdc;
}
.list-box hr {
	border-top: 1px solid #dcdcdc;
	margin: 12px 0 25px 0;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 27px 19px;
	overflow: hidden;
	border: 1px solid #cecece;
	border-top: none;
}
.thumb-pad1 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad2 {
	margin: 0;
	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 figure {
	margin: 0 0 29px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 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: 20px 28px 29px 28px;
	overflow: hidden;
	background: #f7f7f7;
}
.thumb-pad3 .thumbnail .caption h2 {
	font: 29px/29px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin-bottom: 7px;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption p a {
	font-size: 18px;
	color: #99cc00;
	margin-left: 5px;
}
.thumb-pad3 .thumbnail .caption p a:hover {
	color: #2d2d30;
}
.thumb-pad3 figure {
	margin: 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: #78787d;
}
.thumb-pad4 .thumbnail .caption h4 {
	margin-bottom: 15px;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 36px;
}
.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 0 0 12px;
	color: #78787d;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	margin: 0 0 12px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad6 {
	margin-bottom: 21px;
}
.thumb-pad6.indent {
	border: none;
	margin: 0;
	padding: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 16px;
}
.thumb-pad6 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	width: 35px;
	font: 29px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	position: relative;
	float: left;
	margin-right: 36px;
}
.thumb-pad6 .thumbnail .badgeBox .badge span {
	color: #99cc00;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}
.thumb-pad6 .thumbnail .badgeBox p {
	text-transform: none;
	margin-top: 6px;
	margin-bottom: 0;
	color: #78787d;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1 {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	text-transform: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1:hover {
	color: #99cc00;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #78787d;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption a {
	font-size: 18px;
	color: #99cc00;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #2d2d30;
}
.thumb-pad6 figure {
	margin: 0 0 15px 0;
}
.thumb-pad6 figure > img {
	width: 100%;
}
.thumb-pad6 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a:hover {
	color: #8fbf4d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	font: 15px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #2d2d30;
}
.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #78787d;
}
.thumb-pad7 .thumbnail .caption time {
	font: 21px 'Roboto Slab';
	color: #101010;
	display: block;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #78787d;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad8 figure {
	margin: 0 0 33px 0;
	float: left;
}
.thumb-pad8 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 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
	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: 10px 24px;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	background: #99cc00;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #2d2d30;
	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: underline !important;
	padding: 0;
	border-radius: 0;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #2d2d30;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #99cc00;
	background: none;
	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: 10px 24px;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 0;
	border: none;
	background: #2d2d30;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #99cc00;
	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;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
._accodList > li {
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
._accodList > li h6 {
	margin: 0;
	cursor: pointer;
	position: relative;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #99cc00;
	border: none;
	padding: 0 0 0 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #99cc00;
}
._accodList > li h6.color2 {
	color: #2d2d30;
}
._accodList > li p {
	margin: 0;
	padding: 12px 0 0 30px;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #78787d;
}
._accodList > li ._plus {
	width: 19px;
	height: 20px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	left: 0;
	cursor: pointer;
	top: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li ._plus.btnBg1 {
	background: url(../img/plus.png) 50% 0 no-repeat;
}
._accodList > li ._plus.btnBg2 {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList > li ._plus:hover {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList > li:last-child {
	border-bottom: none;
}
._accodList li h6:hover {
	color: #2d2d30;
	-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: 13px;
	line-height: 1.428571429;
	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;
}
.list1 li p > span {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover .date {
	background: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover p > span {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 28px;
}
.list1-1 li p {
	margin-bottom: 0;
	margin-top: 22px;
}
.list1-1 li em {
	float: left;
	margin-right: 19px;
	width: 40px;
}
.list1-1 li a {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #2d2d30;
}
.list2 {
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
}
.list2 li h4 {
	margin-bottom: 16px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	padding-bottom: 21px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
.list3 li a {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #2d2d30;
}
.list3 li span {
	font-size: 22px;
	color: #d0d0d0;
	margin-right: 10px;
	float: left;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li:last-child {
	border-bottom: none;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #ffffff;
	font: 39px/48px 'Roboto Slab';
	background: #d13739;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 0;
	text-align: center;
	margin-top: 3px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6.indent li {
	margin-bottom: 40px;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li em {
	float: left;
	margin-right: 11px;
	font-size: 22px;
	color: #99cc00;
	margin-top: 6px;
}
.list6 li h3 {
	color: #2d2d30;
	margin-bottom: 10px;
}
.list6 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 22px;
}
.list8 li h3 {
	margin-bottom: 10px;
	color: #2d2d30;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
}
#search-404 a {
	position: absolute;
	top: 20px;
	right: 10px;
	-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: 100%;
	outline: none;
	border: 1px solid #dadada;
	background: #ffffff;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
	padding: 14px 48px 14px 14px;
	height: 49px;
	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: 13px '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 25px 0;
	width: 100%;
	line-height: 0;
	padding-bottom: 42px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 574px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 0;
}
.info p {
	margin-bottom: 32px;
}
.info p a {
	font: 13px '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: #78787d;
}
.info h3 {
	color: #2d2d30;
	margin: 0 0 11px 0;
}
.info a {
	color: #78787d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #f0cd69;
}
/*-----form-----*/
.formBox {
	padding-bottom: 50px;
}
#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: 68px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #78787d;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 240px;
	margin-right: 23px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 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 #dadada;
	background: #f9f9f9;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
	padding: 14px;
	height: 49px;
	resize: none;
}
#contact-form textarea {
	height: 323px;
	margin-bottom: 19px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #99cc00;
	-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 #dadada;
	background: #f9f9f9;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 49px;
	color: #78787d;
	padding: 0 14px;
	height: 49px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn3 {
	float: left;
	margin-right: 30px;
}
.btns p {
	float: left;
	margin-top: 10px;
}
.mail {
	color: #99cc00;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #78787d;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header .follow-box .box1 {
 padding-top: 20px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .list1-1 {
 margin: 0 0 30px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 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 #e5e5e5;
 background: #e5e5e5;
 color: #000000;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 40px;
}
 header .follow-box {
 text-align: center;
}
 header .follow-box .box1 {
 float: none;
 padding: 0;
}
 header .follow-box .box1 p br {
 display: none;
}
 header .follow-box .box2 {
 float: none;
 margin: 0 0 20px 0;
 padding: 0;
}
 header .follow-box .box2 ul {
 text-align: inherit;
}
 footer {
 text-align: center;
}
 footer .icon {
 float: none;
 margin: 0 0 10px 0;
}
 .all-box {
 margin: 30px 0 0 0;
}
 .all-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-pad3 .thumbnail .caption h2 {
 font-size: 20px;
 line-height: 25px;
}
 .thumb-pad2 figure {
 margin: 0 20px 10px 0;
 float: left;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .advantages-box .col-lg-4 {
 margin-bottom: 50px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .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;
}
 .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;
}
 .list_btn {
 top: 20%;
}
 .list_carousel1 #foo1 > li {
 padding: 0 60px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
 .foo_info {
 margin-bottom: 25px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .margBot {
 margin-bottom: 0 !important;
}
 .list1-1 {
 margin: 0 0 30px 0;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 50px;
 line-height: 50px;
}
 .thumb-pad8 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .news-box {
 margin-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .list-box .col-lg-3 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ img {
 width: 100%;
}
 .banner-box3 > div {
 padding-top: 20px;
}
 .banner-box3 > div .title {
 font-size: 29px;
 line-height: 35px;
}
 .trainerBox {
 width: 50%;
}
 .overview-box {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox .title {
 font-size: 65px;
 line-height: 65px;
}
 .errorBox .description {
 font-size: 35px;
 line-height: 35px;
}
 .sevices-box {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 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;
}
 .list2 li .badge {
 float: none;
 margin: 0;
}
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 73px;
}
.padBot {
	padding-bottom: 20px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.wa__btn_popup {
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    right: 30px;
    z-index: 999999999;
}
.wa__btn_popup .wa__btn_popup_txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 12px;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-right: 7px;
    padding: 8px 12px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 156px;
}
.wa__btn_popup, .wa__btn_popup *, .wa__btn_popup :after, .wa__btn_popup :before, .wa__button, .wa__button *, .wa__button :after, .wa__button :before, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :after, .wa__popup_chat_box :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    height: 56px;
    width: 56px;
}.wa__popup_chat_box {
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    bottom: 102px;
    box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    font-family: Arial,Helvetica,sans-serif;
    max-width: calc(100% - 50px);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 25px;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    visibility: hidden;
    width: 351px;
    will-change: transform,visibility,opacity;
    z-index: 999999998;
}
.wa__btn_popup, .wa__btn_popup *, .wa__btn_popup :after, .wa__btn_popup :before, .wa__button, .wa__button *, .wa__button :after, .wa__button :before, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :after, .wa__popup_chat_box :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wa__btn_popup .wa__btn_popup_icon:after, .wa__btn_popup .wa__btn_popup_icon:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
}
.wa__btn_popup .wa__btn_popup_icon:before {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    z-index: 1;
}
.wa__btn_popup, .wa__btn_popup *, .wa__btn_popup :after, .wa__btn_popup :before, .wa__button, .wa__button *, .wa__button :after, .wa__button :before, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :after, .wa__popup_chat_box :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wa__btn_popup .wa__btn_popup_icon:after {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    opacity: 0;
    -ms-transform: scale(0) rotate(-1turn);
    transform: scale(0) rotate(-1turn);
    -webkit-transform: scale(0) rotate(-1turn);
    -moz-transform: scale(0) rotate(-1turn);
    z-index: 2;
}
.wa__popup_chat_box.wa__active {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    visibility: visible;
}

.wa__popup_chat_box {
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    bottom: 102px;
    box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    font-family: Arial,Helvetica,sans-serif;
    max-width: calc(100% - 50px);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 25px;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    visibility: hidden;
    width: 351px;
    will-change: transform,visibility,opacity;
    z-index: 999999998;
}
.wa__popup_chat_box .wa__popup_heading {
    background: #2db742;
    color: #d9ebc6;
    padding: 15px 43px 17px 74px;
    position: relative;
}
.wa__popup_chat_box .wa__popup_heading:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) top no-repeat;
    background-size: 33px;
    content: "";
    display: block;
    height: 33px;
    left: 12px;
    position: absolute;
    top: 20px;
    width: 55px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 3;
    padding-top: 2px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
}
.wa__popup_chat_box .wa__popup_content_left {
    text-align: left;
}
.wa__popup_chat_box .wa__popup_content {
    background: #fff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.njtwa-bar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
}
.njtwa-bar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1;
}
.njtwa-bar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
}
.njtwa-bar-mask, .njtwa-bar-offset {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
}
.njtwa-bar-mask {
    direction: inherit;
    height: auto!important;
    overflow: hidden;
    width: auto!important;
    z-index: 0;
}
.njtwa-bar-offset {
    -webkit-overflow-scrolling: touch;
    box-sizing: inherit!important;
    direction: inherit!important;
    resize: none!important;
}
.njtwa-bar-content-wrapper {
    -ms-overflow-style: none;
    box-sizing: border-box!important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    scrollbar-width: none;
    width: auto;
}
.njtwa-bar-content:after, .njtwa-bar-content:before {
    content: " ";
    display: table;
}
.wa__popup_chat_box .wa__popup_notice {
    color: #a5abb7;
    font-size: 11px;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:first-child {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    will-change: opacity,transform;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.wa__popup_chat_box .wa__stt {
    background: #f5f7f9;
    border-left: 2px solid #2db742;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    display: table;
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.wa__stt_online {
    backface-visibility: hidden;
    background: #2db742;
    cursor: pointer;
    transition: all .4s ease!important;
    -webkit-transition: all .4s ease!important;
    -moz-transition: all .4s ease!important;
    will-change: transform;
}
.wa__stt_online:before {
    background: rgba(0,0,0,6%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
    will-change: opacity;
    z-index: -1;
}
.wa__popup_chat_box .wa__popup_avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 12px;
}
.wa__popup_chat_box .wa__popup_avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 12px;
}
.wa__popup_content_item .wa__cs_img_wrap {
    height: 48px;
    width: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    height: 48px;
    min-height: 48px;
    vertical-align: middle;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    color: #363c47;
    font-size: 14px;
    line-height: 1.188em!important;
    text-align: left;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    color: #989b9f;
    font-size: 11px;
    line-height: 1.125em!important;
    padding: 2px 0 0;
    text-align: left;
}
.wa__popup_chat_box .wa__stt:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
    opacity: 0;
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    visibility: hidden;
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(1turn);
    transform: scale(0) rotate(1turn);
    -webkit-transform: scale(0) rotate(1turn);
    -moz-transform: scale(0) rotate(1turn);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}