
/********** ANIMATIONS **********/

.zoom {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.zoom:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.zoom2 {
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.zoom2:hover {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

/********** LAYOUT **********/


			
.box_pic {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	background-position: 50% 50%; 
	background-size: cover; 
	border-radius: 2px;
	background-repeat: no-repeat;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.noblur {
	-webkit-filter: blur(0x);
	filter: blur(0px);
}

.shadow {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius: 2px;
	background-color: white;
}

.card {
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background-position: 50% 50%; 
	background-size: cover; 
	background-repeat: no-repeat;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-decoration: none;
}

.card_zoom:hover {
	transform: scale3d(1.015, 1.015, 1);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.circle-link {
	height: 200px; 
	width: 200px; 
	border-radius: 100px; 
	text-align: center;
	line-height: 50px; 
	padding-top: 45px; 
	font-size: 45px;
	color: black;
	margin: 0 auto;
	border: 1px solid black;
}

.circle_link_l {
	height: 260px; 
	width: 260px; 
	border-radius: 130px; 
	text-align: center;
	line-height: 60px; 
	white-space: nowrap;
	padding-top: 65px;
	font-size: 50px; 
	color: black;
	margin: 0 auto;
	border: 1px solid black;
}

.circle_link_s {
	height: 150px; 
	width: 150px; 
	border-radius: 75px; 
	text-align: center;
	line-height: 40px; 
	white-space: nowrap;
	padding-top: 48px;
	font-size: 46px; 
	color: black;
	margin: 0 auto;
	border: 1px solid black;
}

.circle_s_2_line {
	height: 150px; 
	width: 150px; 
	border-radius: 75px; 
	text-align: center;
	line-height: 40px; 
	white-space: nowrap;
	padding-top: 30px;
	font-size: 46px; 
	color: black;
	margin: 0 auto;
	border: 1px solid black;
}

.loading_alt {
	display: none;
}

.show_s {
	display: none;
}

@media screen and (max-width: 880px) {
	.hide_s {
		display: none;
	}
	
	.show_s {
		display: inline;
	}
}

.bump {
	margin-top: 25px;
}


.input-group {
	margin-bottom: 15px;
	margin-top: -8px;
}

.box_pic {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	background-position: 50% 50%; 
	background-size: cover; 
	border-radius: 2px;
	background-repeat: no-repeat;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.swal2-confirm {
	margin-right: 15px;
}

@font-face {
	font-family: futura;
	src: url(../../../fonts/futura.ttf);
}

@font-face {
	font-family: futura_b;
	src: url(../../../fonts/futura_b.otf);
}

@font-face {
	font-family: pinco;
	src: url(../../../fonts/pinco.otf);
}

.header_pop {
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 
	-1px -1px 0 white,
	-1.5px -2px 0 white,
	1px -1px 0 white,
	-.5px 2px 0 white,
	0px 0px 0 white,
	1px 1px 0 white,
	2px 2px 0 white,
	3px 3px 0 white,
	4px 4px 0 white,
	5px 5px 0 white,
	6px 6px 0 white,
	7px 7px 0 white,
	8px 8px 0 white
}

.text_pop {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 
	-1px -1px 0 black,
	1px -1px 0 black,
	0px 0px 0 black,
	1px 1px 0 black,
	2px 2px 0 black,
	3px 3px 0 black,
	4px 4px 0 black,
	5px 5px 0 black;
}

.text_pop_l {
	color: #7080FF;
	font-size: 30px;
	font-weight: 500;
	line-height: 52px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 
	-1px -1px 0 black,
	1px -1.5px 0 black,
	0px 0px 0 black,
	1px 1px 0 black,
	2px 2px 0 black,
	3px 3px 0 black,
	4px 4px 0 black,
	5px 5px 0 black,
	6px 6px 0 black,
	7px 7px 0 black,
	8px 8px 0 black,
	9px 9px 0 black;
}



