@font-face {
  font-family: 'SegoeUIRegular';
  src: url("../fonts/SegoeUIRegular.eot?") format('embedded-opentype');
  src: url('../fonts/SegoeUIRegular.ttf') format('truetype'),
       url('../fonts/SegoeUIRegular.woff') format('woff'),
       url("../fonts/SegoeUIRegular.woff2") format('woff2'),
       url("../fonts/SegoeUIRegular.svg#svgSegoeUIRegular") format('svg');
     }

@font-face {
  font-family: 'SegoeUIBold';
  src: url("../fonts/SegoeUIBold.eot?") format('embedded-opentype');
  src: url('../fonts/SegoeUIBold.ttf') format('truetype'),
       url('../fonts/SegoeUIBold.woff') format('woff'),
       url("../fonts/SegoeUIBold.woff2") format('woff2'),
       url("../fonts/SegoeUIBold.svg#svgSegoeUIRegular") format('svg');
     }


@font-face {
  font-family: 'SegoeUILight';
  src: url("../fonts/SegoeUILight.eot?") format('embedded-opentype');
  src: url('../fonts/SegoeUILight.ttf') format('truetype'),
       url('../fonts/SegoeUILight.woff') format('woff'),
       url("../fonts/SegoeUILight.woff2") format('woff2'),
       url("../fonts/SegoeUILight.svg#svgSegoeUIRegular") format('svg');
     }
@font-face {
  font-family: 'HelveticaRoman';
  src: url("../fonts/helveticaneuecyr-roman.eot?") format('embedded-opentype');
  src: url('../fonts/helveticaneuecyr-roman.ttf') format('truetype'),
       url('../fonts/helveticaneuecyr-roman.woff') format('woff'),
       url("../fonts/helveticaneuecyr-roman.otf") format('opentype'),
       url("../fonts/helveticaneuecyr-roman.woff2") format('woff2'),
       url("../fonts/helveticaneuecyr-roman.woff2") format('woff2'); 
   }

@font-face {
  font-family: 'HelveticaLight';
  src: url("../fonts/helveticaneuecyr-light.eot?") format('embedded-opentype');
  src: url('../fonts/helveticaneuecyr-light.ttf') format('truetype'),
       url('../fonts/helveticaneuecyr-light.woff') format('woff'),
       url("../fonts/helveticaneuecyr-light.otf") format('opentype'),
       url("../fonts/helveticaneuecyr-light.woff2") format('woff2'); 
     }

@font-face {
  font-family: 'HelveticaThin';
  src: url("../fonts/HelveticaThin.eot?") format('embedded-opentype');
  src: url('../fonts/HelveticaThin.ttf') format('truetype'),
       url('../fonts/HelveticaThin.woff') format('woff'),
       url("../fonts/HelveticaThin.otf") format('opentype'),
       url("../fonts/HelveticaThin.woff2") format('woff2'); 
     }

@font-face {
  font-family: 'HelveticaBlack';
  src: url("../fonts/HelveticaBlack.eot?") format('embedded-opentype');
  src: url('../fonts/HelveticaBlack.ttf') format('truetype'),
       url('../fonts/HelveticaBlack.woff') format('woff'),
       url("../fonts/HelveticaBlack.otf") format('opentype'),
       url("../fonts/HelveticaBlack.woff2") format('woff2'); 
     }

@font-face {
  font-family: 'HelveticaBold';
  src: url("../fonts/HelveticaBold.eot?") format('embedded-opentype');
  src: url('../fonts/HelveticaBold.ttf') format('truetype'),
       url('../fonts/HelveticaBold.woff') format('woff'),
       url("../fonts/HelveticaBold.otf") format('opentype'),
       url("../fonts/HelveticaBold.woff2") format('woff2'); 
     }

@font-face {
  font-family: 'NimbusSanTConBold';
  src: url("../fonts/NIMBSTB.eot?") format('embedded-opentype');
  src: url('../fonts/NIMBSTB.ttf') format('truetype'),
       url('../fonts/NIMBSTB.woff') format('woff'),
       url('../fonts/NIMBSTB.svg#svgNIMBSTB') format('svg'); 
       font-style: normal; font-weight: bold;
   }

@font-face {
  font-family: 'NimbusSanTCon';
  src: url("../fonts/NimbusSanTCon.eot?") format('embedded-opentype');
  src: url('../fonts/NimbusSanTCon.ttf') format('truetype'),
     url('../fonts/NimbusSanTCon.woff') format('woff'),
     url('../fonts/NimbusSanTCon.svg#svgNimbusSanTCon') format('svg'); 
       font-style: normal; font-weight: normal;
  }

body {
  font-family: 'HelveticaRoman', 'Arial', sans-serif;
  min-width: 320px;
  max-width: 3600px;
  margin: 0 auto;
}

.body_wrap {
  position: relative;
  overflow: hidden;
}

strong {
	font-weight: normal;
	font-family: "HelveticaBold";
}

.wrap {
  max-width: 1280px;
  padding: 0 9.5px;
  margin: 0 auto;
}

p {
  font: 16px/23px "Arial";
  color: #808080;
}

.clear {
  clear: both;
}

.d_flex {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; 
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 32px;
  font-family: "HelveticaLight";
  text-transform: uppercase;  
}

h3 {
  font-family: "HelveticaBold";
  font-size: 20px;
  text-transform: uppercase;
}

a {
  color: #6d98ca;
}

a:hover {
  color: #4673a7;
}

.title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.home_page h3 {
  font-size: 23px;
  font-family: "HelveticaLight";
}

.site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header_top {
  background-color: #bc0011;
}

.header_top a {
  color: #fff;
  line-height: 42px;
  padding: 0 15px;
  display: inline-block;
}

.header_top a:hover {
  background-color: #9d000e;
}

.header_top i {
  font-size: 18px;
}

.header_right {
  max-width: calc(100% - 45px);
}

.header_right a {
  font-size: 12px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
}

.header_right a i {
  padding-right: 10px;
}

.header_form {
  padding-left: 20px;
  max-width: calc(100% - 230px);
}

.header-form label {
  display: none!important;
}

.header_top #gform_1 {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
	margin: 0;
}

.header_top #gform_1 .gform_body {
  width: 360px;
  max-width: calc(100% - 46px);
}

.header_top #gform_1 input[type="email"] {
  background-color: #f5828c;
  line-height: 42px;
  height: 42px;
  border: none;
  color: #000;
  padding: 0 15px;
  width: 100%;
  font-size: 13px;
}

.header_top #gform_1 input[type="submit"] {
  width: 46px;
  height: 42px;
  border: none;
  outline: none;
  font-size: 0;
  background: #bc0011 url(../img/white_arrow.png) no-repeat center;
  cursor: pointer;
}

.header-form form button:hover {
  background-color: #9d000e;
}

.header_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.header_form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.header_form :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.header_form :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.header_menu_wrap {
  position: relative;
}

.header_nav {
  padding: 20px 40px;
}

.gform_footer {
	position: relative;
}

#gform_ajax_spinner_1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#pull {
  display: none;
}

.icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  margin: 5px auto;
}

.header_menu li {
  display: inline-block;
  position: relative;
	cursor: pointer;
}

.header_menu li a {
  color: #fff;
  font-size: 12px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
  padding: 12px;
  display: inline-block;
  position: relative;
}

.header_menu li a:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}

.header_menu li a:hover:after {
  width: 100%;
}

/* .menu-item:hover .sub-menu,
.menu-item:active .sub-menu {
  display: block;
}
 */
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100px;
}
.sub-menu li {
  display: block;
}

.blog_header .sub-menu {
  background-color: #000;
  padding: 10px;
  width: 120px;
}

#gf_1 .gform_wrapper form {
  text-align: right;
}

#gf_1 {
  display: none;
}

@media screen and (max-width: 870px) {
  .header_nav {
    padding: 20px;
  }
}

@media screen and (max-width: 760px) {
  #pull {
    display: inline-block;
    padding: 10px;
  }

  .header_menu {
    display: none;
    width: 230px;
    position: absolute;
    right: 38px;
    top: 35px;
    background-color: #bc0011;
    text-align: center;
    padding: 15px 0;
    z-index: 1;
  }

  .header_menu li a {
    padding: 20px 12px;
  }

  .header_menu li,
  .header_menu li a  {
    display: block;
  } 

  .header_menu li a:hover {
    background-color: #fff;
    color: #bc0011;
  }  
	.sub-menu {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background-color: #8e000d;
	}
	.header_menu li a:after {
		content: none;
	}
}

@media screen and (max-width: 500px) {
  .header_top {
    padding-top: 15px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .header_right {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .header_form {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.hero_area {
  position: relative;
  margin-top: 42px;
  background: url(../img/video_poster.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.hero_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-width: 100%;
	max-width: none;
}

.video_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .4);
}

.hero_content {
  padding-top: 260px;
  padding-bottom: 160px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 17px solid rgba(188, 0, 17, .7);
}

.hero_content div {
  max-width: 550px;
}

.hero_content h1 {
  font-family: "HelveticaBold";
  font-size: 32px;
  color: #fff;
  padding-bottom: 10px;
}

.hero_content h2 {
  font-family: "HelveticaBold";
  font-size: 19px;
  color: #5b5b5b;
  background-color: #fff;
  letter-spacing: .2em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hero_content div > * {
  padding-left: 48px;
}

.transp_big_btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 30px;
  text-align: center;
  font-family: "SegoeUIRegular";
  font-size: 19.5px;
  text-transform: uppercase;
}

.transp_big_btn:hover {
  background-color: #bc0011;
  border-color: #bc0011;
  color: #fff;
}

.hero_content .transp_big_btn {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .hero_video {
    display: none;
  }

  .hero_content div {
    margin: 0 auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_content div > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.program_list {
  font-size: 0;
  padding: 9.5px 0;
  text-align: center;
}

.pr_item {
  display: block;
  margin: 9.5px;  
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(24.8% - 19px);
}

.pr_item:first-child {
    width: calc(50.4% - 19px);
}

.pr_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}

.pr_item_bg {
  transition: .3s;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.pr_item:hover .pr_item_bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} 

.pr_item_title {
  padding: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; 
  color: #fff;
}

.pr_overlay {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .pr_item {
    display: inline-block;
    width: calc(24.8% - 19px);
  }

  .pr_item:first-child {
    width: calc(50.4% - 19px);
  }

}

@media screen and (max-width: 890px) {

  .pr_item {
    float: none;
    display: inline-block;
    width: calc(50% - 19px);
  }

  .pr_item:first-child {
    width: calc(100% - 19px);
  }
}

@media screen and (max-width: 500px) {
  .pr_item {
    width: calc(100% - 19px);
  }
}

@media screen and (max-width: 400px) {
  .pr_item:first-child,
  .pr_item {
    width: 100%;
    margin: 5px 0;
  }
}

.testimonials {
  padding-bottom: 35px;
}

.testi_wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;   
  padding-top: 20px;
}


.testi_item {
  position: relative;
  margin: 30px 9.5px;
  background: url(../img/testi_bg.jpg) no-repeat left bottom;
  background-size: cover;
  color: #fff;
  width: calc(33.33% - 19px);
  padding: 80px 24px;
  transition: .3s;
}

.testi_avatar_bg {
  width: 114px;
  height: 57px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background: #82000d;
}

.testi_avatar {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  overflow: hidden;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  margin: auto;
}

.testi_avatar_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.testi_item h3 {
  padding-bottom: 15px;
  font-size: 22px;
  min-height: 67px;
  font-family: "HelveticaLight";
}

.testi_content {
  max-height: 207px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: .3s;
}

.testi_expand {
  max-height: 100%;
}

.transp_btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  font-family: "SegoeUIRegular";
  font-size: 15px;
  text-transform: uppercase;
}

.transp_btn:hover {
  background-color: #bc0011;
  border-color: #bc0011; 
  color: #fff;
}

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

.read_less {
  width: 144px;
  height: 40px;
  font-size: 0;
  background: url(../img/arrow_top.png) no-repeat center;
}

@media screen and (max-width: 1080px) {
  .testi_item {
    width: calc(50% - 19px);
  }
}

@media screen and (max-width: 700px) {
  .testi_item {
    width: calc(100% - 19px);
  }

  .testi_item h3 {
    min-height: 0;
  }
}

@media screen and (max-width: 400px) {
  .testi_item {
    width: 100%;
    margin: 30px 0;
  }
}

.featured_in {
  background-color: #bc0011;
  color: #fff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 70px;
}

.featured_in h2 {
  padding-bottom: 20px;
}

.featured_in img {
  margin: 20px 25px;
  vertical-align: middle;
}

.site_footer {
  background-color: #414141;
  text-align: center;
}

.footer_menu {
  padding: 50px 0;
}

.footer_menu li {
  display: inline-block;
  padding: 10px 15px;
}

.footer_menu a {
  color: #b1b1b1;
}

.footer_menu a:hover {
  color: #fff;
}

.site_footer .transp_big_btn {
  width: 400px;
  max-width: 100%;
}

.footer_social {
  padding: 45px 0;
}

.footer_social a {
  color: #fff;
  margin: 0 12px;
}


.footer_social a:hover {
  color: #bc0011;
}

@media screen and (max-width: 360px)  {
  .footer_menu li {
    display: block;
  }
}

.copyright {
  text-align: center;
  padding: 35px 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.copyright p {
  padding-bottom: 10px;
  color: #808080;
}

.copyright p:last-child {
  color: #9b9b9b;
}

.popup_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10;
  display: none;
}

.popup_bg {
  width: 100%;
  height: 100%;
}

.popup {
  background-color: #FFF;
  width: 550px;
  padding-bottom: 60px;
  max-width: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup_title {
  padding: 20px 30px 20px 30px;
  text-transform: uppercase;
}

.popup_title h1 {
  font-size: 28px;
  font-family: "HelveticaBold";
  padding-bottom: 0px;
}

.popup_title h2 {
  font-size: 22px;
  font-family: "HelveticaBold";
}

.popup_title h2 span {
  font-family: "HelveticaBlack";
  color: #a60000;
}

.popup form {
  background-color: rgba(188, 0, 17, .9);
  padding: 0 30px;
  font-size: 0;
}

.popup input {
  display: block;
  line-height: 55px;
  height: 55px;
  border-radius: 30px;
  border: none;
  width: 100%;
}

.popup input[type=email] {
  box-shadow: 0 0 3px 1px #aa1623;
  font-size: 18px;
  font-family: "HelveticaRoman";
  padding: 0 30px;
  background-color: #f3d1d4;
}

.popup input[type=submit] {
  font-size: 20px;
  padding: 0 10px;
  font-family: "HelveticaBold";
  background-color: #92000d;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(121,0,10,1);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(121,0,10,1);
  box-shadow: inset 0px 0px 7px 2px rgba(121,0,10,1);
}

.popup .gform_footer input:hover {
	color: #fff;
}

.popup ::-webkit-input-placeholder {
  color: #000;
}

.popup ::-moz-placeholder {
  color: #000;
}

.popup :-ms-input-placeholder {
  color: #000;
}

.popup :-moz-placeholder {
  color: #000;
}

.popup .gform_body, .popup .gform_footer {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.popup .gform_body {
  width: calc(100% - 190px);
}

.popup .gform_footer {
  width: 190px;
}

.close_popup {
  display: block;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-family: "HelveticaBold";
  color: #fff;
  background-color: #cb2a2a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 13px;
  padding-bottom: 0;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: -13px;
  right: -13px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .popup_title {
    padding: 20px;
  }

  .popup_title h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .popup_title h2 {
    font-size: 18px;
  }

  .popup {
    padding-bottom: 20px;
    background: #fff;
  }

  .popup form {
    padding: 20px 12px;
  }

  .popup input {
    height: 45px;
    line-height: 45px;
  }

  .popup input[type=submit] {
    font-size: 18px;
  }

  .popup .gform_footer {
    width: 160px;
  }

  .popup .gform_body {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 440px) {
  .popup .gform_body, .popup .gform_footer {
    width: 100%;
  }

  .popup .gform_body {
    padding-bottom: 10px;
  }

  .popup_title h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {
  .popup {
    max-width: calc(100% - 20px);
  }

  .close_popup {
    right: -6px;
  }
}

/*=========================PAGE ABOUT========================*/

.page_hero {
  margin-top: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: inset 0 250px 240px -100px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0 250px 240px -100px rgba(0,0,0,0.8);
  box-shadow: inset 0 250px 240px -100px rgba(0,0,0,0.8); 
}

.page_hero_wrap {
  border-bottom: 17px solid rgba(188, 0, 17, .7);
  padding: 35px;
  height: 300px;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.page_hero h1 {
  font-size: 32px;
  font-family: "HelveticaBold";
  color: #fff;
  text-transform: uppercase;
}

.page_about h3 {
  padding-bottom: 25px;
}

@media screen and (max-width: 870px) {
  .page_hero_wrap {
    padding: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .page_hero {
    margin-top: 110px;
  }
}

.about_programm {
  text-align: center;
  padding: 60px 0;
}

.about_programm h3 {
  font-size: 18px;
  color: #8a050f;
  padding-bottom: 55px;
}

video, iframe {
  max-width: 100%;
}

@media screen and (max-width: 470px) {
  .about_programm {
    padding-bottom: 30px;
  }

  .about_programm h3 {
    padding-bottom: 45px;
  }
}

.about_figures {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.figures {
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  margin: 14px;
}

.figures p {
  padding-top: 30px;
  padding-bottom: 5px;
}

.figures_txt {
  padding: 20px 30px;
}

.about_figures h3 {
  padding-bottom: 25px;
}

.figures_img {
  padding: 20px 0;
}

@media screen and (max-width: 960px) {
  .figures_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .figures img {
    max-width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .figures_txt {
    padding: 10px;
    text-align: center;
  }

  .figures_img {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.makes_unique {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;   
}

.makes_unique:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bg_red_title {
  background-color: #bc0011;
  padding: 50px 10px;
  padding-bottom: 55px;
}

.bg_red_title h2 {
  color: #fff;
}

.bg_red_title .bold {
  color: #fff;
}

strong {
	font-family: "HelveticaBold";
}

.bg_red_title .d_flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.makes_unique_wrap .bg_red_title h2 {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}

.our_story_title h2 {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.makes_unique_txt,
.makes_unique_img {
  width: 50%;
}

.makes_unique_img h3 {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 50px;
  text-shadow: 0 0 5px #000;
}

.makes_unique_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; 
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end; 
  padding: 20px;
  font-size: 0;
}

.makes_unique_img img {
  margin: 4px 6px;
}

.makes_unique_img1 {
  background-image: url(../img/unique1.jpg);
  background-position-x: left;
}

.makes_unique_img2 {
  background-image: url(../img/unique2.jpg);
}

.makes_unique_img3 {
  background-image: url(../img/unique3.jpg);
}

.makes_unique_txt {
  padding: 140px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f1f1f1;
}

.makes_unique_txt div {
  max-width: 450px;
}

@media screen and (max-width: 1140px) {
  .makes_unique_txt {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 760px) {
  
  .makes_unique {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .makes_unique:nth-child(even) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .makes_unique_txt,
  .makes_unique_img {
    width: 100%; 
  }

  .makes_unique_img {
    min-height: 300px;
  }

  .makes_unique_img img {
    max-width: calc(50% - 12px);
  }

  .makes_unique_img h3 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 460px) {
  .makes_unique_img {
    padding: 20px 10px;
  }
}

.about_table_wrap {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 95px;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}

.about_table_wrap h3 {
  padding-bottom: 0;
}

.about_table_wrap table {
  border-collapse: separate;
  width: 100%;
}

.about_table_wrap table .fa-check {
  color: #0eda76;
}

.about_table_wrap table .some {
  color: #cdd908;
  padding-right: 5px;
}

.about_table_wrap .table_top td {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

.about_table_wrap .table_top .col_2 {
  border: 1px solid #dcdcdc;
  border-radius:30px 30px 0 0 ;  
  border-bottom: none;
  height: 55px;
}

.about_table_wrap .table_title .col_2 {
  border-top: none;
}

.about_table_wrap th {
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 20px;
}

.about_table_wrap td {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 10px 20px;
}

.about_table_wrap  .col_1 {
  border-right: none;
  text-align: left;
  padding-left: 30px;
}

.about_table_wrap  .col_3 {
  border-left: none;
}

.about_table_wrap  .col_2 h3,
.about_table_wrap  .col_3 h3 {
  text-transform: none;
}

.about_table_wrap  td.col_2 {
  background-color: #fffdcf;
}

.about_table_wrap  th.col_2 {
  background-color: #fffee7;
}

.about_table_wrap .table_bottom td {
  border: none;
}

.about_table_wrap  .table_bottom .col_2 {
  border: 1px solid #dcdcdc;
  border-radius: 0 0 30px 30px;  
  border-top: none;
  height: 30px;
}

.border_bottom_none {
  border-bottom: none;
}

.table_blank_row td {
  padding-top: 24px;
}

@media screen and (max-width: 460px) {
  .about_table_wrap td {
    padding: 10px;
  }

  .about_table_wrap th {
    padding: 20px 10px;
  }

  .col_1 {
    padding-left: 10px;
  }

  .about_table_wrap h3 {
    font-size: 16px;
  }

  .about_table_wrap td {
    font-size: 13px;
  }
}

.unique_designs_wrap {
  color: #fff;
  background-color: #242424;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.unique_designs_wrap h2 {
  padding-bottom: 60px;
  max-width: 700px;
  margin: 0 auto;
}

.designs_wrap {
  position: relative;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 0;
}

.designs_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #242424;
}

.designs {
  display: inline-block;
  width: 33.33%;

  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 16px;
  padding: 0 30px 15px 30px;
}

.designs_img {
  height: 110px;
  line-height: 110px;
}

.designs_img img {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .designs {
    width: 50%;
  }

  .unique_designs_wrap {
    padding-bottom: 50px;
  }

  .unique_designs_wrap h2 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 460px) {
  .designs {
    width: 100%;
  }
}


/*=====================CONTACT PAGE=======================*/

.page_hero h2 {
  font-size: 19px;
   text-transform: uppercase;
   color: #deddde;
   font-family: "HelveticaBold";
   padding-bottom: 5px;
}

.page_contact {
  background-color: #f1f2f5;
 }

.wrap_m {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .wrap_m {
    padding: 0 10px;
  }
}

.contact_us_wrap {
  padding-bottom: 90px;
  position: relative;
}

.contact_us_wrap h2 {
  color: #3d2e2e;
  padding-top: 115px;
  padding-bottom: 40px;
}

.contact_img {
  position: absolute;
  top: 40px;
  left: 419px;
}

.contacts_box {
  border-top: 1px solid #cecece;
  max-width: 500px;
}

.contacts_box li {
  padding: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cecece;
  font-size: 18px;
}

.contacts_box li p {
  display: inline-block;
  vertical-align: top;
}

.contacts_box li:not(:last-child) p {
  font: 18px/28px "HelveticaRoman";
}

.contacts_box li p:first-child {
  width: 125px;
  padding-left: 30px;
  font-family: "HelveticaBold";
  color: #000;
}

.contacts_box li p:last-child {
  max-width: calc(100% - 130px);
}

.contacts_box li a {
  color: #808080;
}

.li_phone {
  background: url(../img/phone.png) no-repeat left center;
}

.li_hours {
  background: url(../img/clock.png) no-repeat left center;
}

.li_address {
  background: url(../img/mark.png) no-repeat left center;
}

li p.li_note {
  font-size: 13px;
  line-height: 23px;
  padding: 5px 0;
}

.bold {
  color: #000;
  font-family: "HelveticaBold";
}

.contact_form_wrap {
  background-color: #fff;
  border: 1px solid #cecece;
}

.default_form form,
.woocommerce-form-login, .woocommerce .register {
  padding: 25px 0;
}

.contact_form {
  font-size: 0;
  padding: 80px 20px 7px 20px;
}

.default_form input,
.default_form textarea,
.woocommerce-form-login input, 
.woocommerce-form-login textarea,
.woocommerce .register input,
.woocommerce .register textarea {
  font-family: "Arial";
  font-size: 13px;
  width: 100%;
  margin: 8px 0;
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  padding-left: 19px;
}

.default_form input,
.woocommerce-form-login input, 
.woocommerce .register input {
  line-height: 37px;
  height: 39px;
}

.default_form textarea,
.woocommerce-form-login textarea, 
.woocommerce .register textarea {
  padding-top: 17px;
  resize: none;
  height: 204px;
}

.default_form input[type="checkbox"],
.woocommerce-form-login input[type="checkbox"]{
  width: 17px;
  height: 17px;
  border-radius: 5px;
  padding: 0;
  margin: 0 9.5px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
}

.form_submit {
	text-align: center;
	padding: 18px 0;
}

.woocommerce .item_ot_two form.register,
.woocommerce .item_ot_two form.login {
	border: none;
	padding: 0;
	margin: 0;
}

.woocommerce .default_form button.button {
	color: #fff;
    background-color: #eb3c50;
    width: 155px;
    border: 1px solid #eb3c50;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
	line-height: 37px;
    height: 39px;
	font-family: "Arial";
	border-radius: 25px;
	font-weight: normal;
}

.woocommerce .default_form button.button:hover {
	color: #eb3c50;
	background-color: #fff;
}

#gform_2 {
  background-color: #fff;
  border: 1px solid #cecece;
  font-size: 0;
  padding: 80px 20px 7px 20px;
}

.remember_me {
  padding-top: 9.5px;
  padding-bottom: 0;
}

.lost_password {
  padding-bottom: 0;
  text-align: center;
}

.remember_me > * {
  vertical-align: middle;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}

.inputs {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 8.5px;
}

#gform_2 .gform_footer {
  text-align: center;
  padding: 18px 0;
}

#gform_2 .gform_footer input {
  color: #fff;
  background-color: #eb3c50;
  width: 155px;
  border: 1px solid #eb3c50;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.gform_footer input:hover {
  color: #eb3c50;
  background-color: transparent;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

@media screen and (max-width: 640px) {
  .contact_img {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .contact_us_wrap h2 {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
  }

  .contact_form {
    padding-top: 25px;
  }

  .inputs {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 420px) {

  .contacts_box {
    text-align: center;
  }

  .contacts_box li p:last-child {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.certifications_sec1 {
  background: url(../img/certifications_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 290px 15px;
}

.workshops_sec1  {
  background: url(../img/workshops_sec1.jpg) no-repeat center;
  background-size: cover;
  padding: 290px 15px;
}

.certifications_sec1 .wrap div,
.workshops_sec1 .wrap div {
  max-width: 460px;
}

.certifications_sec1 h2,
.workshops_sec1 h2 {
  padding-bottom: 25px;
}

@media screen and (max-width: 760px) {
  .certifications_sec1,
  .workshops_sec1 {
    padding: 50px 15px;
    background: #e1e1e1;
  }

  .certifications_sec1 .wrap div,
  .workshops_sec1 .wrap div {
    max-width: 100%;
  }
}

.fl_wrap {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;   
}

.fl_wrap:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fl_txt,
.fl_img {
  width: 50%;
}

.fl_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fl_txt {
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fl_txt h3 {
  padding: 10px 0;
  font-family: "HelveticaBold";
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.fl_txt p {
  padding: 10px 0;
}

.faq_answer_wrap {
	position: relative;
	padding: 0!important;
}

.fl_txt div {
  max-width: 700px;
}

.fl_txt hr {
  border: none;
  background-color: #d4d4d4;
  height: 1px;
}

.faq_label {
  position: absolute;
  top: 6px;
  left: -44px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 20px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
  text-align: center;
  line-height: 29px;
}

.faq_question {
  background-color: #bc0011;
}

.faq_answer {
  background-color: #8c8c8c;
}

.fl_quote:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 48px;
  border: 24px solid transparent; 
  border-left: 24px solid #f0f0f0; 
  border-top: 24px solid #f0f0f0;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.fl_quote div {
  background: url(../img/quote_top.png) no-repeat top left,
              url(../img/quote_bottom.png) no-repeat bottom right;
  padding: 10px 65px;
}

@media screen and (max-width: 1140px) {
  .fl_txt {
    padding: 40px;
    padding-left: 65px;
  }
}

@media screen and (max-width: 760px) {
  
  .fl_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .fl_wrap:nth-child(odd) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl_txt,
  .fl_img {
    width: 100%; 
  }

  .fl_img {
    min-height: 300px;
  }
}

@media screen and (max-width: 420px) {
  .fl_txt {
    padding-right: 10px;
    padding-left: 50px;
  }

  .fl_quote div {
    padding: 40px 10px;
  }
}

.fl_quote {
  background-color: #f0f0f0;
  padding: 12px 9px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

p.italic {
  font-style: italic;
}

.page_bottom_link {
  text-align: center;
  padding: 60px 10px;
}

.page_certifications .page_bottom_link {
  border-top: 1px solid #d6d6d6;
}

.red_btn {
  display: inline-block;
  color: #fff;
  background-color: #bc0011;
  border: 1px solid #bc0011;
  border-radius: 30px;
  padding: 15px 30px;
  text-align: center;
  font-family: "SegoeUIRegular";
  font-size: 19.5px;
  text-transform: uppercase;
}

.red_btn:hover {
  color: #bc0011;
  background-color: #fff;
}

.page_bottom_link a {
  width: 500px;
  max-width: 100%;
}

.two_items_wrap {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_ot_two {
  width: calc(50% - 19px);
}

.live_pr {
  -webkit-box-shadow: inset 0px -110px 100px -60px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0px -110px 100px -60px rgba(0,0,0,0.8);
  box-shadow: inset 0px -110px 100px -60px rgba(0,0,0,0.8);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 9.5px;
  height: 385px;
  padding: 20px 40px;
}

.live_pr a {
  width: 500px;
  max-width: 100%;
}

.live_pr:nth-child(1) {
  background-image: url(../img/live_pr1.jpg);
}

.live_pr:nth-child(2) {
  background-image: url(../img/live_pr2.jpg);
}

@media screen and (max-width: 1080px) {
  .live_pr {
    height: 320px;
  }
}

@media screen and (max-width: 890px) {
  .live_pr {
    height: 270px;
    padding: 20px;
  }
}

@media screen and (max-width: 790px) {
  .live_pr {
    height: 220px;
  }
}

@media screen and (max-width: 540px) {
  .live_pr {
    height: 320px;
    padding: 20px 40px;
  }

  .two_items_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item_ot_two {
    width: calc(100% - 19px);
  }

  .live_pr {
    height: 270px;
    padding: 20px;
  }
}

@media screen and (max-width: 420px) {
  .live_pr {
    height: 200px;
  }
  .item_ot_two:not(.testi_item) {
    width: 100%;
    margin: 9.5px 0;
  }
}

.page_courses .wrap {
  padding-top: 10px;
}

.gray_btn {
  color: #2f2f2f;
  border-color: #a1a1a1;
}

ul.products {
  -webkit-align-items: stretch;
  align-items: stretch; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

li.product {
  border: 1px solid #cecece;
  position: relative;
  margin: 9.5px;
  overflow: hidden;
  text-align: center;
}

.price {
  font-size: 18px;
  font-family: "HelveticaBold";
  color: #fff;
}  

span.price {
  min-width: 153px;
  padding: 15px 10px;
  display: inline-block;
  line-height: 18px;
}

.li_product .price,
.woocommerce ul.products li.product span.price,
.page_courses ul.products li.product span.price {
  min-width: 153px;
  padding: 15px 10px;
  display: inline-block;
  line-height: 18px;
  background-color: rgba(233, 39, 61, .9);
  position: absolute;
  right: 0;
  text-align: center;
  color: #fff;
}

.li_product .price {
	bottom: 0;
}

.woocommerce ul.products li.product span.price,
.page_courses ul.products li.product span.price {
	top: 245px;
	height: 48px;
	font-size: 18px;
}

.price del {
  font-family: "HelveticaLight";
} 

li.product > a {
  display: block;
}     

.li_prod_img {
  position: relative;
  border-bottom: 1px solid #cecece;
  text-align: center;
  height: 293px;
  line-height: 293px;
}
.li_prod_img img {
  max-width: 100%;
	max-height: 261px;
	width: auto;
	height: auto;
  vertical-align: middle;
}

.li_prod_txt {
  padding: 30px 20px; 
  padding-bottom: 90px; 
}

li.product h2 {
  padding-bottom: 30px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
}

li.product p {
  text-align: left;
}

.woocommerce-page ul.products li.product {
	padding-bottom: 90px;
}

.woocommerce ul.products li.product .price del {
	opacity: 1;
}

.woocommerce .woocommerce-ordering select {
	line-height: 24px;
	padding-left: 12px;
}

.pink_btn {
  display: inline-block !important;
  color: #eb3c50 !important;
  border: 1px solid #ec495c !important;
  border-radius: 20px !important;
  width: 155px !important;
  height: 37px !important;
  line-height: 35px !important;
  text-align: center !important;
  font-family: "SegoeUIRegular" !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin: 0 auto !important;
	background-color: #fff !important;
}

.pink_btn:hover {
  background-color: #ec495c !important;
  color: #fff !important;
}

.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  display: block;
  position: absolute;
  top: 26px;
  left: -45px;
  right: auto;
  color: #fff;
  background-color: #be0016;
  font-size: 20px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
  transform: rotate(-45deg);
  padding: 10px 60px;
  z-index: 1;
	min-height: 0;
	min-width: 0;
	border-radius: 0;
	margin: 0;
	line-height: 1;
}

.woocommerce ul.products.columns-4,
.woocommerce .products ul.columns-3,
ul.products_four,
ul.products.columns-2{
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

.woocommerce ul.products.columns-4 li.product,
ul.products_four li {
  width: calc(100%/3 - 19px);
  float: none;
	margin: 9.5px;
}

.upsells.products h2,
.related.products h2 {
	padding: 50px 0;
	text-align: center;
}

.upsells.products,
.related.products {
	margin: 0 auto;
}

.woocommerce .products ul.columns-3 {
	max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 900px) {
  .woocommerce ul.products.columns-4 li.product,
  ul.products_four li.product {
    width: calc(50% - 19px);
  }
}

@media screen and (max-width: 540px) {
  .woocommerce ul.products.columns-4 li.product,
	 ul.products_four li.product {
    width: calc(100% - 19px);
  }
}

.products_three li,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.33% - 19px);
	margin: 9.5px;
}

@media screen and (max-width: 760px) {
  .products_three li,
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    width: calc(50% - 19px);
  }
}

@media screen and (max-width: 460px) {
  .products_three li,
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: calc(100% - 19px);
  }
}

.page_intern_distrib .page_hero_wrap div {
  max-width: 300px;
}

.page_intern_distrib p a {
  color: #bc0011;
}

.page_intern_distrib p a:hover {
  color: #84000c;
} 

.page_intern_distrib .wrap_m {
  text-align: center;
  padding-top: 60px;
}

.distrib_flex {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 70px;
  padding-bottom: 35px;
}

.distrib_flex .item_of_three {
  position: relative;
  padding: 30px 10px;
  padding-top: 95px; 
  border: 1px solid #cecece;
  margin: 50px 9.5px;
}

.item_of_three {
  width: calc(33.33% - 19px);
  margin: 9.5px;
}

.distrib_img {
  overflow: hidden;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.distrib_name {
  min-height: 70px;
  max-width: 200px;
  margin: 0 auto;
}

.distrib_flex .item_of_three .pink_btn {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {

  .item_of_three {
    width: calc(50% - 19px);
  }
}

@media screen and (max-width: 460px) {

  .item_of_three {
    width: calc(100% - 19px);
  }
}

.page_veiw_certif .title {
  padding-top: 85px;
  padding-bottom: 80px;
}

.page_veiw_certif .gray {
  padding-bottom: 90px;
}

.gray {
  background-color: #e8e8e8;
}

.certification {
  -webkit-align-items: stretch;
  align-items: stretch;
  border: 1px solid #cecece;
  margin-bottom: 20px;
  background-color: #fff;
}

.certification_s1 {
  background-color: #bc0011;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;   
  padding: 20px 15px;
  width: 240px;
  text-align: center;
}

.certification_s1 h2 {
  font-size: 27px;
  border-bottom: 1px solid #d04d59;
  padding-bottom: 13px;
}

.certification_s1 h3 {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.certification_s1 .transp_btn:hover {
  color: #bc0011;
  background-color: #fff;
}

.certification_s2 {
  width: calc(100% - 480px);
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.certification_s2 ul {
  border-top: 1px solid #e1e1e1;
  padding: 20px 30px;
}

.certification_s2 ul li {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 12px;
  padding-bottom: 10px;
}

.certification_s2 h3 {
  font-size: 15px;
}

.certification_s2 p {
  font-size: 15px;
  font-family: "Arial";
  color: #808080;
  text-align: right;
  padding-left: 10px;
}

.certification_s3 {
  width: 240px;
}

.certification_s3 iframe {
  min-height: 100%;
  min-width: 100%;
}

.home_course {
  background: url(../img/home_course.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end; 
  padding: 30px 20px;
  min-height: 200px;
  
}

.home_course h3 {
  color: #8a8a8a;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .certification {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .certification_s1,
  .certification_s2,
  .certification_s3 {
    width: 100%;
  }
}

.page_shop .title {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 70px;
}

.money_back img {
  margin-right: 25px;
}

@media screen and (max-width: 580px) {
  .money_back .d_flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .money_back img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.shop_prod_wrap {
  padding-top: 30px;
  padding-bottom: 43px;
}

.shop_banner {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding: 40px 9.5px;
	max-width: 1280px;
  margin: 0 auto;
	margin-top: 80px;
	min-height: 400px;
}

.shop_banner .wrap {
  width: 100%;
}

.shop_banner_box {
  max-width: 520px;
	display: inline-block;
}

.shop_banner h1 {
  font: 37px/36px "HelveticaBold";
  text-transform: uppercase;
  padding-bottom: 15px;
}

.shop_banner h3 {
  font-family: "HelveticaRoman";
  font-size: 19px;
  color: #271c1c;
  padding-bottom: 20px;
}

.shop_banner_code {
  font-size: 0;
  padding-bottom: 25px;
}

.shop_banner_code a {
  font-family: "NimbusSanTConBold";
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  padding: 0 50px;
}

.coupon_code_a {
  background-color: #35363f;
}

.coupon_strong_a {
  background-color: #eb3c50;
}

@media screen and (max-width: 830px) {
  .shop_banner {
	  padding-top: 50px;
	  background-position: right bottom;
  }

  .shop_banner .wrap {
    text-align: center!important;    
  }

  .shop_banner_code a {
    padding: 0 30px;
  }
}

@media screen and (max-width: 540px) {
	.shop_banner h1 {
		font-size: 30px;
	}
	.shop_banner {
		padding-left: 0;
		padding-right: 0;
	 }
}

.pink_txt {
  color: #eb3c50;
}

.page_shop .wrap_m {
  padding-top: 60px;
}

.single-product li.product h2 {
  padding-bottom: 10px;
}

.fill_pink_btn,
.woocommerce ul.products li.product .button {
  display: inline-block;
  color: #fff;
  border: 1px solid #ec495c;
  border-radius: 20px;
  background-color: #eb3c50;
  width: 155px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  font-family: "SegoeUIRegular";
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
	padding: 0;
	font-weight: normal;
}

.fill_pink_btn:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: transparent;
  color: #ec495c;
}

.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 30px 5px 10px 5px;;
	font-size: 18px;
}

.blog_header {
  background-color: #000;
  border-bottom: 7px solid rgba(188, 0, 17, .7);
}

.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
  font-size: 13px;
  font-family: "HelveticaBold";
}

.woocommerce-breadcrumb a,
.breadcrumb a {
  color: #7e7e7e;
  font-family: "HelveticaRoman";
  padding-right: 19px;
  background: url(../img/arrow_right.png) no-repeat right center;
  margin-right: 10px;
}

div.product {
  position: relative;
  overflow: hidden;
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9.5px;
}

.woocommerce-product-gallery {
  text-align: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #cecece;
  width: calc(25% - 19px);
  margin: 9.5px;
}

.woocommerce-product-gallery img {
  max-width: 100%;
}

div.product .woocommerce-product-gallery .onsale {
  font-size: 40px;
  padding: 10px 85px;
  padding-bottom: 12px;
  top: 35px;
  left: -70px;
}

div.product .active_slide {
  border: 1px solid #cecece;
  margin: 9.5px;
  position: relative;
  overflow: hidden;
}

div.product .entry-summary {
  width: 50%;
  margin: 9.5px;
}

div.product .woocommerce-product-gallery {
  width: calc(50% - 19px);
}

div.product .entry-summary h1,
.woocommerce div.product .product_title {
  font-family: "HelveticaBold";
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 30px;
}

.woocommerce div.product p.price {
	font-size: 0;
	margin-top: 10px;
}
div.product .entry-summary .price del,
div.product .entry-summary .price ins,
div.product .entry-summary .price>span{
  padding: 15px 10px;
  display: inline-block;
  line-height: 18px;
  width: 153px;
  max-width: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
margin-top: -10px;
}

div.product .entry-summary .price del {
  background-color: #c2c2c2;
}

div.product .entry-summary .price ins,
.woocommerce div.product .entry-summary p.price ins, 
.woocommerce div.product .entry-summar span.price ins,
div.product .entry-summary .price>span {
  background-color: #eb3c50;
  text-decoration: none;
}

.woocommerce div.product .entry-summary .cart .price {
	padding: 20px 0;
}

.woocommerce div.product .entry-summary .cart .price ins,
.woocommerce div.product .entry-summary .cart .price del{
	background: transparent;
	color: #eb3c50;
	min-width: 0;
	padding: 0;
	font-size: 24px;
}

.woocommerce div.product.product-type-variable  p.price {
	color: #eb3c50;
	font-size: 18px;
}

.product-type-variable .woocommerce div.product p.price .woocommerce-Price-amount.amount {
	
}

div.product .price > * {
  vertical-align: top;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
	opacity: 1;
}

.woocommerce-product-details__short-description {
  padding-top: 30px;
}

.entry-summary p:not(.price) {
  color: #000;
}

.woocommerce-product-details__short-description p strong {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "HelveticaBold";
}

.woocommerce-product-details__short-description iframe {
   margin-top: 25px;
}

.woocommerce-product-details__short-description  ul {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
}

.woocommerce-product-details__short-description  ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 10px 10px 35px;
  background: url(../img/li_arrow.png) no-repeat center;
  background-position-x: 14px;
}

.product .cart {
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
  display: flex;
	margin-top: 2em;
}

.product .variations_form.cart {
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 18px;
}

.product .cart input {
  font-size: 15px;
  font-family: "Arial";
  background-color: #35363f;
  border: none;
  color: #fff;
  line-height: 45px;
  height: 45px;
  padding-left: 12px;
}

.woocommerce div.product form.cart .variations td {
	padding-bottom:15px;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-cart-form input {
	line-height: 45px;
	height: 45px;
	padding-left: 20px;
	border: 1px solid #d1d1d1;
}

.woocommerce .woocommerce-cart-form input.button {
	border: none;
}

.woocommerce .woocommerce-cart-form button.button {
	height: 45px;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-family: "HelveticaBold";
	font-weight: normal;
}

.woocommerce .product .quantity .qty {
  width: 117px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	padding-left: 20px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	font-family: "Arial";
}

.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 45px;
}

.woocommerce form .form-row textarea {
	padding-top: 10px;
	height: 131px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 44px;
	line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
	height: 45px;
}

.select2-container--default .select2-selection--single {
	border-radius: none;
}

.product .cart button,
.woocommerce div.product form.cart .button {
  font-size: 25px;
  font-family: "NimbusSanTConBold";
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  line-height: 45px;
  height: 45px;
  width: 170px;
  text-align: center;
  background-color: #eb3c50;
  color: #fff;
	opacity: 1;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0;
}

.product_meta strong {
  font-family: "HelveticaBold";
}

.entry-summary a,
.woocommerce-tabs a {
  color: #eb3c50;
}

.entry-summary a:hover {
  color: #cb2538;
}

@media screen and (max-width: 700px) {
  
  div.product .entry-summary {
    width: 100%;
  }

  div.product .woocommerce-product-gallery {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {

  div.product .price span del, 
  div.product .price span ins {
    min-width: 120px;
  }

  .woocommerce-product-details__short-description iframe {
    height: 180px;
  }
}

.woocommerce-tabs {
  background-color: #f7f7f7;
  margin-top: 60px;
  width: 100%;
}

.woocommerce-tabs h2 {
  font-size: 37px;
  font-family: "HelveticaBold";
  color: #bc0011;
  padding-bottom: 35px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 80px 20px 70px 75px;
  padding-left: 75px;
  font: 15px/25px "Arial";
  color: #808080;
}

.woocommerce-Tabs-panel ul {
  margin: 20px 0;
}

.woocommerce-Tabs-panel  ul li {
  padding: 8px 10px 8px 25px;
  background: url(../img/li_arrow.png) no-repeat center left;
  background-position-x: 5px;
}

.wc-tabs {
  background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  border: 1px solid #cecece;
  margin: 0 1px;
  padding:0;
  border-radius: 0;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
  border-bottom: 7px solid #f7f7f7;
  background-color: #f7f7f7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  font-size: 18px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
  color: #eb3c50;
  padding: 20px 80px;
	font-weight: normal;
}

.wc-tabs li.active a {
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1024px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 20px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 650px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 4px 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: block;
  }
	
	.woocommerce-tabs h2 {
		font-size: 30px;
		line-height: 32px;
	}	
	
}

.shop_attributes th,
.shop_attributes td  {
  padding: 15px 20px;
}

.woocommerce .content-area {
	padding: 0;
}

.blog_body {
  width: 75%;
  float: left;
}

.sidebar {
  width: 25%;
  float: left;
  padding: 9.5px 0;
  padding-top: 107px;
}

.blog_articles{
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; 
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_body .blog_article {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_title {
  font-family: "HelveticaBold";
  font-size: 32px;
  text-transform: uppercase;
  padding: 35px 9.5px;
  padding-bottom: 25px;
}

.blog_article {
  width: calc(33.33% - 19px);
  border: 1px solid #cecece;
  margin: 9.5px;
  position: relative;
}

.blog_article_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  padding-top: 243px;
}

.post_1 .blog_article_img {
  background-image: url(../img/blog_1.jpg);
}

.post_2 .blog_article_img {
  background-image: url(../img/blog_2.jpg);
}

.post_3 .blog_article_img {
  background-image: url(../img/blog_3.jpg);
}

.post_4 .blog_article_img {
  background-image: url(../img/blog_4.jpg);
}

.post_5 .blog_article_img {
  background-image: url(../img/blog_5.jpg);
}

.post_6 .blog_article_img {
  background-image: url(../img/blog_6.jpg);
}

.post_7 .blog_article_img {
  background-image: url(../img/blog_7.jpg);
}

.post_8 .blog_article_img {
  background-image: url(../img/blog_8.jpg);
}

.post_9 .blog_article_img {
  background-image: url(../img/blog_9.jpg);
}

.blog_article_tags {
  background-color: #f1f2f5;
  color: #868686;
  padding: 15px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.blog_article_tags a {
  color: #808080;
}

.blog_article_tags i {
  padding-right: 15px;
}

.blog_article_tags p {
  font: 12px/20px "Arial";
}

.blog_article_date {
  display: inline-block;
  width: 193px;
  padding: 16px;
  text-align: center;
  background-color: rgba(233, 39, 61, .9);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.blog_article_date i {
  padding-right: 10px;
}

.blog_article section {
  padding: 24px;
  padding-bottom: 90px;
}

.blog_article section h1 {
  text-align: center;
  font-size: 18px;
  font-family: "HelveticaBold";
  color: #eb3c50;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.blog_article section p {
  font: 15px/25px "Arial";
  color: #808080;
}

.pagination,
.woocommerce-pagination {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 70px;
}

.pagination > *,
.woocommerce-pagination > * {
  border: 1px solid #eb3c50;
  color: #eb3c50;
  font: 15px/37px "SegoeUIRegular";
  border-radius: 20px;
  height: 39px;
  display: inline-block;
  text-transform: uppercase;
}

.page-numbers {
  width: 39px;
  margin: 5px;
}

.pagination .current,
.pagination a:hover,
.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
  background-color: #eb3c50;
  color: #fff!important;
}

.prev, .next {
  width: 134px;
}

.disabled {
  color: #d4d4d4;
  border-color: #d4d4d4;
}
.search-form {
  font-size: 0;
  max-width: 450px;
  margin: 0 auto;
}

.search-form > * {
  display: inline-block;
  vertical-align: top;
}

.search-form label {
  width: 56%;
}

.search-form input {
  height: 45px;
  line-height: 45px;
  border: none;
  color: #fff;
}

.search-form .search-field {
  font-size: 15px;
  font-family: "Arial";
  background-color: #35363f;
  padding: 0 19px;
  width: 100%;
}

.search-form .input-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form .input-group ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form .input-group :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.input-group :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-form .search-submit {
  font-family: "NimbusSanTConBold";
  font-size: 25px;
  text-transform: uppercase;
  background-color: #eb3c50;
  width: 100%;
  cursor: pointer;
  width: 44%;
}

.widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
}

.widget {
  text-transform: uppercase;
  font-family: "HelveticaBold";
}

.widget ul {
  border-top: 1px solid #cecece;
}

.widget ul li {
  font-size: 12px;
  color: #eb3c50;
  border-bottom: 1px solid #cecece;
  padding: 13px 33px;
  padding-right: 10px;
  background: url(../img/arrow_right.png) no-repeat;
  background-position-x: 15px;
  background-position-y: 16px;
}

.widget ul li a {
  color: #eb3c50;
}

.archive-accordion-year ul {
  margin-top: 13px;
  display: none;
}

.archive-accordion-year ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 900px) {
  .blog_body {
    width: 100%;
  }

  .sidebar {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .blog_article {
    width: calc(50% - 19px);
  }

  .prev, .next {
    display: block;
    margin: 10px auto;
  }

}

@media screen and (max-width: 460px) {
  .blog_article {
    width: calc(100% - 19px);
  }

  .pagination > * {
    font: 15px/28px "SegoeUIRegular";
    border-radius: 15px;
    height: 30px;
  }

  .page-numbers {
    width: 30px;
    margin: 3px;
  }

  .prev, .next {
    width: 70px;
    margin: 10px auto;
  }
}

.article_tags {
  background-color: #f1f2f5;
  color: #868686;
  padding: 14px 16px;
  border: 1px solid #cecece;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.article_tags a {
  color: #808080;
}

.article_tags i {
  padding-right: 15px;
}

.article_tags p {
  font: 12px/20px "Arial";
}

.article_date {
  display: inline-block;
  width: 193px;
  padding: 16px;
  text-align: center;
  background-color: rgba(233, 39, 61, .9);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.article_date i {
  padding-right: 10px;
}

.blog_banner {
  background: url(../img/shop_banner.jpg) no-repeat center left;
  background-size: cover;
  padding: 40px;
  margin: 20px 0;
}

.blog_banner_box {
  max-width: 370px;
}

.blog_banner h1 {
  font: 26px/26px "HelveticaBold";
  text-transform: uppercase;
  color: #bc0011;
  padding-bottom: 10px;
}

.blog_banner h3 {
  font-family: "HelveticaRoman";
  font-size: 13px;
  color: #271c1c;
  padding-bottom: 15px;
}

.blog_banner p {
  padding-bottom: 20px;
}

.blog_banner_code {
  font-size: 0;
  padding-bottom: 20px;
}

.blog_banner_code a {
  font-family: "NimbusSanTConBold";
  text-transform: uppercase;
  font-size: 17.5px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 37px;
}

.blog_post {
  padding-bottom: 35px;
  padding-top: 20px;
}

.blog_post p,
.blog_post div {
  font: 15px/25px "Arial";
  padding-bottom: 30px;
}

.blog_post li {
	font: 15px/25px "Arial";
	list-style: inside;
	color: #808080;
}
.blog_post ul {
	padding-bottom: 15px;
}

.blog_post img {
/*   float: left; */
  padding-right: 16px;
  padding-bottom: 16px;
  max-width: 100%;
	height: auto;
}

.blog_post h3 {
  font-size: 18px;
}

.blog_post iframe {
  margin-bottom: 20px;
}

.blog_post a {
  color: #eb3c50;
}

.blog_post a:hover {
  color: #ec495c;
}

.excerption_box {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.excerpt_box_img {
  min-width: 160px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.excerpt_box_txt {
  border: 1px solid #c1c1c1;
  border-radius: 23px;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  margin-left: -80px;
}

.excerpt_box_h2 {
  padding: 30px 100px;
  padding-right: 40px;
  width: calc(100% - 185px);
}

.excerpt_box_h2 h2 {
  font-family: "NimbusSanTConBold";
  font-size: 25px;
}

.excerpt_box_p {
  background-color: #f1f1f1;
  position: relative;
  padding: 30px;
  width: 165px;
}

.excerpt_box_p p {
  font-family: "NimbusSanTConBold";
  padding-bottom: 0;
  font-size: 18px;
}

.excerpt_box_p:before {
  display: block;
  content: "";
  background: inherit;
  height: 100%;
  width: 60px;
  position: absolute;
  left: -30px;
  top: 0;
  transform: skewX(-15deg);
}

.iframe_wrap iframe {
  border:  8px solid #ccc;
}

@media screen and (max-width: 760px) {
  .excerption_box {
    display: block;
  }

  .excerpt_box_img {
    margin: 0 auto;
  }

  .excerpt_box_txt {
    margin: 0 auto;
    margin-top: -50px;
    display: block;
  }

  .excerpt_box_h2 {
    padding: 30px;
    padding-top: 70px;
    width: 100%;
  }

  .excerpt_box_p {
    width: 100%;
    background: none;
    padding-top: 0;
    display: block;
  }

  .excerpt_box_p p {
    text-align: right;
  }

  /*.article iframe:not(.instagram-media),
  .iframe_wrap iframe:not(.instagram-media) {
    height: 350px;
  }*/
	.instagram-media{
		min-width: auto !important;
	}
}

@media screen and (max-width: 460px) {
  /*.article iframe:not(.instagram-media),
  .iframe_wrap iframe:not(.instagram-media) {
    height: 220px;
  }*/

  .blog_banner {
    padding: 30px 20px;
    background-size: auto;
    text-align: center;
  }

  .blog_banner_code a {
    padding: 0 30px;
  }
}

.default_page {
  padding-bottom: 50px;
}

.default_page h3 {
  font-size: 18px;
  padding-bottom: 15px;
}

.default_page p {
  font: 15px/25px "Arial";
  padding-bottom: 30px;
}

.default_page a {
  color: #eb3c50;
}

.default_page a:hover {
  color: #ec495c;
}

.default_page ul {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.default_page ul li{
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 10px 10px 35px;
  background: url(../img/arrow_right.png) no-repeat center;
  background-position-x: 14px;
  font: 15px/25px "Arial";
  color: #808080;
}

.woocommerce-checkout ul li,
.woocommerce-cart ul li {
	padding: 0;
	color: #000;
	border-bottom: none;
	background: none;
}

.woocommerce-checkout ul,
.woocommerce-cart ul {
	border-top: none;
	margin-bottom: none;
}

.sidebar .input-group {
  font-size: 0;
}

.affiliates form {
  margin-bottom: 20px;
}

.affiliates p {
	padding-bottom: 0;
}

@media screen and (max-width: 460px) {

  .affiliates form > * {
    max-width: 100%;
    width: 100%;
  }

  .affiliates input[type="email"] {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
  }
}

.our_story_img1 {
  background-image: url(../img/our_story1.jpg);
}

.our_story_img2 {
  background-image: url(../img/our_story2.jpg);
}

.our_story_img3 {
  background-image: url(../img/our_story3.jpg);
}

.our_story_img4 {
  background-image: url(../img/our_story4.jpg);
}

.our_story_img5 {
  background-image: url(../img/our_story2.jpg);
}

.our_story_img6 {
  background-image: url(../img/our_story3.jpg);
}

.account_sidebar {
  width: 50%;
  padding-right: 10%;
}

.contacts_box .hidden {
  font-size: 0;
}

.contacts_box strong {
  font-family: "SegoeUIBold";
  color: #000;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}

.mejs-container {
	padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}

video.wp-video-shortcode {
	position: relative;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mejs-controls {
	display: none;
}

.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.page_shop .woocommerce ul.products li.first:last-child {
	display: none;
}

.woocommerce ul.products li.product a img {
	width:auto;
	display: inline-block;
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 18px;
	padding-bottom: 30px;
	max-width: 240px;
	margin: 0 auto;
}

.woocommerce ul.products li.product mark.count {
	display: none;
}

.error404  .page-title,
.search_page .page-title {
	font-size: 32px;
    font-family: "HelveticaBold";
    text-transform: uppercase;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}

.search_page .no-results {
	text-align: center;
}

.search_page .no-results p {
	padding-bottom: 30px;
}

.error404 .wrap {
	text-align: center;
}

.error404 .wrap .widget {
	text-align: left;
}

.page_our_story p,
.page_about p,
.page_workshops p,
.page_certifications p {
	font-size: 16px;
	line-height: 24px;
}

.testi_content p {
	font-size: 13px;
	line-height: 23px;
}

/*Input type number*/

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #eee;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 1px;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.woocommerce .woocommerce-cart-form .quantity-button {
	color: #000;
	border-color: #d1d1d1;
}

.woocommerce .woocommerce-cart-form .quantity-button.quantity-up {
}

.woocommerce .woocommerce-cart-form .quantity .qty {
	padding-right: 23px;
	padding-left: 5px;
}

.page-scroll-buttons {
	display: none;
}

.page-id-5153 .page-scroll-buttons {
	display: block;
}

@media screen and (max-width: 1380px) {
	.page-id-5153 .page-scroll-buttons {
		display: none;
	}
}

.category_page_banner.shop_banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-collaterals .cross-sells h2,
.cart-collaterals .cart_totals h2 {
	padding-bottom: 30px;
}

.cart-collaterals .cross-sells ul.products li {
	border-bottom: 1px solid #e5e5e5;
}

.header_right a {
	position: relative;
}

.cart_count_icon {
	position: absolute;
  top: 2px;
  right: -8px;
  display: inline-block;
  line-height: 19px;
  background-color: #000;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
	padding-right: 1px;
}

ul.woocommerce-error li {
	background: none;
	padding: 0;
	border-bottom: none;
}
/*==========================*/
.blog_post p {
	clear:both;
}
.archive.woocommerce .content-area {
	width:auto !important;
}
/*Online coaching*/
ul.coaching-items{
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  margin-bottom: 60px !important;
}

li.coaching-item{
  width: calc(100%/3 - 20px) !important;
  border: 1px solid #cecece !important;
  margin: 10px !important;
  padding-bottom: 115px !important;
  position: relative !important;
  max-width: 395px !important;
  min-width: 300px !important;
}

.coaching-img{
  position: relative;
}

.coaching-img img{
  max-width: 100%;
}

.coaching-price{
  color: #ffffff;
  font: 18px/1 'HelveticaBold';
  background-color: rgba(233,39,61,.9);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 30px;
  display: block;
  text-align: center;
}

.coaching-price del{
  font-family: "HelveticaLight";
  text-decoration: line-through;
}

.coaching-title{
  padding: 25px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: "HelveticaBold";
  text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
}

.coaching-list{
  margin: 0 30px;
  color: #808080;
  font: 13px/1 "Arial";
  border-top: 1px solid #cecece;
}

.coaching-list li{
  padding: 10px 0;
  border-bottom: 1px solid #cecece;
  padding-left: 30px;
  position: relative;
	text-align: left;
}

.coaching-list li:before{
  content: '';
  position: absolute;
  width: 13px;
  height: 11px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/check.png) no-repeat center;
  background-size: cover;
}

.coaching-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.online-coaching-form{
  background-color: #f1f2f5;
  padding-bottom: 110px;
}

.form-wrap{
  background: #fff;
  border: 1px solid #cecece;
  padding: 30px 20px;
  max-width: 1000px;
}

.form-wrap .group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrap .group>div, .form-wrap .group>label{
  width: 50%;
  color: #565656;
  font-family: "Arial";
  font-size: 13px;
  line-height: 1.92;
  padding: 0 10px;
  margin-bottom: 10px;
}

.form-wrap .group.disabled>div, .form-wrap .group.disabled>label{
  color: #aaaaaa;
}

.form-wrap .group input{
  height: 39px;
  border-radius: 19px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 20px;
}
.form-wrap .group textarea{
  min-height: 73px;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  width: 100%;
  padding: 10px 20px;
  font-family: "Arial";
}
.form-wrap .group input[disabled], .form-wrap .group textarea[disabled]{
  background-color: #fafafa;
  border-color: #fafafa;
}
.gfield_radio{
  position: relative;
  display: flex;
  padding: 5px 10px !important;
}

.gfield_radio li{
  margin-right: 50px;
}

.form-wrap input[type="submit"]{
  color: #fff !important;
  background-color: #eb3c50 !important;
  width: 155px;
  border: 1px solid #eb3c50 !important;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  height: 39px;
  border-radius: 19px;
  margin: 60px auto 20px;
  display: block;
}

.form-wrap input[type="submit"]:hover{
  color: #eb3c50 !important;
  background-color: #fff !important;
}

.form-wrap .group input[type="checkbox"]:checked, 
.form-wrap .group input[type="checkbox"]:not(:checked), 
.form-wrap .group input[type="radio"]:checked, 
.form-wrap .group input[type="radio"]:not(:checked) 
{
  position: absolute;
  left: -9999px;
}

.form-wrap .group input[type="checkbox"]:checked + label, 
.form-wrap .group input[type="checkbox"]:not(:checked) + label, 
.form-wrap .group input[type="radio"]:checked + label, 
.form-wrap .group input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  line-height: 20px;
  cursor: pointer;
}
.form-wrap .group input[type="checkbox"]:checked + label:before, 
.form-wrap .group input[type="checkbox"]:not(:checked) + label:before,
.form-wrap .group input[type="radio"]:checked + label:before, 
.form-wrap .group input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

.form-wrap .group input[type="checkbox"]:checked + label:before, 
.form-wrap .group input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}

.form-wrap .group input[type="checkbox"]:checked + label:before{
  background-color: #2a2a2a;
}

.form-wrap .group input[type="radio"]:checked + label:before, 
.form-wrap .group input[type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}
.form-wrap .group input[type="checkbox"]:checked + label:after, 
.form-wrap .group input[type="checkbox"]:not(:checked) + label:after, 
.form-wrap .group input[type="radio"]:checked + label:after, 
.form-wrap .group input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}

.form-wrap .group input[type="checkbox"]:checked + label:after, 
.form-wrap .group input[type="checkbox"]:not(:checked) + label:after {
  left: 4px;
  top: calc(50% + 5px);
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-135%) rotate(-45deg);
}

.form-wrap .group input[type="radio"]:checked + label:after, 
.form-wrap .group input[type="radio"]:not(:checked) + label:after {
  left: 6px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #66a72c;
}
.form-wrap .group input[type="checkbox"]:not(:checked) + label:after, 
.form-wrap .group input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

.form-wrap .group input[type="checkbox"]:checked + label:after, 
.form-wrap .group input[type="radio"]:checked + label:after {
  opacity: 1;
}

.online-coaching-sec1{
  background: url(../img/online-coaching-sec1.png) no-repeat right bottom;
  padding: 80px 0;
}

.online-coaching-sec1 .wrap>div{
  width: 50%;
  max-width: 430px;
}

.online-coaching-sec1 .wrap>div h2{
  margin: 50px 0;
}

.online-coaching-sec1 .wrap>div p, 
.online-coaching-sec2>div p, 
.online-coaching-sec3>div p{
  margin-bottom: 40px;
  color: #565656;
  font: 13px/1.92 "Arial";
}

.online-coaching-sec2, .online-coaching-sec3{
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.online-coaching-sec2>div, .online-coaching-sec3>div{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.online-coaching-sec2 img, 
.online-coaching-sec3 img{
  display: none;
}

.online-coaching-sec2>div h3, 
.online-coaching-sec3>div h3{
  color: #000000;
  font: 32px/1 "HelveticaLight";
  margin-bottom: 25px;
  text-transform: capitalize;
}

.online-coaching-sec2>div:last-child, .online-coaching-sec3>div:first-child{
  padding: 160px 90px;
}

@media screen and (max-width: 1992px){
  .online-coaching-sec1{
    background-position: 140% bottom;
  }
}

@media screen and (max-width: 1680px){
  .online-coaching-sec1{
    background-position: 580px bottom;
  }
}

@media screen and (max-width: 1280px){
  .online-coaching-sec1{
    background-position: 400px bottom;
  }

  .online-coaching-sec2>div:last-child, .online-coaching-sec3>div:first-child{
    padding: 120px 60px;
  }
}

@media screen and (max-width: 992px){
  li.coaching-item{
    width: 100% !important;
  }

  .online-coaching-sec1{
    padding: 20px 0 350px;
    background-position:  right bottom;
    background-size: auto 400px;
  }

  .online-coaching-sec1 .wrap>div{
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 760px){
  .form-wrap{
    padding: 30px 5px;
  }

  .form-wrap .group{
    margin-bottom: 10px;
  }

  .form-wrap .group>div{
    width: 100%;
  }

  .online-coaching-sec2>div, .online-coaching-sec3>div{
    width: 100%;
  }

  .online-coaching-sec3>div:first-child{
    order: 2;
  }

  .online-coaching-sec3>div:last-child{
    order: 1;
  }

  .online-coaching-sec2 img, 
  .online-coaching-sec3 img{
    display: block;
    width: 100%;
  }

  .online-coaching-sec2>div:last-child, .online-coaching-sec3>div:first-child{
    padding: 60px 10px 30px;
  }
}

@media screen and (max-width: 500px){
 .online-coaching-sec1{
  background-position: left bottom;
}
}

.validation_error{
	font-size: 13px;
	color: #ec495c;
	margin-bottom: 20px;
}
.group .gfield_description.validation_message{
	margin-left: auto;
	color: #ec495c;
}


.courses-img {
  width: 100%;
}

.products.d_flex.products_four {display: none;}

/* Added 12/7/21 */
section#pricing-options {
    display: none;
}
section#ceo {
    display: none;
}
.navigation-list a, .navigation-list a:hover, .navigation-list a:active {
    color: #FFF;
    background: transparent;
    background-color: transparent !important;
    padding-bottom: 5px;
}
.navigation-list a:hover {
    border-bottom: 1px solid #FFF;
}
.navigation-item {
    position: relative;
}
