@font-face {
  font-family: 'avenirBlack';
  src: url('../fonts/avenirltstd-black.eot');
  src: url('../fonts/avenirltstd-black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/avenirltstd-black.woff2') format('woff2'),
       url('../fonts/avenirltstd-black.woff') format('woff'),
       url('../fonts/avenirltstd-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirHeavy';
  src: url('../fonts/avenirltstd-heavy.eot');
  src: url('../fonts/avenirltstd-heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/avenirltstd-heavy.woff2') format('woff2'),
       url('../fonts/avenirltstd-heavy.woff') format('woff'),
       url('../fonts/avenirltstd-heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirMedium';
  src: url('../fonts/avenirltstd-medium.eot');
  src: url('../fonts/avenirltstd-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/avenirltstd-medium.woff2') format('woff2'),
       url('../fonts/avenirltstd-medium.woff') format('woff'),
       url('../fonts/avenirltstd-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirRoman';
  src: url('../fonts/avenirltstd-roman.eot');
  src: url('../fonts/avenirltstd-roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/avenirltstd-roman.woff2') format('woff2'),
       url('../fonts/avenirltstd-roman.woff') format('woff'),
       url('../fonts/avenirltstd-roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html{
  min-height: 100%;
  height: auto;
  position: relative;
}
body {
  font: 14px/1.2 'avenirRoman', sans-serif;
  color: #313133;
  min-height: 100%;
  height: auto;
  margin: 0 0 191px;
  padding: 0;
  border: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #1f2936;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #1f2936;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Reset
   ========================================================================== */
html, div, p, span, a, img, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
}
input, select, textarea {
  padding: 11px 15px;
  outline: none;
  color: #000;
  border: none;
  width: 100%;
  background: #eeeeef;
  margin: 0 0 10px;
}
[type="radio"] {
  width: auto;
}
input.error,
select.error,
.wpcf7-not-valid {
  box-shadow: 0 0 0 1px #FF0303 inset;
}
label.error,
.error-server {
  color: #ff0303;
  margin-top: -5px;
  font-size: 12px;
  text-align: left;
}
textarea {
  resize: vertical;
  height: 100px;
}
label {
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  display: block;
  position:relative;
}
label.select-holder:before {
  content: " ";
  right: 12px;
  top: 23px;
  margin-top: -4px;
  position:absolute;
  pointer-events:none;
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #fff transparent transparent transparent;
}
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  color: #fff;
  padding: 12px 20px;
  background: #323132;
  font-family: "avenirBlack";
  border-radius: 0;
}
[type="submit"] {
  cursor: pointer;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {padding-right:18px}
}

[type="radio"],
select {
  cursor: pointer;
}
[type="submit"],
.submit {
  display: inline-block;
  padding: 10px 15px;
  width: auto;
  transition: opacity .3s ease;
}
.submit:hover {
  opacity: .8;
}
.submit:active {
  box-shadow: 1px 1px 0 #000 inset;
}
a, a:link, a:visited,
.btn {
  text-decoration: none;
  color: #313133;
  cursor: pointer;
  transition: all .3s ease;
}
a:hover{

}
ul, ol {
  list-style-position: inside;
}
ul li {
  list-style: none;
}
.article ul li {
  position: relative;
  padding-left: 10px;
}
.article ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3b393d;
  content: " ";
}
/* indent for second line in ordered lists */
ol {
  counter-reset: counter;
  list-style: none;
}
ol > li {
  counter-increment: counter;
  position: relative;
  padding-left: 20px;
}
ol > li:before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'avenirBlack';
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-weight: normal;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 18px;
}
h4, h5, h6 {
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: normal;
  font-family: "avenirBlack";
}
img {
  transition: transform .3s ease;
}
iframe {
  max-width: 100%;
}
table {
  width: 100%;
}
thead {
  font-family: "avenirBlack";
}
td {
  padding: 5px;
}



::-webkit-input-placeholder {
  color: #313133;
  opacity: 1;
  font-size: 13px;
}
:-moz-placeholder {
  color: #313133;
  opacity: 1;
  font-size: 13px;
}
::-moz-placeholder {
  color: #313133;
  opacity: 1;
  font-size: 13px;
}
:-ms-input-placeholder {
  color: #313133;
  opacity: 1;
  font-size: 13px;
}


/* Ion.CheckRadio, Skin Base
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/

.icr-label {
    position: relative;
    display: inline-block;
}

.icr-hidden {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 0; height: 0;
    overflow: hidden;
}

.icr-input {
    position: absolute;
    display: block;
    top: -20px; left: -20px;
}

.icr-text {
    display: inline;
    vertical-align: middle;
}

.icr-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/* Sprite positions */

.icr-label .type_checkbox {
    background-position: 0 0;
}
.icr-label .type_radio {
}

.icr-label:hover .type_checkbox {
    background-position: -50px 0;
}
.icr-label:hover .type_radio {
}


.icr-label.checked .type_checkbox {
    background-position: -150px 0;
}
.icr-label.checked .type_radio {
}

.icr-label.checked:hover .type_checkbox {
    background-position: -150px 0;
}
.icr-label.checked:hover .type_radio {
}


.icr-label.disabled {
    opacity: 0.5;
}
.lt-ie9 .icr-label.disabled {
    filter: alpha(opacity=50);
}

.icr-label.disabled .type_checkbox {
    background-position: 0 0 !important;
}
.icr-label.disabled .type_radio {
}

.icr-label.checked.disabled .type_checkbox {
    background-position: -100px 0 !important;
}
.icr-label.checked.disabled .type_radio {
}
/* Ion.CheckRadio, Cloudy Skin
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/

.icr-label {
    padding-right: 2px;
    margin: 0 5px 5px 0;
}

.icr-item {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #000;
}

.icr-label.disabled {
    opacity: 0.4;
}

.icr-label.focused .icr-item:after {
    position: absolute;
    display: block;
    content: "";
    top: -1px; left: -1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.5);
}
.icr-label.focused .type_checkbox:after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icr-label.checked .type_radio:after,
.icr-label.checked .type_checkbox:after {
  background: #000;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 5px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 5px;
}



/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;

  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error  img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position:absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}



/* 
  $LAYOUT
 */
.layout {
  overflow: hidden;
}
.main-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.wide {
  margin-left: -9999pt;
  margin-right: -9999pt;
  padding-left: 9999pt;
  padding-right: 9999pt;
}

/* 
  $HEADER
 */
.header .contacts-holder {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  z-index: 10;
}
.contacts-holder-wrapper {
  padding: 7px 20px;
}
.header .contacts-holder address {
  font-style: normal;
}
.header .contacts-holder a {
  color: #fff;
}
.header .contacts-holder .col-right {
  text-align: right;
}
.header .social-links {
  float: right;
  padding-left: 4px;
  margin-left: 10px;
}
.header .social-links,
.header .contact-item {
  position: relative;
}
.header .contact-item {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
.header .social-links:before,
.header .contact-item:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 1px solid #fff;
  height: 8px;
  content: " ";
}
.header .contact-item:first-child:before {
  display: none;
}
.header .social-links a {
  display: inline-block;
  text-indent: 9999pt;
  width: 10px;
  height: 9px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: sub;
}
.header .social-links li {
  display: inline-block;
  margin-left: 3px;
}
.header .fb-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJBAMAAAD5iKAgAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMA8BB+nYh2W1BIMSkHJH77aQAAAChJREFUCNdjYGC+a8DAwHD2ygQgWXtjA5C8ezcBSMZeXgAkdQUYsJAAaloKJfexLYoAAAAASUVORK5CYII=);
}
.header .instagram-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA8eFADtWXBbCnLOvJrFY0nVtMPlmOjMgAAABESURBVHjaJcxJAoAgDATBgSxIWFX+/1Yx9KlOjZSXFzrG0f0I6HBqBMW23qQxb15WARP+yYWSqhMkofHmqPBM9jd4pX/IWQMd9kJOWwAAAABJRU5ErkJggg==);
}
.header .rss-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMAJ73wuGX5187Gsayjb1E/GhPm35iCWzMODgArrgAAAEhJREFUCB0FwQcCgCAAA7ErwwmC2/7/oyYolNwBQIM9XDsA9Dz6eAGN68btKNBph716AlDyTPAGTyU5Ny/IbnIgRijrx5xYph+XJAM6lg+IIQAAAABJRU5ErkJggg==);
}
.header-wrapper,
.header-bg-img {
  position: relative;
  z-index: 1;
}
.header-bg-img {
  z-index: 0;
  margin-top: -140px;
}
.header-wrapper {
  padding-top: 20px;
}
.header .logo {
  margin: 0 0 25px 30px;
}
.header .main-menu {
  float: left;
  font-family: 'avenirHeavy';
  margin: 25px 0 0 10px;
}
.header .main-menu > li {
  display: inline-block;
  margin-left: 27px;
}
.header .main-menu li {
  text-transform: uppercase;
  position: relative;
}
.header .main-menu li:hover > a {
  color: #5d168b;
}
.header .main-menu .parent > a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAACHRSTlMA/oBXLZNWP+CvsoMAAAAuSURBVHjaLcfBEQAwCAJB1CT233GAgYfuAQeaf9eYU00zRFrxQscNFWbCzNb3AxGFAFQlZ4EMAAAAAElFTkSuQmCC) no-repeat right 5px;
  padding-right: 15px;
}
.header .main-menu .parent:hover > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAGFBMVEUAAABdFoxdFoxdFoxdFoxdFoxdFoxdFoyvyqgoAAAACHRSTlMA/oBXLZNWP+CvsoMAAAAuSURBVHjaLcfBEQAwCAJB1CT233GAgYfuAQeaf9eYU00zRFrxQscNFWbCzNb3AxGFAFQlZ4EMAAAAAElFTkSuQmCC);
}
.header .main-menu ul {
  right: -3px;
  position: absolute;
  top: 100%;
  opacity: 0; 
  transform: translateY(5%);
  transition: opacity .5s ease 0s, transform .5s ease 0s, visibility 0s linear .5s;
  visibility: hidden; 
  width: 115px;
  z-index: 10;
  text-align: center;
  padding-top: 5px;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
  visibility: visible;
}
.header .main-menu li li a {
  display: block;
  background: #fff;
  padding: 7px 12px;
}
.header .main-menu li li:hover > a {
  background: #5d168b;
  color: #fff;
}

/* Override Pushy plugin styles,
mobile menu styles */
.pushy-left {
  right: -270px;
  /*transform: translate3d(0px, 0px, 0px);*/
}
.pushy {
    transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0s;
    background: #fff;
    width: 270px;
    box-shadow: none;
}
.pushy-open {
    right: 0;
}
.container-push,
.push-push {
    transform: translate3d(-270px, 0px, 0px);
}
.mobile-menu .main-menu {
  margin: 0;
  float: none;
  font-family: "avenirMedium";
  font-size: 16px;
  text-transform: uppercase;
}
.mobile-menu .main-menu li {
  display: block;
  margin: 0;
}
.pushy a:hover {
  background: #5d168b;
  color: #fff;
}
.mobile-menu .parent > a {
  position: relative;
}
.mobile-menu .main-menu ul {
  display: none;
}
.mobile-menu .main-menu ul a {
  padding-left: 45px;
}
.mobile-menu .parent > a:before {
  position: absolute;
  top: 14px;
  right: 0;
  width: 35px;
  color: #000;
  content: "";
  font-family: "Glyphicons Halflings";
  transition: color .3s ease;
}
.mobile-menu .parent > a:hover:before {
  color: #fff;
}
.mobile-menu .close {
  font-size: 18px;
  margin: 15px 30px;
  cursor: pointer;
}
.main-menu-switcher {
  display: none;
  float: right;
  margin-right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.main-menu-switcher .glyphicon {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: top;
}


/* 
  $HOME CONTENT
 */
.quick-links-holder {
  color: #fff;
  background: #47077b;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.quick-links-wrapper,
.recent-posts-holder {
  margin: 0 auto;
  max-width: 910px;
}
.quick-links-holder .box {
  margin-top: -105px;
  text-align: center;
  padding: 30px;
}
.box .text {
  display: inline-block;
  margin: 8px 0 15px;
  line-height: 18px;
}
.box .learn-more {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 10px;
  display: block;
  max-width: 105px;
  text-decoration: none;
  margin: 0 auto;
}
.box .learn-more:hover {
  background: #fff;
}
.box-blue {
  background: #00b2e3;
}
.box-blue .learn-more:hover {
  color: #00b2e3;
}
.box-pink {
  background: #ff0171;
}
.box-pink .learn-more:hover {
  color: #ff0171;
}
.box-green {
  background: #a8cb17;
}
.box-green .learn-more:hover {
  color: #a8cb17;
}

.recent-posts-holder {
  margin-top: 25px;
}
.recent-posts-holder .date,
.recent-posts-holder .post-meta {
  float: left;
}
.recent-posts-list {
  margin-top: -6px;
}
.recent-posts-holder li {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.recent-posts-holder li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.recent-posts-holder li:last-child {
  border-bottom: 1px solid #fff;
}
.recent-posts-holder .date {
  width: 27%;
  margin-right: 5%;
  text-align: center;
}
.recent-posts-holder .date .day {
  font-family: "avenirMedium";
  font-size: 36px;
}
.recent-posts-holder .month {
  text-transform: uppercase;
  font-family: "avenirHeavy";
  margin-top: -4px;
}
.recent-posts-holder .post-meta {
  width: 68%;
}
.recent-posts-holder .title,
.recent-posts-holder .excerpt {
  font-size: 14px;
}
.recent-posts-holder .title {
  margin: 3px 0 2px;
}
.recent-posts-holder .read-more {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
.recent-posts-holder .read-more:hover {
  text-decoration: underline;
}


.offer-form-holder {
  background: #fff;
  color: #000;
  padding: 25px 25px 20px;
}
.offer-form-holder .form-title {
  font-family: "avenirBlack";
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 8px;
}
.offer-form-holder .col-left {
  padding-right: 8px;
}
.offer-form-holder .col-right {
  padding-left: 8px;
}
.offer-form-holder form {
  margin-top: 20px;
}
.required-tip {
  font-size: 11px;
  float: left;
  margin-top: 13px;
}
.offer-form-holder .submit {
  float: right;
  max-width: 128px;
  color: #fff;
  background: #47077b;
  font-family: "avenirBlack";
  padding: 10px 25px;
}
.wpcf7 .ajax-loader {
  display: inline-block;
  margin: 10px 15px 0;
}
div.wpcf7-response-output {
  border: none;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: -5px 0 5px;
}


.testimonials-holder {
  text-align: center;
  margin-bottom: 35px;
}
.testimonials-holder .title {
  font-size: 23px;
  margin-bottom: 25px;
}
.testimonials-wrapper {
  margin: 0 auto;
  max-width: 930px;
}
.testimonials-holder .thumb-holder {
  margin-bottom: 10px;
}
.testimonials-holder .author {
  font-family: "avenirHeavy";
  margin-top: 5px;
  color: #47077b;
}

.google-map-holder {
  height: 375px;
}
.google-map-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}


/* 
  $CONTENT
 */
.article p {
  margin-bottom: 20px;
  line-height: 18px;
}
.content a {
  text-decoration: underline;
}
.content-box {
  padding-top: 25px;
  padding-bottom: 20px;
}
.content-box.centered {
  text-align: center;
}
.content-box-green,
.content-box-green a,
.content-box-blue,
.content-box-blue a,
.content-box-purple,
.content-box-purple a,
.content-box-pink,
.content-box-pink  a {
  color: #fff;
}
.content-box-green {
  background: #a8cb17;
}
.content-box-blue {
  background: #01BEE8;
}
.content-box-purple {
  background: #47077b;
}
.content-box-pink {
  background: #e11b70;
}
.content-box-wrapper {
  max-width: 775px;
  margin: 0 auto;
}
.page-title,
.content-box-title {
  font-size: 34px;
  margin-bottom: 20px;
}


.team-holder {
  margin-top: 5px;
}
.team-holder .content-box-title {
  margin-bottom: 25px;
}
.team-list {
  max-width: 915px;
  margin: 0 auto 15px;
}
.team-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  /* -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
}
.team-list li {
  float: left;
  margin: 0 1.5% 35px;
  width: 30%;
}
.team-holder .thumb-holder {
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 17px;
}
.team-list .name {
  color: #313133;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
.team-list .name,
.team-list .title {
  font-family: "avenirBlack";
}
.team-list .title {
  color: #818386;
  font-size: 17px;
  margin-bottom: 18px;
}


.join-us-form-holder {
  margin: 30px auto;
  max-width: 605px;
}
.select-box {
  background: #eeeeef;
  margin-bottom: 15px;
}
.select-box .box-label {
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
}
.select-box .box-label:after {
  position: absolute;
  display: none;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #262526 transparent transparent transparent;
  content: " ";
  margin-top: -5px;
  transition: transform .3s ease;
}
.select-box.opened .box-label:after {
  transform: rotate(-90deg);
}
.select-box .select-wrapper {
  max-height: 1000px;
  transition: max-height .5s ease;
  overflow: hidden;
}
.select-box.opened .select-wrapper {
  max-height: 1000px;
}
.select-box .select-content {
  padding: 10px 15px;
}
.select-box .col-left,
.select-box .col-right,
.select-box .sub-col {
  float: left;
}
.select-box .col-left {
  width: 62%;
  margin-right: 3%;
}
.select-box .col-right {
  width: 35%;
}
.select-wrapper .col-title {
  text-transform: uppercase;
  font-family: "avenirHeavy";
  margin-bottom: 10px;
}
.select-box .sub-col.left {
  width: 49%;
  margin-right: 3%;
}
.select-content label {
  margin: 0;
}
.select-content .icr-text {
  margin-left: 5px;
}
.join-us-form-holder .prev-student {
  margin-right: 7px;
}
.join-us-form-holder .submit-holder {
  margin-top: 15px;
  text-align: right;
}
.join-us-form-holder .submit,
.checkout-details .submit,
.pickup-modal .submit,
.customer-details .submit,
.customer-details .prev-checkout-page-link {
  float: right;
  padding: 10px 45px;
  color: #fff;
  background: #262526;
  font-family: "avenirBlack";
}
.goodhew-modal .title {
  font-family: "avenirBlack";
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}


.posts-list {
  margin: 40px auto 25px;
  max-width: 915px;
}
.posts-list .post {
  background: #eeeeef;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.posts-list .post:first-child {
  margin-top: 0;
}
.posts-list .col-left,
.posts-list .col-right {
  float: left;
  width: 50%;
}
.posts-list .col-left {
  padding: 35px 3%;
}
.posts-list .post-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.posts-list .excerpt {
  margin: 20px 0 35px;
}
.posts-list .read-more,
.single-post .back-to-blog-link {
  background: #262526;
  color: #fff;
  padding: 8px 33px;
  font-family: "avenirBlack";
  border: 1px solid transparent;
  display: inline-block;
}
.posts-list .read-more:hover,
.back-to-blog-link:hover {
  background: transparent;
  border-color: #262526;
  color: #262526;
}
.posts-list .thumb-holder {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}
.posts-list .thumb-holder img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.posts-list .thumb-holder:hover img,
.news-list .thumb-holder:hover img {
  transform: scale(1.1);
}


.pagination-holder {
  font-family: "avenirBlack";
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}
.pagination-holder li {
  display: inline-block;
  border-left: 2px solid #c7c9cb;
  line-height: 13px;
}
.pagination-holder li:first-child {
  border: none;
}
.pagination-holder a {
  color: #c7c9cb;
}
.pagination-holder a,
.pagination-holder span {
  padding: 0 3px 0 6px;
  margin: 0 3px 0 6px;
}
.pagination-holder .pages,
.pagination-holder .nextpostslink {
  display: none;
}


.news-list {
  color: #000;
  margin: 35px auto 70px;
  max-width: 915px;
}
.news-list .item {
  margin-top: 25px;
}
.news-list .item:first-child {
  margin-top: 0;
}
.news-list .col-left,
.news-list .col-right,
.news-list .date,
.news-list .thumb-holder {
  float: left;
}
.news-list .col-left {
  width: 32%;
  margin-right: 3%;
  overflow: hidden;
}
.news-list .date,
.news-list .thumb-holder {
  width: 50%;
}
.news-list .date {
  height: 135px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: start;
  align-items: center;
}
.news-list .day {
  font-family: "avenirMedium";
  font-size: 49px;
}
.news-list .month {
  font-family: "avenirHeavy";
  font-size: 20px;
  text-transform: uppercase;
}
.news-list .date {
  color: #fff;
}
.item-color-1 .date {
  background: #a8cb17;
}
.item-color-2 .date {
  background: #00b2e3;
}
.item-color-3 .date {
  background: #ff0171;
}
.item-color-4 .date {
  background: #47077b;
}
.news-list .thumb-holder {
  overflow: hidden;
  height: 135px;
}
.news-list .thumb-holder img {
  height: 100%;
  max-width: none;
  width: 100%;
  object-fit: cover;
}
.news-list .col-right {
  width: 65%;
  border-bottom: 2px solid #000;
}
.news-list .item-title {
  font-family: "avenirBlack";
  font-size: 14px;
  margin: 0 0 20px;
}
.item-title a {
  color: #000;
}
.news-list .excerpt,
.news-list .read-more {
  font-size: 15px;
}
.news-list .excerpt {
  margin-bottom: 18px;
}
.news-list .date-mobile {
  display: none;
}
.news-list .read-more {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px;
}


/* 
  $POST
 */
.single-post .content {
  margin: 25px auto 75px;
  max-width: 915px;
}
.single-post .post-title {
  font-size: 34px;
}
.single-post .date {
  margin: 35px 0 20px;
}
.post-share-links {
  margin-top: 30px;
}
.post-share-links .label {
  font-family: "avenirBlack";
  margin-bottom: 15px;
}
.post-share-links a {
  width: 22px;
  height: 24px;
  display: inline-block;
  text-indent: -9999pt;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.post-share-links .fb-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAOVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8dlA9AAAAEnRSTlMA4aVViR01WvDSmU0oEOrPsz9xoof1AAAAWElEQVR4AeXSTRKAIAiGYY1PStN+uP9hi41JcYPe5bOBYQhDdSWiFGycRZutpkU8hri8qx2lsOV4azTSOb+sATpxA8ADJ+mRz6fP1ef23WQy8iPWZ3hufQG8MgipY461EwAAAABJRU5ErkJggg==);
  margin: 0;
}
.post-share-links .instagram-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAZlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwbJTWAAAAIXRSTlMAVYfd0jtD6qx4JRsP9cd/TzHv4L2mcAP518uzn41jFQnQg+WDAAAArUlEQVQoz43S2w6CMBBF0QOVtlxaQO4Kyvn/n1SbEFqUxP24HtpJZgAMSeRXZfhUCx66F0Cu+FULLKHMUkpDCRtyCuDKEpdfHP/JSghBj0VV5Kmhy3GrtWDzxDtJWq0nxwlw4wMuzRKINzbM4OrZeTzurDc+fyTdv6w9LpQbsDfs4DFqRZctAkY+G1KlK0IG1iwbgI0tIxzqWGLhlIcqR0q3tEZ4KbI9W/HJQbwAYAsf7D/pQ/QAAAAASUVORK5CYII=);
}
.post-share-links .rss-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAclBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACa4vOeAAAAJXRSTlMAulkOTULRzHgp+encjG8G8+7FsqCThmUzLxzjp5ppOy0kvqkVBzWnhwAAANZJREFUGBl1wQdSwzAAAMGz5Bqn916A+/8XkW3IEAZ2+UeRvU92e34LdhbrghfBL2Xgh+DT8sDTY1evSwejKS8+rpW984xXRWkni/SaXf6gM6tHJit6QT1tGpLbwmRCJ9g7H4GmNclJgoNFDtzn6ikCt2zs4AoEky29Y93aCcBKnUcGcWMyOsBxpNZ8m5pUwEUd8zQxCXA32cN+OV8egEqtgFKtia3aRihMGpioK4KdHBirU8jVMbmdAtioa2hMmJVqNQOm6htEE4jbbBtJiizLLkCW8LdP8CUeYbHMQCoAAAAASUVORK5CYII=);
}
.single-post .back-to-blog-link {
  display: inline-block;
  margin: 5px 0 0 20px;
  padding: 8px 0;
  display: block;
  max-width: 190px;
  text-align: center;
}


.navbar-nav,
.navbar-nav > li {
  float: none;
}
.navbar {
  margin: 0;
  border: none;
}
.classes-description-section {
  margin: 0 auto;
  max-width: 790px;
}
.classes-list-holder {
  position: relative;
}
.classes-list-wrapper {
  padding-top: 30px;
}
.classes-list-block {
  position: absolute;
  top: 40px;
  left: 10px;
  font-family: "avenirBlack";
  color: #fff;
  background: #1f1f1f;
  width: 250px;
  padding: 15px 20px 0;
  font-size: 18px;
  z-index: 10;
}
.classes-list-block.fixed {
  position: fixed;
  top: 40px;
  left: inherit;
  margin-left: 10px;
}
.classes-list-block .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.classes-list-block .classes-list {
  margin: 0 -20px;
}
.classes-list-block a {
  color: #fff;
  display: block;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
}
.classes-list-block .active a,
.classes-list-block a:hover {
  background: #fff;
  color: #000;
}
.classes-list-block .active a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 11px;
  border-color: transparent transparent transparent #fff;
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 100%;
}
.class-item {
  padding-top: 35px;
}
.class-item:first-child {
  padding-top: 0;
}
.class-item .item-content {
  float: right;
  margin-right: 10%;
  width: 56%;
}
.class-item .item-content a {
  color: #fff;
}
.class-item .item-content a:hover {
  text-decoration: underline;
}
.classes-list-wrapper .content-box-title {
  margin-bottom: 10px;
}
.item-content h4 {
  text-transform: uppercase;
  font-family: "avenirRoman";
  font-size: 14px;
}
.class-divisions-holder {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #fff;
}
.class-divisions-holder .title {
  text-transform: uppercase;
  font-family: "avenirBlack";
  font-size: 18px;
  margin-bottom: 10px;
}
.class-divisions-holder .class-row {
  border-top: 2px solid #fff;
  padding: 5px 0;
}
.class-divisions-holder .class-row:first-child {
  border: none;
}
.class-divisions {
  margin-bottom: 30px;
}
.class-divisions .col-left,
.class-divisions .col-right {
  float: left;
  width: 75%;
}
.class-divisions .col-right {
  text-align: right;
  width: 25%;
}
.class-divisions .col-right a {
  text-decoration: none;
}
.classes-list-wrapper ul li:before {
  top: 5px;
  background: #fff;
}
.class-links a {
  background: #262526;
  border: 1px solid transparent;
  font-family: "avenirBlack";
  padding: 8px 20px;
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
}
.layout .class-links a:hover {
  background: #fff;
  color: #262526;
  text-decoration: none;
}
.class-links a:first-child {
  margin: 0;
}
.class-img-wrapper {
  position: relative;
  margin-top: 45px;
}
.class-img-wrapper:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 21px 0 21px;
  border-color: #E11B70 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  content: " ";
}


.timetable-schedule-block {
  text-align: left;
  max-width: 485px;
  margin: 0 auto;
  font-family: "avenirBlack";
}
.timetable-schedule-row {
  border-top: 1px solid #fff;
  padding: 3px 0 6px;
}
.timetable-schedule-row:first-child {
  border: none;
  padding-top: 0;
}
.timetable-schedule-block .full-width {
  margin-top: 13px;
}
.timetable-schedule-block .col-left {
  width: 75px;
  margin-right: -75px;
  float: left;
}
.timetable-schedule-block .col-right {
  padding-left: 75px;
}
.timetable-holder {
  margin: 35px auto 40px;
  max-width: 915px;
}
.timetable-holder .category-label {
  float: left;
  margin: 8pt 35px 0 0;
}
.timetable-holder .legend {
  float: right;
}
.timetable-holder .legend-item {
  display: inline-block;
  margin-left: 20px;
}
.timetable-holder .legend-item:first-child {
  margin: 0;
}
.timetable-holder .legend-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 4px;
}
.timetable-holder > h3 {
  color: #000;
  font-family: "avenirBlack";
  font-size: 35px;
  clear: both;
}
.hr {
  height: 1px;
  background: #000;
  margin: 6px 0;
}

/* override timetable pugin's styles */
.tt_timetable .event,
.tt_timetable .event:hover {
  background: #c19ed0;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected,
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
  padding: 8px 70px 8px 40px !important;
  width: auto !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAMAAABhV5WtAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMAyw/yO7+WNB1I6IQMAAAALUlEQVR42l3IuREAIAwAoMTf/Re2k1NKYvX8jIhW9yNLSCWVVFJJJZW8xbx1ADn3AnVUrqDrAAAAAElFTkSuQmCC) no-repeat 95% 58% #292929;
  border-color: transparent;
  color: #fff;
}
/* .sf-timetable-menu li ul {
  max-height: 400px;
  overflow: hidden;
} */
.tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul {
  top: 35px !important;
  border-left: none;
}
.sf-timetable-menu li ul li {
  width: 100%;
  padding: 0 !important;
}
.tabs_box_navigation_icon {
  display: none;
}
.tabs_box_navigation label {
  font-family: "avenirBlack";
  font-size: 15px !important;
}
.timetable-holder .top_hour,
.timetable-holder .bottom_hour {
  display: none;
}
.sf-timetable-menu li ul li a:hover,
.sf-timetable-menu li ul li.selected a:hover {
  background: #47077B;
}
.events_categories_filter {
  display: none;
}
.events_categories_filter.main {
  display: block;
}
table.tt_timetable {
  margin-top: 0;
}
.tt_timetable thead {
  display: none;
}
.tt_timetable tr {
    background-color: #f0f0f0 !important;
}
.tt_timetable td.tt_hours_column {
  width: 6%;
  text-transform: lowercase;
  background: #c19ed0;
  color: #fff;
}
.tt_timetable .event a,
.tt_timetable .event .event_header {
  font-weight: normal;
  font-family: "avenirRoman";
}


.estore-description {
  padding-bottom: 50px;
}
.estore-description a {
  text-decoration: underline;
}
.products-list-holder,
.product-holder {
  max-width: 915px;
  margin: 35px auto 0;
}
.sort-list-holder .label,
.sort-list-holder .select-holder {
  float: left;
}
.sort-list-holder .label {
  margin: 7px 20px 0 0;
}
.sort-list-holder label.select-holder::before {
  top: 18px;
}
.sort-list-holder .select-holder {
  max-width: 210px;
}
.sort-list-holder select {
  padding: 8px 35px 8px 20px;
  margin: 0;
}
.cart-block {
  float: right;
  padding: 9px 22px 9px 47px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAMAAAD4tU6IAAAAdVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5WX1YAAAAJnRSTlMAEZnw2vzrtOHIv6yHa2MWCAP06NWunI9NPDEnpZ6CenRaWUUdEq4fhvkAAACjSURBVHgBlcrnToNwHEDRWwrYQsvoHu5x3/8RNTGQSPX/i+fzYdQ+lA6K/KnnRrvwh5obmRMnphbqMvt2yNWMqbneM+hyvfutNIyOf5Q1o9W/Sz/7ci30OBt87HXZMTiXJuQXoDKpBnKTlkBp0gJ60zbQGui4GnjnbODCycAbjYEXng2sWRl45GAgY2+gpjJQsTOwY2tgS2GgYGNgTjM3qXz9BAAKa8Zl65O2AAAAAElFTkSuQmCC) no-repeat 23px 8px #e0e1e3;
  position: relative;
  min-width: 240px;
  text-align: center;
  background-size: 17px;
}
.cart-block .price {
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
}
.cart-block .price:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: " ";
  border-left: 1px solid #313133;
  height: 11px;
}
.cart-block .cart-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #eeeeef;
  display: none;
  z-index: 100;
  padding: 25px 13px 0;
  font-family: "avenirMedium";
  color: #6d6f72;
  text-align: left;
}
.cart-block:hover .cart-dropdown {
  display: block;
}
.cart-dropdown .col-left,
.cart-dropdown .col-right {
  float: left;
  line-height: 16px;
}
.cart-dropdown .col-left {
  width: 65px;
  margin-right: 10px;
}
.cart-dropdown .col-right {
  width: 135px;
}
.cart-dropdown .title {
  padding-right: 18px;
}
.layout .cart-dropdown .product {
  padding-bottom: 21px;
  border-bottom: 2px solid #eeeeef;
  margin-bottom: 13px;
  position: relative;
}
.delete-from-cart .item-close {
  position: absolute;
  background: transparent;
  top: -5px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAUVBMVEUAAADS1NbR09XR09XR09XR09XR09XR09XR09XR09XR09XR09XR09XR09XR09X////s7e75+fna3N3y8/PV1tff4OHR09X29vfX2drn6Ojk5ebnlWiIAAAAD3RSTlMA8kUo+sfcmj/d2L+imSmY5HQLAAAAmElEQVR42m2QSRbEIAhEcc7YilOG+x+0A8ZsklrxrA8WAEuuVmu7SuhScwzoPYY4K2ANIvhbQQzMiOQfJUGcYebhDICMV1EyXkQlM0pwDO3FYz4Zc2CRii0fJXInWtD33Eq9JA2iFWeuqT9NbIaajrxx4whLoFH0WdzZXFqIvZCfC4d4R30v9PtcmzjTj2MUdEk3ajG5dsI/D58PCOJATxUAAAAASUVORK5CYII=) no-repeat 0 0;
  text-indent: -9999pt;
  padding: 0;
}
.delete-from-cart .item-close:active {
  box-shadow: none;
}
.cart-dropdown .thumb-holder {
  width: 65px;
  height: 65px;
  text-align: center;
}
.cart-dropdown .title a,
.cart-dropdown .price {
  color: #313133;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.cart-dropdown .size span,
.checkout-products-list .size span {
  text-transform: uppercase;
}
.cart-dropdown .price {
  font-family: "avenirBlack";
}
.cart-dropdown .price:before {
  display: none;
}
.cart-dropdown .subtotal {
  text-transform: uppercase;
  font-family: "avenirBlack";
  color: #313133;
}
.cart-dropdown .subtotal div {
  display: inline-block;
  width: 48%;
}
.cart-dropdown .subtotal .value {
  text-align: right;
}
.cart-dropdown .view-cart {
  background: #47077B;
  color: #fff;
  display: block;
  margin: 16px -15px -2px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
.cart-dropdown .view-cart:hover {
  opacity: .8;
}
.products-list {
  margin: 30px 0 35px;
}
.products-list .col {
  margin-bottom: 25px;
}
.products-list .thumb-holder {
  border: 1px solid #eeeeef;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 13px;
}
.products-list .thumb-holder img {
  max-height: 100%;
}
.products-list .thumb-holder:hover img {
  transform: scale(1.1);
}
.products-list .title {
  font-family: "avenirMedium";
}
.products-list .price {
  font-family: "avenirBlack";
}
.layout .buy-product-link,
.edit-cart-item-form .submit {
  background: #5d168b;
  color: #fff;
  font-family: "avenirBlack";
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid #5d168b;
  transition: all .5s ease;
  text-decoration: none;
}
.layout .buy-product-link:hover,
.edit-cart-item-form .submit:hover {
  color: #5d168b;
  background: #fff;
}


.breadcrumbs {
  font-family: "avenirMedium";
  margin: 25px 0 30px;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #404042;
}
.added-to-cart-message {
  font-family: "avenirBlack";
  background: #e0e1e3;
  text-align: center;
  margin: 0 0 30px;
  padding: 10px;
  display: none;
}
.product-holder .product {
  margin-bottom: 60px;
}
.added-to-cart-message span {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEoqZZAAAAGXRSTlMA+vZpX+7f0b6wknpRRywnGhAI18aDWDsVyUrcywAAAFVJREFUCB0FwYUBAzEABCCSd7fa7b9oAQBstQGAo0sLgOvJBABT+gsA75QvANZkASfYa0awZL759elOsJUMuzFZAZ+S+kpmAG2SDDcATVIPAGhKC/AHb4kD8tO8ME0AAAAASUVORK5CYII=) no-repeat 0 0;
  padding-left: 30px;
}
.product-gallery,
.product .product-details {
  width: 38%;
  float: left;
}
.product-gallery {
  width: 55%;
  margin-right: 7%;
}
.product .product-details {
  float: right;
}
.product-gallery .full-img-holder,
.product-gallery .preview-holder li {
  border: 2px solid #eeeeef;
  text-align: center;
  transition: border-color .3s ease;
}
.easyzoom img {
  max-width: none !important;
}
.product-gallery .preview-holder {
  margin-top: 15px;
}
.product-gallery .preview-holder li {
  float: left;
  margin: 0 8px 8px 0;
  cursor: pointer;
  max-width: 159px;
}
.product-gallery .preview-holder li:last-child {
  margin: 0;
}
.product-gallery .preview-holder li.active,
.product-gallery .preview-holder li:hover {
  border-color: #47077B;
}
.full-img-holder .img-holder {
  display: none;
}
.full-img-holder .img-holder.active {
  display: block;
}
.product-details .title {
  font-family: "avenirMedium";
  text-transform: none;
  font-size: 35px;
}
.product-details .price {
  font-family: "avenirBlack";
  font-size: 25px;
  margin-top: -5px;
}
.product-form {
  margin-top: 25px;
}
.size-holder,
.quantity-holder {
  font-family: "avenirMedium";
}
.size-holder .label,
.size-holder .sizes-list,
.quantity-holder .label {
  float: left;
}
.size-holder .label,
.quantity-holder .label {
  width: 22%;
  margin-top: 15px;
}
.size-holder .sizes-list {
  width: 78%;
}
.sizes-list .icr-item {
  display: none;
}
.sizes-list label {
  float: left;
}
.sizes-list label,
.sizes-list span {
  display: block;
  text-align: center;
}
.sizes-list .icr-label {
  border: 1px solid #eeeeef;
  display: block;
  padding: 9px;
  text-align: center;
  width: 55px;
  margin: 0 8px 8px 0;
  transition: border-color .3s ease;
}
.sizes-list .icr-label.checked,
.quantity-holder input:focus {
  border-color: #47077B;
}
.quantity-holder {
  margin: 15px 0;
}
.quantity-holder input {
  background: transparent;
  border: 1px solid #eeeeef;
  max-width: 55px;
  padding: 18px 5px;
  text-align: center;
  transition: border-color .3s ease;
}
.product-form .submit-holder {
  position: relative;
}
.product-form .submit {
  color: #fff;
  font-family: "avenirBlack";
  text-align: center;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAdCAMAAAD4tU6IAAAAb1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v0wLRAAAAJHRSTlMAEYjw1wbqwLSZ+96vGvXjrKGRcWlmYk49MSfLyY6Ce1pFFQIVNf1UAAAAoElEQVR4AZXKaU7CUBhA0UuH1g5lABnAWe/+16iJ4SUWfV88vw/JtClNhpeaG9PKH0ZudM4cmVupbfFtW6kdc6VuuKorvfut7Em2f5R7kuLfpV58ufT6tEhGfay5OjVmDGegNWsNVGY9AI1ZA3yYt4R3AzUXAxMnA2eOBt44GHhlZ2BHYeCZzkDHaGBNa6ClMlDRGGjoDfQsDZTsy2AcPgFUM2X9HarhkgAAAABJRU5ErkJggg==) no-repeat 22% 11px #47077b;
  background-size: 17px;
}
.product-form .spinner {
  position: absolute;
  top: -2px;
  right: 20px;
  display: none;
}
.product-form.waiting .spinner {
  display: block;
}
.spinner {
  width: 42px;
  height: 42px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.size-chart {
  margin: 15px 0 30px;
}
.size-chart a {
  font-family: "avenirMedium";
  text-decoration: underline;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAAjCAMAAAB7JH4gAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMA8YctPLQe4dKaGffm5V8E7NnGSz8PuWnqagAAAKxJREFUeAHt17uuxCAMhOFhl12OgUAuybz/o54mkiskFGld+e+msL7aQJaFdwF4U4v4UPsi6XgBL11/+FL7IFJ7A4F3i2QgJ9IKJFOG0BKkoNqCFbQF6aCDDjro4G/B1jdq5xVG4Hqd1LbeHoJcSa0EjkCGMjibB8cpOJE16GDpiJxKAOFUEb0MQcqxc6rQWuBU+yEcgAY5+CgHK02rEJomyImGpawfsEGLZPwDMYMoaF2iVmsAAAAASUVORK5CYII=) no-repeat 100% 0;
  background-size: contain;
  padding-right: 70px;
}
.product .product-description {
  font-family: "avenirMedium";
}


.checkout-steps-map-holder {
  font-family: "avenirMedium";
  margin: 25px auto 0;
  max-width: 915px;
  font-size: 12px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c9cb;
}
.checkout-steps-map-holder .step {
  display: inline-block;
  position: relative;
  margin-left: 12%;
  width: 115px;
  vertical-align: top;
}
.checkout-steps-map-holder .step:after {
  background: #c7c9cb;
  border-radius: 25px;
  content: " ";
  height: 5px;
  left: 104%;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 88%;
}
.checkout-steps-map-holder .step.done:after {
  background: #a8cb17;
}
.checkout-steps-map-holder .step:first-child {
  margin: 0;
}
.checkout-steps-map-holder .step:last-child:after {
  display: none;
}
.checkout-steps-map-holder .box {
  border: 5px solid #c7c9cb;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  padding: 17px 0;
  font-size: 24px;
  margin: 0 auto 10px;
}
.checkout-steps-map-holder .done .box {
  border-color: #a8cb17;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMA9fnQsGZIJQfgv5NVUDksGxPs5ci4noh9YQy+grjAAAAAYUlEQVQIHVXBBRLCUBAFwbdf44LD3P+ekCC1dOtPSVXebGQ5a0ts5HTYLKeHLOcOSc4UaFe9PLRbjoRJG4tVUnOCm3aGZekCnd6KQbrCYdFHCWxG/YwB6OUMgdjIG85VX08pWwT9gzL/ygAAAABJRU5ErkJggg==) no-repeat 50% 50% #a8cb17;
}

.checkout-content {
  margin: 0 auto;
  max-width: 915px;
  padding-bottom: 40px;
}
.checkout-products-list {
  padding-top: 30px;
}
.checkout-products-list .item {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #c7c9cb;
}
.checkout-products-list a {
  text-decoration: none;
}
.checkout-products-list .item:first-child {
  margin: 0;
}
.checkout-products-list .thumb-holder {
  border: 1px solid #eeeeef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 188px;
  text-align: center;
}
.checkout-products-list .thumb-holder a {
  height: 100%;
  max-width: 100%;
}
.checkout-products-list .thumb-holder img {
  max-height: 100%;
}
.checkout-products-list .thumb-holder:hover img {
  transform: scale(1.1);
}
.checkout-products-list .title {
  text-transform: none;
}
.checkout-products-list .product-edit-links {
  margin-top: 15px;
}
.checkout-content .change-section {
  display: none;
}
.checkout-content .show-options .change-section {
  display: block;
}
.edit-cart-item-form .label {
  font-family: "avenirBlack";
  margin: 10px 0 5px;
}
.edit-cart-item-form select {
  text-transform: uppercase;
}
.product-edit-links a,
.product-edit-links .submit,
.cart-edit-cancel {
  display: inline-block;
  background: #262526;
  color: #fff;
  font-family: "avenirBlack";
  padding: 10px 30px;
}
.product-edit-links .remove,
.cart-edit-cancel {
  background: transparent;
  color: #c7c9cb
}
.product-edit-links .remove:hover,
.cart-edit-cancel:hover {
  color: #313133;
  background: #f2f1f1;
}
.checkout-products-list .price {
  text-align: right;
  font-size: 18px;
  padding-right: 13px;
}
.checkout-details .col-left,
.checkout-details .col-right {
  float: left;
  width: 50%;
}
.checkout-details {
  margin-top: 30px;
}
.checkout-details .col-right {
  width: 35%;
  margin-left: 15%;
}
.checkout-details p {
  max-width: 380px;
}
.empty-cart-message {
  font-family: "avenirMedium";
  font-size: 16px;
  margin-top: 30px;
}
.checkout-details form,
.checkout-details label {
  font-size: 18px;
}
.checkout-details .subtotal span:first-child {
  padding-left: 30px;
}
.checkout-details .value {
  float: right;
  padding-left: 15px;
}
.checkout-details .subtotal,
.checkout-details .total {
  text-transform: uppercase;
  font-family: "avenirBlack";
}
.checkout-details .delivery {
  margin-bottom: 10px;
}
.checkout-details .delivery .value {
  text-transform: uppercase;
}
.checkout-content .icr-item {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border-color: #ccced0;
}
.checkout-content .checked .type_radio::after {
  width: 11px;
  height: 11px;
  background: #5d168b;
}
.checkout-details .total {
  border-bottom: 1px solid #ccced0;
  border-top: 1px solid #ccced0;
  padding: 10px 0 10px 30px;
  margin-bottom: 20px;
}
.submit-holder,
.submit-wrapper {
  position: relative;
}
.submit-wrapper {
  display: inline-block;
}
.checkout-details .submit {
  float: right;
  font-size: 14px;
}
.checkout-spinner {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 0;
  right: 2px;
  display: none;
}
.pickup-form .checkout-spinner {
  top: 9px;
  right: -2px;
}
.waiting .checkout-spinner {
  display: block;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
body .pickup-modal {
  padding-bottom: 25px;
}
.pickup-modal .title {
  margin-bottom: 30px;
}
.pickup-modal .select-label,
.pickup-modal .select-holder {
  float: left;
  width: 32%;
}
.pickup-modal .select-label {
  margin-top: 10px;
  text-align: left;
}
.pickup-modal .select-holder {
  width: 68%;
}
.pickup-modal select,
.checkout-content select {
  background: #eeeeef;
  padding: 9px 20px;
  color: #313133;
  font-family: "avenirRoman";
}
.pickup-modal label.select-holder:before,
.checkout-content label.select-holder:before
 {
  border-color: #000 transparent transparent transparent;
  margin-top: -8px;
}
.pickup-modal .required-tip {
  float: left;
  margin-top: 15px;
}
.pickup-modal .submit {
  float: right;
  margin-top: 10px;
  padding: 10px 35px;
}
.checkout-page .remodal-overlay {
  background: rgba(88, 91, 96, 0.3);
}

.customer-details {
  padding-top: 25px;
}
.customer-details .title {
  text-transform: none;
  margin-bottom: 20px;
}
.customer-details .subtitle {
  font-family: "avenirBlack";
  margin-bottom: 15px;
}
.customer-details .required-tip {
  margin-top: 40px;
}
.customer-details .col-right .required-tip {
  display: none;
}
.customer-details .pickup-class .label,
.customer-details .pickup-class input,
.customer-details .pickup-class .select-holder {
  float: left;
  width: 38%;
}
.customer-details .pickup-class .label {
  font-size: 13px;
  margin-top: 10px;
 }
.customer-details .pickup-class input,
.customer-details .pickup-class .select-holder {
  width: 62%;
}
.customer-details .country-holder {
  padding: 8px 15px;
  margin-bottom: 10px;
}
.customer-details .col-right .country-holder {
  padding: 8px 0;
}
.customer-details .address-type {
  margin: 25px 0 15px;
}
.customer-details .form-bottom {
  margin-top: 50px;
}
.customer-details .submit-holder {
  margin-top: 30px;
  text-align: right;
}
.customer-details .submit-holder a,
.customer-details .submit {
  float: none;
  padding: 10px 48px;
  margin-left: 5px;
  text-decoration: none;
}
.customer-details .submit-holder a:hover {
  opacity: .8;
}
.final-details-row {
    padding: 30px 0;
    border-top: 1px solid #d2d4d5;
}
.final-details-row:first-child {
  border: none;
}
.final-checkout-details .col-title {
  font-family: "avenirBlack";
  margin-bottom: 15px;
}
.final-checkout-details .col-left,
.final-checkout-details .col-right {
  float: left;
}
.final-checkout-details .col-left {
  width: 47%;
  margin-right: 5%;
}
.final-checkout-details .col-right {
  width: 48%;
  margin: 0;
}
.final-details-row.total-result {
  font-family: "avenirBlack";
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  padding: 12px 0;
}
.final-details-row.total-result span {
  display: inline-block;
  margin-left: 80px;
}
.final-checkout-details .submit-holder {
  margin-top: 0;
  padding-top: 45px;
}
.final-checkout-details .submit-wrapper {
  overflow: hidden;
  vertical-align: middle;
}
.final-checkout-details .prev-checkout-page-link {
  vertical-align: sub;
}
.final-checkout-details .checkout-spinner {
  background: #47077b;
  opacity: 0.7;
  width: 400px;
  height: 400px;
  top: -180px;
  right: -200px;
}
.final-checkout-details .to-pay {
  margin: 0;
}
.layout .final-checkout-details .submit {
  padding: 11px 20px;
}
.checkout-thanks-message {
  text-align: center;
  margin: 45px 0 245px;
  font-size: 13px;
}

.sitemap-holder,
.index-content {
  margin: 40px 0;
}
.sitemap-holder li {
  margin: 5px;
}
.sitemap-holder ul ul {
  padding-left: 20px;
}
.index-content p {
  margin-bottom: 10px;
}


/* 
  $FOOTER
 */
.footer {
  background: #262526;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: "avenirHeavy";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .col-wrapper {
  padding-left: 40px;
}
.footer a {
  color: #fff;
  overflow: hidden;
}
.footer .social-links {
  margin: 15px 0 10px;
}
.footer .social-links li {
  display: inline-block;
  margin-right: 8px;
}
.footer .social-links a {
  text-indent: 9999pt;
  display: block;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.footer .menu li {
  margin-bottom: 3px;
}
.footer .fb-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATBAMAAACAfiv/AAAALVBMVEUAAAD9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f1WRPKQAAAADnRSTlMAS2m7iDQkdxDQq6FbG/DYLMEAAABGSURBVAjXYwABaWNTBghgeffuIZSZh2Ceeze9DMrUe6cAZbX6vXONgDDl3gHVIphPEcy3EGaK3bslDnATBBhowRQ2DgBRAG3NJKiy4zl2AAAAAElFTkSuQmCC);
}
.footer .instagram-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAYFBMVEUAAAD9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f0KLMjKAAAAH3RSTlMAu4fwxBEt25l46KuRbAfkzLKlc1pKPyd9ZiMdFotPJUsoMgAAAJNJREFUGNNt0NkOgjAUhOEBKl1A9l103v8t5dDEFvVPuPlC2maAR5mE2juONsdLBYCOoWRdC05AHVkKWC5A9m3p1ZS1SWRmHBpKpzljNOUJVcPWFKcpQDtIL/bIvZ2fNPMZTNeQxvi/0p+nOAfbHUu51yAYcs2jrooN1ZDaHIC3WiNu4iK79Pvt06xkly372e/fzm9JzhMoIUpGgQAAAABJRU5ErkJggg==);
}
.footer .rss-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAAYFBMVEUAAAD9/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f0KLMjKAAAAH3RSTlMAA0pDCCPyJ+vccDIS+OPQsJ+ajFY8Lb6plWFOF7Z06MXNTQAAAK9JREFUGFdlj0dyw0AMwLBNvVhyLwn+/8scrHgch0fMECAZjqfMx0S1XWP4ZOrU5X9M2/hiofS3pVF1/0cQDrPqbtt/pDoAoRvVXfj1VZcE9I26f2ucC5RJjW/dKkI/apuBUNK+Ucc7dGq3ZYdVrWrCrNProG/1DIfNGOIhw6ImQqMr8KVz5lHpBRZtoVe9w1WrwE3NnHw6olpzVGu4Pl+q1URRj0A5AYSU0kBOKQ0/7rYRxe17SBMAAAAASUVORK5CYII=);
}
.footer .security-seal {
  background: #d4d5d7;
   color: #313133;
   display: inline-block;
   font-family: "avenirRoman";
   margin: 18px 0 10px;
   padding: 13px 19px;
}
.footer .copyrights {
  font-family: "avenirRoman";
}


/* Override remodal plugin styles */
.remodal-overlay {
  background: rgba(0,0,0,.85);
}
.remodal {
  max-width: 605px;
  color: #000;
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 13px;
}
.remodal .error-message {
  display: none;
}
.remodal-close:before {
  display: none;
}
.remodal-close {
  left: inherit;
  right: 10px;
  top: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAF3RSTlMAKP1Eacnq3dRwmga9Pw7upTPz1oh3IonnTvkAAACLSURBVBgZBcGFAQNBDAAgkvPX+v6jFoCyjcyxFQBxzBX7HmseAZy9AtR+QvQCQOmBVgGgNsoEAGaxLfzy45kV1mYE1Hy2A8SQOzjyvsCeXjuo2YArvQOu+5FfEMNjwdF87h+shzLxzSdjwCy0CgC1IXoBoPSAs1eA2k8g2lyxX7FmCwBlG/l6bwX8AZu4BBZkzo/7AAAAAElFTkSuQmCC) no-repeat 0 0;
  width: 18px;
  height: 18px;
}
header.header.header-blog {
  max-height: 450px;
  overflow: hidden;
}
.header-blog .header-wrapper{
  background: rgba(255,255,255, .6);

}
.header-blog .header-bg-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-blog .header-wrapper{
  margin-left: -9999pt;
  margin-right: -9999pt;
  padding-left: 9999pt;
  padding-right: 9999pt;
}

#register_section{
	background: #451579;
	padding-top: 128px;
    padding-bottom: 128px;
}

.content_box{
	text-align:center;
}
.comon_btn{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	    width: 256px;
    height: 73px;
    line-height: 73px;
    padding: 0;
    font: 14px/1.2 'avenirRoman', sans-serif;
    font-size: 27px;
    color: #451579;
    background: #f2f2f2;
    display: block;
    margin: 0 auto;
	text-decoration:none !important;
}

.btn_transparent{
	    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}
.comon_btn:hover{
	    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn_transparent:hover{
	    background: #fff;
    border: 2px solid #fff;
    color: #451579 !important;
}

.table-responsive{
	    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#class_section p{
	background: #ffffff;
    margin-top: 0;
	color: #451579;
	text-align:left;
	margin-bottom:30px;
	font-weight:700;
	font-size:16px;
}

.table-bordered tr{
	    border-top: 2px solid #451579;
}

.table-bordered tr td{
	    color: #451579;
}

.table td, .table th{
	 padding: 12px 10px;
    vertical-align: top;
	text-align: left;
}
.table-bordered tr:last-child{
	    border-bottom: 2px solid #451579;
}
.table-bordered tr{
	    border-top: 2px solid #451579;
}

#offer_section{
	    background: #abc830;
}

#offer_section .text-center{
	text-align:center;
}

#offer_section h2{
	color:#fff;
}
#offer_section p{
	margin-top:30px;
	margin-bottom:30px;
	font-size:27px;
	color:#fff;
	font-weight:700;
}
.comon_btn:before{
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.comon_btn:hover:before, .comon_btn:focus:before, .comon_btn:active:before{
	    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.comon_btn:hover, .comon_btn:focus, .comon_btn:active{
	    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#gallery_section .comon_gallery{
	    border-radius: 0;
    background: #f7f7f7;
    padding: 15px;
}
.img-fluid{
	max-width: 100%;
    height: auto;
}

.content-box-pink{
	    background: #e11b70;
}

#video_section p{
	        margin-bottom: 19px;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
}

#register_section p{
	color: #ffffff;
    margin-top: 35px;
    margin-bottom: 0;
	font-size:27px;
}

.table-bordered tr td:first-child{
	font-weight:700;
}

.gallery_image{
	    background: #f7f7f7;
		padding-top:15px;
		padding-bottom:15px;
}

.comon_btn{
	font-weight:700;
}

#register_section .comon_btn{
      color: #451579; 
}

#register_section .comon_btn:hover{
  color:#fff;
}



