﻿/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;

}

body {
	color: #201f1f;
	font-size: 15px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
}

html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

a,
a img {
	border: none;
	outline: none;
}

table,
td,
th {
	padding: 0px;
	border-collapse: collapse;
}

ul,
li,
form,
fieldset,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
del {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-style: normal;
	border: none;
}

a {
	color: #201f1f;
	text-decoration: none;
}

a:hover {
	color: #201f1f;
	text-decoration: underline;
}









/*  HEAD   */




.container_over {
	float: left;
	width: 100%;
	min-width: 320px;
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1192px;
	min-width: 320px;

	padding: 0 20px;
}

@media screen and (max-width: 1185px) {
	.container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 380px) {
	.container {
		padding: 0 5px;
	}
}









.header {
	float: left;
	width: 100%;
	padding: 70px 0;
}

@media screen and (max-width: 1185px) {
	.header {
		padding: 40px 0;
	}
}

@media screen and (max-width: 670px) {
	.header {
		padding: 25px 0;
	}
}


.logo {
	float: left;
	text-align: center;
	position: relative;
	top: -5px;
}

.logo a {
	color: #000;
	font-size: 61px;
	text-transform: uppercase;
	line-height: 1.1;
}

.logo a span {
	display: block;
	font-size: 29px;
}

.logo a:hover {
	text-decoration: none;
}

@media screen and (max-width: 670px) {
	.logo {
		width: 100%;
		text-align: center;
	}
}


.header_r_phone {
	float: right;
}

.header_r_phone_1 {
	float: left;
	padding: 7px 25px 0 0;

	color: #000;
	font-size: 22px;
}

.header_r_phone_2 {
	float: left;
}

.header_r_phone_2 a {
	float: left;
	padding: 11px 11px;

	color: #fff;
	font-size: 17px;
	background: #5c6bc0;

	-moz-border-radius: 4px;
	/* Firefox */
	-webkit-border-radius: 4px;
	/* Safari, Chrome */
	-khtml-border-radius: 4px;
	/* KHTML */
	border-radius: 4px;
	/* CSS3 */

}

@media screen and (max-width: 670px) {
	.header_r_phone {
		width: 100%;
	}

	.header_r_phone_1 {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	.header_r_phone_2 {
		width: 100%;
		text-align: center;
	}

	.header_r_phone_2 a {
		float: none;
		display: inline-block;
	}
}



.header_menu {
	float: right;
	padding: 25px 0 0 0;
}

.header_menu ul {
	float: left;
}

.header_menu ul li {
	float: left;
}

.header_menu ul li a {
	float: left;
	padding: 0 0 0 25px;
	color: #000;
	font-size: 17px;
	text-transform: uppercase;
}

@media screen and (max-width: 1185px) {
	.header_menu {
		width: 100%;
	}

	.header_menu ul {
		width: 100%;
	}

	.header_menu ul li {
		width: 20%;
	}

	.header_menu ul li a {
		width: 100%;
		text-align: center;
		padding: 0;
	}
}

@media screen and (max-width: 900px) {
	.header_r_phone_2 {
		clear: both;
		padding: 20px 0 0 5px;
	}
}

@media screen and (max-width: 860px) {
	.header_r_phone_2 {
		clear: both;
		padding: 20px 0 0 0;
	}

	.header_menu {
		width: 100%;
		text-align: center;
	}

	.header_menu ul {
		width: 100%;
	}

	.header_menu ul li {
		width: 100%;
		padding: 5px 0;
	}

	.header_menu ul li a {
		width: 100%;
		text-align: center;
		padding: 0;
	}
}








.menu-trigger {
	display: inline-block;
	width: 193px;
	padding: 10px 0;
	display: none;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	/* Firefox */
	-webkit-border-radius: 4px;
	/* Safari, Chrome */
	-khtml-border-radius: 4px;
	/* KHTML */
	border-radius: 4px;
	/* CSS3 */

}

@media screen and (max-width:860px) {
	.menu-trigger {
		display: inline-block;
	}

	.header_menu ul li {
		display: block;
	}

	.header_menu ul {
		display: none;
	}
}

















.ico_box_all {
	float: left;
	width: 100%;
	padding: 65px 0 21px 0;
	border-top: 1px solid #000;
	background: url(images/ico_box_all.jpg) no-repeat left top, url(images/ico_box_all.jpg) no-repeat right top;
	text-align: center;
}

.ico_box_all span {
	display: inline-block;
	width: 106px;
	margin: 0 36px;
	text-align: center;
}

span.ico_box_1 {
	background: url(images/ico_box_1.png) no-repeat center top;
}

span.ico_box_2 {
	background: url(images/ico_box_2.png) no-repeat center top;
}

span.ico_box_3 {
	background: url(images/ico_box_3.png) no-repeat center top;
}

span.ico_box_4 {
	background: url(images/ico_box_4.png) no-repeat center top;
}

span.ico_box_5 {
	background: url(images/ico_box_5.png) no-repeat center top;
}

span.ico_box_6 {
	background: url(images/ico_box_6.png) no-repeat center top;
}


.ico_box_all a {
	float: left;
	width: 100%;
	padding: 115px 0 15px 0;
	height: 40px;
	text-align: center;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.ico_box_all a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1165px) {
	.ico_box_all span {
		float: left;
		width: 16.5%;
		text-align: center;
		margin: 0 0;
	}
}

@media screen and (max-width: 950px) {
	.ico_box_all span {
		float: left;
		width: 33.3%;
		text-align: center;
		margin: 0 0 15px 0;
	}
}

@media screen and (max-width: 500px) {
	.ico_box_all span {
		float: left;
		width: 50%;
		text-align: center;
		margin: 0 0 15px 0;
	}
}









.main_title {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
	text-align: center;
}

.main_title h1 {
	display: inline-block;
	padding: 0 42px;
	background: #fff;
	position: relative;
	top: 17px;
	color: #000;
	font-size: 33px;
	font-weight: normal;

}

.text_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.text_box>div {
	text-align: center;
}

.text_box>div>img {
	height: 80%;
}


.text_box p {
	color: #000;
	font-size: 1rem;
	padding-bottom: 20px;
	line-height: 1.6rem;
	width: 100%;
}

.text_box p.no_indent {
	text-indent: 0;
}

.text_box a {
	text-decoration: none;
}

.text_box a:hover {
	text-decoration: underline;
}

.text_box table tr td {
	padding: 0 15px 15px 15px;
}

.text_box form {
	padding: 30px 0 0 0;
}

.text_box input[type="text"] {
	width: 331px;
	border: 1px solid #ccc;
	padding: 3px 10px;
}

.text_box input[name="captcha_num"] {
	width: 100px;
}

.text_box input[type="checkbox"] {
	display: inline-block;
	margin: 5px 10px 0 0;
	position: relative;
	top: 2px;
}

.text_box textarea {
	width: 331px;
	border: 1px solid #ccc;
	padding: 3px 10px;
}



.form_submit {
	float: left;
	width: 100%;
	text-align: center;
}

.form_submit input {
	display: inline-block;
	padding: 11px 79px;

	color: #fff;
	font-size: 17px;
	background: #000;

	-moz-border-radius: 4px;
	/* Firefox */
	-webkit-border-radius: 4px;
	/* Safari, Chrome */
	-khtml-border-radius: 4px;
	/* KHTML */
	border-radius: 4px;
	/* CSS3 */
	cursor: pointer;
}

.form_submit input:hover {
	text-decoration: underline;
}

@media screen and (max-width: 550px) {
	.text_box table {
		width: 100%;
	}

	.text_box table tr td {
		padding: 0 5px 15px 5px;
	}

	.text_box input[type="text"] {
		width: 180px;
	}

	.text_box textarea {
		width: 180px;
	}
}

@media screen and (max-width: 440px) {
	.text_box input[type="text"] {
		width: 150px;
	}

	.text_box textarea {
		width: 150px;
	}
}












.footer {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 15px 0;
	border-top: 5px solid #000;
}

.footer_1 {
	float: left;
	width: 220px;
	color: #000000;
	font-size: 12px;
}

.footer_1 span {
	font-weight: bold;
}


.footer_menu {
	float: right;
}

.footer_menu ul {
	float: left;
	padding: 40px 200px 0 0;
}

.footer_menu ul li {
	float: left;
	padding: 0 19px;
}

.footer_menu ul li a {
	float: left;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

.footer_menu ul li a:hover {
	text-decoration: underline;
}



.footer_soc {
	float: right;
	padding: 24px 0 0 0;
}

@media screen and (max-width: 1000px) {
	.footer_menu ul {
		padding: 40px 10vw 0 0;
	}
}

@media screen and (max-width: 900px) {
	.footer_menu ul {
		padding: 40px 5vw 0 0;
	}

	.text_box>div>img {
		height: 100%;
		max-width: 100%;
		border: 4px solid white;
	}
}

@media screen and (max-width: 830px) {
	.footer_menu {
		float: left;
		width: 100%
	}

	.footer_menu ul {
		float: left;
		width: 100%
	}

	.footer_menu ul li {
		float: left;
		width: 20%;
		padding: 0;
		text-align: center;
	}

	.footer_menu ul li a {
		float: left;
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

@media screen and (max-width: 550px) {
	.footer_menu ul li {
		float: left;
		width: 50%;
		padding: 0 0 15px 0;
		text-align: center;
	}

	.footer_menu ul li a {
		float: left;
		width: 100%;
		padding: 0;
		text-align: left;
	}
}


.text_box h2 {
	text-align: center;
	font-weight: lighter;
	margin-bottom: 1.6rem;
}

.text_box h3 {
	text-align: center;
	font-weight: lighter;
	margin-bottom: 1.6rem;
}



.portfolio_box {
	float: none;
	font-size: 0;
	text-align: center;
	width: 100%;
}

.portfolio_box a {
	display: inline-block;
	max-width: 30%;
	vertical-align: top;
	margin-bottom: 20px;
}

.portfolio_box a:nth-child(3n+2) {
	margin: 0 5% 20px
}

.portfolio_box a img {
	width: 100%;
	height: auto;
	border: 2px solid #8f8587;
	box-sizing: border-box;
	display: block;
	transition: all 0.2s linear 0s;
}

.portfolio_box a:hover img {
	text-decoration: none;
	border: 2px solid #5e5a3b;

	-webkit-box-shadow: 0px 0px 11px #5e5a3b;
	-moz-box-shadow: 0px 0px 11px #5e5a3b;
	box-shadow: 0px 0px 11px #5e5a3b;

	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.center {
	text-align: center;
}


.forma_all {
	float: left;
	width: 100%;
	text-align: center;
}

.forma_box {
	display: inline-block;
	margin: 20px 0 20px 80px;
	width: 500px;
	max-width: 45%;

	font-size: 17px;
	text-align: left;
}

@media screen and (max-width: 470px) {


	.portfolio_box a {
		max-width: 80%;
	}
}


.clear {
	clear: both;
}