@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #231F20;
  background: #FFF;
}

#tinymce {
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

a {
  color: #FCBB64;
  text-decoration: none;
}

p {
  line-height: 1.45em;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mainmenu .child {
  display: inline-block;
  margin: 3%;
}

.mainmenu .child > a {
  display: block;
  font-weight: 700;
  padding: 20px 8px;
  width: 160px;
  color: #110B14;
  font-size: 0.9em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.95);
}

.mainmenu .child.ancestor > a,
.mainmenu .child.selected > a {
  color: #FCBB64;
}

#header .menu-toggle {
  display: none;
  float: right;
  width: 46px;
  height: 37px;
  background: no-repeat url(../img/menu-icon.png) center center;
  cursor: pointer;
  margin: 8px 2px 0 8px;
}

#home {
  position: relative;
  background-image: url(../img/home-slides/home-1.jpg);
  background-size: cover;
  height: 900px;
  transition: 3s;
}

#home .topbar {
  position: relative;
  background: rgba(0, 0, 0, 0.71);
  text-align: center;
  padding-bottom: 25px;
}

#home .logo {
  display: inline-block;
  position: relative;
  bottom: -79px;
  width: auto;
  max-width: 100%;
}

#home .mainmenu {
  position: absolute;
  bottom: 15%;
  width: 100%;
}

#header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2.5%;
}

#header .logo {
  float: left;
}

#header .logo > img {
  width: auto;
  max-width: 100%;
}

#header .mainmenu {
  float: right;
  margin-top: 1%;
}

#header .mainmenu .child {
  margin: 0 15px;
}

#header .mainmenu .child > a {
  width: auto;
}

#header .mainmenu .child.button-account > a {
  background: #000;
  color: #FFF;
  padding: 8px 12px;
}

.block-text .block-image {
  float: left;
  background-repeat: no-repeat;
  background-position: top right;
  width: 50%;
  height: 800px;
  max-width: 1280px;
  line-height: 0;
}

.block-text .block-image-elem {
  display: none;
}

.block-text .block-content {
  float: left;
  width: 30%;
  padding: 6% 10%;
  padding-bottom: 0;
  text-align: center;
}

.block-text .block-content p {
  margin: 3% 0;
  line-height: 1.6em;
}

.block-text .block-content h2 {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 3% 0;
  border: 1px solid #231F20;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
}

.block-text .block-content h3 {
  font-size: 1.2em;
  margin: 12% 0;
}

.block-text .block-content h4 {
  font-size: 0.9em;
  font-weight: 400;
}

.block-text .block-content .button {
  margin-top: 15%;
}

.block-text.block-style-2 .block-image,
.block-text.block-style-2 .block-content {
  float: right;
}

.block-text.block-style-2 .block-image {
  background-position: top left;
}

.team {
  max-width: 1500px;
  margin: 0 auto 7% auto;
  text-align: center;
}

.team .member {
  display: inline-block;
  margin: 7% 2% 0 2%;
  vertical-align: top;
}

.team .member h3 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 4% 0;
}

.team .member h4 {
  font-size: 0.9em;
  font-weight: 400;
  margin: 2% 0;
}

.button {
  display: inline-block;
  color: #FFF;
  background: #FCBB64;
  padding: 18px 22px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.button.button-black {
  background-color: #000;
}

#footer {
  padding: 1% 0 3% 0;
}

.customers {
  text-align: center;
}

.customers img {
  vertical-align: middle;
  margin: 5% 6%;
}

.partners section .images-list {
  padding: 0;
}

.partners section .section-image.format-logo {
  padding: 0;
  margin: 5% 6%;
}

#gmap {
  width: 100%;
  height: 420px;
}

.contact-info {
  float: left;
  width: 45%;
  padding: 0 2.5%;
  text-align: center;
  margin-top: 4%;
}

.contact-info .phone {
  color: #231F20;
}

.contact-form {
  float: right;
  width: 45%;
  padding: 0 2.5%;
  text-align: center;
}

.contact-info .box {
  display: inline-block;
  border: 1px solid #231F20;
  padding: 3% 9%;
  margin: 14% 0;
}

.contact-form {
  margin-top: 6%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  display: block;
  margin: 2% 0;
  padding: 3%;
  width: 94%;
  border: none;
  background: #fff8ee;
  font-size: 0.8em;
  text-align: center;
}

.contact-form textarea {
  min-height: 400px;
  resize: vertical;
}

.forms .button {
  display: inline-block;
  margin-top: 6%;
  border: none;
  background: #231F20;
  color: #FFF;
  cursor: pointer;
}

.forms .errorlist {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #FF0000;
  line-height: 1.85em;
}

/* Forms */
.forms {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 16px 3% 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fields-wrapper {
  text-align: left;
}

.fields-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

#profile-form .form-field {
  width: 50%;
}


#profile-form #field-city,
#profile-form #field-zip,
#profile-form #field-phone
{
  width: 33.33333333333333%;
}

#profile-form #field-old_password,
#profile-form #field-email,
#profile-form #field-subscribe_promotion,
#profile-form #field-address
{
  width: 100%;
}

.form-field {
  float: left;
  width: 100%;
  padding: 8px 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field select,
.form-field input[type="text"],
.form-field input[type="number"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  border: 1px solid #000;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.35em;
  padding: 10px;
  width: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field.required label:after {
  content: '*';
  color: #ff0000;
  margin-left: 5px;
  top: 5px;
  font-size: 20px;
  position: relative;
}

.form-field input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.form-field label {
  display: inline-block;
  width: 90%;
  font-size: 0.8em;
  line-height: 1.65em;
  margin-bottom: 4px;
}

.form-field label > a {
  color: #006072;
}

.form-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-field ul li {
  display: inline-block;
  margin-right: 16px;
}

.form-field .help-text {
  margin-bottom: 0;
}

#id_hp_phone {
  height: 0;
  padding: 0;
  margin: 0;
}

.messages-wrapper {
  margin: 0 auto;
  max-width: 826px;
  padding: 3% 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.messages-wrapper .messages {
  list-style: none;
  padding: 3% 6%;
  text-align: center;
  border: 1px solid #000;
  line-height: 1.75em;
  color: #000;
  font-weight: 500;
}

/* Profile */
.profile-info {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  text-align: left;
}

.profile-info li {
  line-height: 1.85em;
  margin: 6px 0;
}

.profile-info h3,
.profile-info h4,
.profile-info h5 {
  margin: 0;
}

.profile-info .button {
  padding: 8px 22px;
  margin: 10px 20px 0 0;
  font-size: 0.9em;
}

.inscriptions {
  padding-bottom: 3%;
}

.inscriptions ul {
  margin: 40px 0;
}

#footer .credit {
  clear: both;
  text-align: center;
}

#footer .credit .credit-text,
#footer .credit .credit-logo {
  vertical-align: middle;
}

#footer .credit .credit-text {
  font-size: 0.8em;
  color: #8D8F92;
}

#footer .credit .credit-logo {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 15px 3px;
  width: 191px;
  height: 39px;
  background: no-repeat url(../img/myo-concept.png);
}

/* Products */
.product {
  display: block;
  max-width: 880px;
  margin: 35px auto;
  background: #f7f7f7;
  font-weight: normal;
}

.product:after {
  content: '';
  display: block;
  clear: both;
}

.product .product-image {
  float: left;
  width: 40%;
  max-width: 350px;
  height: 350px;
  background-size: cover;
  background: no-repeat center center;
}

.product .product-image img {
  width: auto;
  max-width: 100%;
}

.product .product-content-wrapper {
  float: left;
  width: 60%;
  padding: 8% 10% 2% 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product .product-content {
  color: #231F20;
}

.product .product-title {
  display: block;
  font-size: 1.6em;
  font-weight: 400;
  border: none;
}

.product-detail .product {
  background: none;
}

.product-detail .text {
  max-width: 760px;
}

.product-form {
  margin: 2% auto;
}

#product-price {
  margin: 3% 0 0 0;
  font-size: 2em;
  font-weight: 500;
}

/* Listing */
.section-products {
  padding: 0 2.5%;
  overflow: hidden;
}

.pagination {
  list-style: none;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.pagination {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.pagination .page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination .page-links .page-item {
  display: inline-block;
}

.pagination .page-link {
  font-size: 1.1em;
  padding: 8px;
}

.filter-form {
  max-width: 880px;
  margin: 0 auto;
}

.filter-form p {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.9em;
}

.filter-form label {
  display: block;
  line-height: 1.65em;
  margin-bottom: 4px;
}

.filter-form select {
  border: 1px solid #000;
  color: #000;
  padding: 4px;
  width: 180px;
}

.filter-form button {
  background: #000;
  color: #FFF;
  padding: 4px 10px;
  border: 0;
  height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-form .filter-count {
  display: block;
  text-align: right;
}

/* Cart */
#cart {
  max-width: 1000px;
  margin: 0 auto 5% auto;
  padding: 18px;
}

#cart .item {
  padding: 4.2% 0;
  border-bottom: 1px solid #323232;
}

#cart .header {
  padding: 1.9% 0;
}

#cart .header .elem {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
}

#cart .item .elem {
  display: inline-block;
}

#cart .item .title {
  width: 63.5%;
  padding-left: 7%;
  vertical-align: middle;
}

#cart .item .title .registrant {
  display: block;
  margin-top: 8px;
}

#cart .item .title .registrant strong {
  font-weight: 500;
}

#cart .item .qty {
  width: 8%;
}

#cart .item .price {
  width: 10%;
  padding-left: 6%;
  vertical-align: middle;
}

#cart .item .price .discount {
  display: block;
  color: #AB162B;
}

#cart .item .remove input {
  margin: 0;
  border: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 7px 10.3px;
  cursor: pointer;
  color: #FFF;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cart .item .remove input:hover {
  background: #FCBB64;
}

#cart .cart-prices {
  padding: 1.25% 0;
  width: 100%;
  text-align: right;
}

#cart .cart-prices .elem {
  display: inline-block;
  padding: 1.25% 0;
}

#cart .cart-prices .title {
  font-size: 0.935em;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7%;
}

#cart .cart-prices .price {
  font-weight: 700;
  padding-right: 10%;
  width: 70px;
}

#cart .cart-buttons {
  width: 100%;
  max-width: 485px;
  padding: 2.5% 0;
  float: right;
  text-align: right;
  border-top: 1px solid #323232;
}

#cart .cart-buttons .button {
  margin: 10px 0 10px 20px;
  float: right;
}

#cart .cart-qty {
  width: 100%;
  text-align: center;
  padding: 4px;
  margin: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}

#cart .cart-qty::-webkit-outer-spin-button,
#cart .cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart .cart-qty[type=number] {
  -moz-appearance: textfield;
}

/* Section */
section {
  overflow: auto;
}

section.section-white {
  background-color: #FFF;
}

section .text {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

section .text p.text-large {
  font-size: 1.2em;
}

section .text a {
  color: #AB162B;
}

section .text a.button {
  color: #FFF;
  margin-top: 30px;
}

section .images-list {
  text-align: center;
  padding: 3.5% 0 2% 0;
}

section .images-list .section-image {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section .section-image.format-square {
  padding: 0 1.5% 1.5% 1.5%;
  max-width: 100%;
}

section .section-image.format-logo {
  padding: 0 1% 1% 1%;
  max-width: 100%;
}

section .section-image.format-landscape {
  width: 100%;
}

.account {
  padding-bottom: 3%;
}

.account #footer {
  display: none;
}