/* 
Theme Name: Ellsworth
Author: WebMovement, LLC
Author URI: http://webmovementllc.com
*/


@font-face {
    font-family: 'socicon';
    src: url('font/socicon-webfont.eot');
    src: url('font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/socicon-webfont.woff') format('woff'),
         url('font/socicon-webfont.ttf') format('truetype'),
         url('font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ballantines';
    src: url('font/ballantines-heavy-webfont.eot');
    src: url('font/ballantines-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ballantines-heavy-webfont.woff2') format('woff2'),
         url('font/ballantines-heavy-webfont.woff') format('woff'),
         url('font/ballantines-heavy-webfont.ttf') format('truetype'),
         url('font/ballantines-heavy-webfont.svg#ballantines-heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Bitter', serif;
}

input, textarea, select {
  border: 0px;
  border-radius: 0px;
  margin: 0;
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}


.advancements {
	background-color: #e1dcd1;
	min-height:-webkit-calc(100vh - 132px);
	min-height:calc(100vh - 132px);
}

.advancement {
	display: inline-block;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

a.slick-slide {
	padding: 0px 5px;
}

a.slick-slide img {
	max-width: 100%;
}

.full-width {
	width: 100%;
}

.half-width {
	width: 50%;
}

.square {
	width: 100%;
	padding-bottom: 50%;
}

.background-section {
	max-height: 650px;
	overflow: hidden;
	position: relative;
}

.background-section > img {
	max-width: none;
}

.background-section.full {
	max-height: none;
	height: 100%;
}

.bike-link {
	display: block;
	width: 100%:;
}

.bike-post {
	background-color: #a4aeb5;
	box-sizing: border-box;
	height: 550px;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}

.bike-post .bike-image {
	width: 850px;
}

.bike-post #product_logo {
	position: absolute;
	top: 0px; left: 40px;
}

.bike-post .tag {
	position: absolute;
	top: 0px; right: 0;
	height: 120px;
}

.bike-post .tag-1 {
	top: 122px;
}

.events .background-section#banner .overlay img {
	width: 461px;
}

.find-dealer .background-section#banner .overlay img {
	width: 480px;
}

#bike_slider {
	min-height: 400px;
}

#bike_slider .bike {
	display: none;
	max-width: 575px;
	padding-bottom: 120px;
	position: relative;
	vertical-align: middle;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#bike_slider.owl-loaded .bike {
	display: inline-block;
}

#bike_slider .bike .tag {
	position: absolute;
	bottom: 70px; right: 0;
}

#bike_slider .bike .tag img {
	height: 120px; width: auto;
}

.button {
	background: #e1dcd1;
	color: #000;
	font-size: 14px;
	display: inline-block;
	min-width: 100px;
	text-transform: uppercase;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
}

.button span {
	font-weight: 600;
}

.button a, .button > span, .button input {
	display: block;
	color: #000;
	padding: 17px 25px;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}

.button input {
	display: inline-block;
}

.button input + img {
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}

.button.red-button {
	background: #8c0202;
	color: #fff;
}

.button.red-button a,
.button.red-button a span {
	color: #fff;
	font-weight: 100;
}

.button.red-button a span {
	display: inline-block;
	margin-top: 1px;
}

.button.red-button a img {
	margin-top: -2px;
}

.button.red-button input {
	background: transparent;
	color: #fff;
	font-family: 'Bitter',serif;
	font-size: 14px;
	font-weight: 100;
	height: 48px;
	margin-top: -4px;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}


.button img.arrow {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
}

.button.red-button input + img.arrow {
	margin-left: 0px;
	margin-right: 25px;
	vertical-align: sub;
}

.column {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.container {
	box-sizing: border-box;
	font-size: 0px;
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 20px;
	position: relative;
	width: 100%;
}

.container-960 {
	box-sizing: border-box;
	font-size: 0px;
	margin: 0px auto;
	max-width: 960px;
	position: relative;
	width: 100%;
}

.container-1400 {
	box-sizing: border-box;
	font-size: 0px;
	margin: 0px auto;
	max-width: 1400px;
	position: relative;
	width: 85%;
}

.container-Full{
	box-sizing: border-box;
	font-size: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 99%;
}

.container-1400 p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}

.container p, .container-960 p {
	font-size: 14px;
}

.copy {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

#test_ride .copy {
	font-size: 20px;
	line-height: 30px;
}

.copy.large {
	font-size: 22px;
	line-height: 28px;
}

#cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	background: #0E2431;
	z-index: 9999;
}

#craft .leftside {
	color: #fff;
	max-width: 330px;
}

.event {
	background-color: #a4aeb5;
}

.loading {
	text-align: center;
	position: fixed;
	top: 48%; left: 0%;
	width: 100%;
	z-index: 10000;
}

.event.popup-event {
	width: 500px;
	max-width: 95%;
	box-sizing: border-box;
	color: #2d2d2d;
	height: auto;
	margin: 0px auto;
	position: absolute;
	text-align: center;
	top: 0%; left: 0%;
	z-index: 10000;
}

.event.popup-event #close {
	cursor: pointer;
	position: absolute;
	bottom: -30px; left: 50%;
	margin-left: -30px;
}

.event-grid {
	margin: 0px auto;
	width: 100%;
}

.event-grid .event {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 32%;
}

.event-grid-sizer { width: 32%; }
.event-gutter-sizer { width: 2%; }

/*.media-grid-sizer,.image-wrapper { width: 23%; }
.media-gutter-sizer { width: 2%; }*/


/*.image-wrapper {
	border: 3px solid #fff;
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}*/


.event .button {
	margin-top: 40px;
}

.event .container {
	padding-bottom: 40px;
	padding-top: 40px;
}

.event .details p {
	color: #0d1a22;
	font-size: 16px !important;
	line-height: 22px;
}

.event .details a {
	color: #0d1a22;
}

.event .fancy p,
.event .fancy {
	color: #0d1a22;
	font-size: 30px !important;
}

.loading h1,
.event h1 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}

.event .map {
	border-bottom: 0px;
	height: 170px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.contact .map {
	border-bottom: 0px;
}

#contact_bar {
	background: #8c0202;
	padding: 80px 0px;
}

#contact_bar .column {
	display: inline-block;
	color: #ede8e1;
	width: 25%;
	vertical-align: top;
}

#contact_bar a {
	color: #0d1a22;
	text-decoration: underline;
}

#contact_bar h1 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
}

#contact_bar p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.fancy {
	font-family: 'ballantines',script;
}

#featured_event .details p {
	color: #0d1a22;
	font-size: 18px;
	line-height: 30px;
}

#featured_event .details a {
	color: #0d1a22;
}

#featured_event .button {
	margin-top: 20px;
}

#featured_event h1 {
	font-family: 'Bitter', serif;
	font-size: 36px;
	color: #fff;
	margin-top: 40px;
}

#featured_event .location {
	color: #0d1a22;
	font-size: 30px;
	padding-top: 20px;
}

#footer {
	background: url('img/bg_footer.jpg') center top no-repeat #0a1820;
	color: #777;
	font-size: 12px;
	line-height: 28px;
	padding: 90px 0px;
	width: 100%;
}

#footer .column.second li,
#footer a {
	color: #ffffff;
	font-size: 12px !important;
}

#footer a.tel {
	color: #777 !important;
}

#footer a:hover {
	color: #8c0202;
}

#footer .column {
	max-width: 20%;
	padding-right: 5%;
}

#footer .column.last {
	padding-right: 0px;
	float: right;
}

#footer .container p {
	font-size: 12px;
}

#footer .copyright p {
	font-size: 11px !important;
	line-height: 13px;
}

#footer h1 {
	color: #8c0202;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}

#footer .column.second li,
#footer li a {
	text-transform: uppercase;
}

#footer li a + a  {
	margin-left: 5px;
	display: inline-block;
}

#footer .link-wrapper {
	border-top: 1px solid #0E2431;
	padding: 30px 0px;
}

#footer #logo img {
	height: 30px;
	margin-bottom: 30px;
}

#footer p {
	margin-bottom: 0px;
}

.grey {
	color: #a4aeb5;
}

.grey-divider {
	background-color: #a4aeb5;
	width: 45px; height: 2px;
	margin: 20px auto;
}

#header {
	background: url('img/bg_nav.jpg') #0a1820 top left no-repeat;
	border-bottom: 2px solid #09161d;
	position: relative;
	width: 100%;
	z-index: 99999;
}

.fixed #header,
.fixed #footer {
	position: fixed;
	z-index: 3;
}
.fixed #header {
	top: 0;
}

.fixed .page-content {
	background: #e1dcd1;
	margin-top: 132px;
	z-index: 1;
}

.fixed.admin-user .page-content {
	margin-top: 100px
}

.fixed .page-header {
	height:-webkit-calc(100vh - 132px);
	height:calc(100vh - 132px);
	top: auto;
}

.geometry-table {
	padding-top: 30px;
	position: relative;
}

#tab_content table {
	width: 100%;
}

.geometry-table .sizing {
	border: 2px solid #8c0202;
	border-radius: 5px;
	display: table;
	font-size: 15px;
	position: absolute;
	top: -40px; right: 0px;
	width: 120px;
}

.geometry-table .has-attr.sizing {
	top: -17px;
}

.geometry-table .adtl-attr {
	display: inline-block;
	font-size: 15px;
	position: absolute;
	top: -40px;
	right: auto; left: 0;
}

.geometry-table .adtl-attr #adtl_name {
	display: inline-block;
	color: #e1dcd1;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.geometry-table .adtl-attr #key_names {
	border: 2px solid #8c0202;
	border-radius: 5px;
	display: table;
}

.geometry-table .adtl-attr .key-name,
.geometry-table .sizing div {
	cursor: hand;
	cursor: pointer;
	color: #e1dcd1;
	display: table-cell;
	padding: 10px;
	text-align: center;
}

.geometry-table .adtl-attr .key-name.active,
.geometry-table .sizing div.active {
	background-color: #8c0202;
}

.geometry-table .sizing div.active#met {
	border-left: 2px solid #8c0202;
}

.geometry-table .sizing div.active#us {
	border-right: 2px solid #8c0202;
}

#header a {
	color: #ffffff;
}

#header a:hover {
	color: #8c0202;
}

#header #logo img {
	margin-top: 39px;
	width: 300px;
}

#header .menu-top-container {
	display: inline-block;
	vertical-align: middle;
}

#header ul#menu-top li {
	border-right: 1px solid #8c0202;
	font-size: 11px;
	line-height: 11px;
	margin: 12px 0px;
	padding: 0px 10px;
}

#header .onehalf {
	width: auto;
	/*min-width: 35%;*/
}

#header .onehalf.right {
	background-color: #09161d;
	border-left: 1px solid #0e2431;
	padding-left: 0px;
	float: right;
	text-align: right;
}



#header .socicon {
	margin: 12px 5px;
	display: inline-block;
	font-size: 11px;
}

#header .socicon.last {
	margin-right: 0px;
}

#header .top-navigation {
	background: #0b1c25;
	border-bottom: 1px solid #0E2431;
	padding-right: 10px;
	text-align: right;
}

#header ul li {
	display: inline-block;
	text-transform: uppercase;
}

#header ul#menu-main {
	font-size: 0px;
}

#header ul#menu-main > li {
	position: relative;
}

#header ul#menu-main > li > a {
	border-left: 1px solid #0a1820;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 39px 20px;
}

#header ul#menu-main li.current-menu-item:after {
  background: #8c0202;
  content: ' ';
  display: block;
  height: 2px; width: 100%;
  position: absolute;
  bottom: -2px; left: 0;
}

#header ul#menu-main li.first a {
	border-left: 0px;
}

#header ul#menu-main li.last a {
	padding-right: 0px;
}

#header ul#menu-main li ul {
	background-color: transparent;
	border-bottom: 4px solid #0d1a22;
	box-shadow: -1px 1px 4px 4px rgba(0,0,0,0.3);
	display: none;
	padding-top: 2px;
	position: absolute;
	top: 100%; left: 0;
	width: 310px;
	z-index: 99;
}

#header ul#menu-main li:hover ul,
#header ul#menu-main li ul:hover {
	display: block;
}

#header ul#menu-main li ul li {
	background-color: #fff;
	border-bottom: 1px solid #cfc7bb;
	box-sizing: border-box;
	color: #0d1a22;
	display: block;
	font-size: 14px;
	padding: 13px 15px;
	position: relative;
	text-align: left;
	width: 100%;
}

#header ul#menu-main li ul li a {
	color: #0d1a22;
	display: inline-block;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

#header ul#menu-main li ul li a:hover {
	color: #8c0202;
}

#header ul#menu-main li ul li a.bike-option {
	float: right;
	border-left: 1px solid #cfc7bb;
	height: 20px;
	line-height: 20px;
	margin-top: -3px;
	padding: 0px 15px;
}

#header ul#menu-main li ul li a.bike-option.last {
	padding-right: 0px;
}

.hidden {
	display: none;
}

.horiz-divider {
	background-color: #0d1a22;
	height: 4px;
	width: 20px;
	margin: 30px auto;
}

#instagram_feed {
	background-color: #8c0202;
	padding: 8px;
	padding-top: 0px;
}

#instagram_feed .title-image {
	padding: 25px 0px;
	height: 35px;
}

.location-list .location {
	color: #0a1820;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

.location-list .location .address {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.location-list .location .distance {
	font-size: 13px;
	text-transform: uppercase;
}

.location-list .location .distance a {
	color: #8c0202;
}
.location-list .location .distance span {
	font-weight: 700;
}

.location-list .location h1 {
	text-transform: uppercase;
	color: #0a1820;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.location-list .location .index {
	background-color: #8c0202;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 12px 15px;
}

.location-list {
	font-size: 14px;
}

.map {
	border-bottom: 5px solid #8c0202;
	height: 400px;
	width: 100%;
}

#meet_ells.background-section {
	max-height: 510px;
	display: block;
}

#meet_ells .title-image {
	height: 98px;
}

.onehalf {
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	width: 50%;
}

.overlay {
	position: absolute;
	text-align: center;
	top: 50%;
	/*top: 40%; */left: 0;
	width: 100%;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
}

.overlay.left {
	text-align: left;
}

.owl-stage {
	padding-top: 90px;
}

h1.page-title {
	color: #0a1820;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.primary-content {
	background-color: #fff;
	color: #0a1820;
	overflow: hidden;
	padding: 40px 0px;
	width: 100%;
}

.secondary-content h1,
.primary-content h1 {
	margin-bottom: 30px;
}

.secondary-content h2,
.primary-content h2 {
	color: #8c0202;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 45px;
}

.secondary-content h3,
.primary-content h3 {
	color: #8c0202;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}

.secondary-content h6,
.primary-content h6 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}

.page-copy {
	font-size: 16px;
	line-height: 28px;
}

.page-copy a {
	color: #8c0202;
}

.page-copy p {
	margin: 15px 0px;
}

.page-copy ol {
	margin: 15px 0px;
	margin-left: 20px;
	list-style: decimal;
}

.page-copy ul {
	margin: 15px 0px;
	margin-left: 20px;
	list-style: disc;
}

.page-copy b,
.page-copy strong {
	font-weight: bold;
}

.page-copy em {
	font-style: italic;
}

.page-copy p:first-child {
	margin-top: 0px;
}

.page-copy p:last-child {
	margin-bottom: 0px;
}

#product_header {
	box-sizing: border-box;
	min-height: 300px;
	padding-top: 60px;
	position: relative;
	width: 100%;
}

#product_header #bike_color_wrapper {
	z-index: 0;
	padding-bottom: 80px;
}

#product_header #colors {
	position: absolute;
	bottom: 30px; right: 40px;
}

#product_header .color-icon {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

#product_header .colored {
	padding-bottom: 30px;
}

#product_header #product_logo {
	position: absolute;
	top: 0; left: 40px;
}

#product_header .tag {
	display: block;
	height: 120px;
	position: absolute;
	top: 0; right: 0;
}

#product_header .tag.tag-0,
#product_header .tag.tag-1,
#product_header .tag.tag-2 {
	cursor: hand;
	cursor: pointer;
}

#product_header .tag.tag-1 {
	top: 122px;
}

#product_header .tag.tag-2 {
	top: 244px;
}

#product_header .tag.active {
	cursor: default;
}

#product_media {
	background: rgba(0,0,0,0.2);
	width: 100%;
	padding: 30px 0px;
}

#product_media .video-placeholder {
	display: inline-block;
	padding-right: 1%;
	width: 39%;
	vertical-align: top;
}

#product_media .video-placeholder + #product_image_grid{
	width: 60%;
}

#product_media #product_image_grid {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#product_media #product_image_grid .column {
	width: 25%;
}

#product_media #product_image_grid .column.column-1 {
	width: 48%;
	padding: 0px 1%;
}

#product_media #product_image_grid .column .image-wrapper {
	border: 2px solid #fff;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	min-height: 100px;
	width: 100%;
}

#product_media #product_image_grid .column-0 .image-wrapper:first-child,
#product_media #product_image_grid .column-2 .image-wrapper:first-child {
	margin-bottom: 10px;
}

#product_media #product_image_grid .column.column-1 .image-wrapper {
	height: 310px;
	width: 100%;
}

#product_media #product_image_grid .column .image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

#product_media #product_image_grid .column .image-wrapper img {
	max-width: none;
	cursor: pointer;
	height: 150%;
	position: absolute;
	left: 0; top: 0;
	margin-top: -10%;
}

#product_media #product_image_grid .column.column-1 .image-wrapper img {
	height: 105%;
	margin-top: 0px;
}

.image-wrapper.wrapper-2 {
	height: 316px;
	width: 48%;
}

.image-wrapper.wrapper-2 img {
	margin-top: -5%;
}

/*#product_media #product_image_grid .column .image-wrapper img {
	position: absolute;
	top: 0; left: 0;
	margin-top: -10%;
	margin-left: -15%;
	max-width: 300px;
}

#product_media #product_image_grid .column .wrapper-0,
#product_media #product_image_grid .column .wrapper-3 {
	margin-bottom: 10px;
}*/

.secondary-content {
	background: #d4d0ce;
	padding: 40px 0px;
}

.spacer {
	padding-top: 30px;
}


.spacer-bottom {
	padding-bottom: 30px;
}

.spacer.large {
	padding-top: 60px;
}

.red-divider {
	display: inline-block;
	margin: 0px 6px;
	color: #8c0202;
}

.red-header {
	background-color: #8c0202;
	color: #fff;
	font-size: 38px;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
}

#featured_event .red-header {
	font-size: 48px;
}

.red {
	color: #8c0202;
}

.red-trim {
	border-top: 4px solid #8c0202;
}

.red-trim-bottom {
	border-bottom: 4px solid #8c0202;
}

.results-details {
	font-size: 30px;
	margin: 20px auto 0px;
}

.search-bar {
	background-color: #d4d0ce;
	width: 100%;
	padding: 30px 0px;
}

.find-dealer .search-bar {
	padding: 25px 0px;
}

.events .search-bar .container {
	width: 100%;
}

.find-dealer .search-bar .container {
	display: inline-block;
	padding-right: 0px;
	width: 80%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.search-bar ::-webkit-input-placeholder {
   color: #e1dcd1;
}
.search-bar :-moz-placeholder { /* Firefox 18- */
   color: #e1dcd1;
}
.search-bar ::-moz-placeholder {  /* Firefox 19+ */
   color: #e1dcd1;
}
.search-bar :-ms-input-placeholder {  
   color: #e1dcd1;
}


.search-bar select,
.search-bar input[type=number],
.secondary-content select, .secondary-content input[type=text],
.secondary-content input[type=email],
.secondary-content textarea
 {
	background-color: #0d1a22;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 14px;
	margin: 0px;
	padding: 18px 20px 15px;
	width: 48%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.secondary-content select, .secondary-content input[type=text],
.secondary-content input[type=email],
.secondary-content textarea
 {
	width: 100%;
}

.secondary-content textarea {
	height: 100px;
}

form div.wpcf7-response-output {
	margin-left: -5px;
	padding-left: 0px;
}

.search-bar select,
.wpcf7 select {
	background: url('img/dropdown.png') 91% 21px no-repeat #0d1a22;
	padding-right: 35px;
}

.wpcf7 select {
	background-position: 98% 21px;
}

.wpcf7-response-output {
	border: 0px !important;
	margin-top: 10px;
	font-size: 14px;
	color: #8c0202;
}

.search-bar select + select,
.search-bar input + select {
	margin-left: 3%;
}

.search-button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('img/search.jpg') center center no-repeat #8c0202;
	cursor: pointer;
	float: right;
	width: 245px; height: 100px;
	margin: 0px;
	margin-top: -25px;
	max-width: 30%;
	padding: 0px;
}

a.social-icon img {
	margin-right: 10px;
	margin-top: 5px;
	width: 30px;
}

a.social-icon.last img {
	margin-right: 0px;
}

.socicon {
	font-family: 'socicon';
	font-size: 14px;
}

.squares {
	background-color: #a4aeb5;
}

strong {
	font-weight: 700;
}

.tab {
	display: none;
}

#tab_content {
	background-color: #0a1820;
	padding: 60px 0px;
}

#tab_content h6 {
	color: #a4aeb5;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}

#tab_content p {
	color: #e1dcd1;
	font-size: 18px;
	margin: 15px 0px;
	line-height: 28px;
}

#tab_content p:last-child {
	margin-bottom: 0px;
}

#tab_content .row {
	width: 100%;
	border-bottom: 1px solid #16384c;
	font-size: 0px;
	height: 60px;
	padding-top: 20px;
}

#tab_content .row .cell {
	box-sizing: border-box;
	color: #e1dcd1;
	font-size: 18px;
	padding-left: 10px; 
	vertical-align: middle;
	/*width: 25%;*/
}


#tab_content .row.heading .cell {
	color: #8c0202;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}


#tab_content .row .cell.name {
	color: #a4aeb5;
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
}

#tab_content .row.thirds .cell.name {
	width: 40%;
}

#tab_content .row .cell.price {
	font-size: 20px;
	font-weight: 700;
}

#tabs {
	font-size: 0px;
	width: 100%;
}

#tabs div {
	background: #e1dcd1; 
	border-bottom: 4px solid #a4aeb5;
	border-left: 1px solid #a4aeb5;
	box-sizing: border-box;
	color: #0a1820;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 35px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
}

#tabs div.active,
#tabs div:hover {
	background: #0a1820;
	border-bottom-color: #8c0202;
	color: #e1dcd1;
}

#tabs div.first {
	border-left: 0px;
}

#tab_content ::-webkit-scrollbar-track {
	background-color: #0a1820;
}

.fixed .page-content {
	margin-left: 50%;
}

#tech_sidebar.page-header {
	color: #e1dcd1;
	font-size: 21px;
	line-height: 32px;
	width: 50%;
	z-index: 0
}

#tech_sidebar .background-image {
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0; right: 5%;
}

#tech_sidebar .overlay p {
	font-size: 21px;
	line-height: 30px;
}

#tech_sidebar.page-header .page-header-content {
	padding: 160px 30px 80px;
}

#tech_sidebar.page-header .entry-adjacent-posts-nav .nav-title {
	color: #8c0202;
	font-size: 14px;
	font-style: italic;
	font-family: 'Bitter', serif;
	text-transform: none;
	margin-top: 0px;
}


#tech_sidebar.page-header .entry-adjacent-posts-nav li a {
	display: inline-block;
}

#tech_sidebar.page-header .entry-adjacent-posts-nav li img {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 8px;
}

#tech_sidebar.page-header .entry-adjacent-posts-nav li.prev img {
	margin-left: 0px;
	margin-right: 15px;
}

#tech_sidebar .title-image {
	margin: 0px auto 60px;
	width: 330px;
}

.tech-wrapper {
	font-size: 0px;
	padding: 20px;
}

.tech .tech-wrapper {
	max-width: 680px;
}

.tech-wrapper .entry-content {
	margin: 0px auto;
	margin-bottom: 0px;
	max-width: 600px;
}

.tech-wrapper .entry-text {
	font-size: 16px;
	line-height: 28px;
	color: #0a1820;
}

.tech-wrapper .entry-text h1 {
	font-size: 30px;
	margin-top: 20px;
}

.tech-wrapper .entry-text p:last-child {
	margin-bottom: 0px;
}

.tech-wrapper .entry-text .white-divider {
	margin: 25px auto;
}

.testimonial {
	display: none;
	margin: auto;
	max-width: 600px;
	width: 100%;
}

.testimonial.active {
	display: block;
}

.testimonial p {
	font-size: 20px;
}


#testimonials {
	color: #fff;
	text-align: center;
	min-height: 400px;
}

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

#test_ride .container {
	max-width: 450px;
}

#test_ride input[type=email] {
	background: transparent;
	border: 2px solid #a4aeb5;
	display: block;
	color: #a4aeb5;
	font-size: 18px;
	font-family: 'Bitter',serif;
	height: 50px;
	line-height: 50px;
	margin: 15px auto 5px;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#test_ride ::-webkit-input-placeholder {
   color: #e1dcd1;
	font-family: 'Bitter',serif;
	font-size: 40px;
}
#test_ride :-moz-placeholder { /* Firefox 18- */
   color: #e1dcd1;
	font-family: 'Bitter',serif;
	font-size: 40px;
}
#test_ride ::-moz-placeholder {  /* Firefox 19+ */
   color: #e1dcd1;
	font-family: 'Bitter',serif;
	font-size: 40px;
}
#test_ride :-ms-input-placeholder {  
   color: #e1dcd1;
	font-family: 'Bitter',serif;
	font-size: 40px;
}

#test_ride label {
	text-transform: uppercase;
	color: #a4aeb5;
	font-size: 18px;
	display: block;
	margin: 10px auto 25px;
}

#test_ride .overlay {
	padding: 20px 0px;
}

#test_ride .title-image {
	height: 113px;
}

.mc4wp-alert {
	color: #e1dcd1;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}

.tp-bullets .bullet {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px;
	width: 9px; height: 9px;
}

.tp-bullets .bullet.selected {
	background-color: #8c0202;
}

.white-divider {
	background-color: #d4d0ce;
	height: 4px;
	width: 100%;
	margin: 40px auto;
}

.window h1 {
	font-family: 'Bitter', serif;
	font-size: 24px;
}

.window p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form select,
.wpcf7-form textarea {
	margin-bottom: 20px;
	margin-top: 10px;
}

.onehalf.left {
	padding-right: 1.5%;
}
.onehalf.right {
	padding-left: 1.5%;
}

#wrapper {
	position: relative;
}

.fixed #wrapper {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
}

.fixed #wrapper.fade-in {
	opacity: 1;
}

.x2 {
	width: 50%;
}



/*MOBILE NAVIGATION MENU*/
#hamburger {
	display: none;
	width: 32px;
	z-index: 9999;
}

#mobile-navigation {
	background-color: #e1dcd1;
	box-sizing: border-box;
	color: #0a1820;
	overflow-y: auto;
	position: absolute;
	top: -652px;
	visibility: hidden;
	right: 0px;
	width: 100%;
	padding: 0px;
	z-index: 99998; 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

#mobile-navigation ul li {
	display: block;
	border-bottom: 1px solid #cfc7bb;
	font-size: 18px;
	margin: 0px;
	padding: 15px 0px;
	text-align: left;
	width: 100%;
}


#mobile-navigation ul li a {
	color: #0a1820;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	text-transform: uppercase;
}

#mobile-navigation ul li a:hover {
	color: #8c0202;
}

#mobile-navigation ul li a.bike-option
{
	float: right;
	border-left: 1px solid #cfc7bb;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: -3px;
	padding: 0px 15px;
	width: auto;
}

#mobile-navigation ul li ul li {
	padding: 15px 0px;
}

#mobile-navigation ul li ul a {
	font-weight: 100;
	padding: 0px 10px;
}

#mobile-navigation ul li ul li:first-child a {
	padding-top: 10px;
}

#mobile-navigation ul li ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

#mobile-navigation.push-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 737px,0);
	-moz-transform: translate3d(0, 737px,0);
	-o-transform: translate3d(0, 737px,0);
	transform: translate3d(0, 737px,0);
}

.admin-user #mobile-navigation.push-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 792px,0);
	-moz-transform: translate3d(0, 792px,0);
	-o-transform: translate3d(0, 792px,0);
	transform: translate3d(0, 792px,0);
}

.page-content {
	position: relative;
	min-height:100%;
	height: auto !important;
}

.page-wrapper {
	height: 100%;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.wrapper {
	font-size: 0px;
}


.desktop {
	display: inherit;
}

.wpcf7 .desktop { display: block; }

.mobile {
	display: none;
}

/* CDO RDO For Store */

.PO_Title {
	color: #AB2329;
	font-size: 20px;
	font-family: bitter;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

.Red_SubText {
	color: #AB2329;
	font-size: 20px;
	font-family: bitter;
	font-style: normal;
	font-weight: 700;
}

.Red_SubText_Sm {
	color: #AB2329;
	font-size: 16px;
	font-family: bitter;
	font-style: normal;
	font-weight: 600;
}

.PO_Body_Text{
	color: #000000;
	font-size: 16px;
	text-align: left;
	font-family: bitter;
	font-style: normal;
	line-height: 1.5em;
}

.PO_Body_Text_Med{
	color: #000000;
	font-size: 17px;
	text-align: left;
	font-family: bitter;

}

.PO_Body_Text_Sm{
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-family: bitter;

}

.PO_Option_Desc{
	color: #060606;
	font-size: 14px;
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 1.3em;
}

#PO_Intro_Text {
	width: 100%;
}

#PO_Container {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#PO_Button_Container {
	width: 85%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
}

#PO_Options_Cell {
	width: 32%;
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#PO_Options_Desc_Cell {
	width: 90%;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#PO_Infrographic_Cell {
	width: 100%;
	border-top: 5px solid #8c0202;
	border-bottom: 5px solid #8c0202;
	margin-top: 15px;
	margin-bottom: 20px;
}

#PO_Row_Cell {
	width: 100%;
	float: left;
}

#PO_Bike_Cata_Cell {
	width: 32%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #FFFFFF;
}

#PO_Bike_Name_Cell {
	width: 90%;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#PO_Usage_Cell {
	width: 90%;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dashed #C5C5C5;
}

/* Bike Page */

.PO-Bike-content {
	width: 90%;
	
}


#PO_OrderPage_Cell {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	margin-top: 25px;
}

#PO_Image_Cell {
	width: 64%;
	float: left;
	}
	
#PO_Option_Cell {
	width:  75%;
	}
	

#PO_BikePage_Logo {
	width: 100%;
	float: left;
}
#PO_BikePage_Image {
	width:  100%;
	
}

#PO_Option_Cell {
	width: 36%;
	float: left;
}

#PO_Option_TextCell {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#PO_Option_Tab {
	width: 98%;
	float: left;
	margin-top: 9px;
	border-bottom: 1px dashed #9B9B9B;
	padding-bottom: 3px;
}

/* Bike Request Container */

#PO_Form_Container {
	width: 25%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#PO_Form_Section_Title {
	width: 99%;
	float: left;
	margin-top: 9px;
	border-bottom: 1px dashed #9B9B9B;
	padding-bottom: 3px;
	margin-bottom: 5px;
}


#PO_Form_Code {
	width: 99%;
	clear: both;
	float: left;
}




@media only screen and (min-width: 1400px) {
	.background-section > img {
		width: 100%;
		height: auto;
	}

	#header .onehalf.right {
		border-right: 1px solid #0e2431;
	}

	#header ul#menu-main li.last a {
		padding-right: 20px;
	}

	#header .socicon.last {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1400px) {
	.container-1400 {
		padding: 0px 20px;
	}

	#header .container {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 1250px) {
	.find-dealer .search-bar .container {
		width: 77%;
	}
}

@media only screen and (max-width: 1100px) {
	.find-dealer .search-bar .container {
		width: 72%;
	}
}

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

	.fixed #footer {
		position: relative;
		z-index: 1;
	}

	.fixed .page-content {
		margin-left: 0px;
	}

	.tech .tech-wrapper {
		margin: 0px auto;
	}

	#tech_sidebar.page-header {
		width: 100%;
		/*height: auto;
		position: relative;
		bottom: auto; top: auto;
		display: block;*/
	}
	
	#PO_Options_Desc_Cell {
	width: 75%;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

	/*#tech_sidebar.page-header .page-header-content {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	#tech_sidebar.page-header .page-header-content p {
		margin-bottom: 0px;
	}*/

	.fixed .page-content {
		margin-top: 132px;
	}

	.fixed.admin-user .page-content {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 960px) {
	#header ul#menu-main > li > a {
		padding: 39px 15px;
	}

	.container-960 {
		padding: 0px 20px;
	}

	.squares .background-section > img {
		position: relative;
		margin-left: -150px;
		max-width: 200%;
	}
}

@media only screen and (max-width: 890px) {
	.background-section > img {
	  position: relative;
	  margin-left: -75px;
	  max-width: 115%;
	}

	#hamburger {
		display: inline-block;
		float: right;
		position: absolute;
		top: 40px; right: 20px;
	}

	#header #logo img {
		margin: 20px 0px;
	}

	#header .onehalf {
		width: auto;
	}

	#header .onehalf.right {
		background-color: transparent;
		border-left: 0px;
		float: none;
	}

	#header .main-navi,
	#header .top-navigation {
		display: none;
	}

	.find-dealer .search-bar .container {
		width: 67%;
	}

	.fixed .page-content {
		margin-top: 96px;
	}

	.fixed .page-header {
		height:-webkit-calc(100vh - 96px);
		height:calc(100vh - 96px);
	}

	.fixed.admin-user .page-content {
		margin-top: 62px;
	}

	.advancements {
		min-height:-webkit-calc(100vh - 96px);
		min-height:calc(100vh - 96px);
	}
	
#PO_Bike_Cata_Cell {
	width: 48%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #FFFFFF;
}
#PO_Options_Cell {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
		
	
	
}

@media only screen and (max-width: 860px) {
	#footer .column {
		max-width: 25%;
	}

	#product_header {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	#product_header .bike-photo {
		margin-bottom: 20px;
	}

	#product_header .bike-photo
	.bike-post .bike-image {
		width: 100%;
	}
}

@media only screen and (max-width: 782px) {
	.fixed.admin-user .page-content {
		margin-top: 46px;
	}
}

@media only screen and (max-width: 768px) {
	.event-grid .event,.event-grid-sizer { width: 48%; }
	.event-gutter-sizer { width: 3%; }

	.bike-post {
		height: auto;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	
	#product_header .tag,
	.bike-post .tag {
		display: block;
		margin: 0px auto 2px;
		position: relative;
		top: auto !important; right: auto;
	}

	.bike-post .tag.tag-1 {
		margin-top: 2px;
	}

	#product_header #colors {
		position: relative;
		bottom: auto; right: auto;
		margin-bottom: 40px;
	}

	#product_media #product_image_grid {
		width: 100% !important;
	}

	#product_media #product_image_grid .column .image-wrapper {
		width: 100% !important;
	}

	#product_media #product_image_grid .column.column-1 .image-wrapper {
		margin: 0px;
	}

	#product_media .video-placeholder {
		margin-bottom: 20px;
		width: 100%;
	}

	#tab_content .onehalf {
		width: 100%;
		padding: 0px !important;
	}

	#tab_content .onehalf + .onehalf {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 725px) {
	.background-section > img {
		margin-left: -325px;
		max-width: 200%;
	}

	#footer {
		padding: 40px 0px;
		background-image: none;
	}

	#footer .column {
		max-width: none;
		width: 30%;
	}

	#footer .column.first {
		width: 25%;
	}

	#footer .column.last.desktop {
		display: none;
	}

	#footer .column.last.mobile {
		display: block;
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	#footer .column.third {
		padding-right: 0px;
	}

	.location-list .location {
		width: 49.5%;
	}

	.squares .onehalf {
		width: 100%;
	}

	#featured_event.event .container {
		padding: 0px 20px;
	}

	#featured_event .button {
		margin-top: 0px;
	}

	#featured_event .red-header {
		padding: 40px 0px;
	}

	#tab_content .container-960 {
		max-width: none;
		width: auto;
		overflow-x: scroll;
	}

	#tab_content .row.std {
		min-width: 800px;
		padding-right: 20px;
	}

	#tab_content .row.std .cell.name {
		min-width: 0px;
		width: 175px;
	}

	#tab_content .row.std .cell {
		min-width: 200px;
	}
}

@media only screen and (max-width: 650px) {
	.geometry-table .sizing.has-attr, .geometry-table .adtl-attr {
		position: relative;
		top: auto; left: auto; right: auto;
	}

	.geometry-table .adtl-attr {
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.geometry-table .sizing.has-attr {
		margin-top: -50px;
	}
	
#PO_Bike_Cata_Cell {
	width: 94%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #FFFFFF;
}
	
	
}

@media only screen and (max-width: 600px) {
	.background-section > img {
		max-width: 200%;
	}

	#bike_slider {
		min-height: 0px;
	}

	#bike_slider .bike {
		max-width: none;
		padding-bottom: 20px;
		text-align: center;
	}

	#bike_slider .bike > img {
		max-width: 550px;
	}

	#bike_slider .bike .tag {
		position: relative;
		top: auto; left: auto;
		bottom: auto;
	}
	#bike_slider .bike .tag img {
		margin: -30px auto 0px;
	}


	#contact_bar .column {
		word-wrap: break-word;
		padding-right: 2%;
		width: 48%;
	}

	#contact_bar p {
		margin-top: 10px;
	}

	#contact_bar .column-3,
	#contact_bar .column-4 {
		margin-top: 30px;
	}

	.owl-stage {
		padding-top: 30px;
	}

	#footer .column.first,
	#footer .column.second {
		width: 45%;
	}

	#footer .column.second {
		padding-right: 0px;
	}

	#footer .column.third {
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	#instagram_feed .title-image {
		height: auto;
	}

	#product_header #product_logo,
	.bike-post #product_logo {
		float: left;
		position: relative;
		top: auto; left: auto;
		margin-bottom: 20px;
	}

	.search-button {
		background-size: 120%;
	}


	.search-bar select, .search-bar input[type=number], .secondary-content select, .secondary-content input[type=text], .secondary-content input[type=email], .secondary-content textarea {
		width: 100%;
		box-sizing: border-box;
	}

	.search-bar select + select, .search-bar input + select {
		margin-left: 0px;
		margin-top: 20px;
	}

	#tabs div {
		width: 100%;
	}

	#tab_content .row.thirds {
		min-width: 400px;
	}

	#tab_content .row.thirds .cell.name {
		width: 140px;
	}

	#tab_content .row.thirds .cell {
		width: 100px;
		min-width: 0px;
	}

	.search-bar select,
	.wpcf7 select {
		background-position: 96% 21px;
	}

	.wpcf7 .onehalf {
		display: block;
		width: 100%;
		padding: 0px !important;
	}

	.wpcf7 .desktop {display: none;}
	.wpcf7 .mobile {display: block;}
}

@media only screen and (max-width: 480px) {
	.background-section > img {
		max-width: 250%;
	}

	.bike-post .bike-image {
		max-width: none;
		margin-left: -10%;
		width: 120%;
	}

	#contact_bar .column {
		padding-right: 0;
		width: 100%;
	}

	#contact_bar .column-2 {
		margin-top: 30px;
	}

	#testimonials.background-section > img {
		max-width: 360%;
		margin-left: -200px;
	}

	.entry-adjacent-posts-nav li.prev,
	.entry-adjacent-posts-nav li.next {
		max-width: none;
		width: 100%;
		float: none !important;
		text-align: center !important;
		padding: 0px !important;
	}

	.entry-adjacent-posts-nav li.next img,
	.entry-adjacent-posts-nav li.prev img {
		float: none !important;
	}

	.entry-adjacent-posts-nav li.next {
		margin-top: 10px;
	}

	.event-grid .event,.event-grid-sizer { width: 100%; }
	.event-gutter-sizer { width: 0; }

	#header #logo img {
		width: auto;
		max-width: 225px;
		margin: 22px 0px;
	}

	#footer .column {
		padding-right: 0px !important;
		width: 100% !important; 
	}

	#footer .column.second {
		margin-top: 20px;
	}

	.location-list .location {
		width: 100%;
	}

	#test_ride .title-image,
	#meet_ells .title-image {
		height: auto;
	}

	.fixed .page-header {
		height: auto;
	}

	#tech_sidebar.page-header .page-header-content {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.fixed .page-content {
		margin-top: 84px;
	}

	.fixed.admin-user .page-content {
		margin-top: 39px;
	}

	#tech_sidebar .title-image {
		width: 100%;
	}
#PO_Container {
	width: 95%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}	
	
#PO_Options_Cell {
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
	
	
	
}
.slick-slider {
  margin-bottom: 0px;
}
/* Columns */

.col-wrap {font-size:0;}
.column {display: inline-block; vertical-align: top;}
.full {width: 100%;}
.five-sixths { width: 83.333%; }
.four-fifths {width: 80%;}
.three-fourths {width: 75%;}
.two-thirds {width:66.666%;}
.three-fifths {width: 60%;}
.half {width: 50%;}
.fourtyfivepercent {width: 45%;}
.two-fifths { width: 40%; }
.third {width: 33.333%;}
.three-tenths { width: 30%; }
.fourth {width: 25%;}
.sixth {width: 16.666%;}
.fifth {width: 20%;}
.tenth {width: 10%;}
.fivepercent {width: 5%;}
.fourpercent {width: 4%;}
.threepercent {width: 3%;}
.twopercent {width: 2%;}

/* Alignments */

.talignleft {text-align: left;}
.talignright {text-align: right;}
.taligncenter {text-align: center;}
.alignleft {float: left;}
.alignright {float: right;}
.valignmiddle {vertical-align: middle;}
.valigntop {vertical-align: top;}
.valignbottom {vertical-align: bottom;}

/* Text Effects */

.shadow-subtle { text-shadow: 1px 1px 0px #e0e0e0; }
.shadow-white {  text-shadow: 1px 1px 0px #FFFFFF;}
.shadow-pronounced { text-shadow: 1px 1px 0px #333333; }
.shadow-tight {  text-shadow: -1px -1px 0px #222, 2px 1px 0px #838383;}
.uppercase {text-transform: uppercase;}
.opacity-70 {opacity: .7;}
.opacity-50 {opacity: .5;}

/* BG Image Effects */

.cover { background-size: cover; }
.img-bg {background-color: #333;}

/* Borders */
.no-border {border: 0;}
.no-border-radius: {border-radius: 0;}
.border-left {border-left: 1px solid;}
.border-right {border-right: 1px solid #c0d141;}
.radius-6 {border-radius: 6px;}
.inset-border-right {  border-right: 1px solid #cdcdcd; box-shadow: inset -1px 0px 0px #fdfdfd; -moz-box-shadow: inset -1px 0px 0px #fdfdfd; -webkit-box-shadow: inset -1px 0px 0px #fdfdfd;}
.dashed-bottom {border-bottom: 1px dashed #ccc;}

/* Padding Rules */

.pad-5 {padding: 5px;}
.pad-10{padding:10px;}
.pad-15{padding:15px;}
.pad-20{padding:20px;}
.pad-25{padding:25px;}
.pad-30{padding:30px;}
.col-pad-5{padding-left: 5px; padding-right: 5px;}
.col-pad-10{padding-left: 10px; padding-right: 10px;}
.col-pad-15{padding-left: 15px; padding-right: 15px;}
.col-pad-20{padding-left: 20px; padding-right: 20px;}
.col-pad-25{padding-left: 25px; padding-right: 25px;}
.col-pad-30{padding-left: 30px; padding-right: 30px;}
.col-pad-10percent {padding-left: 10%; padding-right: 10%;}
.row-pad-5{padding-top: 5px; padding-bottom: 5px;}
.row-pad-10{padding-top: 10px; padding-bottom: 10px;}
.row-pad-15{padding-top: 15px; padding-bottom: 15px;}
.row-pad-20{padding-top: 20px; padding-bottom: 20px;}
.row-pad-25{padding-top: 25px; padding-bottom: 25px;}
.row-pad-30{padding-top: 30px; padding-bottom: 30px;}
.top-pad-5{padding-top:5px;}
.top-pad-10{padding-top:10px;}
.top-pad-15{padding-top:15px;}
.top-pad-20{padding-top:20px;}
.top-pad-25{padding-top:25px;}
.top-pad-30{padding-top:30px;}
.top-pad-40{padding-top:40px;}
.top-pad-50{padding-top:50px;}
.top-pad-60{padding-top:60px;}
.top-pad-70{padding-top:70px;}
.top-pad-80{padding-top:80px;}
.top-pad-90{padding-top:90px;}
.top-pad-100{padding-top:100px;}
.bottom-pad-5{padding-bottom:5px;}
.bottom-pad-10{padding-bottom:10px;}
.bottom-pad-15{padding-bottom:15px;}
.bottom-pad-20{padding-bottom:20px;}
.bottom-pad-25{padding-bottom:25px;}
.bottom-pad-30{padding-bottom:30px;}
.bottom-pad-35{padding-bottom:35px;}
.bottom-pad-40{padding-bottom:40px;}
.bottom-pad-50{padding-bottom:50px;}
.bottom-pad-60{padding-bottom:60px;}
.bottom-pad-70{padding-bottom:70px;}
.bottom-pad-80{padding-bottom:80px;}
.bottom-pad-90{padding-bottom:90px;}
.bottom-pad-100{padding-bottom:100px;}
.bottom-pad-200{padding-bottom:200px;}
.bottom-pad-300{padding-bottom:300px;}
.left-pad-5{padding-left:5px;}
.left-pad-10{padding-left:10px;}
.left-pad-15{padding-left:15px;}
.left-pad-20{padding-left:20px;}
.left-pad-25{padding-left:25px;}
.left-pad-30{padding-left:30px;}
.left-pad-10percent {padding-left: 10%;}
.right-pad-5{padding-right:5px;}
.right-pad-10{padding-right:10px;}
.right-pad-15{padding-right:15px;}
.right-pad-20{padding-right:20px;}
.right-pad-25{padding-right:25px;}
.right-pad-30{padding-right:30px;}
.right-pad-10percent {padding-right: 10%;}
.no-padding {padding: 0;}
.no-row-padding {padding-top: 0; padding-bottom: 0;}
.no-col-padding {padding-left: 0; padding-right: 0;}
/* Height Magic */
.height-meet{height: 60vh; max-height: 780px;}
