﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------*/
/*----- visitor_section ---------------*/
.visitor_section {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	display: flex;
	-webkit-box-pack: start;			/* baseline / center / end / inherit / initial / revert / start / stretch / unset */
	-ms-flex-pack: start;
	justify-content: flex-start;		/* flex-start / flex-end / center / space-between / space-around / space-evenly */
	position: relative;
	background-color: #fbfbfb;
}

.visitor_section .info_contact > div.dbox {
	display: block;
	/*margin: 10px 0 0 0;*/
}

.visitor_section .info_contact > div p {
	font-size: 93.75%; /*0.9375em*/
	color: #333333;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px;
}

@media (max-width: 1200px) {
	.visitor_section .info_contact > div p {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.visitor_section .info_contact > div p {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.visitor_section .info_contact > div p {
		padding: 0 1px;
	}
}

.visitor_section .info_contact > div a {
	color: #333333;
}
/*----- visitor_section ---------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- copyright_section -------------*/
.copyright_section {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	display: flex;
	-webkit-box-pack: center;			/* baseline / center / end / inherit / initial / revert / start / stretch / unset */
	-ms-flex-pack: center;
	justify-content: center;		/* flex-start / flex-end / center / space-between / space-around / space-evenly */
	position: relative;
	/*background-color: #e8e8e8;*/
	/* background-color: #fbfbfb; */
}

.copyright_section div.dbox {
	display: block;
	/*margin: 10px 0 0 0;*/
}

.copyright_section div.dbox-tb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	/*display: block;*/
	margin: 0;
}

.copyright_section p {
	font-size: 95%; /*95%*/ /*93.75%*/
	color: #333333;
	/*margin: 0 auto;*/
	text-align: left;
	padding: 0 15px;
	margin: 0;
}

@media (max-width: 1200px) {
	.copyright_section p {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.copyright_section p {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.copyright_section p {
		padding: 0 1px;
	}
}

.copyright_section .top-line {
	border-top: 1px solid #777777;
}

.copyright_section a {
	color: #333333;
	font-size: 100%;
}
/*----- copyright_section -------------*/
/*-------------------------------------*/