* {	word-wrap: break-word; }

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display: block;
}

blockquote,q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-size: 100.0%;
    line-height: normal;
}

body.lock {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}

input, textarea {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

textarea {
    resize: none;
    vertical-align: top;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}

ul, ol {
    list-style: none;
}

:focus {
    outline: 0 !important;
}

::-ms-clear {
    display: none;
}

input[type="submit"][disabled="disabled"] {
    /*
    background: url("/images/loader.gif") no-repeat center 88% #949494 !important;
    color: #cecece !important;
    */
    cursor: default !important;
}

a {
    color: #1767b3;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -khtml-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

.cb  { clear: both; }
.dn  { display: none; }
.db  { display: block; }
.dib { display: inline-block; }
.fl  { float: left; }
.fr  { float: right; }
.pr  { position: relative; }
.pa  { position: absolute }
.pa-b:before {
    content: "";
    left: 0;
    position: absolute;
}
.mln { margin-left: 0 !important; }
.tc  { text-align: center; }
.tr  {  text-align: right; }
.tj  { text-align: justify; }
.tu  { text-transform: uppercase; }
.ver-top-box {
    display: inline-block;
    vertical-align: top;
}

.arm { font-family: 'Arian AMU', 'Arial AMU', 'GHEA Grapalat', 'Sylfaen', 'sans-serif' !important; }
.arl { font-family: 'Helvetica', 'Arial', 'sans-serif' !important; }

.list-inline:after,
.clear-fix:after {
    content: '';
    clear: both;
    display: block;
}

.list-inline>li {
    float: left;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-responsive {
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.scroller-block {
    overflow: auto;
}

.table-responsive,
.scroller-block {
    -webkit-overflow-scrolling: touch;
    scrollbar-base-color: rgba(42,68,90,.5);
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: rgba(42,68,90,.5);
    scrollbar-track-color: #E9E9E9;
    scrollbar-arrow-color: rgba(42,68,90,.5);
    scrollbar-shadow-color: rgba(42,68,90,.5);
    scrollbar-dark-shadow-color: rgba(42,68,90,.5);
}

.table-responsive::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar,
.scroller-block::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-track,
.scroller-block::-webkit-scrollbar {
    border-radius: 3px;
    height: 6px;
    width: 6px;
}

.table-responsive::-webkit-scrollbar-track,
.scroller-block::-webkit-scrollbar-track {
    background-color: #E9E9E9;
}

.table-responsive::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-thumb {
    background-color: rgba(42,68,90,.5);
}

.trans-color {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -khtml-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.trans-background {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -khtml-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.trans-all{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trans-transform {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -khtml-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.trans-border {
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -khtml-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.trans-opacity {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.trans-none {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -khtml-transition: none;
    transition: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Default font-size 16px */

.fs10 { font-size: 0.625em; }
.fs11 { font-size: 0.688em; }
.fs12 { font-size: 0.750em; }
.fs13 { font-size: 0.813em; }
.fs14 { font-size: 0.875em; }
.fs15 { font-size: 0.938em; }
.fs16 { font-size: 1.000em; }
.fs17 { font-size: 1.063em; }
.fs18 { font-size: 1.125em; }
.fs19 { font-size: 1.188em; }
.fs20 { font-size: 1.250em; }
.fs21 { font-size: 1.313em; }
.fs22 { font-size: 1.375em; }
.fs23 { font-size: 1.438em; }
.fs24 { font-size: 1.500em; }
.fs25 { font-size: 1.563em; }
.fs26 { font-size: 1.625em; }
.fs27 { font-size: 1.688em; }
.fs28 { font-size: 1.750em; }
.fs29 { font-size: 1.813em; }
.fs30 { font-size: 1.875em; }
.fs31 { font-size: 1.938em; }
.fs32 { font-size: 2.000em; }
.fs33 { font-size: 2.063em; }
.fs34 { font-size: 2.125em; }
.fs36 { font-size: 2.250em; }
.fs56 { font-size: 3.500em; }
.fs58 { font-size: 3.625em; }


/*ANIMATE*/
.border-hover-reverse,
.border-hover {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.background-hover-height,
.background-hover-reverse,
.background-hover {
    position: relative;
}

.background-hover-height:before,
.background-hover-reverse:before,
.background-hover:before {
    background-color: #2a445a;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.sub-menu .background-hover-height:before {
    background-color: #fff;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    -khtml-transition: height 0.2s ease;
    transition: height 0.2s ease;
    z-index: 1;
}

.background-hover-reverse:before,
.background-hover:before {
    height: 100%;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -khtml-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.background-hover-height:before {
    height: 0;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -ms-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    -khtml-transition: height 0.1s ease;
    transition: height 0.1s ease;
    width: 100%;
}

.border-hover-reverse:before,
.border-hover:before {
    background-color: #000;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -khtml-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.background-hover-height.active {
    height: 100%;
}

.background-hover-reverse.active:before,
.border-hover-reverse.active:before {
    width: 100%;
}

.background-hover.active:before,
.border-hover.active:before {
    width: 0;
}

.border-hover-reverse:before,
.background-hover-reverse:before {
    width: 0;
}

.border-hover:before,
.background-hover:before {
    width: 100%;
}

.background-hover-reverse span,
.background-hover span {
    position: relative;
    z-index: 1;
}

.dot-txt {
    overflow: hidden;
}

/* For 1x devices */

a.ft_ppt:after,
a.ft_doc:after,
a.ft_docx:after,
a.ft_xls:after,
a.ft_xlsx:after,
a.ft_pdf:after,
.ui-selectmenu-icon,
.sprite,
.sprite-a:after,
.sprite-b:before {
    background-image: url('/img/sprite.png?m=4');
    background-repeat: no-repeat;
}

.sprite-a:after,
.sprite-b:before {
    content: '';
}

/* For 2x devices */

@media only screen and ( -webkit-min-device-pixel-ratio: 2 ),
       only screen and ( -webkit-min-device-pixel-ratio: 1.5 ),
       only screen and ( -moz-min-device-pixel-ratio: 2),
       only screen and ( -o-min-device-pixel-ratio: 3/2),
       only screen and ( -o-min-device-pixel-ratio: 2/1),
       only screen and ( min--moz-device-pixel-ratio: 1.5),
       only screen and ( min-device-pixel-ratio: 1.5),
       only screen and ( min-device-pixel-ratio: 2) {

    a.ft_ppt:after,
    a.ft_doc:after,
    a.ft_docx:after,
    a.ft_xls:after,
    a.ft_xlsx:after,
    a.ft_pdf:after,
    .ui-selectmenu-icon,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite2x.png?m=4');
        background-size: 500px auto;
    }

}

/* For 3x devices */

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 480dpi) {

    a.ft_ppt:after,
    a.ft_doc:after,
    a.ft_docx:after,
    a.ft_xls:after,
    a.ft_xlsx:after,
    a.ft_pdf:after,
    .ui-selectmenu-icon,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite3x.png?m=4');
        background-size: 500px auto;
    }

}

/* For 4x devices */

@media (-webkit-min-device-pixel-ratio: 4), (min-resolution: 640dpi) {

    a.ft_ppt:after,
    a.ft_doc:after,
    a.ft_docx:after,
    a.ft_xls:after,
    a.ft_xlsx:after,
    a.ft_pdf:after,
    .ui-selectmenu-icon,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite4x.png?m=4');
        background-size: 500px auto;
    }

}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.line {
    margin-right: -15px;
    margin-left: -15px;
}

.container:before,
.container:after,
.line:before,
.line:after {
    display: table;
    content: " ";
}

.container:after,
.line:after {
    clear: both;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.column-mobile-1, .column-small-1, .column-medium-1, .column-large-1, .column-mobile-2, .column-small-2, .column-medium-2, .column-large-2, .column-mobile-3, .column-small-3, .column-medium-3, .column-large-3, .column-mobile-4, .column-small-4, .column-medium-4, .column-large-4, .column-mobile-5, .column-small-5, .column-medium-5, .column-large-5, .column-mobile-6, .column-small-6, .column-medium-6, .column-large-6, .column-mobile-7, .column-small-7, .column-medium-7, .column-large-7, .column-mobile-8, .column-small-8, .column-medium-8, .column-large-8, .column-mobile-9, .column-small-9, .column-medium-9, .column-large-9, .column-mobile-10, .column-small-10, .column-medium-10, .column-large-10, .column-mobile-11, .column-small-11, .column-medium-11, .column-large-11, .column-mobile-12, .column-small-12, .column-medium-12, .column-large-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.column-mobile-1, .column-mobile-2, .column-mobile-3, .column-mobile-4, .column-mobile-5, .column-mobile-6, .column-mobile-7, .column-mobile-8, .column-mobile-9, .column-mobile-10, .column-mobile-11, .column-mobile-12 {
    float: left;
}
.column-mobile-12 {
    width: 100%;
}
.column-mobile-11 {
    width: 91.66666667%;
}
.column-mobile-10 {
    width: 83.33333333%;
}
.column-mobile-9 {
    width: 75%;
}
.column-mobile-8 {
    width: 66.66666667%;
}
.column-mobile-7 {
    width: 58.33333333%;
}
.column-mobile-6 {
    width: 50%;
}
.column-mobile-5 {
    width: 41.66666667%;
}
.column-mobile-4 {
    width: 33.33333333%;
}
.column-mobile-3 {
    width: 25%;
}
.column-mobile-2 {
    width: 16.66666667%;
}
.column-mobile-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .column-small-1, .column-small-2, .column-small-3, .column-small-4, .column-small-5, .column-small-6, .column-small-7, .column-small-8, .column-small-9, .column-small-10, .column-small-11, .column-small-12 {
        float: left;
    }
    .column-small-12 {
        width: 100%;
    }
    .column-small-11 {
        width: 91.66666667%;
    }
    .column-small-10 {
        width: 83.33333333%;
    }
    .column-small-9 {
        width: 75%;
    }
    .column-small-8 {
        width: 66.66666667%;
    }
    .column-small-7 {
        width: 58.33333333%;
    }
    .column-small-6 {
        width: 50%;
    }
    .column-small-5 {
        width: 41.66666667%;
    }
    .column-small-4 {
        width: 33.33333333%;
    }
    .column-small-3 {
        width: 25%;
    }
    .column-small-2 {
        width: 16.66666667%;
    }
    .column-small-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .column-medium-1, .column-medium-2, .column-medium-3, .column-medium-4, .column-medium-5, .column-medium-6, .column-medium-7, .column-medium-8, .column-medium-9, .column-medium-10, .column-medium-11, .column-medium-12 {
        float: left;
    }
    .column-medium-12 {
        width: 100%;
    }
    .column-medium-11 {
        width: 91.66666667%;
    }
    .column-medium-10 {
        width: 83.33333333%;
    }
    .column-medium-9 {
        width: 75%;
    }
    .column-medium-8 {
        width: 66.66666667%;
    }
    .column-medium-7 {
        width: 58.33333333%;
    }
    .column-medium-6 {
        width: 50%;
    }
    .column-medium-5 {
        width: 41.66666667%;
    }
    .column-medium-4 {
        width: 33.33333333%;
    }
    .column-medium-3 {
        width: 25%;
    }
    .column-medium-2 {
        width: 16.66666667%;
    }
    .column-medium-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .column-large-1, .column-large-2, .column-large-3, .column-large-4, .column-large-5, .column-large-6, .column-large-7, .column-large-8, .column-large-9, .column-large-10, .column-large-11, .column-large-12 {
        float: left;
    }
    .column-large-12 {
        width: 100%;
    }
    .column-large-11 {
        width: 91.66666667%;
    }
    .column-large-10 {
        width: 83.33333333%;
    }
    .column-large-9 {
        width: 75%;
    }
    .column-large-8 {
        width: 66.66666667%;
    }
    .column-large-7 {
        width: 58.33333333%;
    }
    .column-large-6 {
        width: 50%;
    }
    .column-large-5 {
        width: 41.66666667%;
    }
    .column-large-4 {
        width: 33.33333333%;
    }
    .column-large-3 {
        width: 25%;
    }
    .column-large-2 {
        width: 16.66666667%;
    }
    .column-large-1 {
        width: 8.33333333%;
    }
}
@media only screen and (min-width: 768px) {

    @-webkit-keyframes arrow-animation {
        0%   { right: 0; }
        50%   { right: -5px; }
        100% { right: 0; }
    }
    @-moz-keyframes arrow-animation {
        0%   { right: 0; }
        50%   { right: -5px; }
        100% { right: 0; }
    }
    @-o-keyframes arrow-animation {
        0%   { right: 0; }
        50%   { right: -5px; }
        100% { right: 0; }
    }
    @keyframes arrow-animation {
        0%   { right: 0; }
        50%   { right: -5px; }
        100% { right: 0; }
    }

    main .shape .title:hover {
        opacity: .8;
        text-decoration: none;
    }

    footer .helix-logo:hover {
        opacity: 1;
    }

    a:hover {
        text-decoration: underline;
    }

    .static-content a:hover,
    .border-hover-reverse:hover {
        text-decoration: none;
    }

    .background-hover:hover:before,
    .border-hover:hover:before {
        text-decoration: none;
        width: 0;
    }

    .background-hover-reverse:hover:before,
    .border-hover-reverse:hover:before {
        width: 100%;
    }

    main .form-box .send-btn:hover {
        background-color: #FFFFFF;
        color: #00abed;
    }

    .pagination-block li a:hover,
    header .language-list a:hover {
        color: #00abed;
    }

    .main-menu .sub-menu a:hover span {
        text-decoration: underline;
    }

    main .scroll-arrow:hover,
    header .response-group-link:hover {
        background-color: #2a445a;
    }

    .pagination-block li.next:hover:before {
        background-position: -334px top;
    }

    .pagination-block li.prev:hover:before {
        background-position: -347px -15px;
    }

    .flex-control-paging li a:hover {
        background: rgba(255, 255, 255, .5);
    }

    main .shape .img-out a:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    main .shape .link:hover {
        opacity: 1;
    }

    main .shape .link:hover:after {
        -webkit-animation: arrow-animation .5s;
        -moz-animation:    arrow-animation .5s;
        -o-animation:      arrow-animation .5s;
        animation:         arrow-animation .5s;
    }

    .flexslider .slides li a:hover img {
        opacity: .8;
    }

    .board-member-top-right a:hover:before {
        -webkit-transform: translateY(-12px) rotateX(-90deg);
        -moz-transform: translateY(-12px) rotateX(-90deg);
        -ms-transform: translateY(-12px) rotateX(-90deg);
        -o-transform: translateY(-12px) rotateX(-90deg);
        transform: translateY(-12px) rotateX(-90deg);
    }

    .board-member-top-right a:hover:after {
        -webkit-transform: translateY(0) rotateX(0deg);
        -moz-transform: translateY(0) rotateX(0deg);
        -ms-transform: translateY(0) rotateX(0deg);
        -o-transform: translateY(0) rotateX(0deg);
        transform: translateY(0) rotateX(0deg);
        opacity: 1;
    }

    main .events-pic-box .album-link:hover {
        background-color: #009BD8;
    }

}
.static-content {
    color: #3f4c56;
}

.static-content p {
    padding-bottom: 15px;
}

.static-content a {
    color: #00abed;
    text-decoration: underline;
}

.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    margin-bottom: 1em;
}

.static-content h6 {
    font-size: 1.067em;
}

.static-content h5 {
    font-size: 1.200em;
}

.static-content h4 {
    font-size: 1.333em;
}

.static-content h3 {
    font-size: 1.467em;
}

.static-content h2 {
    font-size: 1.600em;
}

.static-content li {
    padding: 0 0 25px 25px;
    position: relative;
}

.static-content li h2 {
    font-size: 24px;
}

.static-content li h3 {
    font-size: 22px;
}

.static-content li h4 {
    font-size: 20px;
}

.static-content li h5 {
    font-size: 18px;
}

.static-content li h6 {
    font-size: 16px;
}

.static-content iframe {
    margin-bottom: 15px;
    max-width: 100%;
}

.static-content li {
    padding: 0 0 20px 25px;
}

.static-content ul li:before {
    background-color: #3f4c56;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 6px;
}

.static-content ol {
    counter-reset: id;
    position: relative;
}

.static-content ol li:before {
    counter-increment: id;
    content: counter(id)'.';
    color: #3f4c56;
    left: 0;
    position: absolute;
    top: 1px;
    width: 20px;
}

.static-content img {
    height: auto !important;
}

.static-content em,
.static-content i {
    font-style: italic;
}

.static-content u {
    text-decoration: underline;
}

.static-content hr {
    background-color: #DFDFDF;
    border: none;
    height: 1px;
    margin: 15px 0;
}

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

.static-content table {
    table-layout: fixed;
    width: 100%;
}

.static-content th,
.static-content td {
    padding: 10px 18px;
    word-wrap: normal;
}

.static-content tr:nth-child(odd) {
    background-color: #fafafa;
}

.static-content blockquote {
    background-color: #3f4c56;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

#discussion-attachment .uploadifive-button,
#discussion-form .multi-upload.uploadifive-button {
    text-align: left !important;
}

#discussion-attachment .uploadifive-button {
    margin-bottom: 15px;
}

#discussion-attachment .uploadifive-button:before {
    background-position: -444px -20px;
    content: ' ';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

#discussion-form .file-upload-out:hover {
    background-color: #B9C9D8;
}

#discussion-form .file-upload-out input {
    cursor: pointer;
    top: 0 !important;
    left: 0;
    height: 170px;
    width: 390px;
}

#discussion-form .file-upload-out .btn-txt {
    display: inline-block;
    color: #fff;
    max-width: 150px;
    padding-top: 85px;
}

#discussion-form .file-upload-out .btn-txt,
#discussion-form .multi-upload .btn-txt {
    font-family: 'Montserrat-bold', 'Arian AMU Bold', 'Arial AMU', 'GHEA Grapalat', 'Sylfaen', 'sans-serif'; font-weight: bold;
}

body.hy #discussion-form .file-upload-out .btn-txt,
#discussion-form .multi-upload .btn-txt {
    font-family: 'Noah-DemiBold', 'Arian AMU Bold', 'Arial AMU', 'GHEA Grapalat', 'Sylfaen', 'sans-serif'; font-weight: bold;
}

#discussion-form .file-upload-out .btn-txt:before {
    background-position: -476px -246px;
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    right: 0;
    top: 46px;
    margin: 0 auto;
    width: 24px;
}

#discussion-form .file-upload-out .uploadifive-queue-item {
    margin-bottom: 10px;
}

#discussion-form .multi-upload,
#discussion-form .upload-videos {
    line-height: 36px;
}

#discussion-form .multi-upload .btn-txt {
    display: block;
    padding: 0 15px 0 48px;
    position: relative;
}

#discussion-form .multi-upload input {
    cursor: pointer;
    top: 0 !important;
    left: 0;
    height: 36px;
    width: 100%;
}

#discussion-form .multi-upload .btn-txt:before {
    background-position: -480px -270px;
    content: '';
    height: 18px;
    position: absolute;
    left: 20px;
    top: 9px;
    width: 20px;
}

#discussion-form .multi-upload.upload-files .btn-txt {
    padding-left: 40px;
}

#discussion-form .multi-upload.upload-files .btn-txt:before {
    background-position: -489px -311px;
    height: 20px;
    width: 12px;
    top: 8px;
}

#discussion-form .upload-videos {
    cursor: pointer;
}

#discussion-form .yt-img {
    margin-top: 10px;
}

.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}
.uploadifive-queue-item .close {
    background: url('/img/uploadifive-cancel.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}
.uploadifive-queue-item .progress-bar {
    background-color: #0072BC;
    height: 3px;
    width: 0;
}
#discussion-form .uploadifive-queue-item .filename,
#discussion-form .uploadifive-queue-item .fileinfo {
    font-size: 1.125em;
}

#uploadifive-file-upload input[type="file"] {
    cursor: pointer;
    height: 40px !important;
    line-height: 40px;
    top: -1px !important;
}

#uploadifive-file-upload .btn-txt {
    display: block;
    height: 40px;
    line-height: 40px;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
.ui-selectmenu-menu {
    background-color: #FFFFFF;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    display: none;
    overflow: auto;
    max-height: 250px;
    position: absolute !important;
    width: 100%;
    z-index: 1;
}

.ui-selectmenu-menu.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    background-color: #FFFFFF;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    color: #989898;
    cursor: pointer;
    display: block;
    line-height: 58px;
    height: 60px;
    padding: 0 53px 0 20px;
    position: relative;
    width: 100%;
}

.ui-selectmenu-menu.ui-selectmenu-open,
.ui-selectmenu-button-open {
    border-color: #2a445a;
    color: #2a445a;
}

.ui-selectmenu-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-selectmenu-icon {
    background-position: -437px top;
    bottom: 0;
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui-selectmenu-button-open .ui-selectmenu-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.ui-menu {
    padding: 7px 0;
    width: 100% !important;
}

.ui-menu-item-wrapper {
    color: #989898;
    cursor: pointer;
    padding: 10px 20px;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: #2a445a;
    color: #FFFFFF;
}
html, body {
    height: 100%;
}

body header.main-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
    box-shadow: none !important;
}

header {
    background-color: #fff;
    min-height: 140px;
    position: fixed;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
    z-index: 4;
    width: 100%;
}

header .main-logo {
    height: 74px;
    margin-top: 20px;
    width: 178px;
    margin-right: 35px;
}

header .secondary-logo,
header .main-logo {
    margin-top: 20px;
}

header .main-logo a,
header .secondary-logo a {
    height: 100%;
    text-indent: -99999px;
    width: 100%;
}

header .main-logo a {
    background-position: left top;
}

header .secondary-logo {
    height: 74px;
    width: 74px;
}

header .secondary-logo a {
    background-position: left -299px;
}

header .language-list,
header .secondary-menu {
    margin-top: 15px;
}

header .secondary-menu:before {
    background-color: #000;
    content: "";
    height: 20px;
    left: inherit;
    right: 0;
    width: 1px;
}

header .secondary-menu li {
    margin-right: 30px;
}

header .secondary-menu a {
    color: #000;
    text-decoration: none;
}

header .language-list li {
    margin-left: 15px;
}

header .language-list a.active {
    color: #00abed !important;
}

header .language-list a {
    color: #212121;
    text-decoration: none;
}

header .menu-top {
    margin-bottom: 25px;
}

header .main-menu {
    margin-bottom: 20px;
}

header .main-menu a {
    text-decoration: none;
}

header .main-menu > ul > li {
    height: 40px;
    line-height: 40px;
}

header .main-menu > ul > li > a.active,
header .main-menu > ul > li > a.hover-active {
    color: #fff;
}

header .main-menu a span {
    z-index: 1;
}

header .main-menu > ul > li > a.active:before,
header .main-menu > ul > li > a.hover-active:before {
    height: 100%;
}

header .main-menu > ul > li > a {
    color: #212121;
    height: 100%;
    padding: 0 15px;
}

header .main-menu .sub-menu {
    background-color: #2a445a;
    max-height: 400px;
    min-width: 200px;
    padding: 10px 0;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 1;
}

header .main-menu .sub-menu li {
    line-height: normal;
    width: 100%;
}

header .main-menu .sub-menu a {
    background-color: #2a445a;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
}

header .response-group-link {
    background-color: #00abed;
    border-radius: 20px;
    color: #fff;
    margin-left: 15px;
    padding: 11px 20px;
    text-decoration: none;
}

header .response-group-link:active {
    background-color: #1E3141 !important;
}

.shape {
    padding-top: 130px;
    width: 100%;
}

.shape:before {
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}

main .form-box {
    margin-bottom: 30px;
}

main .form-box:last-child {
    margin-bottom: 0;
}

main .form-box .form-error-message {
    color: #fb5151;
    margin-top: 5px;
}

main .form-box.form-error .form-error-message {
    display: block;
}

.form-error .ui-selectmenu-menu,
.form-error .ui-selectmenu-button,
main .form-box.form-error input {
    border-color: #fb5151;
}

main .form-box input[type="text"],
main .form-box input[type="password"],
main .form-box textarea {
    border: 1px solid #b2b2b2;
    height: 60px;
    padding: 0 20px;
    width: 100%;
}

main .form-box textarea {
    height: 150px;
    padding: 20px;
}

main .form-box input[type="text"]:focus,
main .form-box input[type="password"]:focus,
main .form-box textarea:focus {
    border: 1px solid #2a445a;
}

main .form-box.checkbox-style label {
    cursor: pointer;
}

main .form-box.checkbox-style input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    vertical-align: middle;
}

main .form-box.checkbox-style a {
    color: #00abed;
}

main .form-box .send-btn {
    background-color: #00abed;
    border-radius: 20px;
    border: 1px solid #00abed;
    color: #fff;
    cursor: pointer;
    height: 40px;
    min-width: 180px;
    padding: 0 25px;
}

main .form-box .send-btn:active {
    background-color: #009FDE !important;
    border-color: #009FDE !important;
    color: #FFFFFF !important;
}

main .form-box .send-btn[disabled="disabled"] {
    background: #2CB6ED url('/img/button-loader.gif') no-repeat center center !important;
    border-color: #2CB6ED;
    cursor: default;
    min-width: 150px;
    text-indent: -99999px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

main.inner-page {
    padding-top: 180px;
}

main.inner-page.members-page {
    padding-bottom: 0;
}

main.inner-page.members-page .static-content {
    padding-bottom: 20px;
}

main.inner-page {
    color: #3f4c56;
    padding-bottom: 130px;
}

main.inner-page.contacts-page {
    padding-bottom: 0;
}

main.inner-page .inner-title {
    margin-bottom: 30px;
}

main .breadcrumb-block {
    margin-bottom: 39px;
    padding-bottom: 1px;
    overflow: hidden;
}

main .breadcrumb-block li:after {
    content: '/';
    display: inline-block;
    padding: 0 5px;
}

main .breadcrumb-block li:last-child:after {
    display: none;
}

main .breadcrumb-block a {
    color: #212121;
    display: inline-block;
    vertical-align: top;
}

main .breadcrumb-block a:before {
    background-color: #212121;
}

main .breadcrumb-block .active {
    color: #808080;
}

main .scroll-arrow {
    background-color: #00ABED;
    background-position: -250px top;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -95px;
    width: 80px;
}

main .scroll-arrow:active {
    background-color: #1E3141 !important;
}

main .announcements-block.shape:before {
    background: url("/img/announcements-shape.png") transparent right bottom no-repeat;
    background-size: 100%;
    top: -130px;
}

main .events-block.shape:before {
    background: url("/img/events-shape.png") #8040b0  right bottom no-repeat;
    background-size: 100%;
}

main .events-block .column-medium-7 {
    float: right;
}

main .news-block.shape:before {
    background: url("/img/news-shape.png") #fff left bottom no-repeat;
    background-size: 100%;
}

main .shape {
    padding: 205px 0 75px;
}

main .shape .inner {
    height: 470px;
}

main .shape .link {
    color: #00abed;
    opacity: .8;
    padding-right: 11px;
    text-decoration: none;
}

main .shape .link:after {
    background-position: -338px -2px;
    bottom: 0;
    height: 8px;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -khtml-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

main .shape .img-out {
    border: 4px solid #fff;
    border-radius: 2px;
    max-height: 430px;
    margin-top: 20px;
    max-width: 734px;
    overflow: hidden;
}

.main-title {
    height: 30px;
    margin-bottom: 18px;
    padding: 0 10px;
    line-height: 32px;
}

main .shape .title {
    line-height: 1.333em;
    margin-bottom: 12px;
}

main .shape .txt {
    line-height: 1.625em;
    margin-bottom: 25px;
}

main .announcements-block {
    background-color: #8040b0;
    color: #fff;
    margin-top: -130px;
    padding: 75px 0;
    position: relative;
}

main .announcements-block a {
    color: #fff;
}

main .events-block .title,
main .announcements-block .title {
    max-height: 141px;
}

main .news-block .title {
    max-height: 102px;
}

main .news-block .txt {
    max-height: 52px;
}

main .announcements-block .txt,
main .events-block .txt {
    max-height: 104px;
}

main .announcements-block .main-title {
    background-color: #ff4761;
}

main.inner-page .main-title,
main .events-block .main-title {
    background-color: #b450e8;
    color: #fff;
}

main.inner-page .main-title {
    margin-bottom: 30px;
}

main .news-block {
    background-color: #00abed;
    color: #fff;
    margin-bottom: -130px;
    padding: 240px 0 255px;
}

main .news-block .title {
    color: #fff;
    margin-bottom: 7px;
}

main .news-block .txt {
    margin-bottom: 9px;
}

main .news-block .img-out {
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    max-width: 440px;
    width: auto;
}

main .news-block .main-title {
    background-color: #2a445a;
    color: #fff;
    margin-bottom: 30px;
}

main .news-block .link {
    color: #2a445a;
}

main .news-block .link:before {
    background-color: #2a445a;
}

main .news-block .link:after {
    background-position: -351px -2px;
}

main .announcements-block .inner {
    margin-left: -20px;
    padding-right: 80px;
}

main .events-block {
    background-color: #fff;
    color: #3f4c56;
}

main .events-block a {
    color: #3f4c56;
}

main .events-block .inner {
    margin-right: -20px;
    padding-left: 80px;
}


main .events-block .img-out {
    border-color: #ccc;
}

main .fade-slider,
main .fade-slider .slider-box  {
    height: 940px;
}

main .fade-slider .slider-box {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 940px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

main .fade-slider .slider-title {
    background-color: #00ABED;
    color: #fff;
    margin-top: 325px;
    padding: 10px 35px 15px;
}

main .pagination-block {
    margin-bottom: 60px;
}

.pagination-block li.disabled a {
    display: none;
}

.pagination-block li {
    color: #2a445a;
    margin-right: 25px;
}

.pagination-block li.next,
.pagination-block li.prev {
    height: 25px;
    width: 30px;
}

.pagination-block li.next a,
.pagination-block li.prev a {
    padding: 0;
}

.pagination-block li.next:before,
.pagination-block li.prev:before {
    bottom: 0;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.pagination-block li.next.disabled,
.pagination-block li.prev.disabled {
    opacity: .3;
}

.pagination-block li.next.disabled:before,
.pagination-block li.next:before {
    background-position: -347px top;
}

.pagination-block li.prev.disabled:before,
.pagination-block li.prev:before {
    background-position: -334px -15px;
}

.pagination-block li:first-child {
    margin-right: 30px;
}

.pagination-block li:last-child {
    margin-right: 0;
}

.pagination-block li a {
    color: #2a445a;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-decoration: none;
}

.pagination-block li a.active {
    color: #00abed;
}


/* CONTACTS page */

#map {
    height: 700px;
    margin: -130px 0;
    width: 100%;
}

#map > div {
    background: #f2f2f2 url("/img/loader.gif") center center no-repeat !important;
}

main .contacts-shape {
    padding-top: 0;
    padding-bottom: 210px;
}

main .contacts-list {
    max-width: 500px;
}

main .contacts-list li {
    min-height: 60px;
    margin-bottom: 30px;
    padding-left: 80px;
}

main .contacts-list li a {
    color: #3f4c56;
}

main .contacts-list li a:before {
    background-color: #3f4c56;
}

main .contacts-list li p {
    height: 60px;
}

main .contacts-list li:before {
    background-color: #00abed;
    border-radius: 50%;
    bottom: 0;
    height: 60px;
    margin: auto 0;
    top: 0;
    width: 60px;
}

main .contacts-list li.addres-link:before {
    background-position: left -130px;
}

main .contacts-list li.tel-link:before {
    background-position: -63px -130px;
}

main .contacts-list li.mail-link:before {
    background-position: -126px -130px;
}

main .contacts-shape.shape:before {
    background: url("/img/contacts-shape.png") transparent left bottom no-repeat;
    bottom: 0;
    top: inherit;
    z-index: 1;
}

/* Board members list */

.board-members-list {
    margin-bottom: 30px;
}

main .board-member-box {
    margin-bottom: 30px;
}

main .board-member-inner {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
}

.board-member-box .pic-box {
    max-width: 180px;
}

.board-member-right {
    padding-left: 200px;
}

.board-member-top {
    margin-bottom: 10px;
    overflow: hidden;
}

.board-member-top-left {
    padding-right: 120px;
}

.board-member-top-left a {
    color: #3f4c56;
    margin-bottom: 3px;
}

.board-member-top-left .position {
    color: #788188;
}

main .board-member-right .description {
    max-height: 120px;
    margin-bottom: 10px;
}

.board-member-right .more {
    color: #00abed;
}

.board-member-top-right li:first-child ~ li {
    margin-left: 15px;
}

.board-member-top-right a {
    background-color: #FFFFFF;
}

.board-member-top-right a:before,
.board-member-top-right a:after,
.board-member-top-right a {
    height: 24px;
    width: 24px;
}

.board-member-top-right a.facebook:before,
.board-member-top-right a.facebook:after {
    background-position: -359px top;
}

.board-member-top-right a.instagram:before,
.board-member-top-right a.instagram:after {
    background-position: -385px top;
}

.board-member-top-right a.twitter:before,
.board-member-top-right a.twitter:after {
    background-position: -411px top;
}

.board-member-top-right a.flickr:before,
.board-member-top-right a.flickr:after {
    background-position: -359px -52px;
}

.board-member-top-right a:before,
.board-member-top-right a:after {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.board-member-top-right a:before {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    -o-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
}

.board-member-top-right a:after {
    -webkit-transform: translateY(12px) rotateX(90deg);
    -moz-transform: translateY(12px) rotateX(90deg);
    -ms-transform: translateY(12px) rotateX(90deg);
    -o-transform: translateY(12px) rotateX(90deg);
    transform: translateY(12px) rotateX(90deg);
    opacity: 0;
}

.fancybox-inner .board-member-box {
    max-width: 800px;
}

.fancybox-inner .board-member-top-right {
    position: relative;
    z-index: 8050;
}

/* Events */

main .events-list {
    margin-bottom: 50px;
}

main .events-box:first-child ~ .events-box {
    border-top: 1px solid #dedede;
    margin-top: 30px;
    padding-top: 50px;
}

main .events-pic-box {
    max-width: 468px;
}

main .events-pic-box .album-link {
    background-color: #00ABED;
    bottom: 0;
    max-width: 200px;
    padding: 0 20px 0 60px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

main .events-pic-box .album-link:active {
    background-color: #008CC4;
}

main .events-pic-box .album-link:before {
    background-position: -359px -26px;
    bottom: 0;
    height: 24px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 24px;
}

main .events-pic-box .album-link .table-cell {
    color: #FFFFFF;
    height: 60px;
}

main .events-pic-box + .events-text-box {
    padding-left: 508px;
}

main .events-top-box {
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    min-height: 60px;
    padding: 0 75px 12px 90px;
}

main .events-top-box.without-left-padding {
    padding-left: 0;
}

main .events-top-box .date {
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

main .events-top-box .month {
    background-color: #FF4761;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
}

main .events-top-box .day {
    background-color: #F2F2F2;
    color: #3f4c56;
    height: 40px;
    line-height: 40px;
}

main .events-box .full-date {
    color: #808080;
    position: absolute;
    right: 0;
    top: 0;
}

main .events-top-box h3 {
    padding-bottom: 10px;
}

main .events-top-box h3 a {
    color: #3f4c56;
}

main .events-top-box .location,
main .events-top-box .time {
    color: #788188;
    min-height: 12px;
    padding: 0 0 10px 25px;
}

main .events-top-box .location:before,
main .events-top-box .time:before {
    background-position: -385px -26px;
    height: 12px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 12px;
}

main .events-top-box .location:before {
    background-position: -399px -26px;
    height: 14px;
    top: 5px;
    width: 10px;
}

main .events-description {
    height: 100px;
    margin-bottom: 10px;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

main .events-description p{margin-bottom:10px;line-height: 2em;text-align:justify;}

main .events-description.bottom-margin {
    height: auto;
    margin-bottom: 20px;
}

main .events-box .more {
    color: #00abed;
}

/* Application form styles */

main.application-form .wrapper {
    max-width: 676px;
}

main .application-form-info {
    border: 1px dashed #B3B3B3;
    margin-bottom: 50px;
    padding: 15px 30px 5px;
}

main .application-form-info p {
    color: #3f4c56;
    line-height: 22px;
    margin-bottom: 10px;
}

/* About box */

main .about-box:before {
    background-color: #dedede;
    content: '';
    height: 100%;
    left: 290px;
    position: absolute;
    top: 0;
    width: 1px;
}

main .about-left {
    padding-right: 50px;
    width: 290px;
}

main .about-inner-menu > li,
main .about-menu > li {
    margin-bottom: 35px;
}

main .about-inner-menu a,
main .about-menu > li > a {
    color: #3f4c56;
}

main .about-menu > li > a.sprite-b {
    margin-bottom: 15px;
    padding-right: 15px;
}

main .about-menu > li > a.sprite-b:before {
    background-position: -452px top;
    height: 8px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 5px;
}

main .about-menu > li > a.fsb.sprite-b:before {
    background-position: -459px top;
    height: 5px;
    top: 7px;
    width: 8px;
}

main .about-inner-menu .fsb,
main .about-menu > li > a.fsb {
    color: #00abed;
    text-decoration: none;
}

main .about-inner-menu {
    margin-left: 40px;
}

main .about-right {
    padding: 0 240px 0 340px;
}

main .about-title {
    color: #00abed;
    margin-bottom: 20px;
}

main .about-static-box .soc-box {
    position: absolute;
    right: -240px;
    top: 0;
    width: 210px;
}

main .about-static-box .soc-title {
    color: #3f4c56;
    margin-bottom: 15px;
}

/* Search styles */

main .search-list {
    margin-bottom: 50px;
}

main .search-result-box:first-child ~ .search-result-box {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-top: 20px;
}

main .search-pic-box {
    max-width: 200px;
}

main .search-pic-box + .search-text-content {
    padding-left: 220px;
}

main .search-link {
    margin-bottom: 15px;
}

main .search-result-empty,
main .search-link,
main .search-description {
    color: #3f4c56;
}

/* Gallery styles */

main .gallery-list {
    margin: 0 -10px;
}

main .gallery-list-box {
    box-sizing: border-box;
    padding: 0 10px 15px;
    width: 25%;
}

main .gallery-pic-box {
    margin-bottom: 15px;
    max-width: 330px;
}

main .gallery-title {
    color: #3f4c56;
}

/* Error page styles */

footer.error-bg:after {
    background: url('/img/404.png') no-repeat center top;
    background-size: cover;
    content: '';
    height: 291px;
    left: 0;
    position: absolute;
    top: -290px;
    width: 100%;
}

main .error-container {
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 15px 200px;
}

main .error-container p {
    color: #3f4c56;
    -webkit-transform: matrix( 0.99340692680533,-0.11464151854881,0.11464151854881,0.99340692680534,0,0);
    -moz-transform: matrix( 0.99340692680533,-0.11464151854881,0.11464151854881,0.99340692680534,0,0);
    -ms-transform: matrix( 0.99340692680533,-0.11464151854881,0.11464151854881,0.99340692680534,0,0);
    -o-transform: matrix( 0.99340692680533,-0.11464151854881,0.11464151854881,0.99340692680534,0,0);
    transform: matrix( 0.99340692680533,-0.11464151854881,0.11464151854881,0.99340692680534,0,0);
}

/* Footer styles */

footer.shape {
    background-color: #2a445a;
    padding-top: 0;
}

footer.shape:before {
    background: url("/img/footer-shape.png") no-repeat center bottom;
    background-size: cover;
    top: -130px;
}

footer .footer-top {
    padding-bottom: 60px;
}

footer .footer-bottom {
    background-color: #2a445a;
    border-top: 1px solid #c7c7c7;
    padding: 24px 0;
}

footer .footer-bottom a {
    color: #fff;
    text-decoration: none;
}

footer .footer-bottom a:before {
    background-color: #fff;
}

footer .footer-bottom .footer-menu li {
    margin-right: 38px;
}

footer .footer-bottom .footer-menu li:last-child {
    margin-right: 0;
}

footer .footer-bottom .copyright-txt {
    color: rgba(255,255,255,.5);
    padding-top: 20px;
}

footer .helix-logo {
    background-position: left -103px;
    direction: rtl;
    height: 24px;
    margin-top: 18px;
    text-indent: -99999px;
    overflow: hidden;
    width: 168px;
    opacity: .8;
}

footer.shape .main-title {
    background-color: #678497;
    color: #fff;
    margin-bottom: 65px;
}

footer .soc-box {
    margin-bottom: 15px;
}

footer .soc-title {
    color: #FFFFFF;
    margin-bottom: 7px;
}

footer .board-member-top-right a {
    background-color: transparent;
}

footer .board-member-top-right a:after {
    background-color: #FFFFFF;
}

.container-out {
    min-height: 100%;
    margin-bottom: -333px;
}

.container-out:after {
    content: '';
    display: block;
}

.container-out:after {
    height: 463px;
}

footer {
    height: 333px;
}

.search-container {
    height: 33px;
    width: 33px;
}

#search-icon.search-icon {
    left: 0;
    position: relative;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -khtml-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#search-icon.search-icon.left {
    opacity: 0;
}

.search-icon {
    background-color: transparent;
    background-position: -229px top;
    cursor: pointer;
    height: 18px;
    margin: 15px 30px 0 0;
    width: 18px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input.search-icon {
    bottom: 0;
    left: 8px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 0;
}

#search-form {
    box-sizing: border-box;
    position: absolute;
    right: 22px;
    top: 0;
    padding-top: 6px;
    width: 280px;
    visibility: visible;
    z-index: 15;
}

#search-form input:-webkit-autofill {
    background-color: transparent !important;
}

#search-form input[type="text"] {
    border-bottom: 1px solid #ccc;
    color: #000;
    height: 38px;
    padding: 0 10px 0 35px;
    width: 100%;
}

.flexslider {
    margin-bottom: 20px;
    min-height: 80px;
    position: relative;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -60px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.file-icon {
    display: inline-block;
    line-height: 30px;
    min-height: 30px;
    position: relative;
    padding-right: 60px;
}

.static-content p.file-icon-wrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.file-icon-wrapper:last-of-type {
    margin-bottom: 0;
}


.file-icon:after {
    content: "";
    position: absolute;
    height: 30px;
    right: 0;
    top: 0;
    width: 28px;
}

a.ft_ppt:after {
    background-position: -186px -190px;
}

a.ft_doc:after,
a.ft_docx:after {
    background-position: -260px -190px;
}

a.ft_xls:after,
a.ft_xlsx:after {
    background-position: -223px -190px;
}

a.ft_pdf:after {
    background-position: -297px -190px;
}
.file-hint {
    padding: 10px;
}
@media screen and ( max-width: 1495px ) {

    main .announcements-block .inner {
        margin-left: 0;
    }

    main .events-block .inner {
        margin-right: 0;
    }

    header .main-logo {
        margin-right: 25px;
    }

    #search-form {
        width: 245px;
    }

}

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

    header .main-menu > ul > li > a {
        padding: 0 12px;
    }

    main.inner-page {
        padding-top: 260px;
    }

}

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

    header .secondary-menu li {
        margin-right: 14px;
    }

    header .main-menu > ul > li > a {
        font-size: 0.813em;
        padding: 0 7px;
    }

    main .gallery-list-box {
        width: 33.3333%;
    }

}

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

    #menu-box .secondary-menu:before,
    header .container .response-group-link,
    header .container .secondary-menu,
    header .container .main-menu {
        display: none;
    }

    header .language-list {
        border-left: 1px solid #000000;
    }

    header .main-logo {
        margin-top: 15px;
    }

    .search-icon {
        margin-right: 15px;
    }

    header .response-group-link {
        margin-left: 0;
    }

    .search-container {
        margin-right: 55px;
    }

    main.inner-page {
        padding-top: 180px;
    }

    /* Menu-burger */

    #burger {
        border-radius: 3px;
        box-sizing: content-box;
        cursor: pointer;
        display: block;
        height: 23px;
        left: 30px;
        padding: 7px;
        position: absolute;
        top: 6px;
        width: 32px;
        z-index: 15;
    }

    #burger .lines {
        background-color: #2A445A;
        border-radius: 1px;
        height: 3px;
        left: 7px;
        position: absolute;
        width: 32px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #burger .line-1 {
        top: 9px;
    }

    #burger .line-2 {
        top: 17px;
    }

    #burger .line-3 {
        top: 25px;
    }

    #burger.open .line-1 {
        top: 17px;
        -webkit-transform: rotate( 45deg );
        -moz-transform: rotate( 45deg );
        -ms-transform: rotate( 45deg );
        -o-transform: rotate( 45deg );
        transform: rotate( 45deg );
    }

    #burger.open .line-2 {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    #burger.open .line-3 {
        top: 17px;
        -webkit-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );
        -ms-transform: rotate( -45deg );
        -o-transform: rotate( -45deg );
        transform: rotate( -45deg );
    }

    #burger.open .lines {
        background-color: #FFFFFF;
    }

    #menu-box {
        background-color: rgba(42,68,90,.95);
        bottom: 0;
        display: none;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 14;
        -webkit-overflow-scrolling: touch;
    }

    #menu-box .menu-box-inner {
        margin: 0 auto;
        max-width: 500px;
        padding: 50px 15px;
        text-align: center;
    }

    #menu-box .secondary-menu li,
    #menu-box .main-menu > ul > li,
    #menu-box .response-group-link,
    #menu-box .secondary-menu,
    #menu-box .main-menu,
    #menu-box .list-inline {
        float: none;
    }

    #menu-box .main-menu,
    #menu-box .secondary-menu {
        border-bottom: 1px solid #FFFFFF;
        margin: 0 0 30px;
        padding-bottom: 30px;
    }

    body.hy #menu-box .secondary-menu.fsb,
    body.hy #menu-box .secondary-menu.fsb *,
    body.hy #menu-box .main-menu.fsb,
    body.hy #menu-box .main-menu.fsb * {
        font-family: 'Noah-Regular';
    }

    body.en #menu-box .secondary-menu.fsb,
    body.en #menu-box .secondary-menu.fsb *,
    body.en #menu-box .main-menu.fsb,
    body.en #menu-box .main-menu.fsb * {
        font-family: 'OpenSans-Regular';
    }

    #menu-box .main-menu > ul > li {
        height: auto;
        line-height: normal;
    }

    #menu-box .main-menu .sub-men a,
    #menu-box .main-menu > ul > li > a {
        color: #FFFFFF;
        display: block;
        min-height: 50px;
        padding: 15px 0;
    }

    #menu-box .main-menu > ul > li > a {
        font-size: 1.500em;
    }

    #menu-box .main-menu .sub-menu {
        background-color: transparent;
        max-height: 100%;
        position: static;
        right: auto;
        top: auto;
        width: auto;
        z-index: 0;
    }

    #menu-box .main-menu .sub-menu a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.000em;
    }

    #menu-box .sub-menu-toggle {
        cursor: pointer;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }

    #menu-box .sub-menu-toggle:before,
    #menu-box .sub-menu-toggle:after {
        background-color: #FFFFFF;
        bottom: 0;
        content: '';
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    #menu-box .sub-menu-toggle:before {
        height: 2px;
        width: 25px;
    }

    #menu-box .sub-menu-toggle:after {
        height: 25px;
        width: 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #menu-box .sub-menu-toggle.active:after {
        -webkit-transform: rotate( 270deg );
        -moz-transform: rotate( 270deg );
        -ms-transform: rotate( 270deg );
        -o-transform: rotate( 270deg );
        transform: rotate( 270deg );
    }

    #menu-box .secondary-menu {
        font-size: 1.125em;
    }

    #menu-box .secondary-menu li {
        margin-right: 0;
    }

    #menu-box .secondary-menu a {
        color: #FFFFFF;
        display: block;
        padding: 15px 0;
    }

    #menu-box .secondary-menu a:before {
        background-color: rgba(255,255,255,.20);
    }

    header .column-medium-9.clear-fix {
        position: absolute;
        right: 0;
        top: 20px;
    }

    header .container > .line {
        position: relative;
    }

    #menu-box .menu-box-inner {
        padding-top: 75px;
    }

    header .main-menu a {
        padding-right: 50px !important;
    }

    #menu-box .language-list {
        display: none;
    }

    main .about-right {
        padding-right: 0;
    }

    main .about-static-box {
        padding-bottom: 80px;
    }

    main .about-static-box .soc-box {
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
    }

    header .logo-block {
        width: 50%;
    }

}

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

    main.inner-page {
        padding-top: 150px;
    }

    header .main-logo {
        height: 74px;
        width: 166px;
    }

    header .main-logo a {
        background-position: left -190px;
    }

    main .scroll-arrow {
        top: -55px;
    }

    main .shape .inner {
        height: auto;
    }

    main .shape .img-out {
        margin: 0 0 20px;
    }

    main .shape,
    main .announcements-block {
        padding-bottom: 0;
    }

    main .news-block {
        padding: 150px 0 90px;
    }

    main .contacts-shape {
        padding-bottom: 130px;
    }

    main .events-pic-box {
        float: none;
        margin-bottom: 20px;
    }

    main .events-pic-box + .events-text-box {
        padding-left: 0;
    }

    main .about-box:before {
        display: none;
    }

    main .about-left {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    main .about-static-box .soc-box {
        right: -170px;
        width: 150px;
    }

    main.inner-page.search,
    main.inner-page.about-container {
        padding-bottom: 50px;
    }

    main .about-menu a {
        border-bottom: 1px solid #3f4c56;
        text-decoration: none;
    }

    main .about-menu a.fsb {
        border-bottom-color: #00abed;
    }

    main .about-right {
        padding-left: 0;
    }

    main .about-left {
        display: none;
    }

}

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

    header .main-logo,
    header .secondary-logo {
        float: none;
    }

    html, body {
        height: inherit;
    }

    header {
        position: static;
    }

    .container-out {
        min-height: inherit;
        margin-bottom: 0;
    }

    .container-out:after {
        display: none;
    }

    footer {
        height: auto;
    }

    header {
        position: static;
    }

    main .news-block {
        margin-bottom: 0;
    }

    main .news-block .img-out {
        margin: 0 auto 20px;
    }

    main .news-block .column-small-4 {
        margin-bottom: 30px;
    }

    main .shape {
        padding-top: 90px;
    }

    .shape:before {
        height: 60px;
    }

    footer.shape:before,
    main .announcements-block.shape:before {
        top: -60px;
    }

    footer .footer-bottom .column-small-4 {
        text-align: center;
    }

    footer .footer-bottom .column-small-4:first-child ~ .column-small-4 {
        padding-top: 30px;
    }

    footer .footer-bottom .copyright-txt,
    footer .footer-bottom .footer-menu {
        margin-top: 0;
    }

    footer .footer-bottom .footer-menu li {
        float: none;
        margin: 0;
    }

    main .announcements-block .inner {
        padding-right: 15px;
    }

    main .events-block .inner {
        padding-left: 15px;
    }

    footer .footer-top {
        padding-top: 20px;
    }

    main .contacts-shape {
        padding-bottom: 60px;
    }

    main .contacts-shape.shape:before {
        bottom: 0;
    }

    #map {
        height: 400px;
        margin: -60px 0;
    }

    main.inner-page {
        padding-top: 130px;
    }

    main.inner-page.gallery {
        padding: 30px 0 80px;
    }

    main .contacts-shape {
        padding-top: 0;
    }

    main.inner-page.application-form {
        padding-bottom: 80px;
    }

    main .form-box .send-btn {
        width: 100%;
    }

    main.inner-page.search,
    main.inner-page.about-container {
        padding-bottom: 50px;
    }

    main .search-result-empty {
        margin: 20px 0 50px;
    }

    main .error-container {
        padding-top: 170px;
    }

    footer.error-bg:after {
        top: -255px;
    }

    main .error-container p {
        font-size: 28px;
        text-align: center;
    }

    main .about-static-box {
        padding-bottom: 120px;
    }

    main .about-static-box .soc-box {
        bottom: 40px;
    }

    main .gallery-list-box {
        width: 50%;
    }

    footer .soc-box {
        text-align: center;
    }

    footer .soc-box li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .border-hover-reverse,
    .border-hover {
        display: inline-block;
    }

    main.inner-page {
        padding-top: 210px;
    }

}

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

    main.inner-page {
        padding-top: 260px;
    }

    header .column-medium-9.clear-fix,
    header .menu-top {
        position: static;
    }

    header .column-medium-3 {
        margin-bottom: 20px;
    }

    #burger {
        left: auto;
        right: 8px;
        top: 33px;
    }

    .search-container {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    header .language-list {
        border-left: none;
        left: 100px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 41px;
        width: 110px;
    }

    header .language-list li {
        display: inline-block;
        float: none;
        margin: 0 5px;
        vertical-align: top;
    }

    #search-icon {
        display: none !important;
    }

    #search-form {
        display: block;
        padding-top: 0;
        position: static;
        width: 100%;
    }

    #search-form input[type="text"] {
        box-sizing: border-box;
        display: block !important;
    }

    header .menu-top {
        margin-bottom: 0;
    }

    .search-container {
        height: auto;
        position: static;
        width: 100%;
    }

    .search-container,
    header .menu-top {
        float: none;
    }

    main .fade-slider .slider-title {
        font-size: 30px;
        margin-top: 270px;
    }

    main .fade-slider,
    main .fade-slider .slider-box {
        height: 650px;
    }

    body header #search-form input[type="text"] {
        margin-bottom: 15px;
    }

    body header.main-header #search-form input[type="text"] {
        margin-bottom: 0;
    }

    main .about-static-box .soc-box {
        width: 100%;
    }

    main .search-pic-box {
        float: none;
        margin-bottom: 20px;
    }

    main .search-pic-box + .search-text-content {
        padding-left: 0;
    }

    header .line .language-list {
        display: none;
    }

    #menu-box .language-list {
        display: block;
        left: 15px;
        right: auto;
        top: 33px;
        width: auto;
    }

    #menu-box .language-list li {
        margin: 0 15px 0 0;
    }

    #menu-box .language-list a {
        color: #FFFFFF;
        font-size: 1.250em;
    }

}

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

    main .gallery-list-box {
        display: block;
        margin: 0 auto 15px;
        max-width: 350px;
        width: 100%;
    }

}

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

    .board-member-box .pic-box {
        float: none;
        margin-bottom: 20px;
    }

    .board-member-right {
        padding-left: 0;
    }

    main .events-top-box {
        padding: 70px 0 0;
    }

    main.inner-page.search,
    main.inner-page.about-container {
        padding-bottom: 30px;
    }

    main .events-block .title,
    main .announcements-block .title {
        font-size: 1.625em;
    }

}

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

    #menu-box .main-menu > ul > li > a {
        font-size: 1.063em;
    }

}

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

    header .language-list {
        left: 15px;
        margin: 0;
        text-align: left;
        top: 110px;
        width: auto;
    }

    header .language-list li {
        margin: 0 20px 0 0;
    }

    main .contacts-list li {
        padding-left: 0;
        text-align: center;
    }

    main .contacts-list li:before {
        display: inline-block;
        margin-bottom: 10px;
        position: static;
    }

    main .contacts-list li p {
        display: block;
        height: auto;
    }

    main .pagination-block {
        float: none;
        text-align: center;
    }

    main .pagination-block li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    main .pagination-block li:first-child,
    main .pagination-block li {
        margin-right: 15px;
    }

    main .error-container {
        padding-top: 210px;
    }

}

/* Min width's */

@media only screen and (min-width: 1380px) {

    .wrapper {
        width: 1310px;
    }

}

@media only screen and (min-width: 1480px) {

    .wrapper {
        width: 1410px;
    }

}
/*# sourceMappingURL=main.css.map */
