* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 18px "Roboto Condensed", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: 300;
	background: #EDEDEB url(bg.jpg) no-repeat fixed;
	color: #003163;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
h1, h3, li:before,
a,
em, .mark {
	color: #003163;
}

/* 
.footer h3,
.footer div a {
	color: #ffffff;
}
*/

.main {
	margin: 25px auto;
	width: 790px;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
.logo {
	display: block;
}
.logo img {
	display: block;
	width: 300px;
	padding: 20px 0 20px 60px;
}
.head {
	position: relative;
}
.head div {
	padding: 25px 60px 0 60px;
}
.head img {
	display: block;
	padding: 30px 30px 0 5px;
}
.slider_wrap {
    max-width: 790px;
}
.content {
	padding: 0 60px;

/*
	padding: 0 60px 35px 60px;
 */
}
.footer {
	padding: 20px 60px 40px 60px;
/* 
	padding: 50px 60px 40px 60px;
	background: #003163;
	color: #ffffff;
 */
}
div.important {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
h1, h3 {
}
h1 {
	font-size: 36px;
	line-height: 1.15;
    text-transform: inherit;
	padding: 20px 0 40px 0;

}
h1 span {
    font-weight: 400;
}
.h1_small {
	display: inherit;
    text-transform: inherit;
    font-weight: 300;
    padding: 7px 0 0 0;
    font-size: 75%;
}
h2 {
	font-size: 24px;
	padding: 30px 0 8px 0;
	color: inherit;
}
h3 {
	font-size: 24px;
	padding: 18px 0 6px 0;
    font-weight: 400;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 500;
}
b, strong {
	font-weight: 400;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 20px;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 0;
    position: relative;
}
li:before {
    position: absolute;
/*
    content: "\25CF";
    font-size: 85%;
    line-height: 1.5;
    content: "\00B7";
    content: "\2022";
    margin: 0 0 0 -16px;
 */
    content: "\00a0";
    width: 5px;
    height: 5px;
    margin: .5em 0 0 -18px;
    background-color: #3C3C3C;
    border-radius: 100%;
}
li li:before {
    background: none;
	border: 1px solid #3C3C3C;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    text-transform: inherit;
    color: #ffffff;
    background: #003163;
    padding: 10px 30px 10px 30px;
    margin: 20px auto 15px auto;
    border: 1px solid #003163;

    border-radius: 8px;

}
.btn:hover {
    border-color: #003163;
    background: #003D7A;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
	}
	.logo img {
		width: 280px;
		padding: 20px 0 20px 5%;
	}
	.head div {
		padding: 40px 5% 0 5%;
	}
	.content {
		padding: 0 5%;
	}
	.footer {
/* 
		padding: 20px 5% 40px 5%;
 */		
		padding: 0 5%;
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
	}
	h1 {
		font-size: 27px;
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}