/* 
    Author     : Maurisoft Company Limited
*/

#home {
	background: #F8f8f8;
	padding: 40px 0;
}

hr.spacer {
	border: 1px solid transparent;
}

section.invert {
	background-color: #004892;
	color: #e0f0ff;
}
section.invert .fancy {
	color: #eeeeee;
}
section h2 {
	margin-bottom: 30px;
}
.carousel-inner {
	border-radius: 40px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56),
		0 4px 25px 0 rgba(0, 0, 0, .12), 
		0 8px 10px -5px rgba(0, 0, 0, .2);
}
.img-shadow {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56),
		0 4px 25px 0 rgba(0, 0, 0, .12), 
		0 8px 10px -5px rgba(0, 0, 0, .2);
}
.input--sae {
	width: 100%; 
}
.input__field--manami:focus + .input__label--manami .input__label-content--manami, .input--filled .input__label--manami .input__label-content--manami {
	color: #fff;
}
.input {
	font-size: 100%;
	width: 100%; 
	max-width: 100%; 
	margin: 0;
}
.form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}



#getScoped hr.style17 {
	margin: 20px 0;
}




.service {
	min-height: 240px;
}
.service a:hover {
	background-size: initial;
	transition: transform 0.2s;
}
.service a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 20px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56),
		0 4px 25px 0 rgba(0, 0, 0, .12), 
		0 8px 10px -5px rgba(0, 0, 0, .2);
	/*display: grid;*/
	display: block;
	//target only IE here #stupidFuckingBrowser
	height: 100%;
	min-height: 240px;
	overflow: hidden;
	width: 100%;
}
.service a:hover,
.service a:focus,
.service a:active {
	outline: none;
	text-decoration: none;
}
.service a span {
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	height: 100%;
	padding: 10px 0;
	padding-top: 108px;
	padding-bottom: 108px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 2px 14px rgba(0,0,0,0.8), 1px 1px 1px rgba(0,0,0,1);
	width: 100%;
}



.modal-content {
	border-radius: 20px;
	overflow: hidden;
}







@media only screen and (max-width: 480px){
	.carouselScoped_control_button .carousel-control{
		display: none;
	}
	.carouselScoped_header{
		width: 95%;
	}
	.carouselScoped_header h4{
		font-size: 20px;
	}
	.carouselScoped_slide{
		width: 98%;
		padding: 5px;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	.carouselScoped_control_button .carousel-control.left{
		left: 2%;
	}
	.carouselScoped_control_button .carousel-control.right{
		right: 2%;
	}
	.carouselScoped_header{
		width: 95%;
	}
	.carouselScoped_slide{
		width: 98%;
		padding: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.carouselScoped_control_button .carousel-control.left{
		left: 5%;
	}
	.carouselScoped_control_button .carousel-control.right{
		right: 5%;
	}
}

@-webkit-keyframes psBoxShadowEffect_2{
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes psBoxShadowEffect_2{
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.carouselScoped_slide p {
	color: #ffffff;
	font-size: 2.5em;
	margin: 40px 0 20px 0;
	text-align: center;
}




.fancy {
	font-family: 'Dancing Script', cursive;
	text-transform: none;
}
.fancy-big {
	font-size: 3em;
}











.invert .input__field {
	background: #f0f0f0;
	color: #003e7e;
}

.invert .input__field:focus {
	outline: none;
}

.invert .input__label {
	color: #698db3;
}


.invert .input__field--manami {
	background: #FFF;
	color: #003e7e;
}
.invert .input__label--manami::before {
	background: #FFF;
}