@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,600&subset=latin");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Oswald");
/* CSS Document */

h2 {
	display: block;
	margin-bottom: .54348em;
	font-family: "Open Sans", "Roboto";
	font-size: 40px;
	line-height: 1;
	color: #02b2e4;
	font-weight: 200; }
h2:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 1em;
	margin-top: -2.2em;
	vertical-align: middle;
	width: 10px;
	height: 35px;
	background: #02b2e4;
	margin-right: 25px;
	-moz-transform: skewX(34deg);
	-ms-transform: skewX(34deg);
	-webkit-transform: skewX(34deg);
	transform: skewX(34deg);
	-webkit-animation: fadeIn 1s ease alternate infinite;
	-moz-animation: fadeIn 1s ease alternate infinite;
	-ms-animation: fadeIn 1s ease alternate infinite;
	-o-animation: fadeIn 1s ease alternate infinite;
	animation: fadeIn 1s ease alternate infinite;
	opacity: 0.5; }

h4 { color: #02b2e4; font-size: 40px; font-weight: bold; }

h5 { font-size: 18px; font-weight: 200 }

.container-fluid {
	padding: 25px 0px;
	line-height: .9;
	background-color: #02b2e4;
	background-image: -webkit-linear-gradient(bottom, #02b2e4 0%, #00e6d8 100%);
	background-image: linear-gradient(to top, #02b2e4 0%, #00e6d8 100%);
	text-align: center;
	margin-bottom: 50px;
}

.container-fluid h1 { margin: 0px; color: #FFF; font-weight: 200; font-family: "Open Sans", "Roboto" !important; font-size: 45px; }

p { margin-top: 20px; }

.blue { color: #15caff; }
.gris { background-color: #161616; }
.gris2 { background-color: #313131; }
.m-20 { margin-top: 30px; }
.m-60 { margin-top: 60px; }

section { padding: 40px 0px; }
small { font-size: 12px;  line-height: 15px !important; color: #aaa; display: inline-block; margin-top: 15px;}

ul { padding-left: 15px}


.col-sm-3.text-center h1 { font-size: 75px; color: #15caff; font-family: "Oswald", "Roboto"; }
.col-sm-3.text-center span { display: block; font-size: 20px; text-align: center }

.list { margin-top: 30px; }

.list .item {
  display: inline-block;
  vertical-align: top;
  width: 15.6%;
  text-align: center;
	margin-bottom: 25px; }

.list .item .tt {
  display: block;
  white-space: nowrap;
  line-height: 1.15;
  font-size: 77%;
	margin-top: 5px;
}

.overview .inner {
    position: relative;
    left: 50%;
    margin-left: -510px;
    width: 1020px;
    height: 880px;
}

.overview {
    width: 1020px;
    height: 880px;
    margin-left: auto;
	margin-right: auto; }

.msect-inner {
    position: relative;
    z-index: 2;
    max-width: 1020px;
    margin-left: auto;
	margin-right: auto; }

.overview .descr {
    position: absolute;
    left: 0;
    top: 0;
    width: 1020px;
    height: 880px;
	margin-top: 0; }


.overview .descr .row1, .overview .descr .row2 {position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overview .descr .row1 .item {
    left: 0;
    padding-left: 45px;
}

.overview .descr .item {
    float: left;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    line-height: 1.25;
    font-size: 93%;
}

.overview .descr .row2 .item {
    right: 0;
    padding-right: 25px;
}

.overview .descr .item .num {
    display: none;
}

#x299-overview .overview .bg, #x299-overview .overview .pointers, #x299-overview .overview .legends {
    position: absolute;
    left: 0;
    top: 0;
    width: 1020px;
    height: 880px;
}