@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');

* {
	margin:0; 
	padding:0; 
	outline:none;
	word-break: keep-all;
	word-wrap: break-word;
}
html, body {
	width:100%; 
	height:100%;
}
html {
	font-size:62.5%;
}  
body {
	margin: 0; 
	padding: 0; 
	color: #444;
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400; 
	line-height: 1.9em;
}
img {
	margin:0; 
	padding:0; 
	border:0;
}
* a, * a:link, * a:visited, * a:active {
	color:#444; 
	text-decoration:none; 
	outline:none;
}
* a:hover {
	color:#689ec8; 
	text-decoration:none;
}
ul {
	list-style-type:disc; 
	margin-left:20px;
}
ul.ul-none {
	list-style-type:none; 
	margin:0;
	padding:0;
}
ol {
	list-style-type:decimal; 
	margin-left:20px;
}
@media (min-width: 768px) {
	body {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	body {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	body {
		font-size: 17px;
	}
}



.flex-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-display:flex;
	-webkit-flex-wrap: wrap;/* Safari 6.1+ */
	flex-wrap: wrap;
	-webkit-align-content: stretch;/* Safari 6.1+ */
	flex-direction: column;	
	justify-content: center;
	-webkit-flex-direction:column;
	-webkit-justify-content: center;
}
.clr:after {
	display:block; 
	content:""; 
	height:0; 
	clear:both;
}
.bg-gray {
	background-color:#f5f5f5
}



#section-page-title {
	position:relative; 
	width: 100%;
	height: 50%;	
	padding-top:50px;
	background-color: #999;
	background-size: 300% auto;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	text-align:center;
}
#section-page-title h1.head-title {
	margin:0;
	padding: 0;
	font-size:48px;
	font-weight:500;
	letter-spacing:0.02em;
	text-transform:uppercase;
	text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
#section-page-title h2.head-title {
	display:inline-block;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	font-size:14px;
	font-weight:400;
	line-height:1.4em;
}
@media (min-width: 768px) {
	#section-page-title {
		padding-top:70px;
		background-size: 230% auto;
	}
	#section-page-title h1.head-title {
		font-size: 64px;
	}
	#section-page-title h2.head-title {
		width:90%;
		font-size:16px;
	}
}
@media (min-width: 992px) {
	#section-page-title {
		padding-top:100px;
		background-size: 130% auto;
	}
	#section-page-title h1.head-title {
		font-size: 74px;
	}
	#section-page-title h2.head-title {
		width:80%;
		font-size:20px;
	}
}
@media (min-width: 1200px) {
	#section-page-title {
		height: 70%;	
		padding-top:120px;
		background-size: 100% auto;
	}
	#section-page-title h1.head-title {
		font-size:80px;
	}
	#section-page-title h2.head-title {
		width:80%;
		font-size:22px;
	}
}





h1.page {
	margin:0;
	padding-bottom:10px;
	color:#000;
	font-size:30px;
	font-weight:500;
}
h2.page {
	display:inline-block;
	margin:0;
	margin-bottom:35px;
	padding-bottom:10px;	
	color:#000;
	font-size:36px;
	font-weight:500;
}
h3.page {
	margin:0;
	padding-bottom:5px;
	color:#000;
	font-size:22px;
	font-weight:500;
}
h4.page {
	margin:0;
	padding-bottom:20px;
	color:#000;
	font-size:18px;
	font-weight:500;
}
hr.page {	
	width:100px;
	height:5px;
	margin:0 auto 50px auto;
	background:#3396b3;
}
img.img100 {
	width:100%;
	height:auto;
}
.text-box {
	color:#868686;
}
.page-text {	
	font-size:16px;
	line-height:1.8em;
}
@media (min-width: 768px) {
	h1.page {
		font-size:32px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}




section.page {
	width:100%;
	margin:0 auto;
	padding: 100px 0;
}
section.page .text-box {
	text-align:center;
}
.page-title-text {
	width:100%;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	line-height:1.8em;
}

@media (min-width: 768px) {
	section.page {
		padding: 30px 0;
	}
	.page-title-text {
		width:100%;
	}
}
@media (min-width: 992px) {
	section.page {
		padding: 50px 0;
	}
	.page-title-text {
		width:80%;
	}
}
@media (min-width: 1200px) {
	section.page {
		padding: 130px 0;
	}
	.page-title-text {
		width:80%;
	}
}









.zigzag-container {
	position:relative;
	width:100%;	
	height:auto;
	background:#fff;
	overflow:hidden;
}
.zigzag-container > .zigzag-box {
	position:relative; 	
	height:inherit;
	overflow:hidden;
}
.zigzag-container > .zigzag-box-img {
	width:100%; 
}
.zigzag-container > .zigzag-box-text {
	width:100%; 
}
.zigzag-container > .zz-left {
	top:0; 
	left:0;
}
.zigzag-container > .zz-right {
	top:0; 
	right:0;
}
.zigzag-container > .zigzag-box .zigzag-img {	
	width:100%;
	height:100%;
}
.zigzag-container > .zigzag-box img.zz-img {	
	width:100%;
	height:auto;
}
@media (min-width: 768px) {
	.zigzag-container > .zigzag-box {
		position:absolute;		
	}
	.zigzag-container > .zigzag-box img.zz-img {
		width:100%;
		height:100%;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}