@import url(//fonts.googleapis.com/css?family=Krona+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,700,800);
html {
  scroll-behavior: smooth;
}
body {
  background: #162647;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #6f6f6f;
}
a {
  text-decoration: none;
  color: #c20e1a;
}
a:hover {
  text-decoration: none;
  color: #c20e1a;
}
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;
  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 #dbdbdb;
  border-right-color: rgb(219, 219, 219);
  border-bottom-color: rgb(219, 219, 219);
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  background: #f1f1f1;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  line-height: 18px;
  color: #6f6f6f;
  padding: 11px 14px;
  height: 42px;
  resize: none;
}
p {
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 22px;
}
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;
}
h1.navbar-brand_ a img {
  width: 100%;
}
h2 {
  font: 300 22px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #383838;
  text-transform: uppercase;
  padding-bottom: 34px;
  margin: 0 0 32px 0;
}
h3 {
  font: 600 16px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #424242;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
h3.indent {
  margin-bottom: 6px;
}
h4 {
  font: 16px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  padding: 0;
  background: #f7f7f7;
}
.global.indent {
  padding: 76px 0 0 0;
  background: #f7f7f7;
}
.global.indent2 {
  padding: 76px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
/*-----menu-----*/
.menuBox {
  padding: 0;
  position: relative;
  z-index: 3;
}
nav.tm_navbar {
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
  min-height: 0;
  float: right;
}
nav.tm_navbar li {
  float: left;
  display: inline-block;
  font-size: 13px;
  line-height: 0;
  padding: 0;
  margin: 0 0 0 43px;
  position: relative;
}
nav.tm_navbar li:first-child {
  margin-left: 0;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font: 14px "Krona One";
  color: #162647;
  background: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
  color: #ee1c25;
  background: none;
}
nav.tm_navbar li > a:hover {
  color: #ee1c25;
  background: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: "Krona One";
}
nav.tm_navbar .sfHover > a {
  color: #ee1c25;
  background: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
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: 20px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 238px;
  left: -24px;
  top: 63px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #01a89e;
  padding: 29px 23px;
  margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 9px 0;
  padding: 0 0 9px 0;
  display: block;
  border-bottom: 1px solid #4bc1ba;
}
nav.tm_navbar .sub-menu > ul li.triangle {
  background: url(../img/tr.png) center 0 no-repeat !important;
  width: 100%;
  height: 5px;
  position: absolute;
  border: none;
  top: -5px;
  left: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  background: transparent;
  padding: 0;
  margin: 0;
  float: none;
  font: 10px "Krona One";
  color: #162647;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
  display: inline-block;
  background: url(../img/menu-marker2.png) right 0 no-repeat;
  width: 6px;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  top: 6px;
  margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #89eee8 !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: #89eee8 !important;
  background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 132px;
  left: 109px;
  top: -21px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ee1c25;
  padding: 21px 23px;
  margin: 0;
  text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: transparent;
  padding: 0;
  margin: 0;
  float: none;
  font: 13px "Krona One";
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li {
  border-color: #f8db9a;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #fff885 !important;
  background: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.select-menu {
  display: none !important;
}
.select-menu {
  display: none !important;
}
/*-----content-----*/
header {
  margin: 0;
  padding: 5px 0 22px 0;
  background: #fff;
}
footer {
  /* padding: 76px 0 40px 0; */
  padding: 40px 0 0 0;
}
footer a {
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer a:hover {
  color: #83d2e4;
}
footer i {
  margin: 0 3px;
  width: 1px;
  height: 21px;
  background: #555;
  display: inline-block;
  position: relative;
  top: 5px;
}
footer em,
footer i {
  font-style: normal;
}
footer .privacy {
  /* text-align: right; */
  /* color:#c2c2c2; */
  color: #fff;
}
footer .privacy p {
  /* color: #949494; */
  /* color:#c2c2c2; */
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
footer .privacy a {
  /* color: #949494; */
  /* color:#c2c2c2; */
  color: #fff !important;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
footer .privacy a:hover {
  color: #ee1c25 !important;
}
footer .privacy figure {
  display: block;
  margin-bottom: 12px;
  margin-top: 15px;
}
footer {
  position: relative;
}
footer > strong {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  margin-top: -14px;
  text-align: center;
  background: url(../img/foo_triangle.png) center 0 no-repeat;
}
.foo_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.foo_menu li {
  margin-bottom: 6px;
  padding-left: 16px;
  background: url(../img/foo_arrow.png) left 5px no-repeat;
}
.foo_menu li a {
  font: 14px/18px "Arial";
  /* color: #c2c2c2; */
  color: #fff;
}
.foo_menu li a:hover {
  color: #ee1c25;
}
.follow_icon {
  padding: 0;
  margin: 0;
  list-style: none;
  float: none;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 14px;
}
.follow_icon li {
  float: left;
  margin-right: 18px;
}
.follow_icon li a {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.follow_icon li a:hover {
  color: #ee1c25;
}
.follow_list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 32px;
}
.follow_list li {
  float: left;
  margin-right: 9px;
}
.follow_list li a {
  width: 30px;
  height: 30px;
  background: #f75050;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.follow_list li a:hover {
  color: #ffffff;
  background: #424246;
}
.errorBox {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 63px;
}
.errorBox img {
  width: 100%;
}
.errorBox1 {
  margin-bottom: 80px;
  padding-top: 32px;
}
.errorBox1 h2 {
  font-size: 140px;
  line-height: 136px;
  font-weight: 600;
  color: #7eb0b5;
  text-transform: uppercase;
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.errorBox1 h3 {
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  margin-bottom: 27px;
}
.errorBox1 p {
  font-size: 16px;
  margin-bottom: 22px;
}
.who-box,
.history-box,
.trainers-box {
  margin-bottom: 80px;
}
.trainers-box h3 {
  color: #ffffff;
}
.trainers-box p {
  color: #a8abb0;
}
.testimBox {
  padding: 51px 0 23px 0;
  background: #f7f7f7;
}
.testimBox {
  padding-bottom: 75px;
}
.testimBox figure {
  float: left;
  margin-right: 14px;
  margin-top: 7px;
}
.testimBox p {
  font-style: italic;
}
.testimBox .extra-wrap {
  padding-top: 0;
}
.testimBox a {
  color: #424242;
  font: bold 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.testimBox a:hover {
  color: #d3d3d3;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.events-box {
  padding: 51px 0 23px 0;
  background: #f7f7f7;
  margin-top: 10px;
}
#toTop {
  display: none;
  width: 47px;
  height: 47px;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: unset !important;
  right: 30px !important;
  bottom: 120px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
  margin-bottom: 62px;
}
.blog-box {
  padding: 63px 0 40px 0;
  position: relative;
}
.picBox {
  min-height: 574px;
  background: url(../img/picture1.jpg) center 0 no-repeat;
  margin-top: -56px;
  text-align: center;
}
.picBox > div {
  padding: 210px 0 0 0;
}
.picBox .description {
  font: 600 30px/30px "Open Sans";
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.picBox .title {
  font: 800 60px/60px "Open Sans";
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 37px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.picBox.indent {
  min-height: 82px;
}
.trainerBox {
  margin-bottom: 26px;
  position: relative;
  display: block;
}
.trainerBox figure {
  margin: 0;
}
.trainerBox figure a {
  position: relative;
  display: inline-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;
}
.banner-box {
  background: url(../img/bg_pic.jpg) center 0 no-repeat;
  padding-bottom: 39px;
  margin-bottom: 50px;
}
.welcome-box p {
  margin-bottom: 48px;
}
.advantages-box figure {
  margin-bottom: 32px;
}
.advantages-box figure img {
  width: 100%;
}
.advantages-box .title {
  font: 16px "Open Sans";
  color: #869ea0;
  margin-bottom: 7px;
}
.advantages-box p {
  margin-bottom: 26px;
}
.globe-box {
  margin-top: 57px;
  padding: 111px 0 68px 0;
  background: url(../img/bg_pic2.jpg) center 0 no-repeat;
}
.slogan-box p {
  font: 60px/60px "Raleway";
  color: #ffffff;
  text-transform: uppercase;
}
.slogan-box a {
  background: url(../img/more_arrow2.png) 0 top no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.slogan-box a:hover {
  background: url(../img/more_arrow2.png) 0 bottom no-repeat;
}
.map-box {
  background: url(../img/map.jpg) center 0 no-repeat;
  padding: 82px 0;
  text-align: center;
}
.map-box figure {
  margin-bottom: 30px;
}
.map-box p {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 22px;
}
.map-box a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.map-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.thumb-pad0 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 32px 32px 47px 32px;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
.thumb-pad0 .thumbnail .caption .title {
  font: 300 22px "Open Sans";
  color: #4d4d4d;
  padding-bottom: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdede;
  margin-bottom: 18px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
.thumb-pad0 .thumbnail .caption a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  background: #b7b7b7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0 .thumbnail .caption a img {
  display: inline-block;
}
.thumb-pad0 .thumbnail figure {
  padding: 0;
  margin: 0;
  height: 186px;
  width: 100%;
  text-align: center;
  line-height: 186px;
}
.thumb-pad0.box1 figure {
  background: #ee1c25;
}
.thumb-pad0.box1:hover a {
  background: #ee1c25;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box1:hover .title {
  color: #ee1c25 !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box2 figure {
  background: #01a89e;
}
.thumb-pad0.box2:hover a {
  background: #01a89e;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box2:hover .title {
  color: #01a89e !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box3 figure {
  background: #d66c9a;
}
.thumb-pad0.box3:hover a {
  background: #d66c9a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box3:hover .title {
  color: #d66c9a !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box4 figure {
  background: #b1c77a;
}
.thumb-pad0.box4:hover a {
  background: #b1c77a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad0.box4:hover .title {
  color: #b1c77a !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 {
  margin: 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 .caption {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.thumb-pad1 .thumbnail .caption .title {
  font: bold 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.thumb-pad1 .thumbnail .caption p {
  color: #c2ecef;
  margin-bottom: 2px;
}
.thumb-pad1 .thumbnail .caption a {
  font: bold 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #ffce5d;
}
.thumb-pad1 figure {
  margin: 0 0 18px 0;
  border-radius: 100%;
}
.thumb-pad1 figure img {
  border-radius: 100%;
  width: 100%;
}
.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 .thumbnail .caption p {
  color: #a8abb0;
}
.thumb-pad2 figure {
  margin: 0 0 22px 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  overflow: hidden;
}
.thumb-pad3 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  margin-bottom: 19px;
  color: #6f6f6f;
}
.thumb-pad3 figure {
  margin: 0;
  margin-bottom: 23px;
}
.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: #6f6f6f;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 30px;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin-bottom: 27px;
}
.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: #6f6f6f;
}
.thumb-pad5 .thumbnail .caption img {
  float: left;
  margin-right: 17px;
  margin-top: 8px;
}
.thumb-pad5 .thumbnail .caption a {
  font: 500 17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3e4145;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover {
  color: #eadd70;
}
.thumb-pad5 figure {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 19px;
}
.thumb-pad6 {
  overflow: hidden;
}
.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad6 .thumbnail .caption {
  padding: 0;
  color: #6f6f6f;
}
.thumb-pad6 .thumbnail .caption .name {
  font: 500 17px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3e4145;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .name:hover {
  color: #eadd70;
}
.thumb-pad6 figure {
  margin: 0;
}
.thumb-pad6 figure img {
  width: 100%;
}
.thumb-pad7 {
  margin: 0 0 45px 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad7 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad7 .thumbnail figure img {
  width: 100%;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .description {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #869ea0;
  margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption a {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
  color: #869ea0;
}
.thumb-pad7 .thumbnail .caption p {
  margin-top: 7px;
  margin-bottom: 0;
}
.thumb-pad8 {
  margin: 0 0 50px 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad8 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad8 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad8 .thumbnail figure img {
  width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad8 .thumbnail .caption .description {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #869ea0;
  margin-bottom: 7px;
}
.thumb-pad8 .thumbnail .caption .lnk {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
  color: #869ea0;
}
.thumb-pad8 .thumbnail .caption p {
  margin-bottom: 25px;
}
.thumb-pad9 {
  margin: 0 0 50px 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad9 .thumbnail figure {
  margin: 0 0 25px 0;
}
.thumb-pad9 .thumbnail figure img {
  width: 100%;
}
.thumb-pad9 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .description {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #869ea0;
  margin-bottom: 7px;
}
.thumb-pad9 .thumbnail .caption .lnk {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .lnk:hover {
  color: #869ea0;
}
.thumb-pad9 .thumbnail .caption p {
  margin-bottom: 25px;
}
.thumb-pad10 {
  margin: 0 0 57px 0;
  padding: 0;
  overflow: hidden;
}
.thumb-pad10 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad10 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad10 .thumbnail figure img {
  width: 100%;
}
.thumb-pad10 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad10 .thumbnail .caption .description {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #869ea0;
  margin: 0;
}
.thumb-pad10 .thumbnail .caption .description a {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #869ea0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad10 .thumbnail .caption .description a:hover {
  color: #262c45;
}
.thumb-pad10 .thumbnail .caption .title {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.thumb-pad10 .thumbnail .caption .title a {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262c45;
  text-transform: uppercase;
  float: right;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad10 .thumbnail .caption .title a:hover {
  color: #6da6ab;
}
.thumb-pad10 .thumbnail .caption .title br {
  display: none;
}
.thumb-pad10 .thumbnail .caption p {
  margin-bottom: 25px;
}
/*-----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 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6f6f6f;
  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: 12px 23px;
  font: 600 14px "Open Sans";
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  color: #202f31;
  background: #ffffff;
  display: inline-block;
  border-radius: 12px;
  float: right;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn1:hover {
  color: #ffffff;
  background: #414141;
  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: 12px 23px;
  font: 600 14px "Open Sans";
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  color: #202f31;
  background: #ffffff;
  display: inline-block;
  border-radius: 12px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn2:hover {
  color: #ffffff;
  background: #414141;
  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: 0;
  font: bold 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: none;
  color: #c20e1a;
  background: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn3 span {
  display: inline-block;
  font-size: 11px;
  color: #9e9e9e;
  margin-right: 2px;
}
.btn-default.btn3:hover {
  color: #000;
  background: none;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn3:hover span {
  color: #6da6ab;
}
.btn-default.btn4 {
  box-shadow: none;
  position: relative;
  text-decoration: none !important;
  padding: 12px 23px;
  font: 600 14px "Open Sans";
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #414141;
  display: inline-block;
  border-radius: 12px;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn4:hover {
  color: #ffffff;
  background: #ee1c25;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list1-1 li {
  font-size: 13px;
  line-height: 1.42857143;
  overflow: hidden;
  padding-bottom: 7px;
  margin-bottom: 23px;
  background: url(../img/dashed.png) 0 bottom repeat-x;
}
.list1-1 li:last-child {
  /* padding: 0; */
  margin-bottom: 7px;
  /* background: none; */
}
.list1-1 li a {
  font: bold 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #626262;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list1-1 li a:hover {
  color: #d80000;
  -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.42857143;
  overflow: hidden;
  margin-bottom: 11px;
}
.list1 li .badge {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: #fed46f;
  width: 69px;
  height: 63px;
  line-height: 63px;
  float: left;
  margin-right: 30px;
  text-align: center;
  font-size: 36px;
  color: #6f6f6f;
  border-radius: 0;
  border: none;
  margin-top: 8px;
}
.list1 li a {
  color: #6f6f6f;
  font: 18px "Sanchez";
  line-height: 22px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list1 li a:hover {
  color: #fed46f;
}
.list1 li p {
  margin-top: 6px;
}
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list2 li {
  font-size: 13px;
  line-height: 1.42857143;
  overflow: hidden;
  margin-bottom: 27px;
}
.list2 li p {
  margin-bottom: 0;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3.indent {
  margin-bottom: 84px;
}
.list3 li {
  font-size: 13px;
  line-height: 1.42857143;
  margin-bottom: 11px;
  padding-left: 20px;
  background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list3 li a {
  color: #1a2627;
  font: 300 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.list3 li a:hover {
  color: #6da6ab;
}
.list3 li p {
  margin-bottom: 0;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list6 li {
  font-size: 13px;
  line-height: 1.42857143;
  margin-bottom: 0;
}
.list6 li .badge {
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  width: 80px;
  background: none;
  text-align: left;
  float: left;
  border: none;
  margin-right: 27px;
  margin-top: 2px;
}
.list6 li .badge time {
  font: 300 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a8abb0;
}
.list6 li .title {
  font: 500 17px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
.list6 li p {
  color: #a8abb0;
}
.list8 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list8 li {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 27px;
}
.list8 li p {
  margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#search-404 a {
  position: absolute;
  top: 10px;
  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 #dbdbdb;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  background: none;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #6f6f6f;
  padding: 11px 14px;
  height: 42px;
  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 "Open Sans", "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 86px 0; */
  margin: 0 0 0 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: 510px;
  border: none;
  line-height: 0;
  overflow: hidden;
}
.info p {
  margin-bottom: 0;
}
.info p span {
  width: 74px;
  display: inline-block;
}
.info a {
  color: #7eb0b5;
}
.info a:hover {
  color: #6f6f6f;
}
.info h3 {
  margin-bottom: 0;
  /* color: #C20E1A; */
  font-size: 14px;
  line-height: 22px;
}
/*-----form-----*/
.formBox {
  /* padding-bottom: 80px; */
  padding-bottom: 50px;
}
#contact-form {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  text-align: left;
}
#contact-form label {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 0;
  font-weight: normal;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #6f6f6f;
}
#contact-form label span {
  margin-bottom: 2px;
  display: block;
  color: #6f6f6f;
}
#contact-form .holder {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  /* width: 253px; */
  width: 240px;
  /* margin-right: 4px; */
}
.form-div-3 {
  margin-right: 0;
}
#contact-form ._placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  padding: 11px 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[type="text"],
#contact-form textarea,
#contact-form select {
  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 #dbdbdb;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  background: #f1f1f1;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #6f6f6f;
  padding: 11px 14px;
  height: 42px;
  resize: none;
}
#contact-form textarea {
  height: 157px;
  margin-bottom: 20px;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px "Arial";
  color: #7eb0b5;
  -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: #fff;
  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 #dbdbdb;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  background: #f1f1f1;
  font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 42px;
  color: #6f6f6f;
  padding: 0 14px;
  height: 42px;
  resize: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btns p {
  float: left;
  margin: 9px 0 0 28px;
  font-size: 14px;
  color: #7eb0b5;
}
.btns .btn2 {
  float: left;
}
.mail {
  color: #7eb0b5;
  font: bold 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mail:hover {
  color: #262c45;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  #search-404 {
    width: 320px;
  }
  #search-404 input {
    width: 280px;
    float: left;
    margin-right: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  .menuBox {
    text-align: center;
  }
  h1.navbar-brand_ {
    float: none;
  }
  nav.tm_navbar {
    display: inline-block;
    float: none;
    margin-top: 30px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #contact-form label {
    min-height: 50px;
  }
  .slogan-box p {
    font-size: 40px;
    line-height: 50px;
  }
  .slogan-box p a {
    line-height: 50px;
  }
  .thumb-pad10 .thumbnail .caption .title {
    display: block;
  }
  .thumb-pad10 .thumbnail .caption .title a {
    float: none;
  }
  .thumb-pad10 .thumbnail .caption .title br {
    display: block;
  }
  .errorBox1 h2 {
    font-size: 90px;
    line-height: 100px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .menuBox {
    text-align: center;
  }
  h1.navbar-brand_ {
    float: none;
  }
  nav.tm_navbar {
    display: inline-block;
    float: none;
    margin-top: 30px;
  }
  .advantages-box article {
    /* margin-bottom: 35px; */
  }
  .advantages-box article > p {
    margin-bottom: 0;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form label {
    min-height: 50px;
  }
  .testimBox article {
    margin-bottom: 35px;
  }
  .categories-box {
    margin-top: 80px;
    overflow: hidden;
  }
  .advantages-box {
    /* margin-bottom: 50px; */
    overflow: hidden;
  }
  .slogan-box p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .slogan-box p a {
    line-height: 50px;
  }
  footer {
    /* padding: 76px 0 0 0; */
    padding: 40px 0 0 0;
  }
  footer article {
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
    text-align: left !important;
  }
  .thumb-pad9 .thumbnail figure {
    float: left;
    margin-right: 30px;
  }
  .thumb-pad10 .thumbnail .caption .title {
    display: block;
  }
  .thumb-pad10 .thumbnail .caption .title a {
    float: none;
  }
  .thumb-pad10 .thumbnail .caption .title br {
    display: block;
  }
  .errorBox1 h2 {
    font-size: 90px;
    line-height: 100px;
  }
  .errorBox1 h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  header {
    height: auto;
    text-align: center;
    /* padding: 30px 0; */
  }
  .menuBox {
    float: none;
    padding-bottom: 10px;
  }
  h1.navbar-brand_ {
    float: none;
    width: 100%;
    text-align: center;
  }
  nav.tm_navbar {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 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 #ee1c25;
    background: #ee1c25;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .advantages-box {
    /* margin-bottom: 50px; */
    /* padding-top: 40px; */
    overflow: hidden;
  }
  .advantages-box figure {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
    /* height: 150px; */
    width: 230px;
  }

  .advantages-box article {
    margin-bottom: 50px;
    min-height: 150px;
  }
  .follow_icon {
    display: inline-block;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .who-box {
    padding-bottom: 0;
  }
  .who-box article {
    margin-bottom: 50px;
  }
  .testimBox {
    padding-bottom: 0;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .map iframe {
    height: 300px;
  }
  .info {
    margin-bottom: 50px;
  }
  #contact-form label {
    min-height: 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-top: 50px;
  }
  .privacyBox h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 33px;
  }
  .errorBox {
    padding-top: 80px;
  }
  .pict {
    background: none;
    padding: 0 0 90px 0;
  }
  .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;
  }
  .testimBox article {
    margin-bottom: 35px;
  }
  .categories-box {
    margin-top: 80px;
    overflow: hidden;
  }
  .block-box article {
    margin-bottom: 50px;
  }
  .list1-1.indent.border {
    padding-bottom: 65px;
    margin-bottom: 50px;
  }
  .slogan-box p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .slogan-box p a {
    line-height: 50px;
  }
  footer {
    /* padding: 76px 0 0 0; */
    padding: 40px 0 0 0;
  }
  footer article {
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
    text-align: center !important;
  }
  .foo_menu li {
    background: none;
  }
  .who-box,
  .history-box,
  .trainers-box {
    margin-bottom: 50px;
  }
  .events-box {
    margin-top: 40px;
  }
  .thumb-pad9 .thumbnail figure {
    float: left;
    margin-right: 30px;
  }
  .thumb-pad10 .thumbnail .caption .title {
    display: block;
  }
  .thumb-pad10 .thumbnail .caption .title a {
    float: none;
  }
  .thumb-pad10 .thumbnail .caption .title br {
    display: block;
  }
  .errorBox1 h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .errorBox1 h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .thumb-pad2 figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .thumb-pad6 figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .thumb-pad3 figure {
    margin: 0 0 27px 0;
    float: none;
  }
  .thumb-pad9 .thumbnail figure {
    float: none;
    margin: 0 0 30px 0;
  }
  .thumb-pad10 .thumbnail figure {
    margin: 0 0 30px 0;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@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;
  }
  .banner-box {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .banner-box article {
    width: 100%;
    float: none;
  }
  .map-box {
    padding: 35px 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
  .testimBox article {
    width: 100%;
    float: none;
  }
  .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;
  }
  .picBox {
    min-height: 448px;
  }
  .picBox .title {
    font-size: 23px;
    line-height: 37px;
  }
  .thumb-pad8 .thumbnail .badgeBox p br {
    display: block;
  }
  .thumb-pad8 .thumbnail .badgeBox p span {
    float: none !important;
  }
  .advantages-box article {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .advantages-box figure {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .slogan-box p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .globe-box {
    background: #6d8587;
  }
  .globe-box article {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .thumb-pad1 {
    text-align: center;
  }
  .thumb-pad1 img {
    width: auto !important;
  }
  .thumb-pad8 .thumbnail figure {
    margin: 0 0 30px 0;
    float: none;
  }
  .thumb-pad7 .thumbnail figure {
    margin: 0 0 30px 0;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
  .teamBox article {
    width: 100%;
    float: none;
  }
  .testimBox article {
    width: 100%;
    float: none;
  }
  .trainers-box article {
    width: 100%;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
  margin-bottom: 0;
}
.padBot {
  padding-bottom: 50px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

div.actuALaUne {
  height: 25px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #262c45;
  font-weight: bold;
}
div.actuALaUne p {
  color: #262c45;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
}
div.actuALaUne a {
  color: #262c45;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

/* Styles new actu wec */
form.actuWecFormSearch {
  /*width:300px !important;*/
}
div.actuWecTheme {
  position: relative;
}
a.actuWecPicto1,
a.actuWecPicto2,
a.actuWecPicto3,
a.actuWecPicto4,
a.actuWecPicto5 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 29px;
  text-decoration: none;
}
a.actuWecPicto1 {
  height: 29px;
  background: url(../images/main/sprite.png) no-repeat 0 0;
}
a.actuWecPicto2 {
  height: 36px;
  background: url(../images/main/sprite.png) no-repeat 0 -29px;
}
a.actuWecPicto3 {
  height: 33px;
  background: url(../images/main/sprite.png) no-repeat 0 -65px;
}
a.actuWecPicto4 {
  height: 35px;
  background: url(../images/main/sprite.png) no-repeat 0 -98px;
}
a.actuWecPicto5 {
  height: 35px;
  background: url(../images/main/sprite.png) no-repeat 0 -133px;
}
a.actuWecTitle {
  float: left;
  margin-left: 47px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c20e1a;
  text-decoration: none;
}
a.actuWecTitleCabinet {
  margin-left: 0 !important;
}
span.actuWecTitleCalendar {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c20e1a;
}
span.actuWecDate {
  float: left;
  margin-left: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #929292;
}
a.actuWecTitle2 {
  float: right;
  width: 11px;
  height: 8px;
  margin-top: 6px;
  background: url(../images/main/sprite.png) no-repeat 0 -169px;
  text-decoration: none;
}

p.actuWecTitre,
p.actuWecTitre2 {
  clear: both;
  float: left;
  margin: 8px 0 5px 47px;
  padding: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  color: #4c4842;
}
p.actuWecTitre2 {
  margin-top: 0;
}
p.actuWecTitre a,
p.actuWecTitre2 a {
  font-size: 14px;
  font-weight: bold;
  color: #4c4842;
  text-decoration: none;
}

p.actuWecDesc {
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 47px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  color: #4c4842;
}
p.actuWecDesc a {
  font-size: 12px;
  font-weight: normal;
  color: #4c4842;
  text-decoration: none;
}

div.actuWecSeparateur {
  clear: both;
  height: 18px;
  margin: 0 0 18px 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
div.actuWecSeparateur2 {
  clear: both;
  height: 13px;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}

p.actuWecTitre a:hover,
p.actuWecTitre2 a:hover,
p.actuWecDesc a:hover,
a.actuWecTitle:hover,
a.actuWecTitle2:hover {
  color: #c20e1a !important;
}

/* responsive */
div.actuWecBox {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  float: left;
  width: 33.32%;
  margin-top: 10px 0 0 0;
  padding: 10px;
}

div.actuWecBox4 {
  clear: left;
}

div.actuWecBox2 div.actuWecSeparateur,
div.actuWecBox3 div.actuWecSeparateur {
  display: none;
}

@media (max-width: 1200px) {
  a.actuWecTitle {
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  div.actuWecBox {
    width: 50%;
  }
  div.actuWecBox3 div.actuWecSeparateur {
    display: block;
  }
  div.actuWecBox4 {
    clear: none;
  }
  div.actuWecBox3,
  div.actuWecBox5 {
    clear: left;
  }
  div.actuWec2Num3 {
    display: none;
  }
  div.actuWec2Num2 div.actuWecSeparateur2 {
    display: none;
  }
}
@media (max-width: 768px) {
  div.actuWecBox {
    width: 100%;
  }
  div.actuWecBox2 div.actuWecSeparateur {
    display: block;
  }
  div.actuWec1Num3 {
    display: none;
  }
  div.actuWec1Num2 div.actuWecSeparateur2,
  div.actuWec2Num2 div.actuWecSeparateur2 {
    display: none;
  }
  div.actuWecSearch {
    width: 100%;
  }
  form.actuWecFormSearch {
    width: 100% !important;
  }
}

.h2Wec {
  font-size: 20px;
  margin-bottom: 10px !important;
  color: #c20e1a !important;
}
.h3Wec {
  font-size: 14px;
  color: #c20e1a !important;
  text-transform: none;
}
h4.h3Wec {
  font-size: 16px;
  color: #c20e1a !important;
}

div#table_wec {
  clear: both;
  margin-top: 30px;
}
div#table_wec * {
  clear: both;
  float: none;
}

div#table_wec table {
  margin: 15px 0 15px 0;
  background: #000;
  border-collapse: separate;
  border-spacing: 1px;
}

div#table_wec table td {
  padding: 1px;
  text-align: center !important;
  vertical-align: middle !important;
  background: #fff !important;
}
div#table_wec table td p {
  text-align: center !important;
}

div#table_wec ul li {
  list-style-type: disc;
  list-style-position: inside;
}

div#table_wec ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* calendrier new */
.responsive-calendar .btn-primary {
  background-color: #c20e1a !important;
}

.responsive-calendar .day .badge {
  background: #fff !important;
  color: #000 !important;
}

.responsive-calendar .day.active a {
  background-color: #c20e1a !important;
}

/****************************************************************************************
BARRE DE PAGINATION
*******************************************************************************************/

/* Les barres de navigation */
div.navig {
  border: 0px solid #283891; /* bleu */
  margin-top: 10px;
  text-align: center;
  height: 15px;
}
div.navig ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.navig ul li {
  display: inline !important;
  float: none !important;
  margin: 0;
  padding: 0;
  background: none !important;
  line-height: 1;
}
div.navig ul li i {
  display: none !important;
}

/* Barres de navigation : liens */

div.navig ul li a:link,
div.navig ul li a:visited {
  color: #c20e1a; /* bleu */
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: verdana;
}
div.navig ul li a:hover,
div.navig ul li a:active {
  color: #c20e1a; /* bleu */
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: verdana;
}

/* Barres de navigation : page en cours */
div.navig ul li span {
  color: #fff !important; /* bleu */
  font-size: 14px;
  background-color: #c20e1a; /* bleu */
  font-weight: bold;
  font-family: verdana;
}

/****************************************************************************************
class for corection 02.03.2023
*******************************************************************************************/
.margbot10 {
  margin-bottom: 5px !important;
}

.h2-index {
  padding: 0 !important;
  margin: 30px 0 30px !important;
}
.a-color {
  color: #6f6f6f !important;
}

.a-color:hover {
  transition: all 0.25s ease;
  color: #c20e1a !important;
}

/* -----for article in footer------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-article > article {
    min-height: 172px;
  }
}

.widget-title {
  color: #fff;
  font-size: 17px;
  margin: 15px 0 20px;
  text-transform: uppercase;
}

.widget-copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.widget-copyright a:hover {
  color: #c20e1a !important;
  transition: all 0.25s ease;
}

.header-top-bar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .header-top-bar {
    flex-direction: column;
  }
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 1219px) {
  #contact-form .holder {
    flex-direction: column;
  }
}

#widget_actu .modal-fullscreen {
  background-color: #fff !important;
}

#widget_actu .modal-content {
  position: fixed !important;
  top: calc(100vh / 4);
  left: 0;
}

#widget_actu .modal-fullscreen .modal-header {
  justify-content: center !important;
}

#widget_actu .modal-header .btn-close {
  margin: 0 0 0 0 !important;
  /* margin-right: 0rem !important; */
  margin-left: 32rem !important;
}
