@media screen and (max-width: 500px) {
	section.slides {
		width: 100%;
		overflow: auto;
		margin-top: -150px;
		position: relative;
		z-index: 0;
	}
	section.slides .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1500px;
		background-image: url(images/contact_slide_a.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		height: 350px;
		background-color: black;
	}
	section.contact {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		font-family: 'Nunito', sans-serif;
		position: relative;
	}
	section.contact .lf {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: relative;
		z-index: 3;
		overflow: visible;
	}
	section.contact .lf>.innr {
		height: 100%;
		width: 100%;
		margin-top: -50px;
		padding: 0px;
		box-sizing: border-box;
		overflow: auto;
		position: relative;
		z-index: 3;
	}
	section.contact .lf .item {
		width: 33.333%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .lf .item>.innr {
		width: 100%;
		overflow: auto;
		background-color: white;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 255, 0.15);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	section.contact .lf .item>.innr:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .lf .item .name {
		font-weight: bold;
		margin: 0;
		font-size: 13px;
	}
	section.contact .lf .item img {
		background-color: green;
		width: 70%;
		margin: 0 auto 10px auto;
		display: block;
	}
	section.contact .rt {
		overflow: auto;
		width: 100%;
		position: relative;
		right: 0px;
		/*	background-color: green;*/
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.contact .rt h1 {
		padding: 40px 20px 0px 20px;
		box-sizing: border-box;
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		margin: 0;
	}
	section.contact .rt h2 {
		padding: 10px 20px 20px 20px;
		box-sizing: border-box;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
		margin: 0;
	}
	section.contact .rt form {
		position: relative;
		overflow: auto;
		width: 95%;
		margin: 0 auto 20px auto;
		background-color: rgba(0, 0, 255, 1);
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	section.contact .rt form .full {
		width: 100%;
	}
	section.contact .rt form .full label {
		margin: 0px 0 0 0;
		width: 100%;
		clear: both;
		display: block;
		color: white;
		font-weight: bold;
	}
	section.contact .rt form .full input {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .full textarea {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		height: 100px;
	}
	section.contact .rt form .radio {
		position: relative;
	}
	section.contact .rt form .radio .radio_title {
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 20px 0;
	}
	section.contact .rt form .radio .item {
		width: 50%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.contact .rt form .radio .item label {
		width: 100%;
		float: left;
		background-color: #0f0f5a;
		text-align: center;
		padding: 10px 0;
		color: white;
		font-size: 13px;
		cursor: pointer;
	}
	section.contact .rt form .radio .item input[type="radio"]:checked+label {
		background-color: #ed1c24;
	}
	section.contact .rt form .radio .radio_title {}
	section.contact .rt form .radio input {
		opacity: 0;
		position: absolute;
		width: 1px;
		height: 1px;
		left: 0;
	}
	section.contact .rt form .submit_btn {
		width: 100%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .submit_btn #send_aplctn {
		border-radius: 5px;
		border-width: 0px;
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		background-color: #00b4ff;
		color: white;
		font-weight: bold;
		font-size: 15px;
		font-family: 'Nunito', sans-serif;
		cursor: pointer;
	}
	section.contact .rt form .submit_btn #send_aplctn:hover {
		background-color: #00e2ff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .rt form .submit_btn #send_aplctn:active {
		background-color: #00e2ff;
		/*
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    */
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		width: 100%;
		overflow: auto;
		margin-top: -150px;
		position: relative;
		z-index: 0;
	}
	section.slides .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1500px;
		background-image: url(images/contact_slide_a.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		height: 450px;
		background-color: black;
	}
	section.contact {
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		font-family: 'Nunito', sans-serif;
		position: relative;
	}
	section.contact .lf {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: relative;
		z-index: 3;
		overflow: visible;
	}
	section.contact .lf>.innr {
		height: 100%;
		width: 100%;
		margin-top: -50px;
		padding: 0px;
		box-sizing: border-box;
		overflow: auto;
		position: relative;
		z-index: 3;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.contact .lf .item {
		width: 33.333%;
		max-width: 150px;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .lf .item>.innr {
		width: 100%;
		overflow: auto;
		background-color: white;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 255, 0.15);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	section.contact .lf .item>.innr:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .lf .item .name {
		font-weight: bold;
		margin: 0;
		font-size: 13px;
	}
	section.contact .lf .item img {
		background-color: green;
		width: 70%;
		margin: 0 auto 10px auto;
		display: block;
	}
	section.contact .rt {
		overflow: auto;
		width: 100%;
		position: relative;
		right: 0px;
		/*	background-color: green;*/
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.contact .rt h1 {
		padding: 40px 20px 0px 20px;
		box-sizing: border-box;
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		margin: 0;
	}
	section.contact .rt h2 {
		padding: 10px 20px 20px 20px;
		box-sizing: border-box;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
		margin: 0;
	}
	section.contact .rt form {
		position: relative;
		overflow: auto;
		width: 80%;
		margin: 0 auto 20px auto;
		background-color: rgba(0, 0, 255, 1);
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	section.contact .rt form .full {
		width: 100%;
	}
	section.contact .rt form .full label {
		margin: 0px 0 0 0;
		width: 100%;
		clear: both;
		display: block;
		color: white;
		font-weight: bold;
	}
	section.contact .rt form .full input {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .full textarea {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		height: 100px;
	}
	section.contact .rt form .radio {
		position: relative;
	}
	section.contact .rt form .radio .radio_title {
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 20px 0;
	}
	section.contact .rt form .radio .item {
		width: 50%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.contact .rt form .radio .item label {
		width: 100%;
		float: left;
		background-color: #0f0f5a;
		text-align: center;
		padding: 10px 0;
		color: white;
		font-size: 13px;
		cursor: pointer;
	}
	section.contact .rt form .radio .item input[type="radio"]:checked+label {
		background-color: #ed1c24;
	}
	section.contact .rt form .radio .radio_title {}
	section.contact .rt form .radio input {
		opacity: 0;
		position: absolute;
		width: 1px;
		height: 1px;
		left: 0;
	}
	section.contact .rt form .submit_btn {
		width: 100%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .submit_btn #send_aplctn {
		border-radius: 5px;
		border-width: 0px;
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		background-color: #00b4ff;
		color: white;
		font-weight: bold;
		font-size: 15px;
		font-family: 'Nunito', sans-serif;
		cursor: pointer;
	}
	section.contact .rt form .submit_btn #send_aplctn:hover {
		background-color: #00e2ff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .rt form .submit_btn #send_aplctn:active {
		background-color: #00e2ff;
		/*
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    */
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		width: 100%;
		overflow: auto;
		margin-top: -150px;
		position: relative;
		z-index: 0;
	}
	section.slides .wrap {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1500px;
		background-image: url(images/contact_slide_a.png);
		background-repeat: no-repeat;
		background-position: 35% center;
		background-size: cover;
		height: 600px;
		background-color: black;
	}
	section.contact {
		width: 80%;
		max-width: 1500px;
		margin: 0 auto;
		font-family: 'Nunito', sans-serif;
		position: relative;
		box-sizing: border-box;
		position: relative;
	}
	section.contact .lf {
		width: 40%;
		float: left;
		padding: 0 20px 0 0;
		margin-bottom: 180px;
		box-sizing: border-box;
		overflow: visible;
		display: inline-block;
	}
	section.contact .lf>.innr {
		height: 100%;
		width: 100%;
		margin-top: -100px;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		overflow: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.contact .lf .item {
		width: 33.333%;
		min-width: 130px;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .lf .item>.innr {
		width: 100%;
		overflow: auto;
		background-color: white;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 255, 0.15);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	section.contact .lf .item>.innr:hover {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .lf .item .name {
		font-weight: bold;
		margin: 0;
	}
	section.contact .lf .item img {
		background-color: green;
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
	section.contact .rt {
		height: 100%;
		width: 60%;
		float: left;
		position: absolute;
		right: 0px;
		top: -450px;
		/*	background-color: green;*/
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.contact .rt h1 {
		padding: 40px 20px 0px 20px;
		box-sizing: border-box;
		text-align: right;
		font-size: 45px;
		line-height: 45px;
		margin: 0;
	}
	section.contact .rt h2 {
		padding: 10px 20px 20px 20px;
		box-sizing: border-box;
		text-align: right;
		font-size: 25px;
		line-height: 30px;
		margin: 0;
	}
	section.contact .rt form {
		position: relative;
		overflow: auto;
		width: 100%;
		background-color: rgba(0, 0, 255, 1);
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	section.contact .rt form .full {
		width: 100%;
	}
	section.contact .rt form .full label {
		margin: 0px 0 0 0;
		width: 100%;
		clear: both;
		display: block;
		color: white;
		font-weight: bold;
	}
	section.contact .rt form .full input {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .full textarea {
		width: 100%;
		outline: none;
		border-width: 0px;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
		height: 100px;
	}
	section.contact .rt form .radio {
		position: relative;
	}
	section.contact .rt form .radio .radio_title {
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 20px 0;
	}
	section.contact .rt form .radio .item {
		width: 25%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.contact .rt form .radio .item label {
		width: 100%;
		float: left;
		background-color: #0f0f5a;
		text-align: center;
		padding: 10px 0;
		color: white;
		font-size: 13px;
		cursor: pointer;
	}
	section.contact .rt form .radio .item input[type="radio"]:checked+label {
		background-color: #ed1c24;
	}
	section.contact .rt form .radio .radio_title {}
	section.contact .rt form .radio input {
		opacity: 0;
		position: absolute;
		width: 1px;
		height: 1px;
		left: 0;
	}
	section.contact .rt form .submit_btn {
		width: 100%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.contact .rt form .submit_btn #send_aplctn {
		border-radius: 5px;
		border-width: 0px;
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		background-color: #00b4ff;
		color: white;
		font-weight: bold;
		font-size: 15px;
		font-family: 'Nunito', sans-serif;
		cursor: pointer;
	}
	section.contact .rt form .submit_btn #send_aplctn:hover {
		background-color: #00e2ff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	section.contact .rt form .submit_btn #send_aplctn:active {
		background-color: #00e2ff;
		/*
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
    */
		box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
}