/*=========TABLET PORTRAIT STYLES============*/

@media screen and (min-width: 750px) {	

	/*START PRE-MAIN-CONTENT STYLES*/
		/*START NAV MENU STYLES*/
			/*START MENU OVERLAY STYLES*/
				.menu-overlay {
					padding-top: 120px;
					width: 100vw;
					height: 100vh;
					overflow: hidden;
				}

				/*START MENU NAV BAR STYLES*/
					.menu-nav-bar-container {
						margin-top: 111px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar-container.item-1 {
						margin-top: 111px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar-container.item-2 {
						margin-top: 174px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar-container.item-3 {
						margin-top: 237px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar-container.item-4 {
						margin-top: 300px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar-container.item-5 {
						margin-top: 363px;
						transition: all 0.2s ease-out;
					}

					.menu-nav-bar {
						left: 0;
						background-image: url('../img/stripes-block-alt-2.svg');
						background-size: 230px;
						width: 230px;
						height: 40px;
					}

					.menu-nav-bar-block {
						left: 170px;
						width: 60px;
						height: 40px;
					}
				/*END MENU NAV BAR STYLES*/

				/*START MENU NAV ITEM+NUMBER STYLES*/
					.menu-nav-numbers {
						margin-left: 177px;
						margin-top: 100px;
					}

					.menu-nav-number {
						font-size: 3em;
						line-height: 1.33em;
					}

					.menu-nav-items {
						padding-left: 20px;
						margin-left: 245px;
						margin-top: 96px;
					}

					.menu-nav-item {
						font-size: 3em;
						line-height: 1.35em;
					}
				/*END MENU NAV ITEM+NUMBER STYLES*/
			/*END MENU OVERLAY STYLES*/
		/*END NAV MENU STYLES*/

		/*START CONTACT OVERLAY STYLES*/
			.close-contact {
				width: 20px;
				height: auto;
				right: 25px;
				top: 20px;
			}

			#h2 {
				font-size: 3em;
				color: #fff;
				padding-left: 5px;
				margin-left: calc(15vw);
				margin-top: 111px;
			}

			.contact-form {
				width: 70vw;
				height: 80vh;
				padding-left: 0;
				margin: 0 auto;
				margin-top: 10px;
			}

			.form-container {
				width: 100%;
				height: auto;
				overflow: hidden !important;
			}

			.form-btn {
				width: 95%;
				height: 40px;
				padding: 6px 0;
				margin-left: 0;
				margin-top: 13px;
				-webkit-user-select: none !important;
				user-select: none !important;
			}

			#submit {
				display: inline-block;
			}
		/*END CONTACT OVERLAY STYLES*/
	/*END PRE-MAIN-CONTENT STYLES*/


	/*START LANDING CONTAINER STYLES*/
		.landing-container {
			position: relative;
			width: 100vw;
			height: 95vh;
			overflow: hidden;
			margin: 0;
			top: 0;
			padding-top: 50px;
		}

		.bg-container {
			position: absolute;
			top: 0;
			margin: 0 auto;
			margin-top: 0;
			left: 0;
			right: 0;
			width: 100vw;
			height: 85vh;
			border: 15px solid #000;
			overflow: hidden;
			z-index: 0;
		}

		.landing-border {
			position: absolute;
			top: 0;
			margin: 0 auto;
			margin-top: 0;
			left: 0;
			right: 0;
			width: 100vw;
			height: 85vh;
			border: 15px solid #000;
			z-index: 4;
		}

		.landing-bg-img {
			width: 260vw;
			height: auto;
			/*transform: translateX(-380px);*/
			transform: translateX(-19%);
			transition: all 0.2s ease-out;
		}

		.landing-rect {
			position: absolute;
			width: 350px;
			height: 552px;
			background: #333;
			z-index: 5;
			margin: 0;
			left: calc(100vw - 400px);
			right: 50px;
			margin-top: -15px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
		}

		.landing-dot-grid {
			position: absolute;
			z-index: 10;
			width: 60vw;
			height: calc(100vh - 270px);
			background-image: url('../img/dot-unit-light.svg');
			background-size: 25px;
			margin: 0;
			right: 0;
			margin-top: 270px;
			opacity: .5;
		}

		.landing-text-container {
			position: absolute;
			width: 340px;
			overflow-x: hidden;
			z-index: 50;
			top: 0;
			margin: 0;
			right: 40px;
		}

		.header-text {
			font-family: 'agape', sans-serif;
			font-weight: 800;
			font-size: 5em;
			letter-spacing: -1px;
			text-align: left;
			color: #fff;
			text-shadow: 0 1px 3px rgba(0,0,0,0.35);
			padding-top: 100px;
			line-height: 0.8em;
		}

		.subheader-text {
			font-family: 'agape', sans-serif;
			font-weight: 200;
			font-size: 2em;
			text-align: left;
			padding-top: 15px;
			text-transform: none;
			color: #f1f1f1;
		}

		.subheader-list {
			font-family: 'agape', sans-serif;
			font-weight: 600;
			font-size: 2em;
			letter-spacing: -1px;
			text-align: left;
			color: #f1f1f1;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
			margin-top: 100px;
			line-height: 1.35em;
			padding-left: 15px;
		}

		.landing-icons-container {
			position: absolute;
			right: 55px;
			margin-top: 602px;
			z-index: 100;
			transform: scale(1.1);
		}

		.landing-icon {
			width: 60px;
			height: 60px;
			border-radius: 100%;
			overflow: hidden;
			display: inline-block;
			cursor: pointer;
			box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
		}

		.landing-icon-img {
			width: 25px;
			height: auto;
			margin-left: 18px;
		}

		.landing-icon-img-hl {
			width: 25px;
			height: auto;
			margin-left: 18px;
		}

		.contact-icon {
			margin-right: 25px;
			margin-bottom: 0;
			background: #333;
			transition: all 0.3s ease-out;
		}

		.contact-icon:hover {
			background: #ffffff;
			transition: all 0.3s ease-out;
		}

		.contact-icon-img {
			margin-top: 22px;
			transition: all 0.3s ease-out;
		}

		.contact-icon-img-hl {
			position: absolute;
			margin-top: 22px;
			opacity: 0;
			transition: all 0.3s ease-out;
		}

		.contact-icon:hover > .contact-icon-img-hl {
			opacity: 1;
			transition: all 0.3s ease-out;
		}

		.listen-icon {
			background: rgb(80, 227, 194);
		}

		.listen-icon:hover {
			background: #ffffff;
			transition: all 0.3s ease-out;
		}

		.listen-icon-img {
			margin-top: 18.6px;
		}

		.listen-icon-img-hl {
			position: absolute;
			margin-top: 18.6px;
			opacity: 0;
			transition: all 0.3s ease-out;
		}

		.listen-icon:hover > .listen-icon-img-hl {
			opacity: 1;
			transition: all 0.3s ease-out;
		}
	/*END LANDING CONTAINER STYLES*/


	/*START AUDIO-VIDEO CONTAINER STYLES*/
		.audio-video-container {
			position: relative;
			width: 100vw;
			height: auto;
			margin-top: 20px;
		}

		/*START A/V BG STYLES*/
			.av-tracks-slashes {
				position: absolute;
				top: 0;
				left: 20vw;
				width: 80vw;
				height: 200px;
				z-index: 0;
				overflow: hidden;
			}

			.av-videos-slashes {
				position: absolute;
				top: 0;
				right: 20vw;
				width: 80vw;
				height: 200px;
				margin-top: 560px;
				z-index: 0;
				overflow: hidden;
			}

			.main-slashes {
				position: absolute;
				margin-top: 20px;
				width: 145vw;
				height: auto;
			}

			.av-dot-grid-01 {
				position: absolute;
				z-index: -2;
				right: 0;
				background-image: url('../img/dot-unit.svg');
				background-size: 25px;
				opacity: 0.55;
				width: 87vw;
				height: 480px;
				margin-top: -50px;
			}

			.av-dot-grid-02 {
				position: absolute;
				z-index: -2;
				left: 0;
				background-image: url('../img/dot-unit.svg');
				background-size: 25px;
				opacity: 0.55;
				width: 87vw;
				height: 980px;
				margin-top: 690px;
			}

			.av-color-block-01 {
				position: absolute;
				z-index: -3;
				background: #9AEEDB;
				width: 65vw;
				height: 350px;
				left: 0;
				margin-top: -70px;
			}

			.av-color-block-02 {
				position: absolute;
				z-index: -3;
				background: #9AEEDB;
				width: 65vw;
				height: 650px;
				right: 0;
				margin-top: 580px;
			}

			.bg-text-container {
				position: absolute;
				width: 100vw;
				z-index: -1;
				margin-top: -190px;
				overflow-x: hidden !important;
			}

			.bg-text {
				font-family: 'agape', sans-serif;
				font-weight: 900;
				font-size: 20em;
				letter-spacing: -0.035em;
				color: #555;
				opacity: 0.1;
				mix-blend-mode: multiply;
			}

			.tracks-bg-text {
				margin-left: -20px;
			}

			.videos-bg-text {
				display: inline-block;
				width: calc(100vw - 50px);
				text-align: right;
				margin-top: 340px;
			}
		/*END A/V BG STYLES*/

		/*START AUDIO CONTAINER STYLES*/
			.tracks-container {
				position: relative;
				display: inline-block;
				width: 668px;
				margin: 0;
				margin-left: 50px;
				margin-top: 50px;
				margin-bottom: 20px;
				font-family: 'proxima-nova', sans-serif;
			}

			.tracks-wrapper {
				position: relative;
				width: 100%;
				margin: 0;
				padding-bottom: 20px;
				background: #d8d8d8;
				box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
			}

			.av-header {
				display: inline-block;
				font-family: 'agape', sans-serif;
				font-weight: 900;
				letter-spacing: -2px;
				font-size: 5em;
				color: #555;
				margin-left: 25px;
				margin-top: -35px;
			}

			.tracks-list {
			  width: 100%;
			  margin: 0;
			  margin-left: 0;
			  margin-top: 10px;
			  font-family: 'proxima-nova', sans-serif;
			}

			.track {
			  font-family: 'proxima-nova', sans-serif;
			  width: 100%;
			  padding: 15px 10px;
			  padding-left: 30px;
			  font-weight: 300;
			  font-size: 1em;
			  color: #555;
			  cursor: pointer;
			  transition: all 0.4s ease-out;
			  margin-bottom: 0;
			}

			.track.active {
			  font-weight: 700;
			  transition: all 0.2s ease-out;
			  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
			}

			.track.mobile-hidden {
				display: block;
			}

			.song-title-li {
				text-transform: capitalize;
			}

			.float-left {
			  display: inline-block;
			  float: left;
			  width: 30px;
			  height: 25px;
			  margin-top: -2px;
			}

			.player-bars {
			  display: inline-block;
			  width: 15px;
			  height: 15px;
			  overflow: hidden;
			  margin-right: 8px;
			  margin-left: 5px;
			  transition: all 0.3s ease-out;
			}

			.player-bars img {
			  width: 15px;
			  height: 15px;
			  margin-top: 16px;
			  -webkit-filter: invert(60%);
			  filter: invert(60%);
			  opacity: 0.95;
			  transition: all 0.3s ease-out;
			}

			.player-bars.active > img {
			  margin-top: 0;
			  transition: all 0.3s ease-out;
			}

			.float-right {
			  float: right;
			  width: 80px;
			  margin-right: 30px;
			}

			.spotify-icon {
			  display: inline-block;
			  float: left;
			  cursor: pointer;
			  margin-right: 20px;
			}

			.spotify-icon img {
			  width: 20px;
			  height: 20px;
			}

			.track-duration {
			  font-size: 1em;
			}
		/*END AUDIO CONTAINER STYLES*/

		/*START VIDEO CONTAINER STYLES*/
			.videos-container {
				position: relative;
				display: inline-block;
				width: 668px;
				margin-top: 200px;
				margin-left: 50px;
				margin-bottom: 20px;
			}

			.videos-wrapper {
				padding-bottom: 25px;
			}

			.video-thumbs-frame {
				position: relative;
				margin: 0 auto;
				width: 100%;
				height: 100%;
				z-index: 300;
				overflow: hidden !important;
				-webkit-perspective: none;
				perspective: none;
			}

			.video-thumbs {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				margin-top: 25px;
				z-index: 400;
			}

			.video-thumbs {
				position: relative;
				display: block;
			  	width: 100%;
			  	height: 600px;
			  	margin-top: 25px;
			}

			.video-thumbs.position-0 {
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumbs.position-1 {
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumbs.position-2 {
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumbs.position-3 {
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumb {
				position: relative;
				display: inline-block;
				float: none;
				width: 260px;
				height: 260px;
				margin-left: 40px;
				margin-bottom: 40px;
				-webkit-filter: brightness(1);
				filter: brightness(1);
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumb:nth-child(2) {
				margin-left: 40px;
			}

			.video-thumb.active {
				position: relative;
				display: inline-block;
				float: none;
				z-index: 40;
				-webkit-filter: brightness(1);
				filter: brightness(1);
				transform: translateX(0) translateZ(0);
				transform-style: flat;
				transition: all 0.2s ease-out;
			}

			.video-thumb-clone {
				display: none;
			}

			.video-thumb:nth-child(2n+2) {
				margin-left: 60px;
			}

			.video-thumb:hover {
				box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
				transition: all 0.2s ease-out;
			}

			.video-thumb-wrapper {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden !important;
			}

			.video-thumbnail {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 100%;
				height: 154px;
				overflow: hidden !important;
				cursor: pointer;
			}

			.video-thumb-img {
				display: block;
				height: 254px;
				width: auto;
				transform: translateX(-38.5px) translateY(-40px);
			}

			.thumbnail-overlay {
				position: absolute;
				z-index: 501;
				width: 100%;
				height: 100%;
				background-color: #1deaa9;
				opacity: 0.1;
				-webkit-mix-blend-mode: lighten;
				mix-blend-mode: lighten;
			}


			.video-play-icon {
				position: relative;
				width: 75px;
				height: auto;
				z-index: 501;
				cursor: pointer;
			}

			.video-info-container {
				position: absolute;
				bottom: 0;
				width: calc(100% - 20px);
				height: 86px;
				padding-left: 20px;
			}

			.video-thumb-title {
				font-size: 1.25em;
				font-weight: 500;
				line-height: 1.25em;
				cursor: pointer;
			}

			.video-thumb-subtitle {
				font-size: 0.85em;
				font-weight: 300;
			}

			.video-stats {
				padding-top: 9px;
				font-size: 0.7em;
				font-weight: 400;
			}

			.stats-item {
				position: relative;
				display: inline-block;
				margin-right: 15px;
			}

			.item-views, .item-likes {
				-webkit-user-select: none;
				user-select: none;
			}

			.stats-icon {
				width: 11px;
				height: auto;
				transform: translateY(-1px);
			}
		/*END VIDEO CONTAINER STYLES*/	
	/*END AUDIO-VIDEO CONTAINER STYLES*/


	/*START ABOUT CONTAINER STYLES*/
		.about-container {
			position: relative;
			width: 100vw;
			height: 600px;
			background: #333;
			color: #fff;
			margin-top: 150px;
			z-index: 10;
		}

		.about-mic {
			position: absolute;
			display: block;
			width: 350px;
			height: auto;
			right: calc((50vw - 425px)/2);
			z-index: 12;
			margin-top: 275px;
		}

		.about-dot-grid {
			position: absolute;
			z-index: 11;
			width: 50vw;
			height: calc(100vh - 270px);
			background-image: url('../img/dot-unit-light.svg');
			background-size: 25px;
			margin: 0;
			right: 0;
			margin-top: 220px;
			opacity: .5;
		}

		.about-bg-text-container {
			position: absolute;
			z-index: 11;
			width: 100vw;
			overflow-x: hidden;
			margin-top: -80px;
		}

		.about-bg-text {
			width: 200vw;
			color: #fff;
			margin-left: 10px;
			letter-spacing: 0;
			white-space: nowrap !important;
		}

		.about-content-wrapper {
			position: relative;
			width: 65vw;
			height: auto;
			margin: 0;
			margin-left: 50px;
			padding: 0;
			padding-top: 140px;
		}

		.about-header {
			font-family: 'agape', sans-serif;
			font-weight: 900;
			letter-spacing: -2px;
			font-size: 5em;
			color: #fff;
			margin-left: 25px;
		}

		.about-content {
			margin-left: 25px;
			font-size: 1.2em;
			line-height: 1.4em;
			font-weight: 300;
		}

		.about-content p {
			margin-top: 20px;
		}
	/*END ABOUT CONTAINER STYLES*/

	/*START EVENTS CONTAINER STYLES*/
		.events-container {
			position: relative;
			width: 100vw;
			margin-top: 150px;
			z-index: 10;
		}

		.events-slashes {
			position: absolute;
			top: 0;
			left: 30vw;
			width: 80vw;
			height: 200px;
			z-index: 0;
			overflow: hidden;
			margin-top: 128px;
		}

		.events-dot-grid {
			position: absolute;
			z-index: -2;
			left: 0;
			background-image: url('../img/dot-unit.svg');
			background-size: 25px;
			opacity: 0.55;
			width: 43vw;
			height: 480px;
			margin-top: 40px;
		}

		.events-color-block {
			position: absolute;
			z-index: -3;
			background: #9AEEDB;
			width: 80vw;
			height: 250px;
			left: 0;
			margin-top: 0;
		}

		.events-bg-text-container {
			position: absolute;
			width: 100vw;
			height: auto;
			z-index: -1;
			margin-top: -90px;
			overflow-x: hidden !important;
		}

		.events-bg-text {
			margin-left: -20px;
		}

		.events-content-wrapper {
			position: relative;
			display: block;
			width: 90vw;
			margin: 0 auto;
			padding-top: 150px;
		}

		.events-content-subwrapper {
			position: relative;
			display: block;
			width: 80vw;
			margin: 0 auto;
		}

		.events-header {
			font-family: 'agape', sans-serif;
			font-weight: 900;
			letter-spacing: -2px;
			font-size: 5em;
			color: #555;
		}

		.event-placeholder {
			margin: 0;
			margin-top: 20px;
			margin-left: 60px;
			width: 65vw;
			font-size: 1.2em;
			line-height: 1.4em;
		}

		.event-img-container {
			height: calc(38.8vw - 40px);
		}

		.event-img-shadow {
			height: calc(38.8vw - 40px);
		}
	/*END EVENTS CONTAINER STYLES*/


	/*START CONNECT CONTAINER STYLES*/
		.connect-container {
			position: relative;
			width: 100vw;
			margin-top: 150px;
			z-index: 10;
		}

		.connect-slashes {
			position: absolute;
			top: 0;
			left: 30vw;
			width: 80vw;
			height: 200px;
			z-index: 0;
			overflow: hidden;
			margin-top: 128px;
		}

		.connect-dot-grid {
			position: absolute;
			z-index: -2;
			left: 0;
			background-image: url('../img/dot-unit.svg');
			background-size: 25px;
			opacity: 0.55;
			width: 43vw;
			height: 480px;
			margin-top: 40px;
		}

		.connect-color-block {
			position: absolute;
			z-index: -3;
			background: #9AEEDB;
			width: 80vw;
			height: 250px;
			left: 0;
			margin-top: 0;
		}

		.connect-bg-text-container {
			position: absolute;
			width: 100vw;
			height: auto;
			z-index: -1;
			margin-top: -90px;
			overflow-x: hidden !important;
		}

		.connect-bg-text {
			margin-left: -20px;
		}

		.connect-content-wrapper {
			position: relative;
			display: block;
			width: 80vw;
			margin: 0 auto;
			padding-top: 150px;
		}

		.connect-header {
			font-family: 'agape', sans-serif;
			font-weight: 900;
			letter-spacing: -2px;
			font-size: 5em;
			color: #555;
		}

		.social-links {
			position: relative;
			display: inline-block;
			overflow: hidden;
		}

		.left-links {
			width: 35vw;
		}

		.social-link {
			display: block;
			font-family: 'agape', sans-serif;
			font-weight: 600;
			letter-spacing: -1px;
			font-size: 2.5em;
			color: #777;
			transition: all 0.2s ease-out;
		}

		.social-link:hover {
			color: #50e3c2;
			transition: all 0.2s ease-out;
		}
	/*END CONNECT CONTAINER STYLES*/

	/*START INSTAGRAM FOOTER STYLES*/
		.instagram-footer {
			position: relative;
			margin-top: 100px;
			width: 100vw;
			overflow-x: hidden;
		}

		.instagram-header {
			width: 200px;
			overflow: hidden !important;
			margin: 0 auto;
		}

		.instagram-header::before {
			content: '';
			position: absolute;
			width: calc(50vw - 132px);
			height: 13px;
			left: 0;
			background-image: url('../img/footer-slashes.svg');
		}

		.instagram-header::after {
			content: '';
			position: absolute;
			width: calc(50vw - 130px);
			height: 13px;
			top: 0;
			right: 0;
			background-image: url('../img/footer-slashes.svg');
		}

		.instagram-header-icon {
			display: inline-block;
			width: 25px;
			height: auto;
			transform: translateY(-4px);
		}

		.instagram-header-text {
			display: inline-block;
			font-size: 1.5em;
			line-height: 1.15em;
			font-weight: 500;
			color: #555;
			margin-left: 5px;
		}

		.instagram-subheader-text {
			width: 100%;
			text-align: center;
			font-size: 1.1em;
			letter-spacing: -1px;
			font-family: 'proxima-nova-italic', sans-serif;
			font-weight: 300;
			color: #999;
		}

		.instagram-feed {
			position: relative;
			margin-top: 30px;
			width: 100vw;
			height: 10vw;
			overflow: hidden !important;
			background: #d8d8d8;
		}

		.instagram-wrapper {
			position: relative;
			width: 100%;
			height: 100%;
		}

		.instagram-link {
			position: relative;
			display: inline-block;
			width: 10vw;
			height: 10vw;
		}

		.instagram-img {
			position: relative;
			display: inline-block;
			width: 10vw;
			height: 10vw;
			-webkit-filter: grayscale(1);
			filter: grayscale(1);
			transition: all 0.2s ease-out;
		}

		.instagram-img:hover {
			-webkit-filter: grayscale(0);
			filter: grayscale(0);
			transition: all 0.2s ease-out;
		}
	/*END INSTAGRAM FOOTER STYLES*/

	/*START FOOTER STYLES*/
		.footer {
			position: relative;
			width: 100vw;
			height: 80px;
			background: #333;
			color: #fff;
		}

		.footer-wrapper {
			position: relative;
			margin: 0 auto;
			width: 90vw;
			height: 100%;
		}

		.footer-links {
			position: relative;
			display: inline-block;
			float: left;
			z-index: 500;
			width: 450px;
			padding-top: 22px;
		}

		.footer-link {
			position: relative;
			display: inline-block;
			margin-right: 20px;
			cursor: pointer;
			opacity: 0.85;
			transition: all 0.2s ease-out;
		}

		.footer-link-img {
			width: 40px;
			height: auto;
		}

		.footer-steemit-link > .footer-link-img {
			width: 30px;
			height: auto;
		}

		.footer-link:hover {
			opacity: 1;
			transition: all 0.2s ease-out;
		}

		.footer-copyright {
			text-transform: uppercase;
			opacity: 0.65;
			font-size: 0.85em;
			letter-spacing: 0.02em;
			text-align: right;
			padding-top: 33px;
		}
	/*END FOOTER STYLES*/

}