* {
	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: 14px "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: 300;
	background: #deeaf6 url(../images/stst_bg_2cbb5477b1.jpg) no-repeat fixed;
	color: #212529;

	padding: 25px 0;
    background-size: cover;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
a:hover,
em, .mark {
	color: #009ee3;
}


.main {
	margin: 25px auto;
	width: 790px;
	background: #ffffff;
	border-bottom: 5px solid #009ee3;
	-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);
}
.main:before {
    content: "\00a0";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(241,241,242,.96);
}
.logo {
	width: 100%;
	text-align: right;
}
.footer .logo {
    border: none; 
}
.logo img {

	width: 300px;
	padding: 25px 40px 65px 40px;
}
.head {
	position: relative;
}

.slider_wrap img,
.head img {
	display: block;
}
.slider_wrap {
    max-width: 790px;
}
.content {
	padding: 35px 40px 15px 40px;
	background: #E8E8E8;
}
.footer {
	position: relative;
	padding: 35px 40px 20px 40px;
}
div.important {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 49%;
	float: left;
	position: relative;
}
.footer_right {
    width: 46%;
	float: right;
}
.footer_right a.important {
	display: block;
	width: 132px;
	margin: -8px 0 0 -7px;
}
.footer_right .logo {
 	position: absolute;
	width: 346px;
	padding: 0;
	display: block;
 	bottom: 44px;
 	text-align: left;
}
.footer_right .logo img {
	padding: 0;
		width: 330px;
}
h1, h3 {
}
h1 {
	font-size: 25px;
	line-height: 1.3;
    text-transform: inherit;
	padding: 10px 40px ;
	color: #fff;
	background: #009ee3;
	border-bottom: 5px solid #000;
/* 	text-align: right; */
	text-transform: uppercase;
}
h1 span {
    font-size: 80%;
    font-weight: inherit;
}
.h1_small {
	display: inherit;
    text-transform: inherit;
    font-weight: inherit;
	color: inherit;
}
h2 {
	font-size: 25px;
	padding: 30px 0 8px 0;
	color: inherit;
}
h3 {
	font-size: 17px;
	padding: 0 0 4px 0;
}
h1, h1 strong, h1 b {
	font-weight: 500;
}
h2, h2 strong, h2 b {
	font-weight: 400;
}
h3, h3 strong, h3 b {
	font-weight: 400;
}
b, strong {
	font-weight: 500;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 16px;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 0;
    position: relative;
}
li:before {
    position: absolute;
    content: "\00a0";
    width: 4px;
    height: 4px;
    margin: .56em 0 0 -11px;
    background-color: #212529;
    border-radius: 100%;
}
li li:before {
    background: none;
	border: 1px solid #212529;
}
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-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #009ee3;
    padding: 10px 40px;
    width: 100%;
    margin: 20px auto 15px auto;
    border: 1px solid #009ee3;
}
.btn:hover {
    border-color: #007bb0;
    background: #007bb0;
    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: 2% auto;
	    width: 96%;
	}
	.logo img {
		width: 290px;
		padding: 5%;
	}
	.head div {
		padding: 35px 5% 0 5%;
	}
	.content {
		padding: 35px 5% 15px 5%;
	}
	.footer {
		padding: 35px 5% 20px 5%;
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
	}
	.footer_right a.important {
	 	position: static;
		margin: 5px auto;
		text-align: center;
	}
	.footer_right a.important img {
		display: inline-block;
	}
	.footer_right .logo {
	 	position: static;
		width: auto;
		padding: 20px 5%;
		text-align: center;
	}
	.footer_right .logo img {
		display: inline-block;
	}
	h1 {
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}