@import '/css/reset.css';

body,textarea,input,select {font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; border: 0; outline: 0;}

body {line-height: 1.3em; color: #cccccc; font-size: 62.5%; background: #000201 url(/images/pattern_bg.jpg?v=4) repeat-y center top;}

.b-body-bg {
    background: url(/images/bg_new.jpg?v=4) no-repeat center top;
}

body.welcome {background: #000201 url(/images/main_bg.jpg?v=3) no-repeat center top;}
body.welcome .b-body-bg {background: none;}

a {color: #99ffff; text-decoration: underline;}
a:hover {color: #99ffff; text-decoration: underline;}

.clr {clear: both; font-size: 1px; line-height: 1px; height: 0; overflow: hidden;}

.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

::selection{background:#99ffff;color:#000000;}::-moz-selection{background:#99ffff;color:#000000;}

.image_left {
    float: left;
    margin: 0 24px 16px 0;
    padding: 8px;
}

.image_right {
    float: right;
    margin-left: 0 0 16px 24px;
    padding: 8px;
}

.button, a.button {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Open Sans Condensed';
    color: #ffffff;
    padding: 14px 30px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #0093b7;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
    -moz-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    -webkit-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    box-shadow: 0 0 12px rgba(0,147,183,0.7);
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 0 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.25%;
}
.span_2_of_4 {
    width: 48.5%;
}
.span_1_of_4 {
    width: 22.75%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 79.4%;
}
.span_3_of_5 {
    width: 58.8%;
}
.span_2_of_5 {
    width: 38.2%;
}
.span_1_of_5 {
    width: 17.6%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.66%; }
.span_1_of_3 { width: 31.33%; }

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 49%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 48.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
    .col {  margin: 0 0 1% 0%; }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_2_of_2, .span_1_of_2 { width: 100%; }
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/* header */
.b-header-wrapper {

}

#header {
    max-width: 1174px;
    margin: 0 auto;
    position: relative;
}

.b-search-header {
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 1;
}

.b-search-header-ico a {
    display: block;
    width: 13px;
    height: 16px;
    background: url(/images/src_btn.png) no-repeat 0 0;
}

.b-search-header-form {
    position: relative;
    display: none;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 2;
}

.b-search-header-form .input {
    padding: 1px 18px 1px 2px;
    border: 1px solid #00cc99;
    width: 100px;
    background: #ffffff;
}

.b-search-header-form .submit {
    position: absolute;
    width: 13px;
    height: 16px;
    background: url(/images/src_btn_dark.png) no-repeat 0 0;
    border: none;
    top: 3px;
    right: 2px;
    cursor: pointer;
    z-index: 1;
}

.b-logo {
    text-align: center;
    margin: 10px 0 30px 0;
}

.b-logo img {
    max-width: 100%;
}

body.welcome .b-logo {
    margin: 410px 0 115px 0;
}

.b-auth {

}

.b-menu {
    padding: 24px 24px 0 24px;
    text-align: center;
}

.b-site-nav li {
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #99ffff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 14px;
    font-family: 'Open Sans Condensed';
    letter-spacing: 2px;
}

.b-site-nav ul ul {
    display: none;
    position: absolute;
    top: 49px;
    left: -30px;
    z-index: 1;
}

.b-site-nav li li {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    float: none;
    color: #e5ae5e;
    white-space: nowrap;
}

.b-site-nav li a {
    color: #99ffff;
    text-decoration: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 7px;
    border-bottom: 1px solid transparent;
}

.b-site-nav li a:hover, .b-site-nav li.sfHover a.sf-with-ul, .b-site-nav li.current > a {
    color: #99ffff;
    border-bottom: 1px solid #99ffff;
}

.b-site-nav li li a {
    color: #e5ae5e;
}

.b-lang {
    position: absolute;
    top: 26px;
    left: 10px;
    z-index: 1;
}

.b-lang a {
    color: #99ffff;
    text-decoration: none;
    padding: 4px 5px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Open Sans Condensed';
}

.b-lang a:hover, .b-lang a.active {
    background: url(/images/lang_bg.png) no-repeat center top;
    color: #000;
}

/* slider */
.b-slider {
    margin: 0 0 30px 0!important;
}

.b-slider-item {
    margin: 0 auto;
    max-width: 1254px;
    position: relative;
}

.b-slider-item iframe {
    max-width: 100%;
}

.b-slider-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 12;
    font-size: 3.2em;
    color: #ffffff;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

.b-slider-title a {
    color: #ffffff;
}

.b-amulet-link {
    text-align: center;
    margin-bottom: 40px;    
}

.b-amulet-link img {
    max-width: 100%;
}

.b-social {
    text-align: center;
    padding: 25px 0;
    margin-bottom: 30px;
    background: url(/images/ico_glow.png) no-repeat center top;
}

.b-social-footer {
    margin: 30px 0 0 0;
}

body.welcome .b-social-footer {
    display: none;
}

.b-social a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 5px;
    width: 50px;
    height: 50px;
}

.b-social a.fb {
    background: url(/images/social_ico.png?v=3) no-repeat 5px 0;
}

.b-social a.fb:hover {
    background: url(/images/social_ico.png?v=3) no-repeat 5px -52px;
}

.b-social a.inst {
    background: url(/images/social_ico.png?v=3) no-repeat -55px 0;
}

.b-social a.inst:hover {
    background: url(/images/social_ico.png?v=3) no-repeat -55px -52px;
}

.b-social a.play {
    background: url(/images/social_ico.png?v=3) no-repeat -119px 0;
}

.b-social a.play:hover {
    background: url(/images/social_ico.png?v=3) no-repeat -119px -52px;
}

.b-social a.app {
    background: url(/images/social_ico.png?v=3) no-repeat -178px 0;
}

.b-social a.app:hover {
    background: url(/images/social_ico.png?v=3) no-repeat -178px -52px;
}

.b-contact-us {

}

.b-contact-us-table {
    text-align: center;
    margin-bottom: 40px;
}

.b-contact-us-table h3 {
    color: #cc9933;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;  
    text-transform: uppercase;
    margin-bottom: 20px;
}

.b-contact-us-table table {
    width: 100%;
}

.b-contact-us-table td {
    text-align: center;
    vertical-align: top;
}

.b-contact-us-table td.top {
    padding: 0 24px;
}

.b-contact-us-table td p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;    
    color: #99ffff;
    padding-bottom: 40px;
}

.b-welcome-video {
    margin-bottom: 50px;
}

.b-welcome-video .b-block-name {
    margin-bottom: 0px;
}

.b-video-onmain {
    max-width: 853px;
    margin: 0 auto;
    padding-top: 110px;
    background: url(/images/video_top.png) no-repeat center top;
}

.b-video-onmain-bg {
    padding-bottom: 110px;
    background: url(/images/video_bottom.png) no-repeat center bottom;
}

.b-video-onmain-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.b-video-onmain-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* page */
.b-layout, .b-block-wrap, .b-welcome-news {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.b-welcome-press {
    max-width: 980px;
    margin: 0 auto 50px auto;
    position: relative;
}

.b-sep {

}

.b-sep-bottom {

}

/*body.welcome .b-layout, body.welcome .b-block-wrap {
    background: none;
    max-width: 980px;
    padding: 0 40px;
}*/

.b-holder {
    position: relative;
}

.h-block-wrap {
    overflow: hidden;
    zoom: 1;
    margin: 0 20px;
}

.b-content {
    /*background: #e4e3fa url(/images/pattern.jpg) repeat-y 0 0;
    padding: 90px 0 110px 0;
    width: 100%;
    margin-right: -420px;
    float: left;
    min-height: 320px;*/
}

.b-content-block {
    /*margin-right: 420px;
    padding-left: 60px;*/
    position: relative;
    margin-bottom: 50px;
}

body.welcome .b-content {
    margin-right: 0;
    float: none;
}

body.welcome .b-content-block, #merch .b-content-block, #search .b-content-block {
    margin-right: 0;
    margin-bottom: 0;
}

body.welcome .b-sidebar {
    display: none;
}

.b-sidebar {
    /*float: right;
    margin: 90px 0 60px 0;
    width: 300px;
    padding-right: 60px;
    position: relative;*/
    display: none;
}

.b-bblock {
    margin-bottom: 30px;
}

.b-block-name, h1.name {
    font-size: 3.2em;
    color: #cc6600;
    line-height: 1.1em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow:1px 1px 1px rgba(0,0,0,0.8)
}

.b-block-name a {
    color: #cc6600;    
}

.b-block-name.small {

}

h1.title {
    font-size: 4em;
    color: #cccccc;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* static text */
.b-static-text {

}

.b-static-text.fullwidth {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.b-static-img {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #00cc99;
}

.b-static-img img, .b-static-img iframe, .b-static-text video, .b-static-text object, .b-static-text embed, .b-static-text iframe, .b-static-video embed, .b-static-video video, .b-static-video object, .b-static-video iframe {
    max-width: 100%;
    display: block;
}

.b-static-text img {
    max-width: 100%;
    height: auto;
}

.b-static-text h1 {
    font-size: 4em;
    color: #cc6600;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow:1px 1px 1px rgba(0,0,0,0.8)
}

.b-static-text h3, .b-static-text h2 {
    font-size: 2.8em;
    color: #cc6600;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow:1px 1px 1px rgba(0,0,0,0.8)
}

.b-static-text h4 {
    font-size: 2.1em;
    color: #cc6600;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow:1px 1px 1px rgba(0,0,0,0.8)
}

.b-static-text p {
    font-size: 2.1em;
    color: #cccccc;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b-static-text p strong {
    font-weight: bold;
}

.b-static-text p em {
    font-style: italic;
}

.b-static-text ul, .b-static-text ol {
    margin: 0 0 15px 30px;
}

.b-static-text ul li {
    font-size: 2.1em;
    color: #cccccc;
    line-height: 1.2em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b-static-text ol li {
    font-size: 2.1em;
    color: #cccccc;
    line-height: 1.2em;
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
    font-family: 'Open Sans Condensed', sans-serif;
}

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

.b-static-text th, .b-static-text thead td {
    font-size: 2.1em;
    color: #cccccc;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    background: #f9f9f9;
    font-family: 'Open Sans Condensed', sans-serif;
    vertical-align: top;
    border-bottom: 1px solid #99ffff;
}

.b-static-text td {
    font-size: 2.1em;
    color: #cccccc;
    line-height: 1.2em;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    border-bottom: 1px solid #99ffff;
}

.b-static-text td p {
    font-size: 21px;
    font-weight: normal;
    color: #cccccc;
    padding: 0;
}

/* merch */
.b-merch-list {

} 

.b-merch-item {
    position: relative;
    margin-bottom: 30px;
}

.b-merch-image {
    position: relative;
    margin-bottom: 10px;
}

.b-merch-image img {
    max-width: 100%;
}

.b-merch-name {
    font-size: 2.8em;
    color: #303030;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: normal;
}

.b-merch-desc {
    font-size: 1.8em;
    color: #303030;
    line-height: 1.2em;
    margin-bottom: 10px;   
}

.b-merch-price {
    font-size: 2.8em;
    color: #970026;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.b-merch-buy {
    text-align: center;
}


/* news */
.b-news-item {
    position: relative;
    margin-bottom: 30px;
}

.b-news-list.press .b-news-item {
    margin-bottom: 0;
}

.b-news-item-image {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #00cc99;
}

.b-news-item-image img {
    max-width: 100%;
    display: block;
}

.b-news-list.press .b-news-item-image {
    border: none;
}

.b-news-item-info h3 {
    font-size: 1.8em;
    color: #99ffff;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Open Sans Condensed';
}

.b-news-item-info h3 a {
    color: #99ffff;
    text-decoration: none;
}

.b-news-item-info h3 a:hover, .b-news-item-info h3 a:active {
    text-decoration: underline;
}

.b-news-date {
    font-size: 1.6em;
    color: #cccccc;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed';
}

.b-news-desc {
    font-size: 1.6em;
    color: #cccccc;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed';
}

.b-news-desc a {
    color: #cccccc;
    text-decoration: none;
}

.b-news-other {
    margin: 0 0 50px 0;
    clear: both;
}

.b-news-author, .b-news-source {
    font-size: 1.4em;
    color: #99ffff;
    line-height: 1.3em;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.b-news-author a, .b-news-source a {
    color: #99ffff;
    text-decoration: underline;
}

.b-news-video div {
    max-width: 100%;
}

.b-news-image-title {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.b-news-image-title h1 {
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.b-news-sidebar li {
    width: 100%!important;
}

.b-all {
    font-size: 1.8em;
    color: #303030;
    line-height: 1.2em;
    text-align: right;
    padding-top: 20px;
    font-family: 'Open Sans Condensed';
}

/* gallery */
.b-media-gallery {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.b-media-gallery li {
    float: left;
}

/* search */
.b-search-form {
    margin-bottom: 30px;
    position: relative;
}

.b-search-form .input {
    font-size: 17px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    margin: 0;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-search-submit {
    position: absolute;
    top: 14px;
    right: 8px;
    z-index: 1;
}

.b-search-form .srcbutton {
    display: inline-block;
    cursor: pointer;
    border: none;
    margin: 0;
    text-indent: -9999px;
    width: 16px;
    height: 17px;
    background: url(/images/src_btn_dark.png) no-repeat 0 0;
}

.b-search-count {
    font-size: 1.8em;
    color: #000000;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: normal;
}

.b-search-error, .b-search-hint {
    font-size: 1.8em;
    color: #6a6a6a;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
}

/* contacts */
.b-contacts-text {

}

.b-contacts-form {

}

.b-contacts-form h3 {
    font-size: 2.8em;
    color: #000000;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-weight: normal;
}

/* form */
.b-form {

}

.b-form-row {
    margin-bottom: 20px;
}

.b-form-row label {
    font-size: 1.8em;
    color: #6a6a6a;
    line-height: 1.3em;
    font-style: normal;
    padding: 0 14px 10px 0;
    display: table-cell;
}

.b-form-row label.required {
    background: url(/images/asterisk.gif) no-repeat top right;
}

.b-form .input, .b-form select, .b-form textarea {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: normal;
    width: 280px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #d2d2d3;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b-form textarea {
    width: 90%;
}

.b-form-submit {

}

.b-form-notice {
    font-size: 1.8em;
    color: #6a6a6a;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.b-form-notice span {
    font-size: 40px;
    color: #da275a;
    vertical-align: -16px;
}

.b-form-done {
    font-size: 1.8em;
    color: #70a722;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding-left: 28px;
    background: url(/images/done_ico.gif) no-repeat 0 2px;
}

.b-form-error {
    font-size: 1.8em;
    color: #c3ae01;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-left: 28px;
    background: url(/images/error_ico.gif) no-repeat 0 2px;
}

/* pager */
.b-page-selector {
    text-align: center;
    font-size: 1.8em;
    color: #99ffff;
    line-height: 1.3em;
    font-family: 'Open Sans Condensed';
}

.b-page-selector a {
    text-decoration: none;
    color: #99ffff;
    padding: 2px 8px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-page-selector span.current {
    text-decoration: none;
    color: #000000;
    background: #99ffff;
    padding: 2px 8px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-page-selector a:hover {
    text-decoration: none;
    color: #000000;
    background: #99ffff;
}

.b-page-selector span {
    display: inline-block;
    margin: 0 2px;
}

.b-page-selector .last, .b-page-selector .first {
    display: none;
}

.b-page-selector .next, .b-page-selector .previous {
    text-indent: -9999px;
    vertical-align: -2px;
}

.b-page-selector .next a {
    width: 20px;
    height: 20px;
    padding: 5px;
    background: url(/images/page_nav.png) no-repeat -30px 8px;
    display: block;
}

.b-page-selector .previous a {
    width: 20px;
    height: 20px;
    padding: 5px;
    background: url(/images/page_nav.png) no-repeat 9px 8px;
    display: block;
}

/* footer */
.b-footer {
    position: relative;
    background: url(/images/ornament.png) no-repeat center top;
}

.h-footer {
    overflow: hidden;
    zoom: 1;
    padding-top: 50px;
}

.b-footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer {
    background: url(/images/new_footer_bg.png) no-repeat center top;  
}

.b-footer-holder {
    max-width: 1174px;
    margin: 0 auto;  
    padding: 30px 0;
}

.b-copyright {
    float: left;
    color: #515151;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 40px 0 20px 0;
    text-transform: uppercase;
}

.b-copyright .flogo {
    float: left;
    margin-right: 40px;
    display: inline-block;
    margin-top: -20px;
}

.b-supported {
    float: right;
    padding: 20px 140px 20px 0;
    margin-top: 36px;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #515151;
    background: url(/images/derzhkino.png) no-repeat center right;
}

.b-webdev {
    text-align: center;
    clear: both;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #515151;
    margin-top: 20px;
    text-transform: uppercase;
}

.b-webdev a {
    padding: 4px 0 4px 42px;
    background: url(/images/ag.png) no-repeat center left;
    vertical-align: 2px;
    margin-left: 4px;
    color: #515151;
}

@media only screen and (max-width : 1050px) {

}

@media only screen and (max-width : 720px) {
    body.welcome {background: #000201 url(/images/pattern_bg_sm.jpg?v=4) repeat-y center top;}

    body.welcome .b-body-bg {background: url(/images/main_bg_sm.jpg?v=3) no-repeat center top!important;}

    body.welcome .b-logo {
        margin: 180px 0 20px 0;
    }

    .b-amulet-link {
        padding: 0 30px;
    }

    .b-menu {
        text-align: center;
    }

    .b-lang {

    }

    .b-text-onmain {
        padding: 0 30px;
    }

    .flex-direction-nav {
        display: none;
    }

    .b-social a {

    }

    .b-sep {
        top: -40px;
    }

    .b-block-wrap {

    }

    .h-block-wrap {

    }

    .b-block-name, .b-block-name.small, h1.name {
        margin-bottom: 20px;
    }

    .b-content {
        max-width: 760px;
        float: none;
    }

    .b-content-block {
        margin-right: 0;
        padding: 0 30px;
    }

    .b-sidebar {
        display: none;
    }

    .b-page-selector {
        margin-bottom: 30px;
    }

    .b-all {
        padding-top: 0;
    }

    .b-news-other {
        margin-top: 30px;
        padding: 0 30px;
    }

    .b-news-image-title h1 {
        font-size: 28px;
    }

    .b-news-other li, .b-news-list li {
        width: 45%!important;
        margin: 0 auto 30px auto;
        max-width: 350px;
    }

    .h-footer {
        text-align: center;
    }

    .b-copyright {
        /*display: inline-block;*/
        padding-top: 10px;
        text-align: center;
        *zoom: 1;
        *display: inline;
        float: none;
    }

    .b-copyright .flogo {
        float: none;
        margin: 0 10px 0 10px;
        display: block;
    }

    .b-supported {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        float: none;
        clear: both;
    }
}

@media only screen and (max-width : 680px) {
    .b-site-nav li {
        letter-spacing: 0;
    }

    .b-site-nav li a {
        margin: 0 5px;
    }

    .h-block-wrap {
        margin: 0;
    }

    .b-welcome-video {
        margin-bottom: 10px;
    }

    .b-lang {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 30px;
        float: left;
    }

    .b-search-header {
        position: relative;
        top: auto;
        right: auto;
        margin-right: 30px;
        float: right;
    }

    .b-logo {
        padding: 0 30px;
        margin-left: auto;
        margin-right: auto;
    }

    body.welcome .b-logo {
        margin: 180px auto 20px auto;
    }

    .b-social {

    }

    .b-social-footer {
        margin-bottom: 0;
        margin-top: 0;
    }

    .b-copyright {
        padding: 20px 20px 0 20px;
        /*background: url(/images/footer_logo.png) no-repeat center top;*/
    }

    .b-contact-us-table td {
        width: 100%;
        display: block;
    }

    .b-contact-us-table td.top {
        padding: 0;
    }
}

@media only screen and (max-width : 580px) {
    .b-news-other li, .b-news-list li {
        width: 100%!important;
        max-width: 100%;
    }

    .b-news-item-image img {
        width: 100%;
    }

    body.welcome .b-content-block {
        padding-right: 30px;
    }

    .b-sidebar {
        display: none;
    }
}