@font-face {
    font-family: ubuntu light italic;
    src: url("/static/core/ubuntu/Ubuntu-LI.d8d09723b71e.ttf");
}

@font-face {
    font-family: ubuntu regular;
    src: url("/static/core/ubuntu/Ubuntu-R.7f0b42d1d6a4.ttf");
}

body {
	margin: 0;
	font-family: proxima-nova, sans-serif;
	overflow-anchor: none;
    font-weight: 300;
	background-color: #0c0c0d;
	font-size: 13px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    line-height: 1.5;
    /* min-width: 910px; */
    letter-spacing: 0.3px;
    color: white;
    position: relative;
    min-height: 100vh;
}

html{
    color-scheme: dark;
    scroll-behavior: smooth;
}

.langForm {
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-bottom: 12px;
}

.langInput {
    height: 14px;
    margin: 0px 3px;
    outline: none;
    background-color: #181e23;
    border-radius: 4px;
    padding: 7px 12px;
}

footer {
    padding: 10px 30px;
    background-color: #090808;
    text-align: center;
    position: absolute;
    right:0px;
    left: 342px;
    bottom: 0px;
}

footer p{
    margin: 0px;
}

header{
    position:absolute;
    top: 0px;
    bottom: 0px;
    width: 342px;
    min-height: 100vh;
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }

a {
    color: #4bbadd;;
    text-decoration: none;
}

a:hover{
    color: grey;
}

b {
    font-weight: bold;
}

#header-content > * {
    width: 205px;
    margin: 0px 45px;
}

#header-content-mobile{
    display:none;
    font-size: 0px;
}

#header-content.open {
    left: 0;
}

#header-content .logo-header {
    margin-bottom: 10px;
    margin-left: 45px;
    font-size: 0px;
}

.logo-header img{
    vertical-align: middle;
    padding-left: 30px;
    padding: 20px 10px;
}

.logo-header img:hover{
    opacity: 0.8;
}

#home-header a{
    color: white;
}

.header-selected-page
{
    background-color: #262626;
}

#home-header div {
    position: relative;
    line-height: 27px;
    padding: 5px 5px 5px 50px;
    border: 1px solid #0c0c0d;
    border-radius: 8px;
}

#home-header div:hover{
    border: 1px solid #474849;
}

#home-header div::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 26px;
    height: 27px;
    background: url("/static/core/shop-icons/13.c343e20558ff.png") no-repeat;
    background-size: contain;
}

#lady-shop-session{
    position: fixed;
    bottom: 20px;
    right: 25px;
    background-color: #976fff;
    display: none;
    border-radius: 5px;
    z-index: 2;
    font-size: 0px;
    -moz-animation: download 0.5s infinite  alternate;
    -webkit-animation: download 0.5s infinite  alternate;
    animation: download 0.5s infinite  alternate;
    -moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#lady-shop-history{
    position: fixed;
    bottom: 20px;
    right: 25px;
    /*background-color: #181e23;*/
    background-color: #976fff;
    display: none;
    border-radius: 5px;
    z-index: 2;
    font-size: 0px;
    -moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

@-webkit-keyframes download {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes download {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

#lady-shop-session img, #lady-shop-history img{
    width: 32px;
    padding: 5px;
}

#lady-shop-session:hover, #lady-shop-history:hover{
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    background-color: #7b48fc;
}

#streamer-shop-title, #portfolio-title{
    font-family: 'proxima-nova';
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-left: 55px;
    margin-right: 55px;
}

#portfolio-title a, #streamer-shop-title a{
    color: white !important;
    -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
    transition: color 0.2s;
}

#portfolio-title a:hover, #streamer-shop-title a:hover{
    color: #976fff !important;
}

.header-separator{
	border: solid #474849 1px;
    border-width: 0px 0px 1px 0px;
}

#top-menu{
    margin-left: 342px;
    height: 32px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: right;
}

#content{
    margin-left: 342px;
    min-height: 930px;
    padding: 14px 25px 80px 25px;
}

#content-title
{
    font-family: 'proxima-nova';
    letter-spacing: 0.3px;
    margin: 4px 0px 0px 0px;
    font-size: 13px;
    font-weight: 300;
}

#content-title .title-main{
    font-weight: 600;
    font-size: 36px;
}

#content-title .title-details {
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
}

#gallery {
	position: relative;
    min-height: 637px;
    font-size: 0;
    text-align: left;
    max-width: 1800px;
    margin-bottom: 80px;
}

#gallery a{
    color: white;
}

.theme-button-inner{
    padding: 6px 5px;
    border: 1px solid #0c0c0d;
    border-radius: 8px;
}

.theme-button-inner:hover{
    border: 1px solid #474849;
}

.theme-button a, .portfolio-theme-button a, .other-theme-button a{
    color: white;
}

.theme-title{
    display:inline-block;
    vertical-align: middle;
}

#header-content .themes-list, #header-content .portfolio-themes-list, #header-content .other-themes-list{
    margin-top: 12px;
}

.theme-nature-cozy-vibes .theme-pastille
{
    background-color: #a6e5aa;
}

.theme-cosmic-sky-elemental .theme-pastille{
    background-color: #23aec1;
}

.theme-game-themes .theme-pastille{
    background-color: #5772af;
}

.theme-game-assets .theme-pastille{
    background-color: #f4a4c5;
}

.theme-deals .theme-pastille{
    background-color: #dfa453;
}

.theme-pastille{
    width: 24px;
    height: 24px;
    display:inline-block;
    vertical-align: middle;
    background-color: blue;
    border-radius: 100%;
    margin-right: 14px;
    margin-left: 3px;
}

.theme-nopastille{
    height: 24px;
    display:inline-block;
    width: 0px;
    vertical-align: middle;
}

#header-content .commission-button {
    border-radius: 8px;
    font-weight: 400;
    position: relative;
    left: -10px;
    margin-top: 30px;
    font-family: 'proxima-nova';
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    font-weight: 600;
    width: 250px;
}

#header-content .commission-button:hover{
    background-color: #474849;
}

.commission-button a{
    color: white !important;
}

.commission-button img{
    display:inline-block;
    width: 18px;
    vertical-align: middle;
    border-radius: 100%;
    padding: 4px;
}

.commission-button .twitch{
    background-color: #6441a5;
}

.commission-button .youtube{
    background-color: #e42239;
}


.commission-button div{
    padding: 8px;
    padding-left: 14px;
    border: 1px solid #474849;
    border-radius: 8px;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 24px;
}

.commission-button span {
    margin-left: 10px;
}

#back-to-top{
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 400;
    position: absolute;
    bottom: 50px;
    padding: 30px 0px;
}

#back-to-top:hover{
    color: rgb(102, 102, 102);
}

.burger-menu {
    width: 25px !important;
    height: 18px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    vertical-align: middle;
    padding: 20px 20px 20px 33px;
    display:none;
}

.burger-menu:hover{
    opacity: 0.8;
}

.burger-menu span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
    border-radius: 1px;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.paragraph{
    font-size:14px;
    color: #878787;
}

h3{
    margin: 0px;
}

.page-header{
    font-size: 14px;
    font-weight: 400;
}

#lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
    outline: none;
	background: rgba(0,0,0,0.9);
}

#lightbox video, #lightbox img {
	/** Pad the lightbox image */
	border: solid black 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    max-width: 85%;
    max-height: 85%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-container{
	width: 100%;
	text-align: center;
}

.loader {
    border: 4px solid white; /* Light grey */
    border-top: 4px solid #55f5ff; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin: 40px;
}

.image {
	width: 100%;
	 -moz-transition: all 0.2s;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
     display: inline-block;
}

.imageContainer {
    position: relative;
    display: inline-block;
    margin: 0px;
    -moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wideImageContainer {
    width: 445px;
    margin: 0px 25px 30px 0px;
}

.backgroundImageContainer {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 15px 15px 0px;
}

.portfolioImageContainer {
    width: 730px;
    margin-right: 10px;
}

.projectImageContainer{
    margin-bottom: 10px;
}

.halfPortfolioImageContainer {
    width: 360px; 
}

.squareImageContainer {
    width: 420px;
}

.bannerImageContainer{
    width: initial;
    max-width: 1400px;
    display: block;
    margin-right: 0px;
}

.has-preview:hover {
    cursor: pointer;
    -moz-filter: contrast(0.9);
    -webkit-filter: contrast(0.9);
    filter: contrast(0.9);
} 

#video-loader{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    max-width: 85%;
    max-height: 85%;
    height: 120px;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1350px) {
    #header-content{
        display: inline-block;
        position: fixed;
        background-color: #0c0c0d;
        transition: left 0.3s ease;
        left: -320px;
        top: 0px;
        width: 320px;
        bottom: 0px;
        overflow-y: auto;
        padding-bottom: 40px;
    }

    .burger-menu{
        display: inline-flex;
    }

    #header-content > * {
        margin-left: 25px;
        margin-right: 25px;
    }

    #header-content .logo-header
    {
        margin-left: 0px;
        margin-right: 0px;
        position: sticky;
        top: 0px;
        background-color: #0c0c0d;
        width: 100%;
        z-index: 3;
    }

    #top-menu{
        margin-left:0px;
        height: 62px;
    }

    #header-content .commission-button
    {
        left: 0px;
    }

    #header-content-mobile{
        display: block;
    }

    #back-to-top{
        display: none;
    }
    #content{
        margin-left: 0px;
    }
    header {
        min-height: 0px;
        position: absolute;
        z-index: 1;
        height: 62px;
    }
    #logo-header{
        display:none;
    }
    footer {
        left: 0px;
    }
    .portfolioImageContainer{
        width: 100%;
        max-width: 1000px;
    }
    .portfolioImageContainer iframe{
        width: 100%;
    }
}

@media screen and (max-device-width: 910px), (max-width: 910px) { /* all */
    #content-title .title-main{
        font-size: 30px;
        line-height: 1.2;
    }
    #content-title .title-details{
        font-size: 18px;
    }
    .imageContainer{
        width: 100%;
        margin-right: 0px;
    }
    .langForm {
        margin-right: 0px;
        display:block;
    }
    footer{
        padding-left: 5%;
        padding-right: 5%;
    }
}
