/*
	Theme Name: Maven
	Theme URI: 
	Description: Custom Design and Theme for Maven
	Author: Simply Design
	Author URI: http://www.simplydesign.com/

	Version: 1.1.2

	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: altitude-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/

@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@font-face {
    font-family: 'graced_script_personal_useRg';
    src: url('gracedscript_personaluseonly-webfont.woff2') format('woff2'),
         url('gracedscript_personaluseonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
 * 
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.4rem;
}

body {
	background-color: #fff;
	color: #58585b;
	font-family: "museo", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

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

a:focus,
a:hover {
	color: #58585b;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

.image-section .widget:first-of-type cite {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 8rem;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5;
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"league-gothic", sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 20px;
	
}

h1 {
	font-size: 56px;
	font-size: 5.6rem;
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	text-transform: uppercase;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-size: 8rem;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	
}

h3 {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.small {font-size: 12px; font-style: italic}
.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 32px;
	font-size: 3.2rem;
	
	
	padding-bottom: 0;

}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "museo", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

h6 {
	font-family: "museo", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}
.maven-well .hide-well {display: none !important;}


/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200;
	
	width: 100%;
}
.before-header select {-webkit-appearance: none; 
   -moz-appearance: none;}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button, .wp-block-button {
	background: url(images/button-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #9c7252;
	border-radius: 0px;
font-weight: 100;
	cursor: pointer;
	font-size:  20px;
	font-size: 2.0rem;
	font-family: "league-gothic", sans-serif;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
	border: 2px solid #9c7252;
}
.responsive-menu-pro-button  {background: none !important;}
.button-outlined {color: #9c7252 !important; 	border: 2px solid #9c7252; background: transparent; font-weight: 100;
	cursor: pointer;
	font-size:  20px;
	font-size: 2.0rem;
	font-family: "league-gothic", sans-serif;
	letter-spacing: 1px;
	padding: 10px 45px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;}
.button-outlined:hover, .button-outlined-light:hover {	background: url(images/button-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #9c7252;}
.button-outlined-light {background-color: #000 !important;
	border: 2px solid #9c7252;
	border-radius: 0px;
color: #9c7252;
	cursor: pointer;


	letter-spacing: 2px;
	padding: 5px 45px;

	width: auto;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
background-image: none;
	background: #000;
color: #9c7252

}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.image-section  .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input:focus[type="button"],
.image-section input:focus[type="reset"],
.image-section input:focus[type="submit"],
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:focus,
.image-section .widget .button:hover {

	color: #9c7252 
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
/* Custom
--------------------------------------------- */
.before-header {background: #000; color: #fff; z-index: 99999; width: 100%; position: fixed; font-family: 'Droid Sans', sans-serif; text-transform: uppercase; font-size: 1.2rem; }
.before-header a {text-decoration: none; color: #fff;}
.before-header .wrap { padding: 1% 3%}
#front-page-2 .wrap {max-width: 100%; color: #fff;}
#front-page-2, #front-page-2 h2 {text-align: center !important;}
.center-text {text-align: center}
.goldtextbg a { background: transparent;  text-align: center; color: #000;  }

#front-page-2 h2, #front-page-2  p, #front-page-2  a {text-align: center; }
.goldtextbg  a:hover { color: #2b1e03 !important}
#front-page-2 .flexible-widgets {padding: 0 !important; margin-bottom: 0 !important}
#front-page-2  .flexible-widgets .widget {margin-bottom: 0 !important;}
#front-page-2 .one-third {width: 33.33333%; margin-left: 0; padding: 5%;}
.rates .front-page-2 a {border: 1px solid #000; padding: 10px 20px; text-decoration: none;}
.rates .front-page-2 a:hover {border: 1px solid #000; background-color: #000 !important; color: #fff !important; padding: 10px 20px; text-decoration: none;}
.home .dark .nav-primary {padding-top: 20px;}
.dark .nav-primary {padding-top: 10px;}
.gold-bg::before {background-color: rgb(156,114,82) !important;  color: #fff; padding-top: 60px; mix-blend-mode: multiply;content: "";
  display: block;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;}
.site-header {padding-left: 5%; padding-right: 5%; }
.dark {-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);}

.dark {background-color: #fff !important;}
.gold-bg {padding-left: 5%; padding-right: 5%}
.gold-bg h1, .gold-bg .button { mix-blend-mode: normal; isolation: isolate; color: #fff}
.gold-bg .button {text-decoration: underline; background: transparent !important; border: none !important; padding: 0 !important; font-size: 1.6rem; font-size: 16px; }
#front-page-3 div.flexible-widgets.widget-area.widget-full {padding-right: 10%; padding-left: 45%; color: #58585b;  }
#front-page-3 { margin:  0}
#front-page-3 .image-section {color: #58585b !important;}
#front-page-4 .wrap {max-width: 960px; margin: 0 auto;}
#front-page-3 p {padding: 10px 0 30px 0px;
margin-top: 0 ; margin-bottom: 0;}
#front-page-3 h3, .front-page-3 h3 {font-family: 'graced_script_personal_useRg'; font-size: 5rem; font-size: 50px; text-transform: lowercase; color: #be965b; margin:0;}
.goldtextbg {background: url(images/gold-texture-bg3.jpg); background-repeat: no-repeat; background-size: cover; color: #000; font-size: 1.4rem; display: flex;  justify-content: center;
    align-items: center;}
.goldtextbg a {font-size: 14px; font-size: 1.4rem; font-weight: 500; margin-top: 20px;}

.rates .goldtextbg  {min-height: 500px;}
.new {overflow: hidden;  background-image: url('images/new.jpg'); background-size: cover;
  background-color: #624247;
  background-blend-mode: multiply;  border-top: 4px solid #fff; border-bottom: 2px solid #fff}
	.front-page-4 .new	{background-color: #d6563a}	
	.front-page-4 .solid-section .widget-title {color: #fffce8; font-size: 14px; text-align: center;
font-size: 1.4rem; font-weight: 200; letter-spacing: .2em; text-transform: uppercase}
.roadmap {overflow: hidden;  background-image: url('images/passes.jpg'); background-size: cover;
  background-color: #778f63;
  background-blend-mode: multiply; border-top: 4px solid #fff; border-bottom: 2px solid #fff; border-right: 4px solid #fff; border-left: 4px solid #fff;}
.passes {overflow: hidden;  background-image: url('images/class.jpg');
  background-color: #624247;
  background-blend-mode: multiply; background-size: cover; border-top: 4px solid #fff; border-bottom: 4px solid #fff}
		.front-page-4 .passes {background-color: rgb(156,114,82)}
			.front-page-4 {}
		#respond  {display: none;}
		
		time.entry-time {display: none;}
	.single	.entry-footer, 	.single .entry-header {display: none;}
	.genesis-skip-link {display: none;}
	.footer-widgets {background-color: #58585b}
.genesis-nav-menu > li > .sub-menu:before	{content: "";
border-color: transparent transparent #000 transparent;
border-style: solid;
border-width: 20px;
width: 0;
height: 0;
position: absolute;
top: -30px;
left: 10px}
.bg1 {background: url(images/bg1.jpg); background-size: cover; background-repeat: no-repeat; 
 border-top: 10px solid #fff; border-right: 10px solid #fff; border-bottom: 10px solid #fff; min-height: 220px  }
.bg2 {background: url(images/bg2.jpg); background-size: cover; background-repeat: no-repeat; min-height: 220px;
   border-top: 10px solid #fff; border-bottom: 10px solid #fff  }
.bg3 {background: url(images/bg3.jpg); background-size: cover; background-repeat: no-repeat; 
   border-top: 10px solid #fff; border-left: 10px solid #fff; border-bottom: 10px solid #fff; min-height: 220px   }
.pull-right {float: right;}
.bg4 {background: url(images/bg4.jpg); background-size: cover; background-repeat: no-repeat; 
 border-top: 10px solid #fff; border-right: 10px solid #fff; border-bottom: 10px solid #fff; min-height: 220px  }
.bg5 {background: url(images/bg5.jpg); background-size: cover; background-repeat: no-repeat; min-height: 220px;
   border-top: 10px solid #fff; border-bottom: 10px solid #fff  }
.bg6 {background: url(images/bg6.jpg); background-size: cover; background-repeat: no-repeat; 
   border-top: 10px solid #fff; border-left: 10px solid #fff; border-bottom: 10px solid #fff; min-height: 220px   }


.nopad {padding: 0 !important; margin: 0 !important;}
section {
    width: 100%;
  min-height: 100%;
    display:table;
    height:inherit;
}
.mid-align-container {  width: 100%;
    height: 100%;
    display:table-row;}

div.two-thirds.nopad.col-right, div.one-third.first.nopad.col-left {float: none !important;}
.col-left, .col-right {
  float: none;
      display: table-cell;
    vertical-align: middle;
}
.odd {background: url(images/gold-texture-bg3.jpg); color: #000;}
.odd .odd {background: #fff;}

.desc	{text-align: center; padding: 10px; width: 75%; margin: 0 auto;}

.offerings {text-align: center;}
.offerings h5 {display:inline-block; text-align: center; padding: 20px 20px 0;  color: #000; 	font-family:"league-gothic", sans-serif;}
.offerings h5 a {text-align: center; color: rgba(0,0,0,0.2);     font-size: 48px;
text-decoration: none !important; border-bottom: none;}
.maven-logo {background-image: url(images/maven-final.svg); text-indent: -99999px; background-repeat: no-repeat; 
background-size: cover;
width: 300px;
overflow: visible;
height: 125px;
margin-left:30px;
	margin-right: 30px; }
.offerings h5 a:hover {color: rgba(0,0,0,0.2) !important;  }
.home .maven-logo {background-image: url(images/maven-final-gold.svg); text-indent: -99999px; background-repeat: no-repeat; 
background-size: cover;
width: 300px;
overflow: visible;
height: 125px;
margin-left:30px;
	margin-right: 30px; }
#bgndVideo_home, .mb_YTPlayer {background-color: #000}

.dark .maven-logo {width: 196px;
height: 86px}

.maven-well .maven-logo {background-image: url(images/maven-well-white.svg); }
.maven-well .responsive-menu-pro-header-bar-item a img {display: none}
.maven-well #responsive-menu-pro-header::before {content: url(images/maven-well-black.png);   }

.footer-widgets {font-family: 'Droid Sans', sans-serif;
text-transform: uppercase;
font-size: 1.2rem;}

.footer-widgets h1 {font-size: 1.6rem; font-family: "museo", serif; font-weight: 300;}

.before-header .float-right .fa {margin-left: 10px; font-size: 1.4rem}
.before-header .float-right 	.fa-paper-plane {font-size: 1.2rem}

.before-header a:hover {color: #e4cecc}
.front-page-1 {size: 1.8rem}

.front-page-1  .flexible-widgets {background: url(images/shade2.png) !important; background-repeat: no-repeat; background-size: cover !important; background-position: bottom;}

.page-shadow-hero  {background: url(images/shade2.png) !important; background-repeat: no-repeat; background-size: cover !important; background-position: bottom; padding: 100px 0 60px }
.page-template-default {background-image: url(images/header-1.jpg); background-repeat: no-repeat; background-position: top center; background-size: 100%}

.gold-border {border: 1px solid #aaaaaa; color: #aaaaaa !important; padding: 5%; margin: 1.25% 0;}
.gold-border h2 {color: #aaaaaa !important;}
.textshadows {text-shadow: 5px 5px 20px rgba(0, 0, 0, 1);}

.site-inner {background: #fff;}
.a.wpv-reset-trigger.js-wpv-reset-trigger {text-decoration: underline;
padding-top:24px}

.sbi_lightboxOverlay {background-color: white !important;}
.speech-bubble {
	position: relative;
	background: #be965b;
	border-radius: .4em;
	padding: 10%;
	color: #fff !important;
	text-align: center;
	margin: 100px 0;
} 

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 28px solid transparent;
	border-right-color: #be965b;
	border-left: 0;
	border-bottom: 0;
	margin-top: -14px;
	margin-left: -28px;
	color: #fff !important;
}
.base-classes {opacity: .07; -webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out; margin-bottom: -5px;}
.base-classes:hover {opacity: 1}
a:hover h3, a:hover .info {display: none; color: #fff !important; text-shadow: 1px 1px 22px rgba(2, 0, 0, 0.59); }
.text-overlay h3  {position: absolute; width: 100%; text-align: center; top:20%;     padding: 0 10% 0 3%;}
.text-overlay .info  {position: absolute; width: 100%; text-align: center; top: 35%; padding: 0 40px;}
.memberships .text-overlay h3 { top:5%;}
.memberships .text-overlay .info { top:20%; font-size: 1.6rem}
.trx .TRX, .barre .Barre, .reformer .Reformer,  .velo .Velo, .yoga .Yoga, .pilates .Pilates {opacity: 1}
.text-overlay img {opacity: .07; }
.text-overlay .info   {position: absolute; width: 100%; text-align: center; top: 45%;     padding: 0 20% 0 13%;}
.plus {margin-top: 60px;
    border-top: 1px solid #be965b;
 
    padding: 60px 80px 0;  }
.overlay {box-shadow: inset 0 0 0 1000px rgba(255,255,255,.9); min-height: 500px;}
.single-privates .overlay, .duo-privates .overlay, .punch-passes .overlay {min-height: 100px !important;}
.narrow article {max-width: 760px; margin: 0 auto; text-align: center;}
.fancy-name {/*font-family: 'graced_script_personal_useRg';    font-size: 24px;    text-transform: lowercase;    color: #be965b; margin-bottom: -10px;*/  font-size: 1.4rem;
    text-transform: uppercase;
    color: #be965b;
    margin-bottom: 5px;
    font-weight: 500;}

/* Screen Reader Text
--------------------------------------------- */s

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	
}

.site-inner {

	clear: both;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	word-wrap: break-word;
	padding-top: 0px;
}

.home .site-inner {


	padding-top: 0px;
}
.page .site-inner, .post .site-inner {}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
    box-shadow: none;
	color: #fff;
	padding: 20px 23px;
    right: 0;
    top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	
	font-family: 'graced_script_personal_useRg';
font-size: 5rem;
font-size: 50px;
text-transform: lowercase;
color: #be965b;
margin: 0;
}

.sidebar .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #22a1c4;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:30px;

}
.page .site-header {position: relative;}
.page .site-header.dark {background-color: transparent !important; webkit-box-shadow: none;
-moz-box-shadow:  none;
box-shadow:  none;}
.featured-section .site-header {
	 padding-top: 10px }

.featured-section .site-header > .wrap {

}

.site-header.dark {
	background-color: #fff;
	color: #58585b;
	top: 0;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 240px;
	display: none;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
margin-top: 15px
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	font-family: "league-gothic", sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
.page .genesis-nav-menu .menu-item, .post .genesis-nav-menu .menu-item  {
	display: inline-block;
	text-align: left;
	
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 20px;
	font-size: 2.0rem;

	letter-spacing: .05em;
	padding: 30px 15px 30px;
	
}
.genesis-nav-menu a:hover {color: #58585b}
.site-header.dark .genesis-nav-menu  {

}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {

}

.genesis-nav-menu > .menu-item > a {

}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	border-radius: 5px;
	background-color: #000;
	margin-top: -10px;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.17);
box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.17);
	padding-bottom: 30px;
	}

.genesis-nav-menu .sub-menu a {
padding: 0 10px;
	outline: none;
	
	position: relative;
	width: 200px;
	color: #fff;font-size: 18px;
	font-size: 1.8rem
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	color: #be965b;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	
}
.float-left {float: left;}
.float-right {float: right;}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;

	width: 100%;
}

.image-section {
	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 ); */
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	
	vertical-align: middle;
}

#front-page-1 div.flexible-widgets.widget-area.widget-full, .single div.flexible-widgets.widget-area.widget-full    {

	
	vertical-align: bottom !important;

}#front-page-3 div.flexible-widgets.widget-area.widget-full, .single div.flexible-widgets.widget-area.widget-full    {

	
	vertical-align: middle !important;

}
#front-page-1 .button {margin-bottom: 80px;}
div.flexible-widgets.widget-area.widget-full   {

	
	vertical-align: middle;
}


.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 0px solid transparent;
	margin-top: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,

.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}
.front-page-3 {
	background-color: #fff; background-size: 100%; background-repeat: no-repeat; background-position: bottom;}
.front-page-1 {
	position: relative;
	text-align: center;

}
.front-page-1 h3.widget-title {font-size: 72px; font-size: 7.2 rem; color: #fff; 	text-align: center; margin-bottom: 10px; letter-spacing: 2px}

.front-page-1 .image-section {
	padding-top: 0px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4, .front-page-4 .solid-section  {
	
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 0px;
	
}



.flexible-widgets .widget {
	float: left;
	margin: 0 0 0px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section  .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 50px 100px 50px;
	width: 100%;
}
.page-id-73 .full-width-content .content {
	padding: 50px 100px 50px;
	width: 100%;
}
.full-width-content.front-page .content {
	padding: 0;
}

.class-filter { padding-top: 0px;}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: left;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {

	content: "";
	display: block;
	margin: 0 auto 0px;
	padding-bottom: 30px;
	width: 25%;
}

.single .entry-header::after {
	border-bottom: none;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
	font-size: 2rem;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: url(images/black-bg.jpg) #000;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;

}
.footer-widgets a {text-decoration: underline;
}
.footer-widgets .fa {font-size: 5.2rem; margin:0 5px 20px;}
.footer-widgets .far-right .fa {font-size: 6.2rem; margin:0 5px 20px;}
.footer-widgets .wrap {
	padding-bottom: 0px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #be965b;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fffce8;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-inner {max-width: 100%}
.margin-top {margin-top: 30px; border-top: 1px solid #000; padding-top: 30px; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

	
	.wrap {
		max-width: 1140px;
	}
#front-page-2 .wrap {max-width: 100%}
#front-page-2 .one-third {width: 33.33333%; margin-left: 0}
}

@media only screen and (max-width: 1200px) {
#front-page-2 .wrap {max-width: 100%}
#front-page-2 .one-third {width: 33.33333%;  margin-left: 0}
	
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}

	.genesis-nav-menu a {
		padding: 30px 10px;
	}

	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}

	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}

}
@media only screen and (min-width: 1023px) { 
.small-spot {margin-top: 25px} 
	.trx .TRX:after, .barre .Barre:after, .reformer .Reformer:after,  .velo .Velo:after, .yoga .Yoga:after, .pilates .Pilates:after {content: "\f0d7"; font-family: FontAwesome; font-size: 30px; color: #be965b;   white-space: pre;}

}
.maven-well .entry-content {margin-top: 20px;}
.mobile-only {display: none !important;}
@media only screen and (max-width: 1023px) {
	
	
	.maven-logo {width: 150px; height: 65px}
	.featured-section .site-header {padding-top: 30px; height: 160px }
.small-spot {margin-top: 0px} 
#front-page-2 .wrap {max-width: 100%}
	.front-page-1 h3.widget-title {font-size: 3.4rem;}
#front-page-2 .one-third {width: 33.33333%;  margin-left: 0}
	
	.wrap {
		max-width: 768px;
	}

	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}

	.front-page .site-header {
		
	}

	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}

	.header-image .dark .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

	.nav-primary .genesis-nav-menu {
		float: none;
	}

	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
    margin-top: 20px;
    padding: 40px 0%;
}
	#front-page-3 h3, .front-page-3 h3 {font-size: 30px; font-size: 3rem;}
	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}

	.image-section h2,
	.solid-section h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	section {
    width: 100%;
  min-height: 100%;
    display:block;
    height:inherit;
	
}
.mid-align-container {  width: 100%;
    height: 100%;
    display:block; 	margin-bottom: 10px;}

div.two-thirds.nopad.col-right, div.one-third.first.nopad.col-left {float: none !important;}
.col-left, .col-right {
  float: none;
      display: block;
	vertical-align: inherit;
	}
.desc	{text-align: left; padding: 10px; width: 100%; margin: 0 auto 20px;}
	.page-shadow-hero  {background: none  !important; background-repeat: no-repeat; background-size: cover !important; background-position: bottom; padding: 150px 0 40px; }
	.speech-bubble {margin: 0 30px 30px;}
		.speech-bubble:after {

	top: -12px;
			left: 20%;
	
}
	.page-template-default {background-size: 150%;}
}
.well .two-thirds { padding-left: 50px}
@media only screen and (max-width: 800px) {
	.mobile-only {display: block !important}
		.mobile-no {display: none;}
	.maven-well .responsive-pro-inner {background-color: #fff !important}
	.before-header {text-align: center !important; }
	.well {text-align: center !important;}
	.bg1, .bg2, .bg3 {border-bottom: none;}
.well .two-thirds { padding: 2% !important}
	#front-page-1 div.flexible-widgets.widget-area.widget-full, .single div.flexible-widgets.widget-area.widget-full    {
padding:0 2%;
	
	vertical-align: bottom !important;

}
	
.bg1 {border-right: none;}
	.bg3 {border-left: none;}
	.bg1, .bg2, .bg3 {min-height: 50px;}
	#front-page-1 .button {margin-bottom: 40px;}
	.gold-bg::before {height: 360px}
	.maven-logo {display: none;}
#front-page-1 h1 {margin: 0}
#front-page-2 .one-third {width: 100%}
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0;
	}

	.front-page .site-inner {
		padding: 0;
	}

	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}

button#responsive-menu-pro-button .responsive-menu-pro-box {color: #58585b !important}
	.site-header nav .wrap {
		padding: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: #000;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #22a1c4;
		border-width: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}

	.image-section .flexible-widgets {
		
	}

	.solid-section .flexible-widgets {
	
	}

	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
.roadmap {border-left: 0; border-right: 0}
.front-page-2 .roadmap, .front-page-2 .new, .front-page-2.passes {clear: both}
.front-page-2 .new {background-color: rgb(98,66,71) !important; background-image: none; } 
		.front-page-2 .passes	 {background-color: rgb(98,66,71) !important; background-image: none; }
.front-page-2		.roadmap  {background-color: rgb(119,143,99) !important; background-image: none;} 
	
		#front-page-2 h2, #front-page-2 p, #front-page-2 a {position: relative;}
		#front-page-2 .button {margin: 0 auto;}
		#front-page-3 div.flexible-widgets.widget-area.widget-full {width: 100%;  /*background: url('images/text-bg.png'); background-repeat: no-repeat; background-size: cover;*/ padding: 20% 5% 5%; }
	#front-page-3 div.flexible-widgets.widget-area.widget-full {vertical-align: top !important; padding-top: 50px;}
		#front-page-4 h3.widget-title {display: none;}
		.front-page-4 {padding: 0}
		.front-page-4 .solid-section .flexible-widgets {padding-top: 0; padding-bottom: 0;}
		.flexible-widgets.widget-full .widget {margin: 0 auto 0;}
		.big-spot, .med-spot, .small-spot { border-bottom: 2px solid #fff;  border-top: 2px solid #fff;}
		.small-spot {  border-top: 4px solid #fff;}
	
.responsive-menu-pro-item-link {font-size: 13px; line-height: 25px;
border-bottom: 1px solid rgba(33, 33, 33, 0);
color: rgba(255, 252, 231, 1);
background-color: rgba(156, 114, 81, 0);}
	#responsive-menu-pro-container .fa {width: 30px}
	.no-bg {min-height: 150px; background-size: auto 100% !important;
background-repeat: no-repeat !important;
background-position: top left !important}
	.no-bg h1 {margin-top: 30px;}
	.header-text-mask {padding: 35% 5% 15%;}
	.site-inner {margin-top: 0; padding:  5%}
	#front-page-3 h3 {font-size: 30px; font-size: 3.0rem;}
	#front-page-3 {min-height: 50px;}
	.offerings h5 a {font-size: 1.2rem; font-size: 12px;}
	.far-right {margin-top: 50px;}
	.one-third {margin-top: 0px;}
	h1 {font-size: 3.6rem;}
}

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

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
		font-size: 4rem;
	}

}


#responsive-menu-pro-title-image {margin-top: 50px;}
/* bootstrap columns  */

.grid-item {margin: 0px 0px 0px; color: #be965b !important; font-size: 1.6rem; padding: 10px; }
	.small {margin-top: 20px;}
.grid-item h5 {font-size: 1.8rem;}

@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1166px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}