body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#000;
	margin:0;
	padding:0;
}

img{
	max-height:100%;
	max-width:100%;
	border:none;
	height:auto;
	vertical-align:bottom;
}

div{
	position:relative;
}

a{
	font-size:16px;
	line-height:1.5;
	color:#000;
}

.clear{
	clear:both;
}

.hidden{
	display:none;
}

.content-small-width{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}

h2{
	margin:10px 0;
}

#header{
	height:150px;
	padding:30px 0;
	box-sizing:border-box;
	background-color:#fff;
	transition:all 0.2s ease-in-out;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	-webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.75);
}

#header.fixed{
	height:100px;
	padding:5px 0;
}

.col-2-header .col-1-2{
	width:378px;
	float:left;
}

.col-2-header .col-2-2{
	width:calc(100% - 378px);
	float:right;
	padding-left:50px;
	box-sizing:border-box;
}

.header-spacer{
	height:150px;
}

#menu{
	margin-top:20px;
}
	

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li{
	float:left;
	padding:10px;
	position:relative;
}

#menu ul > li > a,
#menu ul > li > span{
	display:block;
	padding:5px 5px 0px;
	color:#202268;
	font-size:18px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#menu ul > li > a:hover,
#menu ul > li > span:hover{
	border-bottom:1px solid #202268;
}

#menu ul ul{
	display:none;
	position:absolute;
	left:0;
	background-color:#fff;
}

#menu ul > li:hover > ul{
	display:block;
}

#menu ul ul li{
	display:block;
	float:none;
}

#menu ul ul > li > a{
	border-bottom:1px solid #202268;
	width:175px;
}

#menu ul ul > li > a:hover{
	font-weight:600;	
}	

#btn_menu {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    background-color: #fff;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background .3s;
}

#btn_menu span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 4px;
    background: #3d3d3d;
    transition: background 0 .3s;
    border-radius: 10px;
}

#btn_menu span::before, #btn_menu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #3d3d3d;
    content: "";
    transition-duration: 0.3s,.3s;
    transition-delay: 0.3s,0;
    border-radius: 10px;
}

#btn_menu span::before {
    top: -12px;
    transition-property: top,transform;
}

#btn_menu span::after {
    bottom: -12px;
    transition-property: bottom,transform;
}

#offcanvas-menu ul{
	list-style:none;
	margin:20px auto 0;
	padding:0;
}

#offcanvas-menu ul ul{
	padding-left:10px;
	margin-top:0;
}

.bx-wrapper{
	max-height:80vh;
	overflow:hidden;
}

#banner .banner_item{
	display:none;
}

#banner .banner_item img{
	width:100%;
	display:block;
}

#banner .banner_item:nth-child(1){
	display:block;
}

#banner .bx-wrapper .banner_item{
	display:block;
}

h1, h2, h3{
	color:#202268;
}

#content {
	padding:10px 0;
}

#footer{
	background-color:#F2F2F2;
	padding:10px 0;
	box-sizing:border-box;
}

#footer .col-3-footer .col-1-3{
	float:left;
	width:33.333%;
}

#footer .col-3-footer .col-2-3{
	float:left;
	width:33.333%;
}

#footer .col-3-footer .col-3-3{
	float:left;
	width:33.333%;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer a{
	display:inline-block;
	text-decoration:none;
}

#galleryWrapper{
	margin-bottom:20px;
}

@media screen and (max-width: 1024px){
	
	.col-2-header .col-2-2{
		display:none;
	}
	
	.col-2-header .col-1-2{
		float:none;
		width:100%;
		height:50px;
	}
	
	.col-2-header .col-1-2 img{
		max-height: 75px;
	}
	
	#btn_menu{
		display:inline-block;
		margin-bottom:5px;
	}
	
	#menu{
		display:none;
	}

	.col-2-header .col-1-2 img {
		max-height: 50px;
	}
	
	#header,
	#header.fixed{
		padding:10px 0;
		height:70px;
	}
	
	.header-spacer{
		height:70px;
	}
}

@media screen and (max-width: 768px){		
	#footer .col-3-footer .col-1-3,
	#footer .col-3-footer .col-2-3,
	#footer .col-3-footer .col-3-3{
		float:none;
		width:100%;
	}
	
	#footer h2{
		margin:15px 0;
	}
		
	h1{
		font-size:30px;
		margin:25px 0 10px;
	}

	h2{
		font-size:20px;
	}

	p{
		font-size:14px;
	}
}	

@media screen and (max-width: 500px){
	
	body{
		text-align:justify;
	}
}

@media screen and (max-width: 330px){
	
		.col-2-header .col-1-2 img {
		max-height: 45px;
	}
	
	#header,
	#header.fixed{
		padding:10px 0;
		height:65px;
	}
	
	.header-spacer{
		height:65px;
	}
}


