@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../font/MyriadPro-Regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
    src: url('../font/MyriadPro-Regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot?#iefix') format('embedded-opentype'),
    url('../font/MyriadPro-Regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.woff') format('woff'),
    url('../font/MyriadPro-Regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype'),
    url('../font/MyriadPro-Regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../font/MyriadPro-Semibold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
    src: url('../font/MyriadPro-Semibold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot?#iefix') format('embedded-opentype'),
    url('../font/MyriadPro-Semibold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.woff') format('woff'),
    url('../font/MyriadPro-Semibold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype'),
    url('../font/MyriadPro-Semibold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../font/MyriadPro-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
    src: url('../font/MyriadPro-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot?#iefix') format('embedded-opentype'),
    url('../font/MyriadPro-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.woff') format('woff'),
    url('../font/MyriadPro-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype'),
    url('../font/MyriadPro-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.svg#MyriadPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'pf_centro_sans_proitalic';
    src: url('../font/PFCentroSansPro-Italic-webfont.eot');
    src: url('../font/PFCentroSansPro-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/PFCentroSansPro-Italic-webfont.woff2') format('woff2'),
    url('../font/PFCentroSansPro-Italic-webfont.woff') format('woff'),
    url('../font/PFCentroSansPro-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MyriadPro-Regular';
}

* {
    box-sizing: border-box;
}

.home-message em {
    font-family: 'pf_centro_sans_proitalic';
}

.home-message b, .home-message strong {
    font-family: 'MyriadPro-Semibold';
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    word-spacing: 1px;
}

p, ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

input, textarea, button {
    outline: none;
}

input[type=submit] {
    border: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.custom15 {
    display: block;
    clear: both;
    height: 15px;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media only screen and (min-width: 35em) {
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*event popup */

.vote_footer {
    text-transform: uppercase;
}

.event-content {
    display: block;
    height: 400px;
    background: url(../bannerb-g.jpg) no-repeat center center;
    position: relative;
    text-align: center;
    background-size: cover;
}

.event-content .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.event-content .btn-event {
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px 50px;
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
}

.event-content h3 {
    font-family: 'MyriadPro-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 50px;
}

.event-content p {
    font-family: 'MyriadPro-Semibold';
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 40px;
}

/*event popup */

header:after, .prefooter:after, footer:after, .response > div:after, .suggestion:after, .t_about:after, .sc:after, .wrap:after, .d_cv:after, .int:after, .u_right .box:after, .d_right:after {
    content: '';
    clear: both;
    display: block;
}

.wrap {
    width: 1092px;
    margin: 0 auto;
}

.wrapper, .vote_popup .block {
    width: 1024px;
    margin: 0 auto;
}

.top_logo {
    width: 100px;
    height: 73px;
    display: block;
    background: url('../img/logo.png') 0 0;
    float: left;
    margin: 12px 0;
}

header {
    border-top: 2px solid #e8e8e8;
    background: #f8f8f8;
}

.logo_label {
    margin-left: 35px;
    display: block;
    font: 23px 'MyriadPro-Regular';
    float: left;
    color: #1d4b7c;
    line-height: 98px;
}

.header_right {
    float: right;
    text-align: right;
}

.search {
    position: relative;
    margin-top: 19px;
}

.search input[type='text'] {
    width: 230px;
    border: 0;
    color: #000;
    font: 13px 'MyriadPro-Bold';
    height: 28px;
    background: transparent;
    padding-left: 25px;
}

.candlist .log_fb, .candlist .log_in, .candlist .log_odno, .candlist .log_tw {
    width: 138px;
    height: 28px;
    border: 0;
    margin-top: 3px;
}

.search span {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    margin-right: 8px;
    background: url('../img/sprite.png') 0 0;
}

.search input[type='submit'] {
    padding: 0 8px;
    height: 30px;
    margin-top: 1px;
    color: #231f20;
    font: 13px 'MyriadPro-Bold';
    background: #e3e3e3;
}

.log p {
    color: #fff;
    font: 13px 'MyriadPro-Semibold';
    background: #dd4344;
    height: 31px;
    padding: 0 20px;
    display: inline-block;
    line-height: 31px;
}

.log p span {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url('../img/sprite.png') 0 -16px;
}

.login {
    display: none;
}

.login, .logout {
    position: relative;
}

.log ul {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    text-align: left;
    margin-top: 1px;
    z-index: 5;
}

.overlay {
    z-index: 4;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.log ul li:last-child {
    border: 0;
}

.log ul li {
    display: block;
    color: #dd4344;
    font: 13px 'MyriadPro-Regular';
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    width: 85px;
    padding-left: 10px;
}

header + .top {
    height: 40px;
    background: #1d4b7c;
}

.top ul.menu {
    float: left;
}

.top ul.menu li {
    display: inline-block;
    position: relative;
}

.top ul.menu li a.active, .top ul.menu li a:hover {
    background: #dd4344;
    color: #fff;
}

.top ul.menu li a {
    display: block;
    color: #e3e3e3;
    font: 16px 'MyriadPro-Semibold';
    line-height: 40px;
    padding: 0 15px;
    min-width: 105px;
}

.top ul.socials {
    float: right;
    display: table;
    height: 40px;
}

.top ul.socials li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.top ul.socials li a {
    display: block;
    float: left;
    margin-left: 20px;
}

.top ul.socials li a.fb {
    width: 8px;
    height: 18px;
    background: url('../img/sprite.png') -10px -24px;
}

.top ul.socials li a.rss {
    width: 18px;
    height: 18px;
    background: url('../img/rss.png') no-repeat;
}

.top ul.socials li a.odno {
    width: 11px;
    height: 19px;
    background: url('../img/sprite.png') -226px -112px;
}

.top ul.socials li a.in {
    width: 14px;
    height: 13px;
    background: url('../img/sprite.png') -19px -24px;
}

.wrap > section:nth-child(3n-1), article:nth-child(3n-1), .section:nth-child(3n-1) {
    margin-left: 40px;
    margin-right: 39px;
}

article:nth-child(3n-2), .wrap > section:nth-child(3n-2), .section:nth-child(3n-2) {
    clear: both;
}

article, .wrap > section, .section {
    margin-top: 40px;
    width: 315px;
    float: left;
}

section {
    width: 100%;
    height: 395px;
    border: 1px solid #ececec;
    padding: 1px;
    position: relative;
}

section.red:before {
    display: block;
    position: absolute;
    content: '';
    background: url('../img/sprite.png') -111px 0;
    top: -6px;
    right: 10px;
    width: 17px;
    height: 19px;
}

section .label, .reports .heading {
    height: 50px;
    border-bottom: 1px solid #dddddd;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0);
    padding: 13px 12px 12px 30px;
}

section .label h3 {
    margin: 0;
    font: 19px 'MyriadPro-Bold';
    color: #000;
    height: 19px;
}

section .label:before {
    display: block;
    float: left;
    content: '';
    margin-top: 2px;
}

.etics .label:before {
    width: 14px;
    height: 14px;
    background: url('../img/sprite.png') -18px 0;
    margin-left: -18px;
}

.legis .label:before {
    width: 16px;
    height: 17px;
    background: url('../img/sprite.png') -35px 0;
    margin-left: -20px;
}

.profess .label:before {
    width: 21px;
    height: 11px;
    background: url('../img/sprite.png') -50px 0;
    margin-left: -25px;
    margin-top: 5px;
}

.manage .label:before {
    width: 16px;
    height: 20px;
    background: url('../img/sprite.png') -75px 0;
    margin-left: -22px;
    margin-top: 2px;
}

.media .label:before {
    width: 16px;
    height: 20px;
    background: url('../img/sprite.png') -93px 0;
    margin-left: -22px;
}

a.rus {
    color: #707070;
    font: 12px 'MyriadPro-Semibold';
    font-style: italic;
    display: block;
    position: relative;
    margin: 5px auto;
    max-width: 140px;
}

.info a.rus {
    max-width: 140px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -70px;
}

section .details a.rus {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    transform: translate(0, -37px);
}

a.rus:hover:after {
    content: '';
    display: block;
    height: 2px;
    background: #d6d6d6;
    margin-top: -2px;
}

.photo div {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.photo p, p.moderator {
    color: #7a7a7a;
    font: 12px 'MyriadPro-Semibold';
    text-align: center;
}

.photo p a, p.moderator a {
    color: #231f20;
}

section h2:hover {
    color: #4778b0;
}

section h2 {
    font: 20px 'MyriadPro-Semibold';
    text-align: center;
    padding: 0 15px;
    color: #1d4b7c;
    margin: 10px 0;
    margin-bottom: 4px;
    word-break: break-word;
}

section.red h2 {
    color: #dd4344;
}

section .info p {
    color: #3a3a3a;
    font: 12px 'MyriadPro-Semibold';
    padding: 0 18px 0 15px;
    text-align: center;
    max-height: 75px;
    overflow: hidden;
}

section .info p:not(:empty):before {
    display: block;
    float: left;
    content: '';
    background: url('../img/sprite.png') -34px -33px;
    width: 11px;
    height: 10px;
    margin-left: -8px;
}

section .info {
    height: 159px;
    overflow: hidden;
    position: relative;
}

section .details {
    width: 273px;
    margin: 0 auto;
    border-top: 1px solid #ececec;
}

section a.views,
section a.comments,
.img-details a.views,
.img-details a.comments,
.reference a.views,
.reference a.comments {
    color: #5f96d0;
    margin-right: 18px;
    font: 12px 'MyriadPro-Bold';
    float: left;
    line-height: 37px;
}

.reference a.views,
.reference a.comments {
    line-height: 27px !important;
    cursor: default;
}

.img-details a.views,
.img-details a.comments {
    line-height: 36px !important;
}

section a.views:before,
.img-details a.views:before,
.reference a.views:before {
    width: 15px;
    height: 16px;
    background: url('../img/sprite.png') -130px 0;
    margin-top: 10px;
}

.reference a.views:before {
    margin-top: 4px;
}

section a.views:before,
section a.comments:before,
.img-details a.views:before,
.img-details a.comments:before,
.reference a.comments:before,
.reference a.views:before {
    display: block;
    content: '';
    float: left;
    margin-right: 5px;
}

.details a.others {
    color: #5f96d0;
    margin-right: 18px;
    font: 12px 'MyriadPro-Bold';
    float: right;
    line-height: 37px;
}

section a.comments:before,
.img-details a.comments:before,
.reference a.comments:before {
    width: 19px;
    height: 18px;
    background: url('../img/sprite.png') -148px 0;
    margin-top: 11px;
}

.reference a.comments:before {
    margin-top: 5px;
}

a.more, p.more {
    float: right;
    color: #a5a5a5;
    font: 12px 'MyriadPro-Semibold';
    line-height: 26px;
    display: block;
}

a.more:before, p.more:before {
    display: block;
    float: right;
    content: '';
    background: url('../img/sprite.png') -168px 0;
    width: 11px;
    height: 11px;
    margin: 7px 0 0 7px;
}

article > div, aside > div {
    margin-bottom: 10px;
    border: 1px solid #ececec;
    position: relative;
}

.med > div {
    padding: 30px 20px 30px 30px;
    background: #f3f3f3;
}

.med > div:before {
    background: #41afcd;
    display: block;
    content: '';
    height: 3px;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
}

.med > h5 {
    color: #1d4b7c;
    font: 19px 'MyriadPro-Bold';
    margin-bottom: 15px;
}

.med div p.data {
    font: 15px 'MyriadPro-Bold';
    color: #5e82a8;
}

.med div p {
    color: #7a7a7a;
    font: 12px 'MyriadPro-Regular';
}

.med div p span {
    color: #231f20;
    font-family: 'MyriadPro-Semibold';
}

.med div h1 {
    font: 16px 'MyriadPro-Semibold';
    color: #231f20;
    overflow: hidden;
}

.med div h1 span {
    display: block;
}

.med p.more a:before {
    margin-top: 2px;
}

.med .detail {
    margin: 18px 0;
    height: 60px;
}

article.head {
    padding-top: 39px;
}

.prefooter {
    margin-top: 48px;
    clear: both;
}

.social {
    border: 1px solid #dce6f1;
    height: 193px;
    float: left;
    margin-left: 20px;
    margin-bottom: 25px;
}

.social-widget {
    margin-left: 37px;
}

.project_info {
    border: 1px solid #e0e0e0;
    float: left;
    width: 485px;
}

.project_info .content p {
    float: left;
    font: 14px 'MyriadPro-Semibold';
    color: #7e7e7e;
    text-align: center;
    padding: 25px 33px 30px;
}

.project_info .content div {
    margin: 10px auto 0;
    width: 200px;
}

.project_info .content .soros span {
    width: 200px;
    height: 89px;
    background: url('../img/logo.png') -200px 3px;
    display: block;
}

.project_info .content p a {
    color: #1d4b7c;
    font-family: 'MyriadPro-Bold';
}

.project_info .content p strong {
    font-family: 'MyriadPro-Bold';
}

.u_left textarea {
    border: 0;
    resize: none;
    height: 100px;
    border-bottom: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    width: 290px;
    margin-bottom: 22px;
    font: 17px 'MyriadPro-Semibold';
    color: #000;
}

footer {
    min-height: 240px;
    clear: both;
    margin-top: 88px;
    position: relative;
    z-index: 2;
}

footer .wrap {
    position: relative;
    z-index: 5;
}

footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1d4b7c;
    content: '';
    display: block;
    z-index: 0;
}

footer:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #6ea0d4;
    content: '';
    display: block;
    z-index: 0;
}

footer .left {
    width: 715px;
    float: left;
    background: #1d4b7c;
    min-height: 240px;
    padding-right: 30px;
}

footer .right {
    width: 309px;
    float: right;
    background: #6ea0d4;
    padding-left: 27px;
    min-height: 210px;
}

footer .left .logo {
    width: 141px;
    height: 16px;
    margin-top: 28px;
    float: left;
    background: url('../img/logo.png') 0 -78px;
}

footer .left .f_menu {
    display: block;
    float: right;
    margin-top: 10px;
    max-width: 480px;
}

footer ul li {
    display: block;
    width: 160px;
    float: left;
    margin-bottom: 8px;
}

footer ul li:nth-child(4n) {
    clear: both;
}

footer ul li h4 {
    font-size: inherit;
    margin: 0 0 10px;
}

footer ul li h4 a {
    color: #fff;
    font: 14px 'MyriadPro-Bold';
}

footer ul li div {
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 7px;
    float: left;
}

/*footer ul li:hover div, footer ul li.active div {*/
/*border-color: #4a6f96;*/
/*}*/

footer ul li div > a {
    color: #5f96d0;
    font: 12px 'MyriadPro-Regular';
    display: block;
}

footer ul li div > a:hover {
    color: #fff;
}

footer ul li h4 a:hover {
    text-decoration: underline;
}

footer .copy {
    clear: both;
    border-top: 1px solid #26588d;
    color: #fff;
    padding-top: 5px;
    font: 12px 'MyriadPro-Semibold';
    margin-bottom: 15px;
}

footer .right {
    padding-top: 28px;
}

footer .right .h1 {
    color: #fff;
    text-transform: uppercase;
    font: 14px 'MyriadPro-Bold';
    margin: 0 0 15px;
    max-width: 245px;
}

footer .right p {
    font: 12px 'MyriadPro-Regular';
    color: #fff;
    margin-bottom: 10px;
    max-width: 245px;
}

footer .right input[type='text'], footer .right input[type='email'] {
    margin-bottom: 10px;
    padding: 0 12px;
    color: #7a7a7a;
    font: 12px 'MyriadPro-Regular';
}

footer .right input {
    width: 245px;
    height: 31px;
    border-radius: 5px;
    border: 0;
}

footer .right input[type='submit'] {
    color: #fff;
    background: #e04749;
    text-transform: uppercase;
    font: 13px 'MyriadPro-Bold';
}

.dirs {
    height: 36px;
    margin-bottom: 17px;
    line-height: 35px;
    border-bottom: 1px solid #e3e3e3;
}

.dirs a {
    color: #b7b7b7;
    font: 15px 'MyriadPro-Semibold';
}

.dirs a:first-child {
    color: #b7b7b7;
    color: #9b9b9b;
}

.dirs a:after {
    content: " / ";
}

.dirs a:last-child {
    color: #000;
}

.dirs a:last-child:after {
    content: '';
}

.d_left {
    width: 808px;
    padding-right: 58px;
    float: left;
}

.d_right {
    float: right;
    width: 284px;
}

.d_right aside {
    margin-bottom: 27px;
}

.global_pagination {
    text-align: right;
}

.global_pagination p {
    font: 12px 'MyriadPro-Semibold';
    color: #7a7a7a;
    display: inline-block;
    padding-right: 10px;
}

.global_pagination span {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    background: #e4e4e4;
    color: #000;
    font: 12px 'MyriadPro-Bold';
    line-height: 20px;
}

.global_pagination span.active {
    color: #1d4b7c;
    background: #e6f5fd;
}

.global_pagination span.add {
    color: #7a7a7a;
    font-size: 15px;
}

.diss {
    width: 100%;
    margin-top: 10px;
}

.diss thead {
    background: #7a7a7a;
    color: #fff;
    font: 14px 'MyriadPro-Semibold';
}

.diss thead td {
    padding: 0 20px;
    height: 31px;
}

.diss tbody tr {
    border: 1px solid #eaeaea;
    border-top: 0;
}

.diss tbody td:first-child > a {
    color: #1d4b7c;
    font: 17px 'MyriadPro-Semibold';
}

.diss tbody td:first-child {
    padding: 18px 20px 12px;
}

p.moderator {
    text-align: left;
}

span.video, span.audio, span.attach {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 8px;
    margin-top: 8px;
}

span.video {
    background: url('../img/sprite.png') -48px -22px;
}

span.audio {
    background: url('../img/sprite.png') -64px -22px;
}

span.attach {
    background: url('../img/sprite.png') -80px -22px;
}

ul.det {
    display: block;
    margin-top: 7px;
}

ul.det li {
    display: inline-block;
    color: #4f4f4f;
    font: 12px 'MyriadPro-Bold';
    border-left: 1px solid #e3e3e3;
    padding: 3px 15px;
}

ul.det li:last-child {
    border-right: 1px solid #e3e3e3;
}

ul.det li a {
    color: #5f96d0;
}

.light-theme a:hover, .light-theme a, .light-theme span, .light-theme .current {
    background: transparent;
    color: #7a7a7a;
    border: 0;
    box-shadow: 0 0 0 0;
    padding: 0;
    font: 12px 'MyriadPro-Semibold';
    border-radius: 0;
}

.light-theme .prev, .light-theme .next, .light-theme .prev:hover, .light-theme .next:hover {
    font-size: 15px;
    line-height: 13px;
}

.diss tbody td {
    vertical-align: top;
}

.diss tbody td:last-child {
    width: 140px;
    padding: 20px 9px 15px 0;
}

.diss tbody td:last-child div {
    padding: 0 0 0 15px;
    border-left: 1px solid #ececec;
}

.diss tbody td:last-child div p {
    color: #4f4f4f;
    font: 12px 'MyriadPro-Semibold';
    margin-bottom: 8px;
}

.diss tbody td strong {
    font: 12px 'MyriadPro-Bold';
    color: #000;
}

.diss tbody td:last-child div a {
    color: #1d4b7c;
    display: block;
    font: 12px 'MyriadPro-Bold';
}

.diss tbody td:last-child div span.active {
    font: 12px 'MyriadPro-Bold';
    color: #1d4b7c;
}

.diss tbody td:last-child div span.inactive {
    font: 12px 'MyriadPro-Bold';
    color: #a1a1a1;
}

.diss tbody tr:nth-child(2n) {
    background: #fafafa;
}

.a_comment {
    height: 35px;
    border: 1px solid #e6e6e6;
    float: left;
    padding: 2px 2px 2px 12px;
    font: 17px 'MyriadPro-Semibold';
    color: #010101;
    min-width: 365px;
    line-height: 28px;
    margin-bottom: 25px;
}

.a_comment:before {
    display: inline-block;
    color: #dd4344;
    content: '!';
    font: 17px 'MyriadPro-Bold';
    margin-right: 8px;
}

.a_comment a.button {
    height: 28px;
    color: #fff;
    font: 14px 'MyriadPro-Semibold';
    background: #dd4344;
    border: 0;
    padding: 0 12px;
    margin-left: 20px;
    border-radius: 4px;
    float: right;
    line-height: 26px;
}

.a_comment + .global_pagination {
    margin-top: 27px;
}

.theme {
    background: #f4f9ff;
    border-bottom: 2px solid #a6d3ed;
    margin-top: 7px;
    clear: both;
    padding: 20px 30px 12px;
}

.theme p {
    font: 20px 'MyriadPro-Bold';
    color: #1d4b7c;
}

.theme a.rus, .d_details a.rus {
    margin: 0;
    color: #5f96d0;
}

.theme a.rus:after, .d_details a.rus:after {
    background: #d5e3f4;
}

.theme a.rus:before, .d_details a.rus:before {
    background-position: -112px -24px;
}

.categ {
    font: 14px 'MyriadPro-Semibold';
    color: #3a3a3a;
    margin: 30px 0 20px;
    text-align: right;
}

.categ span {
    font-family: 'MyriadPro-Bold';
    color: #1d4b7c;
}

.d_details p {
    color: #3a3a3a;
    font: 15px 'MyriadPro-Semibold';
    margin-bottom: 20px;
}

.d_details {
    margin-bottom: 20px;
}

.theme_images .image img {
    max-height: 350px;
}

.theme_images .image {
    margin: 15px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    position: relative;
}

#save_theme.theme_edit .theme_images .delete_image {
    cursor: pointer;
    background: url("../img/delete.png") center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.bootstrap-switch {
    margin-bottom: 15px;
}

#save_theme.theme_edit .delete_pdf {
    display: block;
}

.delete_pdf {
    cursor: pointer;
    display: none;
    background: url("../img/delete.png") center center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 4px;
}

#save_theme.theme_edit .delete_document {
    display: inline-block;
}

.delete_document {
    cursor: pointer;
    display: none;
    background: url("../img/delete.png") center center no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: top;
}

#loader-avatar, #loader-cv {
    display: none;
}

.last-comment {
    height: 180px;
    border: 1px solid #ececec;
    border-top: 4px solid #EA5657;
    position: fixed;
    bottom: -180px;
    left: 50%;
    margin-left: -512.5px;
    width: 1025px;
    background: #fff;
    z-index: 3;
    padding: 15px;
}

.last-hd {
    color: #5f96d0;
    font-size: 14px;
}

.last-title {
    font-size: 19px;
    color: #1d4b7c;
    height: 45px;
    border-bottom: 1px solid #c4e2f3;
    line-height: 30px;
    margin-bottom: 10px;
}

.last-comm-name {
    width: 125px;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    color: #1d4b7c;
}

.last-comm-name span {
    color: #7a7a7a;
}

.last-comm-text {
    width: 860px;
    float: right;
    border: 1px solid #f0f7ff;
    color: #3a3a3a;
    font-size: 14px;
    padding: 20px;
}

.attach_file > p {
    border-top: 1px solid #c4e2f3;
    border-bottom: 1px solid #c4e2f3;
    font: 13px 'MyriadPro-Bold';
    line-height: 29px;
    cursor: pointer;
}

.attach_file > p:before {
    display: block;
    content: '';
    margin-right: 10px;
    background: url('../img/sprite.png') -182px 0;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 5px;
}

.attach_file {
    position: relative;
}

.attach_box {
    position: absolute;
    width: 682px;
    border: 2px solid #a6cffa;
    top: 50px;
    padding: 28px 22px 40px 25px;
    background: #fff;
    z-index: 3;
    display: none;
}

.attach_box span.close {
    display: block;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
    background: url('../img/sprite.png') -212px 0;
    width: 14px;
    height: 14px;
}

.attach_box h3 {
    color: #1d4b7c;
    font: 17px 'MyriadPro-Bold';
    padding-bottom: 15px;
    border-bottom: 2px solid #e3e3e3;
}

.attach_box h3:before {
    content: '';
    display: block;
    float: left;
    background: url('../img/sprite.png') -122px -48px;
    width: 21px;
    margin-right: 8px;
    height: 20px;
    margin-top: -2px;
}

.attach_box p {
    color: #7a7a7a;
    font: 12px 'MyriadPro-Semibold';
    font-style: italic;
}

.attach_box button, .attach_box .file_input span.input {
    height: 29px;
    color: #231f20;
    font: 12px 'MyriadPro-Bold';
    padding: 0 20px;
    border-radius: 5px;
}

.attach_box .file_input {
    position: relative;
    float: left;
    height: 29px;
    line-height: 26px !important;
    margin-right: 5px;
    margin-top: 10px;
}

.attach_box .report_input {
    position: relative;
    float: left;
    height: 29px;
    line-height: 26px !important;
    margin-right: 5px;
    margin-top: 10px;
}

.attach_box .file_input span.input {
    line-height: 29px;
    display: inline-block;
    margin-top: -1px;
}

.attach_box .report_input span.input {
    line-height: 29px;
    display: inline-block;
    margin-top: -1px;
    height: 29px;
    color: #231f20;
    font: 12px 'MyriadPro-Bold';
    padding: 0 20px;
}

.attach_box .file_input p {
    border: 1px solid #e3e3e3;
    pointer-events: none;
    border-radius: 5px;
    height: 29px;
    font: 12px 'MyriadPro-Semibold';
    color: #231f20;
    display: inline-block;
    max-width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.attach_box .report_input p {
    border: 1px solid #e3e3e3;
    pointer-events: none;
    border-radius: 5px;
    height: 29px;
    font: 12px/26px 'MyriadPro-Semibold';
    color: #231f20;
    display: inline-block;
    max-width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.attach_box input[type='file'], .u_right input[type='file'] {
    opacity: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

button.comment {
    color: #fff;
    background-color: #e04749 \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    border: 0;
    border-radius: 5px;
    height: 28px;
    padding: 0 13px;
    margin: 14px 0;
    float: right;
    font: 12px 'MyriadPro-Bold';
}

button.comment:after {
    display: inline-block;
    content: '';
    background: url('../img/sprite.png') -139px -20px;
    width: 13px;
    margin-left: 10px;
    height: 11px;
}

button.edit {
    color: #fff;
    background-color: #e04749 \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    border: 0;
    border-radius: 5px;
    height: 28px;
    padding: 6px 13px;
    margin: 14px 0;
    font: 12px 'MyriadPro-Bold';
    float: left;
}

a.reports, .submit-button {
    color: #fff;
    background-color: #e04749 \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    border: 0;
    border-radius: 5px;
    height: 28px;
    padding: 6px 13px;
    margin: 14px 0;
    font: 12px 'MyriadPro-Bold';
    float: left;
}

.expire_d {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    clear: both;
    margin-bottom: 22px;
    position: relative;
}

.expire_d p {
    font: 17px 'MyriadPro-Semibold';
    color: #010101;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.expire_d p:before {
    display: block;
    content: '';
    float: left;
    background: url('../img/sprite.png') -202px 0;
    width: 6px;
    height: 18px;
    margin: 8px 13px 8px 15px;
}

.expire_d p:after {
    float: left;
    display: block;
    content: '';
    border-left: 1px solid #e0e0e0;
    width: 1px;
    height: 100%;
    margin-right: 7px;
}

.expire_d a {
    border-top: 1px solid #e0e0e0;
    display: block;
    padding: 13px 12px 18px;
    font: 20px 'myriadPro-Semibold';
    color: #1d4b7c;
    text-decoration: underline;
}

.expire_d a:before {
    display: block;
    content: '';
    width: 38px;
    height: 34px;
    float: left;
    margin-right: 12px;
    margin-top: -2px;
}

.expire_d a.pdf:before {
    background: url('../img/sprite.png') 0 -112px;
}

.response > p {
    padding: 0 15px 0 12px;
    color: #231f20;
    font: 12px 'MyriadPro-Bold';
    height: 30px;
    background-color: #F0F0F0 \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(1, #F0F0F0));
    background-image: -o-linear-gradient(bottom, #F8F8F8 0%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #F8F8F8 0%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #F8F8F8 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #F8F8F8 0%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #F0F0F0 100%);
    line-height: 30px;
}

.response > p span {
    float: right;
    display: block;
    padding-left: 10px;
    border-left: 1px solid #e0e0e0;
}

.response > div {
    border: 1px solid #e0e0e0;
}

.response .photo, .answer .photo {
    padding-bottom: 10px;
    background: #fbfbfb;
    padding-top: 1px;
}

.answer .photo {
    background: #fafcff;
}

.response .photo a, .answer .photo a, .response .photo span {
    display: block;
}

.response .r_left, .answer .r_right {
    display: table-cell;
    width: 160px;
}

.response .r_left > p, .answer .r_right > p {
    font: 12px 'MyriadPro-Semibold';
    color: #4f4f4f;
    line-height: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    padding: 0 17px;
    background: #fff;
    position: relative;
}

.response .r_left > p:after, .answer .r_right > p:after {
    content: '';
    display: block;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

.answer .r_right > p:after {
    background: #a6cffa;
}

.response .r_left > p span, .answer .r_right > p span {
    color: #5f96d0;
}

.response .r_left {
    background: #fbfbfb;
}

.response .r_right {
    display: table-cell;
    padding: 25px 10px 55px 30px;
    border-left: 1px solid #e0e0e0;
    width: 550px;
}

.response .r_right > p {
    color: #3a3a3a;
    font: 15px 'MyriadPro-Regular';
    text-rendering: optimizeLegibility;
    word-break: break-word;
}

.comment_attach:before {
    content: '';
    display: block;
    background: url('../img/sprite.png') -157px -24px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.comment_attach {
    line-height: 30px;
    padding: 3px 0;
    display: block;
    margin-top: 10px;
    margin-right: 20px;
    color: #5f96d0;
    font: 12px 'MyriadPro-Semibold';
}

.theme_attach:before {
    content: '';
    display: block;
    background: url('../img/sprite.png') -157px -24px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.theme_attach {
    line-height: 30px;
    padding: 3px 0;
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 90%;
    color: #5f96d0;
    font: 12px 'MyriadPro-Semibold';
}

.answer .r_left > p, .answer .r_left span {
    font: 15px 'MyriadPro-Regular';
    text-rendering: optimizeLegibility;
    color: #231f20;
    display: block;
}

.answer .r_left span {
    display: inline-block;
}

.answer .r_left > p {
    margin-bottom: 20px;
}

.att {
    margin-top: 25px;
    float: left;
    position: relative;
}

.att > p {
    font: 12px 'MyriadPro-Semibold';
    color: #231f20;
    border-top: 1px solid #dddddd;
    padding-top: 3px;
    cursor: pointer;
    margin-bottom: 15px;
}

.att > p:before {
    content: '';
    display: block;
    background: url('../img/sprite.png') -157px -24px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.att .attach_box {
    left: -21px;
    top: 100px;
}

button.black {
    width: 31px;
    height: 29px;
    float: right;
    border: 0;
    border-radius: 3px;
    background-color: #000000 \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3E3E3E), color-stop(1, #191819));
    background-image: -o-linear-gradient(bottom, #3E3E3E 0%, #191819 100%);
    background-image: -moz-linear-gradient(bottom, #3E3E3E 0%, #191819 100%);
    background-image: -webkit-linear-gradient(bottom, #3E3E3E 0%, #191819 100%);
    background-image: -ms-linear-gradient(bottom, #3E3E3E 0%, #191819 100%);
    background-image: linear-gradient(to bottom, #3E3E3E 0%, #191819 100%);
    right: 10px;
    bottom: 10px;
    position: absolute;
}

button.black span {
    background: url('../img/sprite.png') -139px -21px;
    margin: 0 auto;
    display: block;
    height: 11px;
    width: 13px;
}

.response, .answer {
    margin-bottom: 30px;
    margin-top: 20px;
}

.answer {
    padding-left: 50px;
}

.answer > p {
    padding: 0 15px 0 12px;
    color: #1d4b7c;
    font: 12px 'MyriadPro-Bold';
    height: 30px;
    background-color: #E8F6FF \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2FAFF), color-stop(1, #E8F6FF));
    background-image: -o-linear-gradient(bottom, #F2FAFF 0%, #E8F6FF 100%);
    background-image: -moz-linear-gradient(bottom, #F2FAFF 0%, #E8F6FF 100%);
    background-image: -webkit-linear-gradient(bottom, #F2FAFF 0%, #E8F6FF 100%);
    background-image: -ms-linear-gradient(bottom, #F2FAFF 0%, #E8F6FF 100%);
    background-image: linear-gradient(to bottom, #F2FAFF 0%, #E8F6FF 100%);
    line-height: 30px;
}

.answer > p span {
    float: right;
    display: block;
    padding-left: 10px;
    border-left: 1px solid #a6cffa;
}

.answer > p span.vote-block {
    border: 0;
}

.answer > div {
    border: 1px solid #a6cffa;
}

.answer .r_left {
    border-right: 1px solid #a6cffa;
    padding: 20px 18px 30px 20px;
    display: table-cell;
    word-break: break-word;
}

.answer .r_left, .answer .r_right, .response .r_right, .response .r_left {
    vertical-align: top;
    position: relative;
}

.answer .r_right > p {
    border-top: 1px solid #a6cffa;
}

.answer .r_left textarea, .comment-textarea-complete {
    margin-top: 5px;
    width: 100%;
    height: 135px;
    resize: none;
    border: 0;
    border-left: 1px solid #a6cffa;
    border-bottom: 1px solid #a6cffa;
    font: 12px 'MyriadPro-Semibold';
    color: #3a3a3a;
    padding: 5px 10px;
}

.answer .r_left small {
    font: 12px 'MyriadPro-Semibold';
    color: #7a7a7a;
    display: block;
}

.answer .att > p {
    border-color: #a6cffa;
    color: #5f96d0;
}

button.add {
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
    height: 29px;
    padding: 0 8px 0 12px;
    font: 12px 'MyriadPro-Bold';
    background-color: #1D4B7D \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #23609E), color-stop(1, #1D4B7D));
    background-image: -o-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -moz-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -webkit-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -ms-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: linear-gradient(to bottom, #23609E 0%, #1D4B7D 100%);
    display: block;
}

button.add:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/sprite.png') -124px -22px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

.answer .att {
    float: none;
    display: inline-block;
}

.response img.userimg, .t_photo img {
    display: block;
    max-height: 300px;
    width: 100%;
}

.vote-block {
    width: 90px;
    text-align: center;
    font-size: 15px;
}

.vote-comment {
    cursor: pointer;
}

.vote-plus {
    color: #008000;
}

.vote-zero {
    color: #00193A;
}

.vote-minus {
    color: #880000;
}

.comment_images .image {
    margin: 15px auto;
}

.response .r_right h2 {
    font: 15px 'MyriadPro-Semibold';
    margin: 0;
    color: #231f20;
}

.response .r_right strong {
    color: #1d4b7c;
}

.log_fb, .log_in, .log_odno, .log_tw {
    width: 138px;
    height: 29px;
    border: 0;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    font: 12px 'MyriadPro-Bold';
    text-align: left;
    line-height: 27px;
}

.log_fb {
    background: #3a589a;
}

.log_fb:before {
    display: block;
    content: '';
    background: url('../img/sprite.png') -147px -48px;
    width: 8px;
    height: 16px;
    float: left;
    margin: 5px 7px 0 5px;
}

.log_odno {
    background: #f17800;
}

.log_odno:before {
    display: block;
    content: '';
    background: url('../img/sprite.png') -161px -48px;
    width: 11px;
    height: 19px;
    float: left;
    margin: 3px 7px 0 5px;
}

.log_in {
    background: #0072b5;
}

.log_in:before {
    display: block;
    content: '';
    background: url('../img/sprite.png') -178px -48px;
    width: 14px;
    height: 14px;
    float: left;
    margin: 5px 7px 0 5px;
}

.log_tw {
    background: #55ABED;
}

.log_tw:before {
    display: block;
    content: '';
    background: url('../img/sprite.png') -247px -46px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 7px 0 5px;
}

.suggestion {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 5px 0;
    display: inline-block;
    min-width: 500px;
}

.suggestion span {
    display: block;
    float: left;
    width: 6px;
    height: 18px;
    background: url('../img/sprite.png') -229px 0;
    margin: 5px 12px;
}

.suggestion p {
    font: 18px 'MyriadPro-Semibold';
    color: #010101;
    float: left;
    padding-right: 30px;
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
    line-height: 29px;
    max-width: 575px;
}

.suggestion a.button {
    height: 29px;
    color: #fff;
    display: block;
    float: right;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #dd4444;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    font: 12px 'MyriadPro-Bold';
    padding: 0 15px;
    line-height: 29px;
}

#suggest_popup {
    display: none;
    opacity: 0;
    width: 400px;
    height: 200px;
    background: white;
    border-radius: 5px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

#suggest_popup .content h3 {
    text-align: center;
}

.suggestion input {
    display: inline-block;
    height: 30px;
    width: 300px;
    border: 0 solid #a6cffa;
    padding: 0 10px;
    font: 15px 'MyriadPro-Semibold';
}

.suggestion button {
    height: 29px;
    color: #fff;
    display: block;
    float: right;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #dd4444;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    font: 12px 'MyriadPro-Bold';
    padding: 0 15px;
    line-height: 29px;
}

#suggest_popup .content {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.t_about {
    padding: 20px 30px;
    background: #f6f6f6;
}

.t_about h3 {
    font: 17px 'MyriadPro-Bold';
    color: #000;
    margin-bottom: 20px;
}

.t_about p, .m_content p, .m_details .dt, .m_details .lcm {
    font: 13px 'MyriadPro-Semibold';
    color: #000;
    margin-bottom: 12px;
}

.t_about p span, .t_about p a, .m_content span, .m_details .dt span, .m_details .lcm span {
    font-family: 'MyriadPro-Bold';
}

.t_about p a, .m_content a {
    border-bottom: 1px solid black;
}

.t_about .dt:before, .m_details .dt:before {
    display: block;
    margin-right: 10px;
    content: '';
    float: left;
    background: url('../img/sprite.png') -171px -24px;
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.t_about .lcm:before, .m_details .lcm:before {
    display: block;
    margin-right: 10px;
    content: '';
    float: left;
    background: url('../img/sprite.png') -187px -24px;
    width: 12px;
    height: 16px;
}

.t_about .cm:before {
    display: block;
    margin-right: 10px;
    content: '';
    float: left;
    background: url('../img/sprite.png') -203px -24px;
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.t_about .users:before {
    display: block;
    margin-right: 10px;
    content: '';
    float: left;
    background: url('../img/sprite.png') -219px -24px;
    width: 17px;
    height: 15px;
}

.t_about .tc:before {
    display: block;
    margin-right: 10px;
    content: '';
    float: left;
    background: url('../img/sprite.png') -240px -24px;
    width: 12px;
    height: 14px;
    margin-top: 2px;
}

.t_photo > div {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    margin: 30px auto;
}

.person div.t_about {
    border: 0;
    text-align: center;
}

.person a.more {
    float: none;
    margin: 20px auto 0;
    width: 90px;
    border-top: 2px solid #a5a5a5;
    padding: 0 6px;
}

aside .t_photo {
    margin-bottom: 1px;
}

.sc a {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    border: 0;
}

.a_fb:before {
    width: 6px;
    height: 12px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -238px 0;
    margin-top: 4px;
}

.a_odno:before {
    width: 8px;
    height: 14px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -246px 0;
    margin-top: 3px;
}

.a_in:before {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -255px 0;
    margin-top: 4px;
}

.a_email:before {
    width: 10px;
    height: 8px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -270px 0;
    margin-top: 6px;
}

.sc a.a_email {
    margin: 0;
}

.sc {
    margin: 25px auto 0;
    width: 105px;
}

.sc a:hover {
    background: #dd4344;
}

.result {
    margin-bottom: 15px;
}

.result.diss tbody td:last-child {
    width: 200px;
}

.diss.result tbody tr {
    border: 0;
    border-bottom: 1px solid #eaeaea;
}

.result.diss tbody tr:nth-child(2n) {
    background: transparent;
}

.search_result {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.search_result p {
    padding: 0 12px;
    font: 17px 'MyriadPro-Bold';
    color: #231f20;
    line-height: 39px;
}

.search_result span {
    font: 17px 'MyriadPro-Semibold';
    color: #dd4344;
    margin-left: 3px;
    display: inline-block;
}

.search_result span:after {
    display: block;
    content: '';
    height: 1px;
    margin-top: -2px;
    background: #eeb1b1;
    border-bottom: 1px solid #f7dada;
}

.search_result p:before {
    display: block;
    float: left;
    content: '';
    background: url('../img/sprite.png') -256px -24px;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-right: 8px;
}

.diss tbody td:last-child div p:last-child {
    margin-bottom: 0;
}

.diss tbody td:last-child {
    padding-bottom: 3px;
}

.m_left {
    width: 224px;
    float: left;
    border: 1px solid #eaeaea;
}

.m_left .m_photo {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    margin: 25px auto;
}

.m_left .m_photo img {
    width: 100%;
}

.m_content {
    padding: 25px 20px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

.m_content .sc {
    margin-top: 40px;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    padding: 16px 39px 0;
    text-align: center;
}

.m_right {
    float: left;
    padding-left: 38px;
    width: 800px;
}

.m_details {
    margin-bottom: 45px;
}

.m_details h2 {
    font: 15px 'MyriadPro-Semibold';
    color: #7a7a7a;
    margin: 0;
}

.m_details h3 {
    font: 20px 'MyriadPro-Semibold';
    color: #1d4b7c;
    margin: 0 0 25px;
}

.int .heading, .d_cv {
    background: #f8f8f8;
    padding: 12px 20px;
    font: 17px 'MyriadPro-Bold';
    color: #000;
}

.int .heading {
    cursor: pointer;
}

.int .heading:after {
    display: block;
    float: right;
    content: '';
    background: url('../img/sprite.png') -284px -11px;
    width: 12px;
    height: 6px;
    margin-top: 8px;
}

.int .heading.active:after {
    background-position: -284px -1px;
}

.int {
    margin-bottom: 15px;
}

.int div {
    display: none;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.int p {
    color: #231f20;
    font: 14px 'MyriadPro-Semibold';
    margin-top: 15px;
}

.d_cv {
    margin-top: 60px;
}

.d_cv p {
    width: 700px;
    float: left;
    line-height: 23px;
}

.d_cv p:before {
    display: block;
    float: left;
    content: '';
    background: url('../img/sprite.png') -42px -112px;
    width: 29px;
    height: 26px;
    margin-right: 15px;
    margin-top: -3px;
}

.d_cv a {
    display: block;
    float: right;
    margin-top: 5px;
    width: 18px;
    height: 15px;
    background: url('../img/sprite.png') -196px -48px;
}

.u_left {
    width: 490px;
    float: left;
    padding-right: 50px;
    margin-top: 10px;
}

.u_right {
    margin-top: 10px;
    width: 380px;
    float: left;
}

.u_left input {
    border: 0;
    margin-bottom: 22px;
    border-bottom: 2px solid #e3e3e3;
    width: 290px;
    font: 17px 'MyriadPro-Semibold';
    color: #000;
    padding-bottom: 3px;
}

.u_left label {
    display: block;
    font: 14px 'MyriadPro-Semibold';
    color: #7a7a7a;
    padding-bottom: 5px;
}

.u_right .box {
    border: 1px solid #e0e0e0;
    padding: 25px 30px 35px;
}

.u_right input[type='submit'] {
    width: 100%;
    background: #dd4344;
    height: 42px;
    color: #fff;
    font: 18px 'MyriadPro-Semibold';
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 20px;
}

.u_right ul li {
    display: block;
    padding: 0 10px 3px 0;
    margin-bottom: 20px;
}

.attach_box .file_input span.input {
    display: inline-block;
}

.abox {
    position: relative;
    width: 481px;
    left: inherit !important;
    top: inherit !important;
    border: none;
    padding: inherit;
    display: block;
}

.u_right ul li p {
    color: #3a3a3a;
    font: 14px 'MyriadPro-Semibold';
    margin-bottom: 3px;
}

.u_right ul li a {
    color: #5f96d0;
    font: 14px 'MyriadPro-Semibold';
    font-style: italic;
}

.u_right ul li:hover:before {
    background: #dd4344;
}

.u_right ul li:before {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 7px;
    content: '';
}

.li_fb p:before {
    width: 6px;
    height: 12px;
    display: block;
    content: '';
    background: url('../img/sprite.png') -238px 0;
    margin-top: 4px;
    float: left;
    margin-left: -20px;
    position: relative;
}

.li_odno p:before {
    width: 8px;
    height: 14px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -246px 0;
    margin-top: 3px;
    float: left;
    margin-left: -21px;
    position: relative;
}

.li_in p:before {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    content: '';
    background: url('../img/sprite.png') -255px 0;
    margin-top: 4px;
    float: left;
    margin-left: -23px;
    position: relative;
}

.u_right .photo {
    float: left;
}

.u_right button {
    border: 0;
    padding: 0 15px;
    margin-left: 15px;
    float: left;
}

.u_right button, .u_right .file {
    height: 29px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDEDED), color-stop(1, #CCCCCC));
    background-image: -o-linear-gradient(bottom, #EDEDED 0%, #CCCCCC 100%);
    background-image: -moz-linear-gradient(bottom, #EDEDED 0%, #CCCCCC 100%);
    background-image: -webkit-linear-gradient(bottom, #EDEDED 0%, #CCCCCC 100%);
    background-image: -ms-linear-gradient(bottom, #EDEDED 0%, #CCCCCC 100%);
    background-image: linear-gradient(to bottom, #EDEDED 0%, #CCCCCC 100%);
    color: #231f20;
    font: 12px 'MyriadPro-Bold';
    border-radius: 5px;
    cursor: pointer;
}

.u_right .file {
    width: 105px;
    height: 29px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #231f20;
    font: 12px 'MyriadPro-Bold';
    line-height: 29px;
    text-align: center;
    float: left;
}

.tab {
    display: table-cell;
    vertical-align: middle;
    height: 97px;
    padding-left: 20px;
}

.u_right h2 {
    font: 17px 'MyriadPro-Bold';
    color: #000;
    padding-bottom: 5px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 8px;
}

.cv_name {
    color: #9b9b9b;
    font: 12px 'MyriadPro-Semibold';
    margin-top: 10px;
}

.reports li {
    border: 1px solid #ececec;
    padding: 1px;
    display: block;
    width: 220px;
    height: 205px;
    float: left;
    margin: 10px 75px 38px 0;
}

.reports .heading {
    height: 58px;
    color: #231f20;
    padding: 7px 18px;
    font: 25px 'MyriadPro-Bold';
}

.reports .heading span {
    font: 14px 'MyriadPro-Regular';
    color: #7a7a7a;
    display: block;
    margin-top: -4px;
}

.reports li > div {
    padding: 18px;
}

.reports h2 {
    font: 15px 'MyriadPro-Bold';
    color: #7a7a7a;
    border-bottom: 2px solid #ececec;
    margin: 0 0 12px;
}

.reports div span {
    width: 33px;
    height: 43px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.reports div .pdf_f {
    background: url('../img/sprite.png') -74px -112px;
}

.reports div .word_f {
    background: url('../img/sprite.png') -110px -112px;
}

.reports div .excel_f {
    background: url('../img/sprite.png') -147px -112px;
}

.report {
    margin-top: 10px;
    margin-bottom: 25px;
}

.report h3 {
    font: 25px 'MyriadPro-Bold';
    color: #231f20;
    margin: 0;
}

.report li {
    display: block;
    border-bottom: 2px solid #e3e3e3;
    font: 17px 'MyriadPro-Bold';
    color: #231f20;
    padding-bottom: 8px;
    margin-top: 22px;
}

.report li:before {
    content: '';
    display: block;
    float: left;
    width: 19px;
    height: 24px;
    margin-right: 10px;
    margin-top: -4px;
}

.report li.s_excel:before {
    background: url('../img/sprite.png') -136px -80px;
}

.report li.s_word:before {
    background: url('../img/sprite.png') -160px -80px;
}

.report li.s_pdf:before {
    background: url('../img/sprite.png') -184px -80px;
}

.report p {
    width: 970px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.report a {
    width: 18px;
    height: 15px;
    display: block;
    background: url('../img/sprite.png') -216px -48px;
    margin-top: 7px;
    float: right;
}

.report a:hover {
    background-position: -196px -48px;
}

.sort {
    width: 184px;
    padding-right: 40px;
    float: left;
    margin-top: 5px;
}

.sort a {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 9px;
    font: 13px 'MyriadPro-Bold';
    color: #231f20;
    display: block;
    margin-top: 5px;
}

.sort a.active {
    color: #1d4b7c;
    background: #dfefff;
    border: 0;
}

.reference {
    float: left;
    width: 710px;
}

.reference li {
    display: block;
    width: 284px;
    float: left;
    margin: 10px 0 17px;
}

.reference li {
    margin: 10px 35px;
}

.reference li > p {
    float: right;
    padding: 10px 12px;
    color: #231f20;
    font: 15px 'MyriadPro-Bold';
    border: 1px solid #a6cffa;
    border-bottom: 0;
}

.reference .content {
    border-top: 2px solid #a6cffa;
    clear: both;
    /*height: 359px;*/
    overflow: hidden;
}

.reference .li-fix {
    border: 0;
    padding: 0;
    clear: both;
    float: none;
    display: block;
    width: 100%;
}

.reference-files {

    margin: 0;
    padding: 0;

}

.reference-files li {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    font: 14px 'MyriadPro-Bold';
    color: #231f20;
    padding: 5px;
    margin: 0;
    line-height: 20px;
}

.reference-files a {
    width: 18px;
    height: 15px;
    display: block;
    background: url('../img/sprite.png') -216px -48px;
    margin-top: 7px;
    float: right;
}

.reference h2 {
    font: 19px 'MyriadPro-Semibold';
    color: #1d4b7c;
    text-align: right;
    margin: 10px 0 15px;
}

.reference .footer {
    height: 27px;
    border-top: 1px solid #ececec;
    margin-top: 15px;
    border-bottom: 1px solid #ececec;
}

.reference .content p {
    color: #7a7a7a;
    font: 14px 'MyriadPro-Semibold';
    text-align: justify;
    margin-bottom: 20px;
}

.reference img {
    margin: 10px auto;
    max-height: 182px;
    display: block;
}

.usual {
    color: #111;
    margin: 8px auto;
}

.usual li {
    list-style: none;
    float: left;
}

.usual ul a {
    display: block;
    padding: 6px 10px;
    text-decoration: none !important;
    margin: 1px;
    margin-left: 0;
    font: 10px Verdana;
    color: #FFF;
    background: #1d4b7c;
}

.usual ul a:hover {
    color: #FFF;
    background: #dd4344;
}

.usual ul a.selected {
    margin-bottom: 0;
    color: #fff;
    background: #dd4344;
    border-bottom: 1px solid snow;
    cursor: default;
}

.usual div {
    *padding-top: 3px;
    *margin-top: -15px;
    clear: left;
    font: 10pt Georgia;
}

.usual div a {
    color: #000;
    font-weight: bold;
}

#usual2 {
    background: #0A0A0A;
    border: 1px solid #1A1A1A;
}

#usual2 a {
    background: #222;
}

#usual2 a:hover {
    background: #000;
}

#usual2 a.selected {
    background: snow;
}

#tabs3 {
    background: #FF9;
}

.usual input[type='text'] {
    border: 1px solid #a6cffa;
    margin-bottom: 10px;
    padding: 0 12px;
    color: #7a7a7a;
    font: 12px 'MyriadPro-Regular';
    width: 100%;
    height: 31px;
    border-radius: 5px;
}

.categ select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #a6cffa, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #a6cffa, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #a6cffa, 0 -1px #fff inset;
    background: #a6cffa;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.block_comm, .report_comm, .action_comm {
    border-left: 0;
    margin-right: 20px;
    font: 12px 'MyriadPro-Semibold';
    line-height: 30px;
    float: right;
    display: block;
    padding-left: 10px;
    cursor: pointer;
}

.u_right.profile {
    float: right;
}

.u_left.profile input, .u_left.profile textarea {
    width: 100%;
}

.u_left.profile {
    width: 644px;
}

.u_right.profile input[type=text] {
    border: 0;
    margin-bottom: 22px;
    border-bottom: 2px solid #e3e3e3;
    width: 290px;
    font: 17px 'MyriadPro-Semibold';
    color: #000;
    padding-bottom: 3px;
}

[action=profileSave] {
    margin-top: 20px;
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn span {
    color: #fff !important;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

table {
    max-width: 100%;
}

th {
    text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25% 25% 50% 50% 75% 75%);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.label-info, .progress-bar-info {
    background-color: #5bc0de;
}

.label-warning, .progress-bar-warning {
    background-color: #f0ad4e;
}

.label-danger, .progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-success, .progress-striped .progress-bar-info, .progress-striped .progress-bar-warning, .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25% 25% 50% 50% 75% 75%);
}

.h_search {
    display: none;
}

.top ul.socials li a.fb:hover {
    background: url('../img/sprite.png') -184px -112px;
}

.top ul.socials li a.odno:hover {
    background: url('../img/sprite.png') -196px -112px;
}

.top ul.socials li a.in:hover {
    background: url('../img/sprite.png') -209px -112px;
}

.fb-like-box.sec {
}

#pop_prop .close, #pop_prop2 .close, .last-comment .close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: url("../img/close.png") center center no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 0;
}

#pop_prop .label, #pop_prop2 .label {
    height: 110px;
    width: 100%;
    text-align: center;
    font: 24px 'MyriadPro-Bold';
    line-height: 100px;
    display: inline-block;
    color: #1d4b7c;
    text-transform: uppercase;
}

#pop_prop {
    display: none;
    opacity: 0;
    width: 735px;
    height: 200px;
    background: white;
    border-bottom: 5px solid #e2e2e4;
    border-radius: 5px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    padding: 0 30px;
}

#pop_prop2 .suggestion button {
    height: 40px;
    width: 170px;
    color: #fff;
    display: block;
    float: none;
    border: 0;
    margin: 15px auto;
    background-color: #DD4345;
    font: 17px 'MyriadPro-Bold';
    padding: 0 15px;
    line-height: 29px;
}

.socials + button {
    height: 30px;
    color: #fff;
    display: block;
    float: right;
    border: 0;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #dd4444;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F55E5E), color-stop(1, #DD4444));
    background-image: -o-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -moz-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -webkit-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: -ms-linear-gradient(bottom, #F55E5E 0%, #DD4444 100%);
    background-image: linear-gradient(to bottom, #F55E5E 0%, #DD4444 100%);
    font: 12px 'MyriadPro-Bold';
    padding: 0 15px;
    line-height: 30px;
}

#pop_prop2 .suggestion input {
    display: inline-block;
    height: 30px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #E3E3E3;
    line-height: 100%;
    padding: 0;
    font: 15px 'MyriadPro-Semibold';
}

#pop_prop2 .suggestion {
    border: 0;
    border-radius: 0;
    padding: 0;
    display: block;
    min-width: 0;
    margin: 0 auto;
}

#pop_prop2 p {
    width: 100%;
    text-align: center;
    font: 18px 'MyriadPro-Bold';
    display: inline-block;
    color: #1d4b7c;
    margin-bottom: 10px;
}

#pop_prop2 {
    display: none;
    opacity: 0;
    width: 715px;
    height: 450px;
    background: white;
    border: 2px solid #A6CFFB;
    border-radius: 5px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    padding: 18px;
}

#pop_prop2 hr {
    border-top: 1px solid #ECECEC;
}

#pop_prop2 .prop-field {
    width: 215px;
    float: left;
    color: #3A3A3A;
    margin-left: 10px;
}

#pop_prop2 .prop-field span {
    font: 15px 'MyriadPro-Semibold';
    background: none;
    margin: 0;
}

#pop_prop2 textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #E3F0FF;
    padding: 10px;
    margin-top: 30px;
}

#pop_prop2 .label {
    height: 65px;
    line-height: 65px;
}

#pop_prop2 .close, .last-comment .close {
    top: 5px;
    right: 5px;
    background: url("../img/close-flat.png") center center no-repeat;
}

.top_head {
    width: 70%;
    max-width: 670px;
    float: left;
}

@keyframes button_splash {
    25% {
        background-color: #a2d1ff
    }
    75% {
        background-color: #EA5657
    }
}

.propune-btn {
    background: #EA5657;
    height: 31px;
    border: 0;
    color: white;
    font-size: 13px;
    padding: 0 15px;
    float: right;
    margin-top: 35px;
    font-family: 'MyriadPro-Bold';
    animation-name: button_splash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.banners-0 {
    display: none;
}

.banners-1 {

}

.banners-2 a:first-child img {
    margin-right: 36px;
}

.left-form-part {
    width: 60%;
    float: left;
}

.right-form-part {
    width: 38%;
    float: left;
    margin-right: 5 p;
}

.header_right form {
    clear: both;
    margin-top: 35px;
}

.log {
    float: right;
    margin-top: -2px;
}

#header_rigth {
    float: right;
    margin-left: 10px;
}

.propose-success {
    height: 90px;
    padding-left: 110px;
    width: 550px;
    background: url('../img/ico-success.png') no-repeat;
    line-height: 90px;
    font-size: 23px;
    color: #1d4b7c;
    margin: 0 auto;
    font-family: 'MyriadPro-Semibold';
}

.home-message {
    width: 100%;
    min-height: 120px;
    background: url('../img/home-grd.jpg') repeat-x;
    border: 1px solid #ececec;
    border-bottom: 2px solid #a6cffa;
    text-align: center;
    padding: 30px;
    padding-bottom: 20px;
    margin-top: 20px;
    clear: both;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
}

.home-message .rus {
    float: right;
    margin-top: -17px;
}

.theme_text, .theme_text p, .text-phase, .text-phase p {
    font-family: 'MyriadPro-Regular';
    line-height: 20px;
}

.theme_text a, .text-phase a {
    color: #dd4344;
}

.theme_text a:hover, .text-phase a:hover {
    text-decoration: underline;
}

.theme_text strong, .theme_text b, .text-phase strong, .text-phase b {
    font-family: 'MyriadPro-Semibold';
}

.theme_text img, .text-phase img {
    cursor: pointer;
    margin: 0 15px 5px 0 !important;
}

.text-phase li {
    list-style: inherit;
    margin: 5px 0 5px 30px;
}

.text-phase p {
    padding: 5px 0;
}

.space-dt {
    margin-left: 22px;
}

.rss-block {
    display: inline-block;
    max-width: 313px;
    width: 100%;
    height: 255px;
    border: 1px solid #ececec;
    border-top: 3px solid #4eb4cf;
    background: #fdfdfd;
    font-size: 15px;
}

.rss-logo {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.rss-logo {
    text-align: center;
}

.rss-content {
    padding: 20px;
    padding-top: 7px;
}

.rss-item {
    font-size: 14px;
}

.rss-block .bx-pager-item {
    height: 2px;
    width: 20px;
    float: left;
    margin-right: 5px;
    margin-top: 0;
    z-index: 2;
}

.rss-block .bx-controls {
    margin-top: 5px;
}

.rss-block .bx-pager-item a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #a6cffa;
    display: block;
    width: 100%;
    height: 100%;
}

.rss-block .bx-pager-item a.active {
    background: #41afcd;
}

.rss-block .bx-controls-direction {
    display: none;
}

.view-more {
    display: inline-block;
    padding-right: 15px;
    background: url('../img/view-more.jpg') right center no-repeat;
    color: #a5a5a5;
    font-size: 13px;
}

.rss-block .view-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rss-slider li {
    position: relative;
    height: 120px;
    font-size: 16px !important;
}

.rss-slider li a {
    font-size: 16px !important;
}

.rss-logo img {
    height: 90px;
}

.document-list {
    width: 100%;
    clear: both;
}

.anchor-comm {
    box-shadow: 0 0 10px #A6CFFA;
}

.left-sidebar .project_info {
    width: 100%;
}

.new-apply-form .input-full {
    width: 100% !important;
}

.new-apply-form .input-file {
    border: 0 !important;
    margin-top: -35px !important;
}

.rules_content li {
    list-style: disc;
    margin-left: 30px;
}

.about p {
    margin-bottom: 10px;
}

.about b {
    font: 16px 'MyriadPro-Semibold';
}

.about li {
    margin-left: 30px;
    list-style: disc;
}

.about a {
    color: #dd4344;
    text-decoration: none;
}

.about a:hover {
    text-decoration: underline;
}

.concurs-title {
    margin: 0;
    background: #1D4B7C;
    padding: 10px 50px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.change-lang-page {
    margin: -15px 0 20px 0 !important;
}

.block-comm-resp {
    display: none;
}

.block-comm-resp a {
    color: #880000;
    font-weight: 600;
}

.block-comm-desk {
    display: block;
}

.comment-image-prev {
    display: block;
    margin: 5px 0 5px 5px;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #FBFBFB;
    float: left;
    overflow: hidden;
}

.comment-image-prev img {
    width: 100%;
}

.notif-viewed {
}

.notif-noviewed {
    background: #CCE2F0 !important;
}

.share_comment {
    background: #3a589a;
    width: 84px;
    height: 22px;
    border: 0;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    font: 10px 'MyriadPro-Bold';
    text-align: left;
    line-height: 23px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.share_comment:before {
    display: inline-block;
    content: '';
    background: url('../img/sprite.png') -147px -48px;
    width: 8px;
    height: 16px;
    float: left;
    margin: 5px 7px 0 5px;
}

.response .r_right > p, .answer .comment-section {
    padding-bottom: 35px !important;
}

.answer .share_comment {
    left: 15px;
    right: auto;
}

.r_left a {
    word-break: break-all;
}

.lista-semnatari {
    max-width: 420px;
    width: 100%;
    float: right;
    margin-left: 20px;
}

.lista-semnatari-title {
    padding: 15px;
    background: #1d4b7c;
    color: white !important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'MyriadPro-Semibold';
    font-size: 16px;
    border-bottom: 2px solid #dd4344;
}

.lista-semnatari-text {
    background: #fbfbfc;
    border: 1px solid #ececec;
    border-top: 0;
    padding: 30px 20px;
}

.lista-semnatari-scroll {
    max-height: 287px;
    overflow-y: auto;
}

.lista-semnatari-text p {
    margin: 5px 0;
}

.lista-semnatari-text a {
    color: #dd4344;
}

.red-button {
    color: #fff;
    background: #e04749;
    text-transform: uppercase;
    font: 13px 'MyriadPro-Bold';
    border-radius: 5px;
    border: 0;
    padding: 10px 20px;
}

.red-btn-sq {
    width: 25px;
    height: 25px;
    padding: 5px;
}

.row-to-add {
    display: none;
}

.input-row {
    height: 25px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 14px;
    width: 90%;
}

.invite-table {
    width: 100%;
}

.invite-table td {
    padding-bottom: 5px;
}

.tabledrom {
    width: 100%;
}

.tabledrom td {
    border: 1px solid #aaa;
    padding: 5px;
}

body.active {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vote_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.vote_popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.vote_header {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.vote_header h2 {
    margin: 0;
    color: #dd4344;
    font: 22px 'MyriadPro-Semibold';
}

.vote_header p {
    font: 14px 'MyriadPro-Semibold';
    color: #484848;
}

.vote_header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    cursor: pointer;
}

.vote_header .close::before, .vote_header .close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #5f96d0;
    height: 2px;
    margin-top: -1px;
}

.vote_header .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vote_header .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vote_name {
    color: #1d4b7c;
    font: 22px 'MyriadPro-Semibold';
    text-transform: uppercase;
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    padding-left: 10px;
}

.vote_logo {
    display: inline-block;
    width: 36%;
    vertical-align: middle;
    text-align: right;
}

.vote_content {
    background: rgb(241, 247, 254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 247, 254, 1) 0%, rgba(249, 249, 249, 1) 97%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 247, 254, 1)), color-stop(97%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(249, 249, 249, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241, 247, 254, 1) 0%, rgba(249, 249, 249, 1) 97%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241, 247, 254, 1) 0%, rgba(249, 249, 249, 1) 97%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(241, 247, 254, 1) 0%, rgba(249, 249, 249, 1) 97%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(241, 247, 254, 1) 0%, rgba(249, 249, 249, 1) 97%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%, rgba(249, 249, 249, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fe', endColorstr='#f9f9f9', GradientType=0); /* IE6-9 */
    padding: 18px 0 30px;
    border-top: 2px solid #5f96d0;
    border-bottom: 2px solid #e9e8e8;
}

.vote_content img {
    max-width: 220px;
    margin-bottom: 12px;
}

.slider_block {
    background: #ffffff;
    padding: 10px 0 50px;
    height: 172px;
}

.slider_block .bx-viewport, .slider_block img {
    max-height: 70px !important;
    overflow: hidden;

}

.slider_block .bx-viewport a {
    line-height: 70px;
}

.slider_block li {
    text-align: center;
    visibility: hidden;
}

.slider_block p {
    color: #7a7a7a;
    font: 16 'MyriadPro-Regular';
    font-style: italic;
    padding-left: 10px;
    margin-bottom: 20px;
}

.vote_footer {
    font: 16px 'MyriadPro-Regular';
    color: #fff;
    text-align: center;
    background: #1d4b7c;
    border-top: 2px solid #ea5657;
    line-height: 45px;
    text-transform: uppercase;
}

.comment-section a, .response-selection a {
    color: #4C627E;
}

.comment-section a:hover, .response-selection a:hover {
    color: #194884;
    text-decoration: underline;
}

.menu_sub {
    border-bottom: 2px solid #84c3eb;
    height: 40px;
}

.menu_sub > ul {
    display: block;
    text-align: center;
}

.menu_sub > ul > li {
    display: inline-block;
    position: relative;
}

.menu_sub > ul > li > a {
    display: block;
    color: #1d4b7c;
    font: 16px 'MyriadPro-Semibold';
    line-height: 40px;
    padding: 0 15px;
}

.menu_sub > ul > li > ul {
    position: absolute;
    top: 40px;
    background: #fff;
    text-align: left;
    border-bottom: 2px solid #84c3eb;
    display: none;
    width: 250px;
    z-index: 99;
}

.menu_sub > ul > li:hover > ul {
    display: block;
}

.menu_sub > ul > li > ul > li {
    padding: 5px 15px;
}

.campaign-banner {
    width: 1024px;
    height: 115px;
    text-align: center;
    display: table;
}

.campaign-banner a {
    width: 100%;
    height: 100%;
    /*line-height: 115px;*/
    display: table-cell;
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 21px;
    text-transform: uppercase;
    background: url('../img/campaign.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: middle;
    line-height: normal;
    padding: 15px;
}

section.media {
    border-color: #EFA0A0;
}

section.media h2 a {
    color: #e14344;
}

section.media a.views, section.media a.comments {
    color: #e14344;
}

section.media a.others {
    color: #a5a5a5;
}

section.media .photo {
    background: url('../img/media-mark.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section .photo {
    padding: 12px 0;
}

section.media .photo p {
    color: #fba0a1;
}

section.media .photo p a {
    color: #fff;
}

.campaign-diss .user-photo {
    border-radius: 50%;
    width: 68px;
    margin: 25px;
}

td.campaign-diss-content {
    padding: 25px 15px !important;
    width: auto !important;
}

.campaign-diss-content > a {
    font-size: 19px;
    font-family: 'MyriadPro-Semibold';
    color: #1d4b7c;
}

.bform {
    width: 100%;
    color: #5A5A5A;
    font-size: 14px;
}

.bform td {
    padding: 10px 10px 0 0;
}

.bform input[type="text"], .bform textarea {
    width: 100%;
    border: 1px solid #E3F0FF;
    padding: 10px;
}

.slider-container.main-right {
    display: inline-block;
    width: 500px;
    margin-left: 37px;
}

.home-message .slider-container a:first-child {
    /*float: none;*/
}

.slider-main-left {
    width: 50%;
    float: left;
}

.home-message a:first-child {
    width: 485px;
    float: left;
}

.message-slider-title {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(234, 86, 87);
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid rgb(132, 195, 235);
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    background-color: rgb(245, 245, 245);

}

.message-icon {
    float: left;
    margin-left: 10%;
    margin-top: 5px;
    /*width: 30%;*/
    height: 59px;
}

.message-slider-content-title {
    float: right;
    margin-top: 17px;
    width: 78%;
}

.message-slider-content-title p {
    font-family: "Roboto";
    font-size: 14px;
    color: rgb(33, 107, 170);
    font-weight: bold;
    text-align: left;

}

.slider-icon-slide {
    width: 50%;
}

.message-slider-container {
    border-top: 1px solid rgb(232, 232, 232);
    float: left;
    margin-top: 10px;
    width: 100%;
}

.title-message-slider-container {

    color: rgb(148, 148, 148);
    float: left;
    font-family: "Roboto";
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    width: 100%;

}

.slider1 {
    /*margin-top:10px; */
    margin-left: 20px;
    margin-right: 20px;
    width: 70%;
    height: 35px;
}

.slider1 img {
    max-height: 35px;
}

.message-slider-content .bx-prev {
    float: left;
    margin-top: -20px;
    position: relative;
    width: 10px !important;
    margin-left: -20px;
    display: " ";
    background: url(images/prev.png) no-repeat;
    color: transparent;

}

.message-slider-content .bx-next {
    float: right;
    margin-top: -20px;
    margin-right: 20px;
    position: relative;
    width: 10px !important;
    margin-right: -20px;
    display: " ";
    background: url(images/next.png) no-repeat;
    color: transparent;
}

.slider-container-message {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.slider-more-message {
    border-top: 2px solid rgb(234, 86, 87);
    width: 100% !important;
    font-size: 13.352px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(29, 75, 124);
    margin-top: 10px;
    padding: 7px;

}

.top-banner {
    min-height: 570px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.top-banner .bann-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;

}

.top-banner .blue-overlay {
    opacity: 0.2;
    background-color: #1d4b7c;
    z-index: 0;
}

.top-banner .gradient-overlay {
    height: 337px;
    opacity: 0.5;
    background-image: linear-gradient(to top, #1d4b7c 0%, transparent 100%);
    z-index: 1;
    top: auto;
    bottom: 0;
}

.top-banner .inner-content {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

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

.top-banner:after {
    position: absolute;
    content: '';
    bottom: -1px;
    width: 100%;
    left: 0;
    background: url('../img/top_ellipse.png') no-repeat center center;
    height: 67px;
    z-index: 5;

}

h2.challenge_title {
    font: 700 48px 'MyriadPro-Bold', sans-serif;
    color: #ffffff;
    text-shadow: 2.5px 4.3px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    margin-top: 20px;

}

h2.challenge_title .year {
    background-color: #dd4344;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 9px;
}

.challenge-info {
    background-color: #f4f7f7;
}

.new-wrap {
    border: none;
}

h3.rules_title {
    font-size: 34px;
    font-weight: 600;
    color: #484848;
    padding: 80px 0;
    margin: 0;
}

.new-rules .block-text {
    color: #484848;
}

.new-rules .block-text p {
    padding-bottom: 30px;
}

.new-rules .block-text h3 {
    font-size: 24px !important;
    color: #484848;
    margin: 30px 0;
}

.new-rules .rules_content p {
    font-size: 18px;
}

.new-rules .lista-semnatari-scroll {
    max-height: 420px;
}

.new-rules .lista-semnatari-scroll strong {
    color: #231f20;
    font-size: 20px;
}

.new-rules .lista-semnatari-scroll p {
    font-size: 16px;
}

.new-rules hr {
    margin: 0;
}

.challenge_rus .rule_rus {
    float: none;
}

.challenge-info-footer {
    padding: 23px 0;
    border-top: 1px solid #ececec;
    border-bottom: 6px solid #ececec;
}

.challenge-info-footer .rules_footer {
    border: none;
}

.challenge-slider {
    margin-bottom: 200px;
}

.challenge-slider .bx-pager {
    text-align: center;
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.challenge-slider .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 9px;
}

.challenge-slider .bx-pager .bx-pager-item a {
    display: inline-block;
    font-size: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #dad7d7;

}

.challenge-slider .bx-pager .bx-pager-item a:hover,
.challenge-slider .bx-pager .bx-pager-item .active {
    background-color: #41afcd;
}

.challenge-slider .slide img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
    height: 80px;
}

.challenge-participants .slide img:first-child {
    margin-bottom: 100px;
}

.challenge-slider .bx-controls-direction a {
    font: 300 normal normal 14px/1 FontAwesome;
    font-size: 60px;
    color: #cccccc;
    position: absolute;
    /*top: calc(50% - 34px);*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.challenge-slider .bx-controls-direction a:hover {
    color: #41afcd;
}

.challenge-slider .bx-controls-direction .bx-next {
    right: -50px;
}

.challenge-slider .bx-controls-direction .bx-prev {
    left: -50px;

}

.challenge-slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
}

.challenge-slider .bx-controls-direction {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.finalists-header {
    text-align: center;
    padding-bottom: 100px;
}

.finalists-header .logo {
    display: inline-block;
    position: relative;
}

.pliant .main-title {
    padding: 0 15px;
    line-height: 60px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    background-color: #f9545b;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.pliant .main-title:after,
.pliant .main-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.pliant .main-title:before {
    left: 0;
    border-width: 0 30px 10px 0;
    border-color: transparent #9b0f0f transparent transparent;
}

.pliant .main-title:after {
    right: 0;
    border-width: 0 0 10px 30px;
    border-color: transparent transparent transparent #9b0f0f;
}

.pliant {
    position: relative;
}

.pliant .part {
    height: 47px;
    width: 70px;
    position: absolute;
    top: 23px;
    z-index: 0;
}

.pliant .right {
    background-color: #f9545b;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
    right: -39px;
}

.pliant .left {
    background-color: #f9545b;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
    left: -39px;
}

.challenge-winner .winner {
    border-top: 3px solid #5f96d0;
    border-bottom: 3px solid #5f96d0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 20px 0;
}

.challenge-winner .winner img {
    margin: 80px auto;
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
}

.challenge-winner .winner a {
    float: none;
    display: inline-block;
}

.gallery.bxslider .slide p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.gallery.bxslider .slide:hover p {
    color: #dd4344;
}

.gallery.bxslider .slide img,
.gallery.bxslider .slide iframe {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    max-height: 100%;
    max-width: 100%;

}

.gallery.bxslider .slide iframe {
    width: 100%;
    height: 100%;
}

.gallery.bxslider .slide:hover img,
.gallery.bxslider .slide:hover iframe {
    box-shadow: 1px 5px 10px 1px rgba(119, 119, 119, 0.25);
    -moz-box-shadow: 1px 5px 10px 1px rgba(119, 119, 119, 0.25);
    -webkit-box-shadow: 1px 5px 10px 1px rgba(119, 119, 119, 0.25);
}

.top-breadcrumb {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.top-breadcrumb .dirs {
    border: none;
    margin: 0;
    height: auto;
}

.top-breadcrumb .dirs a {
    color: #ffffff;
}

.top-breadcrumb .dirs a:first-child {
    color: rgba(255, 255, 255, .8);
}

.simplebar-track {
    background-color: #f8f8f8;
    width: 5px;
}

.simplebar-track .simplebar-scrollbar {
    background-color: #5f96d0;
    width: 3px;
}

@media (max-width: 991px) {
    h2.challenge_title {
        font-size: 32px;
    }
}

.home-message a {
    position: relative;
}

.home-message .uppercase {
    text-transform: uppercase;
    font-weight: bold;

}

.home-message .over-text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.home-message .over-text .uppercase {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.home-message .over-text > span:nth-child(2) {
    margin: 15px 0 5px;
}

.home-message .over-text > span {
    display: block;
    font-size: 22px;
}

.home-message .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}

.slider-main-left img {
    max-height: 214px;
    width: 100%;
}

.top-banner .logo {
    position: relative;
    display: inline-block;
}

.top-banner .logo .challenge-year {
    position: absolute;
    font-size: 12px;
    color: #ff9600;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.finalists-header .challenge-year {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #ff9600;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9;
    display: none;
}

.popup-content {
    width: 445px;
    margin: 100px auto;

}

.popup-header .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff;
    cursor: pointer;
    font: 32px serif;
    line-height: 20px;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.popup-header .close:hover {
    color: rgba(255, 255, 255, .5);
}

.popup-header {
    padding: 20px 0 15px;
    text-align: center;
    color: #ffffff;
    background-color: #6ea0d4;
    position: relative;
}

.popup-header h2 {
    margin: 0;
    font-size: 1rem;
}

.popup-body {
    background-color: #ffffff;
    padding: 25px;
}

.popup-body ul {
    margin: 0;
    padding: 0;
}

.popup-body li {
    margin: 3px;
    display: inline-block;
}

.popup-body a {
    background: #dd4344;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}

.popup-body a:hover {
    background-color: #e27778;
}

/**
 Webinar
 */
.breadcrumbs {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 15px;
    padding: 6px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.breadcrumbs a {
    opacity: 0.8;
    font-family: 'MyriadPro-Semibold';
}

.breadcrumbs a:after {
    content: '/';
    margin: 0 3px;
}

.breadcrumbs a:last-child {
    opacity: 1;
    font-family: 'MyriadPro-Bold';
}

.breadcrumbs a:last-child:after {
    content: none;
}

.bread-content {
    position: relative;
    background-color: #f4f7f7;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeced;
}

.eclipse-head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29, 75, 124);
    opacity: 0.4;
    z-index: 1;
}

.eclipse-head:after {
    background-image: -moz-linear-gradient(90deg, rgb(29, 75, 124) 0%, rgba(29, 75, 124, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(29, 75, 124) 0%, rgba(29, 75, 124, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(29, 75, 124) 0%, rgba(29, 75, 124, 0) 100%);
    opacity: 0.502;
    left: 0;
    position: absolute;
    content: '';
    height: 337px;
    bottom: 0;
    width: 100%;
}

.eclipse-head {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}

.eclipse-head .img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.eclipse-head-content {
    position: relative;
    z-index: 2;
    padding: 130px 0 180px;
}

.eclipse-head-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url("../img/webinar/bg.png") no-repeat center bottom;
    left: 0;
    height: 100px;
}

.content-wrap {
    width: 960px;
    margin: 0 auto;
    max-width: 95%;
}

.eclipse-head h1 {
    font: 52px 'MyriadPro-Semibold';
    text-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    line-height: 1.154;
    margin: 0;
}

.head-date {
    display: inline-block;
    background-color: #dd4344;
    font: 17px 'MyriadPro-Regular';
    color: #fff;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    border-radius: 3px;
    padding: 7px 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.media-circle {
    width: 190px;
    height: 190px;
    border: 8px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-bottom: 10px;
}

.media-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #abd1fa;
    z-index: 10;
}

.media-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.user-box {
    max-width: 500px;
    margin: -85px auto 40px;
    text-align: center;
}

.user-box h2 {
    font: 26px 'MyriadPro-Semibold';
    color: #1d4b7c;
    margin: 15px 0;
}

.user-socials li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.user-socials li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.u-fb {
    background: url("../img/webinar/socials/fb.png") no-repeat center;
    background-size: contain;
}

.u-fb:hover {
    background-image: url('../img/webinar/socials/fb-hover.png');
}

.u-twitter {
    background: url("../img/webinar/socials/twitter.png") no-repeat center;
    background-size: contain;
}

.u-twitter:hover {
    background-image: url('../img/webinar/socials/twitter-hover.png');
}

.u-linkedin {
    background: url("../img/webinar/socials/linkedin.png") no-repeat center;
    background-size: contain;
}

.u-linkedin:hover {
    background-image: url('../img/webinar/socials/linkedin-hover.png');
}

.u-ok {
    background: url("../img/webinar/socials/ok.png") no-repeat center;
    background-size: contain;
}

.u-ok:hover {
    background-image: url('../img/webinar/socials/ok-hover.png');
}

.u-gplus {
    background: url("../img/webinar/socials/gplus.png") no-repeat center;
    background-size: contain;
}

.u-gplus:hover {
    background-image: url('../img/webinar/socials/gplus-hover.png');
}

.u-vk {
    background: url("../img/webinar/socials/vk.png") no-repeat center;
    background-size: contain;
}

.u-vk:hover {
    background-image: url('../img/webinar/socials/vk-hover.png');
}

.about-user {
    border: 1px dashed #e3e3e3;
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #fff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.10);
}

.col-left, .col-right {
    display: table-cell;
    vertical-align: top;
    padding: 30px 40px;
}

.col-left {
    width: 53%;
    border-right: 1px dashed #e3e3e3;
}

.col-right {
    width: 47%;
}

.about-user p {
    color: #484848;
    font: 18px 'MyriadPro-Regular';
    line-height: 1.571;
}

.group {
    margin-bottom: 20px;
}

.about-user h4 {
    margin: 0 0 10px;
    font: 14px 'MyriadPro-Semibold';
    color: #dd4344;
    text-transform: uppercase;
}

.about-user p a:hover, .about-user li a:hover {
    color: #5f96d0;
    text-decoration: underline;
}

.about-user p a {
    float: left;
    clear: both;
}

.about-user p a, .about-user li a {
    font-size: 16px;
    color: #1d4b7c;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;

}

.about-user ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.about-user ul li:before {
    content: '»';
    color: #dd4344;
    font: 16px 'MyriadPro-Semibold';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

#webinar-app .about-user p a {
    float: none
}

#webinar-app .about-user p {
    color: #484848;
    font: 18px 'MyriadPro-Regular';
    line-height: 1.571;
    font-size: 16px;
    margin-bottom: 25px;
}

.show-down:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url("../img/sprite.png") no-repeat -35px -24px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px;
}

.show-down:hover {
    color: #dd4344;
}

.show-down {
    font: 12px 'MyriadPro-Semibold';
    color: #707070;
    font-style: italic;
}

.show-down:hover:before {
    background-position: -187px -139px;
}

.show-down span {
    text-decoration: underline;
}

.register-block {
    border-bottom: 1px solid #f4f7f7;
    padding: 25px 0 50px;
}

.register-block h2 {
    text-align: center;
    color: #484848;
    font: 34px 'MyriadPro-Semibold';
    margin: 25px 0;
}

.register-box {
    background: #fefcf8;
    border: 1px dashed #e3e3e3;
    font: 18px 'MyriadPro-Regular';
    color: #484848;
    padding: 30px 50px;
    line-height: 1.667;
    text-align: center;
    margin-bottom: 35px;
    border-radius: 3px;
}

.about-user + .register-box {
    margin-top: 40px;
}

.text-right {
    text-align: right;
}

.show-link {
    color: #707070;
    font: 12px 'MyriadPro-Semibold';
    font-style: italic;
    text-decoration: underline;
}

.btn-lg {
    border-radius: 3px;
    background: rgb(221, 67, 68);
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    font: 18px 'MyriadPro-Semibold';
    color: #fff;
    line-height: 2.333;
    text-transform: uppercase;
    padding: 5px 80px;
    display: inline-block;
    max-width: 100%;
    position: relative;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.btn-lg.inactive, .btn-lg.inactive:hover {
    background-color: #f6f6f6;
    color: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
}

.btn-lg.inactive.btn-right-arrow:hover:after {
    right: 55px;
}

.btn-lg.btn-right-arrow.inactive:after {
    background: url("../img/webinar/sprite.png") no-repeat -28px -24px;
}

.btn-lg:hover {
    background: #e77c7c;
    box-shadow: 0 15px 36px 0 rgba(102, 114, 127, 0.37);
}

.btn-lg.btn-right-arrow:after {
    content: '';
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -8px;
    background: url("../img/sprite.png") no-repeat -201px -137px;
    width: 14px;
    height: 14px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.btn-lg.btn-right-arrow:hover:after {
    right: 45px;
}

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

.bottom-tools {
    background: #f4f7f7;
    border-top: 1px solid #ececec;
    padding: 25px 0;
}

.bottom-tools:after {
    clear: both;
    content: '';
    display: block;
}

.tools-left {
    float: left;
}

.tools-right {
    float: right;
}

.in-block {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #7a7a7a;
}

.tools-left .user-socials {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.tools-left p {
    font: 13px 'MyriadPro-Semibold';
}

.tools-left p:last-child {
    font-style: italic;
}

.btn-add-to-cal {
    font: 13px 'MyriadPro-Semibold';
    color: #7a7a7a;
    margin: 6px 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.btn-add-to-cal:after {
    content: '';
    width: 26px;
    height: 24px;
    background: url("../img/sprite.png") no-repeat -255px -77px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.btn-add-to-cal:hover {
    color: #dd4344;
}

.btn-add-to-cal:hover:after {
    background-position: -255px -106px;
}

.dropdown-add-to-cal {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgb(227, 227, 227);
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    padding: 9px 0;
    display: none;
    position: absolute;
    right: 0;
}

.dropdown-add-to-cal div {
    font: 13px 'MyriadPro-Semibold';
    color: #7a7a7a;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 15px 18px 15px 48px;
    display: block;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-add-to-cal div:hover {
    background-color: #dd4344;
    color: #fff;
}

.dropdown-add-to-cal .add-to-google:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/webinar/sprite.png") no-repeat 0 0;
    left: 12px;
    top: 50%;
    margin-top: -10px;
}

.dropdown-add-to-cal .add-to-google:hover:before {
    background-position: -23px 0;
}

.dropdown-add-to-cal .add-to-google:hover:before {
    background-position: -23px 0;
}

.dropdown-add-to-cal .add-to-ical:hover:before {
    background-position: -67px 0;
}

.dropdown-add-to-cal .add-to-ical:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 24px;
    background: url("../img/webinar/sprite.png") no-repeat -47px 0;
    left: 12px;
    top: 50%;
    margin-top: -10px;
}

.add-to-cal-box {
    position: relative;
    z-index: 10;
}

.no-f-m ~ footer {
    margin-top: 0;
}

.registration-form {
    display: none;
}

.registration-form h4, .qst-form h4 {
    font: 18px 'MyriadPro-Semibold';
    color: #484848;
}

.triple-border {
    border: 1px solid #e3e3e3;
    max-width: 880px;
    margin: 35px auto 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;

}

.triple-border > * {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    z-index: 2;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
}

.triple-border:after {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 16px;
    border-radius: 10px;
    bottom: -8px;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    background-color: rgb(248, 248, 248);
    content: '';
    z-index: 0;
    border: 1px solid #dedfdf;
}

.triple-border:before {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 16px;
    border-radius: 10px;
    bottom: -16px;
    box-shadow: 0 15px 36px 0 rgba(102, 114, 127, 0.37);
    background-color: rgb(248, 248, 248);
    content: '';
    z-index: 0;
    border: 1px solid #dedfdf;
}

.registration-form h3 {
    text-align: center;
    font: 26px 'MyriadPro-Semibold';
    color: #484848;
    margin: 15px 0;
}

.material-input {
    position: relative;
    margin-top: 40px;
}

.material-input input:focus, .material-input input.filled {
    border-bottom-color: #7a7a7a;
}

.material-input input:focus + label, .material-input input.filled + label {
    top: -10px;
    font-size: 13px;
    color: #5f96d0;
}

.material-input input.error {
    border-bottom-color: #dd4344;
}

.material-input input.error + label {
    color: #ee3940;
}

.material-input input:focus + label span, .material-input input.filled + label span {
    display: none;
}

.material-input input {
    border: 0;
    border-bottom: 1px solid #c0c0c0;
    font: 17px 'MyriadPro-Regular';
    color: #91b4dc;
    text-shadow: 0 0 0 #000;
    -webkit-text-fill-color: transparent;
    padding: 0 9px;
    height: 50px;
}

.error-message span {
    color: #ee3940;
}

.form-popup-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 20;
    display: none;
}

.form-popup p {
    font: 22px 'MyriadPro-Semibold';
    color: #484848;
    margin-bottom: 5px;
}

.form-popup p span {
    color: #dd4344;
}

.form-popup {
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 20px 50px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 8px 34px 3px rgba(102, 114, 127, 0.17);
    text-align: center;
    width: 800px;
    max-width: 96%;
}

.icon-close {
    width: 12px;
    height: 12px;
    background: url("../img/webinar/sprite.png") no-repeat 0 -26px;
    display: inline-block;
    vertical-align: middle;
}

.close-popup span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
}

.close-popup:hover span {
    border-bottom-color: #949494;
}

.close-popup:hover .icon-close {
    background-position: -13px -26px;
}

.close-popup {
    cursor: pointer;
    color: #707070;
    text-align: right;
    font: 13px 'MyriadPro-Semibold';
    margin-bottom: 20px;
    display: inline-block;
}

.error-message {
    position: absolute;
    top: -10px;
    right: 0;
    font: 13px 'MyriadPro-Semibold';
    color: #231f20;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.material-input input.error ~ .error-message {
    opacity: 1;
}

.material-input label {
    position: absolute;
    left: 9px;
    color: #7a7a7a;
    font: 17px 'MyriadPro-Regular';
    top: 18px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.material-input label span {
    color: #dd4344;
    margin-right: 5px;
}

.material-input input {
    color: #000000 \0/ !important;
}

.material-input input::-webkit-input-placeholder {
    color: #ccc;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

@media screen and (min-width: 0\0
) {
    input, textarea {
        color: #000 !important;
    }
}

.form-group:after {
    clear: both;
    display: block;
    content: '';
}

.form-group input:not([type=submit]) {
    width: 100%;
}

.form-group .form-half {
    width: 49%;
    float: left;
}

.form-group .form-half:last-child {
    float: right;
}

.registration-form hr, .qst-form hr {
    border-top-color: #e3e3e3;
    margin: 25px 0;
}

.registration-form p {
    color: #484848;
    font: 16px 'MyriadPro-Regular';
    font-style: italic;
    margin: 15px 0;
}

.registration-form p span {
    color: #dd4344;
}

.registration-form .form-group, .qst-form .form-group {
    padding: 0 40px;
}

.btn-grey, .btn-red {
    color: #fff;
    font: 18px 'MyriadPro-Semibold';
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 45px;
    border-radius: 3px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.btn-grey:hover, .btn-red:hover {
    box-shadow: 0 15px 36px 0 rgba(102, 114, 127, 0.37);

}

.btn-grey {
    background: #7a7a7a;
}

.btn-grey:hover {
    background: #a2a2a2;
}

.btn-red {
    background: #dd4344;
}

.btn-red:hover {
    background: #e67c7c;
}

.registration-form .btn-grey, .registration-form .btn-red, .qst-form .btn-red {
    margin-top: 40px;
}

.web-video {
    max-width: 100%;
    margin: 40px auto 0;
    width: 853px;
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.web-video .web-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.web-video .web-bg .video-data {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.web-video .web-bg:before {
    position: absolute;
    width: 100px;
    height: 73px;
    display: block;
    background: url('../img/logo.png') 0 0;
    content: '';
    left: 35px;
    top: 35px;
}

/**
Competition block
 */
.competition-block {
    background: url("../img/webinar/competition-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 65px 0 45px;
}

.competition-wrap:after {
    clear: both;
    content: '';
    display: block;
}

.competition-wrap {
    width: 1040px;
    margin: 0 auto;
    max-width: 95%;
}

.competition-content {
    position: relative;
}

.competition-box:last-child {
    float: right;
    background-color: #fff;
}

.competition-box {
    float: left;
    width: 48%;
    background-color: #fff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 2px solid #99c0e9;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
}

.competition-head {
    background-color: #1d4b7c;
    padding: 22px 30px;
    font: 22px 'MyriadPro-Semibold';
    color: #fff;
    margin-bottom: 10px;
    margin-left: -1px;
    margin-right: -1px;
}

.competition-head a {
    font-size: 16px;
    float: right;
    margin: 4px 0;
}

.style-blue .competition-head a {
    color: #a6cffa;
}

.style-red .competition-head a {
    color: #dd4344;
}

.style-blue .competition-head {
    border-bottom: 4px solid #a6cffa;
}

.style-red .competition-head {
    border-bottom: 4px solid #dd4344;
}

.competition-list li.important .data {
    border-color: #dd4344;
}

.competition-list li.important .p {
    color: #dd4344;
}

.competition-list li .p {
    font: 20px 'MyriadPro-Semibold';
    color: #1d4b7c;
    margin-bottom: 15px;
    line-height: 1.2;
    display: block;
}

.competition-list {
    padding: 0 30px;
    height: 660px;
    border-bottom: 1px solid #eeeeee;
}

.competition-list li a {
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

.competition-list li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 4px;

}

.competition-list li:last-child, .competition-list li:last-child a {
    border: 0;
}

.competition-list li .data {
    display: inline-block;
    font: 15px 'MyriadPro-Semibold';
    color: #7a7a7a;
    border: 1px solid #a6cffa;
    border-radius: 3px;
    padding: 5px 8px;
}

.style-blue .competition-footer .btn-archive {
    background-color: rgb(95, 150, 208);

}

.style-blue .competition-footer .btn-archive:hover {
    background-color: #8fb6de;

}

.style-red .competition-footer .btn-archive {
    background-color: #dd4344;

}

.competition-footer .btn-archive:hover {
    box-shadow: 0 15px 36px 0 rgba(102, 114, 127, 0.37);
}

.style-red .competition-footer .btn-archive:hover {
    background-color: #e77c7c;

}

.competition-footer .btn-archive {
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 12px 0;
    font: 16px 'MyriadPro-Semibold';
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.competition-footer {
    padding: 20px 30px;
    border-top: 1px solid #eeeeee;
    margin-top: 4px;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
    position: relative;
    z-index: 2;
}

.competition-box:after {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    height: 7px;
    border: 1px solid #dddfdf;
    border-top: 0;
    bottom: -10px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(102, 114, 127, 0.17);
}

.competition-box:before {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    height: 7px;
    border: 1px solid #dddfdf;
    border-top: 0;
    bottom: -18px;
    background-color: #fff;
}

.consult-block {
    padding: 60px 0;
}

.countdown {
    border-radius: 6px;
    border: 1px dashed #a1a1a1;
    position: relative;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 50px;
}

.countdown p {
    font: 19px 'MyriadPro-Semibold';
    color: #dd4344;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
}

.countdown-box {
    display: inline-block;
    vertical-align: middle;
}

.countdown-box div {
    font: 110px 'MyriadPro-Semibold';
    color: #484848;
    line-height: 1;
}

.countdown-box div:after {
    content: ':';
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    color: #a1a1a1;
    line-height: 110px;
    margin: 0 20px;
}

.countdown-box:last-child div:after {
    content: none;
}

.countdown-box span {
    display: block;
    color: #dd4344;
    font: 16px 'MyriadPro-Semibold';
    text-transform: uppercase;
}

.countdown-box:not(:last-child) span {
    padding-right: 55px;
}

.qst-form h3 {
    font: 18px 'MyriadPro-Regular';
    font-style: italic;
    color: #484848;
    margin: 30px 0;
}

.qst-form .btn-red {
    margin-bottom: 20px;
}

.bread-content .qst-form h3 {
    margin-top: 0;
}

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

    .lista-semnatari {
        float: none;
        margin: 0 auto;
    }

    .competition-box {
        width: 49%;
    }

    .competition-list {
        padding: 0 25px;
    }

    .competition-list li .p {
        font: 18px 'MyriadPro-Semibold';
        margin-bottom: 10px;
    }

    .competition-list li a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .competition-head {
        padding: 18px 25px;
    }

    .competition-list li .data {
        font: 14px 'MyriadPro-Semibold';
        padding: 3px 5px;
    }

    .dropcss {
        background: white !important;
        top: 0;
        left: 100%;
        -webkit-box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
    }

    .wrap, .vote_popup .block {
        width: 985px;
    }

    body > .wrap {
        padding-top: 30px;
    }

    .search {
        display: none;
    }

    .challenge_phase, .challenge_phase:nth-child(2n-1) {
        float: none;
        margin: 0 auto 40px
    }

    .social-widget, .prefooter .fb_iframe_widget iframe, .prefooter .fb_iframe_widget span {
        margin-left: 0;
        width: 650px !important;
    }

    .wrap > section:nth-child(3n-1), article:nth-child(3n-1), .section:nth-child(3n-1) {
        margin-left: 19px;
        margin-right: 19px;
    }

    .logo_label {
        font: 18px 'MyriadPro-Regular';
        margin-left: 10px;
        margin-top: 30px;
        width: 200px;
    }

    .top ul.menu li {
        display: block;
        width: 200px;
        background: #fff;
        height: 48px;
        border-bottom: 1px solid #e3e3e3;
    }

    ul.menu {
        position: absolute;
        left: 0;
        z-index: 3;
        -webkit-box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.25);
        top: 40px;
        display: none;
    }

    .top ul.menu li a {
        color: #231f20;
        font: 16px 'MyriadPro-Regular';
        line-height: 48px;
    }

    .blue_menu:before {
        width: 49px;
        content: '';
        height: 40px;
        position: absolute;
        background: #5f96d0;
        display: block;
        top: 0;
    }

    .blue_menu {
        position: absolute;
        left: 0;
        width: 49px;
        height: 40px;
        cursor: pointer;
    }

    .blue_menu:hover ul.menu {
        display: block;
    }

    .blue_menu:hover:before {
        background: #dd4344;
    }

    .blue_menu:after {
        content: '';
        width: 17px;
        height: 15px;
        background: url('../img/sprite.png') -208px 75px;
        position: relative;
        z-index: 4;
        margin-left: 16px;
        margin-top: 12px;
        display: block;
    }

    .h_search {
        position: absolute;
        left: 65px;
        display: block;
    }

    .h_search input[type=text] {
        width: 230px;
        border: 0;
        color: #fff;
        font: 13px 'MyriadPro-Regular';
        height: 30px;
        background: transparent;
        padding-left: 35px;
    }

    .h_search span {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 11px;
        margin-right: 8px;
        margin-left: 10px;
        background: url('../img/sprite.png') -230px -80px;
    }

    .h_search form {
        margin-top: 5px;
    }

    .h_search:hover input[type=text] {
        background: #fff;
        color: #000;
    }

    .h_search:hover span {
        background: url('../img/sprite.png') 0 0;
    }

    .fb-like-box.sec {
        display: block;
    }

    .fb-like-box.fir, .dirs {
        display: none;
    }

    .project_info {
        float: right;
    }

    footer .left .logo, footer .left .f_menu {
        float: none;
    }

    footer .left .logo {
        margin-left: 12px;
    }

    footer .left, footer .right {
        width: 50%;
    }

    footer ul li {
        width: 154px;
    }

    .m_right {
        width: 660px;
    }

    .b_center {
        margin: 0 auto;
        width: 910px;
    }

    .d_cv p {
        width: 560px;
    }

    article, section, .wrap > section, .section {
        margin-top: 0;
        margin-bottom: 40px;
    }

    footer .right p, footer .right h1 {
        text-align: center;
    }

    .d_right aside {
        display: none;
    }

    .d_right aside.t_about, .d_right aside.person {
        display: block;
        padding-top: 134px;
        float: right;
        margin-bottom: 0;
    }

    .d_right {
        float: none;
        width: 100%;
        position: relative;
        clear: both;
        background: #f6f6f6;
    }

    .d_right aside.t_about {
        width: 530px;
        border-left: 1px solid #ececec;
        padding-left: 50px;
    }

    .d_right aside .t_photo {
        position: absolute;
        width: 100%;
        max-width: 985px;
        left: 0;
        right: 0;
        margin: -134px auto 1px;
        background: #fff;
    }

    .person div.t_about {
        text-align: left;
    }

    .d_left {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }

    .d_details p {
        text-align: justify;
    }

    .suggestion {
        width: 100%;
        min-width: 100%;
    }

    .d_right .t_about h3 {
        margin-top: 20px;
    }

    .d_right .sc {
        margin: 0 auto;
    }

    .d_right .person a.more {
        margin-top: 10px;
    }

    ul.reports {
        margin: 0 auto;
        width: 520px;
    }

    .reports li {
        margin-right: 0;
    }

    .reports li:nth-child(2n) {
        float: right;
    }

    .report p {
        width: 930px;
    }

    .ref_c {
        width: 800px;
        margin: 0 auto;
    }

    .reference li:nth-child(2n) {
        margin-left: 45px;
    }

    .reference {
        width: 615px;
    }

    .c_form {
        margin: 0 auto;
        width: 705px;
    }

    .u_left {
        width: 324px;
        padding-right: 34px;
    }

    .u_right h2 {
        margin-top: 50px;
    }

    .diss tbody td:last-child {
        width: 200px;
    }

    .top .wrap {
        width: 100%;
    }

    .top ul.socials {
        margin-right: 30px;
    }

    .bread-content .wrap, .consult-block .wrap, .bottom-tools .wrap, .wrap.register-block {
        margin: 0 auto;
        width: 95%;
    }

    .eclipse-head h1 {
        font: 44px 'MyriadPro-Semibold';
    }

    .head-date {
        font: 15px 'MyriadPro-Regular';
    }

    .user-box h2 {
        font: 24px 'MyriadPro-Semibold';
        margin: 12px 0;
    }

    .about-user p {
        font: 16px 'MyriadPro-Regular';
    }

    .about-user ul li {
        padding-left: 30px;
        margin-bottom: 12px;
    }

    .countdown-box div {
        font: 90px 'MyriadPro-Semibold';
    }

    .countdown-box div:after {
        font-size: 50px;
        line-height: 100px;
    }

    .countdown-box span {
        font: 14px 'MyriadPro-Semibold';
    }

    .countdown-box:not(:last-child) span {
        padding-right: 52px;
    }
}

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

    .last-comment {
        display: none;
    }

    .eclipse-head-content {
        padding: 100px 0 150px;
    }

    .col-left, .col-right {
        padding: 30px;
    }

    .registration-form h4, .qst-form h4 {
        font: 17px 'MyriadPro-Semibold';
    }

    .btn-lg {
        font: 16px 'MyriadPro-Semibold';
        padding: 5px 75px;
        line-height: 2.333;

    }

    .qst-form h3 {
        font: 16px 'MyriadPro-Regular';
        font-style: italic;
    }

    .btn-grey, .btn-red {
        font: 16px 'MyriadPro-Semibold';
        padding: 12px 40px;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .about-user ul li {
        padding-left: 25px;
    }

    .register-box {
        font: 16px 'MyriadPro-Regular';
    }

    .countdown p {
        font: 17px 'MyriadPro-Semibold';
    }

    .about-user p a, .about-user li a {
        font-size: 15px;
    }

    .user-box h2 {
        font: 20px 'MyriadPro-Semibold';
    }

    .about-user p {
        font: 15px 'MyriadPro-Regular';
    }

    .media-circle {
        width: 170px;
        height: 170px;
    }

    .eclipse-head h1 {
        font: 40px 'MyriadPro-Semibold';
    }

    .social {
        margin: 5px 0 10px;
        width: 100% !important;
    }

    .menu_sub {
        display: none;
    }

    .campaign-banner {
        width: 100%;
    }

    .wrap, .wrapper, .ref_c, .c_form, .b_center, .vote_popup .block {
        width: 700px;
    }

    .competition-head {
        padding: 15px 20px;
        font: 18px 'MyriadPro-Semibold';
    }

    .competition-list li .p {
        font: 16px 'MyriadPro-Semibold';
        margin-bottom: 10px;
    }

    .competition-list li .data {
        font: 12px 'MyriadPro-Semibold';
    }

    .competition-list {
        padding: 0 20px;
    }

    .wrap > section:nth-child(3n-1), article:nth-child(3n-1), .section:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }

    article:nth-child(2n), section:nth-child(2n) {
        float: right;
    }

    footer ul li:nth-child(4n) {
        clear: none;
    }

    article:nth-child(2n-1), section:nth-child(2n-1) {
        clear: both;
    }

    article:nth-child(3n-2), .wrap > section:nth-child(3n-2), .section:nth-child(3n-2) {
        clear: none;
    }

    .project_info .content p {
        float: none;
    }

    .project_info, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
        width: 100% !important;
    }

    footer ul li:nth-child(2n-1) {
        clear: both
    }

    .m_right {
        width: 510px;
    }

    .m_left {
        width: 190px;
    }

    .d_cv p {
        width: 420px;
    }

    .int .heading, .d_cv {
        padding: 12px 10px;
        font: 15px 'MyriadPro-Bold';
    }

    .ref_c {
        display: table;
    }

    .sort, .reference {
        display: table-cell;
        float: none;
        vertical-align: top;
        width: 200px;
    }

    .reference {
        width: 500px;
    }

    .reference li {
        width: 100%;
    }

    .reference .content {
        height: auto;
    }

    .reference li:nth-child(2n) {
        margin-left: 0;
    }

    .report p {
        width: 650px;
    }

    .d_right aside.t_about {
        width: 460px;
    }

    .u_right {
        width: 376px;
    }

    #pop_prop {
        max-width: 715px;
        width: 100%;
        min-height: 200px;
        height: auto;
    }

    .cand_list .rules_head {
        padding: 15px 20px;
    }

    .banners-2 a:first-child img {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 492px;
        width: 100%;
    }

    .registration-form h3 {
        font: 22px 'MyriadPro-Semibold';
    }
}

@media only screen and (max-width: 767px) {
    .form-group .form-half {
        width: 100%;
        float: none;
    }

    .registration-form p {
        font: 14px 'MyriadPro-Regular';
    }

    .bx-controls-direction {
        display: none;
    }

    .breadcrumbs .wrap {
        width: 95%;
    }

    .col-left, .col-right {
        width: 100%;
        display: block;
    }

    .countdown-box div {
        font: 52px 'MyriadPro-Semibold';
    }

    .countdown-box span {
        font: 12px 'MyriadPro-Semibold';
    }

    .register-box {
        font: 14px 'MyriadPro-Regular';
        padding: 25px 40px;
    }

    .registration-form h4, .qst-form h4 {
        font: 15px 'MyriadPro-Semibold';
    }

    .btn-lg {
        font: 13px 'MyriadPro-Semibold';
        padding: 5px 50px;
        line-height: 2.333;
    }

    .material-input input {
        font: 15px 'MyriadPro-Regular';
    }

    .material-input label {
        font: 15px 'MyriadPro-Regular';
    }

    .tools-left .user-socials {
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .tools-right.text-right {
        text-align: center;
        margin-top: 25px;
    }

    .in-block {
        text-align: center;
        display: block;
        margin-bottom: 12px;
    }

    .tools-left, .tools-right {
        float: none;
        width: 100%;
    }

    .btn-grey, .btn-red {
        font: 14px 'MyriadPro-Semibold';
        padding: 12px 40px;
    }

    .btn-lg.btn-right-arrow:after {
        content: none;
    }

    .qst-form h3 {
        font: 15px 'MyriadPro-Regular';
    }

    .registration-form .btn-grey, .registration-form .btn-red, .qst-form .btn-red {
        margin-top: 35px;
    }

    .triple-border > * {
        padding: 25px 0;
    }

    .countdown-box div:after {
        font-size: 25px;
        line-height: 64px;
        vertical-align: top;
    }

    .eclipse-head h1 {
        font: 34px 'MyriadPro-Semibold';
    }

    .competition-box {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .wrap, .wrapper, .ref_c, .c_form, .b_center, .m_right, .vote_popup .block {
        width: 400px;
    }

    .event-content {
        height: 440px;
    }

    .propune-btn, .logo_label {
        display: none;
    }

    .rules_content p, .rules_content span {
        font-size: 14px;
    }

    .rules ol {
        margin: 10px 0;
        padding: 0;
    }

    .rules_content :not(a) {
        display: inherit
    }

    .apply_challenge {
        font-size: 14px;
    }

    article, .wrap > section, .section {
        width: 100%
    }

    .challenge_banner_wrap .challenge_name p {
        font-size: 22px
    }

    .rules_content {
        padding: 10px;
    }

    .phase_footer {
        margin: 0;
        padding: 0 20px
    }

    .rules_content li {
        margin-left: 20px;
        font-size: 13px;
    }

    .social-widget, .prefooter .fb_iframe_widget iframe, .prefooter .fb_iframe_widget span {
        height: 240px !important;
        width: 100% !important;
    }

    article, article:nth-child(2n), article:nth-child(3n-1), section, section:nth-child(2n), section:nth-child(3n-1), .section, .wrap > section, .wrap > section:nth-child(3n-1), article:nth-child(3n-1), .section:nth-child(3n-1) {
        float: none;
        margin: 0 auto 40px;
    }

    .sma {
        display: block;
    }

    .home-message .rus {
        margin-top: 10px;
    }

    .home-message {
        padding-bottom: 40px;
    }

    .sec {
        display: none;
    }

    footer .left, footer .right {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 3px;
    }

    footer .right {
        padding-bottom: 30px;
    }

    footer .right p, footer .right h1 {
        width: 100%;
        max-width: 100%;
    }

    footer .left {
        padding-top: 1px;
        padding-right: 0;
    }

    footer:before, footer:after {
        content: initial;
    }

    footer .wrap {
        width: 100%;
    }

    footer .left .f_menu {
        width: 400px;
        margin: 0 auto;
        max-width: 400px;
    }

    footer .left .logo {
        margin: 28px auto;
    }

    footer ul li {
        width: 160px;
        text-align: left;
    }

    footer ul li:nth-child(2n) {
        float: right;
    }

    .m_left {
        width: 100%;
    }

    .m_right {
        padding-left: 0;
        margin-top: 30px;
    }

    .d_cv p {
        width: 355px;
    }

    .wrap.full, ul.reports {
        width: 100%;
    }

    .ref_c {
        width: 100%;
        padding: 0 20px;
    }

    .sort {
        padding-right: 20px;
        width: 220px;
    }

    .diss tbody td:last-child {
        width: 140px;
    }

    .diss tbody td:first-child > a, .wrapper h2, .wrap h2 {
        font: 15px 'MyriadPro-Semibold';
    }

    .wrapper h2, .wrap h2 {
        text-align: center;
    }

    ul.det li {
        font: 11px 'MyriadPro-Bold';
    }

    .reports li {
        width: 180px;
        font: 15px 'MyriadPro-Bold';
    }

    .report p {
        width: 345px;
    }

    .log_fb, .log_in, .log_odno {
        display: block;
        margin: 0 auto 25px;
        float: none;
    }

    .video-js {
        width: 398px !important;
    }

    .response .r_left {
        display: block;
        width:100%;
    }

    .response .r_right {
        width: 100%;
        border-left: 0;
        padding: 10px 0;
    }

    .response .r_right > p {
        padding: 10px 20px;
    }

    .comment_attach {
        padding: 3px 30px;
    }

    .d_right aside.t_about {
        width: 250px;
        padding-left: 15px;
    }

    .t_about {
        padding: 15px;
    }

    .person div.t_about {
        width: 150px;
    }

    .t_about h3 {
        font-size: 15px;
    }

    .theme p {
        font-size: 18px;
    }

    a.rus {
        font-size: 11px;
    }

    .answer .r_left {
        display: table-footer-group;
        padding: 0;
    }

    .answer .r_right {
        display: table-header-group;
    }

    .answer > div {
        width: 100%;
        display: table;
    }

    .answer .r_left > p {
        padding: 10px 20px;
        margin: 0;
    }

    .wrapper > div {
        height: auto !important;
    }

    footer .right input[type='text'], footer .right input[type='email'] {
        margin: 0 auto 10px;
        display: block;
    }

    footer .copy {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 40px;
    }

    .suggestion p {
        font-size: 16px;
        max-width: 265px;
        padding-right: 0;
        border: 0;
        line-height: normal;
    }

    .m_details {
        text-align: center;
    }

    .t_about .lcm:before, .m_details .lcm:before, .t_about .dt:before, .m_details .dt:before {
        display: inline-block;
        float: none;
    }

    .abox {
        width: 100%;
    }

    .answer .r_left {
        padding: 10px 10px 40px;
        display: block;
    }

    .block-comm-desk {
        display: none;
    }

    .block-comm-resp {
        display: block;
    }

    #pop_prop2 {
        max-width: 715px;
        width: 100%;
        min-height: 450px;
        height: auto;
    }

    .rules_head h2 {
        text-align: left;
    }

    .cand_list .rules_head .add {
        font-size: 12px;
    }

    .cand_list .cand_list_content p {
        font-size: 14px;
    }

    .cand_list ol {
        font-size: 13px;
        margin: 10px;
        padding: 0;
        text-align: justify;
    }

    .cand_list .cand_list_content {
        padding: 20px;
    }

    /*Sliders on main page*/
    .slider-container.main-right {
        display: inline-block;
        width: 100%;
    }

    .slider-main-left {
        width: 100%;
        float: left;
    }

    .home-message a:first-child {
        width: 100%;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .countdown p {
        font: 14px 'MyriadPro-Semibold';
    }

    .dropdown-add-to-cal {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .dropdown-add-to-cal div {
        font: 12px 'MyriadPro-Semibold';
        padding: 10px 15px 10px 40px;
    }

    .dropdown-add-to-cal .add-to-google:before, .dropdown-add-to-cal .add-to-ical:before {
        transform: scale(0.8);
    }

    .media-circle {
        width: 160px;
        height: 160px;
    }

    .registration-form h3 {
        font: 20px 'MyriadPro-Semibold';
        margin: 12px 0;
    }

    .web-bg {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .eclipse-head h1 {
        font: 22px 'MyriadPro-Semibold';
    }

    .user-box h2 {
        margin: 0 0 12px;
    }

    .registration-form h3 {
        font: 18px 'MyriadPro-Semibold';
        margin: 10px 0;
    }

    .media-circle {
        width: 150px;
        height: 150px;
    }

    .show-link {
        font: 10px 'MyriadPro-Semibold';
    }

    .about-user p {
        font: 12px 'MyriadPro-Regular';
    }

    .about-user h4 {
        margin: 0 0 7px;
        font: 12px 'MyriadPro-Semibold';
    }

    .about-user p a, .about-user li a, .group a {
        font-size: 12px;
    }

    .about-user ul li {
        padding-left: 20px;
    }

    .about-user ul li:before {
        font: 13px 'MyriadPro-Semibold';
        top: 4px;
    }

    .head-date {
        font: 12px 'MyriadPro-Regular';
        padding: 5px 12px;
    }

    .show-down {
        font: 10px 'MyriadPro-Semibold';
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .competition-footer .btn-archive {
        padding: 10px 0;
        font: 14px 'MyriadPro-Semibold';
    }

    .competition-head {
        padding: 13px 20px;
        font: 16px 'MyriadPro-Semibold';
    }

    .top-banner .inner-content {
        width: 100%;
    }

    .inner-content img {
        max-width: 150px;
    }

    .wrap, .wrapper, .ref_c, .c_form, .b_center, .m_right, .u_right, footer .left .f_menu, .vote_popup {
        width: 300px;
    }

    footer ul li {
        width: 125px;
    }

    .u_right button, .u_right .file {
        margin-top: 10px;
    }

    footer .right {
        padding: 30px 20px;
    }

    .u_right .photo {
        float: none;
    }

    .tab {
        display: block;
        height: inherit;
        min-height: 30px;
        padding-left: 0;
    }

    .h_search input[type=text] {
        width: 150px;
    }

    .d_cv p {
        width: 260px;
        font-size: 14px;
    }

    .sort {
        display: table-footer-group;
        padding: 0;
    }

    .reference {
        display: table-header-group;
    }

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

    .diss, .diss tbody tr, .diss tbody td, .diss tbody td:last-child, .diss thead td, .diss thead, .diss tbody {
        display: block;
        width: 100%;
    }

    .diss thead td {
        height: auto;
    }

    .diss tbody td:last-child {
        padding-bottom: 25px;
    }

    .diss tbody td:last-child div {
        border-left: 0;
        border-top: 1px solid #ececec;
        padding: 10px 10px 0;
        width: 95%;
        margin: 0 auto;
    }

    .d_right aside.t_about {
        width: 100%;
        padding-top: 0;
    }

    .d_right aside.person {
        width: 100%;
    }

    .person div.t_about {
        text-align: center;
        width: 100%;
    }

    .video-js {
        width: 298px !important;
    }

    .theme p {
        font-size: 16px;
    }

    .reports li, .reports li:nth-child(2n) {
        margin: 0 auto 30px;
        float: none;
    }

    .report p {
        width: 245px;
        font-size: 14px;
    }

    .countdown p {
        font: 12px 'MyriadPro-Semibold';
        white-space: pre;
    }

    .countdown-box div {
        font: 35px 'MyriadPro-Semibold';
    }

    .countdown-box div:after {
        font-size: 18px;
        line-height: 40px;
        vertical-align: top;
        margin: 0px 12px;
    }

    .countdown-box:not(:last-child) span {
        padding-right: 30px;
        font: 9px 'MyriadPro-Semibold';
    }

    .countdown {
        padding: 25px 0;
        margin-bottom: 30px;

    }

    .register-box {
        font: 12px 'MyriadPro-Regular';
        padding: 20px 25px;
    }

    .triple-border > * {
        padding: 15px 0 25px;
    }

    .registration-form h4, .qst-form h4 {
        font: 12px 'MyriadPro-Semibold';
    }

    .registration-form .form-group, .qst-form .form-group {
        padding: 0 20px;
    }

    .registration-form .btn-grey, .registration-form .btn-red, .qst-form .btn-red {
        margin-top: 25px;
    }

    .btn-grey, .btn-red {
        font: 12px 'MyriadPro-Semibold';
        padding: 10px 30px;
    }

    .qst-form h3 {
        font: 13px 'MyriadPro-Regular';
    }

    .btn-lg {
        font: 11px 'MyriadPro-Semibold';
        padding: 5px 20px;
    }

    .qst-form h3 {
        margin: 20px 0;
    }

    .material-input label, .material-input input {
        font: 13px 'MyriadPro-Regular';
    }

    .material-input input {
        height: 42px;
    }

    .material-input input:focus + label, .material-input input.filled + label {
        top: -7px;
        font-size: 11px;
    }

    .registration-form hr, .qst-form hr {
        margin: 20px 0;
    }

    .qst-form .btn-red {
        margin-bottom: 7px;
    }

    .user-socials li {
        width: 32px;
        height: 32px;
        margin: 0 2px;
    }

    .btn-add-to-cal {
        font: 11px 'MyriadPro-Semibold';
    }

    .btn-add-to-cal:after {
        transform: scale(0.8);
    }

    .registration-form p {
        font: 13px 'MyriadPro-Regular';
    }
}

[v-cloak] {
    display: none;
}

#consultation-notes{
    padding-top: 50px;
    display: none;
    text-align: initial;
}

#consultation-notes .conversation-content{
    max-width: 90%;
}

.challenge-banner {
    position: relative;
    display: block;
}

.challenge-banner .challenge-year {
    position: absolute;
    top: 72px;
    left: 147px;
    font: 600 11px roboto;
    color: #EA5657;
}

.next-activity {
    display: block;
    background: #EA5657;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px;
    font-size: 18px;
    -webkit-animation-name: highlight;
    -webkit-animation-duration: 1.5s;
    animation-name: highlight;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.next__event strong {
    font-weight: 900;
}
.next__event {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #8bafcf;
    padding: 5px;
}
.has__next__activity {}
.has__next__activity {}
.has__next__activity {

}
.has__next__activity .over-text > span:nth-child(2) {
    margin-top: 8px;
}
.has__next__activity .over-text .uppercase {
    line-height: 32px;
}
.has__next__activity .over-text {
     -webkit-transform: none;
     -moz-transform: none;
     -ms-transform: none;
     -o-transform: none;
     transform: none;
    top: 20px;
 }

@-webkit-keyframes highlight {
    0%   {
        color: #fff;
    }
    50%  {
        color: transparent;
    }
    100% {
        color: #fff;
    }
}

@keyframes highlight {
    0%   {
        color: #fff;
    }
    50%  {
        color: transparent;
    }
    100% {
        color: #fff;
    }
}

.questionnaire-home {
    height: 385px;
    width: 670px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.questionnaire-info {
    height: 130px;
    margin: 220px 40px;
    position: relative;
}

.questionnaire-home-header {
    width: 190px;
    color: white;
    padding: 5px;
    background: red;
    font: 19px 'MyriadPro-Bold';
    text-transform: uppercase;
}
.questionnaire-home-title {
    padding-top: 10px;
    color: white;
    font: 24px 'MyriadPro-Bold';
}

.questionnaire-home-url {
    padding-top: 10px;
    color: white;
    font: 16px 'MyriadPro-Semibold';
    font-style: italic;
}

.questionnaire-overlay {
    top: 0;
    left: 0;
    height: 385px;
    width: 670px;
    background-color: #1577cc;
    position: absolute;
    opacity: 0.6;
}

.questionnaire {
    background: #f4f9ff;
    border-bottom: 2px solid #a6d3ed;
    margin-top: 7px;
    clear: both;
    height:100%;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.questionnaire p {
    float:left;
}

.questionnaire-image {
    max-width: 400px;
    height: 250px;
    float: left;
    margin-right:15px;
}

.quest_title {
    padding-top: 20px;
    font: 24px 'MyriadPro-Bold';
    color: #1d4b7c;
}

.quest_categ {
    font: 14px 'MyriadPro-Semibold';
    color: #3a3a3a;
    margin: 30px 0 20px;
    text-align: left;
}

.quest_categ span {
    font-family: 'MyriadPro-Bold';
    color: #1d4b7c;
}

.quest_btn {
    background: #EA5657;
    height: 42px;
    width: 200px;
    border: 0;
    color: white;
    padding: 0 15px;
    margin-top: 35px;
    text-transform: uppercase;
    font: 16px 'MyriadPro-Bold';

}

.quiz {
    font: 14px 'MyriadPro-Semibold';
    color: #1d4b7c;
    margin: 30px 0 20px;
    text-align: left;
    text-transform: uppercase;
}

.quiz_title {
    padding-top: 5px;
    font: 20px 'MyriadPro-Bold';
}


/* The container */
.radioContainer {
    background: #f4f9ff;
    border-bottom: 2px solid #a6d3ed;
    margin-top: 7px;
    clear: both;
    padding: 20px 30px 12px;


    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 26px;
    left: 14px;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: #1d4b7c;
}

.really_yes {
    border: 2px solid #a6d3ed;
}

.really_no {
    border: 2px solid red;
}

.wrong_answer {
    border: 2px solid red;
}

.correct_answer {
    border: 2px solid #a6d3ed;
}

.quest-img {
    padding-right: 10px;
    float: left;
}

.quest-border {
    border-radius:3px;
    position: relative;
    padding: 16px;
    margin: 20px;
}

.correct_answer:after {
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #a6d3ed;
    border-right: 0px solid #a6d3ed;
    border-bottom: 0px solid #a6d3ed;
    border-left: 2px solid #a6d3ed;
    top: 10px;
    left: 2%;
    content: '';
    transform: rotate(45deg);
    margin-top: -20px;
    background: white;
}

.wrong_answer:after {
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid red;
    border-right: 0px solid red;
    border-bottom: 0px solid red;
    border-left: 2px solid red;
    top: 10px;
    left: 2%;
    content: '';
    transform: rotate(45deg);
    margin-top: -20px;
    background: white;
}

.middle {
    text-align:center;
}

.share_questionnaire {
    background: #3a589a;
    width: 84px;
    height: 22px;
    border: 0;
    color: #fff;
    font: 10px 'MyriadPro-Bold';
    text-align: left;
    line-height: 23px;
    display: block;
    bottom: 15px;
    right: 40px;
}

.share_questionnaire:before {
    display: inline-block;
    content: '';
    background: url('../img/sprite.png') -147px -48px;
    width: 8px;
    height: 16px;
    float: left;
    margin: 5px 7px 0 5px;
}

button.btn-blue {
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
    height: 29px;
    padding: 0 8px 0 12px;
    font: 12px 'MyriadPro-Bold';
    background-color: #1D4B7D \9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #23609E), color-stop(1, #1D4B7D));
    background-image: -o-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -moz-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -webkit-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: -ms-linear-gradient(bottom, #23609E 0%, #1D4B7D 100%);
    background-image: linear-gradient(to bottom, #23609E 0%, #1D4B7D 100%);
    display: block;
}