body {
  height: 100%;
  /*background-color: #383838;*/
  font-family: apercu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  font-family: 'fugue';
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'fugue';
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'fugue';
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform:uppercase;
  font-family: 'fugue';
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'fugue';
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'fugue';
}

p {
  margin-bottom: 10px;
  font-family: apercu, sans-serif;
  font-size: 13px;
}

a {
  color: #666;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

input
{
	border-radius:0px;
	
}

input[type=text],input[type=submit]
{
	-webkit-appearance: none;
	border-radius:0px;
}



img
{
	height:auto;
	max-width:none;
}


/*  Fonts    */
@font-face {
  font-family: 'fugue';
  src: url(../fonts/fugue_regular.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fugue';
  src: url(../fonts/fugue_regular_italic.otf) format('opentype');
  font-weight: normal;
  font-style: italic;
}


/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Andrew Blauvelt Cranbrook Art Museum
 */

@font-face {
    font-family: 'apercu';
    src: url('../fonts/apercu-regular-pro.eot');
    src: url('../fonts/apercu-regular-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apercu-regular-pro.woff2') format('woff2'),
         url('../fonts/apercu-regular-pro.woff') format('woff'),
         url('../fonts/apercu-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'apercu';
    src: url('../fonts/apercu-italic-pro.eot');
    src: url('../fonts/apercu-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apercu-italic-pro.woff2') format('woff2'),
         url('../fonts/apercu-italic-pro.woff') format('woff'),
         url('../fonts/apercu-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'apercu';
    src: url('../fonts/apercu-bold-italic-pro.eot');
    src: url('../fonts/apercu-bold-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apercu-bold-italic-pro.woff2') format('woff2'),
         url('../fonts/apercu-bold-italic-pro.woff') format('woff'),
         url('../fonts/apercu-bold-italic-pro.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'apercu';
    src: url('../fonts/apercu-bold-pro.eot');
    src: url('../fonts/apercu-bold-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apercu-bold-pro.woff2') format('woff2'),
         url('../fonts/apercu-bold-pro.woff') format('woff'),
         url('../fonts/apercu-bold-pro.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



/*    End fonts   */

.collection_search
{
	margin-right:20px;
	padding:10px;
	width:25%;
}

.contain p
{
	color: #000;
    font-family: apercu,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}


.clear_both
{
	clear:both;
	margin-bottom: 20px;

}

.clear_both_no_margin
{
	clear:both;
}

.book-price {
    font-size: 16px;
    margin-top: 10px;
}

.exhibit-share-box {
    padding-top: 20px;
}

.button, input.button, .post-password-form input[type=submit], .subscribe2 input[type=submit] {
  display: inline-block;
  margin-top: 11px;
  padding: 4px 20px;
  border: 0px none #4978d6;
  border-radius: 0px;
  background-color: #002a5c;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 115% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: apercu, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button.floatright.events.large-font
{
	font-size:40px;
	padding:40px;
}

.button.floatright.events.large-font:hover
{
	padding-right:50px;
	padding-left:30px;
	background-position:95% 50%;
}

.subscribe2 input[type=text]
{
	width:50%;
	padding:7px;
}


a.button.events, .post-password-form input[type=submit], .subscribe2 input[type=submit]
{
	background-color:#fff;
	border:1px solid #000;
	color:#000;
}

a.button.events:hover, .post-password-form input[type=submit]:hover, .subscribe2 input[type=submit]:hover
{
	background-color:rgba(0,0,0,.25);
}


 .post-password-form input[type=submit]:hover, .subscribe2 input[type=submit]:hover
 {
	 background-position: 91% 50%;
	 padding-left: 10px;
	 padding-right: 30px;
 }

.button:hover {
  padding-right: 30px;
  padding-left: 10px;
  border-color: #ef413b;
  background-color: #ef413b;
  background-position: 91% 50%;
}

.button.view-classes-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -17px;
  z-index: 10;
  display: block;
  width: 190px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
}

.button.slide-button {
  margin-top: 35px;
  border-color: #002a5c;
  background-color: #002a5c;
  font-family: apercu, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.button.red {
  margin-right: 8px;
  border-color: #ef413b;
  background-color: #ef413b;
}

.button.red:hover {
  border-color: #db302a;
  background-color: #db302a;
}

.button.outline {
  border-color: #fff;
  background-color: transparent;
}

.button.outline.dark-outline {
  border-color: #000;
  color: #000;
}

.button.outline.dark-outline:hover {
  background-color: #000;
  color: #fff;
}

.button.cta-button {
  margin-top: 4px;
}

.button.pricing-button {
  width: 100%;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.pricing-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button.green {
  border-color: #42c77b;
  background-color: #42c77b;
}

.button.green.full-button {
  display: block;
  width: 100%;
}

.button.green.full-button:hover {
  border-color: #34b36b;
  background-color: #34b36b;
}

.button.page-header-button {
  margin-top: 15px;
  padding-right: 35px;
  line-height: 25px;
}

.button.page-header-button.back {
  padding-right: 20px;
  background-image: url('../images/Icon-arrow-left.png');
  background-position: -22px 50%;
}

.button.page-header-button.back:hover {
  padding-left: 35px;
  background-position: 11px 50%;
}

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

.button.black:hover {
  border-color: #d12721;
  background-color: #d12721;
}

.button.blue:hover {
  border-color: #2a5bbd;
  background-color: #2a5bbd;
}

.button.some-button {
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-color: #3055a0;
  background-color: #3055a0;
  background-image: none;
  line-height: 21px;
}

.button.some-button:hover {
  padding-right: 15px;
  padding-left: 15px;
}

.button.some-button.twitter {
  border-color: #499ed6;
  background-color: #499ed6;
}

.button.some-button.twitter:hover {
  border-color: #ef413b;
  background-color: #ef413b;
}

.button.floatright {
  margin-top: -42px;
  margin-bottom: -2px;
  padding: 3px 25px;
  float: right;
  border: 1px solid #002a5c;
  background-color: transparent;
  color: #002a5c;
}

.button.floatright:hover {
  padding-right: 30px;
  padding-left: 20px;
  background-color: #002a5c;
  color: #fff;
}

.button.floatright.events {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 3px 25px;
  float: none;
  border-color: #000;
  color: #000;
}

.button.floatright.events:hover {
  padding-right: 30px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .25);
}

.button.floatright.events.centered {
  margin-right: auto;
  margin-left: auto;
}

.button.floatright.events.centered.white {
  border-color: #fff;
  font-family: apercu, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}


.hero .button.floatright.events.centered.white
{
	font-family:fugue;
}

.button.floatright.events.centered.member {
  margin-top: 30px;
}

.button.floatright.events.centered.member.noanimate.calendar {
  margin-top: 7px;
}

.button.floatright.events.centered.member.noanimate.after {
  margin-right: 20px;
  margin-bottom: 20px;
}

.button.floatright.events.centered.member.noanimate.after.addaguest {
  background-color: rgba(97, 157, 247, .2);
}

.button.floatright.events.nextpage {
  margin-top: 30px;
  float: right;
}

.fixednavbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  padding-top: 15px;
  
  border-bottom: 0px none hsla(0, 0%, 100%, .2);
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .15);
}

.fixednavbar.dark {
  position: static;
  border-bottom-style: none;
  background-color: #000;
}

.fixednavbar.subpage {
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, .49);
}

.fixednavbar._2 {
  display: none;
}

#content
{
	padding-top:80px;
}

.fixednavbar._1 {
  position: absolute;
  display: block;
  padding-top: 0px;
  
  background-color: transparent;
}

.fixednavbar._1.sticky_menu
{
	background-color:#fff;
}


.fixednavbar._1.solid {
  display: block;
  background-color: #fff;
}

.navbar {
  
  
  background-color: transparent;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: apercu, sans-serif;
  color: #002a5c;
  font-size: 15px;
}

.nav-link:hover {
  color: #a6a6a6;
}

.nav-link.w--current {
  color: #6190ed;
}

#menu-main-menu li.current-menu-ancestor>a
{
	text-decoration:underline;
}

.slick-slider
{
	min-height:410px;
}

.menu-main-menu-container ul, .menu_2 ul
{
	list-style-type:none;
}


.nav-link.dropdown-nav,#menu-main-menu li a,#menu-main-menu-1 li a  {
  margin-right: 5px;
  padding: 0px 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration:none;
  display:block;
}

#menu-main-menu>li>a:hover,  #menu-main-menu-1>li>a:hover {
  color: #619df7;
}

#menu-main-menu.w-nav-menu > li, #menu-main-menu-1.w-nav-menu > li{
	float:left;
	position:relative;
	font-family: apercu,sans-serif;
    margin-bottom: 7px;
    margin-top: 10px;
}

.black_text >li > a
{
	color:#000 !important;
}


#menu-main-menu .sub-menu, #menu-main-menu-1 .sub-menu
{
	position:absolute;
	top:20px;
	left:-9999px;
	width:auto;
	padding-left:0px;
}

#menu-main-menu .sub-menu li, #menu-main-menu-1 .sub-menu li
{
	padding:5px 0px;
	border-bottom:1px solid #888;
	text-align:left;
}

#menu-main-menu .sub-menu li:hover, #menu-main-menu-1 .sub-menu li:hover
{
	background-color:#000;
	color:#fff;
}

#menu-main-menu .sub-menu li:last-child, #menu-main-menu-1 .sub-menu li:last-child
{
	border-bottom-width:0px;
}



#menu-main-menu.w-nav-menu > li:hover > ul.sub-menu, #menu-main-menu-1.w-nav-menu > li:hover > ul.sub-menu
{
	background-color: #bbb;
    left:0px;
    margin-left: 0px;
    text-align: center;
    width: 175px;	
}

#menu-main-menu.w-nav-menu > li > ul.sub-menu > li,#menu-main-menu-1.w-nav-menu > li > ul.sub-menu > li
{
	position:relative;
}

#menu-main-menu.w-nav-menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu, #menu-main-menu-1.w-nav-menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu
{
	left:175px;
	background-color: #bbb;
    margin-left: 0px;
    text-align: center;
    width: 175px;	
	top:0px;
	
}


.menu-button
{
	display:none;
}

#entries
{
	min-height:1681px;
}



.nav-link.dropdown-nav.subtop {
  margin-right: 10px;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.nav-link.dropdown-nav.black {
  margin-top: 7px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: apercu, sans-serif;
  color: #000;
  letter-spacing: 0.25px;
  text-transform: none;
}

.nav-link.subtop {
  margin-right: 0px;
  padding: 3px 0px 0px;
  float: right;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: fugue, sans-serif;
  color: #bbbdc0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */

}

.nav-link.subtop:hover {
  color: #619df7;
}

.hero-section {
  height: 530px;
  margin-top: 93px;
  background-color: #303030;
}

.category-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3766c7;
  color: #fff;
}

.container {
  position: relative;
  
}

.container.centered {
  text-align: center;
}

.category-column-left {
  padding-top: 45px;
  padding-right: 25px;
  padding-left: 0px;
  border-right: 1px solid #2d58ad;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.category-column-left:hover {
  background-color: #2c58b0;
}

.category-column-right {
  padding-top: 45px;
  padding-right: 0px;
  padding-left: 25px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.category-column-right:hover {
  background-color: #2c58b0;
}

.category-block {
  width: 445px;
  height: 380px;
  padding-top: 65px;
  padding-right: 180px;
  float: right;
  background-image: url('../images/Man-bw.png');
  background-position: 100% 50%;
  background-size: auto 380px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 13px;
  text-align: right;
}

.category-block:hover {
  background-image: url('../images/Man.png');
}

.category-block._2 {
  padding-right: 0px;
  padding-left: 180px;
  float: left;
  background-image: url('../images/Woman-bw.png');
  background-position: 0px 50%;
  text-align: left;
}

.category-block._2:hover {
  background-image: url('../images/Woman.png');
}

.section {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.section.tint {
  display: block;
  background-color: #f0f0f0;
}

.section.home-intro {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
  color: #fff;
}

.section.cta-section {
  display: block;
  padding-bottom: 0px;
}

.section.coaches-section {
  margin-bottom: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Foto-7.jpg');
  background-position: 100% 50%;
}

.section.app-section {
  padding-top: 45px;
  padding-bottom: 0px;
}

.category-title {
  font-family: fugue, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.category-title._2 {
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 70px;
  font-weight: 700;
}

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

.classes-tab-pane {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #fff;
}

.classes-tab-menu {
  background-color: #edebeb;
  text-align: center;
}

.classes-tab-button {
  height: 66px;
  padding-top: 24px;
  font-family: apercu, sans-serif;
  color: #919191;
  font-size: 15px;
  text-transform: uppercase;
}

.classes-tab-button:hover {
  background-color: #d6d6d6;
}

.classes-tab-button.w--current {
  background-color: #fff;
  color: #3766c7;
}

.classes-tab-button.w--current:hover {
  background-color: #fff;
}

.classes-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #5a5a5a;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.classes-image-block.large {
  height: 480px;
  background-image: url('../images/Foto-5.jpg');
}

.classes-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px 25px 70px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
}

.classes-block-title {
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.class-read-more-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  width: 100px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 2px;
  background-color: #ef413b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
}

.class-read-more-title:hover {
  background-color: #000;
}

.classes-section {
  display: none;
}

.classes-tab-content {
  overflow: visible;
}

.calendar_checkbox
{
	margin-right:10px;
}

.products .product
{
	list-style-type:none;
	float:left;
	width:33%;
	padding:10px;
	height:375px;
}

.products .product img
{
	display:block;
	margin:0px auto;
}

.products .product h3
{
	clear: none;
    color: #000;
    font-family: fugue,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;	
	text-align:center;
	line-height:20px;
}

.products .product a
{
	text-decoration:none;
	display:block;
	width:200px;
	max-width:100%;
}

.products .product h3:hover
{
	color:#a6c6f7;
}

.products .product .price
{
	font-size: 16px;
    margin-top: 10px;
	text-align:center;
	color:#000;
	margin-left:0px;
	display:block;
	width:100%;
}


/* Main Product Page */
.product .images
{
	width:33%;
	float:left;
	padding-right:5%;
}

.product .images img
{
	width:100%;
	height:auto;
}

h1.product_title
{
	clear: none;
    color: #000;
    font-family: fugue,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
	line-height:20px;
}

.single-product .price
{
	font-size: 16px;
    margin-top: 10px;
	color:#000;
	margin-left:0px;
	display:block;	
}

.single-product .product_meta
{
	display:none;
}

.single-product .wc-tabs
{
	display:none;
}

.single-product .summary, .single-product .wc-tab
{
	float:left;
	width:66%;
}

#tab-description p{
	font-weight:400;
	font-family:apercu;
	font-size:16px;
	line-height:22px;
}

#tab-description h2
{
	display:none;
}

#tab-description
{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #000;
}

.woocommerce-message
{
	margin-bottom:25px;
}


.woocommerce-error
{
	margin-bottom:25px;
	margin-left:0px;
	padding-left:0px;
}

.woocommerce-error li{
	list-style-type:none;
}

.woocommerce-error a.button, .woocommerce-message a.button
{
	margin-right:20px;
}


.button.single_add_to_cart_button
{
	background-color:transparent;
	border: 1px solid #000;
	color:#000;
}

.button.single_add_to_cart_button:hover
{
	background-color:rgba(0,0,0,.25);
}


.cart input.button, .checkout-button {
  
  border: 1px solid #000 !important;
  background-color: transparent !important;
  background-image: url('../images/Icon-arrow-right.png') !important;
  background-position: 115% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: apercu, sans-serif;
  color: #000 !important;
  border-radius:0px !important;
  padding:10px 20px 10px 20px !important;
}

.cart input.button:hover, .checkout-button:hover {
	background-color:rgba(0,0,0,.25) !important;
	background-position: 97% 50% !important;
	padding:10px 30px 10px 10px !important;
}


 .woocommerce-page .content-area
 {
	 padding-top:140px;
 }

.related.products{
	clear:both;
}

.woocommerce-product-attributes
{
	display:none;
}

label.paragraph, a.paragraph
{
	display:inline;
	color:#000;
	text-transform:uppercase;
	font-weight:300;
	text-decoration:none;
}

.input-text 
{
	padding:5px;
}

.calendar_search
{
	width:100%;
	border: 1px solid #000;
    padding: 8px;
    width: 100%;	
	background-color:#f8f3f3;
	background-image:url('../images/search-box.png');
	background-position:center right;
	background-repeat:no-repeat;
}

.column-title {
  margin-bottom: 6px;
  opacity: 0.4;
  font-family: fugue, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.column-title._2 {
  margin-bottom: 26px;
  opacity: 1;
  font-size: 29px;
  line-height: 27px;
  font-weight: 700;
}

.column-title._2.large {
  margin-top: 7px;
  font-size: 37px;
  line-height: 30px;
}

.about-us-col-left {
  padding-right: 64px;
}

.process-list-item {
  position: relative;
  padding-bottom: 18px;
  padding-left: 48px;
  border-left: 3px solid #ef413b;
}

.process-list-item.last {
  border-left-color: rgba(239, 65, 59, 0);
}

.process-circle {
  position: absolute;
  left: -22px;
  top: 0px;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  border: 3px solid #ef413b;
  border-radius: 100%;
  background-color: #fff;
  color: #ef413b;
  text-align: center;
}

.process-title {
  margin-bottom: 14px;
  font-family: fugue, sans-serif;
  font-weight: 700;
}

.process-number {
  font-family: apercu, sans-serif;
}

.process-paragraph {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 22px;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.hero-slide {
  background-image: url('../images/Cranbrook-Salon-AA2745.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._2 {
  background-image: url('../images/Bertoia-Necklace-wpcf_535x425.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/ReadImage-SE_VieuxBook_fb-wpcf_535x357.jpg');
  background-position: 50% -39px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  padding-top: 271px;
  background-color: transparent;
  background-image: none;
}

.hero-slide-container {
  text-align: center;
}

.hero-slide-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 39px;
  text-transform: uppercase;
}

.hero-slide-title._2 {
  margin-top: 20px;
  color: #ef413b;
  font-size: 32px;
  line-height: 29px;
}

.image-section {
  background-image: url('../images/Image-dark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.program {
  background-image: url('../images/BG-image-1.jpg');
}

.image-section.promo {
  background-image: url('../images/Slide-1.jpg');
  background-attachment: fixed;
}

.image-section.contact {
  background-image: url('../images/Slide-3.jpg');
}

.image-section-overlay {
  display: none;
  padding-top: 190px;
  padding-bottom: 190px;
  color: #fff;
}

.image-section-overlay.program {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: hsla(0, 0%, 96%, .09);
  color: #000;
}

.image-section-overlay.contact {
  padding-top: 240px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.section-title-wrapper.centered {
  margin-bottom: 45px;
  text-align: center;
}

.section-title-wrapper.instructions {
  margin-bottom: 20px;
}

.section-title {
  margin-top: 0px;
  font-family: fugue, sans-serif;
  text-transform: uppercase;
}

.section-title.subtitle {
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
}

.hero-slider-nav {
  padding-bottom: 40px;
  opacity: 0.3;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 10px;
}

.hero-slider-nav:hover {
  opacity: 1;
}

.home-intro-row {
  position: relative;
  z-index: 30;
  margin-top: -150px;
  margin-bottom: 70px;
}

.home-intro-column {
  padding-right: 0px;
  padding-left: 0px;
}

.home-intro-column.first {
  padding-left: 10px;
}

.home-intro-block {
  overflow: hidden;
  width: 100%;
  height: 245px;
  padding: 35px 37px 35px 35px;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  color: #3766c7;
  font-size: 13px;
  line-height: 18px;
}

.home-intro-block._2 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ef413b;
  color: #fff;
}

.home-intro-block._3 {
  border-radius: 0px 4px 4px 0px;
  background-color: #3766c7;
  color: #fff;
}

.block-title {
  margin-bottom: 16px;
  font-family: fugue, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.block-title.small {
  margin-top: 10px;
  margin-bottom: 11px;
  color: #000;
  font-size: 15px;
}

.block-title.small.small-gray {
  color: #949494;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
}

.block-title.orange {
  color: #ef413b;
  font-size: 17px;
}

.trainers-image {
  position: absolute;
  left: -30px;
  bottom: 0px;
  height: 530px;
}

.cta-column-right {
  padding-bottom: 90px;
}

.cta-block {
  overflow: hidden;
  width: 48%;
  padding: 35px 35px 25px;
  float: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .13);
  color: #000;
}

.cta-block._2 {
  float: right;
}

.cta-block._2.map {
  position: relative;
  overflow: hidden;
  height: 387px;
  padding: 0px;
  border-radius: 3px;
}

.cta-title {
  font-family: fugue, sans-serif;
  color: #3766c7;
  font-size: 27px;
  font-weight: 700;
}

.cta-title._2 {
  margin-top: 9px;
  margin-bottom: 37px;
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 400;
}

._3-column-left {
  padding-right: 43px;
}

._3-column-mid {
  padding-right: 25px;
}

.image-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/Foto-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.image-link-block.hiring {
  height: 300px;
}

.image-block-overlay {
  width: 100%;
  height: 100%;
  padding: 35px 25px 35px 35px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.image-block-overlay:hover {
  background-color: rgba(0, 0, 0, .6);
}

.image-block-title {
  margin-bottom: 19px;
  font-family: fugue, sans-serif;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.features-row {
  margin-top: 55px;
}

.features-block {
  padding: 25px 25px 15px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  text-align: center;
}

.features-block:hover {
  background-color: #fff;
}

.feature-block-title {
  margin-bottom: 13px;
  font-family: fugue, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-icon {
  height: 38px;
  margin-bottom: 13px;
}

.feature-paragraph {
  color: #737373;
  font-size: 11px;
  line-height: 19px;
}

.page-image-header {
  background-image: url('../images/Slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-image-header.personal-trainers {
  background-image: url('../images/Slide-1.jpg');
  background-position: 50% 36%;
}

.page-image-header.pricing {
  background-image: url('../images/Slide-2.jpg');
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 46px;
}

.page-header-title.subtitle {
  margin-top: 13px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.page-header-title.subtitle.small-subtitle {
  font-size: 14px;
  line-height: 6px;
}

.page-header-title.small {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
}

.logo-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
}

.logo-subtitle {
  opacity: 0.5;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.simple-page-header {
  padding-top: 160px;
  padding-bottom: 33px;
  background-color: #000;
}

.blog-post {
  display: block;
  width: 100%;
  padding-top: 55px;
  padding-right: 45px;
  padding-bottom: 55px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  text-decoration: none;
}

.blog-post:hover {
  background-color: #f2f2f2;
}

.blog-post-image {
  width: 270px;
  height: 270px;
  margin-right: 37px;
  float: left;
  border-radius: 3px;
}

.blog-small-author-block {
  display: inline-block;
  height: 23px;
  margin-bottom: 15px;
  float: none;
}

.blog-author-title {
  display: inline-block;
  float: left;
  font-family: fugue, sans-serif;
  color: #000;
}

.blog-author-title.author-name {
  margin-left: 5px;
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 2px;
  background-color: #42c77b;
  color: #fff;
  line-height: 19px;
}

.blog-author-title.date {
  margin-left: 8px;
  color: #adadad;
  font-size: 13px;
}

.footer {
  display: block;
  padding-top: 60px;
  padding-bottom: 36px;
  border-top: 1px solid #000;
  text-align: center;
}

.footer-social-wrapper {
  margin-bottom: 65px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #000;
}

.footer-social-block {
  display: block;
  width: 100%;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #292929;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

.footer-social-block:hover {
  background-color: #3766c7;
}

.footer-social-icon {
  height: 30px;
  margin-right: 14px;
  float: left;
}

.footer-social-title {
  margin-top: 5px;
  font-family: apercu, sans-serif;
  color: #fff;
}

.bottom-footer-text {
  font-family: apercu, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
}

.link {
  font-family: apercu, sans-serif;
  color: #ef413b;
  text-decoration: none;
}

.link:hover {
  color: #3766c7;
}

.link.bottom-footer-link {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 9px;
  margin-left: 9px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.link.bottom-footer-link:hover {
  color: #8a8a8a;
}

.link.header-contact-link {
  color: #fff;
}

.link.header-contact-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.link.footer-link {
  color: #878787;
}

.link.footer-link:hover {
  color: #fff;
}

.coach-slider-image {
  position: absolute;
  left: 80px;
  bottom: 0px;
  height: 470px;
}

.coach-slide-title {
  font-family: fugue, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.coach-slide-title.subtitle {
  margin-top: 9px;
  margin-bottom: 18px;
  color: #ef413b;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.skill-title {
  margin-bottom: 4px;
  font-family: fugue, sans-serif;
  font-weight: 700;
}

.coaches-section-overlay {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .8);
  background-image: -webkit-linear-gradient(0deg, #fff 36%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #fff 36%, hsla(0, 0%, 100%, 0));
}

.cta-bar {
  display: none;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #3766c7;
  color: #fff;
}

.cta-col-right {
  text-align: right;
}

.cta-bar-title {
  opacity: 0.5;
  font-family: fugue, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-bar-title._2 {
  margin-top: 6px;
  opacity: 1;
  font-size: 34px;
  line-height: 28px;
}

.pricing-plans-row {
  margin-top: 90px;
}

.pricing-plan-column {
  padding-right: 0px;
  padding-left: 0px;
}

.pricing-plan-block {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.pricing-plan-block.highlight {
  position: relative;
  z-index: 10;
  margin-top: -19px;
  background-color: #000;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2);
}

.pricing-title-block {
  padding: 35px 25px;
  background-color: #cc302b;
}

.pricing-title-block._3 {
  background-color: #2751a3;
}

.pricing-title-block._2 {
  background-color: #32b36a;
}

.pricing-title {
  display: inline-block;
  margin-left: 60px;
  float: left;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 40px;
}

.pricing-title.per-month {
  margin-left: 14px;
  color: hsla(0, 0%, 100%, .4);
  font-size: 12px;
  line-height: 23px;
}

.pricing-plan-content-block {
  padding: 25px 55px;
  background-color: #ef413b;
}

.pricing-plan-content-block._3 {
  background-color: #3766c7;
}

.pricing-plan-content-block._2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #42c77b;
}

.pricing-color-block {
  padding: 35px 15px 30px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}

.pricing-plan-title {
  margin-bottom: 20px;
  font-family: fugue, sans-serif;
  color: #ef413b;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-plan-title._2 {
  color: #42c77b;
}

.pricing-plan-title._3 {
  color: #3766c7;
}

.dropdown {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: apercu, sans-serif;
}

.dropdown.subtop {
  float: right;
}

.dropdown-arrow {
  margin-right: 5px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 10px;
}

.dropdown-arrow.o {
  margin-right: 0px;
  color: #fff;
}

.dropdown-arrow.black {
  color: rgba(0, 0, 0, .5);
}

.dropdown-list {
  display: block;
}

.dropdown-list.w--open {
  position: absolute;
  top: 25px;
  display: none;
  overflow: hidden;
  clear: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
}

.dropdown-list.last {
  right: 0px;
}

.dropdown-nav-link {
  display: none;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: apercu, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-nav-link:hover {
  background-color: #002a5c;
  color: #fff;
}

.dropdown-nav-link.w--current {
  color: #3766c7;
}

.dropdown-nav-link.w--current:hover {
  color: #fff;
}

.content-overlay-block {
  width: 47%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 30px 15px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.content-overlay-block._2 {
  float: right;
}

.icon-list {
  margin-top: 0px;
}

.icon-list.below-paragraph {
  margin-top: 20px;
}

.icon-list-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 42px;
}

.icon-list-item.last {
  margin-bottom: 0px;
}

.buttons-wrapper {
  width: 100%;
  float: left;
}

.list-item-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 27px;
}

.list-item-title {
  font-family: fugue, sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.list-item-title.subtitle {
  margin-top: 4px;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
}

._404-section {
  height: 800px;
  background-color: #3766c7;
  background-image: url('../images/Slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._404-page-title {
  opacity: 1;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

._404-page-title._2 {
  color: hsla(0, 0%, 100%, .29);
  font-size: 29px;
}

.app-mockup {
  position: absolute;
  right: 30px;
  bottom: 0px;
  height: 340px;
}

.app-column-left {
  padding-bottom: 45px;
}

.dotted-line {
  width: 100%;
  height: 1px;
  margin-top: 11px;
  margin-bottom: 11px;
  border: 1px dashed #dbdbdb;
}

.promo-column-left {
  padding-top: 40px;
  padding-right: 40px;
}

.class-header {
  position: relative;
  overflow: hidden;
  height: 550px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.class-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 270px;
  background-color: rgba(0, 0, 0, .24);
}

.class-info-block {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.class-info-content-block {
  padding: 25px 35px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}

.class-info-content-block.white {
  background-color: #fff;
}

.class-info-content-block.tint {
  background-color: #f7f7f7;
}

.class-info-content-block.about {
  padding-bottom: 15px;
}

.class-block-title {
  margin-bottom: 9px;
  font-family: fugue, sans-serif;
  font-weight: 700;
}

.contact-map {
  height: 430px;
  border-radius: 3px;
}

.hero-contact-list {
  margin-top: 25px;
  margin-bottom: 13px;
}

.hero-contact-list-item {
  margin-bottom: 13px;
}

.hero-contact-list-item.last {
  margin-bottom: 0px;
}

.hero-contact-icon {
  height: 20px;
  margin-right: 7px;
  float: left;
}

.logo-container:hover {
  opacity: 0.8;
}

.logo-container._2 {
  margin-top: 9px;
}

.logo-container._2.w--current {
  width: 300px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 10px 11px;
  background-color: transparent;
}

.logo-container._2.w--current:hover {
  background-image: none;
  opacity: 1;
}

._404-overlay {
  width: 100%;
  height: 100%;
  padding-top: 290px;
  background-color: rgba(55, 102, 199, .9);
}

.pricing-check-list-item {
  margin-bottom: 3px;
}

.pricing-text {
  display: inline-block;
  line-height: 12px;
}

.page-overlay-header {
  padding-top: 200px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, .2);
}

.contact-form {
  margin-bottom: 0px;
}

.field {
  height: 50px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px 1px 1px 7px;
  border-color: #fff;
  border-radius: 3px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: apercu, sans-serif;
  font-size: 13px;
}

.field:hover {
  border-left-color: #c9c9c9;
}

.field:focus {
  border-left-color: #3766c7;
}

.field.area {
  height: 220px;
  padding-top: 12px;
}

.contact-col-left {
  padding-right: 65px;
}

.success-bg {
  padding-top: 15px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #42c77b;
}

.error-bg {
  padding-top: 15px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #ef413b;
}

.blog-post-title {
  margin-top: 45px;
  margin-bottom: 25px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 29px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-title:hover {
  color: #3766c7;
}

.blog-date-icon {
  height: 21px;
  margin-left: 9px;
  float: left;
  opacity: 0.3;
}

.overall-content-col-left {
  padding-right: 45px;
}

.blog-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: fugue, sans-serif;
  font-size: 28px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-author-block {
  margin-top: 35px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.blog-author-image {
  width: 70px;
  height: 70px;
  margin-right: 21px;
  float: left;
  border-radius: 100%;
}

.blog-author-name {
  margin-top: 13px;
  font-family: apercu, sans-serif;
  color: #3766c7;
  font-size: 17px;
  font-weight: 700;
}

.blog-author-name._2 {
  margin-top: 0px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-block {
  margin-bottom: 20px;
  padding: 25px 25px 20px;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #969696;
}

.sidebar-title {
  margin-bottom: 10px;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-post-header {
  margin-bottom: 30px;
}

.blog-post-lightbox {
  margin-right: 30px;
  float: left;
}

.blog-post-thumb {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.blog-post-thumb:hover {
  opacity: 0.8;
}

.nav-menu, .menu-main-menu-container  {
  position: static;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: apercu, sans-serif;
  margin-right:100px;
}

.nav-menu.sub-top {
  width: 510px;
  margin-top: -15px;
  margin-bottom: 10px;
  padding: 3px 10px 2px;
  border-top: 1px solid #f0603c;
  background-color: #f3f4f5;
}

.nav-menu.sub-top._2 {
  position: static;
  width: 680px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 0px none #000;
  background-color: transparent;
}

.featured-classes-wrapper {
  width: 50%;
  padding-right: 20px;
  float: left;
}

.featured-classes-wrapper.right {
  padding-right: 0px;
  float: right;
}

.featured-trainer-item {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 355px;
}

.featured-trainer-block {
  position: absolute;
  top: 52px;
  right: 0px;
  width: 110px;
  height: 110px;
  padding-top: 37px;
  border-radius: 100%;
  background-color: #ef413b;
  text-align: center;
}

.featured-trainer-title {
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 18px;
}

.trainer-list-item {
  border-width: 1px;
  text-align: center;
}

.trainer-image {
  width: 110px;
  border-radius: 4px;
}

.trainer-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.trainer-name {
  margin-top: 20px;
  font-family: apercu, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.trainer-name.title {
  margin-top: 3px;
  margin-bottom: 18px;
  color: #ef413b;
  font-size: 16px;
  font-weight: 400;
}

.small-divider {
  display: block;
  width: 30%;
  height: 3px;
  margin: 30px auto;
  background-color: rgba(0, 0, 0, .1);
}

.home-news-title {
  display: block;
  margin-bottom: 15px;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.home-news-title:hover {
  color: #3766c7;
}

.no-recent-news-empty {
  background-color: #e5e9f3;
}

.recent-news-thumb-image {
  width: 75px;
  border-radius: 3px;
}

.recent-news-thumb-link-block {
  margin-right: 15px;
  float: left;
}

.recent-news-top-wrapper {
  margin-top: 20px;
  margin-bottom: 5px;
}

.recent-news-info-block {
  margin-top: 3px;
  margin-bottom: 0px;
}

.class-difficulty-label {
  display: inline-block;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-radius: 4px;
  font-family: apercu, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 33px;
}

.difficulty-info-title {
  display: inline-block;
  margin-top: 12px;
  margin-left: 11px;
  float: left;
  font-family: fugue, sans-serif;
  font-size: 11px;
}

.trainer-some-wrapper {
  margin-top: 15px;
}

.small-some-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #d4d9e0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.small-some-button:hover {
  background-color: #ef413b;
}

.small-some-icon {
  width: 18px;
  height: 18px;
}

.instructions-content-block {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
  text-align: left;
}

.instructions-content-block.text {
  padding-bottom: 20px;
}

.licensing-list {
  padding-left: 0px;
  background-color: #f5f5f5;
}

.licensing-list-item {
  padding: 9px 15px;
  border-bottom: 1px solid #e9e9e9;
}

.licensing-list-item.first {
  background-color: #000;
  color: #fff;
}

.licensing-info-title {
  font-family: fugue, sans-serif;
}

.logo {
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 10px;  
}

.logo.image {
  display: none;
}

.logo.dark {
  color: #000;
}

.logo .white
{
	display:block;
}

.logo .black{
	display:none;
}

.sticky_menu .logo .black
{
	display:block;
}

.sticky_menu .logo .white
{
	display:none;
}


.hours-top {
  margin-top: 4px;
  margin-right: 85px;
  float: left;
  font-family: apercu, sans-serif;
  font-size: 12px;
}

.hours-top._2 {
  position: static;
  width: auto;
  margin-top: 3px;
  margin-bottom: 11px;
  margin-left: 0px;
  float: right;
  clear: none;
  font-family: apercu, sans-serif;
  color: #a6c6f7;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.25px;
}

.body {
  background-color: #fff;
}

.text-block-nav-link {
  margin-top: 0px;
  margin-right: 0px;
  font-family: apercu, sans-serif;
  text-transform: none;
}

.text-block-nav-link:hover {
  color: #939699;
}

.topbar {
  overflow: hidden;
  height: 42px;
  background-color: #000f20;
  
}

.contain.topbar
{
	padding:6px 0px;
}

.text-block-nav-orange {
  color: #a3b9d5;
}

.text-block-nav-orange:hover {
  color: #ce541a;
}

.top-nav-icon-orange {
  margin-right: 3px;
  font-family: Fontawesome, sans-serif;
}

.search {
  display: block;
  width: auto;
  height: auto;
  float: right;
  background-color: #f8f8f8;
  margin:3px 15px;
  line-height:12px;
  padding:1px;
  font-size:12px;
  background-image:url('../images/search-box.jpg');
  background-position:right center;
  background-repeat:no-repeat;
}

.search-btn {
  width: 26px;
  height: 26px;
  padding: 3px 5px 5px 6px;
  float: right;
  background-color: #619df7;
  text-decoration: none;
}

.search-icon {
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 13px;
}

.search-input {
  display: block;
  width: 300px;
  max-height: 28px;
  max-width: 25px;
  padding-right: 7px;
  padding-left: 7px;
  float: right;
  clear: none;
  background-color: #fff;
}

.search-input-text {
  color: #a5a1a1;
  font-size: 12px;
}

.input-dic {
  display: none;
  overflow: hidden;
  width: 200px;
  height: 26px;
  padding-top: 3px;
  padding-left: 12px;
  float: none;
  background-color: #fff;
}

.input-text {
  font-family: apercu, sans-serif;
  color: #bebbbb;
}

.hero {
  position: static;
  overflow: visible;
  height: 100%;
  margin-top: 0px;
  clear: none;
}

.slide-1 {
  margin-bottom: 0px;
  background-image: url('../images/Cranbrook-Salon-AA2745.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero {
  height: 85%;
  margin-top: 0px;
  position:relative;
}

.slide-nav {
  position: absolute;
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.slide-msg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1px;
  width: 40%;
  height: auto;
  max-height: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-left: 0px;
  padding: 35px 40px 35px 80px;
  float: none;
  border-right: 2px solid #989a9e;
  background-color: rgba(19, 25, 31, .75);
}

.hero-h1 {
  min-width: 0px;
  margin-top: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
}

.hero-h1 a
{
	color:#fff;
	text-decoration:none;
}

.hero-h1.black {
  color: #000;
}

.hero-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.slide-2 {
  background-image: url('../images/MM3_NYC-138.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sect {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.sect.signup {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .35)), url('../images/Cranbrook.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .35)), url('../images/Cranbrook.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sect.split {
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #002a5c;
}

.sect.planvisit {
  display: block;
  padding-top: 40px;
}

.sect.tiled {
  padding-bottom: 40px;
}

.sect.newsletter {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/SmithGroup_Cranbrook_collections_am_080-fused-dc3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sect.membership {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)), url('../images/Cranbrook interior 17.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3)), url('../images/Cranbrook interior 17.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contain {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
  
}

.contain.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dee1e2;
  text-align: center;
}

.contain.narrow {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.contain.topbar {
  background-color: #000;
}

.contain.pagetitle {
  margin-bottom: 40px;
}

.contain.subnav {
  height: auto;
}

.plan-visit-20 {
  width: 20%;
  padding: 0px;
  float: left;
  text-align: center;
}

.h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: fugue, sans-serif;
  color: #002a5c;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.h3.carosel-heading {
  padding-bottom: 2px;
  border-bottom: 1px solid #002a5c;
  text-align: left;
}

.section-heading-box {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px none #cfd0d3;
  text-align: center;
}

.section-heading {
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: fugue, sans-serif;
  color: #2a2a2a;
  font-size: 31px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.section-heading.white {
  margin-top: 20px;
  margin-bottom: 40px;
  float: none;
  clear: none;
  font-family: fugue, sans-serif;
  color: #fff;
  line-height: 34px;
  text-align: left;
}

.section-heading.white.right {
  margin-bottom: 40px;
  float: none;
  text-align: center;
}

.section-heading.white.center {
  font-family: fugue, sans-serif;
  text-align: center;
  letter-spacing: 0.5px;
}

.section-heading.left {
  margin-bottom: 40px;
  text-align: left;
}

.icon-img {
  width: 200px;
}

.icon-link {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 190px;
  height: 144px;
  margin-bottom: 37px;
  padding: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.icon-link:hover {
  color: #619df7;
}

.icon-link._1 {
  background-color: transparent;
  background-image: url('../images/icon-map-wh.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-link._1:hover {
  background-image: url('../images/icon-map-bb.png');
  background-size: cover;
}

.icon-link._1.b {
  background-image: url('../images/icon-admission-wh.png');
  background-size: cover;
}

.icon-link._1.b:hover {
  background-image: url('../images/icon-admission-bb.png');
}

.icon-link._1.c {
  background-image: url('../images/icon-exhibit-wh.png');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-link._1.c:hover {
  background-image: url('../images/icon-exhibit-bb.png');
}

.icon-link._1.d {
  background-image: url('../images/icon-calendar-wh.png');
  background-size: cover;
}

.icon-link._1.d:hover {
  background-image: url('../images/icon-calendar-bb.png');
}

.icon-link._1.e {
  background-image: url('../images/icon-tours-wh.png');
}

.icon-link._1.e:hover {
  background-image: url('../images/icon-tours-bb.png');
}

.form-a {
  width: 80%;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  float: left;
  background-color: hsla(0, 0%, 100%, .9);
  font-size: 15px;
  text-align: left;
}

.form-b {
  width: 20%;
  height: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border: 1px solid #fff;
  background-color: #000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: apercu, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.form-b:hover {
  background-color: #2e2d2d;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.row {
  width: 100%;
  height: 60px;
  padding-right: 4px;
  padding-left: 4px;
}

.send {
  font-family: apercu, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-col {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  text-align: left;
}

.h4-footer {
  width: 100%;
  margin-bottom: 20px;
  clear: left;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.h4-footer.toppadding {
  margin-top: 30px;
}

.footer-col h4.wp-block-heading
{
  width: 100%;
  margin-bottom: 20px;
  clear: left;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-align: left;	
}



.paragraph {
  font-family: apercu, sans-serif;
  color: #5c5b5b;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.paragraph.center {
  margin-bottom: 0px;
  font-size: 13px;
  text-align: center;
}

.paragraph.white {
  width: auto;
  color: #fff;
  text-align: center;
}

.paragraph.white.right-align {
  width: auto;
  text-align: right;
}

.paragraph.white.right {
  float: none;
  font-family: apercu, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
  margin:25px 0px;
}

.form-c, ul#emma-form-elements .emma-form-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  float: left;
  clear: none;
  border: 1px solid #bcbec0;
  background-color: #eef0f1 !important;
  font-size: 15px;
  text-align: left;
  font-family:apercu,sans-serif;
}



ul#emma-form-elements .emma-form-label
{
	width:0% !important;
	display:none;
}

.form-c.d {
  width: 47%;
  margin-right: 0px;
  float: right;
  font-size: 15px;
}

ul#emma-form-elements .emma-form-input
{
	width:100% !important;
}

#emma-form-submit
{
	background-color: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-family: apercu,sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    height: 50px !important;
    margin-top: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 8px !important;
    text-align: center !important;
    transition: background-color 400ms ease 0s !important;
    width: 20% !important;
}

#emma-form-submit .emma-form-input:hover
{
	background-color: #2e2d2d !important;
}


ul#emma-form-elements li.emma-form-row
{
	width:100% !important;
}

/*  WooCommerce Variation Classes  */
#membership-type
{
	padding:6px;
	margin-left:10px;
}

.reset_variations
{
	display:none !important;
}

.wccpf-fields-group-1
{
	margin-top:30px;
}

.fa 
{
	font-size:48px;
	float:left;
	margin-right:8px;
	padding-top:5px;
}


.icon-list p{
	margin-bottom:40px;
}

.phone-icon {
  font-family: Fontawesome, sans-serif;
  color: #002a5c;
  padding:8px 8px 8px 0px;
}

.phone-icon.white {
  margin-right: 5px;
  color: #fff;
}

.phone {
  color: #002a5c;
}

.social-link {
  font-family: FontawesomeBrands, sans-serif;
  color: #000;
  font-size: 20px;
}

.social-link:hover {
  background-color: transparent;
  color: #838588;
}

.social-link img
{
	position:relative;
	top:-2px;
	height:20px;
	width:auto;
}

.social-link:hover img
{
	opacity:.6;
}

.social-block {
  width: 38px;
  height: 38px;
  max-height: 20%;
  margin-right: 4px;
  margin-bottom: 15px;
  padding: 8px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
  text-decoration: none;
}

.social-block:hover {
  background-color: transparent;
}

.copyright {
  background-color: #eef0f1;
}

.copyright-link {
  color: #002a5c;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #619df7;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h6.carosel {
  display: inline-block;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 5px;
  border-top: 1px none #619df7;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.h6.slider {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #fff;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.h6.slider.calendar {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.h6.tile {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  background-color: #000;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.h6.tile.topnav {
  margin-top: 0px;
  margin-right: 0px;
  padding: 3px 15px;
  float: right;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #cac2c2 #000 #dfd9d9;
  background-color: transparent;
  color: #000;
}

.h6.tile.topnav:hover {
  background-color: rgba(0, 0, 0, .08);
}

.h6.tile.sidebar {
  background-color: transparent;
  color: #000;
}

.h6.tile.calendar {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right:5px;
}

.carosel {
  height: 482px;
  max-height: 580px;
  background-color: transparent;
}

.icon-right {
  background-color: #d7dadd;
}

.icon-left {
  background-color: #d7dadd;
}

.clear {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.carosel-preview-img {
  overflow: hidden;
  height: 300px;
  background-color: #ce541a;
}

.arrow-right-div {
  margin-right: -60px;
}

.arrow-left-div {
  margin-left: -60px;
}

.h4 {
  margin-bottom: 4px;
  font-family: fugue, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.h4.white {
  margin-bottom: 5px;
  float: none;
  color: #fff;
}

.h4.white.right {
  margin-bottom: 20px;
  float: none;
}

.h4.uppercase {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dad7d7;
  color: #000;
  text-transform: uppercase;
}

.column-events {
  padding-right: 15px;
  padding-left: 15px;
}

.half {
  width: 50%;
  float: left;
}

.half.left {
  height: 415px;
  padding: 60px 100px;
  background-color: #002a5c;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url('../images/Campus-Fall_8483-bw.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url('../images/Campus-Fall_8483-bw.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.half.left:hover {
  background-color: #000f20;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url('../images/Campus-Fall_8483.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4)), url('../images/Campus-Fall_8483.jpg');
}

.half.right {
  height: 415px;
  padding: 60px 100px;
  border-left: 1px solid #264e80;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.half.right:hover {
  background-color: #001024;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-size: auto, cover;
}

.split-imgs {
  width: 150px;
  height: 150px;
  margin-top: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #16447c;
  border-radius: 1000px;
  background-image: url('../images/vu1_CAM.jpg');
  background-position: 50% 50%;
  background-size: 328px;
  background-repeat: no-repeat;
}

.split-imgs.left {
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 30px;
  float: right;
  background-image: url('../images/au1_Booth-Eames.jpg');
  background-position: 50% -9px;
  background-size: 267px;
}

.admission-half {
  width: 53%;
  float: left;
}

.admission-half.small {
  width: 26%;
  float: left;
}

.footer-logo {
  float: none;
}

.right-aligned {
  width: 100%;
  margin-right: 0px;
  float: right;
  clear: none;
  text-align: center;
}

.left-aligned {
  width: 100%;
  float: none;
  text-align: center;
}

.carosel-paragraph {
  margin-bottom: 4px;
  font-family: apercu, sans-serif;
  letter-spacing: 0.5px;
}

.carosel-paragraph.white {
  font-family: apercu, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.carosel-paragraph.tiled {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-family: apercu, sans-serif;
  font-style: normal;
}

.carosel-paragraph.calendar-date {
  margin-bottom: 15px;
}

.carosel-paragraph.calendar-date.white {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 0px;
}

.link-paragraph {
  color: #002a5c;
}

.paragraph-link-white {
  color: #fff;
  text-decoration: underline;
}

.paragraph-link-white:hover {
  color: #619df7;
}

.footer-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  clear: both;
  font-family: apercu, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.footer-link:hover {
  color: #619df7;
}

.arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.btn-arrown-down {
  width: 50px;
  height: 50px;
  padding: 14px;
  border-radius: 1000px;
  background-color: #002a5c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 18px;
}


.overlay {
  width: 100%;
  height: 25%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent);
}

.solid {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.icon-tiles {
  width: 20%;
  padding: 19px;
  float: left;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0px;
  border-color: #cdcecf #cdcecf #cdcecf #619df7;
  background-color: #f3f0f0;
  text-align: center;
}

.icon-tiles:hover {
  background-color: #fff;
}

.icon-tiles._1 {
  padding: 40px 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1.b {
  width: 25%;
  height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/3MI_MOD.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/3MI_MOD.JPG');
}

.icon-tiles._1.b:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/3MI_MOD.JPG');
  background-image: linear-gradient(180deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/3MI_MOD.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1.c {
  width: 25%;
  height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/DegreeShow15-112-(2).jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/DegreeShow15-112-(2).jpg');
  background-size: auto, cover;
}

.icon-tiles._1.c:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/DegreeShow15-112-(2).jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/DegreeShow15-112-(2).jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1.d {
  width: 25%;
  height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/9.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/9.JPG');
  background-size: auto, cover;
}

.icon-tiles._1.d:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/9.JPG');
  background-image: linear-gradient(180deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/9.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1.e {
  width: 15%;
  height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/2b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .65)), url('../images/2b.jpg');
  background-size: auto, cover;
}

.icon-tiles._1.e:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/2b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 92, .95), rgba(0, 42, 92, .65)), url('../images/2b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-tiles._1.map {
  overflow: hidden;
  width: 40%;
  height: 250px;
  padding: 0px;
  background-image: url('../images/CAM-Gates-and-Triton-Pools.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.things {
  overflow: hidden;
  width: 25%;
  height: 300px;
  float: left;
  background-image: url('../images/MatthewRonay.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-text.date {
    color: #706b6b;
    font-size: 13px;
}

.things._2 {
  background-image: url('../images/bookbinding2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.things._3 {
  background-image: url('../images/salon-series.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.things._4 {
  background-image: url('../images/CSAI_2015.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.things._5 {
  background-image: url('../images/warhol.jpg');
  background-size: cover;
}

.things._6 {
  background-image: url('../images/collectionswing.jpg');
  background-size: cover;
}

.things._7 {
  background-image: url('../images/collage.jpg');
  background-size: cover;
}

.things._8 {
  background-image: url('../images/him.jpg');
  background-size: cover;
}

.things-popup {
  position: relative;
  left: 0px;
  top: 50px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 250px;
  padding: 13px 30px 30px;
  background-color: rgba(0, 42, 92, .8);
}

.things-popup.map {
  text-align: left;
}

.aligned {
  margin-right: auto;
  margin-left: auto;
}

.logo-img {
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  image-rendering: -webkit-optimize-contrast;
}

.split {
  width: 60%;
  height: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 45px;
  float: none;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: opacity 600ms ease, background-color 400ms ease;
  transition: opacity 600ms ease, background-color 400ms ease;
  text-align: center;
}

.split:hover {
  background-color: rgba(0, 0, 0, .59);
}

.link-inside-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 152px;
  font-family: apercu, sans-serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-inside-icon.b {
  font-size: 21px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
}

.museum-link {
  color: #fff;
}

.plan-icon {
  width: 25%;
  text-align: center;
}

.visit-libk-block {
  width: 25%;
  text-align: center;
}

.visit-block-footer {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  clear: none;
  text-align: center;
  text-decoration: none;
}

.visit-block-footer:hover {
  background-color: #e1e2e4;
}

.visit-icon, .woocommerce img.visit-icon, .woocommerce-page img.visit-icon {
  max-width: 48%;
  margin-top: 10px;
}



.tile-coulmn {
  padding-right: 20px;
  padding-left: 20px;
}

.right-arrow {
  margin-right: -80px;
  background-color: transparent;
}

.left-arrow {
  margin-left: -80px;
  background-color: transparent;
}

.event-block {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.event-img {
  width: auto;
  height: auto;
  margin-bottom: 0px;
}

.event-block-img {
  overflow: hidden;
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-block-img._1 {
  background-image: url('../images/bookbinding2.jpg');
  background-size: 311px;
}

.event-block-img._2 {
  background-image: url('../images/salon-series.jpg');
  background-position: 50% 50%;
}

.event-block-img._3 {
  background-image: url('../images/CSAI_2015.jpg');
  background-position: 50% 50%;
}

.event-block-img._4 {
  background-image: url('../images/warhol.jpg');
}

.event-block-img._5 {
  background-image: url('../images/collectionswing.jpg');
  background-size: cover;
}

.event-block-img._6 {
  background-image: url('../images/collage.jpg');
}

.event-block-img._7 {
  background-image: url('../images/him.jpg');
}

.arrow {
  position: static;
  margin-top: 189px;
  background-color: #fff;
  color: #000;
  font-size: 24px;
}

.carosel-link {
  font-family: apercu, sans-serif;
  color: #524e4e;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.carosel-link:hover {
  color: #002a5c;
}

.carosel-link.white {
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
}

.carosel-link.white:hover {
  color: #619df7;
}

.visit-link {
  margin-top: 5px;
  font-family: apercu, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.label {
  font-family: apercu, sans-serif;
  letter-spacing: 0.5px;
}

.section-conent {
  margin-bottom: 60px;
  padding-top: 100px;
  clear: none;
}

.section-conent-inside{
  margin-bottom: 60px;
  padding-top: 166px;
  clear: none;
}

.section-conent-inside.half-width
{
	width:50%;
	margin:0px auto 60px;
}


.slider-join {
  min-height: 465px;
}

.join-slide-left {
  width: 100%;
  height: 100%;
  float: left;
  background-image: url('../images/214075-135.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.join-slide-left.two {
  background-image: url('../images/214075-284.jpg');
  background-size: cover;
}

.join-slide-left.three {
  background-image: url('../images/3MI_MOD_1.JPG');
  background-size: cover;
}

.join-slide-right {
  width: 35%;
  height: 100%;
  max-height: 600px;
  min-height: 300px;
  padding: 40px;
  float: right;
  border-left: 1px solid #fff;
  background-color: #000;
}

.p-text,.p-text p {
  font-family: apercu, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.p-text.white {
  color: #fff;
  line-height: 24px;
}

.p-text.member {
  margin-bottom: 20px;
  font-family: apercu, sans-serif;
}

.join-top {
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 80px;
  background-color: #000;
  background-image: url('../images/4b.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.join-left {
  width: 65%;
  height: 100%;
  max-height: 600px;
  min-height: 10px;
  float: left;
  background-image: none;
}

.h2 {
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-family: fugue, sans-serif;
  color: #a3a0a0;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.membership-div {
  margin-bottom: 80px;
  padding: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 40px;
  border-color: #000;
  background-color: #f5f2f2;
}

.membership-levels {
  margin-bottom: 40px;
}

.membership-detail {
  display: block;
  width: 100%;
}

.member-img {
  min-height: 250px;
  border-top: 1px solid #fff;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-img.img2 {
  background-image: url('../images/DegreeShow15-105-(2).jpg');
  background-position: 0px -61px;
  background-size: cover;
}

.member-img.img3 {
  background-image: url('../images/40.jpg');
  background-size: cover;
}

.member-img.img4 {
  background-image: url('../images/DegreeShow15-105-(2).jpg');
  background-size: cover;
}

.member-img.img4.b {
  background-image: url('../images/schneider-7.jpg');
  background-size: cover;
}

.member-img.img5 {
  background-image: url('../images/Fresh-46.jpg');
  background-size: cover;
}

.member-img.img6 {
  background-image: url('../images/schneider-1-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.member-img.img8 {
  background-image: url('../images/8-Julie-Frackers-conflicted-copy-2015-04-23.jpg');
  background-size: cover;
}

.member-img.img7 {
  background-image: url('../images/Julie-Frackers-conflicted-copy-2015-04-23.jpg');
}

.member-img.img9 {
  background-image: url('../images/26.jpg');
  background-size: cover;
}

.member-heading {
  padding: 13px 20px;
  border: 1px none #000;
  background-color: #c2c5c9;
  color: #fff;
  font-size: 16px;
}

.member-heading.contributing {
  background-color: #84868a;
}

.member-heading.sustaining {
  background-color: #404041;
}

.member-heading.addon {
  background-color: #2b2b2c;
}

.member-type-n-hide {
  background-color: transparent;
  text-decoration: none;
}

.member-description {
  color: #fff;
}

.member-name-n-price-btn {
  width: 100%;
  padding: 14px 17px;
  background-color: #000;
  font-family: apercu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.member-name-n-price-btn:hover {
  background-color: #1f1e1e;
}

.price {
  margin-left: 20px;
}

.down {
  float: right;
  font-family: Fontawesome, sans-serif;
  font-size: 12px;
  text-align: right;
}

.hide-details {
  padding: 30px 10px 0px;
  background-color: #fff;
}

.list {
  padding-left: 20px;
  color: #000;
  font-size: 23px;
}

.h4-link {
  color: #3766c7;
  text-decoration: none;
}


.book-small.exhibit {
    float: left;
    height: 154px;
    padding-left: 0;
    padding-right: 20px;
    text-align: center;
}
.book-small {
    clear: none;
    height: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}



.member-roll {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 85px;
  background-color: transparent;
  background-image: none;
}

.member-roll:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
}

.sidebar {
  width: 20%;
  margin-right: 0px;
  padding-right: 40px;
  float: left;
  border-right: 1px none #000;
}

.content-interior {
  width: 80%;
  padding-left: 40px;
  float: left;
  border-left: 1px solid #000;
  padding-bottom:80px;
}

.sidebar-link {
  position: static;
  display: inline-block;
  min-width: 200px;
  margin-bottom: 5px;
  clear: none;
  font-family: apercu, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-link:hover {
  color: #619df7;
}

.sidebar-link.sublinks {
  color: #747171;
}

.sidebar-seperator {
  width: 100%;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.sidebar-seperator.gray {
  height: 50px;
  margin-bottom: 50px;
  border-bottom-color: #d3cfcf;
}

.calendar-temp {
  margin-bottom: 20px;
}

.filter-text {
  margin-bottom: 0px;
  font-family: apercu, sans-serif;
  color: #c9c3c3;
  text-transform: uppercase;
  margin-top:25px;
}

.siderbar-number {
  margin-left: 8px;
}

.sidebar-search {
  width: 100%;
  height: 35px;
  margin-top: 20px;
  padding: 7px 10px;
  border: 1px solid #000;
  background-color: #f8f3f3;
}

.search-magnifyingglass {
  float: right;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
}

.slider-calendar {
  width: 100%;
  height: 300px;
}

.small-slide {
  padding: 92px 36px 66px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/lou-reed-by-ralph-gibson-2-wpcf_535x812.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/lou-reed-by-ralph-gibson-2-wpcf_535x812.jpg');
  background-position: 0px 0px, 50% -59px;
  background-size: auto, cover;
}

.small-slide.pe1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/15129Cranbrook-9-wpcf_822x1024.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/15129Cranbrook-9-wpcf_822x1024.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 411px;
}

.small-slide.e2 {
  padding-top: 114px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/warhol.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/warhol.jpg');
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.small-slide.e3 {
  padding-top: 114px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Cranbrook-Salon-AA2745.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Cranbrook-Salon-AA2745.jpg');
  background-position: 0px 0px, 0px -50px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.e4 {
  padding-top: 114px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/HimInstall01-wpcf_535x357.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/HimInstall01-wpcf_535x357.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.e5 {
  padding-top: 92px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/15129Cranbrook-128-wpcf_535x197.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/15129Cranbrook-128-wpcf_535x197.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.e6 {
  padding-top: 117px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/ReadImage-SE_VieuxBook_fb-wpcf_535x357.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/ReadImage-SE_VieuxBook_fb-wpcf_535x357.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.e7 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/ARC1990_14_32-wpcf_535x637.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/ARC1990_14_32-wpcf_535x637.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.pe2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Makery_2016.01-1024x1024.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Makery_2016.01-1024x1024.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.pe3 {
  padding-top: 92px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Bluestockings-Lectures-Unsold-Waud1-wpcf_535x543.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/Bluestockings-Lectures-Unsold-Waud1-wpcf_535x543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.small-slide.pe4 {
  padding-top: 92px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/CSAI-20161-1024x742.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5)), url('../images/CSAI-20161-1024x742.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.checkbox {
  margin-right: 5px;
  font-family: Fontawesome, sans-serif;
  color: #9c9b9b;
  font-size: 15px;
}

.checkbox label
{
	font-family: apercu, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: fugue, sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.h1.white {
  margin-bottom: 0px;
  color: #fff;
}

.h1.news
{
	margin-top:20px;
	margin-bottom:20px;
}

.hr {
  width: 100%;
  height: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.calendar-item {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.calendar-item._1st {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.calendar-item-img {
  overflow: hidden;
  width: 220px;
  height: 200px;
  max-height: 200px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0px;
  float: left;
  border: 1px solid #000;
  position:relative;
}


.press-room-item-img
{
  overflow: hidden;
  width: 25%;
  padding-bottom:25%;
  max-height: 200px;
  margin-right: 3%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #000;
  position:relative;
}

.press-room-wrapper
{
	float:left;
	width:72%;
}

.white-arrow-right {
  font-size: 18px;
}

.white-arrow-left {
  font-size: 18px;
}

.white-arrow-container-r {
  width: 25px;
  margin-right: 0px;
}

.white-arrow-container-l {
  width: 25px;
  margin-left: 0px;
}

.slide-column {
  padding-right: 20px;
  padding-left: 0px;
}

.slide-column.right-side {
  padding-right: 0px;
  padding-left: 20px;
}

.benefit-left {
  overflow: hidden;
  height: 429px;
  padding-right: 30px;
  padding-left: 0px;
  text-align: center;
}

.benefits-columns {
  margin-bottom: 80px;
}

.h2-white-carosel {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: fugue, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.addaguest-block {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.addaguest-block:hover {
  color: #666363;
}

.arial-checkbox {
  font-size: 28px;
}

.imgtile:hover
{
	transform: scaleX(.9) scaleY(.9) scaleZ(.9);
}

.exhibit-left {
    padding-left: 0;
    padding-right: 20px;
}

.exhibit-right {
    padding-left: 20px;
    padding-right: 0;
}

.exhibit-description {
    color: #6b6969;
    font-family: apercu,Helvetica,sans-serif;
    font-style: italic;
    line-height: 19px;
}

.exhibit-feature-img {
    margin-bottom: 20px;
    width: 100%;
	position:relative;
}

.exhibit-feature-img img
{
	width:100%;
}

html.w-mod-js *[data-ix="hide-view-class-button"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="slide-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-scroll"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-in-scroll-left"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-in-tab"] {
  opacity: 0.08;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-tab-2"] {
  opacity: 0.08;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-tab-3"] {
  opacity: 0.08;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-tab-4"] {
  opacity: 0.08;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="page-header-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="page-header-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="display-partial-hidden-onload"] {
  opacity: 0.6700000000000006;
  -webkit-transform: translate(0px, 195px);
  -ms-transform: translate(0px, 195px);
  transform: translate(0px, 195px);
}

#menu-main-menu, #menu-main-menu .sub-menu
{
	list-style-type:none;
	padding-left:0px;
}  



/* Sticky Menu Classes  */
.fixednavbar._1.sticky_menu
{
	position:fixed;
	top:0px;
}


.fixednavbar._1.sticky_menu .w-nav
{
	background-color:#fff;
}


.fixednavbar._1.sticky_menu .w-nav .logo
{
	color:#000;
	margin-top:5px;
}

.fixednavbar._1.sticky_menu #menu-main-menu>li>a
{
	color:#000;
}


.w-icon-nav-menu, .menu-button
{
	cursor:pointer;
}

.share-text {
    float: left;
    font-size: 16px;
    font-weight: 700;
}



/* The Previous Arrow class*/
.slick-prev
{
	position:absolute;
	top:48%;
	left:-35px;
	background-color:transparent;
	border-width:0px;
	width:25px;
	height:25px;
	font-size:40px;
	font-family:"webflow-icons";
}

/* The Next Arrow Class */
.slick-next
{
	position:absolute;
	top:48%;
	right:-35px;
	background-color:transparent;
	border-width:0px;
	width:25px;
	height:25px;
	font-size:40px;
	font-family:"webflow-icons";
}

/* The Slick Dots Class*/
.slick-dots
{
	width:100%;
	text-align:center;
	list-style-type:none;
	position:absolute;
	left:45%;
}

.slick-dots li
{
	float:left;
	margin-right:10px;
}

.slick-dots li button
{
	color:transparent;
	background-color:black;
	border-width:0px;
}


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

.mgcm_menu_box
{
	width:100%;
	padding-left:80px;
	
}

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

.mgcm_level_0
{
	list-style-type:none;
	float:right;
}

.mgcm_level_0 li{
	float:left;
	border-left:1px solid #dfd9d9;
	padding:3px 15px;
	font-size:10px;
	font-weight:400;
	letter-spacing:1px;
	font-family:apercu,sans-serif;
}

.mgcm_level_0 li a{
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

.gallery_box
{
	width:100%;
	
}

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

.month_name
{
	font-size:12px;
}

.days-names td
{
	border:1px solid #ccc !important;
}

.em-calnav-next, .em-calnav-prev
{
	color:#000;
	text-decoration:none;
	font-size:14px !important;
}

table.em-calendar
{
	width:100%;
}

table.em-calendar td.eventless-pre, table.em-calendar td.eventless-post
{
	background-color:#eee;
	color:#444 !important;
	
}

table.em-calendar td
{
	padding:1% 1.5% !important;
	font-size:1vw;
	border:1px solid #eee;
}

table.em-calendar tbody
{
	border:1px solid #ccc;
}

table.em-calendar thead td
{
	border-width:0px !important;
}

td.eventless-today
{
	background-color:#fff !important;
}

td.eventful
{
	background-color:#00b7ea;
	color:#fff;
}

td.eventful.selected_date
{
	background-color:#a6c6f7;
}



td.eventful a
{
	color:#FFF !important;
	text-decoration:none;
}
.plan-visit-wrap
{
	width:100%;
}


.widgettitle
{
	font-family:fugue,sans-serif;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
}

.mini_cart_item
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

.mini_cart_item img{
	display:none;
}

.mini_cart_item a
{
	text-decoration:none;
	color:#000;
}

.mini_cart_item a.remove
{
	font-weight:bold;
	font-size:20px;
}

.product_list_widget 
{
	padding-left:0px;
}

.button.wc-forward
{
	background-color:transparent;
	border: 1px solid #000;
	color:#000;
}

.button.wc-forward:hover
{
	background-color:rgba(0,0,0,.25);
}

.main_news_page
{
	width:60%;
	display:block;
	margin:0px auto;
}

.main_news_page img
{
	width:100% !important;
	height:auto !important;
}

.main_news_page .wp-caption
{
	width:100% !important;
}

.calendar-slide
{
  left: 36px;
    position: absolute;
    top: 92px;
    z-index: 2000;
}

/* Page Navigation */
.wp-pagenavi
{
	display:block;
	margin:0px auto;
	width:350px;
}

.wp-pagenavi a, .wp-pagenavi span
{
	padding:12px !important;
	font-size:12px;
	font-weight:700;
	font-family:apercu,sans-serif;
	background-color:#fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover
{
	background-color:rgba(0,0,0,.25);
}

.aligncenter, .alignnone
{
	display:block;
	margin:15px auto;
}

.alignleft
{
	float:left;
	margin: 10px 10px 10px 0px;
}

.alignright
{
	float:right;
	margin:10px 0px 10px 10px;
}

.internal_slider
{
	width:80%;
	margin:0px 10%;
	position:relative;
}

.internal_slider_slide
{
	padding: 190px 36px 0px;
}

.post-password-form
{
	width:75%;
	margin:10px 12.5%;
	display:block;
}

a.mgcm_current_page
{
	text-decoration:underline !important;
}


.select_box
{
	padding: 15px;
}


.exhibit-3rd {
  width: 25%;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-right: 1px solid #000;
  text-align: left;
  min-height:250px;
}

.exhibit-half {
  width: 50%;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  border-right: 1px solid #000;
  text-align: left;
  min-height:250px;
}


.exhibit-3rd.last {
  border-right-style: none;
}

.book-title {
  width: auto;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  clear: none;
  font-family: fugue, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

a.book-title:hover {
  color: #619df7;
}

.book-title.related {
  margin-bottom: 20px;
  padding-top: 0px;
}

.book-title.small {
  min-width: auto;
  clear: none;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}


.thumb-wrapper
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}


.exhibit-thumb
{
	
	width:100px;
	height:100px;
	margin-right:10px;
	margin-top:10px;
	background-size:cover;
	background-position:center center;
}


.hero-h6 {
    background-color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 6px;
    text-transform: uppercase;
	font-family:apercu,sans-serif;
}

.hero-h6 a
{
	text-decoration:none;
	color:#333;
}

.exhibit-feature-img  .w-slider-arrow-left, .exhibit-feature-img .w-slider-arrow-right
{
	color:#000;
}


.wcff-label-info
{
	background-color:#000 !important;
	color:#fff !important;
	border:0px !important;
}

.wcff-label
{
	border-radius:0px !important;
}

.mini_cart_item dl.variation
{
	display:none;
}


.single_collection_image
{
	width:75%;
	display:block;
	margin:20px auto;
}

.single_collection_image img{
	width:100%;
}



.slider-calendar .w-slider-mask
{
	background-color: #000;
}

.slider-calendar .w-slide
{
	position:relative;
}

.fade_layer
{
	position:absolute;
	width:100%;
	height:300px;
	opacity:.25;
	background-color:#000;
	left:0px;
	top:0px;
}


.wp-caption
{
	font-style:italic;
}

.post-edit-link
{
	text-align:center;
}

.anchor_class
{
	margin-top:-150px;
	padding-top:150px;
}

.after-content .e2ma_signup_form
{
	width:100%;
}

/*  Sign Up Page Classes*/
.sign_up_page 
{
	background-color:#000;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}

.sign_up_page  h2.h2
{
	color:#fff;
	text-align:center;
	text-transform:none;
	font-size:35px;
	box-shadow:1px 1px 6px rgba(0, 0, 0, .5);
	font-weight:bold;
	margin-bottom:15px;
}


.sign_up_page .contain.pagetitle
{
	margin-bottom:15px;
}

.sign_up_page .contain  p
{
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:24px;
}


.sign-up-box
{
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background-color:#fff;
	min-height:400px;
	position:relative;
}

.sign-up-box .img-box
{
	position:absolute;
	width:50%;
	left:0px;
	top:0px;
	bottom:0px;
	background-size:cover;
	background-position:50% 50%;
}


.sign-up-box .form-box
{
	position:absolute;
	width:50%;
	left:50%;
	top:0px;
	bottom:0px;
	box-sizing:border-box;
	padding: 25px 25px 25px 40px;
}

.sign-up-box .gfield input
{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #000;
	
}


.sign-up-box #field_7_1
{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-right:10px;
	clear:none;
	margin-top:0px;
}

.sign-up-box #field_7_2
{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-right:10px;
	clear:none;
	margin-top:0px;
}


.sign-up-box #field_7_7, .sign-up-box #field_7_8, .sign-up-box #field_7_9
{
	width:33%;
	float:left;
	box-sizing:border-box;
	padding-right:10px;
	clear:none;
	margin-top:0px;
}


.sign-up-box #field_7_5 .gfield_required
{
	display:none;
}


.sign-up-box #field_7_6
{
	display:none;
}

.sign-up-box #field_7_7
{
	display:none;
}


.sign-up-box #field_7_8
{
	display:none;
}


.sign-up-box #field_7_9
{
	display:none;
}

#input_7_5 li
{
	float:left;
	width:25%;
	font-size:14px;
	
}

#input_7_5 li label
{
	font-weight:normal;
	margin-left:10px;
}

#field_7_4
{
	margin-top: 0.625em;
}

#input_7_5 input
{
	margin-top:0.438em !important;
}

.sign-up-box .gform_wrapper .top_label input.medium
{
	width:100%;
}

.sign-up-box .gform_wrapper .top_label input.small
{
	width:100%;
}

body .sign-up-box .gform_wrapper ul li.field_description_below div.ginput_container_radio, body .sign-up-box .gform_wrapper ul li.gfield
{
	margin-top:0px;
}

.sign-up-box .gfield input[type="text"]
{
	font-size:11px !important;
	padding:0.313em 0 0.313em 0 !important;
}

.sign-up-box .gform_wrapper label.gfield_label
{
	text-transform: uppercase;
	font-size:11px;
}

.sign-up-box .gform_wrapper .gfield_html
{
	text-transform: none;
	font-size:14px;
}

.sign-up-box h3
{
	font-weight:normal;
}

.sign-up-box .gform_wrapper .gform_button
{
	background-color:#fff;
	color:#000;
	border-color:#000;
	border-width:1px;
	border-style:solid;
	background-image: url('../images/Icon-arrow-right-black.png');
}

.sign-up-box .validation_message
{
	display:none;
}

.sign-up-box .validation_error
{
	display:none;
}


.sign-up-box .gform_wrapper li.gfield.gfield_error
{
	background-color:transparent;
	margin-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	border-bottom:0px solid #000;
	border-top:0px solid #000;
}

.sign-up-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
	margin-bottom: 0px !important;
	padding-left:0px !important;
	margin-top:0px;
}

.sign-up-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container
{
	margin-top:0px;
}

.sign-up-box .gform_wrapper
{
	margin:0px 0px;
}


.sign_up_page .section-conent-inside
{
	padding-top:25px;
	margin-bottom:0px;
}

.cranbrook_logo_sign_up
{
	display:block;
	width:70px;
	margin:40px auto;
}


.ui-datepicker-calendar a
{
	text-decoration:none !important;
	cursor:pointer !important;
}


.pewc-total-field-wrapper
{
	display:none;
}

.pewc-cart-item-price
{
	display:none;
}

.pewc-order-item-price
{
	display:none;
}

.woocommerce td.product-name dl.variation dd
{
	float: left;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
}

.woocommerce td.product-name dl.variation dd
{
	float: left;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
}

/*  Updates for the mask checkbox */

table.wccpf_fields_table.i_agree_to_follow_all_of_cams_written_and_verbal_safety_procedures_includinghaving_my_temperature_checkedand_wearing_a_mask_while_onsite-wrapper td.wccpf_label
{
	width:80% !important;
	padding-right:20px;
}

table.wccpf_fields_table.i_agree_to_follow_all_of_cams_written_and_verbal_safety_procedures_includinghaving_my_temperature_checkedand_wearing_a_mask_while_onsite-wrapper td.wccpf_label label
{
	width: 100% !important;
	
}

.woocommerce button.button.wc-bookings-booking-form-button
{
	display:none !important;
}


.woocommerce button.button.wc-bookings-booking-form-button.approved
{
	display:block !important;
}


.accept_terms
{
	margin-right:20px;
}

.wpv-view-wrapper img
{
	max-width:100%;
}

.collection_tags .tb-field
{
	display:inline-block;
	padding:5px 10px;
	color:#fff;
	background-color:#000;
	margin-right:10px;
	font-size:12px;
	font-family:fugue,sans-serif;
}

.wpv-custom-search-filter__input div.checkbox
{
	display:inline-block;
	margin-right:15px;
	width:12%;
}

.wpv-custom-search-filter__input div.checkbox input
{
	margin-right:5px;
	height:15px;
}

.wpv-custom-search-filter
{
	margin-bottom:20px;
}


.js-wpv-filter-form-55204 .wpv-custom-search-filter
{
	margin-bottom:0px;
}


.search_collection
{
	background-image: url(/wp-content/plugins/collapse-pro-matic/images/arrow-down.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 16px;
	cursor: pointer;
}

.continue_shopping_link
{
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}

.continue_shopping_link a
{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.25em;
}

.sidebar .active_category
{
	font-weight:bold;
}

.woocommerce-mini-cart-item
{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-mini-cart-item a
{
	width:90%;
}

.woocommerce-mini-cart-item a.remove_from_cart_button
{
	width:10%;
	text-align:left;
}

.woocommerce-mini-cart-item .quantity
{
	width:90%;
	margin-left:10%;
}

.woocommerce-ordering select
{
	padding:5px;
}

.orderby
{
	font-size:17px;
}

.product-sort-by-text
{
	font-size:17px;
	line-height:31px;
	margin-right:10px;
}	

select.wpv-sort-control-select
{
	padding:10px;
	margin-right:20px;
	font-size:16px;
}

.woocommerce a.button
{
	background-color:#000;
	color:#fff;
}

.woocommerce a.button:hover
{
	background-color:#555;
	color:#fff;
}

.woocommerce button.button.alt.single_add_to_cart_button
{
	background-color:#000;
	color:#fff;
	margin-left:10px;
}

.woocommerce button.button.alt.single_add_to_cart_button:hover
{
	background-color:#555;
}

.woocommerce-mini-cart__buttons.buttons .button
{
	margin-right:10px; 
	margin-top:10px;
}

.wpv-sorting-block
{
	margin-bottom:10px;
}

.wpv-sorting-block-item
{
	line-height:42px;
	margin-right:10px;
}

.wpv-custom-search-filter__input label
{
	color:#000;
	display:flex;
	align-items:center;
}

.tb-field
{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	margin-right: 10px;
}

.js-wpv-filter-form-55212
{
	background-color:#f8f8f8;
	padding:20px;
}

.js-wpv-filter-form-55212 .wpv-reset-trigger
{
	background-color:#fff;
	color:#000;
}

.js-wpv-filter-form-55212 .wpv-custom-search-filter-reset
{
	margin-left:0px;
}

#wpv_control_select_wpcf-exhibition-title
{
	padding:10px 5px;
}

.em.pixelbones .input  input.select-toggle
{
	/*background:#fff !important;*/
}

.em-cal-nav 
{
	display:flex;
}

.theme-cranbrook_art .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring
{
	border-color: rgb(102,102,102) !important;
}


.month.input
{
	font-size:16px;
}

.em.em-calendar .em-cal-head > div
{
	color:rgb(51, 51, 51) !important;
}

.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span
{
	color: rgb(51,51,51) !important;
}

.em-cal-day-date 
{
	border-color: rgb(238, 238, 238) !important;
	border-width:0px 0px 1px 1px !important;
	border-style:solid !important;
}

.em-cal-body .em-cal-day:nth-child(7n) .em-cal-day-date
{
	border-right-width:1px !important;
}

.em.em-calendar .em-cal-head > div.em-cal-day
{
	border-color: rgb(238, 238, 238) !important;
	border-width:1px 0px 1px 1px !important;
	border-style:solid !important;	
	padding: 6px !important;
	width: 100% !important;
	height: 32px;
	margin-bottom:0px !important;
	overflow:hidden;
}

.em.em-calendar .em-cal-head > div.em-cal-day:nth-child(7)
{
	border-right-width:1px !important;
}

.em.em-calendar section.em-cal-days
{
	grid-template-columns: repeat(7, 33.6px) !important;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date
{
	border-width:0px !important;
}


.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored div.ring, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored div.ring
{
	border-width:0px !important;
}

.em.em-calendar section.em-cal-days .em-cal-day.eventful, .em.em-calendar section.em-cal-days .em-cal-day.eventful-pre, .em.em-calendar section.em-cal-days .em-cal-day.eventful-post
{
	background-color:rgb(0, 183, 234);
	color:#fff;
}


.em.em-calendar section.em-cal-days .em-cal-day.eventless-pre, .em.em-calendar section.em-cal-days .em-cal-day.eventless-post
{
	background-color:#eee;
	color:#444;
}

.em.em-calendar section.em-cal-days .em-cal-day.eventless-pre .em-cal-day-date.em-cal-day-date span, .em.em-calendar section.em-cal-days .em-cal-day.eventless-post .em-cal-day-date.em-cal-day-date span
{
	border:none !important;
	background: transparent !important;
}


.em.em-calendar section.em-cal-days .em-cal-day.eventless-today .em-cal-day-date.em-cal-day-date span,.em.em-calendar section.em-cal-days .em-cal-day.eventful-today .em-cal-day-date.em-cal-day-date a
{
	color:#fd7e29 !important;
}








.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a
{
	color:#fff !important;
	border:none !important;
}


@media (max-width: 1357px) {
	
	.em.em-calendar section.em-cal-days
	{
		grid-template-columns: repeat(7, 25.5px) !important;
	}
	
	
	.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span
	{
		width:24px !important;
		padding:6px 0px !important;
		text-align:center;
		
	}
	
}


@media (max-width: 1070px) {
	
	.em.em-calendar .em-cal-head > div.em-cal-day
	{
		font-size:10px;
	}
	
	.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span
	{
		font-size:10px;
		width:20px !important;
		border-radius:0% !important;
	}
	
	.em.em-calendar section.em-cal-days
	{
		grid-template-columns: repeat(7, 21.8px) !important;
	}
	
}


@media (max-width: 991px) {
	
#menu-main-menu .sub-menu li, #menu-main-menu-1 .sub-menu li
{
	text-align:center;
}
	
	#menu-main-menu
	{
		overflow:auto;
	}
	
  .button.slide-button {
    margin-top: 16px;
  }
  .button.red {
    margin-top: 7px;
  }
  .button.cta-button {
    margin-top: 5px;
  }
  .button.floatright {
    margin-top: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .button.floatright.events {
    margin-top: 10px;
  }
  .button.floatright.events.centered.member.noanimate.benefits {
    margin-top: 20px;
  }
  .button.floatright.events.centered.member.noanimate.after {
    margin-bottom: 10px;
  }
  .button.floatright.events.centered.member.noanimate.after.addaguest.last {
    margin-top: 0px;
  }
  .fixednavbar {
    padding-top: 25px;
    
  }
  .fixednavbar.subpage {
    padding-top: 25px;

  }
  .fixednavbar._1 {
    padding-bottom: 0px;
  }
  .navbar {
    padding-bottom: 5px;
  }
  .nav-link {
    max-width: 900px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 17px;
    line-height: 15px;
  }
  .nav-link:hover {
    background-color: #ef413b;
    color: #fff;
  }
  .nav-link.dropdown-nav {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 15px;
  }
  .nav-link.dropdown-nav:hover {
    margin-right: 0px;
    padding-right: 40px;
    background-color: #619df7;
    color: #fff;
  }
  .nav-link.dropdown-nav.black {
    background-color: #ebebec;
  }
  .hero-section {
    height: 640px;
  }
  .category-column-left {
    padding-top: 30px;
    padding-right: 15px;
  }
  .category-column-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  .category-block {
    width: 345px;
    height: 320px;
    padding-top: 45px;
    padding-right: 160px;
    background-size: auto 320px;
    font-size: 11px;
    line-height: 19px;
  }
  .category-block._2 {
    padding-left: 160px;
    line-height: 19px;
  }
  .section {
    padding: 35px;
  }
  .section.tint {
    padding: 45px;
    font-size: 13px;
    line-height: 19px;
  }
  .section.home-intro {
    padding-bottom: 5px;
  }
  .section.cta-section {
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .section.coaches-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.app-section {
    overflow: hidden;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 13px;
  }
  .category-title {
    font-size: 13px;
    line-height: 25px;
  }
  .category-title._2 {
    font-size: 34px;
    line-height: 30px;
  }
  .classes-tab-pane {
    padding: 45px;
  }
  .classes-tab-button {
    height: 56px;
    padding-top: 20px;
  }
  .classes-overlay-block {
    padding: 25px 15px 60px;
  }
  .classes-block-title {
    font-size: 15px;
    line-height: 17px;
  }
  .class-read-more-title {
    bottom: 30px;
  }
  .column-title._2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 21px;
  }
  .column-title._2.large {
    font-size: 28px;
    line-height: 26px;
  }
  .about-us-col-left {
    padding-right: 40px;
    padding-left: 0px;
  }
  .process-list-item {
    padding-bottom: 5px;
    padding-left: 30px;
  }
  .process-title {
    margin-bottom: 9px;
  }
  .process-paragraph {
    font-size: 11px;
    line-height: 17px;
  }
  .slide-overlay {
    padding-top: 236px;
  }
  .hero-slide-title {
    font-size: 37px;
  }
  .hero-slide-title._2 {
    margin-top: 10px;
    font-size: 28px;
  }
  .image-section.promo {
    background-attachment: scroll;
  }
  .image-section-overlay {
    padding: 90px 45px;
    font-size: 13px;
  }
  .image-section-overlay.program {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.contact {
    padding-top: 170px;
    padding-bottom: 90px;
  }
  .image-section-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title-wrapper.centered {
    margin-bottom: 25px;
  }
  .section-title {
    font-size: 28px;
    line-height: 26px;
  }
  .section-title.subtitle {
    font-size: 18px;
  }
  .hero-slider-nav {
    padding-bottom: 188px;
  }
  .home-intro-row {
    margin-bottom: 40px;
  }
  .home-intro-column.last {
    padding-right: 10px;
  }
  .home-intro-block {
    height: 225px;
    padding: 25px;
  }
  .block-title {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .block-title.small {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .block-title.small.small-gray {
    font-size: 11px;
  }
  .trainers-image {
    left: -50px;
  }
  .cta-block {
    padding: 20px 20px 10px;
    font-size: 12px;
  }
  .cta-block._2.map {
    height: 357px;
  }
  .cta-title {
    font-size: 23px;
  }
  .cta-title._2 {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 17px;
  }
  ._3-column-left {
    padding-right: 33px;
  }
  .image-link-block.hiring {
    height: auto;
  }
  .image-block-overlay {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .image-block-title {
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 21px;
  }
  .features-row {
    margin-top: 35px;
  }
  .features-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-block-title {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .feature-paragraph {
    font-size: 10px;
    line-height: 18px;
  }
  .page-header-title {
    font-size: 40px;
  }
  .page-header-title.subtitle {
    margin-top: 5px;
    font-size: 15px;
    line-height: 26px;
  }
  .simple-page-header {
    padding-top: 135px;
    padding-bottom: 29px;
  }
  .blog-post {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
  .blog-small-author-block {
    display: block;
    margin-bottom: 5px;
  }
  .blog-author-title.recent-news {
    font-size: 11px;
  }
  .footer {
    padding-bottom: 45px;
  }
  .footer-social-wrapper {
    margin-bottom: 45px;
  }
  .footer-social-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer-social-icon {
    height: 24px;
  }
  .footer-social-title {
    margin-top: 1px;
  }
  .coach-slider-image {
    left: 40px;
    height: 420px;
  }
  .cta-bar {
    padding: 35px 45px;
  }
  .cta-col-left {
    padding-right: 45px;
    padding-left: 0px;
  }
  .cta-bar-title._2 {
    font-size: 25px;
    line-height: 18px;
  }
  .pricing-plans-row {
    margin-top: 60px;
  }
  .pricing-title {
    margin-left: 20px;
  }
  .pricing-plan-content-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pricing-plan-content-block._2 {
    padding-bottom: 40px;
  }
  .pricing-color-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pricing-plan-title {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 20px;
  }
  .dropdown {
    max-width: 900px;
  }
  .dropdown-arrow {
    margin-right: 20px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0 transparent;
  }
  .icon-list-item {
    padding-left: 37px;
  }
  .list-item-icon {
    height: 22px;
  }
  ._404-section {
    height: auto;
  }
  .app-mockup {
    right: -10px;
    height: 280px;
  }
  .app-column-left {
    padding-left: 0px;
  }
  .promo-column-left {
    padding-top: 34px;
    padding-right: 30px;
  }
  .class-header {
    height: auto;
  }
  .class-header-overlay {
    position: relative;
    padding: 160px 35px 65px 25px;
  }
  .class-info-content-block.white {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .class-info-content-block.about {
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .contact-map {
    height: 380px;
  }
  .logo-container._2.w--current {
    margin-top: 7px;
  }
  .logo-container._2.wh.w--current {
    margin-top: 13px;
  }
  ._404-overlay {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .page-overlay-header {
    padding: 160px 35px 60px;
  }
  .field.area {
    height: 195px;
  }
  .contact-col-left {
    padding-right: 35px;
  }
  .blog-post-title {
    margin-top: 0px;
  }
  .blog-date-icon.blog-single-post {
    margin-left: 0px;
  }
  .overall-content-col-left {
    padding-right: 35px;
  }
  .blog-heading {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 23px;
  }
  .blog-author-block {
    margin-top: 25px;
  }
  .blog-post-thumb {
    width: 160px;
    height: 170px;
  }
  .menu-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 3px;
    background-color: #ebe7e7;
	width:50px;
	display:block;
	float:right;
	font-size:20px;
  }
  .menu-button:hover {
    background-color: #e4e4e4;
  }
  .menu-button.w--open {
    position: relative;
    background-color: #ef413b;
  }
  .nav-menu {
    background-color: #ebebec;
	margin-right:0px;
  }
  .featured-trainer-item {
    padding: 80px 70px 80px 245px;
  }
  .trainer-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
  .trainer-name {
    font-size: 14px;
  }
  .trainer-name.title {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 15px;
  }
  .home-news-title {
    font-size: 13px;
    line-height: 15px;
  }
  .recent-news-thumb-image {
    width: 45px;
  }
  .recent-news-thumb-link-block {
    margin-bottom: 20px;
  }
  .class-difficulty-label {
    font-size: 15px;
  }
  .contact-us-row {
    margin-top: 40px;
  }
  .contact-us-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .class-intro-paragraph {
    font-size: 12px;
    line-height: 17px;
  }
  .section-hero {
    height: 700px;
  }
  .slide-nav {
    position: static;
    z-index: 0;
    display: none;
    padding-top: 0px;
    padding-bottom: 51px;
  }
  .slide-msg {
    top: 399px;
    width: 50%;
    max-height: 65%;
    padding-right: 30px;
    padding-left: 60px;
  }
  .hero-h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .sect.signup {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .sect.planvisit {
    padding-top: 40px;
  }
  .contain {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contain.subnav {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-heading {
    margin-top: 0px;
  }
  .section-heading.white {
    margin-bottom: 30px;
  }
  .section-heading.left {
    margin-bottom: 25px;
  }
  .icon-link {
    height: auto;
    margin-bottom: 0px;
  }
  .icon-link._1.b {
    position: static;
    width: auto;
    padding-top: 37px;
    background-image: none;
  }
  .icon-link._1.c {
    padding-top: 37px;
    background-image: none;
  }
  .icon-link._1.d {
    padding-top: 37px;
    background-image: none;
  }
  .icon-link._1.d:hover {
    background-image: none;
  }
  .icon-link._1.e {
    padding-top: 37px;
    background-image: none;
  }
  .icon-link._1.e:hover {
    background-image: none;
  }
  .form-a {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .form-b {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .footer-col {
    width: 25%;
    padding-right: 15px;
    padding-left: 0px;
  }
  .paragraph {
    font-size: 13px;
  }
  .paragraph.white.right {
    font-size: 18px;
    line-height: 26px;
  }
  .form-c {
    height: 50px;
    margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }
  .form-c.d {
    height: 50px;
  }
  .social-block {
    width: 50px;
    height: 50px;
    margin-right: 6px;
    padding: 14px;
  }
  .h6.tile.topnav {
    padding-right: 8px;
    padding-left: 8px;
  }
  .carosel {
    height: 373px;
  }
  .carosel-preview-img {
    height: 100px;
  }
  .h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .h4.white {
    font-size: 15px;
    line-height: 18px;
  }
  .split-imgs {
    width: 100px;
    height: 100px;
  }
  .right-aligned {
    width: 333px;
  }
  .left-aligned {
    width: 333px;
  }
  .carosel-paragraph.white {
    line-height: 19px;
  }
  .footer-link {
    font-size: 13px;
  }
  .icon-tiles._1.b {
    width: 30%;
    height: 125px;
    padding: 20px;
  }
  .icon-tiles._1.c {
    width: 30%;
    height: 125px;
    padding: 20px;
  }
  .icon-tiles._1.d {
    width: 30%;
    height: 125px;
    padding: 20px;
  }
  .icon-tiles._1.e {
    width: 30%;
    height: 125px;
    margin-top: 0px;
    padding: 20px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url('../images/2b.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url('../images/2b.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .things-popup {
    top: 42px;
    height: 265px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .things-popup._3 {
    height: 265px;
  }
  .logo-img {
    max-width: 119px;
  }
  .split {
    width: 100%;
    padding: 35px;
  }
  .link-inside-icon.b {
    margin-top: 0px;
    padding-top: 0px;
  }
  .visit-block-footer {
    width: 100px;
    margin-right: 0px;
  }
  .right-arrow {
    margin-right: -60px;
  }
  .left-arrow {
    margin-left: -60px;
  }
  .event-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .event-block-img {
    height: 100px;
  }
  .join-slide-right {
    max-height: 550px;
    min-height: 550px;
    padding: 20px;
  }
  .p-text {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }
  .p-text.white {
    font-size: 15px;
    line-height: 22px;
  }
  .p-text.member {
    font-size: 13px;
    line-height: 19px;
  }
  .join-top {
    max-height: 550px;
    margin-bottom: 50px;
    background-image: none;
  }
  .join-left {
    max-height: 900px;
    min-height: 600px;
    background-image: url('../images/4.jpg');
    background-position: 50% 0px;
    background-size: cover;
  }
  .membership-div {
    margin-bottom: 50px;
  }
  .member-img {
    min-height: 150px;
  }
  .member-heading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .member-name-n-price-btn {
    height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .hide-details {
    padding-right: 0px;
    padding-left: 0px;
  }
  .list {
    padding-left: 20px;
    font-size: 19px;
  }
  .sidebar {
    width: 25%;
    padding-right: 15px;
  }
  .content-interior {
    width: 75%;
    padding-left: 15px;
  }
  .sidebar-link {
    min-width: 100px;
    font-size: 13px;
    line-height: 19px;
  }
  .small-slide {
    padding-top: 52px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .small-slide.e2 {
    padding-top: 85px;
  }
  .small-slide.e3 {
    padding-top: 85px;
  }
  .small-slide.e4 {
    padding-top: 85px;
  }
  .small-slide.e5 {
    padding-top: 26px;
    padding-right: 29px;
    padding-left: 29px;
  }
  .small-slide.e6 {
    padding-top: 85px;
  }
  .small-slide.pe2 {
    padding-top: 32px;
  }
  .small-slide.pe3 {
    padding-top: 16px;
  }
  .small-slide.pe4 {
    padding-top: 55px;
  }
  .h1 {
    font-size: 21px;
    line-height: 23px;
  }
  .calendar-item-img {
    margin-bottom: 40px;
  }
  .white-arrow-left {
    font-size: 14px;
  }
  .white-arrow-container-r {
    margin-right: 0px;
  }
  .white-arrow-container-l {
    margin-left: 0px;
  }
  .slide-column {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .slide-column.right-side {
    padding-left: 0px;
  }
  .benefit-left {
    height: 285px;
  }
  .benefits-columns {
    margin-bottom: 40px;
  }
  

#menu-main-menu-2, #menu-main-menu-2 .sub-menu
{
  list-style-type:none;
  padding-left:0px;
}

#menu-main-menu-2 .sub-menu
{
	display:none;
}

  
#menu-main-menu-2 li{
	
}




#menu-main-menu-2 li a
{
	text-decoration:none;
	color:#000;
}
  


	/* mobile Menu classes */

	#menu-main-menu.w-nav-menu
	{
		background-color:#bbb;
	}


	#menu-main-menu.w--nav-menu-open li
	{
		float:none !important;
		padding:5px 0px;
		border-bottom:1px solid #888;
	}

	#menu-main-menu.w--nav-menu-open li:last-child
	{
		border-bottom:0px;
	}

	#menu-main-menu.w--nav-menu-open li:hover
	{
		background-color:#000;
	}


	#menu-main-menu.w--nav-menu-open li:hover a
	{
		color:#fff;
	}

	#menu-main-menu.w--nav-menu-open > li:hover ul.sub-menu
	{
		left:-9999px;
	}  
  
/*
.sub-menu li
{
	padding:5px 0px;
	border-bottom:1px solid #888;
}

.sub-menu li:hover
{
	background-color:#000;
	color:#fff;
}

.sub-menu li:last
{
	border-bottom-width:0px;
}
  
  */
  
  /* Our Modified Mobile Menu Code */
  
.menu_3 
{
	
	display: block;
	position: absolute;
	right: 30px;
	top:85px;
	
}

.nav-menu
{
	margin-top:0px;
	margin-bottom:0px;
}


.menu_3>ul{
	width:228px;
	display:none;
	-webkit-transition: height .25s; /* Safari */
    transition: height .25s;
	overflow:hidden;
}



#menu-main-menu.w-nav-menu > li
{
	float:none;
	text-align:left;
	padding-left:10px;
}

#menu-main-menu.w-nav-menu > li:hover
{
	float:none;
	text-align:center;
	background-color:#000;
}




#menu-main-menu .sub-menu li:last-child
{
	border-bottom:1px solid #888;
}


#menu-main-menu.w-nav-menu > li a
{
	padding:8px 0px;
	width:100%;
	display:block;
	margin-top:0px;
	margin-right:0px;
}

#menu-main-menu.w-nav-menu > li:hover a
{
	color:#fff;
}

  


#menu-main-menu.w-nav-menu > li ul.sub-menu
{
	position:static;
	display:none;
	
}

#menu-main-menu.w-nav-menu > li:hover ul.sub-menu
{
	position:static;
	margin-left:0px;
	left:auto;
	top:auto;
	width:auto;
}

.sub-menu
{
	border-top:1px solid #888;
	overflow:hidden;
	-webkit-transition: height .25s; /* Safari */
    transition: height .25s;	
}


.fixednavbar._1.sticky_menu #menu-main-menu > li > a
{
	color:#fff;
}


/*.plan-visit-wrap
{
	width:110px;
}*/

.main_news_page
{
	width:85%;
}
  
.section-conent-inside.half-width
{
	width:65%;
}
   
   .exhibit-3rd,.exhibit-half {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  
  .slick-slider
  {
	  min-height:150px;
  }
  
  .mgcm_menu_box
  {
	  display:none;
  }
  
  .products .product
  {
	  width:50%;
  }
  
  
  .book-small.exhibit
  {
	  float:none;
	  display:block;
	  margin:10px auto;
  }
  
  
  .visit-block-footer
  {
	  width:75px;
	  font-size:11px;
	  margin-right:10px;
  }
  
  .slick-prev
  {
	  display:none !important;
  }
  
  .slick-next
  {
	  display:none !important;
  }
 
	.wpv-custom-search-filter__input div.checkbox
	{
		width:auto;
	}
	

 
}

@media (max-width: 1137px) and (min-width: 992px ) {

.section-conent-inside
{
	padding-top:200px;
}


}
@media (max-width: 767px) {
  .button {
    margin-top: 2px;
    line-height: 25px;
  }
  .button.slide-button {
    padding-right: 30px;
    padding-left: 20px;
    line-height: 25px;
  }
  .button.red {
    margin-top: 11px;
  }
  .button.pricing-button {
    margin-top: 8px;
  }
  .button.some-button {
    font-size: 10px;
  }
  .button.floatright {
    margin-top: 27px;
  }
  .button.floatright.events.centered.white {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button.floatright.events.centered.white:hover {
    padding-left: 15px;
  }
  .button.floatright.events.centered.member.noanimate {
    margin-bottom: 30px;
  }
  .button.floatright.events.centered.member.noanimate.after.addaguest.last {
    margin-bottom: 25px;
  }
  .fixednavbar {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .fixednavbar.subpage {
    padding-top: 15px;
    
  }
  .fixednavbar._1 {
    background-color: transparent;
  }
  .nav-link {
    font-size: 15px;
    line-height: 11px;
  }
  .hero-section {
    height: 470px;
  }
  .container.footer-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .category-column-left {
    padding-right: 25px;
    padding-left: 25px;
  }
  .category-column-right {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #2b5ab7;
  }
  .category-block {
    width: 100%;
    height: 210px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 160px;
    background-position: 18px 50%;
    background-size: auto 210px;
    text-align: left;
  }
  .category-block._2 {
    padding-left: 160px;
    background-position: 40px 50%;
  }
  .section {
    padding: 25px;
  }
  .section.tint {
    padding: 25px;
  }
  .section.home-intro {
    padding-right: 25px;
    padding-bottom: 2px;
    padding-left: 25px;
  }
  .section.cta-section {
    padding: 25px;
  }
  .section.app-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .classes-tab-pane {
    padding: 25px;
  }
  .classes-tab-button {
    height: 46px;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  .classes-block-title {
    font-size: 18px;
    line-height: 19px;
  }
  .column-title._2.large {
    font-size: 27px;
    line-height: 25px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
  }
  .process-paragraph {
    font-size: 13px;
    line-height: 18px;
  }
  .slide-overlay {
    padding-top: 150px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-slide-title {
    font-size: 27px;
  }
  .hero-slide-title._2 {
    margin-top: 1px;
    font-size: 20px;
    line-height: 19px;
  }
  .image-section-overlay {
    padding: 45px 25px;
  }
  .image-section-overlay.program {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: hsla(0, 0%, 96%, .8);
  }
  .image-section-overlay.contact {
    padding-top: 120px;
    padding-bottom: 25px;
  }
  .section-title-wrapper.centered {
    margin-bottom: 25px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 26px;
  }
  .section-title.subtitle {
    font-size: 15px;
    line-height: 15px;
  }
  .hero-slider-nav {
    padding-bottom: 160px;
  }
  .home-intro-row {
    margin-top: -120px;
    margin-bottom: 20px;
  }
  .home-intro-column.first {
    padding-left: 0px;
  }
  .home-intro-column.last {
    padding-right: 0px;
  }
  .home-intro-block {
    height: auto;
    margin-bottom: 7px;
    border-radius: 4px;
  }
  .home-intro-block._2 {
    border-radius: 4px;
  }
  .home-intro-block._3 {
    border-radius: 4px;
  }
  .block-title {
    font-size: 19px;
  }
  .block-title.small.small-gray {
    font-size: 12px;
    line-height: 20px;
  }
  .cta-column-right {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .cta-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .cta-block._2.map {
    height: auto;
    margin-top: 20px;
  }
  .cta-block.promo-block {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  ._3-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  ._3-column-mid {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-block-title {
    font-size: 14px;
    line-height: 21px;
  }
  .feature-paragraph {
    font-size: 11px;
    line-height: 19px;
  }
  .page-header-title {
    font-size: 33px;
    line-height: 36px;
  }
  .page-header-title.subtitle {
    font-size: 13px;
    line-height: 16px;
  }
  .page-header-title.small {
    font-size: 28px;
  }
  .logo-title {
    font-size: 32px;
    line-height: 41px;
  }
  .simple-page-header {
    padding: 105px 25px 25px;
  }
  .blog-post {
    padding: 25px;
  }
  .blog-post-image {
    width: 160px;
    height: 160px;
    margin-right: 25px;
  }
  .blog-author-title {
    font-size: 13px;
  }
  .blog-author-title.date {
    font-size: 13px;
  }
  .blog-author-title.recent-news {
    font-size: 13px;
    line-height: 19px;
  }
  .footer {
    padding-bottom: 25px;
  }
  .footer-social-wrapper {
    margin-bottom: 25px;
    padding: 25px;
  }
  .footer-social-column {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .footer-social-icon {
    height: 23px;
    margin-top: 2px;
  }
  .footer-social-title {
    font-size: 12px;
  }
  .bottom-footer-text {
    font-size: 11px;
  }
  .link.bottom-footer-link {
    font-size: 11px;
  }
  .coach-slider-image {
    left: 20px;
    height: 340px;
  }
  .coach-slide-title {
    font-size: 24px;
    line-height: 17px;
  }
  .coach-slide-title.subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
  }
  .cta-bar {
    padding: 15px 25px;
  }
  .cta-col-left {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .cta-col-right {
    padding-left: 0px;
    text-align: left;
  }
  .cta-bar-title {
    line-height: 24px;
  }
  .cta-bar-title._2 {
    margin-top: 2px;
    font-size: 24px;
    line-height: 18px;
  }
  .pricing-plans-row {
    margin-top: 30px;
  }
  .pricing-plan-column {
    padding-bottom: 10px;
  }
  .pricing-plan-block.highlight {
    margin-top: 0px;
  }
  .pricing-title {
    float: none;
  }
  .pricing-title.per-month {
    float: right;
  }
  .pricing-plan-content-block._2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-overlay-block {
    width: 48%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  ._404-page-title {
    font-size: 34px;
    line-height: 40px;
  }
  ._404-page-title._2 {
    margin-bottom: 11px;
    font-size: 17px;
  }
  .app-mockup {
    height: 210px;
  }
  .app-column-left {
    padding-right: 50%;
  }
  .promo-column-left {
    padding: 0px 0px 20px;
  }
  .class-header-overlay {
    padding-top: 130px;
    padding-bottom: 35px;
  }
  .class-info-content-block.tint {
    padding: 15px 25px;
  }
  .class-info-content-block.about {
    padding-top: 20px;
  }
  .contact-map {
    height: 230px;
  }
  .hero-contact-list {
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .hero-contact-list-item {
    margin-bottom: 4px;
  }
  .logo-container {
    padding-left: 25px;
  }
  .logo-container._2.w--current {
    width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._404-overlay {
    padding: 45px 25px;
  }
  .page-overlay-header {
    padding: 120px 25px 35px;
  }
  .contact-form {
    margin-bottom: 20px;
  }
  .field {
    height: 40px;
  }
  .field.area {
    height: 155px;
  }
  .contact-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-title {
    font-size: 24px;
    line-height: 22px;
  }
  .sidebar-col-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-content-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-header {
    margin-bottom: 20px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .nav-menu.sub-top._2 {
    padding-right: 0px;
  }
  .featured-trainer-item {
    padding: 45px 40px 65px 195px;
  }
  .featured-trainer-block {
    top: -18px;
    right: 20px;
    width: 80px;
    height: 80px;
    padding-top: 24px;
  }
  .featured-trainer-title {
    font-size: 13px;
    line-height: 16px;
  }
  .trainer-wrapper {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .home-news-title {
    font-size: 18px;
    line-height: 18px;
  }
  .recent-news-thumb-image {
    width: 55px;
  }
  .recent-news-thumb-link-block {
    margin-bottom: 10px;
  }
  .contact-us-row {
    margin-top: 30px;
  }
  .promo-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .class-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero {
    height: 300px;
    margin-top: 0px;
    /*padding-top: 56px;*/
  }
  .slide-1 {
    width: 100%;
  }
  .section-hero {
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slide-nav {
    display: none;
  }
  .slide-msg {
    top: 62px;
    max-width: 59%;
    padding: 25px;
  }
  .hero-h1 {
    font-size: 16px;
    line-height: 18px;
  }
  .hero-h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .slide-2 {
    width: 100%;
  }
  .sect.signup {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sect.planvisit {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sect.tiled {
    padding-top: 20px;
  }
  .sect.membership {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .contain {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contain.narrow {
    width: 90%;
  }
  .contain.subnav {
    display: none;
  }
  .section-heading {
    font-size: 25px;
  }
  .section-heading.white {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 27px;
  }
  .icon-link {
    font-size: 16px;
  }
  .icon-link._1.c {
    width: auto;
  }
  .form-a {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-b {
    width: 100%;
  }
  .footer-col {
    width: 48%;
    margin-bottom: 30px;
  }
  .paragraph.white {
    font-size: 13px;
    line-height: 20px;
  }
  .paragraph.white.right {
    font-size: 15px;
    line-height: 22px;
  }
  .form-c {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-c.d {
    width: 100%;
    margin-bottom: 20px;
  }
  .social-block {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .h6.tile {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0px;
  }
  .carosel {
    height: auto;
  }
  .carosel-preview-img {
    height: 180px;
  }
  .h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .half.left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .half.right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .right-aligned {
    width: 100%;
  }
  .carosel-paragraph {
    margin-bottom: 5px;
  }
  .carosel-paragraph.calendar-date {
    margin-bottom: 15px;
  }
  .solid.interior {
    position: fixed;
  }
  .things {
    width: 50%;
  }
  .split {
    padding: 20px;
  }
  .link-inside-icon.b {
    letter-spacing: 1px;
  }
  .visit-libk-block {
    width: 50%;
    padding: 18px;
    text-decoration: none;
	float:left;
  }
  .tile-coulmn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-arrow {
    margin-right: -44px;
  }
  .left-arrow {
    margin-left: -44px;
  }
  .event-block {
    width: 25%;
    padding-right: 7px;
    padding-left: 7px;
  }
  .event-block-img {
    height: 75px;
  }
  .carosel-link {
    margin-bottom: 80px;
  }
  .visit-link {
    margin-top: 10px;
    text-decoration: none;
  }
  .exploreimg {
    width: 100%;
  }
  .imgtile {
    width: 100%;
  }
  .join-slide-right {
    width: 50%;
    max-height: 0px;
    min-height: 362px;
    padding: 17px;
  }
  .p-text {
    font-size: 14px;
    line-height: 19px;
  }
  .p-text.white {
    font-size: 14px;
    line-height: 20px;
  }
  .join-left {
    width: 50%;
    min-height: 362px;
  }
  .membership-div {
    padding: 30px;
  }
  ._1col {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2col {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .member-name-n-price-btn {
    height: auto;
  }
  .content-interior {
    width: 100%;
    padding-left: 0px;
    border-left: 1px none #000;
  }
  .slider-calendar {
    height: 235px;
  }
  .h1 {
    font-size: 20px;
  }
  .calendar-item {
    padding-bottom: 0px;
  }
  .calendar-item-img {
    width: 220px;
    height: 200px;
    max-height: 200px;
	float:none;
	margin:10px auto;
	
  }
  .slide-column {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .slide-column.right-side {
    padding-left: 0px;
  }
  .benefit-left {
    height: 262px;
  }
  .benefits-right {
    padding-top: 20px;
    padding-left: 0px;
  }
  .calendar-img {
    width: 100%;
  }
  .planvisit-imgs {
    width: 60%;
  }
  
  .menu-button {
    background-color: #ebe7e7;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 15px 5px;
	display:block;
	width:40px;
}

.logo{
	color:#000;
	font-size:18px;
}

.plan-visit-wrap
{
	/*width:110px;*/
}

.main_news_page
{
	width:100%;
}

.sidebar
{
	width:50%;
	margin:10px auto;
	float:none;
}

.product .images
{
	max-width:600px;
	display:block;
	float:none;
	margin:10px auto;
	width:75%;
}
  
.section-conent-inside.half-width
{
	width:80%;
}

  .exhibit-3rd,.exhibit-half {
    padding-right: 14px;
    padding-left: 14px;
  }

  .slick-prev
  {
	  display:none !important;
  }
  
  .slick-next
  {
	  display:none !important;
  }
  
  #emma-form-submit
  {
	  width:100% !important;
  }
  
  .exhibit-left
  {
	  margin-bottom:25px;
  }
  
  table.em-calendar td
	{
		font-size:14px;
	}
	
	
  .nav-link.subtop {	
	padding-top:8px;
	margin-right:45px;
  }
  
  .search
  {
	  width:100px;
  }
  
}


@media (max-width: 767px) {
	
	.em.em-calendar section.em-cal-days
	{
		grid-template-columns: repeat(7, 1fr) !important;
	}

	.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span
	{
		width:24px !important;
		padding:6px 0px !important;
		text-align:center;
	}
	
	.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date
	{
		width: 100% !important;
		border-style: none !important;
	}
	
	.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span
	{
		width: 100% !important;
		border-style: none !important;
	}
	
	.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one
	{
		border-style:none !important;
	}
}


@media (max-width: 760px) {
	
	.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date
	{
		border-style:solid !important;
		height:100%;
		display:flex !important;
		justify-content:center;
		flex-direction:column;
		align-items:center;
	}
	
	.sect.newsletter .button {
		line-height:40px;
	}
	
	
	.benefit-left img
	{
		position:relative;
		top:-50px;
	}
	
	
}


@media (max-width: 479px) {
  p {
    font-size: 11px;
    line-height: 18px;
  }
  .button.slide-button {
    font-size: 11px;
  }
  .button.red {
    font-size: 12px;
  }
  .button.page-header-button.back {
    font-size: 10px;
  }
  .button.floatright.events {
    margin-top: 5px;
  }
  .nav-link {
    padding: 13px 20px;
    font-size: 13px;
  }
  .category-column-left {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .category-column-right {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .category-block {
    padding-left: 110px;
    background-position: 0px 50%;
    line-height: 16px;
  }
  .category-block._2 {
    padding-left: 110px;
    background-position: 0px 50%;
    line-height: 16px;
  }
  .section {
    padding: 20px;
  }
  .section.home-intro {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.cta-section {
    padding: 20px;
  }
  .section.coaches-section {
    margin-bottom: 0px;
  }
  .section.app-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .classes-tab-pane {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .classes-tab-button {
    height: 43px;
    padding-top: 12px;
    padding-left: 20px;
  }
  .classes-image-block {
    height: 150px;
    margin-bottom: 10px;
  }
  .classes-image-block.large {
    height: 310px;
  }
  .classes-block-title.small {
    font-size: 13px;
    line-height: 15px;
  }
  .column-title {
    margin-bottom: 2px;
  }
  .column-title._2 {
    font-size: 20px;
    line-height: 19px;
  }
  .column-title._2.large {
    margin-bottom: 3px;
    font-size: 21px;
    line-height: 18px;
  }
  .about-us-col-left {
    padding-bottom: 20px;
  }
  .process-list {
    padding-left: 15px;
  }
  .process-list-item {
    padding-left: 35px;
    line-height: 16px;
  }
  .process-circle {
    padding-top: 9px;
  }
  .process-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .slide-overlay {
    padding-top: 130px;
  }
  .hero-slide-title {
    font-size: 23px;
    line-height: 22px;
  }
  .hero-slide-title._2 {
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
  }
  .image-section-overlay {
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .image-section-overlay.program {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-section-overlay.contact {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .section-title-wrapper.centered {
    margin-bottom: 15px;
  }
  .section-title-wrapper.instructions {
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 23px;
    line-height: 21px;
  }
  .section-title.subtitle {
    margin-top: 4px;
    font-size: 11px;
  }
  .hero-slider-nav {
    padding-bottom: 153px;
  }
  .home-intro-row {
    margin-bottom: 10px;
  }
  .home-intro-column.last {
    margin-bottom: 0px;
  }
  .home-intro-block {
    padding: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  .block-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .block-title.small {
    font-size: 13px;
  }
  .block-title.small.small-gray {
    font-size: 12px;
  }
  .cta-block {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .cta-block._2.map {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cta-title {
    font-size: 17px;
    line-height: 19px;
  }
  .cta-title._2 {
    margin-top: 3px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  ._3-column-left {
    padding-bottom: 10px;
  }
  .image-block-overlay {
    padding: 20px;
  }
  .features-row {
    margin-top: 25px;
  }
  .page-header-title {
    font-size: 25px;
    line-height: 26px;
  }
  .page-header-title.subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .page-header-title.subtitle.small-subtitle {
    font-size: 12px;
  }
  .page-header-title.small {
    font-size: 22px;
    line-height: 26px;
  }
  .logo-title {
    font-size: 28px;
    line-height: 31px;
  }
  .simple-page-header {
    padding: 89px 20px 20px;
  }
  .blog-post {
    padding: 20px 20px 10px;
  }
  .blog-post-image {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-small-author-block {
    margin-bottom: 4px;
  }
  .blog-author-title {
    font-size: 10px;
  }
  .blog-author-title.date {
    font-size: 10px;
  }
  .footer-social-wrapper {
    margin-bottom: 20px;
    padding: 20px;
  }
  .footer-social-block {
    padding: 9px 15px;
  }
  .footer-social-title {
    font-size: 10px;
  }
  .link.bottom-footer-link {
    margin-bottom: 4px;
  }
  .coach-slider-image {
    position: static;
    height: 250px;
    margin-top: -33px;
    margin-bottom: 18px;
  }
  .cta-bar {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 19px;
  }
  .cta-col-left {
    padding-right: 0px;
  }
  .cta-bar-title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 13px;
  }
  .cta-bar-title._2 {
    margin-top: 8px;
    font-size: 17px;
    line-height: 9px;
  }
  .pricing-plans-row {
    margin-top: 20px;
  }
  .pricing-title-block {
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .pricing-title {
    font-size: 30px;
  }
  .pricing-title.per-month {
    font-size: 10px;
  }
  .pricing-plan-content-block {
    padding: 20px;
  }
  .pricing-plan-content-block._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pricing-color-block {
    padding-bottom: 8px;
  }
  .content-overlay-block {
    width: 100%;
    margin-bottom: 5px;
    padding: 20px 20px 5px;
  }
  .content-overlay-block._2 {
    margin-bottom: 15px;
  }
  ._404-page-title {
    font-size: 24px;
  }
  ._404-page-title._2 {
    font-size: 12px;
    line-height: 25px;
  }
  .app-mockup {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .app-column-left {
    padding-right: 0%;
    padding-bottom: 0px;
  }
  .class-header-overlay {
    padding-top: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .class-info-content-block.white {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .class-info-content-block.tint {
    padding: 20px 20px 15px;
  }
  .class-info-content-block.about {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-contact-list {
    margin-bottom: 0px;
  }
  .logo-container {
    padding-left: 20px;
  }
  .logo-container._2.w--current {
    width: 219px;
    margin-top: 3px;
    margin-left: -20px;
    padding-top: 15px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
	margin-top:0px;
  }
  
  .logo
  {
	 color:#000;
	 font-size:18px;
  }
  .w-slider-arrow-left,  .w-slider-arrow-right
  {
	  top:78px;
	  height:209px;
	  bottom:auto;
  }
  
  .w-icon-slider-left, .w-icon-slider-right
  {
	  display:none;
  }
  
  .button.floatright.events.centered.white
  {
	  margin-left:100px;
  }
  
  .btn-arrown-down
  {
	  display:none;
  }
  
  .visit-libk-block
  {
	  float:left;
  }
  
  .pricing-check-list-item {
    margin-bottom: -1px;
  }
  .page-overlay-header {
    padding-top: 105px;
    padding-bottom: 25px;
  }
  .blog-post-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 19px;
  }
  .blog-date-icon {
    height: 19px;
  }
  .blog-author-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-author-image {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .blog-author-name {
    font-size: 15px;
    line-height: 18px;
  }
  .blog-author-name._2 {
    font-size: 12px;
  }
  .sidebar-block {
    padding: 20px 20px 10px;
  }
  .blog-post-header {
    margin-bottom: 10px;
  }
  .blog-post-lightbox {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-post-thumb {
    width: 100%;
    height: auto;
  }
  .menu-button {
    margin-right: 0px;
  }
  .class-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-trainer-item {
    padding: 20px;
    text-align: center;
  }
  .featured-trainer-block {
    top: -8px;
  }
  .trainer-image {
    width: 80px;
  }
  .trainer-name {
    margin-top: 14px;
    font-size: 16px;
  }
  .small-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-news-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
  }
  .recent-news-thumb-image {
    width: 50px;
  }
  .recent-news-top-wrapper {
    margin-top: 10px;
  }
  .class-difficulty-label {
    display: block;
    float: none;
  }
  .difficulty-info-title {
    display: block;
    margin-left: 0px;
    float: left;
  }
  .class-intro-paragraph {
    font-size: 11px;
    line-height: 16px;
  }
  .sign-up-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-content-block {
    padding: 20px;
  }
  .licensing-list-item {
    padding: 6px 3px;
  }
  .licensing-info-column {
    padding-right: 0px;
  }
  .licensing-info-title {
    font-size: 11px;
    line-height: 16px;
  }
  .logo.dark {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .hero {
    height: 287px;
    /*padding-top: 100px;*/
  }
  .section-hero {
    margin-bottom: 0px;
  }
  .slide-msg {
    top: 0px;
    width: 80%;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
    padding: 20px;
  }
  .hero-h1 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .hero-h3 {
    line-height: 18px;
  }
  .sect {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sect.signup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sect.planvisit {
    padding-top: 10px;
  }
  .sect.tiled {
    padding-bottom: 30px;
  }
  .sect.membership {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contain {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contain.topbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-heading.white {
    font-size: 22px;
  }
  .section-heading.white.right {
    font-size: 22px;
    line-height: 20px;
    text-align: left;
  }
  .section-heading.left {
    line-height: 29px;
  }
  .icon-link {
    width: 197px;
    padding: 5px;
  }
  .icon-link._1.c {
    position: static;
    font-size: 13px;
  }
  .footer-col {
    width: 100%;
    padding-right: 0px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }
  .paragraph.white {
    line-height: 17px;
  }
  .paragraph.white.right {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  .social-block {
    width: 50px;
    height: 50px;
    padding: 16px;
  }
  .h6.tile {
    padding-right: 9px;
    padding-left: 9px;
  }
  .carosel {
    overflow: visible;
    height: 241px;
  }
  .h4 {
    font-size: 15px;
  }
  .h4.white {
    font-size: 15px;
  }
  .h4.white.right {
    font-size: 15px;
    line-height: 17px;
  }
  .half.left {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .half.right {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #264e80;
    border-left: 1px none #000;
  }
  .right-aligned {
    text-align: left;
  }
  .carosel-paragraph {
    font-size: 12px;
  }
  .carosel-paragraph.white {
    margin-bottom: 15px;
  }
  .carosel-paragraph.tiled {
    font-size: 13px;
  }
  .icon-tiles._1.b {
    width: 50%;
  }
  .icon-tiles._1.c {
    width: 50%;
  }
  .icon-tiles._1.d {
    width: 50%;
  }
  .icon-tiles._1.e {
    width: 50%;
  }
  .icon-tiles._1.map {
    width: 100%;
    height: 250px;
  }
  .things {
    width: 100%;
    height: 267px;
  }
  .things._3 {
    height: 267px;
  }
  .things-popup {
    height: 243px;
  }
  .things-popup._3 {
    height: 243px;
  }
  .split {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .link-inside-icon.b {
    font-size: 19px;
  }
  .visit-libk-block {
    width: 50%;
  }
  .tile-coulmn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-arrow {
    margin-top: -75px;
    margin-right: -48px;
  }
  .left-arrow {
    margin-top: -75px;
    margin-left: -48px;
  }
  .event-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-block-img {
    height: 100px;
  }
  .carosel-link {
    margin-bottom: 80px;
  }
  .join-slide-right {
    width: 100%;
    min-height: 334px;
  }
  .join-left {
    width: 100%;
    min-height: 169px;
  }
  .membership-div {
    padding: 20px;
    border-left-width: 20px;
  }
  .h1 {
    font-size: 18px;
    line-height: 19px;
  }
  .calendar-item-img {
    height: 210px;
    margin-bottom: 20px;
  }
  .benefit-left {
    height: 215px;
  }
  

.section-conent-inside.half-width
{
	width:100%;
}

  .exhibit-3rd,.exhibit-half {
    width: 100%;
  } 


.exhibit-thumb
{
	width:60%;
	margin:10px auto;
	display:block;
	float:none;
}
  
.addthis_button_facebook_share.at300b
{
  margin-bottom:5px;
  float:left;
}

.share-text
{
	margin-top:10px;
}

ul.products
{
	padding-left:0px;
}

.products .product
{
	width:100%;
	margin:25px auto;
	float:none;
}

.products .product img, .products .product a
{
	margin:0px auto;
	display:block;
	width:200px;
}

.single-product .summary,.single-product .wc-tab
{
	width:100%;
	float:none;
}

#entries1, #entries2, #entries3
{
	min-height:0px;
}

.h6.slider.calendar
{
	display:block !important;
}



}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-regular-400.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-solid-900.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'FontawesomeBrands';
  src: url('../fonts/fa-brands-400.ttf');
  font-weight: 400;
  font-style: normal;
}



/* New Staff Page Classes */
.staff-list .tb-field
{
	margin-bottom:1px;
	font-size:16px;
	background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	display: block;
}

.staff-list .tb-fields-and-text p
{
	margin-bottom:1px;
	font-size:16px;
	font-weight:bold;
}

.staff-list .wp-block-toolset-views-view-template-block
{
	margin-bottom:10px;
}
