
.bg-torrey {
	background-image: url(../img/bg-torrey.jpg);
	background-position: 53% -100px;
	height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* BEGINING FORMATTING */

.space-4 {
    height: 4px;
}

.space-8 {
    height: 8px;
}

.space-10 {
    height: 10px;
}

.space-12 {
    height: 12px;
}

.space-14 {
    height: 14px;
}

.space-18 {
    height: 18px;
}

.space-20 {
    height: 20px;
}

.space-24 {
    height: 24px;
}

.space-30 {
    height: 30px;
}

.space-50 {
    height: 50px;
}

.space-100 {
    height: 100px;
}

.gray-divider {
	border: 1px solid #75ce3726;
}

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

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

.height-240 {
 	height: 240px !important;
}

.legal-padding {
	padding-left: 12px;
    padding-right: 12px;
}

.font-white {
	color: #ffffff !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-40 {
    font-size: 40px !important;
}

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

.font-38 {
	font-size: 38px;
}

.amb-font {
	padding-top: 50px;
	font-size: 42px;
	line-height: 46px;
	font-weight: 600;
	text-align: center;
	color: #75ce36;
}

.amb-btn {
    background-color: #75ce36;
    border: none;
    color: #fff;
    font-size: 20px;
}

.amb-details {
	width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.amb-home-link {
	font-size: 16px;
    color: #ffffff;
    position: relative;
    float: right;
    top: 14px;
}

.amb-video {
  border: 1px #8bc34a solid;
  background-color: #000000;
  border-radius: 10px;
  width: 450px;
  height: auto;
}

.amb-image {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	border: 1px #8bc34a solid;
	text-align: center;
}

.bottomAlign {
	position: fixed;
	width: 100%;
	bottom: 0;
  	left: 0;
  	background-color: #75ce36;
}

/* END FORMATTING */

/* CAROUSEL */

#portfolio .container {
  	position: relative; 
}

#portfolio .carousel {
  	height: 600px;
  	margin-top: -11.5rem; 
}

#portfolio .navigation {
  	position: relative;
  	z-index: 1000;
  	width: 100%;
  	font-size: 2rem;
  	line-height: 0; 
}

#portfolio .navigation i {
    color: inherit; 
}

#portfolio .nav-prev, #portfolio .nav-next {
  	display: inline-block;
  	padding: 1rem 1rem 0;
  	cursor: pointer; 
}
 
#portfolio .nav-prev:hover i, #portfolio .nav-next:hover i {
    color: #a1999e;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; 
}

.app-store-btn {
	width: 137px !important; 
	height: 40px !important;	
}



.carousel { 
	overflow:hidden;
	position:relative;
	width:100%;
	height:600px;
	-webkit-perspective:500px;
	perspective:500px;
	-webkit-transform-style: preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin:0% 50%;
}
.carousel .carousel-slider {
	top:0;
	left:0;
}

.carousel .carousel-slider .carousel-fixed-item {
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	z-index:1;
}

.carousel .carousel-slider .carousel-fixed-item .with-indicators {
	bottom:68px;
}

.carousel .carousel-slider .carousel-item {
	width:100%;
	height:100%;
	min-height:400px;
	position:absolute;
	top:0;
	left:0;
}

.carousel .carousel-slider .carousel-item h2 {
	font-size:24px;
	font-weight:500;
	line-height:32px;
}

.carousel .carousel-slider .carousel-item p {
	font-size:15px;
}

.carousel .carousel-item {
	display:none;
	width:280px;
	height:600px;
	position:absolute;
	top:-180;
	left:0;
}

.carousel .carousel-item>img {
	width:100%;
}

.carousel .indicators{
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	bottom:0;
	margin:0;
}

.carousel .indicators .indicator-item{
	display:inline-block;
	position:relative;
	cursor:pointer;
	height:8px;
	width:8px;
	margin:24px 4px;
	background-color:rgba(255,255,255,0.5);
	-webkit-transition:background-color .3s;
	transition:background-color .3s;
	border-radius:50%;
}

.carousel .indicators .indicator-item.active {
	background-color:#fff;
}
.carousel .carousel-item:not(.active) .materialboxed {
	pointer-events:none;
}

img.responsive-img,video.responsive-video{
	max-width:100%;
	height:auto;
}

.tour-quote-image {
  height: 120px;
  border: 1px #8bc34a solid;
  border-radius: 50%;
}

.team-image {
	border-radius: 50%;
	height: 191px;
	border: 1px #8bc34a solid;
}

.project-name {
	font-size: 26px;
	font-weight: 300;
	padding-bottom: 14px;
}


.project-name-small {
	font-size: 12px;
	padding: 0;
}

.h5-top {
	margin-right: auto;
	margin-left: auto;
	bottom: 32px !important;
	font-size: 16px !important;
	position: absolute !important;
	top: auto !important;
}

.start-button {
	top: 230px !important;
	font-size: 16px !important;
}

.light-gray {
	color: #777777;
}

.podcast-bg {
	background-color: #f5f7f591;
	padding: 3px 8px 3px 8px;
	border-radius: 5px;
}

.brands-bg {
	background-color: #fdfffda6;
    padding: 8px;
    position: relative;
    top: -39px;
    left: 8px;
    border-radius: 5px;
}

.how-container {
	height: 100px;
}

.product-container {
	height: 130px;
}

.dark-font {
	color: #000000a8 !important;
}

.heading-background {
	background-color: #00000066;
    padding: 0 24px 0 24px;
    color: #FFFFFF;
    border-radius: 5px;
}

.home-logo {
	width: 300px !important;
	height: auto !important;
}

.fullscreenvideo {
	top: 0px !important;
	left: 0px !important;
	width: 101vw;
}

/* Sample Player */

.sample-player {
  background-color: rgba(8, 8, 8, 0.83);
  border-radius: 10px;
  padding: 12px 0 12px 0;
  border: 1px #8bc34a solid;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.player-line-break {
	height: 1px;
	border: 1px #dfe0de42 solid;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.audio_player {
	width: 98%;
	text-align: center
}

.player_control {
	width: 100%;
}

#audio_tracks {
	background-color: #000000;
	opacity: 0.7;
	border-radius: 6px
}

.now_playing {
	background-color: #000000;
	width: 100%
}

.track {
	height: 3em;
	color: #ffffff;
}

.track td {
	padding-left: 1.0em;
}

.track_holder tr:nth-child(even) {
	background-color: rgba(27, 27, 27, 0.8);
}

.track_holder tr:nth-child(odd) {
	background-color: rgba(63, 63, 63, 0.9);
}

.top {
	vertical-align: top;
}

table {
	width: 100%;
}

.player_green {
	color: #B2CA1A;
}

.button-sample {
    height: 36px !important;
    width: 36px !important;
    transform: none !important;
    animation: none !important;
}

.button__play {
  animation: buttonAni 300ms cubic-bezier(0.48, 0.18, 0.44, 0.97) 1300ms forwards;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  outline: none;
  overflow: hidden;
  position: relative;
  transform: translateY(120px);
  width: 50px; 
}

.button__play-iconplay {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  height: 0;
  left: 16px;
  position: absolute;
  top: 11px;
  width: 0; 
}

.button__play-iconplay-sample {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  left: 13px;
  top: 9px;
  height: 0;
  position: absolute;
  width: 0; 
}

.button__play-iconpause {
  display: none;
  height: 24px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 19px; 
}

.button__play-iconpause-sample {
  display: none;
  height: 24px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 19px; 
}

.button__play-iconpause:before, .button__play-iconpause:after {
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 6px; 
}

.button__play-iconpause-sample:before, .button__play-iconpause-sample:after {
  background: #fff;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 0;
  width: 4px; 
}

.button__play-iconpause:before {
  left: 0; 
}

.button__play-iconpause-sample:before {
  left: 0; 
}

.button__play-iconpause:after {
  left: 13px; 
}

.button__play-iconpause-sample:after {
  left: 10px; 
}

.button__loader {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%; 
}

.mute__icon {
  position: relative;
  top: 1px;
  left: 1px;
}

.mute__icon-sample {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
}

.button__mute {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  transform: translateY(120px);
  width: 50px; 
}

.button__mute {
  animation: buttonAni 300ms cubic-bezier(0.48, 0.18, 0.44, 0.97) 1600ms forwards; 
}

.button__loop {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  transform: translateY(120px);
  width: 50px; 
  opacity: 0.9;
}

.ui-loader-sample {
  text-align: center;
  width: 100vw;
  display: none;
}

.ui-loader .ui-loader-default {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ui-loader .ui-icon-loading {
  background-color: transparent;
  border-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}

.ui-loader-default {
    opacity: .68;
    position: absolute;
}

progress {
  border: none;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  width: 96vw; 
}

progress::-webkit-progress-value {
  background: #85f307 !important;
}

progress::-moz-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}

progress::-webkit-progress-value {
  background: #85f307 !important;
}

progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}

.progress-bar-sample {
  width: 320px !important;
}

.loading-spinner {
  font-size: 48px !important;
  color: #FFFFFF;
}

.ui-loader-sample {
    text-align: center;
    width: 48%;
}

/* END Sample Player */

.video-sample {
  border: 1px #8bc34a solid;
  background-color: #000000;
  border-radius: 10px;
  width: 90%;
  height: auto;
}

.btn-static {
	position: static !important;
}

@media (max-width : 1024px) {
	.podcast-small {
		background-image: url(../img/podcast-medium.jpg) !important;
		background-position: 0 !important;
	}
}

@media (max-width : 768px) {
	.height-240 {
	 	width: 70% !important;
	 	text-align: center !important;
	 	height: 320px !important;
	 	left: 13% !important;
	}
	.mb-60 {
		margin-bottom: 20px !important;
	}
	.tp-caption {
	    white-space: normal;
	    border-width: 1px !important;
	}
	.h5-top {
		bottom: 2px !important;
	    line-height: 28px !important;
	    padding: 0 16px 0 16px !important;
	}
}

@media (max-width : 767px) {
	.left-xs {
		text-align: left;
	}
	.brands-logo {
		width: 260px;
	}
}

@media (max-width : 414px) {
	.height-240 {
	 	height: 240px !important;
	 	width: 100% !important;
	 	text-align: center !important;
	 	left: 0 !important;
	}
	.how-container {
		height: 128px;
	}
	.mb-60 {
		margin-bottom: 20px !important;
	}
	.podcast-small {
		background-image: url(../img/podcast-small.jpg) !important;
		background-position: 0 !important;
	}
	.xs-center {
		text-align: center;
	}
	.xs-padding-top {
		padding-top: 100px;
	}
	.mobile-divider {
		border-bottom: 1px solid #E1E1E1;
		height: 1px;
		padding-top: 30px;
	}
	.mb-xs-24 {
	    margin-bottom: 30px;
	}
	.h5-top {
		bottom: 2px !important;
		left: 0px !important;
	    font-size: 16px !important;
	}
	.start-button {
		font-size: 14px !important;
	}
	.hide-xs {
	 	display: none;
	}
	.brands-small {
		background-image: url(../img/headshot-small.jpg) !important;
    	background-position: 0 !important;
	}
	.padding-top-xs {
		padding-top: 30px;
	}
	.font-18 {
		font-size: 18px !important;
	}
	.sample-player {
	  width: 94%;
	  font-size: 14px;
	}
	.bg-torrey {
		background-position: -156px 46px !important;
	}
	.progress-bar-sample {
	  width: 94% !important;
	  margin-right: auto;
	  margin-left: auto;
	}
	.ui-loader-sample {
	    text-align: center;
	    width: 100%;
	    margin-left: -30px !important;
	}
	.carousel .carousel-item {
	    width: 280px;
	    height: 500px;
	    top: -40px;
	}
	.amb-video {
	  width: 320px;
	  height: auto;
	}
	.amb-details {
		width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    left: -10px;
	    position: relative;
	}
	.amb-font {
		padding-top: 0px;
	    font-size: 30px;
	    line-height: 34px;
	}
}