/* blocks/a_base/1_reset.css */
/* Reset
---------------------------------------- */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD,
ARTICLE, ASIDE, CANVAS, DETAILS, EMBED,
FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP,
MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY,
TIME, MARK, AUDIO, VIDEO {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE,
FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
    display:block;
}

/* blocks/a_base/2_base.css */
/* HTML settings  */
HTML {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* Body settings  */
BODY {
    font-size: 14px;
    min-width: 980px;
    line-height: 18px;
    font-family: 'oswaldlight', sans-serif;
    background: transparent url(../images/page.png) repeat;
}

/* Link states  */
A {
    color: #1e2f5e;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

A:FOCUS {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* Improve readability when focused and hovered in all browsers */
A:HOVER, A:ACTIVE {
    color: #e29809;
    outline: 0;
}

::-moz-selection { background: #1b2c59; color: #fff; text-shadow: none; }
::selection { background: #1b2c59; color: #fff; text-shadow: none; }


button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* blocks/a_base/3_helper.css */
.clearfix {
    clear: both;
    *zoom:1;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

/* blocks/a_base/4_normalize.css */
p {
    margin: 0 0 20px;
}

img {
    width: auto\9;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}



small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 10px 0 20px;
    font-weight: normal;
    line-height: 20px;
    color: inherit;
    font-family: 'oswaldlight',sans-serif;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
    line-height: 47px;
}

h2 {
    font-size: 31.5px;
    line-height: 32px;
}

h3 {
    font-size: 18.5px;
    line-height: 24px;
}

h4 {
    font-size: 17.5px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 30px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}


hr {
    margin: 20px 0;
    border: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody {
    border-top: 2px solid #dddddd;
}

label {
    cursor: pointer;
}


input,
select,
textarea {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-left: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #f8f8f8;
    font-size: 13px;
}

input.error,
select.error,
textarea.error {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    border: 1px solid #b34702;
    background: #f8f8f8;
    font-size: 13px;
}

input:FOCUS,
select:FOCUS,
textarea:FOCUS {
    outline: none;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

input.error,
select.error,
textarea.error {
    border: 1px solid #ff0000;
}

textarea {
    overflow: auto;
    min-height: 150px;
    resize: none;
}


/* blocks/a_base/5_grid.css */
.g-container {
    width: 940px;
    margin: auto;
}

.g-container:AFTER {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.g-container__row {
    margin-left: -20px;
}

.g-container__row:AFTER {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

[class*="g-container__row_column"] {
    display: block;
    float: left;
    min-height: 1px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g-container__row_column_1 {
    width: 60px;
}

.g-container__row_column_2 {
    width: 140px;
}

.g-container__row_column_3 {
    width: 220px;
}

.g-container__row_column_4 {
    width: 300px;
}

.g-container__row_column_5 {
    width: 380px;
}

.g-container__row_column_6 {
    width: 460px;
}

.g-container__row_column_7 {
    width: 540px;
}

.g-container__row_column_8 {
    width: 620px;
}

.g-container__row_column_9 {
    width: 700px;
}

.g-container__row_column_10 {
    width: 780px;
}

.g-container__row_column_11 {
    width: 860px;
}

.g-container__row_column_12 {
    width: 940px;
}

.g-container__row_offset_12 {
    margin-left: 980px;
}

.g-container__row_offset_11 {
    margin-left: 900px;
}

.g-container__row_offset_10 {
    margin-left: 820px;
}

.g-container__row_offset_9 {
    margin-left: 740px;
}

.g-container__row_offset_8 {
    margin-left: 660px;
}

.g-container__row_offset_7 {
    margin-left: 580px;
}

.g-container__row_offset_6 {
    margin-left: 500px;
}

.g-container__row_offset_5 {
    margin-left: 420px;
}

.g-container__row_offset_4 {
    margin-left: 340px;
}

.g-container__row_offset_3 {
    margin-left: 260px;
}

.g-container__row_offset_2 {
    margin-left: 180px;
}

.g-container__row_offset_1 {
    margin-left: 100px;
}


/* blocks/a_base/8_fonts.css */
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-bold-webfont.woff') format('woff'),
    url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
    url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-light-webfont.woff') format('woff'),
    url('../fonts/oswald-light-webfont.ttf') format('truetype'),
    url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-regular-webfont.woff') format('woff'),
    url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
    url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* blocks/a_base/9_wp.css */


/* blocks/b-button/b-button.css */
.b-button {

}

/* blocks/b-button/__text/b-button__text.css */
.b-button__text {

}

/* blocks/b-form/b-form.css */
.b-form {

}

/* blocks/b-form/__required/b-form__required.css */
.b-form__required {

}

/* blocks/b-form/__row/b-form__row.css */
.b-form__row {

}

/* blocks/b-textarea/b-textarea.css */
.b-textarea {

}

/* blocks/banner/banner.css */
.banner {

}

/* blocks/blog/blog.css */
.blog {

}

/* blocks/breadcrumbs/breadcrumbs.css */
.breadcrumbs {
    position: relative;
    color: #333;
    margin: 10px 0 20px;
    font-family: Arial, "sans serif";
    font-size: 11px;
}

.breadcrumbs:AFTER {
    display: table;
    width: 100%;
    content: " ";
    clear: both;
}

.breadcrumbs UL {
    margin: 0;
    padding: 10px 70px 0 0;
}

.breadcrumbs UL LI {
    margin: 0 10px 0 0;
    float: left;
    list-style: none;
}

.breadcrumbs UL LI A {
    color: #666;
    display: block;
    padding: 0 10px 0 0;
    background: transparent url(../images/breadcrumbs__li.png) no-repeat right 8px;
}

.breadcrumbs .button {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}




/* blocks/button/button.css */
.button {
    overflow: visible;
    display: inline-block;
    position: relative;
    color: #fff!important;
    height: 35px;
    border: none;
    font-family: 'oswaldlight',sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    background: transparent url(../images/buttons.png) no-repeat right -40px ;
    cursor: pointer;
    -webkit-appearance: none;
    *display: inline;
    *zoom:1;
}

.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button__text {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    text-align: center;
    *display: inline;
    *zoom:1;
}

.button__icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    *display: inline;
    *zoom:1;
}

.button__left,
.button__right{
    position: absolute;
    display: block;
    width: 20px;
    height: 35px;
    top: 0;
    background: transparent url(../images/buttons.png) 0 0;
}

.button__right {
    right: -20px;
    background-position: right 0;
}

.button__left {
    left: -20px;
    background-position: 0 0;
}

.button:HOVER {
    background-position: 0 -120px;
}

.button:HOVER .button__left {
    background-position: 0 -80px;
}

.button:HOVER .button__right {
    background-position: right -80px;
}

/* blocks/button/__icon/button__icon.css */


/* blocks/button/__left/button__left.css */


/* blocks/button/__right/button__right.css */


/* blocks/button/__text/button__text.css */


/* blocks/button/_color/button_color_ornage.css */
.button_color_ornage {
    background: transparent url(../images/buttons.png) no-repeat right -200px ;
}


.button_color_ornage .button__right {
    right: -20px;
    background-position: right -160px;
}

.button_color_ornage .button__left {
    left: -20px;
    background-position: 0 -160px;
}

.button_color_ornage:HOVER .icon_get_arrow-orange {
    background: transparent url(../images/common.png) no-repeat -20px -120px;
}



/* blocks/button/_has/button_has_distortion.css */
.button_has_distortion {

}

/* blocks/button/_size/button_size_big.css */
.button_size_big {

}

/* blocks/clearfix/clearfix.css */
.clearfix {

}

/* blocks/content/content.css */
.content {

}

.content P A{
    color: #E9A701;
}

.content P A:HOVER {
    text-decoration: underline;
}

.content UL A{
    color: #E9A701;
}

.content UL A:HOVER {
    text-decoration: underline;
}

.content OL A{
    color: #E9A701;
}

.content OL A:HOVER {
    text-decoration: underline;
}
.content table img {
    max-width: none;
}
/* blocks/current/current.css */
.current {

}

/* blocks/current-menu-item/current-menu-item.css */
.current-menu-item {

}

/* blocks/email/email.css */
.email {

}

/* blocks/error/error.css */
.error {

}

/* blocks/find-more-link/find-more-link.css */
.find-more-link {
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'oswaldlight',sans-serif;
    color: #1E2F5E;
}

.find-more-link .icon {
    margin: 0 0 0 2px;
    *vertical-align: top;
    *margin-top: 2px;
}

/* blocks/footer/footer.css */
.footer {
    margin-top: 50px;
    position: relative;
    background: #262626;
}


/* blocks/footer/__bg/footer__bg.css */
.footer__bg {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -590px;
    bottom: 0;
    width: 879px;
    height: 323px;
    z-index: 1;
    background: transparent url(../images/footer.png) no-repeat bottom left;
}

/* blocks/footer/__bottom/footer__bottom.css */
.footer__bottom {
    position: relative;
    z-index: 2;
    padding: 30px 0 60px;
    font-family: Arial,sans-serif;
    font-size: 11px;
    color: #908d7b;
    background: transparent url(../images/footer__bottom.png) repeat;
}

.footer__bottom A {
    padding: 0 5px;
    text-transform: uppercase;
    color: #bf8007;
}

.footer__bottom A:HOVER {
    color: #fff;
}

.footer__bottom__left {
    float: left;
}

.footer__bottom__right {
    float: right;
}

/* blocks/footer/__top/footer__top.css */
.footer__top {
    padding: 45px 0;
    position: relative;
    z-index: 3;
}

.footer__top__left {
    float: left;
    max-width: 495px;
    width: 495px;
}

.footer__top__right {
    float: left;
}

.footer__top__right__bottom {
    padding: 0 0 0 30px;
}

.footer__top__right__bottom .phone {
    float: left;
    font-weight: bold;
}

.footer__top__right__bottom .phone {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0 34px 0 0;
    padding: 0;
    background: transparent url(../images/common.png) no-repeat right -217px;
}

.footer__top__right__bottom .social-icons__title {
    font-size: 15px;
    line-height: 26px;
    color: #908d7b;
    float: left;
}


/* blocks/footer-navigation/__list/footer-navigation__list.css */
.footer-navigation__list {
    margin: 0;
}

.footer-navigation__list LI {
    float: left;
    margin: 0 20px 0 0;
    list-style: none;
}

.footer-navigation__list LI LI {
    margin-right: 0;
}

.footer-navigation__list LI UL {
    margin: 10px 0;
    max-width: 130px;
}

.footer-navigation__list LI UL LI {
    float: none;
}

.footer-navigation__list LI SPAN {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.footer-navigation__list LI UL LI A {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #bf8007;
}

.footer-navigation__list LI UL LI A:HOVER {
    color: #fff;
}






/* blocks/form/form.css */
.form {

}

.content .form {
    width: 600px;
}

/* blocks/form/__controls/form__controls.css */
.form__controls {
    padding: 0 55px 0 0;
    text-align: right;
}

.form__controls__left {
    float: left;
    text-align: left;
}

.form__controls__left INPUT {
    display: inline-block;
    margin: -1px 0 0;
    width: auto;
    border: none;
    padding: 0;
    background: none;
    *display: inline;
    *zoom:1;
}

.form__controls__left LABEL {
    padding: 0 0 0 5px;
    display: inline!important;
    width: auto;
}

/* blocks/form/__group/form__group.css */
.form__group {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
    width: 690px;
}

/* blocks/form/__input/form__input.css */
.form__input {

}

/* blocks/form/__row/form__row.css */
.form__row {
    position: relative;
}

.form__row LABEL {
    display: block;
}

.form__row LABEL.error {
    color: #ff0000;
}

.form__row TEXTAREA {
    width: 610px;
}

.form__row SELECT {
    width: 630px;
}

.form__row .icon_get_error-icon {
    position: absolute;
    right: -20px;
    top: 32px;
}

#00ND0000005N7dU {
    position: absolute;
    left: -100000px;
}

/* blocks/form/__row/_one/form__row_one_half.css */
.form__row_one_half {
    margin: 0 45px 0 0;
    float: left;
    width: 300px;
}

.form__row_one_half INPUT {
    width: 265px;
}

/* blocks/grid/grid.css */
.grid {

}

/* blocks/header/header.css */
.header {
    position: relative;
    z-index: 10;
}

/* blocks/header/__bottom/header__bottom.css */
.header__bottom {
    margin: 1px 0 0;
    border-bottom: 1px solid #cbc8c0;
}

.header__bottom__inner {

    border-top: 1px solid #cbc8c0;
    border-bottom: 1px solid #989898;
    margin-top: 2px;
    margin-bottom: 1px;
    background: #fff;
}

.header__bottom__wrap {
    margin: auto;
    width: 960px;
}

.header__bottom .main-navigation {
    float: right;
    margin: 0;
}



/* blocks/header/__top/header__top.css */
.header__top {
    background: #262626;
    color: #908d7b;
    font-size: 14px;
    line-height: 20px;
}

.header__top A {
    color: #908d7b;
}

.header__top__wrap {
    margin: auto;
    width: 960px;
}

.header__top .searchform {
    padding: 0 0 0 20px;
    float: right;
    background: transparent url(../images/common.png) no-repeat 0 -140px;
}

.header__top .searchform .form {
    margin-top: 6px;
}

.header__top .top-navigation {
    float: right;
}

.header__top .phone {
    padding: 10px 0;
    float: right;
}

/* blocks/home-in-the-news/home-in-the-news.css */
.home-in-the-news {
    position: relative;
    float: right;
    width: 470px;
    height: 535px;
}

/* blocks/home-in-the-news/__controls/home-in-the-news__controls.css */
.home-in-the-news__controls {
    position: absolute;
    left: 194px;
    bottom: 10px;
}

/* blocks/home-in-the-news/__item/home-in-the-news__item.css */
.home-in-the-news__item {
    overflow: hidden;
    margin: 0 0 20px 20px;
    font-family: Arial,"sans serif";
    list-style-type: none;
}

.home-in-the-news__item__thumb {
    float: left;
    display: inline-block;
    width: 120px;
    background: #fff;
    padding: 5px;
    border-bottom: 1px solid #8f8f8f;
    border-right: 1px solid #8f8f8f;
    *display:inline; *zoom:1;
}

.home-in-the-news__item__content {
    float: left;
    margin: 0 0 0 20px;
    width: 295px;
}

.home-in-the-news__item__content H3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    font-family: Arial,"sans serif";
    margin: 0 0 10px;

}

.home-in-the-news__item__content H3 A {
    color: #000;
}

.home-in-the-news__item__content P {
    margin: 0;
}

.home-in-the-news__item__content P A {
    color: #bf8007;
}

.home-in-the-news__item__content P A:HOVER {
    color: #1e2f5e;
}


/* blocks/home-testimonial/home-testimonial.css */
.home-testimonial {
    position: relative;
    float: left;
    width: 480px;
    height: 535px;
    font-family: Arial, "sans serif";
}

/* blocks/home-testimonial/__blockquote/home-testimonial__blockquote.css */
.home-testimonial__blockquote {
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    margin: 30px 0 0 30px;
    padding: 70px 30px;
    position: relative;
    border: none;
    width: 410px;
    height: 230px;
    overflow: hidden;
}

.home-testimonial__blockquote P {
    font-size: 16px;
    line-height: 25px;
}

.home-testimonial__blockquote__top,
.home-testimonial__blockquote__bottom {
    overflow: hidden;
    position: absolute;
    color: #fff;
    width: 65px;
    height: 65px;
    text-indent: -999px;
    background: transparent url(../images/common.png) no-repeat 0 0;
}

.home-testimonial__blockquote__top {
    top: 0;
    left: 0;
    background-position: 0 -490px;
}

.home-testimonial__blockquote__bottom {
    bottom: 0;
    right: 0;
    background-position: -80px -490px;
}

/* blocks/home-testimonial/__controls/home-testimonial__controls.css */
.home-testimonial__controls {
    bottom: 10px;
    position: absolute;
    right: -42px;
}

/* blocks/home-testimonial/__detail/home-testimonial__detail.css */
.home-testimonial__detail {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #908d7b;

}

.home-testimonial__detail__logo {
    background: url(../images/common.png) no-repeat 0 -780px transparent;
    position: absolute;
    padding: 0 0 0 40px;
    bottom: 0;
    right: 0;
}

.home-testimonial__detail__content {
    float: left;
    width: 325px;
}

.home-testimonial__detail__content H3 {
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    margin: 0;
}

.home-testimonial__detail__content P {
    margin: 0;
}

/* blocks/home-why-choose-us/home-why-choose-us.css */
.home-why-choose-us {
    margin-top: 20px;
}

.home-why-choose-us .video-player {
    float: left;
    padding: 2px;
    margin: 0 0 100px 0;
    width: 430px;
    -webkit-box-shadow:  0px 0px 15px 1px rgba(0, 0, 0, .2);
    box-shadow:  0px 0px 15px 1px rgba(0, 0, 0, .2);
}

/* blocks/home-why-choose-us/__content/home-why-choose-us__content.css */
.home-why-choose-us__content {
    float: right;
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, "sans serif";
    width: 500px;
}

.home-why-choose-us__content P {
    margin-bottom: 15px;
}

/* blocks/home-why-choose-us/__controls/home-why-choose-us__controls.css */
.home-why-choose-us__controls {
    bottom: 30px;
    position: absolute;
    right: 35px;
}

/* blocks/home-why-choose-us/__wrap/home-why-choose-us__wrap.css */
.home-why-choose-us__wrap {
    position: relative;
    padding: 10px 0 50px;
    background: transparent url(../images/home-why-choose-us.png) no-repeat bottom right;
}

/* blocks/home-widgets-area/home-widgets-area.css */
.home-widgets-area {
    margin-top: 40px;
    height: 545px;
    background: transparent url(../images/home-widgets-area.png) no-repeat left top;
}

/* blocks/icon/icon.css */
.icon {
    display: inline-block;
    *display: inline; *zoom:1;
    background: transparent url(../images/common.png) no-repeat;
}

.icon_get_error-icon {
    width: 20px;
    height: 20px;
    background-position: 0 -1075px!important;
}

/* blocks/icon/_get/icon_get_arrow-blue-big.css */
.icon_get_arrow-blue-big {

}

/* blocks/icon/_get/icon_get_arrow-blue-normal.css */
icon_get_arrow-blue-normal .icon_get_arrow-orange {

}

/* blocks/icon/_get/icon_get_arrow-blue.css */
.icon_get_arrow-blue {
    height: 10px;
    width: 10px;
    background: transparent url(../images/common.png) no-repeat -20px -120px;
}

/* blocks/icon/_get/icon_get_arrow-dark-blue.css */
.icon_get_arrow-dark-blue {
    height: 10px;
    width: 10px;
    background: transparent url(../images/common.png) no-repeat -85px -120px;
    *vertical-align: top;
    *margin-top: 2px;
}

/* blocks/icon/_get/icon_get_arrow-dark.css */
.icon_get_arrow-dark {

}

/* blocks/icon/_get/icon_get_arrow-orange.css */
.icon_get_arrow-orange {
    height: 10px;
    width: 10px;
    background: transparent url(../images/common.png) no-repeat -40px -120px;
}

/* blocks/icon/_get/icon_get_arrow.css */
.icon_get_arrow {
    height: 10px;
    width: 10px;
    background: transparent url(../images/common.png) no-repeat 0 -120px;
}

/* blocks/icon/_get/icon_get_fb.css */
.icon_get_fb {
    background-position: 0 -30px!important;
}

/* blocks/icon/_get/icon_get_in.css */
.icon_get_in {

}

/* blocks/icon/_get/icon_get_phone-large.css */
.icon_get_phone-large {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: bottom;
    background-position: 0 -30px;
}

/* blocks/icon/_get/icon_get_phone.css */
.icon_get_phone {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

/* blocks/icon/_get/icon_get_small-arrow.css */
.icon_get_small-arrow {

}

/* blocks/icon/_get/icon_get_tw.css */
.icon_get_tw {
    background-position: 0 -60px!important;
}

/* blocks/input/input.css */
.input {

}

/* blocks/input/_type/input_type_submit.css */
.input_type_submit {

}

/* blocks/input/_type/input_type_text.css */
.input_type_text {

}

/* blocks/logo/logo.css */
.logo {
    position: relative;
    float: left;
    margin: 0 0 -31px;
    width: 194px;
    height: 85px;
    top: -16px;
}

/* blocks/logo/__image/logo__image.css */
.logo__image {
    margin: 0;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 194px;
    height: 96px;
    background: transparent url(../images/logo.jpg) no-repeat;
}

/* blocks/main-navigation/main-navigation.css */
.main-navigation {

}

/* blocks/main-navigation/__list/main-navigation__list.css */
.main-navigation__list {
    margin: 0;
}

.main-navigation__list LI {
    position: relative;
    float: left;
    list-style: none;
}

.main-navigation__list LI A {
    color: #908d7b;
    display: block;
    padding: 16px 0 18px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.main-navigation__list LI A:HOVER {
    color: #e9a701;
}

.main-navigation__list .current-menu-ancestor A {
    color: #e9a701;
}

.main-navigation__list .current-menu-item A {
    color: #e9a701;
}

.main-navigation__list .current-menu-item  UL LI A {
    color: #908D7B;
}

.main-navigation__list UL LI.current-menu-item A {
    color: #e9a701!important;
}




.main-navigation__list LI.current-menu-ancestor LI A {
    color: #908D7B;
}



.main-navigation__list LI UL {
    display: none;
    position: absolute;
    top: 54px;
    left: 10px;
    margin: 0;
    width: 105px;
    padding: 5px 20px 5px;
    background: #fff;
    border: 1px solid #a9a9a9;
    border-top: none;
    -webkit-box-shadow:  0px 10px 10px 1px rgba(0, 0, 0, .2);
    box-shadow:  0px 10px 10px 1px rgba(0, 0, 0, .2);
}

.main-navigation__list LI:HOVER UL {
    display: block;
}
.main-navigation__list LI.last UL {
    right: 0;
    left: auto;
}


.main-navigation__list LI UL LI {
    margin: 0 0 10px;
    float: none;
}


.main-navigation__list LI UL A {
    text-transform: none;
    padding: 0;
    letter-spacing: 2px;
}

.main-navigation__list LI UL A:HOVER {
    color: #e9a701;
}



/* blocks/menu/menu.css */
.menu {

}

/* blocks/menu-item/menu-item.css */
.menu-item {

}

/* blocks/newsletter/newsletter.css */
.newsletter {
    position: relative;
    margin: 0 0 30px;
    display: none;
}

.newsletter H3 {
    margin: 0 0 20px 25px;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
}

.newsletter .input_type_text {
    border: none;
    width: 415px;
    padding: 11px 0 10px 28px;
    background: transparent url(../images/forms.png) no-repeat 0 -60px;
}

.newsletter .button {
    position: absolute;
    overflow: hidden;
    width: 142px;
    top: 0;
    text-indent: -999px;
    left: 290px;
    *top: 1px;
    background: transparent url(../images/buttons.png) no-repeat 0 -240px;
}

.newsletter .button:HOVER {
    background-position: 0 -280px;
}

.message-box .message-box-close {
    display: none;
}

.message-box {
    position: absolute;
    left: 0;
    color: #fff;
    margin: 5px 0 0 30px;
}

.message-box .error {
    color: #f04040;
}

.message-box .success {
    color: #8ef079;
}

/* blocks/newsletter/__form/newsletter__form.css */
.newsletter__form {
    display: block;
}

.newsletter__form .form__input {
    position: relative;
    *overflow-x: hidden;
}

/* blocks/next/next.css */
.next {

}

/* blocks/no-js/no-js.css */
.no-js {

}

/* blocks/pad/pad.css */
.pad {

}

/* blocks/page/page.css */
.page {
    margin: 40px auto;
    width: 960px;
}

/* blocks/pager/pager.css */
.pager {
    font-size: 12px;
    margin: 20px 0;
    overflow: hidden;
}

.pager OL {
    margin: 0;
}


.pager OL LI {
    margin: 0;
}

.pager OL LI {
    float: left;
    list-style: none;
}

.pager OL LI .page,
.pager OL LI .prev,
.pager OL LI .next {
    display: block;
    margin: 0 2px 0 0;
    padding: 2px 7px;
    width: auto;
}

.pager OL LI .page.current {
    background: #1e2f5e;
    color: #fff;
}

/* blocks/phone/phone.css */
.phone {

}

/* blocks/popup/popup.css */
.popup {
    position: absolute;
    padding: 10px;
    width: 745px;
    height: auto;
    top: 200px;
    left: 50%;
    margin-left: -372px;
    background: rgba(0, 0, 0, .2);
}

/* blocks/popup/__close/popup__close.css */
.popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent url(../images/common.png) 0 -990px no-repeat;
    overflow: hidden;
    text-indent: -999px;
    width: 34px;
    height: 34px;
}

/* blocks/popup/__content/popup__content.css */
.popup__content {

}

/* blocks/popup/__wrapper/popup__wrapper.css */
.popup__wrapper {
    background: #fff;
    min-height: 300px;
    padding: 20px 40px;
}

/* blocks/post/post.css */
.post {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #fff;
}

.post:FIRST-CHILD {
    border-top: none;
    padding-top: 0;
}

/* blocks/post/__content/post__content.css */
.post__content P {
    margin-bottom: 15px;
    line-height: 22px;
}

.post__content .read-more {
    margin-left: 20px;
}

/* blocks/post/__date/post__date.css */
.post__date {
    color: #908d7b;
    font-size: 18px;
    font-family: 'oswaldlight',sans-serif;
    text-transform: uppercase;
}

/* blocks/post/__meta/post__meta.css */
.post__meta {

}

/* blocks/post/__thumb/post__thumb.css */
.post__thumb {
    float: left;
    margin: 0 20px 20px 0;
}

/* blocks/posts/posts.css */
.posts {

}

/* blocks/prev/prev.css */
.prev {

}

/* blocks/primary/primary.css */
.primary {
    position: relative;
    padding-bottom: 50px;
    font-family: Arial, "sans serif";
    float: left;
    width: 700px;
    line-height: 24px;
    color: #262626;
    min-height: 1025px;
}

div.page {
    background: transparent url(../images/partner.png) repeat-y right bottom;
}

.home div.page {
    background: none;
}
.home div.page:AFTER {
    display: none;
}

div.page:AFTER {
    position: relative;
    left: -2px;
    display: block;
    content: " ";
    width: 100%;
    height: 10px;
    background: transparent url(../images/primary.png) no-repeat right bottom;
}

/* blocks/products-list/products-list.css */
.products-list {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #d7d7d7;
}

.products-list A {
    color: #1e2f5e!important;
}


.products-list A:HOVER {
    text-decoration: none!important;
}

/* blocks/products-list/__item/products-list__item.css */
.products-list__item {
    vertical-align: top;
    padding: 30px 0 10px;
    list-style: none;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #fff;
}

.products-list__item__icon {
    float: left;
    width: 70px;
}

.products-list__item__content {
    float: left;
    width: 625px;
}

.products-list__item__content H2 {
    margin: 0 0 10px;
    font-size: 19px;
    color: #1e2f5e;
}


/* blocks/products-list/__sub/products-list__sub.css */
.products-list__sub {
    margin: 0 0 0 70px;
}

.products-list__sub__item {
    margin: 0 0 15px;
    list-style: none;
    padding: 20px 40px 5px;
    background: #fff;
    -webkit-box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, .2);
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, .2);
}

.products-list__sub__item H3 {
    margin: 0;
    font-size: 12px;
    font-family: Arial, "sans serif";
    font-weight: bold;

}

/* blocks/products-list/_type/products-list_type_solutions.css */
.products-list_type_solutions {

}

.products-list_type_solutions P {
    margin-bottom: 10px;
}

.products-list_type_solutions .products-list__item {
    margin-bottom: 25px;
    padding: 40px;
    border-bottom: none;
    border-top: none;
    background: #fff;
    -webkit-box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, .2);
    box-shadow:  0px 0px 20px 1px rgba(0, 0, 0, .2);
}

.products-list_type_solutions  .products-list__item__content {
    width: 540px;
}

.products-list_type_solutions .products-list__sub {
    margin-left: 70px;
}

.products-list_type_solutions .products-list__sub__item {
    margin: 0 0 0 45px;
    list-style: none;
    padding: 10px 0 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-list_type_solutions .products-list__sub__item P {
    margin: 0;
}


/* blocks/read-more/read-more.css */
.read-more {

}

/* blocks/searchform/searchform.css */
.searchform {
    position: relative;
    width: 185px;
}

.searchform .input_type_text {
    padding: 7px 15px;
    font-size: 11px;
    font-family: Arial;
    width: 155px;
    border: 0;
    outline: 0;
    background: transparent url(../images/forms.png) no-repeat 0 0;
}

.searchform .input_type_text:FOCUS {
    background: transparent url(../images/forms.png) no-repeat 0 -28px;
}

.searchform .form {
    position: relative;
}


.searchform .input_type_submit {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    background: transparent url(../images/common.png) no-repeat 0 -60px;
}

/* blocks/select-multiple/select-multiple.css */
.select-multiple {
    overflow: hidden;
    overflow-y: auto;
    background: none repeat scroll 0 0 #F8F8F8;
    border-color: #B3B3B3 #FFFFFF #FFFFFF #B3B3B3;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    width: 665px;
    height: 205px;
}

/* blocks/select-multiple/__item/select-multiple__item.css */
.select-multiple__item {
    padding: 7px 0;
    overflow: hidden;
    color: #1E2F5E;
    float: left;
    font-family: Arial,"sans serif";
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    list-style: none;
}

.select-multiple__item INPUT {
    float: left;
    width: auto;
    margin: 3px 10px;
    border: none;
    padding: 0;
    background: none;
}

.select-multiple__item LABEL I {
    color: #696969;
    font-style: italic;
    font-weight: normal;
}







/* blocks/select-multiple/__item/_position/select-multiple__item_position_even.css */
.select-multiple__item_position_even {
    background: #e6e6e6;
}

/* blocks/select-multiple/__list/select-multiple__list.css */
.select-multiple__list {
    margin: 0;
}

/* blocks/sidebar/sidebar.css */
.sidebar {
    float: left;
    width: 230px;
    margin-right: 30px;
}

/* blocks/slider/slider.css */
.slider {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

/* blocks/slider/__list/slider__list.css */
.slider__list {
    margin: 0;
    position: relative;
    height: 443px;
}

.slider__list__item {

    color: #4a4a4a;
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 443px;
}

.slider__list__item_bg_1 {
    background: transparent url(../images/slider__list__item_bg_1.jpg) repeat;
}

.slider__list__item_bg_2 {
    background: transparent url(../images/slider__list__item_bg_2.jpg) repeat;
}

.slider__list__item_bg_3 {
    background: transparent url(../images/slider__list__item_bg_3.jpg) repeat;
}

.slider__list__item_bg_4 {
    background: transparent url(../images/slider__list__item_bg_4.jpg) repeat;
}

.slider__list__item_bg_5 {
    background: transparent url(../images/slider__list__item_bg_5.jpg) repeat;
}

.slider__list__item__wrap {
    width: 960px;
    margin: auto;
}

.slider__list__item__content {
    margin: 65px 0 60px;
}

.slider__list__item__content H2 {
    margin-bottom: 15px;
    font-family: 'oswaldregular',sans-serif;;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
}

.slider__list__item__content P {
    font-size: 24px;
    line-height: 24px;
}


.slider__list__item .grid {
    min-height: 335px;
    position: relative;
}

.slider__list__item__controls {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 99;
}

/* blocks/slider/__navigation/slider__navigation.css */
.slider__navigation {
    overflow: hidden;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    background: transparent url(../images/slider__navigation.png) repeat;
}

.slider__navigation__wrap {
    width: 960px;
    margin: auto;
}

.slider__navigation__list {
    margin: 0;
}

.slider__navigation__list__item {
    margin: 0 0 0 -46px;
    float: left;
    list-style: none outside none;
    background: transparent url(../images/common.png) no-repeat 0 -270px;
}

.slider__navigation__list__item__icon IMG.white {
    display: none;
}

.slider__navigation__list__item.active {
    background: transparent url(../images/slider__navigation__list__item__hover.png) no-repeat 0 0;
}

.slider__navigation__list__item.active .slider__navigation__list__item__title {
    color: #fff;
}
.slider__navigation__list__item.active .icon_get_arrow {
    background: url("../images/common.png") no-repeat scroll -20px -120px transparent;
    height: 10px;
    width: 10px;
}


.slider__navigation__list__item.active .slider__navigation__list__item__link {
    color: #92c3fa;
}

.slider__navigation__list__item.active .slider__navigation__list__item__icon IMG.white {
    display: block;
}

.slider__navigation__list__item.active .slider__navigation__list__item__icon IMG.default {
    display: none;
}

.slider__navigation__list__item__wrap {
    min-width: 230px;
    padding: 25px 0 25px 50px;
}

.slider__navigation__list__item:FIRST-CHILD {

}

.slider__navigation__list__item_type_last  {

}

.slider__navigation__list__item_type_last .slider__navigation__list__item__wrap {
    padding-right: 0px;
    background: transparent url(../images/common.png) no-repeat right -560px;
}

.slider__navigation__list__item__title {
    color: #1e2f5e;
    margin: 0 0 5px;
    font-weight: normal;
    font-family: 'oswaldlight',sans-serif;
    font-size: 19px;
    line-height: 24px;
}

.slider__navigation__list__item__icon {
    float: left;
    margin-right: 10px;
    height: 65px;
}



.slider__navigation__list__item__link {
    font-size: 11px;
    color: #4a4a4a;
    text-transform: uppercase;
}

.slider__navigation__list__item__link .icon_get_arrow {
    margin: 0 0 0 5px;
    *position: relative;
    *top: -4px;
    *left: 2px;
}


.slider__bottom {
    height: 5px;
    width: 100%;
    background: #e0b93c url(../images/slider__bottom.png) no-repeat center;
}

.slider__list__item__image {
    height: 443px;
    left: 50%;
    margin-left: -800px;
    overflow: hidden;
    position: absolute;
    top: 0;
}


.slider__list__item__image IMG {
    width: 1600px;
    max-width: none;
}

/* blocks/slider/__thumbs/slider__thumbs.css */
.slider__thumbs {
    position: absolute;
    bottom: 155px;
    left: 10px;
    width: 100%;
    z-index: 100;
}

.slider__thumbs__list {
    margin: 0 auto;
    width: 980px;
}

.slider__thumbs__list__item {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    text-indent: -999px;
    width: 32px;
    height: 8px;
    cursor: pointer;
    background: transparent url(../images/common.png) no-repeat -40px -90px;
}

.slider__thumbs__list__item.active {
    background: transparent url(../images/common.png) no-repeat 0 -90px;
}

.slider__list__item__controls .button {

    overflow: hidden;
    text-indent: -999px;
    width: 215px;
    height: 45px;
    background: url("../images/buttons.png") no-repeat scroll 0 -340px transparent;
    *zoom: 1;
    *font-size: 0;
    *text-indent: -10px;

}

.slider__list__item__controls .button:HOVER {
    background: url("../images/buttons.png") no-repeat scroll 0 -396px transparent;
}

/* blocks/slider/__wrap/slider__wrap.css */
.slider__wrap {

}

/* blocks/social-icons/social-icons.css */
.social-icons {
    float: left;
}

/* blocks/social-icons/__list/social-icons__list.css */
.social-icons__list {
    overflow: hidden;
    margin: 0;
    padding: 3px 0 0;
    float: left;
}

.social-icons__list__item {
    margin: 0 0 0 -6px;
    overflow: hidden;
    float: left;
    list-style-type: none;
    float: left;
}

.social-icons__list__item A {
    display: block;
    height: 26px;
}

.social-icons__list__item:FIRST-CHILD {
    margin: 0;
}

.social-icons__list__item .icon {
    overflow: hidden;
    color: transparent;
    font-size: 0;
    width: 36px;
    height: 26px;
    vertical-align: top;
    background: transparent url(../images/social-icons.png) no-repeat;
}

/* blocks/social-icons/__title/social-icons__title.css */
.social-icons__title {
    margin: 0 10px 0 0;
    float: left;
    font-size: 15px;
    line-height: 26px;
    text-transform: none;
    font-weight: normal;
}

/* blocks/sub-menu/sub-menu.css */
.sub-menu {

}

/* blocks/tabs/tabs.css */
.tabs {

}

/* blocks/tabs/__content/tabs__content.css */
.tabs__content {
    margin: 20px 0 0;
}
.tabs__content__list {
    margin: 0;
}
.tabs__content__list__item {
    display: none;
    overflow: hidden;
    list-style: none;
    max-height: 350px;
}

.tabs__content__list__item:FIRST-CHILD {
    display: block;
}

/* blocks/tabs/__navigation/tabs__navigation.css */
.tabs__navigation {
    overflow: hidden;
}

.tabs__navigation__list {
    margin: 0;
}

.tabs__navigation__item {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 -20px;
    text-transform: uppercase;
    background: transparent url(../images/common.png) no-repeat 0 -700px;
}

.tabs__navigation__item:FIRST-CHILD {
    margin: 0;
}

.tabs__navigation__item.active {
    background: transparent url(../images/common.png) no-repeat 0 -740px;
}

.tabs__navigation__item:FIRST-CHILD .tabs__navigation__link {
    background: none;
}

.tabs__navigation__link {
    color: #6c6c6c;
    display: block;
    min-width: 170px;
    padding: 8px 0;
    text-align: center;
    background: url("../images/common.png") no-repeat 0 -180px transparent;
}

.tabs__navigation__item.active .tabs__navigation__link {
    color: #fff;
}

/* blocks/terms/terms.css */
.terms {

}

/* blocks/textwidget/textwidget.css */
.textwidget {

}

.textwidget A {
    font-weight: bold;
    text-decoration: underline;
}

/* blocks/title/title.css */
.title {
    color: #1e2f5e;
    font-size: 38px;
    line-height: 38px;
    text-transform: none;
}

/* blocks/top-navigation/top-navigation.css */
.top-navigation {

}

/* blocks/top-navigation/__list/top-navigation__list.css */
.top-navigation__list {

}

.top-navigation__list LI {
    list-style: none;
    float: left;
    text-transform: uppercase;

}

.top-navigation__list LI A {
    padding: 10px 20px 10px 35px;
    display: block;
    background: transparent url(../images/common.png) no-repeat 0 -140px;
}

.top-navigation__list LI A:HOVER {
    color: #e9a701;
}

/* blocks/tp-grid/tp-grid.css */
.grid {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.grid:AFTER {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.grid__row {
    margin-left: -20px;
}

.grid__row:AFTER {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

[class*="g-container__row_column"] {
    display: block;
    float: left;
    min-height: 1px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid__row_column_1 {
    width: 60px;
}

.grid__row_column_2 {
    width: 140px;
}

.grid__row_column_3 {
    width: 220px;
}

.grid__row_column_4 {
    width: 300px;
}

.grid__row_column_5 {
    width: 380px;
}

.grid__row_column_6 {
    width: 460px;
}

.grid__row_column_7 {
    width: 540px;
}

.grid__row_column_8 {
    width: 620px;
}

.grid__row_column_9 {
    width: 700px;
}

.grid__row_column_10 {
    width: 780px;
}

.grid__row_column_11 {
    width: 860px;
}

.grid__row_column_12 {
    width: 940px;
}

.grid__row_offset_12 {
    margin-left: 980px;
}

.grid__row_offset_11 {
    margin-left: 900px;
}

.grid__row_offset_10 {
    margin-left: 820px;
}

.grid__row_offset_9 {
    margin-left: 740px;
}

.grid__row_offset_8 {
    margin-left: 660px;
}

.grid__row_offset_7 {
    margin-left: 580px;
}

.grid__row_offset_6 {
    margin-left: 500px;
}

.grid__row_offset_5 {
    margin-left: 420px;
}

.grid__row_offset_4 {
    margin-left: 340px;
}

.grid__row_offset_3 {
    margin-left: 260px;
}

.grid__row_offset_2 {
    margin-left: 180px;
}

.grid__row_offset_1 {
    margin-left: 100px;
}


/* blocks/video-player/video-player.css */
.video-player {
    overflow: hidden;
    position: relative;
}

/* blocks/video-player/__button/video-player__button.css */
.video-player__button {
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    text-indent: -999px;
    width: 90px;
    height: 90px;
    position: absolute;
    background: transparent url(../images/common.png) no-repeat 0 -400px;
}

/* blocks/video-player/__container/video-player__container.css */
.video-player__container {
}

.video-player__container IFRAME IMG {
    display: block;
}

.video-player__container IFRAME {
    display: none;
}

/* blocks/whitepapers-list/whitepapers-list.css */
.whitepapers-list {
    margin: 0;
}

/* blocks/whitepapers-list/__item/whitepapers-list__item.css */
.whitepapers-list__item {
    overflow: hidden;
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #b3b3b3;
}

.whitepapers-list__item:FIRST-CHILD {
    border-top: 1px solid #b3b3b3;
}

.whitepapers-list__item h3 {
    margin: 0;
    float: left;
    font-family: Arial, "sans serif";
    font-size: 14px;
    font-weight: bold;
    color: #1e2f5e;
    max-width: 550px;
}

.whitepapers-list__item h3 SPAN {
    font-weight: normal;
    font-style: italic;
    color: #696969;
}


.whitepapers-list__item A {
    float: right;
    display: block;
    margin: 1px 0;
    font-family: Arial, "sans serif";
    font-size: 14px;
    font-weight: bold;
    color: #1e2f5e!important;
    text-transform: uppercase;
    text-decoration: underline;
}

.whitepapers-list__item A:HOVER {
    color: #e29809!important;
}

/* blocks/widget/widget.css */
.widget {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d2d2d2;
}

.widget .textwidget {
    font-size: 12px;
    font-family: Arial, "sans serif";
}

.widget:FIRST-CHILD {
    padding-top: 0;
    border: 0;
}

.widget-title {
    margin: 0 20px 20px 0;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    color: #1e2f5e;
}

.widget A {
    color: #1e2f5e;
}

.widget_nav_menu {
    font-size: 18px;
    background: transparent url(../images/widget_nav_menu.png) repeat;
}

.widget_nav_menu UL {
    margin: 0;
}

.widget_nav_menu UL LI {
    margin: 0;
    list-style: none;
    background: transparent url(../images/widget_nav_menu_delimiter.png) no-repeat center top;
}

.widget_nav_menu UL LI:FIRST-CHILD {
    background: none;
}

.widget_nav_menu UL LI UL LI {
    background: none;
}

.widget_nav_menu UL LI A {
    display: block;
    padding: 16px 25px 16px 25px;
}

.widget_nav_menu UL LI A:HOVER {
    background: transparent url(../images/widget_nav_menu__hover.png) no-repeat left bottom;
}


.widget_nav_menu UL LI {
    margin: 0;
    list-style: none;
}

.widget_nav_menu .current_page_item A,
.widget_nav_menu .current_page_parent A {
    color: #fff;
    background: transparent url(../images/widget_nav_menu__active.png) no-repeat left bottom;
}

.widget_nav_menu .current_page_item UL LI A,
.widget_nav_menu .current_page_parent UL LI A {
    color: #1E2F5E;;
    background: none;
}

.widget_nav_menu .current_page_item LI A
{
    color: #1E2F5E;
    background: none;
}

.widget_nav_menu UL LI UL LI.current_page_item A {
    color: #fff;
    background: transparent url(../images/widget_nav_menu__li__active.png) no-repeat left bottom;
}

.widget_nav_menu UL LI UL LI.current_page_item A:HOVER {
    color: #fff;
    background: transparent url(../images/widget_nav_menu__li__hover.png) no-repeat left bottom;
}

.widget_nav_menu UL LI UL {
    margin: 10px 0;
    padding: 0 0 5px;
}

.widget_nav_menu UL LI UL LI A {
    color: #1e2f5e;
    padding: 5px 20px 5px 40px;
    background: none;
}

.widget_nav_menu UL LI UL LI A:HOVER {
    background: transparent url(../images/widget_nav_menu__li__hover.png) no-repeat left bottom;
}

.sidebar .widget UL {
    margin: 0;
}

.sidebar .form-blog .widget UL LI {
    font-family: Arial, "sans serif";
    font-size: 13px;
    list-style: none;
}

.widget_calendar {
    color: #fff;
    font-family: Arial, "sans serif";
    font-size: 14px;
    background: #1e2e5d;
}

.widget_calendar A {
    display: inline-block;
    color: #e29809;
    padding: 2px;
    *display:inline;
    *zoom:1;
}

.widget_calendar td.current {
    background: #17254a;
}

.widget_calendar CAPTION {
    font-weight: bold;
    padding: 15px 0 10px;
}

.widget_calendar CAPTION A {
    padding: 0;
    color: #fff;
}

.widget_calendar CAPTION A.prev {
    float: left;
}

.widget_calendar CAPTION A.next {
    float: right;
}


.widget_calendar table th, .widget_calendar table td {
    padding: 5px;
    border: none;
    text-align: center;
}

.widget_calendar table{
    margin-bottom: 0;
}

.widget_calendar {
    padding: 15px 15px 10px;
}


/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:20px 0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fff; border:1px solid #fff; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#fff; color:#888; text-decoration: none;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#1E2F5E; border:1px solid #1E2F5E; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}


/* blocks/widget/__controls/widget__controls.css */
.widget__controls {
    text-align: right;
    padding: 0 20px 0 0;
}

.widget__controls .button {
    margin: 0 0 0 25px;
}

/* blocks/widget/_nav/widget_nav_menu.css */
.widget_nav_menu {

}

/* blocks/widget-title/widget-title.css */
.widget-title {

}

/* blocks/wp-paginate/wp-paginate.css */
.wp-paginate {

}

.alignnone {
    display: block;
    margin-bottom: 20px;
}

.alignleft  {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter  {
    display: block;
    margin: 20px auto;
}

body.home .page:before,
body.home .page:after {
    content: " ";
    display: table;
}

body.home .page:after {
    clear: both;
}

body.home .footer {
    clear: both;
}