@font-face {
    font-family: MuseoSansCyrl;
    src: url("../fonts/MuseoSansCyrl.otf") format("opentype");
}
@font-face {
    font-family: MuseoSansCyrl;
    font-weight: 300;
    src: url("../fonts/MuseoSansCyrl_0.otf") format("opentype");
}
@font-face {
    font-family: MuseoSansCyrl;
    font-weight: 500;
    src: url("../fonts/MuseoSansCyrl_1.otf") format("opentype");
}
@font-face {
    font-family: MuseoSansCyrl;
    font-weight: 700;
    src: url("../fonts/MuseoSansCyrl_2.otf") format("opentype");
}
@font-face {
    font-family: MuseoSansCyrl;
    font-weight: 900;
    src: url("../fonts/MuseoSansCyrl_3.otf") format("opentype");
}
body {
	width: 100%;
	font-family: 'MuseoSansCyrl', serif;
	font-size: 14pt;
	background-color: #efeff2;
}
body,html{
	height: 100%;
}
.container {
	max-width: 1920px;
}
#header_div{
	background: url(../images/header_pic.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 1200px;
}
.menu_holder{
	background:linear-gradient(rgba(0, 0, 0, 0.53), #ffffff00);
	width: 100%;
	text-align: center;
}
.menu_text{
	margin-top: 10px;
	color:white;
	font-weight: 300;
	cursor: pointer;
}
#trip_name{
	font-size:25pt; 
	line-height:25pt;
}
#ridj-it-img{
	width:18px;
}
.pricing_td{
	padding-top: 10px;
	padding-bottom: 5px;
}
tr{
	border-bottom: none;
}
h2{
	display: inline;
	color: white;
	font-size: 18pt;
	font-weight: 900;
}
h3{
	display: inline;
	color: black;
	font-size: 18pt;
	font-weight: 900;
}
a{
	color: inherit;
}
.green-separator{
	width: 53pt;
	height: 5pt;
	background-color: #26da6b;
	display: inline-block;
}
.button-absolute{
    position: absolute;
    margin: auto;
    max-width: 200px;
    left: 0;
    right: 0;
}
.button{
	min-width: 160pt;
	background-color: #26da6b;
	border-radius: 20pt;
	color: white;
	font-weight: 700;
	display: inline-block;
	padding: 9px 35px 9px 35px;
	cursor: pointer;
	-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 */
}
.button:active {
    box-shadow: none;
}
.green-shadow{
	box-shadow: 0 8px 17px 2px rgba(38, 218, 107, 0.48), 
	0 3px 14px 2px rgba(0,0,0,0.12), 
	0 5px 5px -3px rgba(0,0,0,0.2);
}
#pricing-l{
    width: 100%;
	max-width: 1050px;
}
#pricing-s1{
	width: 100%;
	max-width: 500px;
}
#pricing-s2{
	width: 100%;
	max-width: 500px;
}
#skiing1-l{
	width: 100%;
	max-height: 712px;
}
#skiing1-s{
	width: 100%;
}
#areyoucoming-l{
    width: 100%;
    max-width: 700px;
}
#skiing2-l{
	width: 100%;
	max-height: 712px;
}
#skiing2-s{
	width: 100%;
}
#carpooling-l{
	width: 100%;
	max-width: 1100px;
}
#carpool1{
	width: 100%;
	border-radius: 30px;
	max-width: 420px;
}
#carpool2{
	width: 100%;
	border-radius: 30px;
	max-width: 420px;
}
#carpool3{
	width: 100%;
	border-radius: 30px;
	max-width: 420px;
	min-height: 220px;
}
#carpool-block{
	background: white;
	margin-bottom: 0;
}
#tickets-block{
	margin-top: -1px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
	margin-bottom: 0;
}
.areyoucoming_container{
	border-radius: 25px;
	background: #2b9fdb;
	max-width: 420px;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.gilson-img,.jskis-img,.windham-img{
	padding-right: 15px;
	vertical-align: middle;
}
.gilson-img,.windham-img{
	height: 75px;
}
.jskis-img{
	height: 140px;
}
.ridjit-text{
	color: #656d82;
	font-weight: 500;
}
li{
	font-size: 14pt;
	line-height: 19pt;
	font-weight: 300;
	color:#707070;
}
li::before {
	content: "\2022";
    color: #26da6b;
    padding-right: 11px;
    font-size: 18pt;
}
.other_container{
	max-width: 700px;
	border: 5px solid #33B1F2;
	border-radius: 25px;
}
.pricing_container{
	border-radius: 25px;
	background: white;
	max-width: 420px;
	margin-bottom: 40px;
}
.carpool_container{
	border-radius: 25px;
	background: #253e6b;
	max-width: 420px;
	margin-bottom: 20px;
	padding: 20px;
	margin-top: 10px;
	width: auto;
}
.other_head{
	display: block;
	position: relative;
	top: -25px;
	width: 300px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #efeff2;
	font-size: 31px;
	font-weight: 900;
}
.profile-pic {
	background-image: url(../images/bill.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	height: 330px;
	width: 330px;
    border-radius: 10px;
    margin: auto;
	z-index: 1;
}
.container-profile {
	padding: 30px;
	padding-left: 60px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 11px 20px -7px rgba(0,0,0,0.2);
}
#footer{
	background: #1aa0db;
	height: 400px;
	margin-bottom: -5px;
	overflow: hidden;
}
#footer_ski1{
	background-image: url(../images/ski1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 533px;
	width: 303px;
	position: relative;
	left: 10%;
}
#footer_ski2{
	background-image: url(../images/ski2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 564px;
	width: 182px;
	position: relative;
	top: -524px;
	left: 73%;
}
.container_blue{
	background: #253e6b;
	border-radius: 20px;
	padding: 20px!important;
	max-width: 900px;
}
.bill-pic{
	margin-right: -20px;
}
.profile-head{
	margin-top: 30px;
}
#charity-block{
	margin-top: 30px;
}
.footer-copyright{
	font-weight: 100;
	margin-top: 50px;
	font-size: 15px!important;
}

ul#horizontal-list {
	list-style: none;
	padding-top: 40px;
	margin-top: -20px;
}
ul#horizontal-list>li::before {
	content: "";
}
.charity-pic{
	height: 452px;
	width: 623px;
	max-width: none!important;
	max-height: none!important;
}
ul#horizontal-list li {
	display: inline;
	padding-left: 30px;
}
@media only screen and (max-width: 1440px) {
	.charity-pic {
		height: 400px;
		width: 520px;
	}
}
@media only screen and (min-width: 600px){
	#trip_name{
		font-size:45pt; 
		line-height:45pt;
	}
	#ridj-it-img{
		width:25px;
	}
	h2{
		font-size: 25pt;
	}
	h3{
		font-size: 25pt;
	}
	li{
		font-size: 15pt;
		line-height: 26pt;
		font-weight: 300;
	}

}
@media only screen and (min-width: 800px){

	#list-holder{
		min-width: 490px;
	}
	.button{
		min-width: 200pt;
		font-size: 15pt;
	}
}
@media only screen and (min-width: 1000px){
	#trip_name{
		font-size:70pt; 
		line-height:70pt;
	}
	#ridj-it-img{
		width:35px;
	}
	h2{
		font-size:35pt;
	}
	h3{
		font-size: 35pt;
	}
	.container-profile {
	    max-width: 600px;
	}

}
@media only screen and (max-width: 900px) {
	.gilson-img, .windham-img {
		height: 50px;
	}
	.jskis-img{
		height: 90px;
	}
}
@media only screen and (max-width: 1000px) {
	.charity-pic {
		display: none;
	}
	.bill-pic{
		margin-right: auto;
	}
	.charity-pic-m{
		display: block!important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 460px;
		width: 550px;
		}
	.container-profile {
		padding: 20px;
		max-width: 600px;
	}
	.profile-pic{
		margin-bottom: 30px;
	}
	.container-profile{
		margin: 0!important;
	}
	.user-profile{
		display: inline-block!important;
	}
	#profile-link{
		margin-bottom: 30px!important;
	}
}
@media only screen and (max-width: 1440px){
	#footer_ski1{
		left: 2%;
	}
	#footer_ski2{
		left: 77%;
	}
	#tickets-block {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 99%);
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0 99%);
	}
}
@media only screen and (max-width: 1024px){
	#footer_ski1{
		display: none;
	}
	#footer_ski2{
		display: none;
	}
	#tickets-block {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 99%);
		clip-path: polygon(0 0, 100% 0, 100% 84%, 0 99%);
	}
	#header_div{
		height: auto;
	}
	.arrow{
		display: none;
	}
}
@media only screen and (max-width: 550px){
	.other_block{
		width: 60%!important;
	}
	.charity-pic-m{
		display: none!important;
	}
	.char-logo-sm{
		display: block!important;
		height: auto;
		width: 50%;
		margin-left: 25%;
		margin-bottom: 20px;
	}
    .button{
        padding: 3px 35px 3px 35px;
		margin-top: 2px!important;
	}
	.other_head{
		top: -21px;
		width: 230px;
		font-size: 25px;
	}
}
@media only screen and (max-width: 425px){
	#tickets-block {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 99%);
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 99%);
	}
	.menu_holder{
		display: none;
	}
}
@media only screen and (max-width: 320px){
	#tickets-block {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 91.6%, 0 99%);
		clip-path: polygon(0 0, 100% 0, 100% 91.6%, 0 99%);
	}
}
@media only screen and (max-width: 360px){
	.char-link{
		font-size: 1rem!important;
	}
	.profile-pic{
	width: auto!important;
	}
	.pricing_text{
		font-size: 1.1rem!important;
	}
}
