a {
  transition: color 500ms ease;
}

.transition {
  transition: all 500ms ease;
}

.axis {
  margin: 0 auto;
  max-width: 100%;
  width: 990px;
}

html {
  background: #5e5c5c;
}

body {
  background: #fff;
}

#all {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.alert {
  margin: 10px 0;
  color: #000;
}

.alert p {
  display: block;
  margin: 0 0 5px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.alert.alert-success p {
  background: green;
}

.alert.alert-error p {
  background: red;
}

.simpleList {
  overflow: hidden;
}

.simpleList .item {
  display: inline-block;
  vertical-align: top;
}

.emailDecode {
  visibility: hidden;
}

.emailDecode.working {
  visibility: visible;
}

#header {
  background: #1f1a17;
  background: url(../img/topBck.png) repeat-x center top;
}

#header .topRow {
  padding: 10px 0 20px;
  height: 89px;
  position: relative;
}

#header .logo {
  float: left;
  margin-left: -33px;
}

#header .contactBox {
  float: right;
  width: 140px;
  color: #969494;
  text-align: center;
  line-height: 1.5;
}

#header .contactBox p a {
  color: #969494;
}

#header .contactBox p a:hover {
  color: #007dc4;
}

#header .blockButton {
  border-color: #969494;
  color: #969494;
}

#header .mainMenu {
  background: url(../img/menuBck.png) repeat-x center top;
}

#header .otherProjects {
  height: 72px;
  line-height: 72px;
  padding: 13px 0 0;
  white-space: nowrap;
}

#header .otherProjects a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

#header .otherProjects a img {
  display: block;
}

.mainMenu {
  position: relative;
}

.mainMenu .mainMenuList {
  display: flex;
  flex-direction: row;
  height: 39px;
}

.mainMenu .mainMenuList > li {
  flex-grow: 1;
  border-right: 1px solid #aca9a9;
}

.mainMenu .mainMenuList > li > a {
  line-height: 39px;
  height: 39px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.mainMenu .mainMenuList > li:first-child {
  border-left: 1px solid #aca9a9;
}

.subMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  z-index: 9999;
  overflow: hidden;
  max-height: 0;
  text-align: left;
  transition: max-height 500ms ease;
}

.subMenu .menuWrapper {
  background: rgba(94, 92, 92, 0.7);
}

.subMenu .imagedList {
  margin: 0 10px;
  padding: 15px 0 0;
}

.subMenu .imagedList .item {
  padding: 0 4px 10px;
}

.subMenu .imagedList .item .wrapper {
  padding: 0;
  border: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transform: translateZ(0);
}

.subMenu .imagedList .item .wrapper:hover .img img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
}

.subMenu .imagedList .item .img {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.subMenu .imagedList .item .img img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translateZ(0);
}

.subMenu .imagedList .name {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  min-height: 20px;
  padding: 2px 0;
  letter-spacing: -.5px;
  background: #fff;
}

.subMenu .imagedList .name span {
  line-height: 10px;
  vertical-align: middle;
  display: inline-block;
  max-width: 90%;
}

.subMenu .imagedList .name:before {
  content: ' ';
  display: inline-block;
  height: 20px;
  width: 1px;
  overflow: hidden;
  vertical-align: middle;
}

@media all and (min-width: 1000px) {
  #header.overHeader {
    padding-bottom: 39px;
  }
  #header.overHeader .mainMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .mainMenuList > li:hover .subMenu {
    max-height: 550px;
  }
}

.simpleMenu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simpleMenu > li {
  display: block;
  list-style: none;
  text-align: center;
}

.simpleMenu > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

.simpleMenu > li > a:hover {
  background: url(../img/menuBck.png) repeat-x center bottom;
}

.simpleMenu > li.active > a {
  background: url(../img/menuBck.png) repeat-x center bottom;
}

#main {
  margin-top: 30px;
}

#footer {
  margin-top: 50px;
}

#footer .topBar {
  background: #969494;
  padding: 12px 0;
}

#footer .columnName {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#footer .columns {
  margin: 0 -20px;
}

#footer .column {
  padding: 0 20px;
  width: 33.33333%;
  float: left;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#footer.noForm .column {
  width: 50%;
}

#footer .columnAddress {
  width: 40%;
}

#footer .contactColumn {
  width: 30%;
}

#footer .socialColumn {
  text-align: right;
  width: 30%;
}

#footer .footerContent {
  background: #5e5c5c;
  padding: 25px 0 35px;
  color: #fff;
}

#footer .columnAddress .textContent {
  margin-top: 20px;
}

#footer .addressWrapper {
  padding: 10px 0 0 70px;
}

#footer .form .input.text input,
#footer .form .input.password input,
#footer .form .input.textarea textarea,
#footer .form .input.select select {
  border-color: #969494;
  color: #fff;
}

#footer .form ::-webkit-input-placeholder {
  opacity: .8 !important;
  color: #fff;
}

#footer .form :-moz-placeholder {
  opacity: .8 !important;
  color: #fff;
}

#footer .form ::-moz-placeholder {
  opacity: .8 !important;
  color: #fff;
}

#footer .form :-ms-input-placeholder {
  opacity: .8 !important;
  color: #fff;
}

#footer .form .blockButton {
  border-color: #969494;
  color: #fff;
  padding: 10px 30px;
  float: right;
  clear: both;
  font-size: 15px;
}

#footer .socialList {
  margin: 50px 0 0;
  padding: 0;
  cursor: default;
}

#footer .socialList li {
  display: inline-block;
  margin-left: 20px;
}

#footer .socialList a {
  display: block;
  font-size: 60px;
  color: #969494;
}

#footer .socialList a:hover {
  color: #007dc4;
}

body.c_main #main {
  margin-top: 0;
}

.actionBox {
  background: url(../img/actionBox.png) no-repeat 0 0;
  color: #fff;
  padding: 8px 0 8px 30px;
  height: 31px;
  position: relative;
}

.actionBox .textValue {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.actionBox:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: url(../img/actionBox.png) no-repeat -20px 0;
}

.actionBox .roundButton {
  margin: 0 0 0 25px;
  vertical-align: middle;
}

.banners {
  position: relative;
}

.banners .bannersList {
  height: 350px;
  position: relative;
}

@media all and (min-height: 700px) {
  .banners .bannersList {
    height: 450px;
  }
}

.banners .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
}

.banners .banner.cycle-sentinel {
  display: none !important;
}

.banners .banner.cycle-slide-active {
  z-index: 999 !important;
}

.banners .banner .axis {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.banners .banner .actionBox {
  float: right;
}

.banners .banner .actionBox .textValue {
  font-size: 26px;
}

.banners .banner .actionBox .button {
  top: -6px;
}

.banners .pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: right;
}

.banners .pager span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #969494;
  overflow: hidden;
  line-height: 12px;
  text-indent: 12px;
  margin-left: 7px;
  cursor: pointer;
}

.banners .pager span:hover {
  background: #83c221;
}

.banners .pager span.cycle-pager-active {
  background: #007dc4;
}

.axisBanners {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
}

.axisBanners .bannersList {
  height: 350px;
}

@media all and (min-height: 700px) {
  .axisBanners .bannersList {
    height: 450px;
  }
}

.axisBanners .banner .actionBox {
  padding-right: 20px;
}

.axisBanners .banner .actionBox .button {
  margin-right: 15px;
}

.mainIndex .banners {
  margin-bottom: 25px;
}

.mainIndex .banners .withPager {
  margin-bottom: 50px;
}

.mainIndex .whatStands {
  margin: 35px 0;
}

.mainIndex .trainerInfo {
  color: #969494;
  font-style: italic;
  max-width: 870px;
  margin: 10px auto 0;
  font-size: 12px;
}

.mainIndex .newsListContent {
  border-bottom: 1px solid #5e5c5c;
  margin: 15px auto 30px;
  padding-bottom: 30px;
}

.imagedList .item {
  display: inline-block;
  vertical-align: top;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.imagedList.count_1 .item {
  width: 100%;
}

.imagedList.count_2 .item {
  width: 50%;
}

.imagedList.count_3 .item {
  width: 33.33333%;
}

.imagedList.count_4 .item {
  width: 25%;
}

.imagedList.count_5 .item {
  width: 20%;
}

.imagedList.count_6 .item {
  width: 16.66667%;
}

.imagedList.count_7 .item {
  width: 14.28571%;
}

.imagedList.count_8 .item {
  width: 12.5%;
}

.coursesList {
  margin: 0 -7px;
}

.coursesList .name {
  display: block;
  text-align: center;
  font-weight: 600;
}

.imageInfoList .item {
  padding: 0 7px 14px;
}

.imageInfoList .wrapper {
  display: block;
  border: 2px solid #d6d6d6;
  background: url(../img/imagedBck.png) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  padding: 10px;
  transition: all 500ms ease;
}

.imageInfoList .wrapper:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.imageInfoList .img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}

.imageInfoList .img img, .imageInfoList .img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  transition: all 500ms ease;
}

.imageInfoList .moreInfo {
  margin-top: 10px;
  text-align: right;
}

.imageInfoList .moreInfo .button {
  padding-top: 5px;
  padding-bottom: 5px;
}

.whatStands {
  background: #007dc4 url(../img/stands.jpg) no-repeat center center;
  -ms-background-size: auto 100%;
  background-size: auto 100%;
  color: #fff;
  overflow: hidden;
  padding: 50px 0;
}

.whatStands .title {
  color: #fff;
  overflow: hidden;
}

.whatStands .standsContent {
  float: left;
  width: 61%;
}

.whatStands .standsContent .title {
  margin-top: 0;
}

.whatStands .stands {
  float: right;
  text-align: right;
  width: 35%;
}

.whatStands .stands .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 25px;
}

.whatStands .stands ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.whatStands .stands li {
  display: block;
  float: right;
  clear: both;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  font-style: italic;
  white-space: nowrap;
  margin-bottom: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF, endColorstr=#4DFFFFFF);
  *zoom: 1;
  position: relative;
}

.whatStands .stands li:before, .whatStands .stands li:after {
  content: ' ';
  display: block;
  position: absolute;
}

.whatStands .stands li:after {
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2000px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF, endColorstr=#4DFFFFFF);
  *zoom: 1;
}

.whatStands .stands li:before {
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 27px 9px;
  border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
}

.whatStands .stands li.nr_0 {
  width: 180px;
}

.whatStands .stands li.nr_1 {
  width: 193px;
}

.whatStands .stands li.nr_2 {
  width: 206px;
}

.whatStands .stands li.nr_3 {
  width: 219px;
}

.whatStands .stands li.nr_4 {
  width: 232px;
}

.whatStands .stands li.nr_5 {
  width: 245px;
}

.whatStands .stands li.nr_6 {
  width: 258px;
}

.whatStands .stands li.nr_7 {
  width: 271px;
}

.whatStands .stands li.nr_8 {
  width: 284px;
}

.whatStands .stands li.nr_9 {
  width: 297px;
}

.whatStands .stands li.nr_10 {
  width: 310px;
}

.whatStands .stands li.nr_11 {
  width: 323px;
}

.whatStands .stands li.nr_12 {
  width: 336px;
}

.simpleGallery {
  margin: 0 -5px;
}

.simpleGallery .item {
  padding: 0 5px 10px;
}

.simpleGallery .item a {
  display: block;
}

.simpleGallery .item .img {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 81.48148%;
  overflow: hidden;
}

.simpleGallery .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

.simpleGallery .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.trainersList {
  margin: 0 -10px;
}

.trainersList .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.trainersList .wrapper {
  display: block;
  background: #d6d6d6;
  box-shadow: 0 1px 1px #969494;
  overflow: hidden;
}

.trainersList .wrapper:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.trainersList .wrapper:hover .name {
  color: #007dc4;
}

.trainersList .img {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 81.48148%;
  overflow: hidden;
}

.trainersList .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

.trainersList .info {
  margin: 10px 10px 4px;
  height: 65px;
  overflow: hidden;
}

.trainersList .name {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5e5c5c;
}

.trainersList .textContent {
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.trainersList.scrollList.working {
  margin: 0;
}

.trainersList.scrollList.working .item {
  padding: 0 15px 30px;
  width: 270px;
}

.trainersList.scrollList.working .info {
  margin: 15px 15px 20px;
}

.trainersList.scrollList.working .name {
  font-size: 16px;
}

.scrollList.working .slides {
  max-width: 900px;
  margin: 0 auto;
}

.scrollList.working .slides .item {
  width: auto;
  margin-bottom: 0;
}

.scrollList.working .slides .item img {
  transition: all 500ms ease;
}

.scrollList.working .slides .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.scrollList.working .owl-stage-outer {
  padding-bottom: 2px;
}

.scrollList.working .owl-nav {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
}

.scrollList.working .owl-nav .owl-prev,
.scrollList.working .owl-nav .owl-next {
  position: absolute;
  top: -40px;
  display: block;
  width: 40px;
  text-indent: 40px;
  overflow: hidden;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #d6d6d6;
  transition: all 500ms ease;
}

.scrollList.working .owl-nav .owl-prev:hover,
.scrollList.working .owl-nav .owl-next:hover {
  color: #007dc4;
}

.scrollList.working .owl-nav .owl-prev:before,
.scrollList.working .owl-nav .owl-next:before {
  display: block;
  font-family: FontAwesome;
  font-size: 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
}

.scrollList.working .owl-nav .owl-prev {
  left: -50px;
}

.scrollList.working .owl-nav .owl-prev:before {
  content: '\f104';
}

.scrollList.working .owl-nav .owl-next {
  right: -52px;
}

.scrollList.working .owl-nav .owl-next:before {
  content: '\f105';
}

.scrollList.working .owl-dots {
  display: none;
}

.newsList .item {
  padding: 0 10px 20px;
  width: 290px;
}

.newsList .item .img {
  padding-top: 83.33333%;
}

.newsList .name {
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5e5c5c;
  height: 32px;
  overflow: hidden;
}

.newsList .textContent {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  height: 90px;
  overflow: hidden;
}

.newsList .moreInfo {
  position: relative;
}

.newsList .moreInfo .social {
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  overflow: hidden;
}

.newsList.working .item {
  padding-bottom: 0;
}

.sectionHead {
  margin-bottom: 20px;
}

.sectionHead .title {
  float: left;
  max-width: 50%;
  margin: 10px 0 0;
}

.sectionHead .actionBox {
  float: right;
  padding-right: 20px;
}

.sectionHead .actionBox:after {
  display: none;
}

.trainersGroups {
  overflow: hidden;
}

.trainersGroups .filters {
  float: left;
  width: 20%;
  margin-right: 10px;
}

.trainersGroups .trainersImagedList {
  overflow: hidden;
  margin: 0 -7px 0 0;
}

.filters .simpleMenu {
  border: 1px solid #d6d6d6;
}

.filters .simpleMenu > li {
  border-top: 1px solid #aca9a9;
  background: white;
  background: linear-gradient(to bottom, white 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
}

.filters .simpleMenu > li > a {
  text-align: left;
  padding: 10px 15px 10px 20px;
  position: relative;
  white-space: normal;
}

.filters .simpleMenu > li:first-child {
  border-top: 0;
}

.filters .simpleMenu > li.active > a,
.filters .simpleMenu > li > a:hover {
  background: transparent;
}

.filters .simpleMenu > li.active > a:after,
.filters .simpleMenu > li > a:hover:after {
  content: '\f0da';
  display: block;
  font-family: FontAwesome;
  position: absolute;
  right: 2px;
  top: 50%;
  color: #969494;
  font-size: 28px;
  margin-top: -15px;
  -webkit-transform: scale(1, 1.4);
  transform: scale(1, 1.4);
}

.contactIndex {
  margin-top: -30px;
  margin-bottom: -50px;
}

.contactIndex .contactInfo {
  background: #e3ebee url(../img/contact.png) no-repeat right top;
  padding: 50px 35px 40px 35px;
  overflow: hidden;
}

.contactIndex .contactText {
  float: left;
  width: 50%;
}

.contactIndex .contactText .title {
  color: #000;
  margin: 0 0 20px;
  font-size: 24px;
}

.contactIndex .form {
  float: right;
  width: 44%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.5%;
  background: #fff;
  margin-top: 200px;
}

.contactIndex .form .input input, .contactIndex .form .input textarea {
  border: 2px solid #b4b4b4;
  font-weight: 600;
}

.contactIndex .form .submit {
  text-align: right;
}

.contactIndex .form .submit .blockButton {
  min-width: 50%;
  display: inline-block;
  border: 2px solid #b4b4b4;
}

.opinionsIndex .opinionsList {
  margin-top: 30px;
}

.opinionsList .img {
  padding-top: 50%;
}

.opinionsList .type_1 .name {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.opinionsList .type_1 .name a {
  color: #007dc4;
}

.opinionsList .type_1 .name a:after {
  content: '\f019';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
}

.opinionsList .type_1 .name a:hover {
  color: #83c221;
}

.textContent img {
  max-width: 100%;
  height: auto;
}

.workList .name {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.workList .name a {
  color: #007dc4;
}

.workList .name a:hover {
  color: #83c221;
}

.coursesView .banners,
.galleryIndex .banners {
  margin-top: -30px;
}

.galleryIndex .banners {
  margin-bottom: 30px;
}

.coursesView .banners .bannersList {
  height: 350px;
}

.coursesSign .submit {
  margin: 30px 0 20px;
}

.coursesSign .form .error {
  color: red;
}

.coursesSign .form .error input, .coursesSign .form .error textarea, .coursesSign .form .error select {
  border-color: red;
}

.coursesSign .form .error .error-message {
  display: block;
}

.placesList .place {
  margin-bottom: 50px;
}

.placesList .place .heading {
  color: #007dc4;
  margin: 0 0 5px;
}

.placesList .place .heading a {
  display: inline-block;
}

.placesList .place .heading a:after {
  content: '\f041';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 5px;
}

.placesList .place .map.working {
  height: 200px;
  background: #d6d6d6;
}

.nearestList .name,
.nearestList .term {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: -.5px;
}

.nearestList .courseInfo {
  height: 54px;
  overflow: hidden;
}

.trainersImagedList .wrapper {
  padding: 7px 7px 2px;
}

.trainersImagedList .img {
  margin-bottom: 5px;
}

.trainersImagedList .name {
  font-weight: bold;
  text-align: left;
  color: #636363;
  line-height: 1;
  min-height: 26px;
}

.trainersView .filters {
  margin-right: 17px;
}

.trainersView .sectionHead {
  margin-bottom: 25px;
}

.personProfile {
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  padding: 75px 30px 50px 32px;
  position: relative;
}

.personProfile .return {
  position: absolute;
  display: block;
  left: 10px;
  top: 5px;
  font-size: 18px;
  color: #5e5c5c;
}

.personProfile .return:hover {
  color: #007dc4;
}

.personProfile > .img {
  float: left;
  margin: 0 30px 30px 0;
  padding: 14px;
  background: #fff;
}

.personProfile .profileInfo {
  overflow: hidden;
}

.personProfile .profileInfo .name {
  font-weight: bold;
  font-size: 22px;
  margin: 5px 0 15px;
}

.personProfile .profileText .textContent {
  font-style: italic;
}

.personProfile .otherClasses .otherName {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 8px;
  font-style: italic;
}

.personProfile .otherClasses ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.personProfile .otherClasses li {
  display: inline-block;
  width: 82px;
  vertical-align: top;
  margin-right: 10px;
}

.personProfile .otherClasses .itemName {
  display: block;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}

.courseContent .images {
  float: right;
  width: 52.0202%;
  margin: 0 0 20px 20px;
}

.courseContent .images .img {
  margin-bottom: 20px;
}

.courseContent .images img {
  width: 100%;
}

.courseContent .courseText .title {
  text-transform: none;
  color: #000;
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: normal;
}

.trainersBox {
  background: #d6d6d6;
  padding: 15px 15px 0;
}

.trainersBox .title {
  text-align: center;
  color: #000;
  font-size: 24px;
  letter-spacing: normal;
  margin: 0 0 13px;
}

.trainersBox .imagedList {
  text-align: center;
  margin: 0;
}

.trainersBox .imageInfoList .wrapper {
  padding: 5px 5px 2px;
  background: #fff;
}

.trainersBox .imageInfoList .img {
  margin-bottom: 3px;
}

.trainersBox .imageInfoList .name {
  line-height: 1;
  min-height: 24px;
  font-size: 12px;
}

.wow {
  visibility: hidden;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal .modal-content {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 700px;
  width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.modal .modal-title {
  font-weight: bold;
  margin: 0 25px 20px 0;
  font-size: 1.5em;
}

.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

.modal .modal-close:hover {
  color: #83c221;
}

.modal .modal-footer {
  margin: 20px 0 0;
  text-align: center;
}

.sideSocial {
  position: fixed;
  left: 0;
  top: 170px;
  z-index: 5000;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 1000px) {
  .sideSocial {
    display: block;
  }
}

.sideSocial li {
  display: block;
  margin-bottom: 5px;
}

.sideSocial li > a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  background: gray;
}

.sideSocial li.fb {
  padding-left: 350px;
  margin-left: -350px;
  position: relative;
  z-index: 50;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.sideSocial li.fb > a,
.sideSocial li.fb .fbWidget {
  background: #4267b2;
}

.sideSocial li.fb .fbWidget {
  width: 340px;
  height: 350px;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.sideSocial li.fb:hover {
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
}

.sideSocial li.in > a {
  background: #8a3ab9;
}

/*# sourceMappingURL=maps/style.css.map */
