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

@font-face{
  font-family:'iransans';
  src:url("../fonts/IRANSans.woff") format('woff'),
  url("../fonts/IRANSans.ttf") format('truetype');
}

#register-popup .content {
  padding-bottom: 40px;
}
.login-popup {
  margin: 20px auto;
  width: 555px;
  position: relative;
}
@media screen and (max-width: 740px) {
  .login-popup {
    width: 450px;
  }
}
.login-popup header {
  background-color: #262626;
  text-align: center;
}
.login-popup header .popup-logo-wrp {
  height: 138px;
  line-height: 138px;
  font-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.login-popup header .popup-logo-wrp img {
  display: inline-block;
  vertical-align: middle;
}
.login-popup header h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 20px;
}
.login-popup .content {
  background-color: #fff;
  padding: 25px;
}
@media screen and (min-width: 1160px) {
  .login-popup .content {
    padding-bottom: 15px;
  }
  .bottom-block{
    margin-top: -150px;
  }
}
@media screen and (max-width: 740px) {
  .login-popup .content {
    padding: 25px;
  }
}
.login-popup .content input[type="text"],
.login-popup .content input[type="password"] {
  width: 100%;
  border: 1px solid silver;
  height: 40px;
  padding: 0 5px;
  margin-bottom: 10px;
  otuline: none;
  font-size: 14px;
}
.login-popup .content input[type="submit"].btn {
  width: 100%;
  background-color: #00796b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  outline: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.login-popup .content input[type="submit"].btn:hover {
  background-color: #006a5c;
}
.login-popup .content input[type="submit"].btn.success {
  background: #11b0e5 url(../images/ok-icon.png) no-repeat right 53px center;
}
.login-popup .text {
  color: silver;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 18px;
}
.login-popup .checkbox-label {
  margin-bottom: 20px;
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.login-popup .checkbox-label input[type="checkbox"]:checked + .text-wrp:before {
  color: #fff;
  background-color: #11b0e5;
  border-color: #11b0e5;
}
.login-popup .checkbox-label .text-wrp {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.login-popup .checkbox-label .text-wrp:hover:before {
  color: rgba(255, 255, 255, 0.4);
}
.login-popup .checkbox-label .text-wrp:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  margin-right: 5px;
  color: transparent;
}
.login-popup .checkbox-label input[type="checkbox"] {
  display: none;
}
.login-popup .text-accept {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: silver;
  margin-bottom: 20px;
}
.login-popup .text-accept a {
  color: #11b0e5;
  text-decoration: none;
}
.login-popup .text-accept a:hover {
  text-decoration: underline;
}
.login-popup .popup-registration-link-wrp {
  text-align: center;
  font-size: 18px;
  color: #444;
  font-weight: 600;
  margin-top: 30px;
}
.login-popup .popup-registration-link-wrp a {
  text-decoration: none;
  color: #11b0e5;
  font-weight: 700;
}
.login-popup .popup-registration-link-wrp a:hover {
  color: #009cd1;
}
.login-popup footer {
  line-height: 46px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}
.login-popup footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.login-popup footer a {
  color: silver;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #444;
  font-size: 14px;
}
.login-popup footer a:hover {
  color: #444;
}
.login-popup footer a:hover {
  color: #000;
  text-decoration: underline;
}
.login-popup footer a span {
  color: #11b0e5;
  font-weight: 700;
}
.login-popup footer .left {
  float: left;
  float: none;
  line-height: 36px;
}
.login-popup footer .left a {
  font-weight: 500;
  font-size: 13px;
}
.login-popup footer .right {
  float: right;
  float: none;
}
@media screen and (max-width: 1160px) {
  .login-popup footer {
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
  }
  .login-popup footer a {
    color: #444;
  }
  .login-popup footer a:hover {
    color: #000;
    text-decoration: underline;
  }
  .login-popup footer .left {
    float: none;
    line-height: 36px;
  }
  .login-popup footer .left a {
    font-weight: 500;
    font-size: 13px;
  }
  .login-popup footer .right {
    float: none;
    line-height: 36px;
  }
  .login-popup footer .right a {
    font-weight: 600;
    font-size: 14px;
  }
}
.login-popup .form-status {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.login-popup .form-status.error {
  background-color: #f2dede;
}
.login-popup .form-status.success {
  background-color: #dff0d8;
}
#forgot-password-popup input[type="text"] {
  margin-bottom: 20px;
}
#thanks-popup .text {
  color: #444;
  font-size: 18px;
  line-height: 24px;
}
.popup-facebook-wrp {
  padding-top: 30px;
}
.popup-facebook-wrp .title {
  color: #cacaca;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  height: 14px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.popup-facebook-wrp .title:before {
  content: '';
  height: 1px;
  background-color: #eae7e7;
  width: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.popup-facebook-wrp .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.popup-facebook-wrp .fb-btn {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #3b5998;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.popup-facebook-wrp .fb-btn:hover {
  background-color: #2c4a89;
}
.popup-facebook-wrp .fb-btn span {
  position: relative;
  display: inline-block;
}
.popup-facebook-wrp .fb-btn i.fa {
  font-size: 22px;
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  line-height: 50px;
}
body .mfp-close-btn-in .mfp-close {
  color: #fff;
  font-weight: 300;
  font-family: Raleway;
  font-size: 38px;
}
body .mfp-wrap {
  min-width: 470px;
}
body .mfp-container {
  min-width: 470px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0) rotateY(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0) rotateY(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0) rotateY(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0) rotateY(0);
  transform: translateY(0) perspective(600px) rotateX(0) rotateY(0);
  /*&.rotate{
    	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ) rotateY(360deg); 
	    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ) rotateY(360deg); 
	    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ) rotateY(360deg); 
	    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ) rotateY(360deg); 
	    transform: translateY(0) perspective( 600px ) rotateX( 0 ) rotateY(360deg);
	    .transition(all, 0.5s)
    }*/
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
  min-width: 470px;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: iransans !important;
}
.page-wrapper {
  min-height: 100%;
  padding-bottom: 494px;
  height: auto;
  min-width: 470px;
}
.home .page-wrapper,
.page-template-how-it-works-page .page-wrapper {
  padding-bottom: 0;
}
.site-footer {
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.page-wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}
body {
  min-width: 1140px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
  background-color: #f7f7f7;
  overflow-x: hidden;
  min-width: 470px;
}
body.home {
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  body.no-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 740px) {
  body.menu-active:before {
    content: '';
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
.wrapper {
  width: 1140px;
  margin: 0 auto;
}
.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .wrapper {
    width: 967px;
  }
}
@media screen and (max-width: 987px) {
  .wrapper {
    width: 720px;
  }
}
@media screen and (max-width: 740px) {
  .wrapper {
    width: 450px;
  }
}
.big-wrapper {
  width: 100%;
  max-width: 1200px;
}
.big-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
a:focus {
  outline: none;
}
a {
  color: #11b0e5;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
input,
textarea {
  font-family: 'iransans';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-family: 'Raleway' !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-family: 'Raleway' !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-family: 'Raleway' !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-family: 'Raleway' !important;
}
input[type="submit"] {
  font-family: 'Raleway';
  -webkit-appearance: none;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.entry-content {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 22px;
}
.entry-content ul li {
  font-weight: 500;
  margin-bottom: 8px;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:before {
  content: '• ';
  color: #00aba8;
  font-size: 18px;
  font-weight: 400;
}
.entry-content ol li {
  list-style-type: decimal;
  padding-left: 15px;
  list-style-position: inside;
  margin-bottom: 5px;
}
.entry-content h2,
.entry-content h3 {
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 22px;
  color: #3d3d3d;
  line-height: 38px;
}
.entry-content h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.entry-content h4,
.entry-content h5 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 22px;
  color: #3d3d3d;
  line-height: 32px;
}
.entry-content h5 {
  font-size: 24px;
  line-height: 28px;
}
.entry-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-size: 20px;
}
.entry-content table {
  width: 100%;
  opacity: 0;
}
.entry-content td {
  padding: 5px;
  vertical-align: middle;
}
.entry-content img {
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 987px) {
  .entry-content img {
    max-width: 668px;
  }
}
@media screen and (max-width: 740px) {
  .entry-content img {
    max-width: 398px;
  }
}
.entry-content {
  margin-bottom: 15px;
}
.entry-content blockquote {
  padding: 14px;
  border-left: 5px solid #11b0e5;
  color: #b0b0b0;
  font-weight: 300;
  font-style: italic;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote strong {
  display: block;
  color: #767676;
  font-weight: 400;
}
.gallery {
  font-size: 0;
  line-height: 0;
  margin-bottom: 25px;
}
.single .gallery-item {
  width: 33.33%;
}
.gallery-item {
  width: 25%;
  height: 200px;
  display: inline-block;
  background: #000;
  position: relative;
  overflow: hidden;
}
.gallery-item:hover img {
  opacity: 1;
}
.gallery-item img {
  height: 225px;
  width: 300px;
  position: absolute;
  opacity: 0.85;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.content-right .gallery-item {
  width: 325%;
  height: 225px;
}
.content-right .gallery-item img {
  width: 300px;
  height: 225px;
}
.alignnone {
  margin: 15px 0px 15px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 15px 0px 5px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-block;
  width: 166px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: #ccc;
  color: #000;
  padding: 0 5px;
  text-decoration: none;
  outline: none;
}
.btn:hover {
  cursor: pointer;
}
.btn.blue-btn {
  background-color: #00bcd4;
  color: #fff;
}
.btn.blue-btn:hover {
  background-color: #00a3bb;
}
.btn.transparent-bckg-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 48px;
}
.btn.transparent-bckg-btn:hover {
  background-color: #fff;
  color: #000;
}
.btn.transparent-bckg-btn.transparent-btn-blue {
  border-color: #00bcd4;
  color: #00bcd4;
}
.btn.transparent-bckg-btn.transparent-btn-blue:hover {
  background-color: #00bcd4;
  color: #fff;
}
.btn.green-btn {
  background-color: #00796b;
  color: #fff;
}
.btn.green-btn:hover {
  background-color: #006a5c;
}
.btn.green-btn.transparent-bckg-btn {
  color: #00796b;
  background-color: transparent;
  border: 1px solid #00796b;
}
.btn.green-btn.transparent-bckg-btn:hover {
  background-color: #00796b;
  color: #fff;
}
.btn.black-btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn.black-btn:hover {
  background-color: #fff;
  color: #000;
}
.btn.black-btn.transparent-bckg-btn {
  color: #000;
  background-color: transparent;
}
.btn.black-btn.transparent-bckg-btn:hover {
  color: #fff;
  background-color: #000;
}
.btn.auto-width {
  width: auto;
  max-width: 100%;
  min-width: 165px;
  height: auto;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-title {
  color: #444;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}
.block-title.block-title-left {
  text-align: left;
}
.block-title.block-title-not-found {
  line-height: 60px;
}
@media screen and (max-width: 740px) {
  .block-title {
    font-size: 28px;
  }
}
.input {
  border: 1px solid #ebebeb;
  height: 50px;
  background: #fff;
  width: 100%;
  outline: none;
  padding: 0 20px;
  font-size: 16px;
}
textarea.input {
  height: 200px;
  padding: 20px;
  resize: none;
}
.input-dropdown-wrp {
  position: relative;
  cursor: pointer;
}
.input-dropdown-wrp.opened {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.input-dropdown-wrp.opened .input {
  border-bottom-color: #fff;
  position: relative;
  z-index: 80;
}
.input-dropdown-wrp.opened ul {
  display: block;
}
.input-dropdown-wrp.opened i.fa:before {
  content: "\f0d8";
}
.input-dropdown-wrp.opened.with-search .search-text-field {
  display: block;
}
.input-dropdown-wrp.with-search .search-text-field {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.input-dropdown-wrp.with-search ul {
  top: 200%;
}
.input-dropdown-wrp .input {
  margin: 0;
  cursor: pointer;
}
.input-dropdown-wrp .input:hover {
  cursor: pointer;
}
.input-dropdown-wrp i.fa {
  position: absolute;
  right: 20px;
  top: 0;
  color: #000;
  opacity: 0.3;
  width: 10px;
  height: 16px;
  bottom: 0;
  margin: auto 0;
  z-index: 90;
}
.input-dropdown-wrp i.fa:before {
  cursor: pointer;
}
.input-dropdown-wrp ul {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 70;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}
.input-dropdown-wrp ul li {
  position: relative;
  border: 1px solid #ebebeb;
  border-bottom: none;
  color: #00796b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 15px;
  background: #fff;
}
.input-dropdown-wrp ul li:hover {
  background-color: #F7F7F7;
}
.input-dropdown-wrp ul li:last-child {
  border-bottom: 1px solid #ebebeb;
}
.input-dropdown-wrp ul li.hidden {
  display: none;
}
.field-error,
.vat-error {
  border-color: #f00 !important;
  color: #f00;
}
.field-error::-webkit-input-placeholder,
.vat-error::-webkit-input-placeholder {
  color: #f00;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Raleway';
}
.field-error:-moz-placeholder,
.vat-error:-moz-placeholder {
  /* Firefox 18- */
  color: #f00;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Raleway';
}
.field-error::-moz-placeholder,
.vat-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f00;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Raleway';
}
.field-error:-ms-input-placeholder,
.vat-error:-ms-input-placeholder {
  color: #f00;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Raleway';
}
.accordion .elem {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.accordion .elem:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.accordion .elem.opened i {
  right: 22px;
}
.accordion .elem.opened i:before {
  content: "\f0d7";
}
.accordion header {
  padding: 20px;
  position: relative;
}
.accordion header:hover {
  cursor: pointer;
}
.accordion header i {
  position: absolute;
  color: #000;
  opacity: 0.3;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  text-align: center;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.accordion header h4 {
  color: #00796b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.accordion .elem-text {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.accordion .elem-text-in {
  padding: 0 20px 20px;
}
.form-status {
  padding: 10px 15px;
}
.form-status.error {
  background-color: #f2dede;
}
.form-status.success {
  background-color: #dff0d8;
}
.site-header {
  background-color: rgba(21, 21, 21, 0.9);
  border-bottom: 20px solid rgba(35, 35, 35, 0.9);
  width: 100%;
  min-width: 470px;
  left: 0;
  right: 0;
}
.home .site-header {
  background-color: #151515;
  border-bottom-color: #151515;
  width: 100%;
}
.site-header.not-visible {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: -120px;
  position: fixed!important;
  width: 100%;
}
.site-header.visible-to-top {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.site-header.fixed {
  top: 0;
  border-bottom-width: 10px;
  z-index: 1000;
  width: 100%;
}
.site-header.fixed .wrapper {
  min-height: 70px;
}
.site-header.fixed .logo {
  top: 12px;
  left: -10px;
}
.site-header.fixed .logo img {
  width: 77px;
  height: auto;
}
.site-header.fixed .logo3 {
  top: 30px;
  left: 190px;
}
.site-header.fixed .logo3 img {
  width: 180px;
  height: auto;
}
.site-header.fixed .header-nav {
  padding: 20px 0;
}
.site-header.fixed .user-header-block {
  padding: 10px;
  top: 0;
}
.site-header.fixed .header-login-btn {
  margin-top: 20px;
}
.site-header.fixed .header-register-btn {
  margin-top: 20px;
}
.site-header .wrapper {
  min-height: 100px;
  position: relative;
}
.site-header .logo {
  position: absolute;
  left: -20px;
  top: 15px;
}
.site-header .logo3 {
  position: absolute;
  left: 120px;
  top: 50px;
}
.site-header .header-right {
  float: right;
}
.site-header .header-right:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.site-header .header-login-btn,
.site-header .header-register-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #909090;
  background-color: transparent;
  margin-top: 37px;
  width: auto;
  height: auto;
  float: right;
  padding: 0;
  margin-left: 15px;
}
@media screen and (max-width: 987px) {
  .site-header .header-login-btn,
  .site-header .header-register-btn {
    margin-left: 5px;
  }
}
.site-header .header-login-btn:hover,
.site-header .header-register-btn:hover {
  color: #11b0e5;
  background-color: transparent;
}
.site-header .header-register-btn {
  margin-left: 30px;
}
@media screen and (max-width: 987px) {
  .site-header .header-register-btn {
    margin-left: 10px;
  }
}
.site-header .header-nav {
  line-height: 30px;
  float: right;
  padding: 35px 0;
}
.site-header .header-nav li {
  display: none;
  margin-right: 25px;
}
.site-header .header-nav li:first-child,
.site-header .header-nav li:nth-of-type(0n+2),
.site-header .header-nav li:nth-of-type(0n+3),
.site-header .header-nav li:nth-of-type(0n+4) {
  display: inline-block;
}
.site-header .header-nav li ul {
  display: none;
}
.site-header .header-nav li.current-menu-item a,
.site-header .header-nav li.current_page_parent > a,
.site-header .header-nav li.current-page-parent > a {
  color: #11b0e5;
}
.site-header .header-nav li a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.site-header .header-nav li a:hover {
  color: #11b0e5;
}
@media screen and (max-width: 740px) {
  .site-header {
    border-bottom: none;
  }
  .home .site-header {
    background-color: rgba(21, 21, 21, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    min-width: 470px;
    width: 100%;
    z-index: 200;
  }
  .site-header .wrapper {
    min-height: 80px;
  }
  .site-header .logo {
    top: 13px;
    left: 5px;
  }
  .site-header .logo3 {
    top: 13px;
    left: 100px; !important;
  }
  .site-header.fixed .logo3 {
    left: 110px;
  }
  .site-header .logo img {
    width: 69px;
    height: auto;
  }
  .site-header .header-right-in {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    overflow-y: auto;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .header-login-btn {
    display: none;
  }
  .site-header .header-register-btn {
    display: none;
  }
  .site-header .header-right.active .header-phone-menu-buttons {
    background: url(../images/close.png) no-repeat center center;
  }
  .site-header .header-right .header-phone-menu-buttons {
    width: 80px;
    height: 80px;
    background: url(../images/bars.png) no-repeat center center;
    display: block;
  }
  .site-header .header-right .header-phone-menu-buttons:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  .site-header .header-right.active {
    position: fixed;
    width: 250px;
    height: 100%;
    overflow-y: visible;
    right: 0;
    top: 0;
    background-color: #2b2b2b;
    z-index: 500;
    padding-top: 100px;
  }
  .site-header .header-right.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-color: #2b2b2b;
    z-index: 550;
  }
  .site-header .header-right.active .header-right-in {
    display: block;
    z-index: 501;
  }
  .site-header .header-right.active .header-phone-menu-buttons {
    margin: 0 0 20px auto;
    z-index: 600;
    position: fixed;
    right: 0;
    top: 0;
  }
  .site-header .header-right.active .header-login-btn {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .site-header .header-right.active .header-register-btn {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .site-header .header-right.active .header-register-btn {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .site-header .header-right.active .header-nav {
    display: block;
    margin: 0;
    float: none;
    padding: 0;
  }
  .site-header .header-right.active .header-nav > ul > li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .site-header .header-right.active .header-nav > ul > li:before {
    content: '';
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.04);
    position: absolute;
  }
  .site-header .header-right.active .header-nav > ul > li.menu-item-has-children > a {
    padding-bottom: 10px;
  }
  .site-header .header-right.active .header-nav li {
    display: block;
    margin-right: 0;
  }
  .site-header .header-right.active .header-nav li.current-menu-item > a,
  .site-header .header-right.active .header-nav li.current_page_parent > a,
  .site-header .header-right.active .header-nav li.current-menu-parent > a {
    color: #11b0e5;
  }
  .site-header .header-right.active .header-nav li ul {
    display: block;
  }
  .site-header .header-right.active .header-nav li a {
    display: block;
    line-height: 20px;
    padding: 18px 25px;
  }
  .site-header .header-right.active .header-nav li a:hover {
    color: #11b0e5;
  }
  .site-header .header-right.active .header-nav li li a {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 25px;
    text-transform: none;
    color: #b6b6b6;
  }
  .site-header .header-right.active .header-nav li li a:hover {
    color: #11b0e5;
  }
  .site-header .header-right.active .user-header-block {
    width: 100%;
    position: static;
    padding: 0;
    margin-bottom: 0px;
    display: block;
    float: none;
  }
  .site-header .header-right.active .user-header-block:hover {
    box-shadow: none;
  }
  .site-header .header-right.active .user-header-block .top {
    padding: 0 25px 8px;
  }
  .site-header .header-right.active .user-header-block .fa-caret-down {
    display: none;
  }
  .site-header .header-right.active .user-header-block .right {
    width: 140px;
  }
  .site-header .header-right.active .user-header-block ul {
    position: static;
    display: block;
    background-color: transparent;
  }
  .site-header .header-right.active .user-header-block ul .logout-li a {
    line-height: 40px;
  }
  .site-header .header-right.active .user-header-block ul a {
    padding: 0 25px;
  }
}
.user-header-block {
  position: relative;
  right: 0;
  width: 195px;
  padding: 15px;
  float: right;
  top: 12px;
}
@media screen and (max-width: 740px) {
  .user-header-block {
    display: none;
  }
}
.user-header-block:hover {
  background-color: #2b2b2b;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.user-header-block .top {
  min-height: 51px;
}
.user-header-block .top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.user-header-block .left {
  float: left;
  width: 45px;
}
.user-header-block .left img {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user-header-block .right {
  width: 110px;
  float: right;
  line-height: 16px;
  padding-top: 4px;
}
.user-header-block .right i.fa-caret-down {
  top: 32px;
  right: 15px;
  font-size: 14px;
  color: #000;
  opacity: 0.3;
  position: absolute;
}
.user-header-block .right .welcome {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.user-header-block .right .user-link {
  color: white;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.user-header-block:hover ul {
  display: block;
}
.user-header-block ul {
  position: absolute;
  top: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #2b2b2b;
  left: 0;
  right: 0;
  z-index: 50;
  display: none;
}
.user-header-block ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.user-header-block ul .current-menu-item a {
  color: #11b0e5;
}
.user-header-block ul a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #b6b6b6;
  text-decoration: none;
  padding: 0 15px;
}
.user-header-block ul a:hover {
  color: #11b0e5;
}
.user-header-block .logout-li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.user-header-block .logout-li a {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 3px;
  padding-top: 3px;
  position: relative;
}
.user-header-block .logout-li a:after {
  content: url('../images/logout-icon.png');
  position: absolute;
  right: 18px;
}
.hp-christmas {
  height: 800px;
  background: url(../images/christmas.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  .hp-christmas {
    background-image: url(../images/christmas-landscape.jpg);
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas {
    height: 700px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas {
    margin-top: 80px;
    height: 410px;
  }
}
.hp-christmas > .wrapper {
  padding-top: 110px;
  line-height: 58px;
}
@media screen and (max-width: 1160px) {
  .hp-christmas > .wrapper {
    padding-top: 485px;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas > .wrapper {
    padding-top: 420px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas > .wrapper {
    padding-top: 26px;
  }
}
.hp-christmas .buttons {
  padding-top: 50px;
}
@media screen and (max-width: 1160px) {
  .hp-christmas .buttons {
    padding-top: 34px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas .buttons {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas .buttons {
    padding-top: 124px;
  }
}
.hp-christmas .btn {
  min-width: 166px;
  margin-right: 30px;
  width: auto;
}
.hp-christmas .btn:last-child {
  margin-right: 0;
}
.hp-christmas p {
  font-size: 18px;
}
@media screen and (max-width: 1160px) {
  .hp-christmas p {
    padding-left: 30px;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas p {
    padding-left: 100px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas p {
    font-size: 12px;
    line-height: 22px;
    padding-left: 41px;
  }
}
.hp-christmas h1 {
  font-size: 48px;
}
@media screen and (max-width: 1160px) {
  .hp-christmas h1 {
    padding-left: 30px;
  }
  .hp-christmas h1 br {
    display: none;
  }
  .hp-christmas h1 span {
    display: block;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas h1 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas h1 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 41px;
  }
  .hp-christmas h1 br {
    display: block;
  }
  .hp-christmas h1 span {
    display: inline;
  }
}
.hp-christmas .red-line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(252, 3, 3, 0.8);
  background-image: url(../images/christmas-snow.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  line-height: 16px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hp-christmas .red-line:hover {
  background-color: #fc0303;
}
.hp-christmas .red-line .wrapper {
  position: relative;
  padding-left: 208px;
  display: block;
  height: 196px;
  padding-top: 55px;
}
.hp-christmas .red-line img {
  position: absolute;
  left: -33px;
  bottom: 94px;
  width: 221px;
  height: 245px;
}
.hp-christmas .red-line span.small {
  display: block;
  font-size: 16px;
}
.hp-christmas .red-line span.big {
  font-size: 48px;
  line-height: 58px;
}
@media screen and (max-width: 1160px) {
  .hp-christmas .red-line {
    bottom: auto;
    top: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    background-image: none;
  }
  .hp-christmas .red-line .wrapper {
    padding-left: 130px;
    padding-top: 38px;
    height: 111px;
  }
  .hp-christmas .red-line img {
    width: 128px;
    height: 144px;
    right: 75px;
    top: 19px;
    left: auto;
    bottom: auto;
  }
  .hp-christmas .red-line span.small {
    display: none;
  }
  .hp-christmas .red-line span.big {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas .red-line .wrapper {
    padding-left: 30px;
    padding-top: 38px;
  }
  .hp-christmas .red-line img {
    right: 14px;
    top: 32px;
  }
  .hp-christmas .red-line span.big {
    font-size: 33px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas .red-line {
    top: auto;
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .hp-christmas .red-line .wrapper {
    padding-left: 15px;
    padding-top: 28px;
    height: 86px;
  }
  .hp-christmas .red-line img {
    width: 83px;
    height: 93px;
    right: 4px;
    bottom: 12px;
    top: auto;
  }
  .hp-christmas .red-line span.big {
    font-size: 20px;
  }
}
.hp-christmas1 .wrapper {
  padding-top: 60px;
}
.hp-christmas1 .hp-christmas-top-text {
  font-size: 25px;
  color: #fff;
  margin-bottom: 45px;
}
.hp-christmas1 .buttons {
  padding-top: 0;
}
@media screen and (min-width: 1160px) {
  .hp-christmas1 h1 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
  }
  .hp-christmas1 h1 strong {
    font-size: 148px;
    text-transform: uppercase;
    font-family: BebasNeue;
    font-weight: 400;
  }
  .hp-christmas1 p {
    font-size: 25px;
    margin-top: 35px;
  }
  .hp-christmas1 .red-line img {
    position: absolute;
    left: -19px;
    width: 215px;
    height: auto;
    bottom: 98px;
    top: auto;
  }
}
@media screen and (max-width: 1160px) {
  .hp-christmas1 .wrapper {
    padding-top: 430px;
  }
  .hp-christmas1 .hp-christmas-top-text {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .hp-christmas1 .buttons {
    padding-top: 30px;
  }
  .hp-christmas1 h1 {
    font-size: 18px;
    color: #fff;
    line-height: 58px;
    display: inline-block;
  }
  .hp-christmas1 h1 strong {
    font-size: 142px;
    text-transform: uppercase;
    font-family: BebasNeue;
    font-weight: 400;
    display: block;
    line-height: 90px;
  }
  .hp-christmas1 h1 strong span {
    display: inline-block;
  }
  .hp-christmas1 p {
    font-size: 18px;
    display: inline-block;
    padding-left: 0;
  }
}
@media screen and (max-width: 987px) {
  .hp-christmas1 .wrapper {
    padding-top: 405px;
  }
  .hp-christmas1 .hp-christmas-top-text {
    padding-left: 100px;
    margin-bottom: 5px;
  }
  .hp-christmas1 .buttons {
    padding-top: 10px;
  }
  .hp-christmas1 h1 strong {
    font-size: 120px;
  }
  .hp-christmas1 h1 strong span {
    display: inline-block;
  }
}
@media screen and (max-width: 740px) {
  .hp-christmas1 {
    height: 450px;
  }
  .hp-christmas1 .wrapper {
    padding-top: 40px;
  }
  .hp-christmas1 .hp-christmas-top-text {
    padding-left: 20px;
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 18px;
  }
  .hp-christmas1 .cont {
    padding-top: 225px;
  }
  .hp-christmas1 h1 {
    font-size: 13px;
    line-height: 28px;
    padding-left: 20px;
  }
  .hp-christmas1 h1 br {
    display: none;
  }
  .hp-christmas1 h1 strong {
    font-size: 67px;
    line-height: 34px;
  }
  .hp-christmas1 h1 strong span {
    font-size: 44px;
  }
  .hp-christmas1 p {
    font-size: 13px;
    display: inline-block;
  }
  .hp-christmas1 .buttons {
    padding-top: 2px;
    margin-top: -10px;
    padding-left: 20px;
    text-align: left;
  }
  .hp-christmas1 .red-line {
    top: 0;
    bottom: auto;
  }
  .hp-christmas1 .red-line img {
    top: 19px;
    bottom: auto;
    right: 3px;
    left: auto;
  }
}
.page-top-block {
  height: 377px;
  position: relative;
  background: #4a4e48;
}
.home .page-top-block {
  background: transparent url(../images/home-top-block-bckg.jpg) no-repeat center center;
  height: 600px;
  background-size: cover;
}
@media screen and (max-width: 1160px) {
  .home .page-top-block {
    position: relative;
    background: #000 url(../images/home-top-landscape.jpg) no-repeat center top;
    background-size: cover;
  }
  .home .page-top-block .table {
    display: block;
    padding: 50px 25px;
    background-color: black;
    width: 100%;
    bottom: 0;
    top: auto;
    height: auto;
  }
  .home .page-top-block .table:before {
    content: '';
    background-color: black;
    position: absolute;
    left: -490px;
    bottom: 0;
    height: 100%;
    width: 500px;
  }
  .home .page-top-block .table:after {
    content: '';
    background-color: black;
    position: absolute;
    right: -490px;
    bottom: 0;
    height: 100%;
    width: 500px;
  }
}
@media screen and (max-width: 987px) {
  .home .page-top-block .table {
    text-align: center;
  }
  .home .page-top-block .table .table-cell {
    width: 670px;
  }
}
@media screen and (max-width: 740px) {
  .home .page-top-block {
    height: 530px;
    background: transparent url(../images/home-top-block-bckg.jpg) no-repeat right -60px top -75px;
    background-size: auto 100%;
  }
  .home .page-top-block .table {
    padding: 20px 0;
  }
  .home .page-top-block .table .table-cell {
    width: 450px;
  }
}
.page-top-block .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.page-top-block .table {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: table;
}
.page-top-block .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.page-top-block h1 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 11px;
}
@media screen and (max-width: 740px) {
  .page-top-block h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.page-top-block p.sub-title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 740px) {
  .page-top-block p.sub-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.page-top-block .btn {
  min-width: 166px;
  margin-right: 30px;
  width: auto;
}
.page-top-block .btn:last-child {
  margin-right: 0;
}
.page-top-block .blue-btn {
  background-color: #11b0e5;
}
.page-top-block .blue-btn:hover {
  background-color: #0097cc;
}
.home-page-top-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 740px) {
  .home-page-top-block {
    background: #fff !important;
  }
}
.home-page-top-block .outer-wrp {
  min-height: 800px;
  line-height: 800px;
}
@media screen and (max-width: 1440px) {
  .home-page-top-block .outer-wrp {
    min-height: 617px;
    line-height: 617px;
  }
}
@media screen and (max-width: 987px) {
  .home-page-top-block .outer-wrp {
    min-height: 700px;
    line-height: 620px;
  }
}
@media screen and (max-width: 740px) {
  .home-page-top-block .outer-wrp {
    min-height: 0;
    line-height: normal;
  }
}
.home-page-top-block .in {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
@media screen and (min-width: 741px) {
  .home-page-top-block .top-block {
    background-image: none!important;
  }
}
@media screen and (max-width: 740px) {
  .home-page-top-block .top-block {
    padding-top: 115px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-page-top-block .bottom-block {
    background-color: #000000;
    text-align: center;
  }
  .home-page-top-block .bottom-block .wrapper {
    position: relative;
    padding: 28px 0 28px;
  }
}
.home-page-top-block h2 {
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .home-page-top-block h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.home-page-top-block .short-info {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 740px) {
  .home-page-top-block .short-info {
    font-size: 16px;
  }
}
.home-page-top-block .buttons {
  margin-top: 40px;
  margin-bottom: 62px;
}
.home-page-top-block .buttons .btn {
  vertical-align: top;
  margin-right: 30px;
  width: 175px;
  padding: 0 8px;
  font-weight: 600;
}
.home-page-top-block .buttons .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .home-page-top-block .buttons {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
  .home-page-top-block .buttons .black-btn {
    border-color: #fff;
    color: #fff;
  }
  .home-page-top-block .buttons .black-btn:hover {
    background-color: #fff;
    color: #000;
  }
}
.home-page-top-block h1 {
  color: #000000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
@media screen and (max-width: 987px) {
  .home-page-top-block h1 {
    max-width: 485px;
  }
  .home-page-top-block h1 br {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .home-page-top-block h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
  }
  .home-page-top-block h1 br {
    display: block;
  }
}
.home-page-top-block strong {
  color: #01a19f;
  font-weight: 700;
}
.search-title {
  font-size: 30px;
  color: #444;
  font-weight: 400;
  margin-bottom: 20px;
}
.home-testimonials {
  padding: 40px 0;
  background-color: #fafafa;
}
.home-testimonials .block-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 740px) {
  .home-testimonials .block-title {
    margin-bottom: 40px;
  }
}
.home-testimonials .slide {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.home-testimonials .slide .img-wrp {
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 740px) {
  .home-testimonials .slide .img-wrp {
    margin-bottom: 20px;
  }
}
.home-testimonials .slide .img-wrp img {
  width: 165px;
  height: 165px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.home-testimonials .slide .text {
  line-height: 24px;
  color: #5c5c5c;
  font-size: 18px;
  min-height: 74px;
  margin-bottom: 22px;
}
.home-testimonials .slide .person-info {
  color: #000000;
  font-size: 16px;
}
.home-testimonials .slide .person-info span {
  color: #11b0e5;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg {
  margin-top: 70px !important;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg li {
  line-height: 20px;
  height: 20px;
  width: 18px;
  padding: 0px;
  margin: 0 3px;
  text-align: center;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg > li a {
  width: 14px;
  height: 14px;
  border: 1px solid #909090;
  background-color: transparent!important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  vertical-align: middle;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg > li.active a {
  width: 18px;
  height: 18px;
  background-color: transparent;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg > li.active a,
.home-testimonials .lSSlideOuter .lSPager.lSpg > li a:hover {
  background-color: transparent;
}
.home-testimonials .lSSlideOuter .lSPager.lSpg > li.active a:before,
.home-testimonials .lSSlideOuter .lSPager.lSpg > li a:hover:before {
  content: '';
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-color: #00796b;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.home-how-it-works {
  padding: 40px 0 60px;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
.home-how-it-works .block-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 987px) {
  .home-how-it-works .block-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .home-how-it-works .block-title {
    margin-bottom: 30px;
  }
}
.home-how-it-works .top-list > li {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 55px 40px;
}
.home-how-it-works .top-list > li a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.home-how-it-works .top-list > li h4 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
}
.home-how-it-works .top-list > li li {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.home-how-it-works .top-list > li li span:before {
  content: '•';
  color: #00aba8;
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}
.home-how-it-works .top-list > li img {
  width: 164px;
  height: 164px;
}
@media screen and (max-width: 1160px) {
  .home-how-it-works .top-list > li {
    margin: 0 25px 40px;
  }
}
@media screen and (max-width: 987px) {
  .home-how-it-works .top-list > li {
    width: 210px;
    margin: 0 10px 40px;
  }
}
.home-what-you-learn {
  background: #f1f1f1 url(../images/hp-what-you-learn2.jpg) no-repeat center center;
  height: 686px;
  padding: 50px 0;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 1160px) {
  .home-what-you-learn {
    background: #f1f1f1 url(../images/hp-what-you-learn2.jpg) no-repeat right -200px center;
  }
}
@media screen and (max-width: 987px) {
  .home-what-you-learn {
    background: #f1f1f1 url(../images/hp-what-you-learn2.jpg) no-repeat right -240px top -30px;
    height: auto;
    min-height: 590px;
  }
}
@media screen and (max-width: 740px) {
  .home-what-you-learn {
    background: #f1f1f1 url(../images/hp-what-you-learn2.jpg) no-repeat right -480px top 0px;
    background-size: cover;
    height: auto;
    min-height: 590px;
  }
}
.home-what-you-learn .block-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 987px) {
  .home-what-you-learn .block-title {
    margin-bottom: 40px;
  }
}
.home-what-you-learn .blocks {
  width: 780px;
  display: inline-block;
}
.home-what-you-learn .blocks:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .home-what-you-learn .blocks {
    display: block;
  }
}
@media screen and (max-width: 987px) {
  .home-what-you-learn .blocks {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .home-what-you-learn .blocks {
    width: 390px;
    margin: 0 auto;
  }
}
.home-what-you-learn .block {
  width: 195px;
  height: 195px;
  line-height: 195px;
  float: left;
  position: relative;
}
@media screen and (max-width: 987px) {
  .home-what-you-learn .block {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}
@media screen and (max-width: 740px) {
  .home-what-you-learn .block {
    width: 190px;
    height: 190px;
    line-height: 190px;
  }
}
.home-what-you-learn .block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 5;
}


.home-what-you-learn .block p {
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.home-what-you-learn .block a.btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
}
.home-benefits {
  padding: 60px 0 100px;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .home-benefits img {
    max-width: 967px;
    height: auto;
  }
}
@media screen and (max-width: 987px) {
  .home-benefits img {
    max-width: 720px;
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  .home-benefits {
    padding: 30px 0 60px;
  }
  .home-benefits img {
    max-width: 450px;
    height: auto;
  }
}
.home-benefits .block-title {
  margin-bottom: 28px;
}
.home-benefits ul {
  width: 910px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 987px) {
  .home-benefits ul {
    width: 100%;
  }
}
.home-benefits ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #444;
}
@media screen and (max-width: 740px) {
  .home-benefits ul li {
    font-size: 16px;
    display: block;
  }
}
.home-benefits ul li:before {
  content: '• ';
  color: #00aba8;
}
.home-benefits .buttons {
  margin-bottom: 100px;
}
@media screen and (max-width: 740px) {
  .home-benefits .buttons {
    margin-bottom: 30px;
  }
}
.home-benefits .btn {
  margin: 0 15px;
}
.blog-posts-widget {
  background-color: #fafafa;
  padding: 40px 0;
}
.blog-posts-widget .block-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 740px) {
  .blog-posts-widget .block-title {
    margin-bottom: 40px;
  }
}
.posts-list {
  font-size: 0;
  padding-bottom: 10px;
}
.posts-list__post {
  width: 359px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.posts-list__post:nth-of-type(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .posts-list__post {
    width: 302px;
  }
}
@media screen and (max-width: 987px) {
  .posts-list__post {
    width: 223px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 740px) {
  .posts-list__post {
    min-height: auto!important;
    width: 360px;
    display: block;
    margin: 0 auto 20px;
  }
  .posts-list__post:nth-of-type(3n+3) {
    margin-right: auto;
  }
}
.posts-list__post .cont {
  padding: 28px 20px 20px;
}
@media screen and (max-width: 1160px) {
  .posts-list__post .cont {
    padding: 20px 11px 20px;
  }
}
@media screen and (max-width: 740px) {
  .posts-list__post .cont {
    padding: 30px 20px 20px;
  }
}
.posts-list__post img {
  width: 100%;
  height: auto;
}
.posts-list__post h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1160px) {
  .posts-list__post h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 740px) {
  .posts-list__post h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
.posts-list__post h4 a {
  color: #000000;
  text-decoration: none;
}
.posts-list__post p {
  color: #a1a1a1;
  line-height: 20px;
}
@media screen and (max-width: 1160px) {
  .posts-list__post p {
    font-size: 14px;
  }
}
.posts-list__post .read-more {
  margin-top: 35px;
  display: inline-block;
  color: #00bcd4;
  font-weight: 600;
  text-decoration: none;
}
.posts-list__post .read-more:hover {
  text-decoration: underline;
}
.partners {
  padding: 60px 0 35px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.partners .block-title {
  margin-bottom: 45px;
}
.partners .lSSlideOuter .lSPager.lSpg {
  margin-top: 20px !important;
}
.partners .lSSlideOuter .lSPager.lSpg li {
  line-height: 20px;
  height: 20px;
  width: 18px;
  padding: 0px;
  margin: 0 3px;
  text-align: center;
}
.partners .lSSlideOuter .lSPager.lSpg > li a {
  width: 14px;
  height: 14px;
  border: 1px solid #909090;
  background-color: transparent!important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  vertical-align: middle;
}
.partners .lSSlideOuter .lSPager.lSpg > li.active a {
  width: 18px;
  height: 18px;
  background-color: transparent;
}
.partners .lSSlideOuter .lSPager.lSpg > li.active a,
.partners .lSSlideOuter .lSPager.lSpg > li a:hover {
  background-color: transparent;
}
.partners .lSSlideOuter .lSPager.lSpg > li.active a:before,
.partners .lSSlideOuter .lSPager.lSpg > li a:hover:before {
  content: '';
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background-color: #00796b;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.partners-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 740px) {
  .partners-list {
    display: inline-block;
    width: 348px;
  }
}
.partners-list li {
  float: left;
  text-align: center;
}
.partners-list li a {
  width: 100%;
  height: 130px;
  border: 1px solid #eeeeee;
  line-height: 128px;
  display: block;
}
@media screen and (max-width: 987px) {
  .partners-list li a {
    height: 100px;
    line-height: 98px;
  }
}
.partners-list img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 117px;
}
@media screen and (max-width: 1160px) {
  .partners-list img {
    max-width: 203px;
  }
}
@media screen and (max-width: 987px) {
  .partners-list img {
    max-width: 145px;
    max-height: 89px;
  }
}
.page-top-helpers {
  min-height: 100px;
  padding: 30px 0;
}
.page-top-helpers div.breadcrumbs {
  padding: 10px 0;
  float: left;
  font-size: 13px;
}
@media screen and (max-width: 987px) {
  .page-template-page-faq .page-top-helpers div.breadcrumbs,
  .page-template-faq-child-page .page-top-helpers div.breadcrumbs,
  .post-type-archive-course .page-top-helpers div.breadcrumbs,
  .post-type-archive-equipment .page-top-helpers div.breadcrumbs,
  .tax-equipments_category .page-top-helpers div.breadcrumbs,
  .tax-courses_category .page-top-helpers div.breadcrumbs,
  .single-course .page-top-helpers div.breadcrumbs {
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 987px) {
  .single-equipment .page-top-helpers div.breadcrumbs {
    float: none;
    clear: both;
  }
}
.page-top-helpers div.breadcrumbs li {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.page-top-helpers div.breadcrumbs li.separator {
  margin: 0 7px;
}
.page-top-helpers div.breadcrumbs a,
.page-top-helpers div.breadcrumbs span {
  color: #444;
  font-weight: 500;
  text-decoration: none;
}
.page-top-helpers div.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-top-helpers div.breadcrumbs .current,
.page-top-helpers div.breadcrumbs strong {
  color: #00796b;
  font-weight: 700;
  margin: 0;
}
.page-top-helpers .search-form-wrp {
  float: right;
}
.page-top-helpers .search-form-wrp form {
  position: relative;
}
.page-top-helpers .search-form-wrp input[type="text"] {
  width: 263px;
  height: 40px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 50px 0 10px;
}
.page-top-helpers .search-form-wrp button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #a1a1a1;
}
.page-top-helpers .search-form-wrp button[type="submit"]:hover {
  color: #000;
  cursor: pointer;
}
.page-top-helpers .drop-down {
  float: left;
  margin-right: 18px;
  position: relative;
}
.page-top-helpers .drop-down:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.page-top-helpers .drop-down-btn {
  display: inline-block;
  width: 98px;
  height: 40px;
  background-color: #00796b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px 0 11px;
  line-height: 40px;
  color: #fefefe;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.page-top-helpers .drop-down-btn:hover {
  cursor: pointer;
  background-color: #0f887a;
}
.page-top-helpers .drop-down-btn i {
  color: #00544b;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
.page-top-helpers .drop-down-content {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 50;
  display: none;
}
.page-top-helpers .drop-down-content.visible {
  display: block;
}
.page-top-helpers .drop-down-content .left {
  width: 390px;
  float: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 987px) {
  .page-top-helpers .drop-down-content .left {
    width: 360px;
  }
}
@media screen and (max-width: 740px) {
  .page-top-helpers .drop-down-content .left {
    width: 225px;
  }
}
.page-top-helpers .drop-down-content .left header {
  border-top-left-radius: 4px;
}
.page-top-helpers .drop-down-content .left > ul > li {
  background-color: #007164;
}
.page-top-helpers .drop-down-content .left > ul > li:after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.1;
  height: 1px;
}
.page-top-helpers .drop-down-content .left > ul > li:hover ul {
  display: block;
}
.page-top-helpers .drop-down-content .left > ul > li:hover a {
  background-color: #009a88;
  position: relative;
  z-index: 80;
}
.page-top-helpers .drop-down-content .left > ul > li:last-child {
  border-bottom-left-radius: 4px;
}
.page-top-helpers .drop-down-content .left > ul > li:last-child > a {
  border-bottom-left-radius: 4px;
}
.page-top-helpers .drop-down-content .left > ul > li > a {
  display: block;
  background-color: #007164;
  padding: 30px 30px 25px 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.page-top-helpers .drop-down-content ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 360px;
  min-height: 100%;
  padding-top: 65px;
  z-index: 70;
  display: none;
}
@media screen and (max-width: 740px) {
  .page-top-helpers .drop-down-content ul ul {
    width: 225px;
  }
}
.page-top-helpers .drop-down-content ul ul li {
  padding: 15px 30px;
  background-color: #009a88;
}
.page-top-helpers .drop-down-content ul ul li:last-child {
  padding-bottom: 35px;
}
.page-top-helpers .drop-down-content ul ul a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-top-helpers .drop-down-content ul ul a:hover {
  color: #00574d;
}
.page-top-helpers .drop-down-content header {
  background-color: #00574d;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
}
.page-top-helpers .drop-down-content header h4 {
  display: inline-block;
  color: #11b0e5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-top-helpers .drop-down-content .right {
  position: absolute;
  left: 100%;
  top: 0;
  width: 360px;
  height: 100%;
  background-color: #009a88;
  border-top-right-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 60;
  display: none;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 740px) {
  .page-top-helpers .drop-down-content .right {
    width: 225px;
  }
}
.page-top-helpers .drop-down-content .right.visible {
  display: block;
}
.page-top-helpers .drop-down-content .right header {
  border-top-right-radius: 4px;
}
.page-top-helpers .sidebar-menu-dropdown-btn-wrp {
  float: left;
  position: relative;
  cursor: pointer;
}
.page-top-helpers .sidebar-menu-dropdown-btn-wrp .sidebar-left {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 100;
  display: none;
}
.page-top-helpers .sidebar-menu-dropdown-btn-wrp .sidebar-left.visible {
  display: block;
}
.page-top-helpers .sidebar-menu-dropdown-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  width: 117px;
  cursor: pointer;
}
.page-top-helpers .sidebar-menu-dropdown-btn:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.page-top-helpers .sidebar-menu-dropdown-btn:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.page-top-helpers .sidebar-menu-dropdown-btn i {
  color: #000;
  opacity: 0.3;
  float: right;
  line-height: 40px;
  font-size: 18px;
}
.page-top-helpers .sidebar.sidebar-left {
  width: 263px;
}
.sidebar-title-dropdown-btn {
  cursor: pointer;
}
/* Begin Equipment */
.post-type-archive-equipment .site-header,
.tax-equipments_category .site-header,
.page-template-how-it-works-page .site-header,
.post-type-archive-course .site-header,
.tax-courses_category .site-header,
.single-course .site-header {
  position: absolute;
  width: 100%;
  min-width: 1140px;
  z-index: 700;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1160px) {
  .post-type-archive-equipment .site-header,
  .tax-equipments_category .site-header,
  .page-template-how-it-works-page .site-header,
  .post-type-archive-course .site-header,
  .tax-courses_category .site-header,
  .single-course .site-header {
    min-width: 967px;
  }
}
@media screen and (max-width: 987px) {
  .post-type-archive-equipment .site-header,
  .tax-equipments_category .site-header,
  .page-template-how-it-works-page .site-header,
  .post-type-archive-course .site-header,
  .tax-courses_category .site-header,
  .single-course .site-header {
    min-width: 720px;
  }
}
@media screen and (max-width: 987px) {
  .post-type-archive-equipment .site-header,
  .tax-equipments_category .site-header,
  .page-template-how-it-works-page .site-header,
  .post-type-archive-course .site-header,
  .tax-courses_category .site-header,
  .single-course .site-header {
    min-width: 470px;
  }
}
.page-top-block-equipment {
  background-image: url(../images/equipment-top-block.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 497px;
}
@media screen and (max-width: 740px) {
  .post-type-archive-equipment .page-top-block-equipment,
  .tax-equipments_category .page-top-block-equipment,
  .post-type-archive-course .page-top-block-equipment,
  .tax-courses_category .page-top-block-equipment {
    background-position: right -100px top;
    background-size: auto 300px;
  }
  .post-type-archive-course .page-top-block-equipment,
  .tax-courses_category .page-top-block-equipment {
    background-position: right -110px top;
  }
}
.page-template-how-it-works-page .page-top-block-equipment {
  background-image: url(../images/how-it-work-bckg.png);
}
@media screen and (max-width: 987px) {
  .page-template-how-it-works-page .page-top-block-equipment {
    background-position: right 22% center;
  }
}
.page-template-how-it-works-page .page-top-block-equipment ul {
  margin-bottom: 17px;
}
.page-template-how-it-works-page .page-top-block-equipment li {
  display: block;
}
.page-top-block-equipment .table {
  padding-top: 120px;
}
@media screen and (max-width: 740px) {
  .post-type-archive-equipment .page-top-block-equipment .table,
  .tax-equipments_category .page-top-block-equipment .table,
  .post-type-archive-course .page-top-block-equipment .table,
  .tax-courses_category .page-top-block-equipment .table {
    text-align: center;
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    bottom: 0;
    top: auto;
    height: auto;
  }
  .post-type-archive-equipment .page-top-block-equipment .table:before,
  .tax-equipments_category .page-top-block-equipment .table:before,
  .post-type-archive-course .page-top-block-equipment .table:before,
  .tax-courses_category .page-top-block-equipment .table:before {
    content: '';
    background-color: black;
    position: absolute;
    left: -490px;
    bottom: 0;
    height: 100%;
    width: 500px;
  }
  .post-type-archive-equipment .page-top-block-equipment .table:after,
  .tax-equipments_category .page-top-block-equipment .table:after,
  .post-type-archive-course .page-top-block-equipment .table:after,
  .tax-courses_category .page-top-block-equipment .table:after {
    content: '';
    background-color: black;
    position: absolute;
    right: -490px;
    bottom: 0;
    height: 100%;
    width: 500px;
  }
}
.page-top-block-equipment h1 {
  margin-bottom: 20px;
  line-height: 48px;
}
.page-top-block-equipment h1 strong {
  color: #00bcd4;
  font-weight: 600;
}
@media screen and (max-width: 740px) {
  .page-top-block-equipment h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.page-top-block-equipment li {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin-right: 7px;
}
.page-top-block-equipment li:before {
  content: '• ';
  color: #11b0e5;
}
.page-top-block-equipment p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 17px;
}
.content-three-blocks:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 987px) {
  .content-three-blocks {
    text-align: center;
  }
}
.content-three-blocks .block {
  width: 263px;
  height: 263px;
  line-height: 263px;
  position: relative;
  float: left;
  margin-right: 29px;
  margin-bottom: 30px;
  text-align: center;
}
.content-three-blocks .block:nth-of-type(3n+3) {
  margin-right: 0;
}
.content-three-blocks .block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .content-three-blocks .block {
    width: 221px;
    height: 221px;
    line-height: 221px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 987px) {
  .content-three-blocks .block {
    width: 224px;
    height: 241px;
    line-height: 224px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media screen and (max-width: 740px) {
  .content-three-blocks .block {
    width: 210px;
    height: 210px;
    line-height: 210px;
    margin-right: 25px;
  }
  .content-three-blocks .block:nth-of-type(3n+3) {
    margin-right: 25px;
  }
  .content-three-blocks .block:nth-of-type(2n+2) {
    margin-right: 0px;
  }
}
.content-three-blocks .block.title-block {
  text-align-last: left;
}
.content-three-blocks .block.title-block h1,
.content-three-blocks .block.title-block h2 {
  font-size: 48px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  color: #00796b;
}
.content-three-blocks img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.content-three-blocks a {
  position: absolute;
  left: 0;
  top: 0;
  width: 263px;
  height: 263px;
  line-height: 263px;
  text-decoration: none;
  z-index: 5;
  text-transform: uppercase;
}
@media screen and (max-width: 1160px) {
  .content-three-blocks a {
    width: 221px;
    height: 221px;
    line-height: 221px;
  }
}
.content-three-blocks a:hover span {
  background-color: #fff;
  color: #000;
}
.content-three-blocks a span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 18px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title-block-responsive {
  font-size: 48px;
  font-weight: 600;
  color: #00796b;
  margin-bottom: 20px;
}
.title-block-responsive br {
  display: none;
}
@media screen and (max-width: 740px) {
  .title-block-responsive {
    font-size: 36px;
  }
}
.content-two-blocks:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 987px) {
  .content-two-blocks {
    text-align: center;
  }
}
.content-two-blocks .block {
  width: 408px;
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  position: relative;
  height: 343px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1160px) {
  .content-two-blocks .block {
    width: 343px;
  }
}
@media screen and (max-width: 987px) {
  .content-two-blocks .block {
    width: 348px;
  }
}
@media screen and (max-width: 740px) {
  .content-two-blocks .block {
    width: 408px;
  }
}
.content-two-blocks .block.block-right {
  float: right;
}
@media screen and (max-width: 987px) {
  .content-two-blocks .block.block-right {
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
.content-two-blocks .block:nth-child(2n+2) {
  margin-right: 0;
}
.content-two-blocks .block.block-right:nth-of-type(2n+1) {
  margin-right: 30px;
}
.content-two-blocks .block.block-right:nth-of-type(2n+2),
.content-two-blocks .block.block-right:nth-of-type(0n+1) {
  margin-right: 0;
}
@media screen and (max-width: 987px) {
  .content-two-blocks .block {
    margin-right: 18px;
  }
  .content-two-blocks .block.block-right:nth-of-type(2n+1) {
    margin-right: 18px;
  }
  .content-two-blocks .block.block-right:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .content-two-blocks .block.block-right:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .content-two-blocks .block {
    margin-right: 0;
  }
  .content-two-blocks .block.block-right:nth-of-type(2n+1) {
    margin-right: 0;
  }
}
.content-two-blocks .block:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.content-two-blocks .block.title-block {
  text-align: left;
  line-height: 100%;
  line-height: 343px;
  background: transparent;
  box-shadow: none;
  text-transform: capitalize;
}
.content-two-blocks .block.title-block h1,
.content-two-blocks .block.title-block h2 {
  font-size: 48px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  color: #00796b;
}
.content-two-blocks .block .img-wrp {
  width: 100%;
  display: block;
  height: 263px;
  line-height: 263px;
  border-bottom: 1px solid #eae7e7;
}
.content-two-blocks .block .img-wrp img {
  max-width: 363px;
  max-height: 242px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1160px) {
  .content-two-blocks .block .img-wrp img {
    max-width: 330px;
  }
}
@media screen and (max-width: 740px) {
  .content-two-blocks .block .img-wrp img {
    max-width: 363px;
  }
}
.content-two-blocks .block h4 {
  padding: 27px 10px;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
/* End Equipment */
/* Begin Term of Use */
.term-of-use-title {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .term-of-use-title {
    width: 325px;
    margin: 0 auto;
  }
}
.term-of-use-blocks .block {
  padding: 30px 0px 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 740px) {
  .term-of-use-blocks .block {
    padding: 20px 0 30px;
  }
}
.term-of-use-blocks .block h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 28px;
}
.term-of-use-blocks .block .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #767676;
  max-width: 940px;
  margin: 0 auto;
}
.term-of-use-blocks .block .content strong {
  color: #000;
}
.term-of-use-blocks .block ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  list-style-position: inside;
}
.term-of-use-blocks .block ol li li {
  list-style-type: lower-latin;
  padding-left: 18px;
  margin-bottom: 0;
}
/* End Term of Use */
/* Begin About Us Page */
.about-us-page-list {
  text-align: center;
}
.about-us-page-list li {
  /*width: 480px;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: 0 107px 55px 0;
}
.about-us-page-list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.about-us-page-list li:nth-of-type(2n+2) {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .about-us-page-list li {
    width: 455px;
    margin-right: 45px;
  }
  .about-us-page-list li .right {
    width: 373px;
  }
}
@media screen and (max-width: 987px) {
  .about-us-page-list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 47px;
  }
  .about-us-page-list li .right {
    width: 594px;
  }
  .about-us-page-list li .left {
    width: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .about-us-page-list li .right {
    width: 378px;
  }
  .about-us-page-list li .left {
    width: auto;
    text-align: left;
  }
}
.about-us-page-list .left {
  float: left;
  /*width: 70px;*/
}
.about-us-page-list .left img {
  /*max-width: 60px;*/
}
.about-us-page-list .right {
  width: 65%;
  font-size: 16px;
  float: right;
  line-height: 27px;
}
.about-us-page-list .right h4 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.about-us-page-list .right .text {
  font-weight: 400;
  color: #000;
}
.about-us-page-list .right .text strong {
  color: #00796b;
  font-weight: 500;
}
.about-us-page-list .right .text a {
  color: #11b0e5;
  font-weight: 500;
  text-decoration: underline;
}
.about-us-page-list .right .text a:hover {
  text-decoration: none;
}
.about-us-founders {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 987px) {
  .about-us-founders {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .about-us-founders {
    padding-top: 40px;
  }
}
.about-us-founders h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .about-us-founders h2 {
    padding-top: 45px;
  }
}
.about-us-founders .block {
  display: inline-block;
  float: left;
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.about-us-founders .block:nth-of-type(3n+3) {
  margin-right: 0;
}
.about-us-founders .block img {
  width: 100%;
  height: auto;
}
.about-us-founders .block .content {
  padding: 25px 23px;
}
.about-us-founders .block h4 {
  font-size: 26px;
  line-height: 30px;
  color: black;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-us-founders .block h4 span {
  color: #11b0e5;
  font-weight: 600;
  display: block;
}
.about-us-founders .block .specialization {
  color: #00796b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 23px;
}
.about-us-founders .block .text {
  font-size: 16px;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.about-us-founders .block .email a {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  text-decoration: none;
}
.about-us-founders .block .email a:hover {
  text-decoration: underline;
}
.about-us-founders .block .email a span {
  color: #11b0e5;
  font-weight: 500;
}
@media screen and (max-width: 1160px) {
  .about-us-founders .block {
    width: 304px;
    margin-right: 26px;
  }
  .about-us-founders .block .content {
    padding: 25px 17px;
  }
  .about-us-founders .block h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 987px) {
  .about-us-founders .block {
    width: 348px;
    margin-right: 17px;
    float: none;
    vertical-align: top;
  }
  .about-us-founders .block:nth-of-type(3n+3) {
    margin-right: 17px;
  }
  .about-us-founders .block:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .about-us-founders .block:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .about-us-founders .block {
    width: 360px;
    margin-right: 0px;
  }
  .about-us-founders .block h4 {
    font-size: 26px;
  }
  .about-us-founders .block .content {
    padding: 30px 23px 22px;
  }
  .about-us-founders .block:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
/* End About Us Page */
.blog .page-wrapper,
.single-post .page-wrapper,
.category .page-wrapper,
.tag .page-wrapper {
  padding-bottom: 434px;
}
.blog .page-content,
.single-post .page-content,
.category .page-content,
.tag .page-content {
  max-width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 60px;
}
.blog-top-menu {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  min-height: 60px;
  padding: 15px 0px;
  position: relative;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .blog-top-menu {
    display: none;
  }
}
.blog-top-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 30px;
}
.blog-top-menu li a {
  line-height: 20px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.blog-top-menu li a:hover {
  color: #11b0e5;
}
.blog-sidebar {
  width: 262px;
}
@media screen and (max-width: 1160px) {
  .blog-sidebar {
    width: 225px;
  }
}
@media screen and (max-width: 987px) {
  .blog-sidebar {
    width: 247px;
  }
}
@media screen and (max-width: 740px) {
  .blog-sidebar {
    width: 100%;
    float: none;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.single-post .blog-sidebar {
  padding-top: 1000px;
}
@media screen and (max-width: 740px) {
  .single-post .blog-sidebar {
    padding-top: 50px;
    border-top: none;
  }
}
.blog-sidebar.blog-sidebar-right {
  float: right;
}
.blog-sidebar-block {
  margin-bottom: 60px;
}
.blog-sidebar-block .sidebar-title {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.blog-sidebar-block .post-list li {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 19px;
}
.blog-sidebar-block .post-list li:last-child {
  margin-bottom: 0;
}
.blog-sidebar-block .post-list h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.blog-sidebar-block .post-list h4 a {
  color: #000;
  text-decoration: none;
}
.blog-sidebar-block .post-list h4 a:hover {
  color: #11b0e5;
}
.blog-sidebar-block .post-list .category-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.blog-sidebar-block .post-list .category-link:hover {
  color: #00bcd4;
}
.sidebar-authors li {
  margin-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 18px;
}
.sidebar-authors li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.sidebar-authors li:last-child {
  margin-bottom: 0;
}
.sidebar-authors img {
  float: left;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sidebar-authors .cont {
  width: 182px;
  float: right;
  padding-top: 10px;
}
@media screen and (max-width: 1160px) {
  .sidebar-authors .cont {
    width: 145px;
  }
}
@media screen and (max-width: 987px) {
  .sidebar-authors .cont {
    width: 167px;
  }
}
@media screen and (max-width: 740px) {
  .sidebar-authors .cont {
    width: 370px;
  }
}
.sidebar-authors .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
.sidebar-authors .name a {
  color: #000;
  text-decoration: none;
}
.sidebar-authors .name a:hover {
  color: #11b0e5;
}
.sidebar-authors .proffesion {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.blog-content {
  width: 848px;
  float: left;
}
@media screen and (max-width: 1160px) {
  .blog-content {
    width: 719px;
  }
}
@media screen and (max-width: 987px) {
  .blog-content {
    width: 450px;
  }
}
@media screen and (max-width: 740px) {
  .blog-content {
    width: 100%;
    float: none;
  }
}
.post-top-banner {
  margin-bottom: 40px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 987px) {
  .post-top-banner {
    margin-bottom: 30px;
  }
}
.post-top-banner img {
  width: 100%;
  height: auto;
}
.post-top-banner .cont {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 28px 26px;
}
@media screen and (max-width: 987px) {
  .post-top-banner .cont {
    padding: 0 28px 20px;
  }
}
.post-top-banner h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
  position: relative;
  left: -28px;
  width: 848px;
  padding: 7px 28px;
}
.post-top-banner h2 a {
  color: #fff;
  text-decoration: none;
}
.post-top-banner h2 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1160px) {
  .post-top-banner h2 {
    width: 719px;
  }
}
@media screen and (max-width: 987px) {
  .post-top-banner h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    color: #000;
    padding: 0;
    position: static;
    background-color: transparent;
    width: auto;
  }
  .post-top-banner h2 a {
    color: #000;
  }
  .post-top-banner h2 a:hover {
    color: #11b0e5;
    text-decoration: none;
  }
}
.post-top-banner .category-link {
  position: relative;
  left: -28px;
  display: inline-block;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  background-color: #11b0e5;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.post-top-banner .category-link:hover {
  text-decoration: underline;
}
.post-top-banner .read-time {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 987px) {
  .post-top-banner .read-time {
    margin-bottom: 0;
  }
}
.post-top-banner .read-time:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: url(../images/read-time-white.png) no-repeat center center;
}
.posts-listing.no-load-more .post-listing-block:last-child {
  border-bottom: none;
}
.blog-latest-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.post-listing-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.post-listing-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.post-listing-block:last-child {
  margin-bottom: 40px;
}
.post-listing-block .img-wrp {
  float: left;
}
.post-listing-block .img-wrp .img-square {
  display: none;
}
.post-listing-block .img-wrp img {
  width: 263px;
  height: 180px;
}
@media screen and (max-width: 987px) {
  .post-listing-block .img-wrp > img {
    display: none;
  }
  .post-listing-block .img-wrp .img-square {
    display: block;
  }
  .post-listing-block .img-wrp .img-square img {
    width: 160px;
    height: 160px;
  }
}
.post-listing-block .cont {
  width: 555px;
  float: right;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .post-listing-block .cont {
    width: 426px;
  }
}
@media screen and (max-width: 987px) {
  .post-listing-block .cont {
    width: 271px;
    height: 160px;
  }
}
.post-listing-block .cont .top {
  border-bottom: 57px solid #fff;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 987px) {
  .post-listing-block .cont .top {
    height: 160px;
    border-bottom-width: 44px;
  }
}
.post-listing-block .post-categories {
  margin-bottom: 16px;
}
.post-listing-block .post-categories li {
  vertical-align: top;
  display: inline-block;
}
.post-listing-block .post-categories li:after {
  content: ', ';
}
.post-listing-block .post-categories li:last-child:after {
  display: none;
}
.post-listing-block .post-categories a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #11b0e5;
  text-decoration: none;
}
.post-listing-block .post-categories a:hover {
  text-decoration: underline;
}
.post-listing-block h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 987px) {
  .post-listing-block h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.post-listing-block h4 a {
  text-decoration: none;
  color: #000;
}
.post-listing-block h4 a:hover {
  color: #11b0e5;
}
.post-listing-block .text {
  color: #515151;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.post-listing-block .post-footer {
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.post-listing-block .post-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.post-listing-block .post-author {
  float: left;
}
.post-listing-block .post-author img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  margin-right: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-listing-block .post-author span {
  display: inline-block;
  vertical-align: middle;
}
.post-listing-block .read-time {
  float: right;
  padding-left: 27px;
  position: relative;
}
.post-listing-block .read-time:before {
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  background: url(../images/read-time.png) no-repeat center center;
}
.blog-post-block .top-part {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.blog-post-block .top-part:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.blog-post-block .post-categories {
  float: left;
}
.blog-post-block .post-categories li {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-block .post-categories li:last-child:after {
  display: none;
}
.blog-post-block .post-categories li:after {
  content: ', ';
}
.blog-post-block .post-categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #11b0e5;
  text-decoration: none;
}
.blog-post-block .post-categories a:hover {
  text-decoration: underline;
}
.blog-post-block .read-time {
  float: right;
}
.blog-post-block .read-time:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/read-time.png) no-repeat center center;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-block h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 987px) {
  .blog-post-block h1 {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 740px) {
  .blog-post-block h1 {
    font-weight: 600;
  }
}
.blog-post-block .post-thumbnail {
  margin-bottom: 20px;
}
.blog-post-block .post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog-post-block .post-author-date {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 35px;
}
.blog-post-block .post-author-date:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 740px) {
  .blog-post-block .post-author-date {
    margin-bottom: 26px;
  }
}
.blog-post-block .post-author {
  float: left;
}
.blog-post-block .post-author img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  margin-right: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post-block .post-author span {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-block .date {
  float: right;
}
.blog-post-block .entry-content {
  line-height: 26px;
  font-size: 16px;
  color: #515151;
  font-weight: 500;
}
.blog-post-block .entry-content img {
  max-width: 100%;
}
.blog-post-block .entry-content h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 18px;
  color: #000;
  font-weight: 500;
}
.blog-post-block .entry-content h3,
.blog-post-block .entry-content h4 {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 500;
}
.blog-post-block .entry-content h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 14px;
  color: #000;
  font-weight: 500;
}
.blog-post-block .entry-content h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-post-block .entry-content strong {
  font-weight: 700;
}
.blog-post-block .entry-content a:not(.btn) {
  color: #11b0e5;
  text-decoration: none;
}
.blog-post-block .entry-content a:not(.btn):hover {
  text-decoration: underline;
}
.blog-post-block .post-tags {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-post-block .post-tags a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 0 23px;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-post-block .post-tags a:hover {
  background-color: #11b0e5;
  border-color: #11b0e5;
  color: #fff;
}
.blog-post-block .post-share-buttons {
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 987px) {
  .blog-post-block .post-share-buttons {
    padding: 20px, 0;
  }
}
.blog-post-block .post-share-buttons span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 20px;
}
.blog-post-block .post-share-buttons .share-buttons-wrp {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-block .post-share-buttons .share-buttons-wrp:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.blog-post-block .post-share-buttons a {
  /*.border-radius(0);
            display: inline-block;
            height: 53px;
            line-height: 53px;
            text-align: center;*/
}
.blog-post-block .post-share-buttons a span {
  margin-right: 0;
}
#comments {
  padding-top: 30px;
}
#comments h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
#comments h3 a {
  color: #000;
  text-decoration: none;
  cursor: default;
}
#comments h3 small {
  font-size: 16px;
}
#comments h3 small a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#comments .comment-form-wrp:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#comments .comment-form-wrp img {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#comments #respond {
  width: 750px;
  float: right;
}
@media screen and (max-width: 1160px) {
  #comments #respond {
    width: 620px;
  }
}
@media screen and (max-width: 1160px) {
  #comments #respond {
    width: 350px;
  }
}
#comments form {
  margin-bottom: 30px;
}
#comments form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
#comments form.active textarea {
  height: 180px;
}
#comments form.active .form-submit {
  display: block;
}
#comments textarea {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 12px 12px;
  resize: none;
  float: left;
}
#comments textarea.textarea-focus {
  height: 180px;
}
#comments .form-submit {
  float: right;
  display: none;
}
#comments .form-submit .btn {
  height: 40px;
  line-height: 40px;
  width: 79px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
}
#comments .comments-number {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
#comments .comment-list li {
  position: relative;
}
#comments .comment-list > li {
  margin-bottom: 27px;
}
#comments .comment-list > li > ol {
  padding-left: 83px;
}
#comments .comment-list li li {
  margin: 20px 0 0 auto;
}
#comments .comment-list .comment-author-image {
  position: absolute;
  left: 0;
  top: 0;
}
#comments .comment-list .comment-author-image img {
  width: 67px;
  height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#comments .comment-list .cont {
  padding-left: 83px;
  position: relative;
  padding-top: 10px;
}
#comments .comment-list .comment-author {
  float: left;
  margin-bottom: 7px;
}
#comments .comment-list .comment-author .fn {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
#comments .comment-list .comment-meta {
  float: left;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 10px;
}
#comments .comment-list .comment-meta a {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: default;
}
#comments .comment-list .comment-meta .comment-edit-link {
  display: none;
}
#comments .comment-list .comment-awaiting-moderation {
  display: inline-block;
  margin-left: 15px;
}
#comments .comment-list .comment-body p {
  clear: both;
  color: #515151;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
#comments .comment-list .comment-footer {
  padding-top: 13px;
}
#comments .comment-list .comment-footer .like,
#comments .comment-list .comment-footer .dislike {
  background-color: #00796b;
  min-width: 20px;
  height: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#comments .comment-list .comment-footer .diff {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.5;
  margin-right: 3px;
}
#comments .comment-list .comment-footer .dislike {
  background-color: #FF5707;
}
#comments .comment-list .comment-footer .like-btn,
#comments .comment-list .comment-footer .dislike-btn {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 26px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0px;
  vertical-align: bottom;
  overflow: hidden;
  width: 20px;
  text-align: center;
}
#comments .comment-list .comment-footer .like-btn i,
#comments .comment-list .comment-footer .dislike-btn i {
  position: relative;
  top: -4px;
}
#comments .comment-list .comment-footer .like-btn.ajax-sending-this,
#comments .comment-list .comment-footer .dislike-btn.ajax-sending-this {
  width: 20px;
  background-image: url(../images/ajax-loader1.gif);
  background-position: center;
  background-repeat: no-repeat;
}
#comments .comment-list .comment-footer .like-btn.ajax-sending-this i,
#comments .comment-list .comment-footer .dislike-btn.ajax-sending-this i {
  display: none;
}
#comments .comment-list .comment-footer .like-btn:hover {
  color: #00796b;
}
#comments .comment-list .comment-footer .dislike-btn:hover {
  color: #FF5707;
}
#comments .comment-list .comment-footer .comment-reply-link,
#comments .comment-list .comment-footer .comment-share-link {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
#comments .comment-list .comment-footer .comment-reply-link:hover,
#comments .comment-list .comment-footer .comment-share-link:hover {
  color: #00bcd4;
}
#comments .comment-list .comment-footer .separator {
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  opacity: 0.1;
  margin: 0 4px;
  height: 20px;
  width: 1px;
}
#comments .comment-list .says {
  display: none;
}
.load-more-posts {
  width: 100%;
  background-color: #6aade3;
  margin-bottom: 40px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.load-more-posts:hover {
  background-color: #5b9ed4;
}
/* Begin Recover Password Styles */
.reset-password-with-key-form {
  max-width: 500px;
  margin: 0 auto;
}
.reset-password-with-key-form .input {
  margin-bottom: 10px;
}
.reset-password-with-key-form .btn {
  width: 100%;
}
.reset-password-with-key-form .form-status {
  margin-bottom: 10px;
}
/* End Recover Password Styles */
.content-full-three-blocks:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 740px) {
  .content-full-three-blocks {
    text-align: center;
  }
}
.content-full-three-blocks .training-listing-block {
  float: left;
  width: 360px;
  min-height: 464px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px 25px 65px;
}
.post-type-archive-course .content-full-three-blocks .training-listing-block {
  padding: 20px 18px 65px;
}
.post-type-archive-course .content-full-three-blocks .training-listing-block h4:before {
  width: 334px;
}
@media screen and (max-width: 1160px) {
  .post-type-archive-course .content-full-three-blocks .training-listing-block h4:before {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .post-type-archive-course .content-full-three-blocks .training-listing-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-full-three-blocks .training-listing-block:nth-of-type(3n+3) {
  margin-right: 0;
}
.content-full-three-blocks .training-listing-block:nth-of-type(3n+3):after {
  content: '';
}
.content-full-three-blocks .training-listing-block:nth-of-type(3n+3):after:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .content-full-three-blocks .training-listing-block {
    width: 303px;
    margin-right: 28px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 987px) {
  .content-full-three-blocks .training-listing-block {
    width: 347px;
    margin-right: 25px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-full-three-blocks .training-listing-block:nth-of-type(3n+3) {
    margin-right: 25px;
  }
  .content-full-three-blocks .training-listing-block:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .content-full-three-blocks .training-listing-block {
    width: 360px;
    margin-right: 0px;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  .content-full-three-blocks .training-listing-block:nth-of-type(3n+3) {
    margin-right: 0px;
  }
  .content-full-three-blocks .training-listing-block:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.content-full-three-blocks .training-listing-block .img-wrp {
  display: inline-block;
  width: 185px;
  height: 185px;
  border: 10px solid #f1f1f1;
  background-color: #f1f1f1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 19px;
  overflow: hidden;
}
.content-full-three-blocks .training-listing-block .img-wrp img {
  width: 165px;
  height: 165px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-full-three-blocks .training-listing-block .img-wrp:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.content-full-three-blocks .training-listing-block .img-wrp:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.content-full-three-blocks .training-listing-block i.fa-star,
.content-full-three-blocks .training-listing-block i.fa-star-o {
  position: absolute;
  color: #00bcd4;
  font-size: 18px;
  right: 10px;
  top: 10px;
}
.content-full-three-blocks .training-listing-block h4 {
  position: relative;
  margin-bottom: 24px;
}
.content-full-three-blocks .training-listing-block h4:before {
  content: '';
  background-color: #eae7e7;
  height: 1px;
  width: 320px;
  left: -5px;
  top: 8px;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 1160px) {
  .content-full-three-blocks .training-listing-block h4:before {
    width: 100%;
    left: 0;
  }
}
.content-full-three-blocks .training-listing-block h4 a {
  text-decoration: none;
  display: inline-block;
  color: #00796b;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.content-full-three-blocks .training-listing-block h4 a span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.content-full-three-blocks .training-listing-block h4 a strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 1160px) {
  .content-full-three-blocks .training-listing-block h4 a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 967px) {
  .content-full-three-blocks .training-listing-block h4 a strong {
    font-size: 25px;
  }
}
.content-full-three-blocks .training-listing-block h4 a:hover {
  color: #37b0a2;
}
.content-full-three-blocks .training-listing-block h5 {
  margin-bottom: 23px;
}
.content-full-three-blocks .training-listing-block h5 a {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.content-full-three-blocks .training-listing-block h5 a:hover {
  color: #00bcd4;
}
.content-full-three-blocks .training-listing-block p {
  color: #a1a1a1;
  line-height: 20px;
}
.content-full-three-blocks .training-listing-block footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
}
.content-full-three-blocks .training-listing-block footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.content-full-three-blocks .training-listing-block footer .left {
  float: left;
  width: 50%;
  border-top: 1px solid #eae7e7;
  background-color: #f4f4f4;
  line-height: 38px;
  height: 40px;
  text-align: left;
  padding: 0 18px;
  color: #727272;
  font-weight: 600;
}
.content-full-three-blocks .training-listing-block footer .right {
  float: right;
  width: 50%;
}
.content-full-three-blocks .training-listing-block footer .watch-link {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #00bcd4;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.content-full-three-blocks .training-listing-block footer .watch-link:hover {
  background-color: #00a3bb;
}
.content-single-equipment .page-title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  float: left;
  margin-bottom: 30px;
}
.content-single-equipment .page-title.announced {
  margin-bottom: 5px;
}
.content-single-equipment .announced-price-block {
  margin-bottom: 30px;
}
.content-single-equipment .announced-price-block .equipment-price {
  color: #adadad;
  font-size: 14px;
}
.content-single-equipment .announced-price-block .equipment-price a {
  color: #00bcd4;
}
.content-single-equipment .equipment-announced {
  margin-bottom: 10px;
  color: #adadad;
  font-size: 18px;
}
.content-single-equipment .share-buttons-wrp {
  margin-bottom: 20px;
}
.content-single-equipment i.fa {
  color: #adadad;
  font-size: 18px;
  line-height: 26px;
  float: right;
}
.content-single-equipment .single-equipment-labels-wrp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  padding-top: 9px;
  padding-right: 10px;
}
.content-single-equipment .single-equipment-labels-wrp img {
  margin-left: 16px;
  vertical-align: top;
}
.content-single-equipment .single-equipment-labels-wrp img.new {
  margin-top: 9px;
}
.content-single-equipment .slider-wrp {
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  text-align: center;
}
.content-single-equipment .slider-wrp .slide {
  height: 543px;
  width: 100%;
  line-height: 543px;
  font-size: 0;
  background: #fff;
  padding: 0px;
}
.content-single-equipment .slider-wrp .slide img {
  width: auto;
  height: auto;
  max-width: 845px;
  max-height: 543px;
  vertical-align: middle;
}
@media screen and (max-width: 1160px) {
  .content-single-equipment .slider-wrp .slide img {
    max-width: 717px;
  }
}
@media screen and (max-width: 967px) {
  .content-single-equipment .slider-wrp .slide {
    height: 314px;
    line-height: 314px;
  }
  .content-single-equipment .slider-wrp .slide img {
    max-width: 472px;
    max-height: 314px;
  }
}
.content-single-equipment .slider-wrp .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
.content-single-equipment .slider-wrp .lSSlideOuter .lSPager.lSpg > li a {
  border: 1px solid #adadad;
  background: transparent;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content-single-equipment .slider-wrp .lSSlideOuter .lSPager.lSpg > li.active a,
.content-single-equipment .slider-wrp .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #11b0e5;
  border-color: #11b0e5;
}
.content-single-equipment .slider-title {
  margin-bottom: 30px;
  text-align: center;
}
.content-single-equipment .entry-content-single-equipment {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.content-single-equipment .entry-content-single-equipment h2 {
  color: #000;
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 500;
}
.content-single-equipment .entry-content-single-equipment h4 {
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
}
.content-single-equipment .entry-content-single-equipment b {
  font-weight: 700;
}
.content-single-equipment .entry-content-single-equipment p,
.content-single-equipment .entry-content-single-equipment .specParamValue {
  margin-bottom: 30px;
}
.content-single-equipment .entry-content-single-equipment a {
  color: #00796b;
  font-weight: 400;
  text-decoration: none;
}
.content-single-equipment .entry-content-single-equipment a:hover {
  text-decoration: underline;
}
.sidebar-text-block {
  font-size: 16px;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 22px;
}
.sidebar-text-block h3 {
  color: #00796b;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}
.sidebar-text-block h4 {
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-text-block h5 {
  color: #444;
  margin-bottom: 5px;
}
.sidebar-text-block p {
  margin-bottom: 27px;
}
.sidebar-text-block p:last-child {
  margin-bottom: 0;
}
.sidebar-text-block p strong {
  color: #444;
  font-weight: 500;
}
.single-course .page-content {
  padding-top: 120px;
}
@media screen and (max-width: 740px) {
  .single-course .page-content {
    padding-top: 80px;
  }
}
.single-course .content-with-sidebar .video-wrp {
  width: 100%;
  height: 469px;
  margin-bottom: 30px;
}
.single-course .content-with-sidebar .video-wrp img {
  width: 847px;
  height: 469px;
}
@media screen and (max-width: 1160px) {
  .single-course .content-with-sidebar .video-wrp {
    height: 404px;
  }
  .single-course .content-with-sidebar .video-wrp img {
    height: 404px;
    width: 717px;
  }
}
@media screen and (max-width: 740px) {
  .single-course .content-with-sidebar .video-wrp {
    height: 253px;
  }
  .single-course .content-with-sidebar .video-wrp img {
    height: 253px;
    width: 100%;
  }
}
.single-course .content-with-sidebar h1 {
  font-size: 26px;
  font-weight: 500;
  color: black;
  margin-bottom: 15px;
}
.single-course .content-with-sidebar h1 span {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-course .content-with-sidebar .share-buttons-wrp {
  margin-bottom: 15px;
}
.single-course .lesson-content p {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.course-need-subscribe-block {
  background-color: #2b2b2b;
  height: 469px;
  line-height: 469px;
  margin-bottom: 30px;
}
.course-need-subscribe-block .cont {
  display: inline-block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  padding: 0 30px;
  line-height: normal;
}
.course-need-subscribe-block h4 {
  line-height: 36px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.course-need-subscribe-block p {
  color: #fff;
  line-height: 36px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.course-need-subscribe-block p strong {
  color: #11b0e5;
}
.global-no-access-block {
  background-color: #2b2b2b;
  min-height: 469px;
  margin-bottom: 30px;
  padding: 30px;
}
.global-no-access-block h4 {
  line-height: 36px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.global-no-access-block .text-center {
  margin-bottom: 20px;
}
.global-no-access-block p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.global-no-access-block p strong {
  color: #11b0e5;
}
.lessons-recommend {
  padding-top: 60px;
}
@media screen and (max-width: 987px) {
  .lessons-recommend {
    padding-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  .lessons-recommend {
    text-align: center;
  }
}
.lessons-recommend h4.recommend-title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .lessons-recommend h4.recommend-title {
    text-align: left;
  }
}
.sidebar-lessons-list .lesson {
  display: block;
  background: #fff;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
.sidebar-lessons-list .lesson:last-child {
  border-bottom: none;
}
.sidebar-lessons-list .lesson.lesson-active {
  background-color: #f4fbfe;
}
.sidebar-lessons-list .lesson.lesson-active h4 {
  color: #11b0e5;
}
.sidebar-lessons-list .lesson.lesson-active i.fa {
  color: #11b0e5;
}
.sidebar-lessons-list .lesson.lesson-active:hover {
  background-color: #f4fbfe;
  cursor: default;
}
.sidebar-lessons-list .lesson:hover {
  background-color: #C4EDFF;
}
.sidebar-lessons-list .lesson:hover h4 {
  color: #11b0e5;
}
.sidebar-lessons-list .lesson:hover i.fa {
  color: #11b0e5;
}
.sidebar-lessons-list .lesson.ajax-sending:before {
  -webkit-animation: lessonloading 2s infinite;
  animation: lessonloading 2s infinite;
}
.sidebar-lessons-list .lesson:before {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background-color: #00544b;
}
.sidebar-lessons-list .lesson .top {
  margin-bottom: 11px;
}
.sidebar-lessons-list .lesson .top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.sidebar-lessons-list .lesson .bottom:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.sidebar-lessons-list .lesson .number {
  color: #00796b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  float: left;
}
.sidebar-lessons-list .lesson .number span.free {
  text-transform: uppercase;
  color: #11b0e5;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.sidebar-lessons-list .lesson .number img {
  margin-left: 5px;
}
.sidebar-lessons-list .lesson .time {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  float: right;
}
.sidebar-lessons-list .lesson h4 {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  float: left;
  max-width: 200px;
}
@media screen and (max-width: 987px) {
  .sidebar-lessons-list .lesson h4 {
    max-width: 500px;
  }
}
i.add-lesson-to-favorite,
i.add-equipment-to-favorite {
  color: #adadad;
  font-size: 18px;
  float: right;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
i.add-lesson-to-favorite:hover,
i.add-equipment-to-favorite:hover {
  color: #11b0e5;
}
i.add-lesson-to-favorite.lesson-is-in-favorite,
i.add-equipment-to-favorite.lesson-is-in-favorite,
i.add-lesson-to-favorite.equipment-is-in-favorite,
i.add-equipment-to-favorite.equipment-is-in-favorite {
  color: #11b0e5;
}
i.add-lesson-to-favorite.ajax-sending,
i.add-equipment-to-favorite.ajax-sending {
  background: transparent url(../images/ajax-loader1.gif) no-repeat center center;
  font-size: 0;
  color: transparent;
}
@keyframes lessonloading {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  45% {
    width: 100%;
    left: 0;
    right: auto;
  }
  55% {
    right: 0;
    left: auto;
    width: 100%;
  }
  100% {
    right: 0;
    left: auto;
    width: 0%;
  }
}
.content-with-sidebar {
  width: 847px;
}
.content-with-sidebar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .content-with-sidebar {
    width: 717px;
  }
}
@media screen and (max-width: 987px) {
  .content-with-sidebar {
    width: 100%;
  }
  .content-with-sidebar.content-equipment-responsive,
  .single-equipment .content-with-sidebar {
    width: 472px;
    float: right;
  }
}
@media screen and (max-width: 740px) {
  .content-with-sidebar.content-with-sidebar-left {
    float: none;
    margin-bottom: 30px;
  }
  .content-with-sidebar.content-equipment-responsive,
  .single-equipment .content-with-sidebar {
    width: 100%;
    float: none;
  }
}
.content-with-sidebar-left {
  float: right;
}
.content-with-sidebar-right {
  float: left;
}
.sidebar-left {
  float: left;
}
.sidebar-right {
  float: right;
}
.sidebar {
  width: 263px;
}
@media screen and (max-width: 1160px) {
  .sidebar {
    width: 220px;
  }
}
@media screen and (max-width: 987px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .sidebar-block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.sidebar .menu > li {
  margin-bottom: 34px;
  padding-left: 20px;
  position: relative;
}
.sidebar .menu > li:last-child {
  margin-bottom: 0;
}
.sidebar .menu > li > a {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  text-decoration: none;
}
.sidebar .menu > li > a:hover {
  color: #00796b;
}
.sidebar .menu > li > a:before {
  content: url('../images/caret-right.png');
  position: absolute;
  left: 0;
  top: -2px;
}
.sidebar .menu > li.current-menu-item > a,
.sidebar .menu > li.current-equipment-ancestor > a,
.sidebar .menu > li.current-menu-parent > a {
  color: #00796b;
  font-weight: 700;
}
.sidebar .menu > li.current-menu-item ul,
.sidebar .menu .current-equipment-ancestor ul,
.sidebar .menu > li.current-menu-parent ul {
  display: block;
}
.sidebar .menu .current-equipment-parent a {
  color: #00796b;
  font-weight: 600;
}
.sidebar .menu ul {
  display: none;
}
.sidebar .menu li li {
  padding-left: 18px;
  position: relative;
  margin-top: 15px;
}
.sidebar .menu li li.current-menu-item a {
  color: #00796b;
  font-weight: 600;
}
.sidebar .menu li li a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.sidebar .menu li li a:hover {
  color: #00796b;
}
.sidebar .menu li li a:before {
  content: url(../images/child-menu-icon.png);
  position: absolute;
  left: 0;
  top: -3px;
}
/* Begin Equipment category styles */
.equipments-listing-block .equipments-listing-titles {
  margin-bottom: 30px;
}
.equipments-listing-block h2 {
  color: #00796b;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  top: -3px;
}
.equipments-listing-block h3 {
  color: #00796b;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 740px) {
  .equipments-listing-block {
    text-align: center;
  }
}
.equipments-listing-block .block {
  float: left;
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .equipments-listing-block .block {
    width: 304px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 987px) {
  .equipments-listing-block .block {
    width: 348px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 740px) {
  .equipments-listing-block .block {
    width: 348px;
    margin-right: 0px;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
.equipments-listing-block .block:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.equipments-listing-block .block:nth-of-type(3n+3) {
  margin-right: 0;
}
.equipments-listing-block .block:nth-of-type(3n+3):after {
  content: '';
}
.equipments-listing-block .block:nth-of-type(3n+3):after:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 987px) {
  .equipments-listing-block .block:nth-of-type(3n+3) {
    margin-right: 24px;
  }
  .equipments-listing-block .block:nth-of-type(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 740px) {
  .equipments-listing-block .block:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
.equipments-listing-block .block .recommend {
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 5;
}
.equipments-listing-block .block .best-value {
  position: absolute;
  bottom: 9px;
  right: 8px;
  z-index: 5;
}
.equipments-listing-block .block .new {
  position: absolute;
  bottom: 10px;
  left: 9px;
  z-index: 5;
}
.equipments-listing-block .block .img-wrp {
  width: 100%;
  display: block;
  height: 263px;
  line-height: 263px;
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.equipments-listing-block .block .img-wrp img {
  max-width: 323px;
  max-height: 242px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1160px) {
  .equipments-listing-block .block .img-wrp img {
    max-width: 290px;
  }
}
@media screen and (max-width: 987px) {
  .equipments-listing-block .block .img-wrp .recommend {
    max-width: 120px;
  }
  .equipments-listing-block .block .img-wrp .best-value {
    max-width: 130px;
  }
}
.equipments-listing-block .block h4 {
  padding: 27px 10px;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.equipments-listing-block .block i.fa-star,
.equipments-listing-block .block i.fa-star-o {
  position: absolute;
  color: #00bcd4;
  right: 15px;
  top: 15px;
}
.equipments-listing-block .equipments-listing-2 {
  padding-bottom: 30px;
  padding-left: 96px;
}
.equipments-listing-block .equipments-listing-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .equipments-listing-block .equipments-listing-2 {
    padding-left: 0;
  }
  .equipments-listing-block .equipments-listing-2 .block {
    width: 350px;
  }
}
@media screen and (max-width: 987px) {
  .equipments-listing-block .equipments-listing-2 .block {
    width: 224px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp {
    height: 158px;
    line-height: 158px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp img {
    max-width: 200px;
    max-height: 148px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .recommend,
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .best-value {
    max-width: 70px;
    max-height: 70px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .new {
    max-width: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 740px) {
  .equipments-listing-block .equipments-listing-2 .block {
    width: 350px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp {
    height: 262px;
    line-height: 263px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp img {
    max-width: 242px;
    max-height: 243px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .recommend,
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .best-value {
    max-width: 110px;
    max-height: 110px;
  }
  .equipments-listing-block .equipments-listing-2 .block .img-wrp .new {
    max-width: 140px;
    max-height: 140px;
  }
}
.equipments-listing-block .equipments-listing-2 .block:nth-of-type(2n+2) {
  margin-right: 0;
}
.equipments-listing-block .equipments-listing-2 .block:nth-of-type(2n+1) {
  margin-right: 30px;
}
@media screen and (max-width: 1160px) {
  .equipments-listing-block .equipments-listing-2 .block:nth-of-type(2n+1) {
    margin-right: 17px;
  }
}
@media screen and (max-width: 740px) {
  .equipments-listing-block .equipments-listing-2 .block:nth-of-type(2n+1) {
    margin-right: 0px;
  }
}
/* End Equipment category styles */
/* Begin System Requiements styles */
.sys-rquiements-content {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 22px;
}
.sys-rquiements-content p {
  margin-bottom: 30px;
}
.sys-requiements-block {
  width: 554px;
  margin-right: 26px;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
@media screen and (max-width: 1160px) {
  .sys-requiements-block {
    width: 467px;
  }
}
@media screen and (max-width: 987px) {
  .sys-requiements-block {
    width: 100%;
  }
}
.sys-requiements-block.min header {
  background: #00796b url(../images/sr-min.png) no-repeat right 10px bottom;
}
.sys-requiements-block.recommended header {
  background: #11b0e5 url(../images/sr-recommend.png) no-repeat right 10px bottom;
}
.sys-requiements-block:nth-of-type(2n+2) {
  margin-right: 0;
}
.sys-requiements-block header {
  padding: 30px 30px 24px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1160px) {
  .sys-requiements-block header {
    padding: 30px 20px 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 987px) {
  .sys-requiements-block header {
    padding: 30px 30px 24px;
    font-size: 26px;
  }
}
@media screen and (max-width: 740px) {
  .sys-requiements-block header {
    padding: 30px 7px 24px;
    font-size: 25px;
    text-align: center;
  }
}
.sys-requiements-block .text {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  .sys-requiements-block .text {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 987px) {
  .sys-requiements-block .text {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 740px) {
  .sys-requiements-block .text {
    padding: 30px 20px;
  }
}
.sys-requiements-block .text h4 {
  color: #444;
  font-weight: 500;
  line-height: 18px;
}
.sys-requiements-block .text p {
  color: #767676;
  font-weight: 400;
  margin-bottom: 22px;
}
.sys-requiements-block .text p:last-child {
  margin-bottom: 0;
}
/* End System Requiements styles */
/* Begin User styles */
.account-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 3px solid #b1b1b1;
  margin-bottom: 60px;
}
.account-menu ul {
  display: table-row;
  margin: 0;
  padding: 0;
}
.account-menu li {
  display: table-cell;
  text-align: center;
}
.account-menu li:first-child {
  text-last: left;
}
.account-menu li:last-child {
  text-align: right;
}
.account-menu li.current-menu-item a {
  color: #11b0e5;
}
.account-menu li.current-menu-item a:after {
  content: '';
  width: 100%;
  height: 3px;
  bottom: -3px;
  background-color: #11b0e5;
  position: absolute;
  left: 0;
}
.account-menu a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #727272;
  position: relative;
}
.account-menu a:hover {
  color: #11b0e5;
}
@media screen and (max-width: 740px) {
  .account-menu {
    display: block;
    border-bottom: none;
    margin-bottom: 40px;
  }
  .account-menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .account-menu ul {
    display: block;
  }
  .account-menu ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .account-menu li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 20px;
    border-bottom: 3px solid #b1b1b1;
  }
  .account-menu li:nth-of-type(2n+1) {
    text-align: left;
  }
  .account-menu li:nth-of-type(2n+2) {
    text-align: right;
  }
}
.upload-user-photo-form {
  width: 0;
  height: 0;
  overflow: hidden;
}
#load-photo-button {
  text-decoration: underline;
  border: none;
  color: #00bcd4;
  outline: none;
  background-color: transparent;
  padding: 3px 0;
}
#load-photo-button:hover {
  cursor: pointer;
  text-decoration: none;
}
.personal-details__user-avatar-wrp.with-new-avatar .save-avatar-button,
.personal-details__user-avatar-wrp.with-new-avatar .clear-avatar-changes-button {
  display: block;
}
.personal-details__user-avatar-wrp.with-new-avatar .remove-avatar-button-x {
  display: none;
}
.personal-details__user-avatar-wrp .save-avatar-button,
.personal-details__user-avatar-wrp .clear-avatar-changes-button {
  display: none;
}
#personal-details__user-avatar {
  display: inline-block;
  position: relative;
}
#personal-details__user-avatar.no-avatar .remove-avatar-button-x {
  display: none;
}
#personal-details__user-avatar .remove-avatar-button-x {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  font-size: 26px;
  background: transparent;
}
#personal-details__user-avatar .remove-avatar-button-x:hover {
  cursor: pointer;
  color: #fe5133;
}
.account-details-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.account-details-block:last-child {
  border-bottom: none;
}
.account-details-block.form-active textarea,
.account-details-block.form-active input {
  display: block;
}
.account-details-block.form-active p {
  display: none;
}
.account-details-block.form-active .info-block.not-change p {
  display: block;
}
.account-details-block.form-active .info-block.default-hidden {
  display: block;
}
.account-details-block textarea,
.account-details-block input {
  display: none;
}
.account-details-block textarea[type="password"],
.account-details-block input[type="password"] {
  margin-bottom: 10px;
}
.account-details-block .btn[type="submit"] {
  margin-bottom: 30px;
}
.account-details-block .form-status {
  margin-bottom: 30px;
}
.account-details-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.account-details-block .left {
  float: left;
  width: 255px;
  margin-right: 30px;
  min-height: 50px;
}
@media screen and (max-width: 987px) {
  .account-details-block .left {
    width: 170px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 740px) {
  .account-details-block .left {
    width: 170px;
    margin-bottom: 30px;
    clear: both;
    float: none;
    display: block;
  }
}
.account-details-block .middle {
  float: left;
  width: 350px;
  margin-right: 30px;
}
@media screen and (max-width: 1160px) {
  .account-details-block .middle {
    width: 325px;
  }
}
@media screen and (max-width: 987px) {
  .account-details-block .middle {
    width: 247px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .account-details-block .middle {
    width: 220px;
    margin-right: 10px;
  }
}
.account-details-block .right {
  float: left;
  width: 350px;
}
@media screen and (max-width: 1160px) {
  .account-details-block .right {
    width: 325px;
  }
}
@media screen and (max-width: 987px) {
  .account-details-block .right {
    width: 247px;
  }
}
@media screen and (max-width: 740px) {
  .account-details-block .right {
    width: 220px;
  }
}
.account-details-block h3,
.account-details-block h4 {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.account-details-block .btn.transparent-bckg-btn {
  color: #00796b;
  border-color: #00796b;
  font-size: 18px;
  margin-bottom: 30px;
}
.account-details-block .btn.transparent-bckg-btn:hover {
  background-color: #00796b;
  color: #fff;
}
.account-details-block .info-block {
  margin-bottom: 30px;
}
.account-details-block .info-block.default-hidden {
  display: none;
}
.account-details-block h5 {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.account-details-block p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.account-details-block p.small-info {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.account-details-block p.gravatar-change-info {
  padding-top: 15px;
  font-size: 16px;
  text-transform: none;
  line-height: 18px;
  padding-bottom: 20px;
}
.account-details-block p.gravatar-change-info a {
  color: #00bcd4;
}
.account-details-block img {
  width: 165px;
  height: 165px;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.account-payment-history h4 {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.account-payment-history label {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.account-payment-history label em {
  color: #00aba8;
  font-style: normal;
}
.account-payment-history input[type="checkbox"] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.account-payment-history .account-payment-table {
  margin: 60px 0 30px;
  width: 100%;
}
.account-payment-history .account-payment-table th {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: left;
}
.account-payment-history .account-payment-table td {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  padding-bottom: 20px;
  width: 25%;
}
.account-payment-history .account-payment-table td:first-child {
  width: 25%;
}
.account-payment-history .account-payment-table td:nth-of-type(0n+2) {
  width: 25%;
}
.account-payment-history .account-payment-table td:nth-of-type(0n+3) {
  width: 25%;
}
.account-payment-history .account-payment-table a {
  color: #11b0e5;
  font-size: 14px;
  font-weight: 500;
}
.account-payment-history .table-info {
  color: #444;
  font-weight: 500;
  font-size: 20px;
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .user-equipment-blocks {
    text-align: center;
  }
}
.user-equipment-blocks .block {
  float: left;
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1160px) {
  .user-equipment-blocks .block {
    width: 304px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 987px) {
  .user-equipment-blocks .block {
    width: 348px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 740px) {
  .user-equipment-blocks .block {
    width: 348px;
    margin-right: 0px;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
.user-equipment-blocks .block:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.user-equipment-blocks .block:nth-of-type(3n+3) {
  margin-right: 0;
}
.user-equipment-blocks .block:nth-of-type(3n+3):after {
  content: '';
}
.user-equipment-blocks .block:nth-of-type(3n+3):after:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 987px) {
  .user-equipment-blocks .block:nth-of-type(3n+3) {
    margin-right: 24px;
  }
  .user-equipment-blocks .block:nth-of-type(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 740px) {
  .user-equipment-blocks .block:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
.user-equipment-blocks .block .recommend {
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 5;
}
.user-equipment-blocks .block .best-value {
  position: absolute;
  bottom: 9px;
  right: 8px;
  z-index: 5;
}
.user-equipment-blocks .block .new {
  position: absolute;
  bottom: 10px;
  left: 9px;
  z-index: 5;
}
.user-equipment-blocks .block .img-wrp {
  width: 100%;
  display: block;
  height: 263px;
  line-height: 263px;
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.user-equipment-blocks .block .img-wrp img {
  max-width: 323px;
  max-height: 242px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1160px) {
  .user-equipment-blocks .block .img-wrp img {
    max-width: 290px;
  }
}
@media screen and (max-width: 987px) {
  .user-equipment-blocks .block .img-wrp .recommend {
    max-width: 120px;
  }
  .user-equipment-blocks .block .img-wrp .best-value {
    max-width: 130px;
  }
}
.user-equipment-blocks .block h4 {
  padding: 27px 10px;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.user-equipment-blocks .block i.fa-star,
.user-equipment-blocks .block i.fa-star-o {
  position: absolute;
  color: #00bcd4;
  right: 15px;
  top: 15px;
}
.course-history-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #727272;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .course-history-title {
    text-align: center;
  }
}
/* End User styles */
/* Begin Support Page */
.support-blocks {
  width: 750px;
  float: left;
}
.support-blocks:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.support-blocks .block {
  display: block;
  float: left;
  width: 360px;
  margin-right: 30px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.support-blocks .block:nth-of-type(2n+2) {
  margin-right: 0;
}
.support-blocks .block:hover .img-wrp .img {
  display: none;
}
.support-blocks .block:hover .img-wrp .img-hover {
  display: inline-block;
}
.support-blocks .block .img-wrp {
  display: block;
  height: 274px;
  line-height: 274px;
}
.support-blocks .block .img-wrp img {
  vertical-align: middle;
}
.support-blocks .block .img-wrp .img-hover {
  display: none;
}
.support-blocks .block h3 {
  border-top: 1px solid #eae7e7;
  padding: 30px 10px;
  color: #00aba8;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 1160px) {
  .support-blocks {
    width: 635px;
  }
  .support-blocks .block {
    width: 304px;
    margin-right: 27px;
  }
  .support-blocks .block .img-wrp {
    line-height: 316px;
  }
  .support-blocks img {
    max-width: 304px;
  }
}
@media screen and (max-width: 987px) {
  .support-blocks {
    width: 100%;
  }
  .support-blocks:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .support-blocks .block {
    width: 348px;
    margin-right: 24px;
  }
  .support-blocks .block .img-wrp {
    line-height: 281px;
  }
  .support-blocks img {
    max-width: 348px;
  }
}
@media screen and (max-width: 740px) {
  .support-blocks .block {
    width: 210px;
    margin-right: 30px;
  }
  .support-blocks .block .img-wrp {
    line-height: 206px;
    height: 206px;
  }
  .support-blocks .block img {
    max-width: 200px;
  }
  .support-blocks .block h3 {
    height: 75px;
    padding: 0 10px;
    line-height: 72px;
  }
  .support-blocks .block h3 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
}
.support-how-to-user-block {
  float: right;
  width: 360px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .support-how-to-user-block {
    width: 304px;
  }
}
@media screen and (max-width: 987px) {
  .support-how-to-user-block {
    width: 100%;
    float: none;
    clear: both;
    display: block;
    text-align: left;
    position: relative;
  }
  .support-how-to-user-block h3 {
    text-align: center;
  }
}
.support-how-to-user-block:hover h3 {
  color: #00aba8;
}
.support-how-to-user-block:hover .img-wrp {
  background-image: url(../images/how-to-use-hover.png);
}
.support-how-to-user-block .top {
  padding: 25px 46px 0;
}
@media screen and (max-width: 1160px) {
  .support-how-to-user-block .top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 987px) {
  .support-how-to-user-block .top {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 348px;
  }
}
@media screen and (max-width: 987px) {
  .support-how-to-user-block .top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.support-how-to-user-block h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .support-how-to-user-block h3 {
    max-width: 350px;
  }
}
.support-how-to-user-block p {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 740px) {
  .support-how-to-user-block p {
    width: 200px;
    font-size: 14px;
  }
}
@media screen and (max-width: 740px) {
  .support-how-to-user-block ul {
    width: 200px;
  }
}
.support-how-to-user-block li {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 13px;
}
@media screen and (max-width: 740px) {
  .support-how-to-user-block li {
    font-size: 12px;
    line-height: 16px;
  }
}
.support-how-to-user-block li:last-child {
  margin-bottom: 0;
}
.support-how-to-user-block li:before {
  content: '• ';
  color: #00aba8;
  font-size: 18px;
  font-weight: 400;
}
.support-how-to-user-block .img-wrp {
  display: block;
  height: 274px;
  line-height: 274px;
  background-image: url(../images/how-to-use.png);
  background-repeat: no-repeat;
  background-position: center;
}
.support-how-to-user-block .img-wrp img {
  vertical-align: middle;
  height: 273px;
  width: 100%;
}
@media screen and (max-width: 987px) {
  .support-how-to-user-block .img-wrp {
    position: absolute;
    width: 273px;
    right: 0;
    bottom: 87px;
  }
}
.support-how-to-user-block h4 {
  padding: 30px 10px;
  color: #00aba8;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  border-top: 1px solid #eae7e7;
  text-align: center;
}
.faq-child-header {
  height: 80px;
  line-height: 80px;
  background-color: #727272;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
  margin-bottom: 10px;
}
.faq-child-header h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}
.faq-parts-blocks .block {
  margin-bottom: 30px;
}
.faq-parts-blocks .block a {
  display: block;
  width: 100%;
  min-height: 79px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: black;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  padding: 26px 25px;
}
.faq-parts-blocks .block a:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.search-pages-list li {
  margin: 5px 0;
}
.search-pages-list li a {
  color: #444;
  font-size: 20px;
  text-decoration: none;
}
.search-pages-list li a:hover {
  color: #727272;
  text-decoration: underline;
}
/* End Support Page */
/* Begin Contact Page */
.contacts-content h3,
.contacts-content h4 {
  color: #040404;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}
.contacts-content h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.contacts-content .input {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}
.contacts-content label {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: inline-block;
}
.contacts-content .input-dropdown-wrp {
  margin-bottom: 30px;
}
.contacts-content .input-dropdown-wrp input {
  margin-bottom: 0;
}
.contacts-content input[type="submit"].btn {
  margin: 0 0px 0 auto;
  display: block;
  width: 262px;
  font-size: 18px;
}
/* End Contact Page */
/* Begin How It Works Page */
.how-to-start {
  text-align: center;
  padding: 30px 0 60px;
}
.how-to-start h2 {
  height: 19px;
  color: #040404;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 50px;
}
.how-to-start li {
  display: inline-block;
  width: 320px;
  margin: 0 33px 30px;
  vertical-align: top;
}
@media screen and (max-width: 1160px) {
  .how-to-start li {
    width: 275px;
  }
}
@media screen and (max-width: 987px) {
  .how-to-start li {
    width: 100%;
    display: block;
    margin: 0 0 55px;
    text-align: center;
    padding-left: 100px;
    position: relative;
  }
  .how-to-start li h4,
  .how-to-start li p {
    margin-left: auto;
    margin-right: auto;
    max-width: 401px;
  }
  .how-to-start li .number {
    position: absolute;
    left: 30px;
    top: 0;
  }
  .how-to-start li .number:after {
    display: none;
  }
  .how-to-start li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .how-to-start li {
    padding-left: 100px;
  }
  .how-to-start li h4,
  .how-to-start li p {
    max-width: auto;
    width: 100%;
  }
  .how-to-start li .number {
    left: 0px;
  }
}
.how-to-start li:nth-of-type(3n+1) {
  margin-left: 0;
}
.how-to-start li:nth-of-type(3n+3) {
  margin-right: 0;
}
.how-to-start li:nth-of-type(3n+3) .number:after {
  display: none;
}
.how-to-start .number {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #cacaca;
  box-shadow: 0 1px 0 white, inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #cacaca;
  font-size: 48px;
  font-weight: 400;
  line-height: 92px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.how-to-start .number:after {
  content: '';
  width: 292px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #e4e4e4;
  box-shadow: 0 1px 0 white, inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
.how-to-start .img-wrp {
  height: 93px;
  display: block;
  line-height: 93px;
  margin-bottom: 30px;
}
.how-to-start .img-wrp img {
  vertical-align: middle;
  max-height: 93px;
  width: auto;
  height: auto;
}
.how-to-start h4 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 26px;
}
.how-to-start p {
  color: #767676;
  font-size: 16px;
  line-height: 18px;
}
.hiw-subscribe-banner {
  background: transparent url(../images/subscribe-banner-bckg.png) no-repeat center center;
  background-size: cover;
  height: 160px;
  line-height: 160px;
}
@media screen and (max-width: 987px) {
  .hiw-subscribe-banner {
    height: auto;
    line-height: normal;
    padding: 69px 0 54px;
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .hiw-subscribe-banner {
    padding: 30px 0 39px;
  }
}
.hiw-subscribe-banner .wrapper {
  position: relative;
}
.hiw-subscribe-banner .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  .hiw-subscribe-banner .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 987px) {
  .hiw-subscribe-banner .text {
    font-size: 26px;
    text-align: center;
    margin-bottom: 54px;
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 740px) {
  .hiw-subscribe-banner .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.hiw-subscribe-banner img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 1160px) {
  .hiw-subscribe-banner img {
    margin-left: 33px;
  }
}
@media screen and (max-width: 987px) {
  .hiw-subscribe-banner img {
    margin-left: 40px;
  }
  .hiw-subscribe-banner img.first {
    margin-left: 0;
  }
}
@media screen and (max-width: 740px) {
  .hiw-subscribe-banner img {
    margin-left: 37px;
  }
}
.hiw-subscribe-banner .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 987px) {
  .hiw-subscribe-banner .btn {
    position: static;
    margin-left: 110px;
  }
}
@media screen and (max-width: 740px) {
  .hiw-subscribe-banner .btn {
    margin-left: 37px;
  }
}
.hiw-advantages {
  background-color: #fff;
  padding: 95px 0 40px;
}
@media screen and (max-width: 987px) {
  .hiw-advantages {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  .hiw-advantages {
    padding-top: 30px;
  }
}
.hiw-advantages li {
  display: inline-block;
  width: 500px;
  vertical-align: top;
  margin-right: 135px;
  margin-bottom: 55px;
}
.hiw-advantages li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.hiw-advantages li:nth-of-type(2n+2) {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .hiw-advantages li {
    width: 460px;
    margin-right: 37px;
  }
}
@media screen and (max-width: 987px) {
  .hiw-advantages li {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 740px) {
  .hiw-advantages li {
    margin-bottom: 36px;
  }
}
.hiw-advantages li .left {
  float: left;
  width: 60px;
  padding-top: 4px;
}
.hiw-advantages li .right {
  width: 426px;
  float: right;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1160px) {
  .hiw-advantages li .right {
    width: 390px;
  }
}
@media screen and (max-width: 987px) {
  .hiw-advantages li .right {
    width: 658px;
  }
}
@media screen and (max-width: 740px) {
  .hiw-advantages li .right {
    width: 376px;
  }
}
.hiw-advantages li .right h4 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}
.hiw-advantages li .right p {
  color: #767676;
  font-weight: 400;
}
/* End How It Works Page */
/* begin cart styles */
.cart-step#cart-step1 {
  width: 750px;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .cart-step#cart-step1 {
    width: 552px;
  }
}
@media screen and (max-width: 987px) {
  .cart-step#cart-step1 {
    width: 348px;
  }
}
@media screen and (max-width: 740px) {
  .cart-step#cart-step1 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.cart-step#cart-step2 {
  width: 750px;
  float: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1160px) {
  .cart-step#cart-step2 {
    width: 552px;
  }
}
@media screen and (max-width: 987px) {
  .cart-step#cart-step2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    clear: both;
  }
}
@media screen and (max-width: 740px) {
  .cart-step#cart-step2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.cart-step#cart-step3 {
  width: 375px;
  float: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .cart-step#cart-step3 {
    width: 390px;
  }
}
@media screen and (max-width: 987px) {
  .cart-step#cart-step3 {
    width: 348px;
  }
}
@media screen and (max-width: 740px) {
  .cart-step#cart-step3 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.cart-step .cont {
  padding: 20px;
  background-color: #fff;
}
.cart-step .cont:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.cart-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.cart-form .title {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart-form .title strong {
  color: #11b0e5;
}
.cart-form .fields-row {
  margin-bottom: 30px;
}
@media screen and (max-width: 987px) {
  .cart-form .fields-row {
    margin-bottom: 26px;
  }
}
.cart-form .fields-row:last-child {
  margin-bottom: 0;
}
.cart-form .fields-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.cart-form .fields-row .single-input {
  width: 340px;
  float: left;
  margin-right: 30px;
}
.cart-form .fields-row .single-input:nth-of-type(2n+2) {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .cart-form .fields-row .single-input {
    width: 228px;
  }
}
@media screen and (max-width: 987px) {
  .cart-form .fields-row .single-input {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .cart-form .fields-row .single-input:last-child {
    margin-bottom: 0;
  }
}
.cart-form .fields-row .single-input .input {
  height: 45px;
  border: 1px solid #c0c0c0;
  font-size: 14px;
}
.cart-form .fields-row .single-input .input#cart-country {
  background: url(../images/cart-select-bckg.jpg) no-repeat center center;
  background-size: 100%;
  border: 1px solid #ebebeb;
  padding-right: 35px;
}
.cart-form .fields-row label {
  font-weight: 700;
  text-transform: uppercase;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
  display: inline-block;
}
.cart-form .fields-row label i {
  font-weight: 400;
  font-style: normal;
}
.cart-form .fields-row label span {
  color: #f00;
  font-size: 18px;
}
.coupone-wrp {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.coupone-wrp:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 987px) {
  .coupone-wrp {
    padding: 30px 0;
  }
}
@media screen and (max-width: 740px) {
  .coupone-wrp {
    padding: 60px 0;
  }
}
.coupone-wrp .form-status {
  margin-top: 7px;
}
.coupone-wrp label {
  font-weight: 700;
  text-transform: uppercase;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
  display: block;
}
.coupone-wrp input.input {
  width: 160px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #c0c0c0;
}
@media screen and (max-width: 987px) {
  .coupone-wrp input.input {
    width: 150px;
  }
}
@media screen and (max-width: 740px) {
  .coupone-wrp input.input {
    width: 225px;
  }
}
.coupone-wrp button.btn.green-btn {
  width: 160px;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  font-weight: 400;
  vertical-align: top;
  float: right;
}
@media screen and (max-width: 987px) {
  .coupone-wrp button.btn.green-btn {
    width: 150px;
  }
}
@media screen and (max-width: 740px) {
  .coupone-wrp button.btn.green-btn {
    width: 164px;
  }
}
#cart-step2 .left {
  float: left;
  width: 360px;
}
@media screen and (max-width: 1160px) {
  #cart-step2 .left {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 987px) {
  #cart-step2 .left {
    width: 360px;
    float: left;
  }
}
@media screen and (max-width: 740px) {
  #cart-step2 .left {
    width: 100%;
    float: none;
  }
}
#cart-step2 .right {
  float: right;
  width: 335px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 19px;
}
@media screen and (max-width: 1160px) {
  #cart-step2 .right {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-top: 19px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 987px) {
  #cart-step2 .right {
    width: 317px;
    float: right;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
  }
}
@media screen and (max-width: 740px) {
  #cart-step2 .right {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-top: 19px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
#cart-step2 .right p {
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
#cart-step2 .radio-wrp {
  margin-bottom: 22px;
  line-height: 25px;
}
#cart-step2 .radio-wrp:last-child {
  margin-bottom: 0;
}
#cart-step2 input[type="radio"] {
  display: none;
}
#cart-step2 input[type="radio"] + label {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 37px;
  position: relative;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#cart-step2 input[type="radio"] + label:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/cart-radio.png);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#cart-step2 input[type="radio"] + label:hover {
  color: #000;
  cursor: pointer;
}
#cart-step2 input[type="radio"] + label:hover:before {
  background-image: url(../images/cart-radio-checked.png);
}
#cart-step2 input[type="radio"] + label:hover img {
  opacity: 1;
}
#cart-step2 input[type="radio"] + label img {
  margin-left: 11px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#cart-step2 input[type="radio"]:checked + label {
  color: #000;
}
#cart-step2 input[type="radio"]:checked + label:before {
  background-image: url(../images/cart-radio-checked.png);
}
#cart-step2 input[type="radio"]:checked + label img {
  opacity: 1;
}
.cart-cont-info-table {
  width: 100%;
}
.cart-cont-info-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-cont-info-table tbody tr:first-child td {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 0;
}
.cart-cont-info-table tbody tr:first-child td:first-child {
  font-size: 16px;
  font-weight: 700;
}
.cart-cont-info-table tfoot td:first-child {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.cart-cont-info-table tfoot td:last-child {
  font-size: 20px;
  text-decoration: underline;
  color: #11b0e5;
}
.cart-cont-info-table td {
  padding: 15px 0;
  line-height: 26px;
}
.cart-cont-info-table td:first-child {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.cart-cont-info-table td:last-child {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.cart-cont-info-table td small {
  display: block;
  color: #444;
  font-size: 13px;
  font-weight: 500;
}
.cart-agree-block {
  font-size: 13px;
  line-height: 18px;
  color: #444;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 987px) {
  .cart-agree-block {
    margin-top: 30px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 740px) {
  .cart-agree-block {
    margin-top: 40px;
    margin-bottom: 29px;
  }
}
.cart-agree-block label {
  cursor: pointer;
}
.cart-agree-block label input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.cart-agree-block a {
  color: #11b0e5;
  font-weight: 600;
  text-decoration: none;
}
.cart-agree-block a:hover {
  text-decoration: underline;
}
.cart-submit {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 37px;
}
@media screen and (max-width: 987px) {
  .cart-submit {
    margin-bottom: 30px;
  }
}
.cart-step3-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #444;
  font-weight: 500;
}
.cart-step3-footer strong {
  color: #11b0e5;
}
.cart-step3-footer .vire-transfer-info {
  display: none;
}
.cart-email-info {
  font-size: 14px;
  line-height: 22px;
  color: #444;
  font-weight: 500;
}
.cart-email-info a {
  text-decoration: none;
  color: #11b0e5;
  font-weight: 600;
}
.cart-email-info a:hover {
  text-decoration: underline;
}
/* begin wire transfer styles */
.wire-transfer-top-text {
  color: #383838;
  padding-bottom: 27px;
}
.wire-transfer-top-text h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.wire-transfer-top-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.wire-transfer-top-text p strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
/*
.wire-transfer-blocks{
    h4{
        color: #383838;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 34px;
    }
    .block{
        margin-bottom: 40px;
        h5{
            color: #9d9d9d;
            font-size: 12px;
            font-weight: 700;
            line-height: 26px;
            text-transform: uppercase;
        }
        p{
            color: #383838;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
        }
        strong{
            color: #444;
        }
        .price{
            color: #11b0e5;
            font-size: 18px;
            font-weight: 700;
            text-decoration: underline;
            margin-left: 5px;
        }
    }
}
*/
.wire-transfer-left {
  float: left;
  width: 655px;
}
@media screen and (max-width: 1160px) {
  .wire-transfer-left {
    width: 540px;
  }
}
@media screen and (max-width: 987px) {
  .wire-transfer-left {
    width: 100%;
    float: none;
  }
}
.wire-transfer-left .thanks-text {
  color: #383838;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.wire-transfer-left .thanks-text strong {
  font-weight: 600;
}
.wire-transfer-left .wtite-block {
  padding: 20px;
  background-color: #fff;
}
.wire-transfer-left .after-confirm-text {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 60px;
}
.wire-transfer-left .after-confirm-text a {
  text-decoration: none;
  color: #11b0e5;
  font-weight: 600;
}
.wire-transfer-left .after-confirm-text a:hover {
  text-decoration: underline;
}
.wire-transfer-left .wt-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #383838;
  font-size: 16px;
  font-weight: 700;
}
.wire-transfer-left .wt-if-questions {
  font-size: 14px;
  line-height: 22px;
  color: #444;
  font-weight: 500;
  margin-top: 28px;
}
.wire-transfer-left .wt-if-questions a {
  text-decoration: none;
  color: #11b0e5;
  font-weight: 600;
}
.wire-transfer-left .wt-if-questions a:hover {
  text-decoration: underline;
}
.wire-transfer-left .wt-table-block {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wire-transfer-left .wt-table-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.wire-transfer-left .wt-table-block:last-child {
  border-bottom: none;
  padding-bottom: 7px;
}
.wire-transfer-left .wt-table-block:first-child {
  padding-top: 7px;
}
.wire-transfer-left .wt-table-block .left {
  float: left;
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.wire-transfer-left .wt-table-block .left strong {
  color: #444;
}
.wire-transfer-left .wt-table-block .right {
  float: right;
  color: #383838;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
}
.wire-transfer-left .wt-table-block .right strong {
  color: #11b0e5;
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 987px) {
  #cart-step3.wire-transfer {
    width: 100%;
    float: none;
  }
}
#cart-step3.wire-transfer table tfoot tr {
  border: none;
}
#cart-step3.wire-transfer table tfoot tr td {
  padding-bottom: 5px;
}
/* end cart styles */
/* Begin Subscribe Page */
.subscribe-wrapper {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1160px) {
  .subscribe-wrapper {
    max-width: 837px;
  }
}
.subscribe-wrapper.subscribe-christmass-wrapper:before {
  content: '';
  width: 229px;
  height: 211px;
  top: -52px;
  left: -37px;
  z-index: 50;
  position: absolute;
  background: url(../images/christmass-hat.png) no-repeat center center;
}
@media screen and (max-width: 740px) {
  .subscribe-wrapper.subscribe-christmass-wrapper:before {
    display: none;
  }
}
.subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block header {
  background-color: #dd1d2a;
  background-repeat: no-repeat;
  background-position: right 408px top 47px;
  padding-right: 70px;
}
@media screen and (max-width: 987px) {
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block header {
    padding-right: 15px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price {
    font-size: 26px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price .number {
    font-size: 40px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price .small {
    font-size: 22px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .proc-40-off {
    right: 250px;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .proc-40-off {
    display: none;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price {
    font-size: 19px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price .number {
    font-size: 25px;
  }
  .subscribe-wrapper.subscribe-christmass-wrapper .subscribe-main-block .limited-price .small {
    font-size: 14px;
  }
}
.subscribe-wrapper.subscribe-christmass-wrapper .proc-40-off {
  font-size: 30px;
  font-weight: 700;
  top: 20px;
  right: 307px;
  position: absolute;
}
.subscribe-wrapper .big-site-img {
  position: absolute;
  left: -18px;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  .subscribe-wrapper .big-site-img {
    display: none;
  }
}
.subscribe-wrapper .small-site-img {
  position: absolute;
  left: -20px;
  top: 57px;
  z-index: 15;
}
@media screen and (max-width: 1160px) {
  .subscribe-wrapper .small-site-img {
    top: 0;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-wrapper .small-site-img {
    left: -160px;
  }
}
.subscribe-main-block {
  max-width: 554px;
  margin: 0 0 30px auto;
}
@media screen and (max-width: 987px) {
  .subscribe-main-block {
    max-width: 435px;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-main-block {
    max-width: 100%;
  }
}
.subscribe-main-block header {
  background-color: #00796b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: right;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  height: 120px;
  line-height: 40px;
  padding: 24px 104px 30px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 987px) {
  .subscribe-main-block header {
    margin-bottom: 19px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-main-block header {
    padding: 12px 20px 12px 195px;
  }
}
.subscribe-main-block header .regular-price {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 36px;
}
.subscribe-main-block header .regular-price .number {
  font-size: 22px;
  font-weight: 600;
  text-decoration: line-through;
}
.subscribe-main-block header .regular-price .small {
  font-size: 16px;
  font-weight: 500;
}
.subscribe-main-block header .limited-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (max-width: 740px) {
  .subscribe-main-block header .limited-price {
    line-height: 24px;
  }
}
.subscribe-main-block header .limited-price .number {
  font-size: 43px;
  font-weight: 600;
}
@media screen and (max-width: 740px) {
  .subscribe-main-block header .limited-price .number {
    font-size: 28px;
  }
}
.subscribe-main-block header .limited-price .small {
  font-size: 24px;
  font-weight: 500;
}
.subscribe-main-block header em {
  text-decoration: line-through;
  font-style: normal;
}
.subscribe-main-block ul {
  padding-left: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1160px) {
  .subscribe-main-block ul {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 987px) {
  .subscribe-main-block ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-main-block ul {
    padding-left: 190px;
  }
}
.subscribe-main-block ul li {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 987px) {
  .subscribe-main-block ul li {
    margin-bottom: 6px;
  }
}
.subscribe-main-block ul li:before {
  content: '• ';
  color: #00aba8;
  font-size: 18px;
  font-weight: 400;
}
.subscribe-main-block form {
  text-align: right;
}
@media screen and (max-width: 987px) {
  .subscribe-main-block form {
    padding-left: 100px;
  }
}
@media screen and (max-width: 740px) {
  .subscribe-main-block form {
    padding-left: 190px;
  }
}
.subscribe-main-block form .btn {
  width: 261px;
}
@media screen and (max-width: 987px) {
  .subscribe-main-block form .btn {
    width: 100%;
  }
}
.subscribe-contact-us-text {
  font-size: 16px;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 22px;
}
.subscribe-contact-us-text a {
  color: #11b0e5;
  font-weight: 600;
  text-decoration: underline;
}
.subscribe-contact-us-text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .subscribe-contact-us-text br {
    display: none;
  }
}
/* End Subscribe Page */
.site-footer {
  border-top: 4px solid #00bcd4;
  background-color: #616161;
  color: #dfdfdf;
  /*.home &, .page-template-how-it-works-page &{
        margin-top: 0;
    }*/
}
.site-footer .wrapper .go-to-top-link {
  background-color: #616161;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  display: none;
  text-align: center;
  line-height: 66px;
  opacity: 0.6;
}
.site-footer .wrapper .go-to-top-link:hover {
  background-color: #525252;
  opacity: 1;
}
.site-footer .wrapper .go-to-top-link img {
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.site-footer .footer-top {
  border-bottom: 1px solid #6f6f6f;
  text-align: center;
  padding: 30px 0;
}
.site-footer .footer-top li {
  display: inline-block;
  margin: 0 17px;
}
.site-footer .footer-top a {
  color: #dfdfdf;
  text-decoration: none;
  font-size: 24px;
}
.site-footer .footer-top a:hover {
  color: #00bcd4;
}
.site-footer .footer-middle {
  padding: 30px 0;
}
.site-footer .footer-middle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.site-footer .footer-middle .footer-block {
  float: left;
  margin-right: 150px;
}
.site-footer .footer-middle .footer-block:last-child {
  float: right;
  margin-right: 0;
}
.site-footer .footer-middle .footer-block:nth-of-type(0n+2) {
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-middle .footer-block {
    margin-right: 120px;
  }
}
@media screen and (max-width: 740px) {
  .site-footer .footer-middle .footer-block:last-child {
    float: none;
    clear: both;
    padding-top: 40px;
  }
}
.site-footer .footer-middle h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer .footer-middle li {
  margin-bottom: 9px;
}
.site-footer .footer-middle a {
  color: #dfdfdf;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.site-footer .footer-middle a:hover {
  text-decoration: underline;
}
.site-footer .footer-newsletter .newsletter-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.site-footer .footer-newsletter .text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.site-footer .footer-newsletter input[type="text"] {
  outline: none;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  width: 358px;
  height: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-newsletter input[type="text"] {
    width: 273px;
  }
}
.site-footer .footer-newsletter .btn {
  background-color: #00796b;
  font-size: 18px;
  color: #fff;
}
.site-footer .footer-newsletter .btn:hover {
  background-color: #0f887a;
}
@media screen and (max-width: 987px) {
  .site-footer .footer-newsletter {
    width: 224px;
  }
  .site-footer .footer-newsletter .newsletter-title {
    line-height: 32px;
  }
  .site-footer .footer-newsletter .text {
    line-height: 20px;
  }
  .site-footer .footer-newsletter input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .site-footer .footer-newsletter .btn {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .site-footer .footer-newsletter {
    width: 100%;
  }
  .site-footer .footer-newsletter form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
  }
  .site-footer .footer-newsletter input[type="text"] {
    width: 254px;
    margin-bottom: 0px;
    margin-right: 0;
    float: left;
  }
  .site-footer .footer-newsletter .btn {
    width: 165px;
    float: right;
  }
}
.site-footer .footer-bottom {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  padding-bottom: 15px;
}
/* 2018-11-20 */
/* christmas 2018 */
/*# sourceMappingURL=style.css.map */



/* 2019 Black Friday */

.home-page-top-block h2
{
    font-size: 48px;
    line-height: 58px;

}
.home-page-top-block h2 b
{
    font-weight: 700;
}

@media screen and (max-width: 1160px) {
    
    .home-page-top-block h2 
    {
        font-size: 37px;
        line-height: 46px;
    }

}

@media screen and (max-width: 740px) {
  .logindiv{
    width: 100% !important;
    text-align: center;
  }
  .logo2{
    top: 25px !important;
  }
  .logo2>img{
    width: 230px !important;
  }

}

input{
  padding: 8px;
  font-size: 11pt;
  text-align: right;
}

.logindiv{
  width: 370px;
  text-align: center;
}
.logindiv>input{
  width: 100%;
  margin: 10px 0px;
}
.logindiv>.btn{
  width: 100%;
  margin: 10px 0px;
}

.popup-login-block>p{
  line-height: 24px;
}