﻿/*
Author: Rodrigo Briote
License: Proprietary
*/

/* -- global -- */

html {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	height: 100%;
	background-color: #505050;
	font-size: 1.5rem; /* 15px */
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #fff600;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

form {
	margin: 0;
}

.divClear {
	height: 0;
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.handCursor:hover {
	cursor: pointer !important;
}









/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }












/* -- menu -- */

#mainNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #505050;
	color: #ffffff;
	text-align: center;
	z-index: 1000;
}

@media (max-width: 599px) {
	#mainNav {
		height: 60px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #mainNav {
		height: 50px;
	}
}

@media (max-width: 399px) {
	#mainNav {
		height: 50px;
	}
}

#mainNav a {
	height: 65px;
	font-size: 3rem;
	font-weight: 300;
	color: #ffffff;
	line-height: 65px;
	padding: 0 2rem;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 599px) {
	#mainNav a {
		height: 60px;
		font-size: 2.6rem;
		line-height: 60px;
		padding: 0 1.2rem;
	}
}

@media (max-width: 399px) {
	#mainNav a {
		height: 50px;
		font-size: 2rem;
		line-height: 50px;
		padding: 0 0.6rem;
	}
}

@media (max-width: 329px) {
	#mainNav a {
		padding: 0;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #mainNav a {
		height: 50px;
		line-height: 50px;
	}
}

#mainNav a.active {
	font-weight: 700;
}

.separador {
	width: 31px;
	height: 65px;
	background-image: url("media/separador_menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 599px) {
	.separador {
		height: 60px;
	}
}

@media (max-width: 399px) {
	.separador {
		height: 50px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile .separador {
		height: 50px;
	}
}











/* -- ecran ola -- */

#ecranOla {
	position: relative;
  	height: 100%;
	background-image: url("media/bg_ola.jpg?123");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	z-index: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

@media (max-width: 599px) {
	#ecranOla {
		justify-content: space-between;
	}
}

#ecranOla div:first-of-type {
	position: relative;
	text-align: left;
	padding-left: 6vw;
	/*flex-grow: 1;*/
}

@media (max-width: 599px) {
	#ecranOla div:first-of-type {
		flex-basis: calc(100% - 205px);
		flex-grow: 0;
    	flex-shrink: 0;
	}
}

#ecranOla div:last-of-type {
	position: relative;
	/*flex-basis: 287px;*/
    /*flex-grow: 1;*/
	padding: 0 6vw;
}

@media (max-width: 599px) {
	#ecranOla div:last-of-type {
		flex-basis: 215px;
		flex-grow: 0;
		padding: 0;
	}
}

@media (max-width: 599px) {
	#ecranOla div:last-of-type img {
		width: auto;
		height: 246px;
	}
}

#ecranOla h1 {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 5rem;
	color: #ffffff;
	font-weight: 300;
	margin-top: 0;
}

@media (max-width: 1279px) {
	#ecranOla h1 {
	}
}

@media (max-width: 1023px) {
	#ecranOla h1 {
		font-size: 4rem;
	}
}

@media (max-height: 699px) and (orientation:portrait) {
	#ecranOla h1 {
		margin-bottom: 10px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranOla h1 {
		font-size: 3rem;
		margin-top: 40px;
		margin-bottom: 0px;
	}
}

#ecranOla h2 {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 3rem;
	color: #ffffff;
	font-weight: 300;
}

@media (max-width: 1023px) {
	#ecranOla h2 {
		font-size: 2.6rem;
	}
}

/* Tablets */
@media (min-width: 768px) and (orientation:portrait) {
	#ecranOla h2 {
		font-size: 3rem;
		line-height: 5rem;
	}
}

@media (max-width: 767px) {
	#ecranOla h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 399px) {
	#ecranOla h2 {
		font-size: 2rem;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranOla h2 {
		font-size: 1.7rem;
		padding: 0;
		margin: 0;
	}
}

#ecranOla h2 a:hover {
	border-bottom: 1px dashed #fff600;
}

@media (max-width: 1023px) and (orientation:portrait) {
	#ecranOla h2 br {
		content: " " !important;
		display: none;
	}
}






/*--------------------------------------------------------------
SCROLL DOWN
--------------------------------------------------------------*/

#imgDown {
	position: absolute;
	left: calc(50% - 26px);
	bottom: 50px;
	display: block;
}

#imgDown img {
	position: relative;
	transition: all 0.2s;
	-webkit-animation: swingArrow 0.5s linear 2s infinite alternate;
	animation: swingArrow 0.5s linear 2s infinite alternate;
	padding-bottom: 10px;
	display: block;
}

/* -- Swing arrow -- */
@-webkit-keyframes swingArrow { from {padding-bottom:10px} to {padding-bottom:0px} }
@keyframes swingArrow { from {padding-bottom:10px} to {padding-bottom:0px} }

#imgDown img:hover {
	padding-bottom: 0px;
	-webkit-animation: none;
	animation: none;
}














/* -- ecran portefolio -- */

#ecranPortefolio {
	position: relative;
	height: calc(100% - 65px);
	text-align: center;
	margin-top: -65px;
	padding-top: 65px;
	overflow: hidden;
	z-index: 200;
}

@media (max-width: 599px) {
	#ecranPortefolio {
		height: calc(100% - 60px);
		margin-top: -60px;
		padding-top: 60px;
	}
}

@media (max-width: 399px) {
	#ecranPortefolio {
		height: calc(100% - 50px);
		margin-top: -50px;
		padding-top: 50px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranPortefolio {
		height: calc(100% - 50px);
		margin-top: -50px;
		padding-top: 50px;
	}
}

#ecranPortefolio .pageBox {
	position: relative;
	width: 33.33%;
	height: 50%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -4px;
	text-align: center;
	display: inline-block;
}

@media (max-width: 799px) {
	#ecranPortefolio .pageBox {
		width: 50%;
		height: 33.33%;
	}
}

#ecranPortefolio .pageBox div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Lato', Verdana, Geneva, Arial;
	font-size: 4rem;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	transition: opacity .5s ease;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	z-index: 100;
	opacity: 1;
}

@media (max-width: 1279px) {
	#ecranPortefolio .pageBox div {
		font-size: 3.5rem;
	}
}

@media (max-width: 1023px) {
	#ecranPortefolio .pageBox div {
		font-size: 3rem;
	}
}

@media (max-width: 499px) {
	#ecranPortefolio .pageBox div {
		font-size: 2rem;
	}
}

@media (max-height: 699px) {
	#ecranPortefolio .pageBox div {
		font-size: 2rem;
	}
}

#ecranPortefolio .pageBox div span {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
}

@media (max-width: 1279px) {
	#ecranPortefolio .pageBox div span {
		font-size: 1.8rem;
	}
}

@media (max-width: 1023px) {
	#ecranPortefolio .pageBox div span {
		font-size: 1.5rem;
	}
}

@media (max-width: 499px) {
	#ecranPortefolio .pageBox div span {
		font-size: 1.2rem;
	}
}

#ecranPortefolio .imgSombra {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity: 1;
	transition: opacity .5s ease; 
}

#ecranPortefolio .imgLupa {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 25;
	opacity: 0;
	transition: opacity .5s ease; 
}

#ecranPortefolio .pageBox:hover div {
	opacity: 0;
}

#ecranPortefolio .pageBox:hover .imgSombra {
	opacity: 0;
}

#ecranPortefolio .pageBox:hover .imgLupa {
	opacity: 1;
}












/* -- ecran contactos -- */

#ecranContactos {
	position: relative;
	height: 480px;
  	height: 100%;
	background-image: url("media/bg_contactos.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: -6px;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	z-index: 100;
}

@media (max-width: 1279px) {
	#ecranContactos {
		background-position: right bottom;
		justify-content: flex-start;
	}
}

#ecranContactos div {
	position: relative;
	/*top: 50%;*/
	/*left: 0;*/
	width: 40%;
	font-family: 'Lato', Verdana, Geneva, Arial;
	font-size: 2.6rem;
	color: #ffffff;
	font-weight: 300;
	text-align: left;
	padding: 0 8% 0 0;
	/*-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

@media (max-width: 1279px) {
	#ecranContactos div {
		padding: 0 8%;
	}
}

@media (max-width: 1024px) and (orientation:portrait) {
	#ecranContactos div {
		position: absolute;
		top: 10%;
		width: 100%;
		text-align: center;
		padding: 0;
		-ms-transform: translateY(-10%);
		-moz-transform: translateY(-10%);
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranContactos div {
		margin-top: 25px;
	}
}

#ecranContactos h1 {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 5rem;
	color: #ffffff;
	font-weight: 300;
}

@media (max-width: 799px) {
	#ecranContactos h1 {
		font-size: 4rem;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranContactos h1 {
		font-size: 3rem;
	}
}

#ecranContactos h2 {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 3rem;
	color: #ffffff;
	font-weight: 300;
}

@media (max-width: 799px) {
	#ecranContactos h2 {
		font-size: 2rem;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranContactos h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 399px) {
	#ecranContactos h2 {
		font-size: 1.8rem;
	}
}

#ecranContactos h2 a:hover {
	border-bottom: 1px dashed #fff600;
}


/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecranContactos .extraContact {
		display: none;
	}
}












/* -- footer -- */

#footer {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 88vw;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	padding: 6vw;
	z-index: 200;
	opacity: 1;
	display: none;
}

@media (max-width: 1024px) and (orientation:portrait) {
	#footer {
		padding: 0;
	}
}

/* Mobile - landscape */
@media (orientation:landscape) {
	.mobile #footer {
		bottom: 15px;
	}
}

@media (max-width: 799px) {
	#footer {
		width: 100vw;
		bottom: 10px;
		font-size: 1.3rem;
		padding: 0;
		opacity: 0.5;
	}
}

#footer br {
	content: ' ';
	display: inline;
}

@media (max-width: 799px) {
	#footer br {
		display: block;
	}
}







/*--------------------------------------------------------------
PRIVACY CONSENT - message
--------------------------------------------------------------*/

#privacyConsent {
	position: fixed;
	bottom: -300px;
	left: 0%;
	width: calc(100vw - 6vw);
	height: auto;
	min-height: 40px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	text-align: left;
	transition: bottom 1s;
	padding: 5px 3vw 10px 3vw;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	z-index: 9998; /* Terms are in Colorbox, which is 9999 */
}

/* Show */
#privacyConsent.show {
	bottom: 0;
}

#privacyConsent p {
	margin: 0;
}

#privacyConsent a {
	color: #fff600;
	border-bottom: 1px dashed #ffffff;
}

#privacyConsent a:hover {
	font-weight: 600;
}

#privacyConsent a.button {
	height: 34px;
	background-color: transparent;
    background-image: none;
	line-height: 36px;
	font-size: 1.7rem;
	font-weight: 600;
	color: #ffffff;
    padding: 0 16px;
	margin: 0 0 0 10px;
	border-radius: 17px;
	border: 1px solid #ffffff;
}

#privacyConsent a.button:hover {
	background-color: #fff600;
	color: #333333;
	border: 1px solid #fff600;
}

 








/*--------------------------------------------------------------
COLORBOX - ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: transparent;}
#colorbox{outline:0; border-radius: 8px;}
    #cboxContent{overflow:visible; background:#ffffff;}
        .cboxIframe{background:#ffffff;}
        #cboxError{padding:50px; border:1px solid #cccccc;}
        #cboxLoadedContent{background:#ffffff; padding:1px; margin-bottom: 35px;}
        #cboxLoadingGraphic{}
        #cboxLoadingOverlay{background:#ffffff;}
        #cboxTitle{position:absolute; bottom:10px; left:0; text-align:center; width:100%; color:#505050; font-weight: 400;}
        #cboxTitle a{color:#505050 !important;}
        #cboxCurrent{position:absolute; bottom:10px; left:10px; color:#505050;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; background: transparent;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow{display: none !important;}
        #cboxPrevious{position: absolute; top: calc(50% - 40px); left: 10px; background: url("media/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background: url("media/bt_anterior.png") bottom no-repeat;}
		#cboxPrevious:focus{outline: none;}
        #cboxNext{position: absolute; top: calc(50% - 40px); right:10px; background: url("media/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background: url("media/bt_seguinte.png") bottom no-repeat;}
		#cboxNext:focus{outline: none;}
        #cboxClose{position: absolute; bottom: 5px; right: 10px; background: url("media/bt_close.gif") no-repeat; width:25px; height:25px; text-indent:-9999px; opacity: 0.5;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}


/* ColorBox Dialogs */

.cboxDialogs #cboxTitle {
	display: none !important;
}

.dialog {
	background-color: #ffffff;
	font-size: 1.7rem;
	color: #505050;
	line-height: 125%;
	text-align: center;
	padding: 0 1vw 1vw 1vw;
	border-radius: 5px;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.dialog h1,
.dialog h2,
.dialog h3 {
	font-size: 3rem;
	font-weight: 400;
	color: #505050;
	letter-spacing: 1px;
	margin-top: 1.5rem;
	display: block;
}

.dialog a {
	color: #505050;
	text-decoration: underline;
}

#colorbox .dialog {
	display: block;
}






/*--------------------------------------------------------------
SCROLLBARS
--------------------------------------------------------------*/

/* Firefox */
.firefox:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #fff600 rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 7px;
	background-color: rgba(80, 80, 80, 1);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 1px;
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff600;
	border-right: 1px solid #505050;
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: #fff600;
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: #fff600;
}