@media screen and (min-width: 1000px) and (max-width: 1279px) {
	#default-searchbar {
		margin: 0px 10vw 0px 63px !important;
	}
}

@media screen and (min-width: 1280px) {
	#default-searchbar {
		margin: 0px 20vw 0px 20vw !important;
	}
}

@keyframes fadeIn-to-left {
	from {
		transform: translate3d(200px, 0, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeIn-to-right {
	from {
		transform: translate3d(-200px, 0, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeOut-to-left {
	from {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	to {
		transform: translate3d(-200px, 0, 0);
		opacity: 0;
	}
}

@keyframes fadeIn-to-top {
	from {
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes scale-in {
	from {
		transform: scale(0, 0);
	}
	to {
		transform: scale(1, 1);
	}
}

@keyframes scale-out {
	from {
		transform: scale3d(1, 1, 1);
	}
	to {
		transform: scale3d(0.05, 0.05, 1);
	}
}

@keyframes rotateContinuous {
	from {
		transform: translate3d(0, -40px, 0) scale3d(1.08, 1.08, 1) rotate(0deg);
	}
	to {
		transform: translate3d(0, -40px, 0) scale3d(1.08, 1.08, 1) rotate(360deg);
	}
}

a {
  color: blue;
  text-decoration: none;
}

.md-toolbar-tools:not([layout-fill]) {
	min-height: 64px;
}

#default-layout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#default-layout-body {
	overflow: hidden !important;
	position: relative;
}

#default-static-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#default-searchbar {
	margin: 0px 50px;
}

#default-searchbar-input {
	width: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	outline: none;
	color: white;
	background-color: transparent;
	border: none;
}

#default-searchbar-input::-webkit-input-placeholder {
   color: white;
}

#default-searchbar-input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

#default-searchbar-input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

#default-searchbar-input:-ms-input-placeholder {  
   color: white;  
}

.grey-hover button.md-button:not([disabled]):hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.layout {
	height: inherit !important;
}

.no-overflow {
	overflow: hidden !important;
}

.no-overflow-x {
	overflow-x: hidden !important;
}

.relative {
	position: relative;
}

.md-button.custom-icon-button {
	min-width: 40px;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.half-white {
	color: rgba(255, 255, 255, 0.7) !important;
}

.teal {
	color: #009688 !important;
}

.cyan {
	color: #00ACC1 !important;
}

.dark-grey {
	color: #455A64 !important;
}

.white {
	color: white !important;
}

.white-trans {
	color: rgba(255, 255, 255, 0.5) !important;
}

.grey {
	color: #666666 !important;
}

.amber {
	color: rgb(255,143,0) !important;
}

.brown {
	color: #6D4C41 !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.i36 {
	height: 36px;
	width: 36px;
	font-size: 36px !important;
}

.i50 {
	height: 50px;
	width: 50px;
	font-size: 50px !important;
}

.i72 {
	height: 72px;
	width: 72px;
	font-size: 72px !important;
}

.bg-black {
	background-color: rgba(0, 0, 0, 1);
}

.bg-white {
	background-color: rgba(255, 255, 255, 1) !important;
}

.bg-teal {
	background-color: #009688;
}

.bg-cyan {
	background-color: #63B7B0 !important;
}

.bg-gradient-cyan {
	background: #136a8a;
	background: -webkit-linear-gradient(to left, #136a8a , #267871);
	background: linear-gradient(to left, #136a8a , #267871);
}

.bg-light-teal {
	background-color: #E0F2F1;
}

.bg-teal-hue-1 {
	background-color: rgb(77,182,172);
}

.bg-grey {
	background-color: #666666;
}

.bg-light-grey {
	background-color: #e6e6e6;
}

.bg-light-grey-x1 {
	background-color: #cccccc;
}

.bg-transparent {
	background: transparent !important;
}

.bg-lift {
	background: url('../assets/img/lift.jpg') no-repeat center center;
	background-size: cover;
}

.bg-barbell {
	background: url('../assets/img/barbell.jpg') no-repeat center center;
	background-size: cover;
}

.dark-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.absolute-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.absolute-fill-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	bottom: 0;
}

.absolute-center {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 45px;
	height: 18px;
}

.right-position-20 {
	right: 20px;
}

.fill-view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section {
	min-height: 100vh;
}

.see-through {
	opacity: 0.3;
}

.min-height-150 {
	min-height: 150px;
}

.min-height-175 {
	min-height: 175px;
}

.min-height-250 {
	min-height: 250px;
}

.min-height-800 {
	min-height: 800px;
	height: 800px;
}

.min-height-50vh {
	min-height: 50vh;
	height: 50vh;
}

.screen-height-80 {
	min-height: 80vh;
}

.fixed-height-200 {
	height: 200px;
	min-height: 200px;
}

.fixed-height-150 {
	height: 150px;
	min-height: 150px;
}

.fixed-height-128 {
	height: 128px;
}

.fixed-height-64 {
	height: 64px;
	max-height: 64px;
}

.fixed-height-80 {
	height: 80px;
}

.fixed-height-50 {
	height: 50px;
	min-height: 50px;
}

.fixed-height-23 {
	height: 23px;
	min-height: 23px;
}

.fixed-height-15 {
	min-height: 15px;
	height: 15px;
}

.fixed-height-5 {
	height: 5px;
}

.inherit-height {
	height: inherit;
}

.fixed-width-5 {
	width: 5px;
}

.fixed-width-15 {
	width: 15px;
}

.fixed-width-50 {
	width: 50px;
}

.fixed-width-130 {
	width: 130px;
}

.fixed-width-150 {
	width: 150px;
}

.fixed-width-200 {
	width: 200px;
}

.fixed-width-300 {
	width: 300px;
}

.fixed-width-500 {
	min-width: 500px;
	width: 500px;
}

.fixed-dimensions-300-600 {
	height: 600px;
	width: 300px;
}

.fixed-dimensions-150-150 {
	height: 150px;
	width: 150px;
}

.fixed-dimensions-150-50 {
	width: 150px;
	height: 50px;
}

.fixed-dimensions-50-50 {
	height: 50px;
	width: 50px;
}

.fixed-dimensions-100-100 {
	height: 100px;
	width: 100px;
}

.fixed-dimensions-75-75 {
	height: 75px;
	width: 75px;
}

.fixed-dimensions-35-35 {
	height: 35px;
	width: 35px;
}

.max-width-500 {
	max-width: 500px;
}

.max-width-300 {
	max-width: 300px !important;
	min-width: 100%;
}

.img-width-125 {
	width: 125px;
	height: auto;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.white-border {
	border: 1px solid white;
}

.padding-vertical-sm {
	padding: 5px 0;
}

.padding-vertical {
	padding: 10px 0;
}

.padding-vertical-lg {
	padding: 15px 0;
}

.padding-horizontal {
	padding: 0 5px;
}

.padding-horizontal-md {
	padding: 0 10px;
}

.margin-vertical-xl {
	margin: 30px 0;
}

.margin-vertical-lg {
	margin: 20px 0;
}

.margin-vertical {
	margin: 10px 0;
}

.margin-vertical-sm {
	margin: 5px 0;
}

.margin-horizontal-sm {
	margin: 0 5px;
}

.margin-horizontal-md {
	margin: 0 10px;
}

.margin-horizontal-lg {
	margin: 0 15px;
}

.margin-bottom-xs {
	margin-bottom: 5px;
}

.margin-bottom-md {
	margin-bottom: 15px;
}

.margin-around-xxs {
	margin: 2px;
}

.margin-around-xs {
	margin: 5px;
}

.margin-around-sm {
	margin: 8px;
}

.margin-around-md {
	margin: 10px;
}

.margin-around-lg {
	margin: 15px;
}

.margin-around-xl {
	margin: 25px;
}

.padding-around-md {
	padding: 15px;
}

.padding-around-lg {
	padding: 24px;
}

.padding-around-sm {
	padding: 10px;
}

.padding-around-xs {
	padding: 5px;
}

.padding-around-xxs {
	padding: 2px;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-top-md {
	padding-top: 15px;
}

.no-margin {
	margin: 0;
}

.text-shadow {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.74);
}

div:focus {
	outline: none;
}

.clickable:hover {
	cursor: pointer;
}

.fadeIn-to-left.ng-enter {
	opacity: 0;
	animation: fadeIn-to-left 500ms 100ms forwards;
}

.fadeIn-to-left.ng-enter-stagger {
  -webkit-animation-delay: 50ms;
   animation-delay: 50ms;
   transition-duration: 0s;
}

.fadeIn-to-right.ng-enter {
	opacity: 0;
	animation: fadeIn-to-right 500ms 200ms forwards;
}

.fadeIn-to-right.ng-enter-stagger {
  -webkit-animation-delay: 100ms;
   animation-delay: 100ms;
   transition-duration: 0s;
}

.fadeIn-to-top.ng-enter {
	opacity: 0;
	animation: fadeIn-to-top 500ms 200ms forwards;
}

.fadeIn-to-top-init {
	opacity: 0;
	animation: fadeIn-to-top 800ms 100ms forwards;
}

.fadeIn-to-top.ng-enter-stagger {
  -webkit-animation-delay: 50ms;
   animation-delay: 50ms;
   transition-duration: 0s;
}

.fadeIn-to-top.ng-leave {
	opacity: 1;
	animation: fadeOut-to-left 200ms 10ms forwards;
}

.rotateContinuous {
	animation: rotateContinuous 10000ms linear infinite forwards;
}

.animation-delay-500 {
	animation-delay: 500ms !important;
}

.circle {
	border-radius: 50%;
}

.margin-view-child {
	margin: 0px 10px 5px 10px;
}

[view-child=adjust-margins]:first-child {
	margin: 0px 10px 5px 0px;
}

[view-child=adjust-margins]:last-child {
	margin: 0px 0px 5px 10px;
}

.event-picture-round {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.event-picture-round-small {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	margin: 1px;
}

.event-picture-round-small-selected {
	transition: all 0.2s;
	border: 3px solid #009688;
	box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
}

.rounded {
	border-radius: 3px;
}

.fluid-selector-margin-correction {
	margin-left: 170px;
}

.margin-correct {
	margin-left: -4px;
	margin-right: 10px;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}

.shadow-fix {
	-webkit-print-color-adjust: exact;
    -webkit-filter: opacity(1);
	transform: none;
	transition-property: none !important;
}

.custom-cell {
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
}

.z-index-auto {
	z-index: auto;
}

.z-index-0 {
	z-index: 0;
}

.z-index-2 {
	z-index: 2;
}

.profile-picture-container {
	width: 257.61px;
	max-width: 257.61px;
}

.profile-picture {
	height: 100%;
	width: auto;
}

.img-contain {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.letter-spacing-xs {
	letter-spacing: 5px;
}

.centered {
	text-align: center;
}

.align-right {
	text-align: right;
}

.reverse-shadow {
	position: relative;
	-webkit-box-shadow: 0px -1px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -1px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -1px 7px 0px rgba(50, 50, 50, 0.75);
}

.angular-google-map {
	height: 100% !important;
}

.angular-google-map-container {
	height: inherit !important;
}

.custom-select-grey md-select-value span{
	font-size: 20px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
}

.custom-select-white md-select-value span{
	font-size: 20px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.price-plan-header {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	height: 150px;
	margin: 0 15px;
}

.silver-gradient {
	background: rgb(176, 190, 197);
	background: -moz-linear-gradient(45deg, rgb(176, 190, 197) 50%, rgb(144, 164, 174) 51%);
	background: -webkit-linear-gradient(45deg, rgb(176, 190, 197) 50%, rgb(144, 164, 174) 51%);
	background: -o-linear-gradient(45deg, rgb(176, 190, 197) 50%, rgb(144, 164, 174) 51%);
	background: -ms-linear-gradient(45deg, rgb(176, 190, 197) 50%, rgb(144, 164, 174) 51%);
	background: linear-gradient(135deg, rgb(176, 190, 197) 50%, rgb(144, 164, 174) 51%);
}

.gold-gradient {
	background: rgb(255, 193, 7);
	background: -moz-linear-gradient(45deg, rgb(255, 193, 7) 50%, rgb(255, 179, 0) 51%);
	background: -webkit-linear-gradient(45deg, rgb(255, 193, 7) 50%, rgb(255, 179, 0) 51%);
	background: -o-linear-gradient(45deg, rgb(255, 193, 7) 50%, rgb(255, 179, 0) 51%);
	background: -ms-linear-gradient(45deg, rgb(255, 193, 7) 50%, rgb(255, 179, 0) 51%);
	background: linear-gradient(135deg, rgb(255, 193, 7) 50%, rgb(255, 179, 0) 51%);
}

.bronze-gradient {
	background: rgb(93, 64, 55);
	background: -moz-linear-gradient(45deg, rgb(93, 64, 55) 50%, rgb(78, 52, 46) 51%);
	background: -webkit-linear-gradient(45deg, rgb(93, 64, 55) 50%, rgb(78, 52, 46) 51%);
	background: -o-linear-gradient(45deg, rgb(93, 64, 55) 50%, rgb(78, 52, 46) 51%);
	background: -ms-linear-gradient(45deg, rgb(93, 64, 55) 50%, rgb(78, 52, 46) 51%);
	background: linear-gradient(135deg, rgb(93, 64, 55) 50%, rgb(78, 52, 46) 51%);
}

.amber-border {
	border: 4px solid rgb(255,160,0);
}

.brown-border {
	border: 4px solid #6D4C41;
}

.silver-border {
	border: 4px solid rgb(120,144,156);
}

.price-plan-circle {
	position: absolute;
	bottom: -50px;
	left: -4px;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	background-color: rgb(255, 255, 255);
}

.social-media-links {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
}

.shadow-top {
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px -5px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px -5px 10px 0px rgba(0, 0, 0, 0.75);
}