@font-face {
    font-family: 'exo_2medium';
    src: url('../fonts/exo2-medium-webfont.eot');
    src: url('../fonts/exo2-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo2-medium-webfont.ttf') format('truetype'),
        url('../fonts/exo2-medium-webfont.woff') format('woff'),
        url('../fonts/exo2-medium-webfont.svg#exo_2medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2regular';
    src: url('../fonts/exo2-regular-webfont.eot');
    src: url('../fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo2-regular-webfont.ttf') format('truetype'),
        url('../fonts/exo2-regular-webfont.woff') format('woff'),
        url('../fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2semi_bold';
    src: url('../fonts/exo2-semibold-webfont.eot');
    src: url('../fonts/exo2-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/exo2-semibold-webfont.ttf') format('truetype'),
        url('../fonts/exo2-semibold-webfont.woff') format('woff'),
        url('../fonts/exo2-semibold-webfont.svg#exo_2semi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
        url('../fonts/opensans-italic-webfont.woff') format('woff'),
        url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-bold-webfont.woff') format('woff'),
        url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    color: #000;
    font: 14px/19px 'open_sansregular', Arial, Helvetica, sans-serif;
    background: #fff;
    min-width: 990px;
}

img {
    border-style: none;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a:active {
    background-color: transparent;
}

input,
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #3c3c3d;
    margin: 0;
    padding: 0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

.page {
    overflow: hidden;
}

#header {
    width: 980px;
    margin: 12px auto 18px auto;
}

#header:before,
#header:after {
    content: '';
    display: table;
}

#header:after {
    clear: both;
}

.header-t {
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 0 0;
}

#header .header-t .add-nav {}

#header .header-b #nav {
    margin-top: 50px;
}

#header .header-b #nav ul li:last-child {
    padding-right: 0;
    margin-right: -5px;
}

#header .logo {
    background: url(../images/logo.png) no-repeat;
    width: 146px;
    height: 93px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 8px 0 0 4px;
}

.logo a {
    display: block;
    height: 100%;
}

.header-r {
    float: right;
}

.lang {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
    float: right;
}

.lang li {
    float: left;
    background: url(../images/sep01.jpg) no-repeat 0 3px;
    padding: 0 0 0 3px;
    margin-left: 11px;
}

.lang li:first-child {
    background: none;
}

.lang a {
    color: #6a768c;
}

.lang li.active a {
    color: #0077a6;
    text-decoration: none;
}

.add-nav {
    overflow: hidden;
    clear: both;
}

.add-nav ul {
    float: right;
    margin: 0 -4px 0 0;
    padding: 0;
    list-style: none;
}

.add-nav li {
    float: left;
    background: url(../images/sep01.jpg) no-repeat 0 50%;
    font-family: 'exo_2regular', Arial, Helvetica, sans-serif;
    padding: 0 3px 0 4px;
}

.add-nav li:first-child {
    background: none;
}

.add-nav a {
    color: #0077a6;
    display: block;
    padding: 2px 7px;
}

.add-nav a:hover {
    color: #005677;
    background: #ecf0f1;
    text-decoration: none;
}

.add-nav li.active a {
    color: #fff;
    background: #0077a7;
}

.header-b {
    overflow: hidden;
}

#nav {
    float: left;
    /*width: 695px;*/
}

#nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    float: left;
    background: url(../images/sep02.jpg) no-repeat 0 50%;
    font: 18px/21px 'exo_2regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 5px;
}

#nav li:first-child {
    background: none;
    padding-left: 0;
}

#nav a {
    color: #0077a7;
    padding: 6px 10px 3px;
    display: block;
    margin-left: 1px;
}

#nav a:hover {
    color: #005677;
    background: #ecf0f1;
    text-decoration: none;
}

#nav li.active a {
    color: #fff;
    background: #0077a7;
}

.search-form {
    width: 270px;
    float: right;
    background: #ecf0f1;
}

.search-form input[type="search"] {
    -webkit-appearance: textfield;
}

.search-form input[type="text"],
.search-form input[type="search"] {
    background: #ecf0f1;
    float: left;
    border: none;
    width: 240px;
    color: #6a768c;
    font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
    padding: 5px 20px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form input[type="submit"] {
    background: url(../images/sprite.png) no-repeat;
    width: 29px;
    height: 29px;
    border: none;
    overflow: hidden;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
}

.search-form input[type="submit"]:hover {
    background-position: -31px 0;
}

.margin28 {
    margin-top: 28px;
}

.banner {
    position: relative;
    color: #fff;
    margin-bottom: 28px;
}

.banner div.mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.banner div.mask .slideset {
    width: 99999px;
    float: left;
}

.banner div.mask .slide {
    width: 100%;
    float: left;
    position: relative;
}

.banner div.mask .slide>img {
    width: 100%;
}

.banner div.mask .slide.active {
    z-index: 1;
}

.banner .b1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .b2 {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 500px;
}

.banner .description {
    width: 310px;
    float: left;
    font: 16px/24px 'exo_2medium', Arial, Helvetica, sans-serif;
    padding: 0 0 28px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.banner h1 {
    margin: 0;
    font: 45px/58px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.banner .description .title {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.banner .description p {
    margin: 0 0 20px;
}

.banner .data-block {
    width: 270px;
    float: right;
    padding: 15px 12px;
    background: #000;
    background: rgba(28, 28, 28, 0.7);
    height: 500px;
    font: 15px/19px 'exo_2semi_bold', Arial, Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 4;
    margin-right: -491px;
}

.banner .heading {
    text-align: center;
    font-family: 'exo_2regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.banner .heading h2 {
    margin: 0;
    font-size: 32px;
    line-height: 41px;
    font-weight: 400;
}

.banner .heading .title {
    font-size: 15px;
    font-weight: 400;
}

.banner .threecolumns {
    overflow: hidden;
    border-color: #fff;
    border-width: 1px 0;
    border-style: solid;
    font: 15px/15px 'exo_2medium', Arial, Helvetica, sans-serif;
    padding: 12px 0;
    width: 260px;
}

.banner .threecolumns .col {
    border-left: 1px solid #fff;
    float: left;
    width: 86px;
    text-align: center;
}

.banner .threecolumns .col:first-child {
    border: none;
    width: 78px;
}

.banner .threecolumns .count {
    display: block;
    font-size: 25px;
    line-height: 39px;
    margin-bottom: 4px;
}

.banner .data-block .wrap {
    overflow: hidden;
    padding: 0 0 2px 3px;
}

.banner .data-block .column {
    width: 79px;
    float: left;
    display: table;
    padding-top: 4px;
}

.banner .data-block .column .row {
    border-top: 1px solid #fff;
}

.banner .data-block .column .row:first-child {
    border: none;
}

.banner .data-block .column .row span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
}

.data-block .center-block {
    width: 62px;
    float: left;
    padding: 17px 11px 0;
    text-align: center;
}

.data-block .center-block .direction {
    font: 12px/15px 'exo_2regular', Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 5px;
}

.data-block .center-block .circle {
    border-radius: 100%;
    border: 1px solid #fff;
    display: block;
    width: 58px;
    height: 58px;
    font: 18px/58px 'exo_2regular', Arial, Helvetica, sans-serif;
    position: relative;
    margin-bottom: 4px;
}

.data-block .center-block .circle:after {
    background: url(../images/sprite.png) no-repeat 0 -32px;
    width: 8px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
}

.data-block .center-block #wind_direction {
    background: url(../images/arrow02.png) no-repeat 50% 0;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .data-block .column .row strong {
    font: normal 15px 'exo_2regular', Arial, Helvetica, sans-serif;
    display: block;
}

.banner .data-block .column .row span i {
    font: normal 12px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.banner .data-block .series {
    border-color: #fff;
    border-width: 1px 0;
    border-style: solid;
    font: 15px 'exo_2regular', Arial, Helvetica, sans-serif;
    padding: 3px;
    margin-bottom: 8px;
}

.banner .data-block .button-holder {
    border-color: #fff;
    border-width: 1px 0;
    border-style: solid;
    overflow: hidden;
    text-transform: uppercase;
    padding: 3px 0;
    margin-bottom: 4px;
}

.banner .data-block a.button {
    font: 15px/25px 'exo_2semi_bold', Arial, Helvetica, sans-serif;
    color: #0077a7;
    background: #000;
    float: right;
    width: 111px;
    height: 25px;
    padding: 5px;
    text-align: center;
}

.banner .data-block a.button:first-child {
    float: left;
}

.banner .data-block a.button:hover,
.banner .data-block a.button.active {
    background: #0077a7;
    color: #fff;
    text-decoration: none;
}

.banner .data-block .temprature {
    position: relative;
    font: 15px 'exo_2regular', Arial, Helvetica, sans-serif;
    background: #000;
    padding: 6px 11px;
}

.banner .data-block .temprature a {
    color: white;
}

.banner .data-block .temprature:after {
    position: absolute;
    top: 5px;
    right: 8px;
    content: '';
    background: url(../images/sprite.png) no-repeat -1px -42px;
    width: 13px;
    height: 18px;
}

.banner .pagination {
    margin: 0 0 0 -490px;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 225px;
    z-index: 2;
}

.banner .pagination li {
    float: left;
    margin-left: 2px;
}

.banner .pagination a {
    background: #6bbfeb;
    width: 67px;
    height: 2px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

.banner .pagination a:hover,
.banner .pagination li.active a {
    background: #fff;
}

#main {
    width: 980px;
    margin: 0 auto 47px;
}

.fourcolumns {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
}

.fourcolumns>.holder {
    width: 1025px;
    overflow: hidden;
}

.fourcolumns .col {
    border-right: 1px solid #ecf0f1;
    width: 219px;
    float: left;
    padding: 0 18px 5px 0;
    margin: 0 12px 0 3px;
    overflow: hidden;
}

.fourcolumns h2 {
    margin: 0 0 7px;
    font: 24px/26px 'exo_2regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.fourcolumns h2 a {
    color: #0077a7;
}

.fourcolumns p {
    margin: 0 0 10px;
}

.fourcolumns .btn-more {
    font-size: 12px;
    color: #0077a5;
    float: right;
    background: #ecf0f1;
    padding: 2px 20px;
}

.fourcolumns .text {
    min-height: 49px;
    margin-bottom: 10px;
}

.fourcolumns .btn-more:hover {
    background: #0077a7;
    color: #fff;
    text-decoration: none;
}

.highlights {
    position: relative;
    margin-bottom: 33px;
}

.highlights h2 {
    font: 24px/26px 'exo_2regular', Arial, Helvetica, sans-serif;
    color: #52525f;
    margin: 0 2px 15px;
}

.highlights .mask {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 356px;
}

.highlights .mask .slideset {
    width: 99999px;
    float: left;
}

.highlights .mask .slide {
    width: 980px;
    float: left;
    position: relative;
}

.highlights .mask .slide.active {
    z-index: 1;
}

.highlights .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 814px;
    min-height: 96px;
    padding: 18px 79px 14px 88px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.highlights .description {
    float: left;
    width: 510px;
}

.highlights .title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: -3px;
    font-weight: 400;
}

.highlights p {
    margin: 0 0 10px;
}

.highlights .btn-more {
    font: 18px/25px 'exo_2medium', Arial, Helvetica, sans-serif;
    background: #0077a7;
    color: #fff;
    float: right;
    margin-top: 29px;
    padding: 10px 0px 9px 0px;
    width: 193px;
    text-align: center;
}

.highlights .btn-more:hover {
    background: #0e5f7e;
    text-decoration: none;
}

.highlights .btn-prev,
.highlights .btn-next {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    bottom: 58px;
    background: url(../images/sprite.png) no-repeat -21px -32px;
    width: 15px;
    height: 24px;
    z-index: 4;
}

.highlights .btn-prev {
    left: 20px;
}

.highlights .btn-prev:hover {
    background-position: -57px -32px;
}

.highlights .btn-next {
    right: 20px;
    background-position: -40px -32px;
}

.highlights .btn-next:hover {
    background-position: -76px -32px;
}

.partners {
    position: relative;
}

.partners .mask {
    position: relative;
    overflow: hidden;
    width: 1020px;
    margin: 0 0 42px -17px;
}

.partners .mask .slideset {
    width: 99999px;
    float: left;
}

.partners .mask .slide {
    width: 1020px;
    float: left;
}

.partners h2 {
    color: #525260;
    margin: 0 2px 22px;
    font: 24px/28px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.partners .mask .col {
    width: 165px;
    float: left;
    margin: 0 20px 0 19px;
    text-align: center;
}

.partners .logo-holder {
    border: 1px solid #ecf0f1;
    margin-bottom: 44px;
}

.partners .logo-holder:hover {
    border-color: #cacad9;
}

.partners .controller {
    text-align: center;
    font-size: 0;
}

.partners .pagination {
    margin: 0 12px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.partners .pagination li {
    display: inline-block;
    margin: 0 8px 0 7px;
    vertical-align: middle;
}

.partners .pagination a {
    width: 12px;
    height: 12px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 100%;
    background: #ecf0f1;
}

.partners .pagination a:hover {
    background: #7c989e;
}

.partners .pagination li.active a {
    background: #0077a7;
}

.partners .btn-prev,
.partners .btn-next {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat -64px 0;
    width: 8px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 2px;
    vertical-align: middle;
}

.partners .btn-next {
    background-position: -76px 0;
}

#footer {
    background: #ecf0f1;
    padding-bottom: 36px;
}

.footer-t {
    background: #0077a7;
    padding: 10px 0 7px;
    margin-bottom: 36px;
}

#footer .holder {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .logo {
    width: 142px;
    height: 66px;
    background: url(../images/logo11.png) no-repeat;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 12px;
}

.footer-nav {
    float: right;
    font: 18px/24px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    text-transform: uppercase;
}

.footer-nav li {
    float: left;
    background: url(../images/sep05.png) no-repeat 0 50%;
    padding: 0 2px;
}

.footer-nav li:first-child {
    background: none;
}

.footer-nav a {
    display: block;
    color: #fff;
    padding: 4px 12px 2px;
    margin-left: 1px;
}

.footer-nav a:hover {
    text-decoration: none;
    background: #3b96bb;
}

.footer-nav li.active a {
    color: #0077a7;
    background: #fff;
}

.footer-b {
    width: 980px;
    margin: 0 auto;
}

#footer .footer-b>.holder {
    margin-bottom: 16px;
}

#footer .address-holder {
    float: left;
    width: 274px;
}

#footer .address-holder .copyright {
    display: block;
    color: #0077a6;
    font: 18px/24px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 15px 4px;
}

#footer .address-holder .copyright span {
    color: #000;
    font: 12px/15px 'open_sansregular', Arial, Helvetica, sans-serif;
    display: block;
    padding: 4px 0 0 2px;
}

#footer address {
    position: relative;
    padding-left: 33px;
    color: #52525f;
    font: normal 14px/19px 'open_sansitalic', Arial, Helvetica, sans-serif;
    margin-bottom: 21px;
}

#footer address:after {
    background: url(../images/sprite.png) no-repeat 0 -66px;
    width: 19px;
    height: 28px;
    position: absolute;
    left: 3px;
    top: 5px;
    content: '';
}

#footer .contact-no {
    position: relative;
    padding-left: 33px;
    color: #52525f;
    font: normal 14px/19px 'open_sansitalic', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

#footer .contact-no:after {
    background: url(../images/sprite.png) no-repeat -29px -66px;
    width: 22px;
    height: 25px;
    position: absolute;
    left: 3px;
    top: 8px;
    content: '';
}

#footer .tel {
    display: block;
}

#footer .fax {
    display: block;
}

#footer .email {
    position: relative;
    padding-left: 33px;
    font: normal 14px/19px 'open_sansitalic', Arial, Helvetica, sans-serif;
}

#footer .email:after {
    background: url(../images/sprite.png) no-repeat -60px -69px;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
}

#footer .email a {
    color: #0077a5;
    text-decoration: underline;
}

#footer .email a:hover {
    text-decoration: none;
}

#footer .col {
    border-left: 1px solid #dadde0;
    float: left;
    width: 148px;
    font: 16px/20px 'exo_2medium', Arial, Helvetica, sans-serif;
    padding: 0 26px;
    min-height: 205px;
}

#footer .col.add {
    padding-left: 31px;
}

#footer .col h2 {
    margin: 0 0 15px;
    color: #52525f;
    font: 16px/16px 'open_sansregular', Arial, Helvetica, sans-serif;
}

#footer .col ul {
    margin: 0;
    padding: 0 0 0 4px;
    list-style: none;
}

#footer .col li {
    background: url(../images/bullet01.jpg) no-repeat 3px 9px;
    margin-bottom: 12px;
    padding-left: 10px;
}

#footer .col a {
    color: #277fb8;
}

#footer .col a:hover {
    color: #057;
}

.subscribe-form {
    width: 248px;
    float: right;
    font-size: 12px;
    line-height: 17px;
    color: #525260;
    padding-top: 11px;
    margin-right: 29px;
}

.subscribe-form h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.subscribe-form p {
    margin: 0 0 8px;
}

.subscribe-form fieldset {
    overflow: hidden;
}

.subscribe-form input[type="text"] {
    color: #a8a8b7;
    font-size: 12px;
    background: #fff;
    padding: 10px 14px;
    width: 100%;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    outline: none;
}

.subscribe-form input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    background: #0077a7;
    border: none;
    cursor: pointer;
    height: 34px;
    text-align: center;
    color: #fff;
    float: right;
    padding: 2px 22px 0 20px;
    min-width: 131px;
}

.social-networks {
    margin: 0 0 0 3px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.social-networks li {
    float: left;
    margin: 0 10px 10px 0;
}

.social-networks a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/sprite.png) no-repeat -97px 0;
    width: 43px;
    height: 44px;
}

.social-networks .twitter {
    background-position: -148px 0;
}

.social-networks .google-plus {
    background-position: -202px 0;
}

.social-networks .linkedin {
    background-position: -256px 0;
}

.banner .data-block .graph {
    margin: 0;
}

.fourcolumns img {
    margin-bottom: 8px;
}

#main.inner h1 {
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    color: #000;
    text-transform: uppercase;
}

#main.inner {
    padding-top: 23px;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    background: #ecf0f1;
    padding: 3px 0 5px;
}

.breadcrumbs ul {
    width: 973px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.breadcrumbs li {
    background: url(../images/arrow01.png) no-repeat 0 6px;
    padding-left: 11px;
    margin-right: 9px;
    float: left;
}

.breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
    margin-right: 4px;
}

.breadcrumbs a {
    color: #0077a5;
}

#twocolumns {
    overflow: hidden;
}

#content {
    width: 735px;
    float: right;
    line-height: 19px;
}

#content h1 {
    font: 24px/29px 'exo_2regular', Arial, Helvetica, sans-serif !important;
    margin: 0 0 9px !important;
    color: #000;
    text-transform: uppercase;
}

#content .article-block {
    margin-bottom: 74px;
}

#content .block {
    margin-bottom: 24px;
    overflow: hidden;
}

#content .block.add,
.content .blockadd {
    font-size: 18px;
    line-height: 25px;
}

#content .block.add p {
    margin: 0 0 10px;
}

#content .block .image-holder,
.content .block .image-holder {
    margin-bottom: 19px;
}

#content .block p {
    margin: 0 0 21px;
}

#content h2 {
    font: 24px/28px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 18px;
    color: #000;
}

#content .block .alignright {
    float: right;
    margin: 0 0 0 45px;
}

.content .block .alignright {
    float: right;
    margin: 0 0 0 30px;
}

#content .block .alignleft {
    float: left;
    margin: 0 46px 0 0;
}

.content .block .alignleft {
    float: left;
    margin: 0 20px 0 0;
}

#content .block .alignleft1 {
    float: left;
    margin: 3px 35px 0 0;
}

#content .block .partner {
    border: 1px solid #ECF0F1;
    padding: 20px 50px;
}

.list {
    margin: 0 0 31px;
    padding: 15px 3px 0;
    list-style: none;
}

.list li {
    margin-bottom: 10px;
}

.list a,
.partnerslist a {
    background: url(../images/ico-documnent.png) no-repeat 0 3px;
    padding-left: 20px;
    display: inline-block;
    color: #0077a6;
}

.list a.link,
.partnerslist a.link {
    background: url(../images/ico-link.png) no-repeat 0 3px;
}

.list a:hover,
.partnerslist a:hover {
    color: #005677;
}

#content .block .warranty,
.content .block .warranty {
    text-align: center;
    color: #666;
    font: 20px/28px 'open_sansitalic', Arial, Helvetica, sans-serif;
    width: 285px;
    min-height: 115px;
}

#content .block .warranty p,
.content .block .warranty p {
    padding: 37px 0 0;
}

#content .video,
.content .video {
    margin-bottom: 39px;
}

#content .video h2,
.content .video h2 {
    margin-bottom: 14px;
}

#content .video .video-holder,
.content .video .video-holder {
    margin-bottom: 15px;
}

#content .article-holder {
    margin-bottom: 53px;
}

#content .article-holder .block {
    margin-bottom: 19px;
}

#content .block .description {
    overflow: hidden;
}

#content .block .description .list {
    padding-top: 0;
}

#content .block .description h3 {
    margin: 0 0 11px;
    font: normal 14px 'open_sansbold', Arial, Helvetica, sans-serif;
}

#content .block .description p {
    margin-bottom: 17px;
}

#content .gallery,
.content .gallery {
    overflow: hidden;
    margin-bottom: 6px;
}

#content .gallery ul,
.content .gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#content .gallery li,
.content .gallery li {
    float: left;
    margin: 0 25px 10px 0;
    min-height: 188px;
    width: 220px;
}

#content .gallery img,
.content .gallery img {
    margin-bottom: 3px;
}

#content .gallery a,
.content .gallery a {
    color: #0077a5;
}

#content .questioning {
    margin: 0 0 39px;
    padding: 0;
    list-style: none;
}

#content .questioning li {
    background: url(../images/bullet02.png) no-repeat 3px 8px;
    padding-left: 10px;
    margin-bottom: 11px;
}

#content .questioning a {
    color: #0077a6;
}

#content .replies-block {
    margin-bottom: 74px;
}

#content .replies-block .title {
    display: block;
    margin-bottom: 18px;
    background: url(../images/bullet03.png) no-repeat 3px 9px;
    padding-left: 10px;
    font-family: 'open_sanssemibold';
    font-weight: normal;
}

#content .answer {
    margin-bottom: 29px;
}

#content .answer p {
    margin: 0 0 22px;
}

#content .links {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

#content .links li {
    background: url(../images/bullet02.png) no-repeat 2px 8px;
    padding-left: 8px;
}

#content .links a {
    color: #0077a6;
}

.backtotop {
    color: #0077a6;
}

.featured-quote {
    margin-bottom: 52px;
}

.featured-quote blockquote {
    margin: 0;
    background: #ecf0f1;
    text-align: center;
    color: #666;
    font: 20px/28px 'open_sansitalic', Arial, Helvetica, sans-serif;
    padding: 30px 30px 32px;
}

.featured-quote blockquote q {
    quotes: none;
}

.feature {
    margin-bottom: 26px;
}

.feature .description {
    background: #ecf0f1;
    text-align: center;
    font: 24px/28px 'exo_2regular', Arial, Helvetica, sans-serif;
    border-top: 4px solid #0077a7;
    padding: 23px 23px 29px;
}

.feature .description p {
    margin: 0 0 21px;
}

.feature .description .contact {
    display: inline-block;
    vertical-align: top;
    background: #0077a7;
    color: #fff;
    font-size: 18px;
    padding: 8px 34px;
}

.feature .description .contact:hover {
    background: #0e5f7e;
    text-decoration: none;
}

#sidebar {
    width: 200px;
    float: left;
    margin-top: -3px;
}

.sidenav {
    margin-bottom: 26px;
    font: 18px/21px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenav a {
    border-left: 4px solid #ecf0f1;
    display: block;
    color: #0077a6;
    padding: 8px 9px;
}

.sidenav a:hover {
    color: #005677;
    text-decoration: none;
    background: #ecf0f1;
}

.sidenav li.active a {
    text-decoration: none;
    background: #ecf0f1;
    border-color: #0077a7;
    color: #000;
}

.catalog {
    font: 24px/28px 'exo_2semi_bold', Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 33px;
    padding: 0;
}

.catalog strong {
    display: block;
    font: normal 18px/21px 'exo_2medium', Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}

.download {
    color: #3f3f3f;
    font: 14px/16px 'exo_2semi_bold', Arial, Helvetica, sans-serif;
    display: inline-block;
    background: #f0ea54 url(../images/arrow03.png) no-repeat 8px 6px;
    padding: 6px 7px 6px 27px;
    margin-left: 4px;
    vertical-align: top;
}

.download:hover {
    background: #f0ea54 url(../images/arrow03.png) no-repeat 8px 6px;
}

.question {
    background: #ecf0f1;
    padding: 26px 15px;
    font: 16px/19px 'exo_2regular', Arial, Helvetica, sans-serif;
    min-height: 76px;
}

.question p {
    margin: 0 0 12px;
}

.question a {
    color: #0077a6;
    font: 14px/16px 'open_sansregular', Arial, Helvetica, sans-serif;
}

.bg-stretch {
    position: relative;
}

.bg-stretch>img {
    margin-top: 0 !important;
    height: 177px !important;
}

.bg-stretch .w1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font: 24px/28px 'exo_2regular', Arial, Helvetica, sans-serif;
    color: #fff;
}

.bg-stretch .holder {
    width: 980px;
    margin: 0 auto;
    height: 170px;
    overflow: hidden;
    padding-top: 14px;
}

.bg-stretch h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 4px;
}

.bg-stretch p {
    margin: 0 0 10px;
}

.tabset-holder {
    margin: -42px 0 32px;
    position: relative;
    z-index: 2;
}

.tabset-holder .tabset {
    font: 24px/28px 'exo_2medium', Arial, Helvetica, sans-serif;
    overflow: hidden;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.tab-content {
    margin: 0;
}

.tabset-holder .tabset li {
    float: left;
    margin: 0 5px 0 2px;
}

.tabset-holder .tabset a {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.33);
    display: block;
    padding: 8px 24px 6px;
}

.tabset-holder .tabset a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
    background: rgba(0, 0, 0, .59);
}

.tabset-holder .tabset li.active a {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.filter {
    overflow: hidden;
    margin-bottom: 21px;
}

.filter .title {
    float: left;
    color: #6a768c;
    font-weight: normal;
    padding: 5px 30px 0 4px;
}

.filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.filter li {
    font: 16px/18px 'open_sanssemibold', Arial, Helvetica, sans-serif;
    float: left;
    background: url(../images/sep03.jpg) no-repeat 0 50%;
    margin-right: 15px;
    padding-left: 15px;
}

.filter li:first-child {
    background: none;
    padding-left: 0;
}

.filter a {
    color: #0077a5;
    padding: 5px 16px 7px;
    display: block;
}

.filter a:hover {
    color: #005677;
    text-decoration: none;
    background: #ecf0f1;
}

.filter li.active a {
    background: #0077a7;
    color: #fff;
}

.container {
    margin: 0 -9999px;
    padding: 34px 9999px 8px;
    border-color: #ecf0f1;
    border-style: solid;
    border-width: 2px 0;
}

.container .list1 {
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
    overflow: hidden;
    font-size: 0;
}

.container .list1 li {
    width: 127px;
    margin: 0 2px 15px 55px;
    min-height: 148px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
}

.container .list1 .image-holder {
    border: 1px solid #ecf0f1;
    margin-bottom: 10px;
    display: block;
}

.container .list1 a {
    color: #0077a6;
}

.container .list1 a:hover {
    text-decoration: none;
    color: #005677;
}

.container .list1 a:hover .image-holder {
    border-color: #cacad9;
}

.fourcolumns.add {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 24px;
}

.fourcolumns.add .btn-more {
    padding: 5px 18px;
}

.fourcolumns.add h2 a {
    color: #0077a6;
}

.fourcolumns.add .holder {
    font-size: 0;
}

.fourcolumns.add .col {
    margin-bottom: 53px;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.fourcolumns.add .col img {
    margin-bottom: 7px;
}

.fourcolumns.add p {
    margin: 0 0 11px;
}

.parameter-block {
    margin-bottom: 85px;
}

.parameter-block .heading {
    overflow: hidden;
    margin: 0 9px 10px 4px;
}

.btn-return {
    float: right;
    position: relative;
    color: #0077a6;
    font: 18px/21px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin-top: 11px;
}

.btn-return:after {
    background: url(../images/sprite.png) no-repeat -99px -53px;
    width: 28px;
    height: 28px;
    position: absolute;
    left: -38px;
    top: -4px;
    content: '';
}

.btn-return:hover:after {
    background-position: -129px -53px;
}

.btn-return:hover {
    text-decoration: none;
    color: #246582;
}

.parameter-block .twocolumns {
    overflow: hidden;
}

.parameter-block h1 {
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    float: left;
    width: 700px;
}

.featured-gallery {
    position: relative;
    width: 377px;
    float: left;
}

.featured-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 377px;
    margin-bottom: 20px;
}

.featured-gallery .mask .slideset {
    float: left;
}

.featured-gallery .mask .slide {
    width: 377px;
    float: left;
}

.featured-gallery .pagination {
    width: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.featured-gallery .pagination li {
    float: left;
    margin: 0 1px 1px 0;
}

.featured-gallery .pagination a {
    position: relative;
    display: block;
}

.featured-gallery .pagination .opacity {
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4444;
    background: url(../images/opacity.png);
    text-indent: -9999px;
    overflow: hidden;
    display: none;
}

.featured-gallery .pagination a:hover .opacity {
    display: block;
}

/* .featured-gallery .pagination li:hover{opacity: 0.59;} */
.parameter-block .content-holder {
    width: 548px;
    float: right;
    margin-top: -3px;
}

/*.parameter-block .content{margin-bottom: 61px;}*/
.parameter-block .content .block {
    margin-bottom: 26px;
}

.parameter-block .content .block:first-child {
    margin-bottom: 39px;
}

.parameter-block .content .sub-content {
    margin-bottom: 46px;
}

.parameter-block .content .sub-content p {
    margin: 0 0 5px;
}

.parameter-block .content h2 {
    font: 24px/29px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}

.parameter-block .content p {
    margin: 0 0 21px;
}

.parameter-block .content h3 {
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-weight: normal;
    margin: 0 0 10px;
}

.parameter-block .feature .description {
    padding: 19px 23px 29px;
}

.parameter-block .feature .description p {
    margin: 0 0 25px;
}

.contact-block {
    margin: 28px 0 124px 2px;
}

.contact-block h1 {
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
    margin: 0 0 16px;
}

.contact-block .holder {
    overflow: hidden;
}

.contact-form {
    width: 431px;
    float: left;
}

.contact-form .row {
    overflow: hidden;
    margin-bottom: 17px;
}

.contact-form label {
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}

.contact-form label span {
    font-size: 12px;
    color: #52525f;
    display: inline-block;
    padding-left: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    resize: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 183px;
    outline: none;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05);
    overflow: auto;
}

.contact-form input[type="submit"] {
    font: 18px/21px 'exo_2regular', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    height: 45px;
    cursor: pointer;
    border: none;
    float: right;
    background: #0077a7;
    padding: 0 99px 0 111px;
    min-width: 252px;
}

.contact-block .contact-detail {
    width: 473px;
    float: right;
    padding-top: 27px;
}

.contact-block h2 {
    margin: 0 0 10px;
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
}

.contact-block .tel {
    display: block;
    position: relative;
    color: #0077a6;
    font: 32px/38px 'exo_2regular', Arial, Helvetica, sans-serif;
    padding-left: 38px;
    margin-bottom: 30px;
}

.contact-block .tel:after {
    background: url(../images/sprite.png) no-repeat -169px -52px;
    width: 21px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 2px;
    content: '';
}

.contact-block address {
    color: #0077a7;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    padding: 2px 0 0 40px;
}

.contact-block address:after {
    background: url(../images/sprite.png) no-repeat -204px -52px;
    width: 25px;
    height: 40px;
    position: absolute;
    left: 2px;
    top: 6px;
    content: '';
}

.search-form ::-webkit-input-placeholder {
    color: #6a768c;
}

.search-form :-moz-placeholder {
    color: #6a768c;
}

.search-form ::-moz-placeholder {
    color: #6a768c;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #6a768c;
}

.subscribe-form ::-webkit-input-placeholder {
    color: #a8a8b7;
}

.subscribe-form :-moz-placeholder {
    color: #a8a8b7;
}

.subscribe-form ::-moz-placeholder {
    color: #a8a8b7;
    opacity: 1;
}

.subscribe-form :-ms-input-placeholder {
    color: #a8a8b7;
}

.mark,
.wind {
    display: block;
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.ko_message {
    border: 1px solid #FF0000;
    color: #FF0000;
}

.ok_message {
    border: 1px solid #008000;
    color: #008000;
}