html {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body { 
	margin: 0;
	font-size: 16px;
	background: white; /* #eaf3f8 url(/images/clouds.svg) repeat;*/
}

a {
	color: #004A85;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

img {
	border: 0;
}

table { 
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	max-width: 100%;
}

footer {
	clear: both;
	margin-top: 3em;
	font-size: 16px;
	color: #e6e6e6;
	background: #004A85;
	padding: 0.75em 0 0.75em;
}

.container { 
	margin: 0px auto;
	width: 940px;
	overflow : hidden;
}

.header {
	padding-top: 20px;
	margin-bottom: 30px;
}

.section {
	background-image: url(/images/stripes.png) !important;
	color: #e6e6e6;
	background: #004A85;
	font-size: 16px;
	padding: 1em 0 1em;
}

.features { 
	background-color: transparent;
	border-collapse: separate;
	border-spacing: 0 30px;
	max-width: 100%;
}

.texts {
	font-size: 21px;
	text-align: justify;
}

.block {
	overflow: hidden;
}

.margin0 {
	margin: 0;
}

.metrika {
	display: none;
}

.menu {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	font-size: 16px;
}

.menu > li {
	position: relative;
	display: block;
}

.menu > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.menu > li > a:hover,
.menu > li > a:focus {
	text-decoration: none;
	background-color: #ffffff;
}

.menu > li > a > img {
	max-width: none;
}

.menu-pills > li {
	float: left;
}

.menu-pills > li > a {
	border-radius: 4px;
}

.menu-pills > li + li {
	margin-left: 2px;
}

.menu-pills > li.active > a,
.menu-pills > li.active > a:hover,
.menu-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #004A85;
}

.menu-pills > li.active > a .caret,
.menu-pills > li.active > a:hover .caret,
.menu-pills > li.active > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th, .table td { 
	border-top: 1px solid #DDDDDD;
	line-height: 20px;
	padding: 8px 8px 8px 0px;
	text-align: left;
}

.block1 {
	display: block;
	width: 100px;
}

.span2 {
	width: 470px;
}

.span3 {
	width: 440px;
}

.offset1 {
	margin-left: 100px;
}

.offset30 {
	margin-left: 30px;
}

.offset-top1 {
	margin-top: 1em;
}

.offset-top2 {
	margin-top: 2em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textright {
	text-align: right;
}

.space25 {
	margin-bottom: 25px;
}

.space50 {
	margin-bottom: 50px;
}

.color-green {
	color: green;
}

.color-red {
	color: red;
}

.color-black {
	color: black;
}

.color-main {
	color: #004A85;
}

.color-dark {
	color: #002651;
}

.form1 .control-group {
	margin-bottom: 15px;
}
.form1 .control-label {
	float: left;
	width: 99px;
	cursor: pointer;
}
.form1 .control-input {
	width: 260px;
	margin-left: 2px;
}

.form1 .control-input2 {
	width: 200px;
	margin-left: 2px;
}

.button1 {
	padding: 0.4em 1.8em;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0.5em;
	background: #004A85;
	color: #FFFFFF;
	font-size: 18px;
}

.button1:hover {
	background: #206AA5;
}

.button2 {
	padding: 0.5em 1.8em;
	cursor: pointer;
	border-radius: 1em;
	background: #004A85;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}

.button2:hover {
	background: #206AA5;
}

.link-black > a {
	color: black;
}

.link-white > a {
	color: #e6e6e6;
}

.font-size2 {
	font-size: 1.5em;
}

.riginform {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 120px;
    background: url('/images/rigsoft.svg');
}