/* COMMON ELEMENTS */

	body {
		margin: 0px; font-family: 'Poppins', sans-serif; overflow-x: hidden;
	}

	p {
		margin: 0px;
	}

	div {
		box-sizing: border-box;
	}

	img {
		border: none;
	}

/*  SPECIFIC ELEMENTS */

	.ui-poster {
		position: relative; height: calc(100vw * 0.25);
	}

	.ui-poster>video {
		width: 100vw; position: absolute; top: calc(100vw * -0.12);
	}


	.ui-intro {
		width: 100%; background-color: black; color: white; position: relative; z-index: 2; font-size: 24px; padding-top: 9vw; padding-left: 5%; padding-right: 5%; padding-bottom: 40px; text-align: center;
	}

	.ui-intro>p.caption {
		color: #727273; text-align: center; font-size: 50px;
	}

	.ui-intro>img {
		margin-bottom: 60px; max-width: 80%;
	}

	.ui-intro-2 {
		width: 100%; background-color: black; overflow: hidden; padding-top: 60px; color: white; font-size: 20px;
	}

	.ui-intro-2>div {
		width: 50%; float: left;
	}

	.ui-intro-2>div:first-of-type {
		padding-left: 12%; padding-right: 5%;
	}

	.ui-intro-2>div:nth-of-type(2) {
		padding-left: 5%; padding-right: 5%;
	}

	.ui-intro-2>div>img {
		width: 150px; background-size: cover; float: left; margin-right: 30px;
	}

	.ui-intro-2>div>div {
		width: calc(100% - 180px); float: left;
	}

	.ui-gear-preview-dot {
		display: none; position: absolute; cursor: pointer; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background-color: #c70cb4; text-align: center; color: white; font-weight: bolder; animation: pulsate 1.5s ease-out; animation-iteration-count: infinite; opacity: 0.5;
	}

	@keyframes pulsate {
		0% {
			opacity: 0.5;
		}
		50% {
			opacity: 1.0;
		}
		100% {
			opacity: 0.5;
		}
	}

	.gear-preview-info-bubble {
		position: fixed; bottom: 20px; left: 10%; width: 80%; background-color: #333333; color: white; border-radius: 10px; padding: 20px; display: none; opacity: 0; z-index: 10;
	}

	.gear-preview-info-bubble>p:first-of-type {
		font-size: 20px; font-weight: bold;
	}

	.gear-preview-info-bubble>p:nth-of-type(2) {
		padding-top: 20px;
	}

	.ui-gear-preview {
		background-color: black; color: white; text-align: center; padding: 30px 0px; overflow: hidden;
	}

	.ui-gear-preview>p:first-of-type {
		color: #727273; text-align: center; font-size: 50px; padding-bottom: 30px;
	}

	.ui-gear-preview>div:first-of-type {
		font-size: 20px;
	}

	.ui-gear-preview>div:nth-of-type(2) {
		width: 80%; margin: 0px 10%; overflow: hidden; position: relative; height: 700px;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:first-of-type {
		position: absolute; bottom: 0px; left: 0px; width: 100%; height: 60px; z-index: 3; background: linear-gradient(0deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);	
	}

	.gear-preview-area {
		position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; overflow: hidden;
	}

	.gear-preview-area>img {
		position: absolute; bottom: 0px; left: 35%;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3) {
		position: absolute; bottom: 0px; left: 0px; overflow: hidden; width: 30%; padding-bottom: 30px; z-index: 3;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3)>img {
	 	width: 150px; background-size: cover; float: left; margin-right: 10px; margin-bottom: 10px;
	 }

	.gear-preview-area-description {
		position: absolute; z-index: 2; overflow: hidden; top: 70px; text-align: left;
	}

	.gear-preview-area-description>div {
		overflow: hidden; margin-bottom: 20px;
	}

	.gear-preview-area-description>div>div {
		height: 30px; line-height: 30px; width: 30px; border-radius: 50%; background-color: #c70cb4; color: white; text-align: center; float: left; margin-right: 20px;
	}	

	.gear-preview-area-description>div>p:first-of-type {
		float: left; color: white; line-height: 30px; font-weight: bolder; font-size: 20px;
	}

	.gear-preview-area-description>div>p:nth-of-type(2) {
		color: white; clear: both; padding-left: 50px;
	}

	.ui-photo-stream {
		background-color: black; padding-top: 20px; width: 100%; padding-left: 12%; padding-right: 5%; z-index: 2; position: relative; padding-bottom: 30px;
	}

	.ui-photo-stream>div {
		display: table-cell; width: 20%;
	}

	.ui-photo-stream>div>img {
		width: 96%; border-radius: 10px; margin-left: 2%;
	}

	.ui-fetish-types {
		width: 100%; padding: 100px 10% 0px 10%; color: white; font-size: 20px; background-color: black; overflow: hidden;
	}

	.ui-fetish-types>p {
		color: #727273; text-align: center; font-size: 50px;
	}

	.ui-fetish-types>div:first-of-type {
		width: 80%; margin: 30px 10%; color: white; font-size: 20px; text-align: center;
	}

	.ui-fetish-types>div:nth-of-type(2) {
		width: 80%; margin: 30px 10%; color: white; font-size: 20px; text-align: center; overflow: hidden;
	}

	.ui-fetish-types>div:nth-of-type(2)>div:first-of-type {
		width: 50%; padding-right: 30px; padding-left: 10%; float: left; text-align: right;
	}

	.ui-fetish-types>div:nth-of-type(2)>div:nth-of-type(2) {
		width: 50%; padding-left: 30px; padding-right: 10%; float: left; text-align: left;
	}

	.ui-fetish-types>div:nth-of-type(2)>div>p:first-of-type {
		font-size: 30px;
	}

	.ui-fetish-types>div:nth-of-type(2)>div>p:nth-of-type(2) {
		margin-top: 20px;
	}

	.ui-gear {
		width: 100vw; overflow: hidden; background-color: black; padding-top: 50px; padding-bottom: 50px;
	}

	.ui-gear>p {
		color: #727273; text-align: center; font-size: 50px;
	}

	.ui-gear>div:first-of-type {
		width: 80%; margin: 0 10%; color: white; font-size: 20px; text-align: center; margin-top: 30px;
	}

	.ui-gear>div:nth-of-type(2) {
		width: 80%; margin: 0 10%; color: white; font-size: 20px; text-align: center; margin-top: 30px;
	}

	.ui-gear>div:nth-of-type(2)>a>div {
		display: inline-block; width: 170px; background-size: contain; position: relative;
	}

	.ui-gear>div:nth-of-type(2)>a>div>img {
		width: 100%; border: none; display: block;
	}

	.ui-gear>div:nth-of-type(2)>a>div>div {
		position: absolute; z-index: 2; bottom: 0px; right: 0px; border-radius: 50%; background-color: #631061; color: white; width: 80px; height: 80px;
	}

	.ui-gear>div:nth-of-type(2)>a>div>div>p:first-of-type {
		padding-top: 14px;
	}

	.ui-gear>div:nth-of-type(2)>a>div>div>p:nth-of-type(2) {
		font-size: 13px;
	}

	.ui-gear>div:nth-of-type(2)>a>div>div>p:nth-of-type(3) {
		display: none; line-height: 82px;
	}

	.ui-stats {
		width: 100%; background-image: url(wave-black-gray.gif); background-size: 100%; background-repeat: no-repeat; background-color: #333333; overflow: hidden;
	}

	.ui-stats>div:first-of-type {
		width: 50%; float: left; padding-top: 100px; text-align: right; color: white; box-sizing: border-box; overflow: hidden;
	}

	.ui-stats>div:first-of-type>div>p:first-of-type {
		font-size: 40px;
	}

	.ui-stats>div:first-of-type>img {
		 background-size: cover; width: 180px; margin: 0px 80px 0px 40px; float: right;
	}

	.ui-stats>div:first-of-type>div {
		float: right; max-width: 40%;	
	}

	.ui-stats>div:first-of-type>p:nth-of-type(2) {
		font-size: 20px; padding-left: 50%; margin-top: 20px;
	}

	.ui-stats>div:nth-of-type(2) {
		float: left; padding-top: 110px; overflow: hidden;
	}

	.ui-stats>div:nth-of-type(2)>div {
		float: left; margin-top: 30px; font-size: 20px;
	}

	.ui-stats>div:nth-of-type(2)>div>div:not(:first-of-type) {
		margin-top: 50px;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div {
		display: inline-block; margin-right: 50px;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:first-of-type {
		font-size: 40px; color: white;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:nth-of-type(2) {
		font-size: 14px; color: silver;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:nth-of-type(3) {
		color: silver; font-size: 20px;
	}

	.ui-stats>div:nth-of-type(2)>div>div>p:first-of-type {
		font-size: 30px; color: white;
	}

	.ui-stats>div:nth-of-type(2)>div>div>p:nth-of-type(2) {
		color: silver; font-size: 14px;
	}

	.ui-stats>div:nth-of-type(2)>div>div>p:nth-of-type(3) {
		color: silver; font-size: 20xpx;
	}

	.ui-stats>div:nth-of-type(2)>div>div>img {
		height: 30px; margin-right: 20px;
	}

	.ui-about {
		background-color: #333333; overflow: hidden; padding: 100px 0px;
	}

	.ui-about>div {
		width: 100%; padding: 0px 15%; color: white; font-size: 20px; line-height: 36px;
	}

	.ui-about>div>div {
		float: left; width: 50%;
	}

	.ui-about>div>div>img {
		 background-size: cover; width: 80px; float: left; margin-right: 30px;
	}

	.ui-about>div>div>div {
		float: left; width: calc(90% - 120px);
	}

	.ui-vasja {
		 background-size: 100%; background-repeat: no-repeat; background-color: black; overflow: hidden; width: 100%; position: relative; padding-bottom: 450px;
	}

	.ui-vasja>div:first-of-type {
		float: left; width: 30%; padding-left: 15%; color: white; margin-top: 150px;
	}

	.ui-vasja>div:first-of-type>p:first-of-type {
		font-size: 40px; text-align: right;
	}

	.ui-vasja>div:first-of-type>p:nth-of-type(2) {
		font-size: 20px; margin-top: 7px; text-align: right;
	}

	.ui-vasja>div:nth-of-type(2) {
		float: left; width: 70%; padding-left: 5%; padding-right: 15%; color: white; margin-top: 220px; font-size: 20px;
	}

	.ui-vasja>div:nth-of-type(2)>p:not(:first-of-type) {
		margin-top: 20px;
	}

	.ui-vasja>img:first-of-type {
		position: absolute; bottom: 0px; z-index: 1; left: calc(30vw - 432px); max-width: 40vw;
	}

	.ui-vasja>div:nth-of-type(3) {
		overflow: hidden; position: absolute; bottom: 0px; height: 400px; width: 55vw; left: 33vw; max-width: 64vw;
	}

	.ui-vasja>div:nth-of-type(3)>img {
		position: absolute; bottom: 0px; left: 0px; max-height: 400px; height: 400px;
	}	

	.ui-vasja>div:nth-of-type(3)>div:first-of-type {
		position: absolute; top: 0px; height: 100%; width: 1600px; background-color: transparent;
	}

	.ui-vasja>div:nth-of-type(3)>div:first-of-type>div {
		position: absolute; border-radius: 10px; padding: 10px; background-color: #671d6b; color: white; bottom: 50px; box-shadow: 0px 0px 5px 1px rgba(255,255,255,1);
	}

	.ui-vasja>div:nth-of-type(4) {
		position: absolute; bottom: 0px; left: 33vw; height: 400px; width: 150px; background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%); z-index: 2;
	}

	.ui-vasja>div:nth-of-type(5) {
		position: absolute; bottom: 0px; right: 10vw; height: 400px; width: 150px; background: linear-gradient(270deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%); z-index: 2;
	}

	.ui-speedos {
		 background-size: 100%; background-repeat: no-repeat; background-color: #333333; overflow: hidden; color: white; width: 100%; position: relative; padding-bottom: 240px;
	}

	.ui-speedos>div:first-of-type {
		float: left; width: 30%; margin-top: 100px; text-align: right;
	}

	.ui-speedos>div:first-of-type>img {
		background-size: cover; width: 70%; max-width: 300px;
	}

	.ui-speedos>div:nth-of-type(2) {
		float: left; width: 70%; margin-top: 100px; padding-left: 5%; padding-right: 5%; font-size: 20px;
	}

	.ui-speedos>div:nth-of-type(2)>div:first-of-type {
		margin-top: 15px;
	}

	.ui-speedos>div:nth-of-type(2)>div:first-of-type>div>div:first-of-type {
		width: 30px; float: left;
	}

	.ui-speedos>div:nth-of-type(2)>div:first-of-type>div>div:nth-of-type(2) {
		padding-left: 30px;
	}

	.ui-speedos>div:nth-of-type(2)>p:first-of-type {
		font-size: 40px;
	}

	.ui-speedos>div:nth-of-type(2)>p:nth-of-type(2), .ui-speedos>div:nth-of-type(2)>p:nth-of-type(3), .ui-speedos>div:nth-of-type(2)>p:nth-of-type(4), .ui-speedos>div:nth-of-type(2)>p:nth-of-type(5) {
		font-size: 20px; margin-top: 20px;
	}

	.ui-speedos>div:nth-of-type(2)>p:nth-of-type(4), .ui-speedos>div:nth-of-type(2)>p:nth-of-type(5) {
		max-width: 37vw;
	}	

	.ui-speedos>div:nth-of-type(2)>div:nth-of-type(2) {
		margin-top: 30px;
	}

	.ui-speedos>div:nth-of-type(2)>div:nth-of-type(2)>img {
		background-size: cover; height: 120px; margin-right: 20px;
	}

	.ui-speedos>div:nth-of-type(2)>img:first-of-type {
		position: absolute; bottom: 0px; left: 72vw; z-index: 2;
	}	

	.ui-speedos>div:nth-of-type(2)>img:nth-of-type(2) {
		position: absolute; bottom: 30px; right: 24vw; height: 180px;
	}	

	.ui-speedos>div:nth-of-type(2)>img:nth-of-type(3) {
		position: absolute; bottom: 0px; width: 100%; left: 0px; z-index: 3;
	}


	.ui-speedo-list {
		background-color: black; font-size: 20px; padding: 40px 0px; color: white; overflow: hidden;
	}

	.ui-speedo-list>div:first-of-type {
		width: 30%; float: left; padding-left: 15%;
	}

	.ui-speedo-list>div:first-of-type>p:nth-of-type(2) {
		font-size: 40px; margin-top: 10px; padding-left: 30px;
	}

	.ui-speedo-list>div:first-of-type>p:nth-of-type(2)>span {
		color: silver;
	}

	.ui-speedo-list>div:first-of-type>p:nth-of-type(3) {
		padding-left: 80px; margin-top: 20px;
	}

	.ui-speedo-list>div:nth-of-type(2) {
		width: 70%; float: left; padding-left: 10%; padding-right: 15%;
	}

	.ui-speedo-list>div:nth-of-type(2)>p:first-of-type {
		font-size: 20px;
	}

	.ui-speedo-list>div:nth-of-type(2)>p:nth-of-type(2) {
		font-size: 40px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div {
		margin-top: 60px; font-size: 14px; position: relative; min-height: 300px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div>img {
		background-size: cover; width: 130px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div>div {
		position: absolute; bottom: 0px; height: 50px; width: 50px; border-radius: 50%; background-color: #333333; color: white; text-align: center;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div>div>p:first-of-type {
		font-size: 12px; margin-top: 5px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div {
		width: 14%; position: absolute; top: 0px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(2) {
		left: 12%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(3) {
		left: 24%;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(4) {
		left: 36%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(5) {
		left: 48%;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(6) {
		left: 60%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(7) {
		left: 72%;
	}

	.ui-table {
		width: 83%; display: table; margin: 0px auto; background-color: inherit; margin-left: 12%; font-size: 18px;
	}

	.ui-table>div {
		display: table-row;
	}

	.ui-table>div:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}

	.ui-table>div>div {
		display: table-cell; vertical-align: middle; text-align: left; padding: 10px 20px; cursor: default; border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	.ui-table>div>div:first-of-type {
		width: 170px; text-align: center;
	}

	.ui-table>div>div:first-of-type>img {
		width: 50px; margin: 0px 5px;
	}

	.ui-table>div>div:first-of-type>img.invisible {
		opacity: 0.05;
	}

	.ui-table>div>div:nth-of-type(4) {
		width: 150px;
	}

	.ui-table>div>div:nth-of-type(4)>div {
		width: 18px; height: 18px; border-radius: 50%; background-color: #7630c7; float: left; margin-right: 5px;
	}

	.ui-table>div>div>a {
		color: silver; text-decoration: none;
	}

	.speedo-box {
		width: 20%; max-width: 300px; display: inline-block; overflow: hidden; margin: 20px; position: relative;
	}

	.speedo-box>div:first-of-type {
		position: absolute; line-height: 40px; width: 40px; border-radius: 50%; text-align: center; background-color: #631061; color: white; font-size: 14px; right: 0px;
	}

	.speedo-box>div:nth-of-type(2) {
		position: absolute; line-height: 40px; border-radius: 15px; padding: 3px 10px; color: white; font-size: 14px; bottom: 80px; cursor: pointer;
	}	

	.speedo-box>div:nth-of-type(2):hover {
		background-color: rgba(255, 255, 255, 0.2);
	}

	.speedo-box>img {
		 background-size: contain; width: 100%;
	}

	.speedo-box>p:first-of-type {
		font-size: 12px; color: silver;
	}

	.speedo-box>p:nth-of-type(2) {
		font-size: 16px; padding: 0px; height: 56px;
	}


/* MEDIUM RESO */

@media only screen and (min-width: 501px) and (max-width: 1200px) {
	.ui-intro-2>div:first-of-type, .ui-intro-2>div:nth-of-type(2) {
		width: 100%; float: none; padding: 0px 5%; margin-bottom: 30px; overflow: hidden;
	}

	.ui-intro-2>div>img {
		width: 60px; margin-right: 20px;
	}

	.ui-intro-2>div>div {
		width: calc(100% - 80px); float: left;
	}

	.ui-stats > div:nth-of-type(2) > div {
		padding-bottom: 50px;
	}

	.ui-stats>div:first-of-type {
		width: 90%; margin: 0 5%; float: none; padding-top: 40px;
	}

	.ui-stats>div:first-of-type>img {
		width: 120px; margin: 0px 40px 0px 0px; float: left;
	}

	.ui-stats>div:nth-of-type(2)>div {
		float: none;
	}

	.ui-stats>div:first-of-type>div {
		float: left; max-width: calc(100% - 160px); text-align: left;
	}

	.ui-stats>div:nth-of-type(2) {
		float: none; padding-top: 60px; width: 90%; margin: 0px 5%; text-align: center;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div {
		display: inline-block; margin: 0px 20px; text-align: center;
	}

	.ui-vasja>img:first-of-type {
		position: absolute; bottom: 0px; z-index: 1; left: 0px; max-width: 30vw;
	}

	.ui-vasja > img:first-of-type {
		display: none;
	}	

	.ui-vasja>div:nth-of-type(3) {
		width: 100vw; left: 0vw; max-width: 100vw;
	}

	.ui-vasja > div:nth-of-type(4) {
		left: 0px;		
	}	

	.ui-vasja > div:nth-of-type(5) {
		right: 0px;
	}

	.ui-speedos {
		padding-bottom: 500px;
	}

	.ui-speedos > div:nth-of-type(2) > p:nth-of-type(4), .ui-speedos > div:nth-of-type(2) > p:nth-of-type(5) {
		max-width: 100%;
	}

	.ui-speedos > div:nth-of-type(2) > img:first-of-type {
		left: auto; right: 30px;
	}

	.ui-speedos > div:nth-of-type(2) > img:nth-of-type(2) {
		right: 280px; 
	}

	.ui-speedo-list>div:first-of-type {
		width: 100%; float: none; padding-left: 5%; padding-right: 5%; text-align: center;
	}

	.ui-speedo-list > div:first-of-type > p:nth-of-type(3) {
		padding-left: 0px;
	}

	.ui-speedo-list>div:nth-of-type(2) {
		width: 100%; float: none; padding-left: 5%; padding-right: 5%; text-align: center; margin-top: 70px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div {
		width: 40%; position: absolute; top: 0px; left: 30%;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(2) {
		left: 5%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(3) {
		left: 55%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(4) {
		left: 30%; top: 300px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(5) {
		left: 5%; top: 450px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(6) {
		left: 55%; top: 450px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(7) {
		left: 30%; top: 600px;
	}

	.ui-speedo-list > div:nth-of-type(2) > div > div > div	{
		left: 50%; margin-left: -70px;
	}

	.ui-speedo-list > div:nth-of-type(2) > div {
		padding-bottom: 800px;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3)>img {
	 	width: 50px; background-size: cover; float: left; margin-right: 5px; margin-bottom: 10px;
	 }

	.gear-preview-area>img {
		left: 0px; max-width: 100%; bottom: 100px;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:first-of-type {
		bottom: 0px;
	}

	.gear-preview-area-description {
		display: none;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:first-of-type {
		bottom: 80px;
	}

	.gear-preview-info-bubble {
		opacity: 1;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3) {
		position: absolute; bottom: 0px; left: 0px; overflow: hidden; width: 100%; padding-bottom: 30px; z-index: 3; background-color: black;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3)>img {
	 	width: 50px; background-size: cover; float: left; margin-right: 5px; margin-bottom: 10px;
	 }

	.ui-table>div>div {
		display: inline-block; border: none; padding: 5px 10px;
	}

	.ui-table>div>div:nth-of-type(3), .ui-table>div>div:nth-of-type(4) {
		margin-left: 175px;
	}

	.ui-table>div>div:nth-of-type(4), .ui-table>div>div:nth-of-type(5) {
		margin-bottom: 20px;
	}

	.speedo-box {
		width: 38%;
	}

	.speedo-box>p:nth-of-type(2) {
		font-size: 14px; padding: 0px;
	}

}


/* SMALL RESO */

@media only screen and (max-width: 500px) {

	.ui-intro-2>div:first-of-type, .ui-intro-2>div:nth-of-type(2) {
		width: 100%; float: none; padding: 0px 5%; margin-bottom: 30px; overflow: hidden;
	}

	.ui-intro-2>div>img {
		width: 60px; margin-right: 20px;
	}

	.ui-intro-2>div>div {
		width: calc(100% - 80px); float: left;
	}


	.ui-fetish-types>div {
		width: 100% !important; margin: 30px 0 !important;
	}

	.ui-fetish-types>div:nth-of-type(2)>div:first-of-type, .ui-fetish-types>div:nth-of-type(2)>div:nth-of-type(2) {
		width: 100%; float: none; text-align: center; margin-bottom: 50px; padding: 0px;
	}

	.ui-fetish-types {
		padding: 30px 10%;
	}

	.ui-gear>div:nth-of-type(2) {
		width: 90%; margin: 50px 5%;
	}

	.ui-gear>div:nth-of-type(2)>div {
		width: 40%;
	}

	.ui-stats>div:first-of-type {
		width: 90%; margin: 0 5%; float: none; padding-top: 40px;
	}

	.ui-stats>div:first-of-type>img {
		width: 120px; margin: 0px 40px 0px 0px; float: left;
	}

	.ui-stats>div:first-of-type>div {
		float: left; max-width: calc(100% - 160px); text-align: left;
	}

	.ui-stats>div:first-of-type>div>p:first-of-type {
		font-size: 8vw;
	}

	.ui-stats>div:nth-of-type(2) {
		float: none; padding-top: 60px; width: 90%; margin: 0px 5%; text-align: center;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div {
		display: inline-block; margin: 0px 20px; text-align: center;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:first-of-type {
		font-size: 30px; color: white;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:nth-of-type(2) {
		font-size: 14px; color: silver;
	}

	.ui-stats>div:nth-of-type(2)>div>div>div>p:nth-of-type(3) {
		color: silver; font-size: 16px;
	}

	.ui-stats>div:nth-of-type(2)>div>div>p:first-of-type {
		font-size: 20px;
	}

	.ui-about {
		padding: 50px 0px;
	}

	.ui-about>div {
		width: 100%; padding: 0px 5%;
	}

	.ui-about>div>div {
		float: none; width: 100%; margin-bottom: 50px; overflow: hidden;
	}

	.ui-about>div>div>div {
		float: left; width: calc(100% - 120px);
	}

	.ui-vasja>div:first-of-type {
		float: none; width: 100%; padding: 0px 5%; margin-top: 80px;
	}

	.ui-vasja>div:first-of-type>p:first-of-type {
		text-align: center;
	}

	.ui-vasja>div:first-of-type>p:nth-of-type(2) {
		text-align: center;
	}

	.ui-vasja>img:first-of-type {
		position: absolute; top: 180px; left: 0px; width: 80vw; max-width: 100vw; margin-left: 10vw;
	}

	.ui-vasja>div:nth-of-type(2) {
		float: none; width: 100%; padding-left: 5%; padding-right: 5%; margin-top: calc(80vw * 1.35); text-align: center; padding-top: 30px;
	}

	.ui-vasja>div:nth-of-type(3) {
		bottom: 0px; height: 400px; width: 100vw; left: 0px; max-width: none;
	}

	.ui-vasja>div:nth-of-type(4) {
		left: 0px; width: 50px;
	}

	.ui-vasja>div:nth-of-type(5) {
		right: 0px; width: 50px;
	}

	.ui-speedos>div:first-of-type {
		position: absolute; top: 30px; left: 30px; width: 40%; margin: 0px; text-align: left; float: none;
	}

	.ui-speedos>div:nth-of-type(2) {
		float: none; width: 100%; margin-top: 30px; padding-bottom: 300px;
	}

	.ui-speedos>div:nth-of-type(2)>p:first-of-type, .ui-speedos>div:nth-of-type(2)>p:nth-of-type(2) {
		padding-left: 40%;
	}

	.ui-speedos>div:nth-of-type(2)>p:nth-of-type(3) {
		margin-top: 30px;
	}

	.ui-speedos>div:nth-of-type(2)>div:nth-of-type(2) {
		text-align: center;
	}

	.ui-speedos>div:nth-of-type(2)>div:nth-of-type(2)>img {
		height: auto; width: 25%;
	}

	.ui-speedos>div:nth-of-type(2)>p:nth-of-type(4), .ui-speedos>div:nth-of-type(2)>p:nth-of-type(5) {
		max-width: 100%; text-align: center;
	}	

	.ui-speedos>div:nth-of-type(2)>img:first-of-type {
		right: 2vw; left: initial; height: 480px;
	}	

	.ui-speedos>div:nth-of-type(2)>img:nth-of-type(2) {
		bottom: 350px; right: 24vw; left: 20px; height: 150px;
	}	

	.ui-speedo-list>div:first-of-type {
		width: 100%; float: none; padding-left: 5%; padding-right: 5%; text-align: center;
	}

	.ui-speedo-list>div:first-of-type>p:nth-of-type(3) {
		padding-left: 10%; padding-right: 10%; text-align: center;
	}

	.ui-speedo-list>div:nth-of-type(2) {
		width: 100%; float: none; padding-left: 5%; padding-right: 5%; text-align: center; margin-top: 70px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div {
		min-height: 750px;
	}


	.ui-speedo-list>div:nth-of-type(2)>div>div {
		width: 40%; position: absolute; top: 0px; left: 30%;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(2) {
		left: 5%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(3) {
		left: 55%; top: 150px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(4) {
		left: 30%; top: 300px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(5) {
		left: 5%; top: 450px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(6) {
		left: 55%; top: 450px;
	}

	.ui-speedo-list>div:nth-of-type(2)>div>div:nth-of-type(7) {
		left: 30%; top: 600px;
	}

	.ui-photo-stream {
		padding-top: 0px; text-align: center;
	}

	.ui-photo-stream>div {
		display: inline-block; width: 30%;
	}

	.ui-gear-preview {
		padding: 10px 5%;
	}

	.ui-gear-preview>p:first-of-type {
		font-size: 30px;
	}

	.ui-gear-preview>div:nth-of-type(2) {
		width: 100%; margin: 0px 0%; min-height: 750px;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3) {
		position: absolute; bottom: 0px; left: 0px; overflow: hidden; width: 100%; padding-bottom: 30px; z-index: 3; background-color: black;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:nth-of-type(3)>img {
	 	width: 50px; background-size: cover; float: left; margin-right: 5px; margin-bottom: 10px;
	 }

	.gear-preview-area>img {
		left: 0px; max-width: 100%; bottom: 100px;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:first-of-type {
		bottom: 0px;
	}

	.gear-preview-area-description {
		display: none;
	}

	.ui-gear-preview>div:nth-of-type(2)>div:first-of-type {
		bottom: 80px;
	}

	.gear-preview-info-bubble {
		opacity: 1;
	}

	.ui-table>div>div {
		display: inline-block; border: none; padding: 5px 10px;
	}

	.ui-table>div>div:first-of-type {
		width: 100%; text-align: left; padding-top: 10px;
	}

	.ui-table>div>div:first-of-type>img	{
		width: 30px;
	}

	.ui-table>div>div:nth-of-type(2), .ui-table>div>div:nth-of-type(3) {
		margin-left: 5px;
	}

	.ui-table>div>div:nth-of-type(4), .ui-table>div>div:nth-of-type(5) {
		margin-bottom: 20px; margin-left: 5px;
	}

	.speedo-box {
		width: 80%;
	}


}