@import "reset.css";
@import "animate.css";
@import "preloader.min.css";
@import "jquery-ui.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html {
	scroll-behavior: smooth !important;
	background:#222;
}

body {
	min-height:100%;
	box-shadow: inset 0px 0px 250px black;
	background:#222 url(../images/crossroad-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

html, body {
	font-size: 16px;
	font-weight:normal;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	line-height:1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word; 	
	font-weight:400;
	-moz-osx-font-smoothing: grayscale;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;	
	overflow-x: hidden !important;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word; 
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

p,input,textarea,a {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

input,select,textarea,button,a,span,i,li {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
	outline:none;
}
input,select,textarea,button {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	color: #4e4e4e;
	outline:none !important;
}
a,a:focus {
	color:#261B14;
	outline:none !important;
	vertical-align:baseline;
}
.nopadding {
    padding: 0 !important;
	margin:0;
	overflow:hidden !important;
}
.responsive-services {
    position: relative;
}
.noborder {
	border:0 !important;
}

.align-right {
	margin-left:auto;
	display:table !important;
}

.align-center {
	margin-left:auto;
	margin-right:auto;
	display:table !important;
}

::-moz-selection { background: #222; }
::selection { background: #222; }

/* OPACITY BEFORE */

section#zamowienie form {
	opacity:0;
}

/* HEADER */

header .facebook {
	display:block;
	position:relative;
	text-align:right;
	font-size:50px;
	color:rgba(255,255,255,0.2);
}

header .facebook:hover {
	color:rgba(255,255,255,0.5);
}

/* FOOTER */

footer {
	background:rgba(0,0,0,0.5);
	background-size:cover;
	padding:20px 0px 10px 0px;
	font-weight:400;
}

footer:before {
	content:'';
	width:90%;
	margin:0 auto;
	display:block;
	position:relative;
	top:-16px;
	height:2px;
	background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(156, 55, 58,1) 50%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(156, 55, 58,1) 50%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(156, 55, 58,1) 50%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#009C373A',GradientType=1 );
}

footer .rights a {
	color:rgba(156, 55, 58,1);
	font-weight:600;
}

footer .rights img {
	margin:0 auto;
	display:block;
	position:relative;
	text-align:center;
}

footer .rights p {
	margin-bottom:0;
	line-height:1.8em;
	font-size: 12px;
    color: #999;	
	margin-top:10px;
}

footer p a:hover {
	text-decoration:underline !important;
}

/* CONTENT */

.send-ok,
.send-fail {
	display:block;
	position:relative;
	text-align:center;
	padding:10px;
	margin:0 auto 15px auto;
	font-size:18px;
	font-weight:500;
	background:#fff;
}

.send-fail {
	color:#b43d3d;
	border-bottom:2px solid #b43d3d;
}

.send-ok {
	color:#218838;
	border-bottom:2px solid #218838;
}

.cookies-info {
	padding:15px 0px;
	color:#999;
	background: rgba(0,0,0,0.8);
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9999;
}

.cookies-info h6 {
	color:#ccc;
	font-weight:600;
	font-size:14px;
}

.cookies-info p {
	font-size:12px;
	line-height:1.5em;
	margin-bottom:0;
}

.cookies-info a {
	color:#ccc !important;
	text-decoration:underline;
}

.cookies-info a.akceptuje {
	margin-top:24px;
	color:#222 !important;
	text-decoration:none !important;
	display:table;
    padding: 8px 20px;
    font-size: 12px;
	font-weight:normal;
	letter-spacing:1px;
	background:#777;
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;	
}

.cookies-info a.akceptuje:hover {
	background:#ccc;	
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
    display:block;
	position:relative;
	margin-top:50px;
	margin-bottom:0px;
    width: 26px;
    height: 46px;
    margin-left: -13px;
    box-shadow: inset 0 0 0 2px #000;
    border-radius: 25px;
	opacity:0.8;
}
.icon-scroll:before {
  content: '';
  width: 4px;
  height: 8px;
  background: #000;
  margin-left: -2px;
  top: 4px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

section {
	padding:20px 0px;
}

.top-sep {
	display:block;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:90px;
	margin-top:45px;
}

.top-logo {
	display:block;
	position:relative;
	max-width:600px;
	margin:-20px auto 0px auto;
	text-align:center;
	opacity:0.76;
	width:100%;
}

h1 {
	display:table;
	position:relative;
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	font-size:12px !important;
	margin-top:60px !important;
	letter-spacing:1px;
	line-height: 1.7em !important;
}

h1 span {
	font-size:16px !important;
}

h1 strong {
	color:rgb(156, 55, 58);
}

.top-cd {
	display:block;
	position:relative;
	width: 185px;
    margin-top: 25px;
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;	
}

.top-cd img {
	width:100%;
}

.top-cd:hover {
	margin-top:23px;
	margin-left:-2px;
	box-shadow:15px 15px 10px rgba(0,0,0,0.3);
}

.grecaptcha-badge {
    width: 100px !important;
}

form h2 {
	display: block;
    text-align: center;
    position: relative;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
	margin:0px 0px 10px 0px !important;
}

form h2 strong {
	font-weight:600;
}

form .row .col-xl-4,
form .row .col-xl-12 {
	padding-right: 5px !important;
    padding-left: 5px !important;
}

form .row .col-xl-4 {
	margin-bottom:10px;
}

.input-outer {
	display:block;
	position:relative;
	background: rgba(0,0,0,0.8);
	padding:15px 15px 0px 15px;
	margin:0;
}

.input-outer label {
	text-transform:uppercase;
	font-size:10px;
	font-weight:300;
	display:block;
	letter-spacing:2px;
	margin-bottom:0px;
}

.input-outer input[type="text"] {
	width:100%;
	background:transparent;
	border:0;
	border-bottom:2px solid #fff;
	color:rgba(156, 55, 58,1);
	font-weight:600;
	letter-spacing:1px;
	font-size:14px;
	margin-bottom:15px;
}

input[type="submit"] {
	display:block;
	position:relative;
	width:100%;
	background:rgba(255,255,255,0.3);
	color:#000;
	font-size:20px;
	border:2px solid rgba(0,0,0,0.8);
	padding:10px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:50px;
}

input[type="submit"]:hover {
	background:rgba(0,0,0,0.8);
	color:#fff;
}

.wrapper-load {
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
	z-index:9999;
}
.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper-load span{
    position: absolute;
    top:75px;
    font-size: 12px;
    letter-spacing: 10px;
	text-transform:uppercase;
	font-weight:300;
    color: #fff;
    left:12%;
}

.ui-widget-content {
	background:rgba(0,0,0,0.8);
	border:0 !important;
}

.ui-widget.ui-widget-content {
	border:0px !important;
}

.ui-menu-item-wrapper {
	color:rgb(156, 55, 58);
}

h3.stillcross {
	color:rgba(255,255,255,0.5);
    font-weight: 800;
    display: block;
    position: absolute;
    right: 0;
	top:-25px;
    font-size: 60px;
    text-shadow: 6px 8px 6px rgba(0,0,0,0.5);
}