@import '/css/reset.css';


@font-face {
    font-family: "Halvar";
    src: url(/fonts/halvar/Halvar-Regular.eot) format("eot"),
        url(/fonts/halvar/Halvar-Regular.woff) format("woff"),
        url(/fonts/halvar/Halvar-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Halvar";
    src: url(/fonts/halvar/Halvar-ExtraBold.eot) format("eot"),
        url(/fonts/halvar/Halvar-ExtraBold.woff) format("woff"),
        url(/fonts/halvar/Halvar-ExtraBold) format("truetype");
    font-weight: 800;
}

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

body {line-height: 1.3em; color: #231f20; font-size: 62.5%; background-color: #9be6fe;}

a {color: #92aaf9; text-decoration: underline;}
a:hover {color: #92aaf9; text-decoration: underline;}

em {
    font-style: italic;
}
.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:#92aaf9;color:#ffffff;}::-moz-selection{background:#92aaf9;color:#ffffff;}

.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: 18px;
    line-height: 20px;
    font-family: 'Halvar', sans-serif;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: none;
    background: #92aaf9;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none!important;
}

.button:hover {

}

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

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 0 1.8%;
}
.col:first-child { margin-left: 0; }
.col.top {margin-bottom: 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 {ff
    width: 74.55%;
}
.span_2_of_4 {
    width: 49.1%;
}
.span_1_of_4 {
    width: 23.65%;
}

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

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

/*  GO FULL WIDTH BELOW 580 PIXELS */
@media only screen and (max-width: 640px) {
    .col {  margin: 1% 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%; }
}

/* header */
.b-header-wrapper {
    margin-bottom: 20px;
}

#header {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.b-logo {
    background-image: url(/images/bannersm1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    margin: 30px 0 0 0;
}

.b-logo a {
    display: block;
    width: 100%;
    height: 300px;
}

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

.b-menu-text {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #684eff;
    font-family: 'Halvar', sans-serif;
    text-transform: uppercase;
    word-break: break-word;
    text-align: justify;
    text-align-last: justify;
    letter-spacing: 7px;
    margin-right: -7px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.b-menu {
    background-color:#f19a37;
    position: relative;
    min-height: 51px;
    margin-top: 0px;
}

.h-menu {
    padding: 2px 30px;
    background-color: #f19a37;
    margin-right: 39px;
    margin-left: 21px;
}

.b-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    max-width: 1180px;
    z-index: 1002;
}

.b-menu-ico {
    display: none;
    padding: 15px 0;
}

.b-menu-ico a {
    width: 16px;
    height: 16px;
    display: block;
    background: url(/images/menu_ico.png?v=2) no-repeat 0 0;
}

.b-site-nav li {
    font-weight: 800;
    font-family: 'Halvar', sans-serif;
    font-size: 2.4em;
    line-height: 1.3em;
    color: #92aaf9;
    position: relative;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.b-site-nav ul ul {
    background-color: #f19a37;
    color: #000;
    opacity: 0.9;
    top: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.b-site-nav li li {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    line-height: 22px;
    float: none;
    color: #000;
    white-space: nowrap;
    opacity: 1;
}

.b-site-nav li a {
    color: #000;
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
}

.b-site-nav li a:hover, .b-site-nav li.sfHover a.sf-with-ul, .b-site-nav li.current > a {
    color: #ccc;
    text-decoration: underline;
}

.b-site-nav li li a {
    color: #000;
    display: block;
    padding: 5px 20px;
}

.b-lang {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    text-transform: uppercase;
    top: 35px;
    right: 120px;
    z-index: 1;
}

.b-lang a {
    color: #fff;
    text-decoration: none;
    padding: 6px 8px;
    border: 1px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}

.b-lang a:hover, .b-lang a.active {
    background: #fff;
    text-decoration: none;
    color: #36350b;
}

.b-search-header {
    position: absolute;
    top: 15px;
    right: 140px;
    z-index: 2;
}

.b-search-header-form {
    position: relative;
    display: none;
}

.b-search-header-form .submit {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/search_ico.png?v=4) no-repeat 0 0;
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
}

.b-search-header-form .input {
    background: #fff;
    border: 1px solid #92aaf9;
    color: #231f20;
    padding: 3px 5px 3px 25px;
    font-size: 14px;
    width: 90px;
}

.b-search-header-ico {

}

.b-search-header-ico a {
    display: block;
    margin-top: 3px;
    width: 18px!important;
    height: 18px!important;
    background: url(/images/search_ico.png?v=2) no-repeat 0 0;
}

.b-tabs {
    text-align: center;
    margin-bottom: 30px;
}

.b-tabs ul {
    margin: 0!important;
}

.b-tabs li {
    display: inline-block;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #92aaf9;
    font-weight: bold!important;
    margin: 0 10px;
}

.b-tabs li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #92aaf9;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.b-tabs li a.active, .b-tabs li a:hover {
    color: #fff;
    background: #92aaf9;
    border: 2px solid #92aaf9;
    cursor: pointer;
}

.b-legend {
    margin-bottom: 20px;
}

.b-legend ul {
    margin: 0!important;
}

.b-legend li {
    display: inline-block;
    font-size: 14px!important;
    color: #000000;
    margin: 0 20px 5px 0;
}

.b-legend li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #92aaf9;
    margin-right: 6px;
    vertical-align: -4px;
}

.b-legend li.competitive span {
    background: #8cdee9;
}

.b-legend li.outofcompetition span {
    background: #c69ccc;
}

.b-legend li.experimental span {
    background: #ffe256;
}

.b-legend li.lectures span {
    background: #b1b3ee;
}

.b-legend li.childrens span {
    background: #f9ab69;
}

.b-legend li.special span {
    background: #f47d93;
}

.b-legend li.others span {
    background: #f28b7c;
}

.hideme {
    display: none;
}

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

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

.b-slider-item img {
    max-width: 100%;
    height: auto;
}

.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-join-btn {
    position: absolute;
    top: 60px;
    left: -370px;
    z-index: 1;
    font-size: 3em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #36350b;
    font-weight: 800;
    font-family: 'Halvar', sans-serif;
    padding-top: 35px;
}

body.welcome.uk .b-join-btn {
    font-size: 2.4em;
}

.b-join-btn a {
    display: inline-block;
    background: #92aaf9;
    padding: 20px;
    width: 240px;
    color: #fff;
    text-decoration: none;
}


body.welcome.uk .b-join-btn a {
    padding: 25px 20px;
}

.b-social {
    position: absolute;
    right: 48px;
    top: 15px;
    z-index: 2;
}

.b-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

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

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

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

.b-social a.btn {
    font-size: 14px;
    line-height: 17px;
    vertical-align: 15px;
    color: #92aaf9;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    height: auto;
    padding: 12px 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 0 0 1px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none!important;
}

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

.b-page-bg {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
    margin-bottom: 30px;
}

.b-holder {
    position: relative;
}

.h-block-wrap {

}

.b-content {
    width: 100%;
}

.b-content-block {

}

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

.b-block {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 20px 20px 20px;
    margin-bottom: 30px;
}

.b-block.b-news-top {

}

.b-block.b-partners-list {

}

.b-block.b-contact-fest {

}

h1.name, .b-block-name, .b-page-name {
    font-size: 2.8em;
    color: #131c3c;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Halvar', sans-serif;
}

h1.name a, .b-block-name a, .b-page-name a {
    color: #131c3c;
}

.b-news-other .b-block-name {
    font-weight: bold;
    color: #3e3b3c;
}

.b-page-name li {
    display: inline;
}

h1.title {
    font-size: 3.4em;
    color: #231f20;
    line-height: 1em;
    font-weight: 800;
    font-family: 'Halvar', sans-serif;
    margin-bottom: 20px;
}

.b-about-fest {
    position: relative;
    margin: 70px 0 70px 470px;
}

.b-about-fest h3 {
    font-size: 2.8em;
    font-weight: 800;
    font-family: 'Halvar', sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #ffffff;
    margin-bottom: 30px;
}

.b-about-fest p {
    position: relative; /* check mobility*/
    font-size: 1.6em;
    font-family: 'Halvar', sans-serif;
    color: #000000;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.b-contact-fest {

}

.b-fest-contact {
    margin-bottom: 15px;
}

.b-fest-contact p {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.b-mapa {
    height: 320px;
    position: relative;
}

#mapa {
    width: 100%;
    height: 320px;
    margin: 0px;
    padding: 0px;
}

.b-static-page {

}

/* 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: 20px;
}

.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%;
}

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

.b-static-text h1 {
    font-size: 4em;
    color: #231f20;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: 'Halvar', sans-serif;
    font-weight: 800;
}

.b-static-text h2 {
    font-size: 3.4em;
    color: #231f20;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-family: 'Halvar', sans-serif;
    font-weight: 800;
}

.b-static-text h3 {
    font-size: 2.8em;
    color: #231f20;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-family: 'Halvar', sans-serif;
    font-weight: 800;
}

.b-static-text h4 {
    font-size: 2.8em;
    color: #231f20;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-family: 'Halvar', sans-serif;
}

.b-static-text p {
    font-size: 1.6em;
    color: #231f20;
    line-height: 1.3em;
    padding-bottom: 15px;
}

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

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

.b-static-text blockquote {
    font-size: 2em;
    line-height: 1.2em;
    padding-left: 64px;
    background: url(/images/bq_21.png) no-repeat 0 0;
    color: #92aaf9;
    font-weight: 300;
    margin-bottom: 20px;
    clear: both;
}

.b-static-text blockquote p {
    font-size: 20px;
    color: #92aaf9;
    padding: 0;
}

.b-static-text ul, .b-static-text ol {
    margin: 0 0 10px 60px;
}

.b-static-text ul li {
    font-size: 1.6em;
    color: #231f20;
    line-height: 1.3em;
    padding-bottom: 10px;
    list-style: disc;
    list-style-position: outside;
}

.b-static-text ol li {
    font-size: 1.6em;
    color: #231f20;
    line-height: 1.3em;
    padding-bottom: 15px;
    list-style: decimal;
}

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

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

.b-static-text th, .b-static-text thead td {
    font-size: 1.4em;
    color: #231f20;
    background: #f4f4f4;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    padding: 20px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ececec;
}

.b-static-text .day th, .b-static-text .day thead td {
    font-size: 13px;
    padding: 10px 5px;
}

.b-static-text td {
    font-size: 1.6em;
    color: #231f20;
    font-weight: 300;
    line-height: 1.3em;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px;
    border: 1px solid #ececec;
}

.b-static-text .day td {
    font-size: 13px;
    padding: 10px 5px;
    background: #f4f4f4;
}

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

.b-static-text td a {
    font-weight: bold;
    color: #92aaf9!important;
}

.b-static-text td p {
    font-size: 16px;
    font-weight: 300;
    color: #231f20;
    padding: 0 0 10px 0;
}

.b-static-text .day td p {
    font-size: 13px;
}

.b-static-text td.color1 {
    background-color: #c69ecd; #pozakonkurs
}

.b-static-text td.color2 {
    background-color: #f8ab69; #dytyachi
}

.b-static-text td.color3 {
    background-color: #f57e94; #spec
}

.b-static-text td.color4 {
    background-color: #ffe356; #experemental
}

.b-static-text td.color5 {
    background-color: #8cdfe9; #konkurs
}

.b-static-text td.color6 {
    background-color: #aeb0ec; #lekcii
}

.b-static-text td.color7 {
    background-color: #f08c7e;
}

.b-static-text td.anime {
    background-image: url(/images/tmp/anime.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

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

.b-news-full .b-news-image {
    max-width: 500px;
    margin-right: 20px;
    float: left;
}

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

.b-news-item-image {
    position: relative;
    margin-bottom: 15px;
}

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

.b-news-item-info h3 {
    font-size: 1.8em;
    color: #231f20;
    line-height: 1.2em;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: 'Halvar', sans-serif;
}

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

.b-news-date {
    font-size: 1.3em;
    color: #969696;
    line-height: 1.2em;
}

.b-news-desc {
    font-size: 1.6em;
    color: #231f20;
    line-height: 1.2em;
}

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

.b-news-stat {
    margin-bottom: 20px;
}

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

.b-news-author, .b-news-source {
    font-size: 1.4em;
    color: #797979;
    line-height: 1.3em;
    font-style: italic;
    margin-bottom: 10px;
}

.b-news-file {
    font-size: 1.4em;
    color: #92aaf9;
    line-height: 1.3em;
    padding: 8px 0 8px 40px;
    background: url(/images/download_ico.png?v=2) no-repeat center left;
    margin-bottom: 20px;
}

.b-news-file a {
    text-decoration: underline;
    color: #92aaf9;
}

.b-news-author a, .b-news-source a {
    color: #92aaf9;
    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-list ul {
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
}

.b-news-list ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.b-news-list li {
    width: 23%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    //display : inline;
    //zoom : 1;
}

/*.b-news-other li {
    width: 30%!important;
    margin-bottom: 0;
}*/

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

.b-all {
    font-size: 1.6em;
    color: #92aaf9;
    text-align: center;
    line-height: 1.2em;
    font-weight: 300;
    padding-top: 20px;
}

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

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

/* program */
.b-program-list {

}

.b-block-item {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    cursor: pointer;
}

.b-block-item.view {
    padding-bottom: 20px;
    border-bottom: 2px solid #92aaf9;
}

.b-block-image.float {
    float: left;
    margin-right: 20px;
}

.b-block-image.b-video {
    margin-bottom: 20px;
}

.b-block-image.b-video iframe {
    max-width: 100%;
}

.b-block-image.full {
    margin-bottom: 20px;
}

.b-block-item.view .b-block-image {
    max-width: 380px;
}

.b-block-image a {
    display: block;
}

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

.b-block-info {
    background: url(/images/dark_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.b-block-item:hover .b-block-info {
    background: url(/images/dark_bg2.png);
}

.h-block-info {
    padding: 20px;
}

.b-block-info h1 {
    font-size: 2.8em;
    font-family: 'Halvar', sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.b-block-info h1 a {
    color: #ffffff;
    text-decoration: none;
}

.b-block-location {
    font-size: 1.5em;
    line-height: 1.3em;;
    color: #ffffff;
    margin-bottom: 10px;
}

.b-block-location.dark {
    color: #231f20;
    font-weight: bold;
}

.b-block-about {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 300;
    color: #ffffff;
}

.b-block-about strong {
    font-weight: bold;
}

.b-block-desc {
    font-size: 1.5em;
    line-height: 1.3em;
    color: #231f20;
    margin-bottom: 20px;
}

.b-block-desc p {
    padding-bottom: 15px;
}

.b-block-desc strong {
    font-weight: bold;
}

.b-block-about a {
    color: #ffffff;
    text-decoration: none;
}

.b-video-name {
    font-size: 2.8em;
    font-family: 'Halvar', sans-serif;
    color: #231f20;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.b-video-name a {
    color: #231f20;
    text-decoration: none;
}

.b-video-desc {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 300;
    color: #231f20;
}

.b-video-desc a {
    color: #92aaf9;
    text-decoration: underline;
}

.b-video-desc p {
    padding-bottom: 15px;
}

.b-video-author {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 300;
    color: #231f20;
    margin-bottom: 15px;
}

.b-block-full {
    overflow: hidden;
    zoom: 1;
}

/* faces */
.b-faces-list {

}

.b-faces-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #92aaf9;
}

.b-faces-item {
    overflow: hidden;
    zoom: 1;
}

.b-faces-image {
    float: left;
    margin-right: 20px;
}

.b-faces-image img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.b-faces-name {
    font-size: 2.8em;
    color: #231f20;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-family: 'Halvar', sans-serif;
}

.b-faces-name a {
    color: #231f20;
    text-decoration: none;
}

.b-faces-position {
    font-size: 1.4em;
    color: #626262;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.b-faces-about {
    font-size: 1.4em;
    color: #231f20;
    line-height: 1.3em;
}

.b-faces-about p {
    padding-bottom: 20px;
}

/* partners */
.b-partners-list {

}

.b-partners-list ul {
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
}

.b-partners-list ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.b-partners-list li {
    width: 20%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    //display : inline;
    //zoom : 1;
}

.b-partner-logo {
    position: relative;
    text-align: center;
}

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

.b-partner-name {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #848484;
    padding-bottom: 15px;
    text-align: center;
}

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

}

/* search */
.b-search-form {
    margin-bottom: 20px;
}

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

.b-search-submit {
    margin-top: 20px;
}

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

.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;
}

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

.b-form-submit {

}

.b-form-done {
    font-size: 1.4em;
    color: #40835b;
    font-weight: normal;
    line-height: 1.3em;
    padding: 15px 15px 15px 50px;
    background: #d3e6db url(/images/form_ico.png) no-repeat 15px 15px;
    margin-bottom: 30px;
}

.b-form-notice, .b-search-count {
    font-size: 1.4em;
    color: #979797;
    font-weight: normal;
    line-height: 1.3em;
    padding: 15px 15px 15px 50px;
    background: #f3f3f3 url(/images/form_ico.png) no-repeat 15px -116px;
    margin-bottom: 30px;
}

.b-form-error {
    font-size: 1.4em;
    color: #b18d1b;
    font-weight: normal;
    line-height: 1.3em;
    padding: 15px 15px 15px 50px;
    background: #f5e7ba url(/images/form_ico.png) no-repeat 15px -51px;
    margin-bottom: 30px;
}

/* pager */
.b-page-selector {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
}

.b-page-selector a {
    text-decoration: none;
    color: #000000;
    padding: 3px 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-page-selector span.current {
    text-decoration: none;
    color: #ffffff;
    background: #92aaf9;
    padding: 3px 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.b-page-selector a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #92aaf9;
}

/* footer */
.b-footer {

}

.h-footer {
    max-width: 1180px;
    padding: 0 20px 20px 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

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

.b-copyright {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 1.2em;
    padding-left: 94px;
    background: url(/images/logo_white.png) no-repeat 0 0;
    padding-top: 20px;
    min-height: 34px;
}

.b-webdev {
    margin-top: 20px;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.2em;
    font-weight: normal;
    float: right;
}

.b-webdev a {
    color: #fff;
}

@media only screen and (max-width : 1220px) {
    .b-menu.fixed {
        left: 20px;
        right: 20px;
        width: auto;
    }
}

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

    body {background: #bdc0ff;}

.b-logo a {
    display: block;
    width: 100%;
    height: 250px;
}

    .b-menu-ico {
        display: block;
    }

    .b-menu-text {
        font-size: 1.5em;
    }

    .b-site-nav {
        display: none;
        padding: 10px 0 0 0;
    }

    .b-site-nav li a {

    }
    .b-about-fest {
        margin: 250px 0 20px 0;
    }
    

    .b-join-btn {
        position: relative;
        top: auto;
        left: auto;
        font-size: 2.5em;
        padding: 0;
        margin-bottom: 20px;
    }
   .b-join-btn a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #92aaf9
    }

}

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

.b-logo a {
    display: block;
    width: 100%;
    height: 220px;
}

    .b-menu-ico {
        display: block;
    }

    .b-menu-text {
        font-size: 1.5em;
    }


    .b-site-nav {
        display: none;
        padding: 10px 0 0 0;
    }

    .b-site-nav li a {

    }


    .b-webdev {
        float: none;
    }

    .b-copyright {
        float: none;
    }
}



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

.b-logo a {
    display: block;
    width: 100%;
    height: 160px;
}

    .b-menu-ico {
        display: block;
    }

    .b-menu-text {
        font-size: 1.5em;
    }


    .b-site-nav {
        display: none;
        padding: 10px 0 0 0;
    }

    .b-site-nav li a {

    }


    .b-webdev {
        float: none;
    }

    .b-copyright {
        float: none;
    }
}



