ARTICLE,ASIDE,AUDIO,BB,CANVAS,DATAGRID,DATALIST,DETAILS,DIALOG,FIGURE,FOOTER,HEADER,MARK,MENU,METER,NAV,OUTPUT,PROGRESS,SECTION,TIME,VIDEO {
    display:block;
    }
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,dd,H6,P,
BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,
EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,
TT,VAR,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,
LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
    padding:0;
    margin:0;
    border:none;
    }

OBJECT { display: block; }

/* ../blocks/a_service/__base.css */

/* Body settings  */
BODY, html {
    color: #666;
    height: 100%;
    background: #fff;
    font: 13px/16px Arial, Tahoma, sans-serif;
}

/* Link states  */
A {
    outline-style: none;
    text-decoration: none;
    color: #0042a5;
    -webkit-transition: color .2s linear;
       -moz-transition: color .2s linear;
         -o-transition: color .2s linear;
            transition: color .2s linear;
}

A:HOVER {
    text-decoration: none;
    color: #0066ff;
}
/*A:VISITED {
    color: #7a0012;
}*/

H1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #0042a5;
    text-transform: uppercase;
}

H2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    color: #ea9a00;
}

H3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: normal;
    color: #ffa800;
}

H4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #535353;
}

H5 {
    font-size: 14px;
    font-weight: bold;
    color: #535353;
}
.b-title__big {
    font-family: 'GlasgowRegular';
    font-size: 24px;
}

/* ../blocks/a_service/__fonts.css */
/*@font-face {
    font-family: 'GlasgowRegular';
    src: url(fonts/glasgow-regular-regular-webfont.eot);
    src: url(fonts/glasgow-regular-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/glasgow-regular-regular-webfont.woff) format('woff'),
    url(fonts/glasgow-regular-regular-webfont.ttf) format('truetype'),
    url(fonts/glasgow-regular-regular-webfont.svg#GlasgowRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* ../blocks/a_service/__grid.css */
.h-grid-inner,
.h-grid {
    letter-spacing:-0.31em;
    word-spacing:-0.43em;
    }

.h-unit {
    display: inline-block;
    letter-spacing:normal;
    word-spacing:normal;
    /* ie 7 hack */
    *display:inline !important;
    *zoom:1;
    }

/* ../blocks/a_service/__helper.css */
/* Clearfix */
.clearfix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    line-height:0;
    overflow:hidden;
    visibility:hidden;
    }

.clearfix {
    display: inline-block;
    }
    
/* Hidden */
.hidden { 
    display: none;
    }

.center, table td.center {
	text-align:center;
}

/* Border radius */
.br {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
	    border-radius: 5px;
    }

.br-10	{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
	    border-radius: 10px;
    }

.br-20	{
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
        -ms-border-radius: 20px;
	    border-radius: 20px;
    }

/* Box shadow */
.bs {
     -webkit-box-shadow: 0 1px 5px #999999;
	-moz-box-shadow: 0 1px 5px #999999;
	     box-shadow: 0 1px 5px #999999;
    }

form p { position:relative }
label  { position:relative; top:0; left:0; padding: 3px;}
.absolute { position:absolute;}

/* Skype hack */
BODY .b-phone span:first-child { display:inline !important;}
BODY .b-phone SPAN { display:none !important;}
/*BODY .b-footer__navigation__item__phone span:first-child { display:inline !important;}
BODY .b-footer__navigation__item__phone SPAN { display:none !important;}*/

@media screen and (-webkit-min-device-pixel-ratio:0) { .b-site-navigation__sublist: top: 38px; }


/* ../blocks/b-about-us/b-about-us.css */


/* ../blocks/b-arch/b-arch.css */
.b-arch {
    position: relative;
    padding: 0 0 65px;
    margin: 5px 20px;
    background: url(../images/b-arch.png) no-repeat left 35px transparent;
}
.b-arch TABLE {
    font-size: 14px;
    color: #333;
    padding: 0 4px;
}
.b-arch TABLE TR {}
.b-arch TABLE TR TH {
    font-weight: bold;
    padding: 4px 9px;
}
.b-arch TABLE TR TD {
    color: #0042a5;
    padding: 2px 6px;
    text-align: center;
}
.b-arch TABLE TR TD A {
    color: #1184c0;
}
.b-arch TABLE TFOOT TD#prev {
    display: none;
    visibility: hidden;
}
.b-arch TABLE caption {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 0;
    margin: 9px 0;
    background-color: #0042a5;
    width: 226px;
}
.b-arch TABLE caption A {
    display: block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 19px;
    background: url(../images/arc-arrows.png) no-repeat left top transparent;
    text-indent: -9999px;

}
.b-arch TABLE caption .a-prev {
    left: 19px;
    background-position: 0 0;
}
.b-arch TABLE caption .a-next {
    right: 19px;
    background-position: -8px 0;
}

.safari .b-arch TABLE caption {
    width: 226px!important;
}
/*.safari .b-arch TABLE caption A {*/
    /*top: 10px!important;*/
/*}*/

/* ../blocks/b-blog/b-blog.css */
.b-blog-page .b-content__wysiwyg {
    padding: 0 0 10px;
    margin: 10px 0 0;
    background: url(../images/divider-dashed.png) repeat-x left bottom transparent;
}
.b-blog-page .b-content {
    padding: 0 0 0 30px;
    width: 650px;
}
.b-blog {
    margin: 15px 0px 0;
}
.b-blog__cat {
    margin: 10px 0;
    background: url(../images/divider-b.png) repeat-x left bottom transparent;
    padding: 0 0 10px;
}
.b-blog__cat SPAN {
    font-style: italic;
    color: #666;
}

/* ../blocks/b-blog/__post/b-blog__post.css */
.b-blog__post {
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 20px;
}
.b-blog__date {
    position: relative;
    float: left;
    width: 50px;
    height: 67px;
    margin: 0 20px 0px 0;
    background: url(../images/blog-date.png) no-repeat left top transparent;
}
.b-blog__date SPAN {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.b-blog__date__month {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 3px 0;
    text-transform:uppercase;
}
.b-blog__date__date {
    font-size: 22px;
    font-weight: bold;
    color: #0042a5;
    margin: 5px 0;
}
.b-blog_single .b-blog__post {
    background: none;
    margin: 0;
}
.b-blog__post__title {
    position: relative;
    top: -5px;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}
.b-blog__post__title A {
    color: #0042a5;
}
.b-blog__post__date {
    display: block;
    font-size: 12px;
    color: #505050;
}
.b-blog__post__date I A {
    color: #ffa902;
    font-style: normal;
}
.b-blog__post__date B {
    font-weight: bold;
    color: #0042a5;
}
.b-blog__post__fi {
    display: block;
    text-align: center;
    margin: 22px 0 0;
}
.b-blog__post__img-link {
    display: inline-block;
    text-align: center;
}
.b-blog_single .b-blog__post__img-wrap {
    display: block;
    margin: 22px 0 0 7px;
}
.b-blog__post__img-wrap {
    display: inline-block;
    margin: 0px 0 7px;
    padding: 0 0 40px;
    background: url(../images/b-blog-img-shadow.png) no-repeat center bottom transparent;
}
.b-blog__post__img {
    border: 1px solid #d2d3d7;
}
.b-blog__post__content {
    width: 630px;
    color: #373636;
    line-height: 18px;
    margin: 25px 0 15px;
}
.b-blog__post__content P {
    margin: 0 0 15px;
}
.b-blog__post__metadata {
    width: 632px;
    position: relative;
    margin: 30px 0 0;
    border-top: 1px solid #d2d3d7;
    border-bottom: 1px solid #d2d3d7;
}
.b-blog__post__metadata__border {
    position: absolute;
    left: 0;
    width: 632px;
    height: 5px;
    display: block;
}
.b-blog__post__metadata__border_top {
    top: -5px;
    background: url(../images/metadata-b-t.png) no-repeat left top transparent;
}
.b-blog__post__metadata__border_bottom {
    bottom: -5px;
    background: url(../images/metadata-b-b.png) no-repeat left top transparent;
}
.b-blog__post__metadata__shadow {
    position: absolute;
    left: 3px;
    bottom: 24px;
    width: 626px;
    height: 13px;
    display: block;
    background: url(../images/metadata-shadow.png) no-repeat left top transparent;
}
.b-blog__post__metadata__social {}
.b-blog__post__summary {
    margin: 17px 15px 10px;
}
.b-blog__post__summary__text {
    display: block;
    margin: 0 0 6px;
}
.b-blog__post__summary__text I {
    font-style: normal;
    color: #333;
}
.b-blog__post__summary__text A {
    color: #666;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}
p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

/* ../blocks/b-blog-echo/b-blog-echo.css */
.b-blog-echo {
    list-style-type: none;
}

/* ../blocks/b-blog-echo/__item/b-blog-echo__item.css */
.b-blog-echo__item {
    padding: 10px 0 0;
    margin: 10px 0 0;
    background: url(../images/divider.png) repeat-x left top transparent;
}
.b-blog-echo__item:first-child {
    background: none;
    margin: 0;
    padding: 0;
}
.b-blog-echo__item__date a {
    font-size: 12px;
    font-weight: bold;
    color: #02265d;
}

/* ../blocks/b-breadcrumbs/b-breadcrumbs.css */
.b-breadcrumbs {
    margin: 5px 5px 10px 0;
    padding: 0 0 10px;
    /*background: url(images/divider-dashed-s.png) repeat-x left bottom transparent;*/
    border-bottom: 1px solid #DCDCDC;
}

/* ../blocks/b-breadcrumbs/__list/b-breadcrumbs__list.css */
BODY .b-page__inner .b-breadcrumbs__list {
    list-style-type: none;
    overflow: hidden;
    clear: both;
}
.b-breadcrumbs__list__item {
    float: left;
    padding: 0 0 0 25px;
    background: url(../images/b-icon.png) no-repeat left -354px transparent;
}
.b-breadcrumbs__list__item:first-child {
    background: none;
    padding: 0;
}
.b-breadcrumbs__list__item__link {
    color: #666;

}
.b-breadcrumbs__list__item__link_state_current {}

/* ../blocks/b-button/b-button.css */
.b-button {
    display: block;
    text-indent: -9999px;
}

/* ../blocks/b-button/__learn-more-big/b-button__learn-more-big.css */
.b-button__learn-more-big {
    position: relative;
    left: -25px;
    width: 250px;
    height: 80px;
    margin: 40px 0 0 0;
    background: url(../images/b-button__learn-more-big.png) no-repeat left top transparent;
}
.b-button__learn-more-big:HOVER {
    background: url(../images/b-button__learn-more-big.png) no-repeat left -77px transparent;
}


/* ../blocks/b-button/__read-more/b-button__read-more.css */
.b-button__read-more {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 105px;
    height: 27px;
    background: url(../images/b-button__read-more.png) no-repeat left top transparent;
}
.b-button__read-more:HOVER {
    background: url(../images/b-button__read-more.png) no-repeat left -31px transparent;
}

/* ../blocks/b-button/__submit/b-button__submit.css */
.b-button__submit {
    width: 100px;
    height: 37px;
    border: none;
    cursor: pointer;
    background: url(../images/b-button__submit.png) no-repeat left top transparent;
}
.b-button__submit:HOVER { background: url(../images/b-button__submit.png) no-repeat left -50px transparent; }
.b-button__submit:ACTIVE { background: url(../images/b-button__submit.png) no-repeat left -100px transparent; }

.b-content__wrap .b-button__submit {
    margin: 25px 0;
}
BODY .b-form__fieldset_last.b-input__text-wrapper_focus {
    background: none!important;
}

/* ../blocks/b-call-to-action/b-call-to-action.css */
.b-call-to-action {
    float: right;
    margin: 20px 50px 0 0;
}

/* ../blocks/b-call-to-action/__mail/b-call-to-action__mail.css */
.b-super-nav a.b-call-to-action__mail {
    display: block;
    color: #0059bf;
    font-size: 12px;
    margin: 5px 0;
}
.safari .b-call-to-action__mail {
    position: relative;
    left: 3px;
}

/* ../blocks/b-call-to-action/__phone/b-call-to-action__phone.css */
.b-call-to-action__phone {
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #242424;
}

/* ../blocks/b-content/b-content.css */
.b-content {
    float: left;
    width: 680px;
    margin: 0 0 20px;
}

/* ../blocks/b-content/__block/b-content__block.css */


/* ../blocks/b-content/__inner/b-content__inner.css */
.b-content__inner {
    clear: both;
    overflow: hidden;
    padding: 15px 15px 15px 0;
}
.b-content__wrap H1, .b-content__wrap H2, .b-content__wrap H3 {
    margin: 0 0 15px;
    line-height: 28px;
}
.b-content__wrap H4, .b-content__wrap H5, .b-content__wrap H6 {
    margin: 0 0 10px;
}
.b-content__wrap p {
    margin: 0 0 15px;
}
.b-content__wrap UL, .b-blog__post__content UL, .b-faq__block__content UL  {
    margin: 15px 25px;
    color: #0042a5;
}
.b-content__wrap UL LI, .b-blog__post__content UL LI, .b-faq__block__content UL LI {
    margin: 5px 0 5px 10px;
    /*background: url(images/ul-li.png) no-repeat left top transparent;*/
}
.b-content__wrap UL LI UL, .b-blog__post__content UL LI UL {
    margin: 0 0 0 10px;
    list-style-type: disc;

}
.b-content__wrap OL, .b-blog__post__content OL {
    margin: 15px 25px;
    color: #0042a5;
}
.b-content__wrap OL LI, .b-blog__post__content OL LI {
    margin: 3px 0 3px 25px;
}
.b-content__wrap OL LI OL, .b-blog__post__content OL LI OL {
    margin: 0 0 0 10px;
}
.b-content__wrap DL {
    margin: 0 0 15px;
}
.b-content__wrap DL DD {
    margin: 0 0 15px 20px;
    font-style: italic;
}
.b-content__wrap DL DT {
    text-transform: uppercase;
}
.b-content__wrap TABLE {
    max-width: 720px;
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #cdd3d6;
}
.b-content__wrap TABLE TR {}

.b-content__wrap TABLE TR:nth-child(2n+1) {
    background-color: #ececec;
}
.b-content__wrap TABLE TR.even { background-color: #ececec; }
.b-content__wrap TABLE TR:first-child {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/th-bg.png) repeat-x left top transparent;
}
.b-content__wrap TABLE TD {
    padding: 10px 20px;
}
.b-content__wrap .b-services__img-wrap {

    margin: 5px;
    width: auto;
}
.b-content__wrap .b-services__img-wrap IMG {
    border: 1px solid #D2D3D7;
}



/* ../blocks/b-content/__wysiwyg/b-content__wysiwyg.css */
.b-content__wysiwyg {
    margin: 10px 0 0px;
}
.b-content__wysiwyg H2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #0042a5;
    margin: 0 0 10px;
}
.b-content__wysiwyg P, .b-content__wysiwyg ul  {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
}
.b-content__wysiwyg P{
	margin:10px 0px;
}
.b-content__wysiwyg ul  {
	margin-left:30px;
}

/* ../blocks/b-footer/b-footer.css */
.b-footer {
    padding: 0 0 10px;
    background: url(../images/b-footer.png) repeat-x left top #005bc0;
}

/* ../blocks/b-footer/__copy/b-footer__copy.css */
.b-footer__copy {
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 0 12px;
}

/* ../blocks/b-footer/__inner/b-footer__inner.css */
.b-footer__inner {
    width: 960px;
    margin: 0px auto;
    /*padding: 0 0 30px;*/
    clear: both;
    overflow: hidden;
}
.b-footer__inner_left {
    float: left;
    margin: 25px 0px 0px 0px;
}
.b-footer__inner_left ADDRESS {
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
}
.b-footer__inner_right {
    float: right;
    margin: 27px 0 0;
}

/* ../blocks/b-footer/__navigation/b-footer__navigation.css */
.b-footer__navigation__block {
    float: left;
    margin: 0 0 0 40px;
}
.b-footer__navigation__block:first-child {
    margin: 0;
}
.b-footer__navigation__title {
    font-size: 19px;
    font-weight: normal;
    color: #ea9a00;
    margin: 0 0 5px;
}
.b-footer__navigation {
    list-style-type: none;
}
.b-footer__navigation LI {
    margin: 2px 0;
}
.b-footer__navigation LI A{
    color: #FFFFFF;
}
.b-footer__navigation LI A:HOVER, .b-footer__navigation LI.current-menu-item A {
    color: #0066ff;
}

/* ../blocks/b-form/b-form.css */
div.wpcf7 img.ajax-loader {
    position: absolute;
    top: 11px;
    left: 100px;
}
div.wpcf7-mail-sent-ng {
    padding: 10px!important;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: url(../images/error-msg-bg.png) repeat-x left top #c61c1c;
    border: 1px solid #c92121;
}
div.wpcf7-response-output, .msg-success {
    color: #1a1a1a;
    padding: 8px!important;
    border-radius: 5px;
    background: url(../images/success-msg.png) repeat-x left top #5fb110;
    border: 1px solid #569f0f;
}

/* ../blocks/b-form/__fieldset/b-form__fieldset.css */

.b-form__fieldset {
    margin: 8px 0;
    position: relative;
}
.b-sidebar__raq .b-form__fieldset {
    display: inline-block;
}
.b-form__fieldset .error {
    color: #ce7f7f;
    display: block;
    margin: 2px 0;
    position: relative;
}

/* ../blocks/b-form/__label/b-form__label.css */
.b-sidebar__raq .b-form__label {
    display: block;
    margin: 0 0 2px;
	padding:6px 3px;
}
.b-form__label_req {
    color: #EA9A00;
}

/* ../blocks/b-header/b-header.css */
.b-header {
    background: url(../images/b-header.png) repeat-x left top transparent;
}

/* ../blocks/b-header/__inner/b-header__inner.css */
.b-header__inner {
    max-width: 960px;
    margin: auto;
    padding: 0 0 0 15px;
    position: relative;
    overflow: hidden;
    clear: both;
}

/* ../blocks/b-icon/b-icon.css */
.b-icon {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
}

/* ../blocks/b-icon/__in/b-icon__in.css */
.b-icon__in {
    background: url(../images/b-icon.png) no-repeat left -25px transparent;
}

/* ../blocks/b-icon/__phone/b-icon__phone.css */
.b-icon__phone {
    position: relative;
    top: -6px;
    margin: 0 15px 0 0;
    background: url(../images/b-icon.png) no-repeat left -100px transparent;
}

/* ../blocks/b-icon/__rss/b-icon__rss.css */
.b-icon__rss {
    background: url(../images/b-icon.png) no-repeat left top transparent;
}

.b-icon__fb {
    background: url(../images/button/fb.png) no-repeat left top transparent;
	width:21px;
	height:21px;
}

/* ../blocks/b-icon/__tw/b-icon__tw.css */
.b-icon__tw {
	background: url(../images/button/tw.png) no-repeat left top transparent;
	width:21px;
	height:21px;
    /*background: url(../images/b-icon.png) no-repeat left -51px transparent;*/
}

/* ../blocks/b-input/b-input.css */


/* ../blocks/b-input/__text/b-input__text.css */
.b-sidebar__raq .b-input__text, .b-input__text {
    width: 217px;
    height: 28px;
    margin: 0 5px;
    background: none;
    border: none;
    color: #666;
    outline: none;
}
.b-content__wrap .b-input__text {
    width: 486px;
    height: 28px;
    margin: 0 5px;
    background: none;
    border: none;
    color: #666;
    outline: none;
}

/* ../blocks/b-input/__text-wrapper/b-input__text-wrapper.css */
.b-sidebar__raq .b-input__text-wrapper, .b-input__text-wrapper  {
    width: 231px;
    min-height: 30px;
    background: url(../images/raq-text.png) no-repeat left top transparent;
}
.b-sidebar__raq .b-input__text-wrapper_focus {
    background: url(../images/raq-text-focus.png) no-repeat left top transparent;
}
.b-sidebar__raq .b-input__text-wrapper_error {
    background: url(../images/raq-text-error.png) no-repeat left top transparent;
}

.b-content__wrap .b-input__text-wrapper {
    width: 500px;
    min-height: 30px;
    background: url(../images/big-raq-text.png) no-repeat left top transparent;
}
.b-content__wrap .b-input__text-wrapper_focus {
    background: url(../images/big-raq-text-focus.png) no-repeat left top transparent;
}
.b-content__wrap .b-input__text-wrapper_error {
    background: url(../images/big-raq-text-error.png) no-repeat left top transparent;
}

/* ../blocks/b-input/__textarea/b-input__textarea.css */
.b-sidebar__raq .b-input__textarea, .b-input__textarea {
    width: 222px;
    height: 88px;
    padding: 5px 0px 5px 5px;
    resize: none;
    background: none;
    border: none;
    outline: none;
    color: #666;
}
.b-content__wrap .b-input__textarea {
    width: 491px;
    height: 238px;
    padding: 5px 0px 5px 5px;
    resize: none;
    background: none;
    border: none;
    outline: none;
    color: #666;
}

/* ../blocks/b-input/__textarea-wrapper/b-input__textarea-wrapper.css */
.b-sidebar__raq .b-input__textarea-wrapper, .b-input__textarea-wrapper {
    width: 231px;
    height: 100px;
    background: url(../images/raq-textarea.png) no-repeat left top transparent;
}
.b-sidebar__raq .b-input__textarea-wrapper_focus {
    background: url(../images/raq-textarea-focus.png) no-repeat left top transparent;
}
.b-sidebar__raq .b-input__textarea-wrapper.b-input__text-wrapper_error{
    background: url(../images/raq-textarea-error.png) no-repeat left top transparent;
}
.b-content__wrap .b-input__textarea-wrapper {
    width: 500px;
    height: 250px;
    background: url(../images/big-raq-textarea.png) no-repeat left top transparent;
}
.b-content__wrap .b-input__textarea-wrapper_focus {
    background: url(../images/big-raq-textarea-focus.png) no-repeat left top transparent;
}
.b-content__wrap .b-input__textarea-wrapper.b-input__text-wrapper_error{
    background: url(../images/big-raq-textarea-error.png) no-repeat left top transparent;
}

/* ../blocks/b-logo/b-logo.css */
.b-logo {
    width: 280px;
    height: 63px;
    float: left;
    margin: 18px 0px 17px 0;
}

/* ../blocks/b-logo/__image/b-logo__image.css */
.b-logo__image {
    display: block;
    width: 280px;
    height: 63px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat left top transparent;
}

/* ../blocks/b-mail-me/b-mail-me.css */
.b-mail-me {
    font-size: 14px;
    font-weight: normal;
    color: #ffa800;
    padding: 3px 0 3px 25px;
    position: absolute;
    bottom: 12px;
    background: url(../images/b-icon.png) no-repeat -3px -376px transparent;
}
.b-mail-me:HOVER {
    color: #ffa800;
    text-decoration: underline;
}


/* ../blocks/b-main-page/b-main-page.css */


/* ../blocks/b-page/b-page.css */
.b-main-page .b-page {
    background: none;
    margin: 0;
    padding: 0;
}
.b-page {
    position: relative;
    padding: 50px 0 0;
    margin: 52px 0 0 0;
    background: url(../images/b-page__inner.png) no-repeat center top transparent;
}

/* ../blocks/b-page/__inner/b-page__inner.css */
.b-page__inner {
    width: 980px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    clear: both;
    background: #fff;
}

/* ../blocks/b-page/__main-page/b-page__main-page.css */
.b-page__main-page {
    width: 975px;
    margin: 30px auto 10px;
    padding: 0 0 50px;
    overflow: hidden;
}
.b-page__main-page__block {
    position: relative;
    float: left;
    width: 290px;
    min-height: 250px;
    color: #1b1b1b;
    line-height: 18px;
    padding: 0 0 5px;
    background: url(../images/divider-dashed.png) no-repeat left bottom transparent;
}
.b-page__main-page__block_center {
    margin: 0 51px;
}
.b-page__main-page__block__title {
    padding: 2px 0 15px;
    margin: 0 0 10px;
    background: url(../images/divider-dashed.png) no-repeat left bottom transparent;
    color: #333333;
}
.b-page__main-page__block_center P {
    margin: 10px 0;
}

/* ../blocks/b-page/__title/b-page__title.css */
.b-page__title {
    position: absolute;
    height: 260px;
    width: 100%;
}
.b-page__title__inner {
    width: 975px;
    margin: 25px auto;
    position: relative;
}
.b-page__title__text {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    line-height: 55px;
    position: relative;
    z-index: 10;
}
.b-page__title__text_clone {
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 5;
    color: #000101;
    opacity: .5;
    filter:alpha(opacity=50);
}

/* ../blocks/b-pager/b-pager.css */
.b-pager {
    width: 100%;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.b-pager__list, .b-pager OL {
    list-style-type: none;
    clear: both;
    overflow: hidden;
    margin: 13px 0 20px;
    color: #000;
    text-align: center;
}
.b-pager_bottom .b-pager__list {
    margin: 20px 0 0 0;
    text-align: center;
}
.b-pager_nm .b-pager__list {
    font-size: 14px;
    margin: 0px 14px 0 0;
    text-align: center;
}
.b-pager OL LI {
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin: 0 2px;
}
.b-pager OL LI A {
    font-size: 13px;
    line-height: 12px;
    padding: 5px 8px;
    display: block;
    border: 1px solid #cdd3d6;
    border-radius: 3px;
    color: #000;
}
.b-pager OL LI SPAN.current, .b-pager OL LI A:HOVER {
    line-height: 12px;
    color: #264784;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #005dc3;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #cdd3d6;
}
.b-pager OL LI .gap {
    display: block;
    color: #cdd3d6;
    font-weight: bold;
    position: relative;
    top: 6px;
    margin: 0 2px;
}
.b-pager OL LI A.prev, .b-pager OL LI A.next {
    color: #000;
    margin: 0 10px;
}

.b-pager OL LI A.prev:HOVER, .b-pager OL LI A.next:HOVER {
    color: #2494e2;
    background: none;
    font-weight: normal;
}


/* ../blocks/b-promo-block/b-promo-block.css */
.b-promo-block {
    margin: 40px 0px 0;
}
.b-promo-block P {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
}

/* ../blocks/b-promo-block/__title/b-promo-block__title.css */
.b-promo-block__title, .b-promo-block__title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffa800;
    margin: 0 0 5px;
}

/* ../blocks/b-promo-blocks/b-promo-blocks.css */
.b-promo-blocks {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/b-promo-blocks.png) repeat-x left top transparent;
}

/* ../blocks/b-promo-blocks/__inner/b-promo-blocks__inner.css */
.b-promo-blocks__inner {
    width: 975px;
    margin: auto;
}

/* ../blocks/b-promo-blocks/__list/b-promo-blocks__list.css */
.b-promo-blocks__list {
    list-style-type: none;
	min-height:150px;

}
.b-promo-blocks__list__item {
    width: 227px;
    max-height: 150px;
    float: left;
    padding: 0 0 0 20px;
    /*margin: 0 0 0 10px;*/
    background: url(../images/b-promo-blocks__list.png) no-repeat left top transparent;
}
.b-promo-blocks__list__item:first-child {
    padding: 0;
    margin: 0;
    background: none;
}

/* ../blocks/b-promo-slider/b-promo-slider.css */
.b-promo-slider {
    width: 100%;
    /*height: 520px;*/
    position: relative;
    
}

/* ../blocks/b-promo-slider/__list/b-promo-slider__list.css */
.b-promo-slider__list {
    list-style-type: none;
}
.b-promo-slider__list__item {
    position: relative;
    padding: 90px 0 0;
}
.b-promo-slider__list__item__title {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
}

.b-promo-slider__list__item__title_clone {
    position: absolute;
    top: 92px;
    left: 2px;
    z-index: 5;
    color: #000101;
    opacity: .5;
    filter:alpha(opacity=50);
}
.b-promo-slider__list__item__content {
    position: relative;
    z-index: 10;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
.b-promo-slider__list__item__content_clone {
    position: absolute;
    z-index: 5;
    top: 159px;
    left: 2px;
    color: #000101;
    opacity: .5;
    filter:alpha(opacity=50);
}


/* ../blocks/b-promo-slider/__wrap/b-promo-slider__wrap.css */
.b-promo-slider__wrap {
    width: 975px;
    margin: auto;
}

/* ../blocks/b-read-more/b-read-more.css */
.b-read-more {
    display: inline-block;
    font-weight: bold;
    color: #0042a5;
    padding: 0 20px 0 0;
    background: url(../images/b-icon.png) no-repeat right -329px transparent;
}

/* ../blocks/b-search/b-search.css */
.b-search {
    float: right;
    position: relative;
    margin: 8px 32px 0 0;
}

/* ../blocks/b-search/__btn/b-search__btn.css */
.b-search__btn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 5px;
    text-indent: -9999px;
    border: none;
    background: url(../images/b-icon.png) no-repeat left -75px transparent;
    cursor: pointer;
}

/* ../blocks/b-search-from/b-search-from.css */


/* ../blocks/b-search-from/__inner/b-search-from__inner.css */


/* ../blocks/b-search-from/__input-wrapper/b-search-from__input-wrapper.css */
.b-search-from__input-wrapper {
    width: 212px;
    height: 30px;
    background: url(../images/b-search-input.png) no-repeat left top transparent;
}
.b-search-from__input-wrapper .b-input__text {
    background: none;
    border: none;
    width: 170px;
    height: 28px;
    margin: 0 30px 0 10px;
    color: #b9d1e9;
    outline: none;
}

/* ../blocks/b-services/b-services.css */
.b-services {
    margin: 0 10px;
}
.b-services .b-content__block {
    padding: 35px 0;
    margin: 0 0 10px;
}
.b-services .b-content__block__title {
    margin: 5px 0 10px;
}
.b-services .attachment-servicesThumbnail {
    border: 1px solid #ccc;
}

.b-services__img-wrap {
    width: 189px;
    display: inline-block;
    padding: 0 0 16px;
    background: url(../images/img-shadow.png) no-repeat center bottom transparent;
}
.b-content__block_right .b-services__img-wrap {
    float: right;
    margin: 0 5px 0 25px;
}
.b-content__block_left .b-services__img-wrap {
    float: left;
    margin: 0 25px 0 5px;
}

/* ../blocks/b-share/b-share.css */


/* ../blocks/b-share/__list/b-share__list.css */
.b-share__list {
    list-style-type: none;
    margin: 8px 15px 6px;
}
.b-share__list__item {
    width: 80px;
    /*height: 30px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

/* ../blocks/b-sidebar/b-sidebar.css */
.b-sidebar {
    width: 268px;
    height: 100%;
}
.b-sidebar_left {
    padding: 0 27px 0 0;
    float: left;
    background: url(../images/b-sidebar.png) no-repeat right top transparent;
}
.b-sidebar_right {
    float: right;
    padding: 0 0 0 27px;
    background: url(../images/b-sidebar-r.png) no-repeat left top transparent;
}
.b-sidebar__title {
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 15px;
    margin: 0 18px;
    background: url(../images/divider-dashed.png) no-repeat scroll left bottom transparent
}
.b-sidebar_blog {
    padding: 20px 27px 50px 0;
}
.b-sidebar_blog .b-sidebar__title {

}
.b-sidebar_blog .b-sidebar__nav {
    margin: 0 0 50px;
    list-style-type: none;
}
.b-sidebar__nav__list {
    list-style-type: none;
}

/* ../blocks/b-sidebar/__nav/b-sidebar__nav.css */
.b-sidebar__nav {
    margin: 0 0 35px;
}
.b-sidebar__nav__list {}
.b-sidebar__nav__list LI {
    border-top: 1px solid #c2d5e8;
    background: url(../images/b-sidebar__nav.png) repeat-x left bottom transparent;
}
.b-sidebar__nav__list LI:first-child {
    border: none;
}
.b-sidebar__nav__list LI A {
    display: block;
    font-size: 15px;
    color: #1f63aa;
    padding: 18px 20px 18px 42px;
    background: url(../images/b-sidebar__nav-arrs.png) no-repeat 20px 15px transparent;
}
.b-sidebar__nav__list LI A:HOVER, .b-sidebar__nav__list LI.current-menu-item A, .b-sidebar__nav__list LI.current_page_item A {
    color: #fff;
    background: url(../images/b-sidebar__nav-arrs.png) no-repeat 20px -116px #005dc3;
}

/* ../blocks/b-sidebar/__raq/b-sidebar__raq.css */
.b-sidebar__raq {
    margin: 10px 10px 10px 17px;
    padding: 0 0 5px;
    background: url(../images/divider-dashed.png) no-repeat scroll left bottom transparent;
}


/* ../blocks/b-sidebar/__testimonials/b-sidebar__testimonials.css */
.b-sidebar__testimonials {
    padding: 0 0 10px;
    margin: 0 18px 60px;
    background: url(../images/divider-dashed.png) no-repeat scroll left bottom transparent;
}
.b-sidebar__testimonials .b-sidebar__title {
    margin: 0;
}

/* ../blocks/b-sidebar/__title/b-sidebar__title.css */


/* ../blocks/b-site-navigation/b-site-navigation.css */
.b-site-navigation {
    float: left;
}

/* ../blocks/b-site-navigation/__list/b-site-navigation__list.css */
.b-site-navigation__list {
    overflow: hidden;
    list-style-type: none;
    background: url(../images/b-site-navigation.png) no-repeat left top transparent;
}
.b-site-navigation__list LI {
    float: left;
    padding: 14px 25px;
    background: url(../images/b-site-navigation.png) no-repeat right top transparent;
}
.b-site-navigation__list LI:first-child {
    padding: 10px 25px;
}
.b-site-navigation__list LI:first-child A, .b-site-navigation__list LI:first-child SPAN  {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/b-icon.png) no-repeat left -125px transparent;
}
.b-site-navigation__list LI.current-menu-item:first-child A, .b-site-navigation__list LI:first-child A:HOVER,
.b-site-navigation__list LI.current-menu-item:first-child SPAN {
    background: url(../images/b-icon.png) no-repeat left -150px transparent;
}
.b-site-navigation__list LI A {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.b-site-navigation__list LI A:HOVER, .b-site-navigation__list LI.current-menu-item A, .b-site-navigation__list LI.current-page-ancestor A{
    color: #ffa800;
}

/* ../blocks/b-slogan/b-slogan.css */
.b-slogan {
    background: url(../images/client-login.png) no-repeat left top transparent;
    float: left;
    height: 70px;
    margin: 20px 0px 14px 20px;
    width: 350px;
}

.text-client-login{
	padding:12px 7px 12px 7px;
	color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    z-index: 10;
}

/* ../blocks/b-slogan/__text/b-slogan__text.css */
.b-slogan__text {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #181818;
    text-indent: -9999px;
}

/* ../blocks/b-solutions/b-solutions.css */


/* ../blocks/b-solutions/__block/b-solutions__block.css */
.b-content__block {
    clear: both;
    overflow: hidden;
    padding: 15px 25px 20px;
    margin: 0px 20px 0 10px;
    border-bottom: 1px solid #dcdcdc;
}
.b-content__block__img {
    width: 189px;
    max-height: 210px;

}
.b-solutions .b-content__block_left .attachment-industrySolutionsThumbnail {
    float: left;
    margin: 0 25px 0 0;
}
.b-solutions .b-content__block_right .attachment-industrySolutionsThumbnail {
    float: right;
    margin: 0 0 0 25px;
}
.b-content__block__title {
    margin: 35px 0 7px;
}
.b-content__block__title A {
    color: #EA9A00;
}
.b-content__block__content {
    margin: 0 10px 0 0;
}
.b-content__block__content P {
    margin: 0 0 10px;
}

/* ../blocks/b-staff-list/b-staff-list.css */
.b-staff-list {
    margin: 10px 0;
}

/* ../blocks/b-staff-list/__item/b-staff-list__item.css */
.b-staff-list__item {
    display: inline-block;
    vertical-align: top;
    width: 198px;
    margin: 20px 10px 23px;
}
.b-staff-list__item:first-child {

}
.b-staff-list__item__inner {
    position: relative;
}
.b-staff-list__item__img-wrap {
    display: block;
    width: 198px;
    height: 187px;
}
.b-staff-list__item__img-wrap IMG {
    border: 1px solid #ccc;
    margin: 0!important;
}
.b-staff-list__item__content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 157px;
    overflow: hidden;
    padding: 15px 10px;
    background: url(../images/b-staff-list__item.png) repeat-x left top transparent;
    cursor: pointer;
}
.b-staff-list__item__content P {
    font-size: 14px;
    line-height: 18px;
    color: #fff;

}
.b-staff-list__item__name {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #005dc3;
    margin: 5px 0;
}
.b-staff-list__item__position {
    font-size: 13px;
    font-weight: bold;
    color: #505050;
}

/* ../blocks/b-super-nav/b-super-nav.css */
.b-super-nav {
    /*position: absolute;
    right: 0;
    top: 0;*/
    /*width: 210px;*/
    /*width: 299px;*/
    padding: 0px 0px;
	float:right;
	margin-right:30px;
}

.b-super-nav-left{
	width:35px;
	height:28px;
	background: url(../images/b-super-nav-left.png) no-repeat left top transparent;
}
.b-super-nav-mid{
	background: url(../images/b-super-nav-mid.png) repeat left top transparent;
}
.b-super-nav-right{
	width:35px;
	height:28px;
	background: url(../images/b-super-nav-right.png) no-repeat left top transparent;
}

.b-super-nav a, .b-super-nav span {
    color: #0d2d5d;
    margin: 8px 7px 10px 0;
    line-height: 11px;
}
.b-super-nav__separator {
    float: left;
}

/* ../blocks/b-super-nav/__cu/b-super-nav__cu.css */
.b-super-nav__cu {
    float: left;
    position: relative;
    z-index: 9999;
}
.b-super-nav .b-super-nav__cu_clone {
    position: absolute;
    top: -1px;
    left: 92px;
    color: #fff;
    opacity: .26;
    filter:alpha(opacity=26);
}

/* ../blocks/b-super-nav/__faq/b-super-nav__faq.css */
.b-super-nav__faq {
    float: left;
    position: relative;
    z-index: 9999;
    padding: 0 4px 0 10px;
}
.b-super-nav .b-super-nav__faq_clone {
    position: absolute;
    top: -1px;
    left: 45px;
    color: #fff;
    opacity: .26;
    filter:alpha(opacity=26);
}

.b-super-nav__portal {
    float: left;
    position: relative;
    z-index: 9999;
}
.b-super-nav .b-super-nav__portal_clone {
    position: absolute;
    top: -1px;
    left: 175px;
    color: #fff;
    opacity: .26;
    filter:alpha(opacity=26);
}
/* ../blocks/b-super-nav/__social-list/b-super-nav__social-list.css */
.b-super-nav__social-list {
    float: right;
    list-style-type: none;
	padding-top:3px;
}
.b-super-nav__social-list__item {
    float: left;
	padding-left:5px;
}
.b-super-nav__social-list__item a {
    margin: 0;

}
.b-super-nav__social-list__item a:HOVER {
    /*opacity: .7;
    filter:alpha(opacity=70);*/
}

/* ../blocks/b-testimonials/b-testimonials.css */
.b-testimonials {
    clear: both;
    background: url(../images/divider-b.png) repeat-x left top transparent;
}

/* ../blocks/b-testimonials/__block/b-testimonials__block.css */
.b-footer .b-testimonials__block {
    position: relative;

}
.b-footer .b-testimonials__block P {
    padding: 8px 30px 0 57px;
    margin: 0 0 5px;
}
.b-footer .b-testimonials__block__name {
    font-weight: bold;
    margin: 0px 30px 0 57px;
}
/*textimonials page*/
.b-testimonials .b-testimonials__block {
    padding: 25px 0;
    background: url(../images/divider-b.png) repeat-x left bottom transparent;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 7px;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__date {
    display: block;
    font-size: 12px;
    color: #0059BF;
    margin: 0 0 5px;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__content {
    margin: 30px 50px 15px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #373636;
    position: relative;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__content P {
    text-indent: 37px;
    padding: 7px 0;
}
.b-testimonials .b-testimonials__block .b-testimonials__block-q {
    position: absolute;
    width: 29px;
    height: 24px;

}
.b-testimonials .b-testimonials__block .b-testimonials__block-q__lt {
    left: 0;
    top: 0;
    background: url(../images/t-q-lt.png) no-repeat left top transparent;
}
.b-testimonials .b-testimonials__block .b-testimonials__block-q__br {
    margin: 4px 0 0 4px;
    background: url(../images/t-q-br.png) no-repeat left top transparent;
}
.b-testimonials .b-testimonials__block SPAN {
    font-size: 15px;
    font-weight: normal;
    float: left;
    display: block;
    line-height: 13px;
}
.b-testimonials__block__additional {
    clear: both;
    /*overflow: hidden;*/
    margin: 7px 0;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__name {
    color: #264784;
    *padding: 0 0 2px;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__post {
    border-left: 1px solid #264784;
    color: #264784;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__cname {
    color: #5c8728;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__site {
    border-left: 1px solid #5c8728;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__site a {
    height: 15px;
    display: block;
}
.b-testimonials .b-testimonials__block .b-testimonials__block__site a:HOVER {
    text-decoration: underline;
}
.b-faq {}
.b-faq__block {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.b-faq__block__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 7px;
}
.b-faq__block__content {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #373636;
    position: relative;
}

/* ../blocks/b-testimonials/__block-q/b-testimonials__block-q.css */
.b-footer .b-testimonials__block-q {
    position: absolute;
    width: 48px;
    height: 40px;
}
.b-footer .b-testimonials__block-q__lt {
    left: 0;
    top: 0;
    background: url(../images/q-lt.png) no-repeat left top transparent;
}
.b-footer .b-testimonials__block-q__br {
    right: 0;
    bottom: 2px;
    background: url(../images/q-br.png) no-repeat left top transparent;
}

/* ../blocks/b-testimonials-block/b-testimonials-block.css */
.b-testimonials-block {
    padding: 0 5px 0 37px;
    margin: 5px;
    color: #1b1b1b;
    line-height: 18px;
    background: url(../images/quote.png) no-repeat left top transparent;
}
.b-sidebar__testimonials .b-testimonials-block {
    margin: 10px 0px;
}

/* ../blocks/b-testimonials-block/__name/b-testimonials-block__name.css */
.b-testimonials-block__name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #02265d;
    margin: 8px 0 2px;
}

/* ../blocks/b-testimonials-block/__place/b-testimonials-block__place.css */
.b-testimonials-block__place {
    display: block;
    font-size: 12px;
    color: #ffa800;
}

/* ../blocks/b-wrapper/b-wrapper.css */


.b-sidebar__nav__list LI .children {}
.b-sidebar__nav__list LI .children LI {
    border-top: 1px solid #C2D5E8
}
.b-sidebar__nav__list LI .children LI A {
    background: url(../images/b-sidebar__nav-bullet.png) no-repeat 40px 15px transparent;
    padding: 18px 20px 18px 62px;
}
.b-sidebar__nav__list LI.current_page_item .children LI A {
    /*background-position: left -40px;*/
    background: url(../images/b-sidebar__nav-bullet.png) no-repeat 40px 15px transparent;
    color: #1F63AA;
}
.b-sidebar__nav__list LI .children LI A:HOVER, .b-sidebar__nav__list LI .children LI.current_page_item A {
    background-position: 40px -116px;
    background-color: #005DC3;
    padding: 18px 20px 18px 62px;
    color: #fff;
}

ul.b-sidebar__nav__list ul.children {
	display:none;
}



/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
    content: "";
    display: table;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
#reply-title,
#respond #commentform {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar #reply-title,
.sidebar .comment-navigation,
.sidebar #respond #commentform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    box-sizing:         border-box;
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}

.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    padding: 30px 0 20px;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.comment-list .children {
    margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
    /*background: url("images/dotted-line.png") repeat left top;*/
    border-bottom:1px dotted #c3c3c3;
    background-size: 4px 4px;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment {
    padding: 24px 0;
}

.comment-author {
    float: left;
    margin-right: 50px;
    max-width: 74px;
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}

.comment-author .fn,
.comment-reply-link {
    color: #ed331c;
    font-size: 14px;
    font-style: normal;
}

/*.bypostauthor .fn:before {
    content: '\f408';
}*/

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-meta,
.comment-content,
.reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
    margin-bottom: 20px;
}

.comment-meta a:hover {
    color: #ea9629;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

/*.comment-awaiting-moderation:before {
    content: '\f414';
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.comment-reply-link:before {
    content: '\f412';
    margin-right: 3px;
}*/

/* Comment form */
#respond {
    background-color: #f7f5e7;
    padding: 30px 0;
}

.comment + #respond {
    margin-bottom: 30px;
    padding: 20px;
}

#reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    margin-bottom: 20px;
}

#reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

#reply-title small a:hover {
    color: #ed331c;
}

#reply-title small a:before {
    content: '\f406';
    vertical-align: top;
}

.sidebar .comment-list #reply-title,
.sidebar .comment-list #respond #commentform {
    padding: 0;
}

#commentform .comment-notes {
    margin-bottom: 15px;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    margin-bottom: 8px;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
    float: left;
    padding: 5px 0;
    width: 100px;
}

#commentform .required {
    color: #ed331c;
}

#commentform input[type="text"] {
    width: 270px;
}

#commentform textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    box-sizing:         border-box;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #7d7b6d;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;		
    padding: 40px 0;
    text-align: center;
}

.sidebar .no-comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    box-sizing:         border-box;
    padding-left: 60px;
    padding-right: 376px;
}

.wp-about-author-containter-top,
.wp-about-author-containter-around,
.wp-about-author-containter-none{
    background: #ffffff !important;
    border-top:none !important;
    border: 1px solid #000 !important;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px;
}

.b-sidebar__widgets .b-sidebar__title{
    margin-bottom:10px;
}

#div-order td{
	padding:7px 4px;
}

h3.order-title{
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #666666;
	color:#666666;
}

#ajax-loading{
	display:none;
	position: fixed;
    width: 100%;
    opacity: 0.9;
    top:0px;
    margin:0px;
    min-height:200px;
    height:100%;
    z-index: 1000;
    background: #ffffff;
    font-size: 20px;
    text-align: center;
}
#img-ajax-loading{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-75px;
}
.lang_chosen{
	border:4px solid #ffa800;
}
.lang_unchosen{
	padding:4px;
}

.btn-navbar {
  display: none;
  float: left;
  padding: 7px 12px;
  margin-left: 5px;
  margin-top:10px;
  margin-right: 5px;
  background-color: #FFA800;
  /*background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
  background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  border-color: #eaeaea #eaeaea #c4c4c4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eaeaea;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.btn-navbar{
	cursor:pointer;
}
.btn-navbar .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
@media (max-width: 767px) {
	.b-logo{
		width:65px;overflow:hidden;
	}

  .b-site-navigation {
	padding-top:46px;
	display: block;
	float: none;
	width: auto;
	margin-left: -16px;
  }
  .b-site-navigation__list {
	background-color:#005EC5;
  }
  .b-site-navigation__list li{
    float:none;
  }
  
  .b-slogan {
	margin-left:-80px;
  }
  .b-slogan.nav-collapse{
	clear:none;
  }
  
  .b-super-nav{
	float: left;
	margin-left: -250px;
  }
  .b-super-nav.hidden{
	height: 0;
	overflow: hidden;
  }
  
  .b-call-to-action__phone{
	font-size:16px;
  }
}


.tabs-left>.nav-tabs {
	display:block;
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

.transaction-detail td{
	padding:0;
}

.row-traffic, .row-payment{
	border-top: 1px solid #dddddd;
	padding: 5px 0px 5px 0px;
}
.row-traffic{
	background-color:#FFFFD9;
}
.row-payment{
	background-color:#D9FFFF;
}

.row-traffic:first-child, .row-payment:first-child {
	border-top:none;
}

.row-traffic div,.row-payment div{
	padding:0px 7px;
}

.table tbody tr td.activity-month{
	font-weight:bold;
	text-decoration:underline;
	background-color:#FFFFFF;
}
tr.activity-line.DELIVERY td,tr.activity-line.DELIVERY.odd td,tr.activity-line.DELIVERY.even td{
	background-color:#FFFFE4;
}
tr.activity-line.PAYMENT td,tr.activity-line.PAYMENT.odd td,tr.activity-line.PAYMENT.even td{
	background-color:#E4FFFF;
}
tr.activity-line.PURCHASE td,tr.activity-line.PURCHASE.odd td,tr.activity-line.PURCHASE.even td{
	background-color:#f9f9f9;
}
tr.activity-line.SALE td,tr.activity-line.SALE.odd td,tr.activity-line.SALE.even td{
	background-color:#FFE4FF;
}
