body{
	font-family: "CentraleSansRnd";
	overflow-x: hidden;
	/* background-image: url('../assets/bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
}
.container-fluid{
	padding:0!important;
	max-width: 1600px;
}

h1{
	font-size: 28px;
	font-weight: 500;
}
h2{
	font-size: 24px;
	font-weight: 300;
}

h3{
	font-size: 20px;
	font-weight: 300;
}


@media (max-width: 767.98px){
	h2{
		font-size: 24px;
	}

	h3{
		font-size: 20px;
	}
}

.cta {
	background:#00b1ed;
	font-size:14px;
	color:#fff;
	padding:10px 30px;
	transition:all 0.5s;
	border-radius:4px;
    border:2px solid #00b1ed;
    text-decoration: none;
}
.cta:hover {
	background:none;
    color:#00b1ed;
    text-decoration: none;
}

.cta-white {
	background:#fff;
	font-size:14px;
	color:#000!important;
	padding:10px 30px;
	transition:all 0.5s;
	border-radius:4px;
    border:2px solid #fff;
    text-decoration: none;
}
.cta-white:hover {
	background:none;
    color:#fff!important;
    text-decoration: none;
}

.cta-blue {
	background:#00b1ed;
	font-size:14px;
	color:#fff;
	padding:10px 30px;
	transition:all 0.5s;
	border-radius:4px;
    border:2px solid #00b1ed;
    text-decoration: none;
}
.cta-blue:hover {
	background:none;
    color:#00b1ed;
    text-decoration: none;
}

.cta-copy {
	background:#00b1ed;
	font-size:14px;
	color:#fff!important;
	padding:10px 30px;
	transition:all 0.5s;
	border-radius:4px;
    border:2px solid #00b1ed;
	text-decoration: none;
	cursor:pointer;
}

.cta-blue:hover {
	background:none;
    color:#00b1ed!important;
    text-decoration: none;
}


.arrow-prev{
	background: rgba(255,255,255,.7);
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    color: #4d4d4d;
    font-size: 18px;
    height: 120px;
    margin-left: 1px;
    padding-top: 40px;
    text-align: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 60px;
}

.arrow-next{	
    background: rgba(255,255,255,.7);
    border: solid #CCC;
    border-width: 1px 1px 1px 0;
    color: #4d4d4d;
    font-size: 18px;
    height: 120px;
    margin-left: 1px;
    padding-top: 40px;
    text-align: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 60px;
}

.bg-header{
	color: #000;  
	background-image: url('../assets/header-bg.jpg');
	          background-color: #fff;
            background-repeat: no-repeat;
            min-height: 613px;
            background-position: 50% 0;
}

.opis-left {
	line-height: 1.6;
}

.copy {
	padding-left: 0;
}

.bold {
	font-weight: 500;
}

.bg-kroki{
	color: #fff;  
	background-image: url('../assets/kroki-bg.jpg');
	          background-color: #07a1e3;
            background-repeat: no-repeat;
            min-height: 316px;
			background-position: 50% 0;
			background-size: cover;
}

.bg-cta{
	color: #fff;  
	background-image: url('../assets/bg-cta.jpg');
	          background-color: #07a1e3;
            background-repeat: no-repeat;
            min-height: 140px;
			background-position: 50% 0;
			background-size: cover;
}

.bg-hw{
	color: #000;  
	background-image: url('../assets/bg-hw.jpg');
	          background-color: #07a1e3;
            background-repeat: no-repeat;
            min-height: 420px;
			background-position: 50% 0;
			background-size: cover;
}

.bg-video{
	color: #fff;  
	background-image: url('../assets/bg-video.jpg?v=1.2');
	          background-color: #07a1e3;
            background-repeat: no-repeat;
            min-height: 750px;
            background-position: 50% 0;
}

@media screen and (max-width:1024px){
	header{
		min-height:470px ;
	}
}

@media screen and (max-width:768px){
	header{
		min-height:440px ;
	}

	.bg-video{
		color: #fff;  
		background-image: url('../assets/bg-video.jpg?v=1.2');
				  background-color: #44bfeb;
				background-repeat: no-repeat;
				min-height: 500px;				
				background-size: cover;
	}
	.logo{
		margin-top: 20px;
	}
}

@media screen and (max-width:500px){
	header{
		min-height:530px ;
	}
}




header h1{
	color:#000;
}

header h2{
	color:#000;
}

.copy{
	text-align: left;
}
.logo-hw{
	text-align: right;
}
@media screen and (max-width:541px){
	.copy{
		text-align:center;
	}
	.logo-hw{
		text-align:center;
	}

	.logo-left {
		padding-left: 20px;
		width: 40%;
	}

	.logo-right {
		padding-right: 20px;
		width: 50%;
	}
}

.brand-shadow{
	-webkit-box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in;

}

.brand-shadow:hover{
	-webkit-box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 25px 40px 0px rgba(0,0,0,0.2);
	transform: scale(1.1);


}

.navy{
	background-color: #001884;
	border-radius: 5px;
	width:100%;
	height: auto;
	padding: 24px ;
}

.pink{
	background-color: #96238e;
	border-radius: 5px;
	width:100%;
	height: auto;
	padding: 24px;
}

.big-box h3{
	color:#fff;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

section.slider{
	display: block;
}
@media screen and (max-width:600px){
	section.slider{
		display: none;
	}
}

.news-box{
	border-radius: 5px;
	border:20px solid #00b1ed;
	padding:40px 20px;
	position: relative;
}
/*.news-box::after{
	content:url('../assets/Spin_Master.png');
	position: absolute;
	margin:0 auto;
	right:0;
	left:0;
	top:-110px;
	transition: all 0.5s ease-in;

}*/

.logo-spin{
	width:140px;
	height:auto;
	position: absolute;
	margin:0 auto;
	right:0;
	left:0;
	top:-85px;
	transition: all 0.4s ease-in;
}

.logo-spin:hover{
	width:170px;
	height:auto;
	transform: rotate(360deg);
	top:-110px;

}

.logo-spin:hover:after

.boxp{
    background: url("..") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.box-effect{
	transition: all 0.4s ease-in;
}
.box-effect:hover{
	opacity: 0.85;
}


.cena-s{
	color: #7d7d7d;
	font-size: 18px;
}

.opis-footer {
	font-size: 14px;
	color: #7d7d7d;
}


  .bg-red{
	  background-color: #ed1b24;
  }

  .bg-blue{
	background-color: #44bfeb;
}

.bg-yellow{
	background-color: #ece10b;
}