
/*
//
//	ALL CUSTOM CSS KEEP HERE
//	UPDATE WILL NOT DELETE OR MODIFY THIS FILE
//
/*

/*-----------------------------------------*\
				FONTS
\*-----------------------------------------*/

html, body{
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

/*-----------------------------------------*\
				MAIN
\*-----------------------------------------*/


:root {
	--pure-color: #ff7900;
	--xxl-max-width: 1260px;
	--header-mobile-bg: #ffffff
}

/* @BOOTSTRAP OVERRIDE */
@media (min-width: 1200px){
	.container {
		max-width: var(--xxl-max-width);
		width: 100%;
	}

	@media (min-width: 1326px) {
		.col-xxl {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%;
		}
		.col-xxl-auto {
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none;
		}
		.col-xxl-1 {
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%;
		}
		.col-xxl-2 {
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%;
		}
		.col-xxl-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}
		.col-xxl-4 {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.col-xxl-5 {
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
		.col-xxl-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		.col-xxl-7 {
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%;
		}
		.col-xxl-8 {
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}
		.col-xxl-9 {
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%;
		}
		.col-xxl-10 {
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%;
		}
		.col-xxl-11 {
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%;
		}
		.col-xxl-12 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		.offset-xxl-0 {
			margin-left: 0;
		}
		.offset-xxl-1 {
			margin-left: 8.333333%;
		}
		.offset-xxl-2 {
			margin-left: 16.666667%;
		}
		.offset-xxl-3 {
			margin-left: 25%;
		}
		.offset-xxl-4 {
			margin-left: 33.333333%;
		}
		.offset-xxl-5 {
			margin-left: 41.666667%;
		}
		.offset-xxl-6 {
			margin-left: 50%;
		}
		.offset-xxl-7 {
			margin-left: 58.333333%;
		}
		.offset-xxl-8 {
			margin-left: 66.666667%;
		}
		.offset-xxl-9 {
			margin-left: 75%;
		}
		.offset-xxl-10 {
			margin-left: 83.333333%;
		}
		.offset-xxl-11 {
			margin-left: 91.666667%;
		}
	}
}

/*-----------------------------------------*\
				TYPOGRAPHY
\*-----------------------------------------*/


/*-----------------------------------------*\
				STRUCTURE
\*-----------------------------------------*/

header{
	background-image: url(img/1200x628_puste.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 370px;
}
header .brand .brand-logo{
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
header .brand .brand-logo img{
	display: block;
	width: 100%;
}
p.p24{
	font-size: 24px;
}

section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section.s1{
	background-image: url(img/1-1_ramka.jpg);
}
section.s2{
	background-image: url(img/2-1_ramka_1.jpg);
}
section.s3{
	background-image: url(img/3_ramka.jpg);
}
section.s4{
	background-image: url(img/4_ramka.jpg);
}
section.s5{
	background-image: url(gallery/5.jpg);
}

.headerbar{
	position: fixed;
	top: -100%;
	height: 70px;
	width: 100%;
	left: 0;
	background-color: #000;
	z-index: 55;
	background-image: url(img/1200x628_puste.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.headerbar .brand-logo{
	max-width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	float: left;
}
.headerbar .brand-logo img{
	display: block;
	width: 100%;
}
.headerbar .wishlist_button{
	top: 0;
	margin: 12px 0 0 0;
	float: right;
	height: 45px;
	line-height: 46px;
	font-size: 20px;
	background-size: 30px;
	padding: 0px 60px 0px 20px;
}
body.scroll .headerbar{
	top: 0;
}
@media(max-width: 767px){
	.headerbar .wishlist_button{
		background-image: none;
		font-size: 18px;
		padding: 0px 15px 0px 15px;
	}
}
/*-----------------------------------------*\
				PAGES
\*-----------------------------------------*/
.min-h-700{
	min-height: 700px;

	align-items: center;
	align-content: center;
	align-self: center;
	vertical-align: middle;
	display: grid;
}
.min-h-300{
	min-height: 300px;

	align-items: center;
	align-content: center;
	align-self: center;
	vertical-align: middle;
	display: grid;
}
.heading{
	top: 20%;
	position: relative;
	max-width: min(565px, 80vw);
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: 600;
}
.heading.notop{
	top: 0px;
}
.grey.heading{
	background-color: #555555;
}
.text_box{
	max-width: 715px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,.6);
	backdrop-filter: blur(4px);

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

/*-----------------------------------------*\
				RESPONSIVE
\*-----------------------------------------*/


/*-----------------------------------------*\
				IMAGES
\*-----------------------------------------*/


/*-----------------------------------------*\
				COMMON
\*-----------------------------------------*/

.gallery_item{
	margin-top: 15px;
	margin-bottom: 15px;
}
.small_spacer{
	height: 25px;
	width: 100%;
}
.medium_spacer{
	height: 50px;
	width: 100%;
}
.large_spacer{
	height: 100px;
	width: 100%;
}

/*-----------------------------------------*\
				MISC
\*-----------------------------------------*/

form input[type=text],
form input[type=email],
form textarea{
	background-color: #636363;
	text-align: center;
	display: block;
	width: 100%;
	margin: 15px 0px;
	border: 0;
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
form button{
	background-color: #ed2634;
	color: #fff;
	text-align: center;
	display: block;
	margin: 15px auto;
	border: 0;
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.button{
	background-color: #ed2634;
	color: #fff;
	text-align: center;
	display: block;
	margin: 15px auto;
	border: 0;
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.button:hover{
	color: #fff;
	text-decoration: none;
}
.wishlist_button{
	background-repeat: no-repeat;
	background-position: calc( 100% - 10px ) center;
	background-size: 45px;
	background-image: url(img/steam_small.png);
	position: relative;
	top: -46px;
	background-color: #ed2634;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 15px auto;
	display: inline-block;
	font-weight: 600;
	height: 65px;
	line-height: 65px;
	padding: 0px 100px 0px 25px;
	border: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.wishlist_button:hover{
	color: #fff;
	text-decoration: none;
}

.wishlist_button_h{
	position: absolute;
	right: 0px;
	top: 25px;
}
@media(max-width: 1024px){
	.wishlist_button_h{
		display: none;
	}
}

.fancybox-content{
	background-color: #aaaaaa55;
	border-radius: 6px;
}

#mail-button{
	font-size: 3em;
	background: linear-gradient(#ed2634, #a31721);
	color: white;
	border-radius: 1rem;
	border: 2px solid #611117;
	transition-duration: 250ms;
	padding: 0.5rem 5rem;
	white-space: nowrap;
}
#mail-button:hover{
	background: linear-gradient(#f63845, #d92a36);
}
#mail-button:active{
	transform: scale(0.9);
}
@media(max-width: 600px) {
	#mail-button {
		font-size: 1.5em;
	}

	.heading {
		font-size: 2em;
		top: -25%;
	}

	.text_box {
		font-size: 1em;
	}

	.headerbar .brand-logo img {
		max-height: 20vw;
	}
}
