@charset "utf-8";
/* CSS Document */
body{
}
.wrapper{
	width: 100%;
	text-align: center;
}
.logocontainer{
	text-align: center;
}
.logocontainer img{
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.nav {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	display: inline-block;
	margin-top: 10px;
}
.nav a{
	text-decoration: none;
	color: black;
}
.nav a:hover{
	color: #104cdf;
}
.row1 img{
	display: none;
	max-width: 100%;
}
.row15{
	font-size: 0;
	width: 100%;
	margin-top: 10px;
}
.row15 img{
	display: inline-block;
	max-width: 100%;
}
.row2{
	display: none;
}
.row25{
	font-size: 0;
	width: 100%;
}
.row25 img{
	display: inline-block;
	max-width: 50%;
}
.row35{
	font-size: 0;
	width: 100%;
}
.row35 img{
	display: inline-block;
	max-width: 50%;
}
.row3{
	font-size: 0;
	width: 100%;
}
.row3 img{
	display: none;
	max-width: 50%;
}
.footerend{
	border-top-width: thin;
	border-top-color: black;
	border-top-style: solid;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	margin-top: 40px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerend a{
	text-decoration: none;
	color: black;
}
.footerend a:hover{
	color: #104cdf;
}
@media only screen and (min-width: 768px){
	.logocontainer{
		float: left;
	}
	.logocontainer img{
		max-width: 400px;
		margin: 10px;
	}
	.nav{
		float: right;
	}
	.row1{
		font-size: 0;
		width: 100%;
		margin-top: 10px;
		float: left;
	}
	.row1 img{
		display: inline-block;
		max-width: 450px;
	}
	.row15 img{
		display: none;
	}
	.row2{
		display: inline-block;
		font-size: 0;
		width: 100%;
		float: left;
	}
	.row2 img{
		display: inline-block;
		max-width: 225px;
	}
	.row25{
		display: none;
	}
	.row35{
		display: none;
	}
	.row3{
		display: inline-block;
		font-size: 0;
		width: 100%;
		float: left;
	}
	.row3 img{
		display: inline-block;
		max-width: 225px;
	}
}