* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	&.in-transition {
    	transition: transform 900ms ease;
  	}
}
img {border:0;}
a {text-decoration:none}
.clear {clear: both;}


.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.header-bar {
	width: 100%;
	background-image: url('_img/header-bar.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 27px;
}
.logo {
	max-width: 950px;
	margin: 60px auto 30px auto;
}
.logo img {
	width: 100%;
	height: auto;
	display: block;
}
.inner-logo-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inner-logo-wrapper .logo {
	width: 60%;
}
.inner-logo-wrapper .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.inner-logo-wrapper .inner-section-logo {
	width: 35%;
}
.inner-logo-wrapper .inner-section-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.menu a {
	color: #fff;
	margin: 5px 5px;
	border-radius: 10px;
	padding: 5px 30px;
	font-weight: 600;
}
.menu a.menu-btn-01 {
	background-color: #2a2661;
}
.menu a.menu-btn-02 {
	background-color: #1a75bb;
}
.menu a.menu-btn-03 {
	background-color: #ed297b;
}
.menu a.menu-btn-04 {
	background-color: #f6931e;
}
.menu a.menu-btn-05 {
	background-color: #009345;
}
.menu a.menu-btn-06 {
	background-color: #2a2661;	
}
.color-div {
	width: 100%;
	height: 4px;
	background-image: url('_img/color-div.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 20px 0;
}

.entry-btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0 40px 0;
}
.entry-btns div {
  width: 48%;
}
.entry-btns div p {
  text-align: center;
  font-weight: 700;
}
.entry-btns div p a {
  display: inline-block;
}
.entry-btns a {
	display: block;
}
.entry-btns a img {
	width: 100%;
	height: auto;
	display: block;
}

.content-wrapper {
	display: flex;
	justify-content: space-between;	
}
.content-area {
	width: 70%;
}
.content-area p {
	margin: 30px 0;
}
.content-side {
	width: 20%;
	min-width: 270px;
	background-color: #bee5f6;
}

.content-side-top {
	
}
.content-side-top img {
	margin-left: -12px;
	margin-top: 10px;
	margin-bottom: 20px;
	max-width: 279px;
	display: block;
}
.content-side-txt {
	background-color: #bee5f6;
	padding: 0 30px;
}
.cst-title {
	color: #bf0111;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
}

.content-side-btm {
	background-image: url('_img/sidebar-btm.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 206px;
	margin-top: 100px;
}


.ca-title-a {
	color: #0e094c;	
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
}
.ca-title-a em {
	font-style: normal;
	color: #005db0;
}
.ca-title-a strong {
	color: #f48100;
	font-weight: 700;
}
.ca-title-b {
	color: #ec1f74;	
	font-size: 26px;
	font-weight: 700;
}

.ca-title-c {
	color: #0e094c;	
	font-size: 20px;
	font-weight: 700;
}


.color-div-lrg {
	height: 12px;
	background-image: url('_img/color-div-lrg.jpg');
	background-size: cover;
	background-position: center center;
	margin: 45px 0 0 0;
}

.footer {
	background-image: url('_img/footer-bg.jpg');
	background-repeat: repeat-y;
	min-height: 242px;
	background-size: contain;
}
.footer .wrapper {
	display: flex;
	justify-content: space-between;
	padding:30px 20px;
}
.footer .wrapper div {
	padding: 0 20px;
}
.footer .wrapper div.footer-wall {
	border-right: 1px solid #2e3971;
	border-left: 1px solid #2e3971;
	padding: 0;
}

.footer .wrapper div p strong {
	color: #fff;
	text-transform: uppercase;
}
.footer a {
	color: #000;
}

.footer-copy {
	background-color: #2a2661;
	padding: 20px;
}
.footer-copy .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-copy .wrapper p {
	color: #fff;
	margin: 0;
	padding: 0;
}
.footer-copy .wrapper a img {
	max-width: 50px;
	display: block;
	height: auto;
}

@media only screen and (max-width:768px) {
	.logo {
		padding: 0 20px;
	}
	.entry-btns {
		justify-content: center;
	}
	.entry-btns div {
		width: 90%;
		margin: 20px 0;
	}
	.content-wrapper {
		justify-content: center;
		flex-direction: column;
	}
	.content-area {
		padding: 0 20px;
		width: 100%;
	}
	.content-side {
		width: 100%;
	}
	.content-side-btm {
		display: none;
	}
}
@media only screen and (max-width:650px) {
	.inner-logo-wrapper {
		flex-direction: column;
	}
	.inner-logo-wrapper .logo {
		width: 100%;
	}
	.inner-logo-wrapper .inner-section-logo {
		width: 70%;
		margin: 0 0 30px 0;
	}

	.footer .wrapper {
		flex-wrap: wrap;
	}
	.footer .wrapper div {
		width: 50%;
	}
	.footer .wrapper div a {
		word-break: break-all;
	}
	.footer-wall {display: none;}

}
@media only screen and (max-width:425px) {
	.menu {
		flex-direction: column;
	}
	.menu a {
		width: 100%;
		margin: 5px 0;
		padding: 15px;
		text-align: center;
	}
	.footer .wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer .wrapper div {
		width: 90%;
	}
}