body {
	margin: 60px auto 120px auto; 
	color: #fff; 
	background: #000; 
	font-family: 'crr', sans-serif; 
	text-align: center;
}

a:link {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}


img.logo {
	margin: 0 0 30px 0; 
	width: 140px;
	height: 140px;
}

p.rentals { 
	font-size: 2.8em; 
	letter-spacing: 4px; 
	color: #ff0000; 
	line-height: 1.4em;
}

p.skiboo {
	font-family: 'ktb', sans-serif;
	font-size: 11.8em;
	letter-spacing: 6px;
	color: #fff;
	line-height: 1.2em;
}

p.szklarska {
	font-size: 1.6em;
	letter-spacing: 2px;
	color: #ff0000;
	line-height: 1em;
}

p.phone {
	font-family: 'ktb', sans-serif;
	margin: 50px 0 0 0;
	font-size: 4.8em;
	letter-spacing: 4px;
	color: #fff;
	line-height: 1em;
}

.always-close {
	width: 80%;
	margin: 70px auto 0 auto; 
	padding: 20px 40px;

	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255,255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255,255,255, 0.8);
    
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Safari */
	transform: rotate(-5deg);
}

.always-close .text {
	font-family: sans-serif;
	font-size: 2.0em;
	letter-spacing: 1px;
	color: #ff0000;
	line-height: 1.6em;
}



.panel-group {
	margin: 60px auto 0 auto;
}

.panel-default {
	background: #000;
	border: none;
}

.panel-heading {
	margin: 40px auto 0 auto;
	padding: 0;
	border: none;
}


h4.panel-title {
	font-size: 2em;
	letter-spacing: 1px;
	padding: 0;
	background: #000;
	border: none;
}

.caret {
	margin-left: 12px;
 	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
}

.panel-default .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 40px 40px 0 40px;
}




.price-list{
	margin: 100px 0 0 0;
	font-family: sans-serif; 
	font-size: 1.3em; 
	letter-spacing: 1px;
	line-height: 1em;
}

.price-list .row {
	margin-bottom: 15px;
}


img.map {
	margin: 100px 0 0 0;
	width: 560px;
}

p.localizations {
	width: 60%;
	margin: 60px auto 0 auto;
	text-align: left;
	font-family: sans-serif; 
	font-size: 1.8em;
	line-height: 2em;
}

p.localizations strong {
	margin-right: 20px;
}


.bottom-welcome {
	margin: 100px auto 0 auto;
	font-size: 2.2em; 
	letter-spacing: 2px; 
	color: #ff0000; 
	line-height: 1.6em;
}

.ski-instruction {
	margin: 100px auto 0 auto;
	font-size: 3em;
	letter-spacing: 2px;
}


.ski-instruction img {
	margin: 0 0 30px 0;
}



/* arrow */
.arrow_box {
	margin-top: 0;
	position: relative;
	background: #be0000;
	border: none;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(190, 0, 0, 0);
	border-top-color: #be0000;
	border-width: 60px;
	margin-left: -60px;
}
.arrow_box:before {
	border-color: rgba(249, 249, 249, 0);
	border-top-color: #f9f9f9f;
	border-width: 66px;
	margin-left: -66px;
}




@media (max-width: 1200px) {
	p.localizations {
		width: 65%;
		font-size: 1.6em;
	}
}


@media (max-width: 992px) {
	.always-close .text {
		font-size: 1.6em;
	}

	img.map {
		width: 500px;
	}

	p.localizations {
		width: 75%;
		font-size: 1.3em;
	}

	.bottom-welcome {
		font-size: 1.8em;
	}

	.ski-instruction {
		font-size: 2.4em;
	}

	.ski-instruction img {
		width: 35%;
	}


}

@media (max-width: 768px) {
	p.rentals {
		font-size: 2.2em;
	}

	p.skiboo {
		font-size: 8.8em;
	}

	p.szklarska {
		font-size: 1.4em;
	}

	p.phone {
		font-size: 3.8em;
		letter-spacing: 2px;
	}

	.always-close .text {
		font-size: 1.4em;
		line-height: 1.8em;
	}


	.panel-default .panel-heading + .panel-collapse .panel-body {
  		padding: 40px 0 0 20px;
	}


	h4.panel-title {
		font-size: 1.6em;
	}

	img.map {
		width: 400px;
	}

	p.localizations {
		width: 70%;
		font-size: 1.2em;
	}



	.price-list{
		font-size: 1.1em; 
	}

	.bottom-welcome {
		font-size: 1.6em;
	}

	.ski-instruction {
		font-size: 2.2em;
	}

	/* arrow */
	.arrow_box:after {
		border-width: 40px;
		margin-left: -40px;
	}
	.arrow_box:before {
		border-width: 46px;
		margin-left: -46px;
	}



}

@media (max-width: 668px) {
	.always-close .text {
		font-size: 1.2em;
		line-height: 2em;
	}

	p.localizations {
		width: 80%;
		font-size: 1.1em;
	}
}

@media (max-width: 568px) {
	p.rentals {
		font-size: 1.8em;
		letter-spacing: 2px;
	}
	p.skiboo {
		font-size: 6.8em;
	}
	p.szklarska {
		letter-spacing: 1px;
	}
	p.phone {
		font-size: 2.8em;
	}

	.always-close .text {
		font-size: 1.1em;
		line-height: 2em;
		letter-spacing: 0;
	}

	img.map {
		width: 340px;
	}

	p.localizations {
		width: 9	0%;
		font-size: 1.0em;
	}

	.bottom-welcome {
		font-size: 1.4em;
		letter-spacing: 0;
	}

	.ski-instruction {
		font-size: 1.8em;
		letter-spacing: 0;
	}

}

@media (max-width: 468px) {
	p.skiboo {
		font-size: 4.8em;
	}

	img.map {
		width: 300px;
	}


	.ski-instruction {
		font-size: 1.7em;
		letter-spacing: 0;
	}

}


@media (max-width: 418px) {
	img.logo {
		margin: 0 0 30px 0; 
		width: 100px;
		height: 100px;
	}
	p.rentals {
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	p.skiboo {
		font-size: 4.8em;
	}
	p.szklarska {
		letter-spacing: 1px;
	}
	p.phone {
		font-size: 2.2em;
	}

	h4.panel-title {
		font-size: 1.4em;
		letter-spacing: 1px;
		padding: 0;
		background: #000;
		border: none;
	}

	.always-close {
		width: 80%;
		margin: 70px auto 0 auto; 
		padding: 10px 20px;
	}

	.always-close .text {
		font-size: 0.8em;
	}

	img.map {
		width: 340px;
	}

	p.localizations {
		width: 9	0%;
		font-size: 1.0em;
	}

	.bottom-welcome {
		font-size: 1.2em;
		letter-spacing: 0;
	}

	.ski-instruction {
		font-size: 1.6em;
		letter-spacing: 0;
	}

}
