body {
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
   /* max-width: 1920px;*/
    min-width: 320px;
    background: #f7f7f7;
}

iframe {
    border: 0;
}

iframe body {
    background-color: #000;
}

figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #808282;
}

a:visited {
    color: #808282;
}

.mainMenu a:visited {
    color: #dfe0e0 !important;
}

.leftMenu a:visited {
    color: #222222 !important;
}

h1 {
    margin: 0 0 18px;
    color: #333333;
    font-size: 21px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*color: #939799;*/
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #939799;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
}

h2 a {
    text-decoration: none;
    color: #939799;
}

h2.rubric a, h2.rubric a:visited {
    color: #2954d4 !important;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: normal;
    font-family: fantasy;

}

h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
}

h4 {
    margin: 0 0 29px;
    color: #333333;
    font-size: 21px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
    border-collapse: separate;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table th {
    font-weight: bold;
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
    text-align: left;
    padding-left: 20px;
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table tr {
    text-align: center;
    padding-left: 20px;
}

table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table tr td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.photoVideo h2 a, .pressCenter h2 a, .photoVideo h2 {
    color: #4c4c4c;
}

.pressBottom h2 a {
    position: relative;
    /*
    z-index: 1;
    */
}

#wrapper {
    background: white;
    width: 1260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



.greyLine {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
}

.greyLine div {
    width: 1260px;
    margin: 0 auto;
    height: 100%;
    background: #ececec;
}

#leftMenu {
    margin-left: 16px;
    top: 0;
    width: 149px;
    position: fixed;
    z-index: 2;
}

.siteMenu form {
    background: #ececec;
    padding: 12px 0 13px;
}

.siteMenu form div {
    width: 142px;
    margin: 0 auto;
    padding-left: 7px;
    overflow: hidden;
}

.siteMenu form input[type="text"] {
    font: 12px/17px 'Open Sans', sans-serif;
    color: #9c9c9c;
    border: none;
    background: #ececec;
    padding: 0;
    margin: 0;
    float: left;
    width: 127px;
}

.siteMenu form input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form a {
    width: 15px;
    height: 17px;
    float: left;
    color: #9c9c9c;
}

.leftMenuBody {
    margin: 28px auto 0;
    width: 134px;
}

.newMenu {
    margin: 0 0 23px;
    padding: 0 0 10px;
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    display: none;
}

.newMenu li {
    padding: 0;
    margin: 0 0 15px;
}

.newMenu .current a {
    font-weight: 500;
    color: #222222;
}

.newMenu a {
    text-decoration: none;
    color: #666666;
}

.leftMenu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 2px solid #f5f5f5;
    z-index: 2;
}

.leftMenu li {
    padding: 0;
    margin: 0 0 13px;
}

.leftMenu a {
    color: #222222;
    text-decoration: none;
}

.leftMenu a:hover, .leftMenu a:active, .leftMenu a:focus {
    color: #4c79db;
}

.leftMenu span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f7c313;
    padding: 3px 5px 3px 5px;
    margin: -6px;
    color: #222222;
}

.greyMenu {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.greyMenu li {
    padding: 0;
    margin: 0 0 11px;
}

.greyMenu li:nth-child(9),
.greyMenu li:nth-child(10) {
    display: none;
}

.greyMenu a {
    color: #666666;
    text-decoration: none;
}

.greyMenu a:hover, .greyMenu a:active, .greyMenu a:focus,
.newMenu a:hover, .newMenu a:active, .newMenu a:focus {
    color: #4c79db;
}

.social {
    overflow: hidden;
    border-top: 2px solid #f5f5f5;
    padding-top: 17px;
}

.social a {
    float: left;
    margin-left: 1px;
}

.social a, #mobileMenu .social a, #footerSocial li a {
    width: 24px;
    height: 24px;
    border: 0px solid #000;
    margin: 0 1px;
}

.social a:nth-child(1):hover {  color: #d63b67; }
.social a:nth-child(2):hover {    color: #3b5999;}
.social a:nth-child(3):hover {    color: #1da1f3;}
.social a:nth-child(4):hover {    color: #ce201f;}
.social a:nth-child(5):hover {    color: #0088cc;}

#mobileMenu {
    position: absolute;
    width: 360px;
    left: 0;
    top: 42px;
    background: white;
    z-index: 5;
    display: none;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 1px 1px 3px 0 #e7e7e7;
    -moz-box-shadow: 1px 1px 3px 0 #e7e7e7;
    box-shadow: 1px 1px 3px 0 #e7e7e7;
}

#mobileMenu form {
    padding: 12px 14px 13px 22px;
}

#mobileMenu form div {
    width: auto;
    padding: 0;
}

#mobileMenu form input[type="text"] {
    width: 309px;
}

#mobileMenu .leftMenuBody {
    padding: 6px 0 0 22px;
    width: auto;
}

#mobileMenu .leftMenu {
    font-size: 13px;
    border: none;
    float: left;
}

#mobileMenu .leftMenu li {
    margin-bottom: 17px;
}

#mobileMenu .greyMenu {
    font-size: 14px;
    padding: 3px 0 0 174px;
}

#mobileMenu .greyMenu li {
    margin-bottom: 20px;
}

#mobileMenu .social {
    margin-right: 21px;
    padding: 25px 0 28px;
}

#container {
    position: relative;
    background: white;
    margin-left: 180px;
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7;
    /*
    z-index: 1;
    */
}

.topLine {
    background: #353b4b;
    /*    padding: 0 48px 0 59px;*/
    height: 42px;
}

.mobileButton {
    float: left;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 10px;
    margin: 13px 39px 0 0;
    display: none;
}

.mobileButton span {
    border-top: 2px solid #ffffff;
    display: block;
    width: 100%;
    margin-top: 4px;
}

.language {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 15px;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.language > li {
    margin: 0;
    padding: 0;
}

.language div {
    padding: 0 0 3px 23px;
    background: url("/img/lang.svg") -234px -224px no-repeat;
    background-size: 485px auto;
    opacity: 0.6;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    height: 38px;
    line-height: 38px;
}

.language div:hover {
    opacity: 1;
}

.language ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: none;
    /*opacity: 0;*/
    z-index: 3;
    filter: alpha(opacity=0);
    position: absolute;
    right: 31px;
    top: 41px;
    background: #353b4a;
}

.language ul li {
    padding: 11px 0 15px;
    margin: 0;
    border-top: 1px solid #2f3334;
    width: 79px;
}

.language a {
    color: #CCCCCC;
    text-decoration: none;
}

.language a:hover, .language a:active, .language a:focus {
    color: #ffffff;
}

.language div a {
    color: #ffffff;
    background: url("/img/lang-arrow.svg") -212px -224px no-repeat;
    background-size: 485px auto;
    padding-right: 15px;
    display: block;
}

.mainMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
}

.mainMenu li {
    padding: 0 0 9px 13px;
    margin: 0 0 0 10px;
    /*background: url("/img/dot.png") 0 9px no-repeat;*/
    float: left;
}

.mainMenu li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.mainMenu a {
    color: #dfe0e0;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    display: table;
}

[data-id="uatv"] {
    /* background: transparent url('/img/uatv.svg') no-repeat left center;
     padding: 0 0 0 27px !important; */
    background: transparent url('/img/logo/dom-top.png') no-repeat center center;
    color: rgba(255, 0, 0, 0) !important;
    background-size: 52px;
    width: 52px;

}

s.mainMenu a:hover, .mainMenu a:active, .mainMenu a:focus {
    color: #ffffff;
}

.mainMenu li.current {
    padding-bottom: 0;
}

.mainMenu .current a {
    color: white;
    border-bottom: 4px solid #f6c312;
}

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

.uatv {
    padding: 9px 0 13px 0 !important;
}

.uatv span.slogan,
.uatv h1 {
    margin: 0 auto 0 !important;
}

.logo a {
    display: table;
    margin: 0 auto;
}

.logo p {
    margin: 0;
    color: #9c9c9c;
    font-size: 11px;
    position: absolute;
}

.logo span.slogan, .logo h1 {
    margin: 3px auto 0;
    font-size: 11px;
    letter-spacing: -0.3px;
    color: #9c9c9c;
    font-weight: normal;
    padding: 0;
    line-height: 11px;
    display: table;
}

.topLineBody {
    width: 90%;
    margin: auto;
}

.topAnonsMobile {
    text-align: center;
    height: 300px;
    background-color: #4a5568;
}

.topAnonsMobile .anonTitle span {
    margin: 0 10px 7px 0;
    display: inline;
}

.topAnonsMobile img {
}

.topAnonsMobile .anonText {
    height: 40px;
}

.topAnonsMobile span {
    position: relative;
    z-index: 2;
}

/*
.topAnonsMobile .anonText {
    height: 150px;
    padding: 0 15px;
}
*/

.topAnons {
    overflow: hidden;
    margin-bottom: 25px;
}

.topAnons a {
    float: left;
    position: relative;
    width: 360px;
    height: 240px;
    text-decoration: none;
    background: black;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.topAnons img {
    position: absolute;
    max-width: 360px;
    overflow: auto;
}

.topAnons span {
    position: relative;

    z-index: 2;

}

.topAnons span.anonGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.topAnons span.anonGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 40%);
    background: -webkit-linear-gradient(to top, #151515, transparent 40%);
    background: -o-linear-gradient(to top, #151515, transparent 40%);
    background: linear-gradient(to top, #151515, transparent 40%);
}

.topAnons a:hover img {
    opacity: 0.8;
}

.anonText {
    display: table-cell;
    vertical-align: bottom;
    height: 220px;
    padding: 0 19px;
}

.anonTitle {
    font-size: 15px;
    font-weight: 500;
    color: white;
    display: block;
    line-height: 24px;
    margin-bottom: -2px;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.anonDate {
    font-size: 11px;
    color: #dededd;
}

.topAnons a.anonBig {
    height: 480px;
}

.anonBig .anonText {
    height: 460px;
}

.anonBig .anonTitle {
    font-size: 21px;
    line-height: 32px;
}

.anonTitle span {
    padding: 3px 6px 3px 8px;
    margin: 0 0 7px 0;
    background: #f7c313;
    color: #36312e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    font-size: 11px;
    line-height: 18px;
    text-shadow: none;
}

.infoBlock {
    width: 970px;
    margin: 20px auto 42px;
    overflow: hidden;
}

.sliderMenu {
    margin: 0 0 29px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.sliderMenu dt {
    float: left;
    background: #e7b100;
    font-weight: 600;
    color: white;
    padding: 10px 13px 12px 17px;
    font-size: 14px;
}

.sliderMenu dd {
    margin: 0;
    width: 980px;
}

.sliderMenu dd ul {
    display: none;
}


.sliderMenu .bx-wrapper {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    *zoom: 1;
}

.sliderMenu .bx-viewport {
    width: 840px !important;
    float: left;
}

.sliderMenu .bx-controls {
    width: 65px;
    float: left;
    padding: 9px 0 0 1px;
}

.sliderMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sliderMenu .bx-wrapper li {
    padding: 12px 12px 12px 17px;
    width: auto !important;
    margin: 0;
    background: url("/img/dot.png") 0 20px no-repeat;
}

.sliderMenu .bx-wrapper li a {
    display: block;
    height: 20px;
    text-decoration: none;
    color: #333333;
}

.sliderMenu .bx-wrapper li a:hover, .sliderMenu .bx-wrapper li a:active, .sliderMenu .bx-wrapper li a:focus {
    color: #e7b100;
}

.sliderMenu .bx-wrapper .bx-viewport {
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.sliderMenu .bx-wrapper .bx-pager,
.sliderMenu .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.sliderMenu .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.sliderMenu .bx-wrapper .bx-pager .bx-pager-item,
.sliderMenu .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.sliderMenu .bx-controls-direction a {
    background: url('/img/arrow-left-right.svg') no-repeat;
    background-size: 492px auto;
    float: left;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    z-index: 9;
}

.sliderMenu .bx-controls-direction a.bx-prev {
    background-position: -221px -234px;
}

.sliderMenu .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    margin-left: 7px;
}

.sliderMenu .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity = 30);
}


.others {
    float: left;
    margin-right: 30px;
}

.others > div {
    background: #f7f7f7;
    width: 301px;
    padding: 21px 0 40px;
}

.othersBody {
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px;
}

.othersBody div {
    margin-bottom: 20px;
}

.othersBody div a {
    text-decoration: none;
    color: #222222;
}

.othersBody div a:hover, .othersBody div a:active, .othersBody div a:focus {
    color: #4c79db;
}

.othersBody div a .otherTime {
    color: #b2b2b2;
    font-size: 13px;
}

.othersBody div a .othersPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.othersBold {
    font-weight: 600;
}

.othersBody div.othersBold a .otherTime {
    color: #e7b100;
}

.othersBoldRed {
    font-weight: 600;

}

.othersBody div.othersBoldRed a .otherTime, .othersBody div.othersBoldRed a {
    color: #ed4400;
}

.othersBoldItalic {
    font-style: italic;

}

.othersDay {
    margin: -2px 0 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.othersDay div {
    border-top: 2px solid #eeeeee;
    position: absolute;
    width: 100%;
    left: 0;
    top: 9px;
}

.othersDay p {
    margin: 0;
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    padding: 0 9px;
}

.more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: 301px;
    height: 50px;
    margin: 0 auto;
}

.others .more {
    margin: 37px 20px 0;
}

.more div {
    border-top: 1px solid #ededed;
    position: absolute;
    left: 0;
    width: 100%;
    top: 7px;
}

.more a {
    text-decoration: none;
    border: 1px solid #e4e4e4;
    color: #000000;
    padding: 9px 20px;
    position: relative;
    background: white;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    z-index: 1;
}

.others .more {
    width: auto;
}

.others .more a, .publishing .more a {
    /*background: #f7f7f7;*/
}

.more a:hover, .more a:active, .more a:focus, .more a:hover + div, .publishing .more a:hover {
    border-color: #D2D2D2;
    color: #222222;
    background: #E9E9E9;
}

.analitic {
    margin: 0 0 52px 332px;
}

.analiticBody {
    overflow: hidden;
    margin-bottom: 20px;
}


.analiticBody div {
    float: left;
    width: 300px;
    margin: 0 0 36px 30px;
}

.analitic .analiticBody div:nth-child(odd) {
    margin-left: 0;
    clear: left;
}

.analiticBody div > a {
    display: block;
    height: auto;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    background: #000000;
}

.analiticBody img {
    display: block;
    z-index: 1;
    width: 100%;
}

.analiticBody span.analiticGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*
    z-index: 2;
    */
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    top: 0;
}

.analiticBody span.analiticGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.analiticBody div > a:hover img {
    opacity: 0.8;
}

.analiticText {
    display: table-cell;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding: 0 10px 0 0;
}

.analiticText span {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.analiticBody p {
    margin: 3px 0 0;
}

.analiticName {
    font-size: 13px;
    line-height: 20px;
}

.analiticName a {
    color: #666666;
    text-decoration: none;
}

.analiticName a:hover, .analiticName a:active, .analiticName a:focus,
.rest dd p a:hover, .rest dd p a:active, .rest dd p a:focus,
.restText p a:hover, .restText p a:active, .restText p a:focus {
    color: #222222;
}

.analiticDate {
    color: #b2b2b2;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.analiticDate font {
    margin: 0 5px;
}

.analiticDate a {
    color: #999;
    font-weight: bold;
}

.interview {
    font-size: 13px;
    width: 309px;
    line-height: 20px;
    float: left;
    margin-right: 20px;
}

.interview img {
    width: 80px;
    border-radius: 50px;
}

.interview dl {
    margin: 0 0 9px;
    color: #333333;
    overflow: hidden;
}

.interview dt {
    float: left;
}

.interview dd {
    margin: 10px 0 0 92px;
}

.interview dd div {
    font-weight: 500;
}

.interview dd div a {
    text-decoration: none;
    color: #333333;
}

.interview dd div a:hover, .interview dd div a:active, .interview dd div a:focus {
    color: #4c79db;
}

.interview dd p {
    margin: 3px 0 0;
    font-style: italic;
}

.interview dd p a {
    text-decoration: none;
    color: #333333;
}

.interview dd p a:hover, .interview dd p a:active, .interview dd p a:focus {
    color: #222222;
}

.interview .more {
    margin-top: 28px;
    width: auto;
}

.projectsPartner {
    overflow: hidden;
    clear: left;
    padding-top: 39px;
}

.projectsPartner > aside {
    margin: auto;
}

.projectsBlock {
    float: left;
}

.projects {
    width: 300px;
    /*display: none;*/
}

.projects .bx-wrapper {
    position: relative;
    /* *zoom: 1; */
}

.projects .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.projects ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.projects li {
    padding: 0;
    margin: 0;
    position: relative;
    width: 300px;
    height: 251px;
}

.projects a {
    text-decoration: none;
}

.projects ul img {
    z-index: 1;
    position: absolute;
    width: 100%;
}

.projectGradient, .projectGradientHover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition-duration: 0.2s;
}

.projectGradient {
    opacity: 0.7;
    background: -moz-linear-gradient(to right, #a97414, #994614 85%);
    background: -webkit-linear-gradient(to right, #a97414, #994614 85%);
    background: -o-linear-gradient(to right, #a97414, #994614 85%);
    background: linear-gradient(to right, #a97414, #994614 85%);
}

.projectGradientHover {
    opacity: 0;
    background: -moz-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -webkit-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -o-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
}

.projects:hover .projectGradient {
    opacity: 0;
}

.projects:hover .projectGradientHover {
    opacity: 0.6;
}

.projectText {
    display: table;
    position: relative;
    width: 90%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    font-size: 18px;

    z-index: 3;

    margin: 0px auto;
    line-height: 245px;
}

.projects .bx-controls {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
}

.projects .bx-wrapper .bx-pager,
.projects .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

.projects .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.projects .bx-wrapper .bx-pager .bx-pager-item,
.projects .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;

}

.projects .bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.4;
    background-color: #FFF;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.projects .active {
    background: white;
    opacity: 0.8 !important;
}

.googleCompanion {
    float: left;
    margin: 44px 29px 0 30px;
}

.partner {
    float: left;
    width: 301px;
}

.partner > div {
    border-top: 2px solid #e6e6e6;
    padding: 13px 0 10px;
}

.partnerBody {
    margin-bottom: 31px;
}

.partnerBody div {
    margin-bottom: 19px;
    line-height: 18px;
}

.partnerBody p {
    margin: 0 0 5px;
    font-size: 11px;
    color: #666666;
}

.partnerBody a {
    text-decoration: none;
    color: #222222;
    font-size: 14px;
}

.partnerBold {
    font-weight: 500;
}

.partnerBold p {
    color: #e7b100;
}

.partner .more {
    width: auto;
}

.photoVideo {
    background: #f1f1f1;
    padding: 0;
}

.photoVideo > div {
    width: 970px;
    margin: 0 auto;
}

.youtube {
    float: right;
    margin-top: 25px;
}

/*
.youtube p {
    margin: 0 0 23px;
    background: url(/img/youtube-video.svg) -217px -217px no-repeat;
    float: right;
    font-size: 12px;
    padding-left: 27px;
    background-size: 454px auto;
}
*/

.youtube p a {
    color: #666666;
    text-decoration: none;
}

.youtube p a:hover, .youtube p a:active, .youtube p a:focus {
    color: #4c79db;
}

.topVideo {
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.topVideo h2 {
    float: left;
    display: table;
}

.topPlayer {
    width: 640px;
    float: left;
}

.video_ads {
    width: auto;
    float: right;
    display: table;
    background: #FFF;
    padding: 28px;
    line-height: 0;
    clear: right;
}

.topVideoFrame {
    height: 360px;
    width: 640px;
}

.topVideoFrame iframe {
    height: 100% !important;
    width: 100% !important;
}

.photoVideo h2 {
    margin-top: 23px;
}

.slash {
    position: absolute;
    right: 138px;
    top: 13px;
    font-size: 11px;
    color: #eeeeee;
}

.jp-duration {
    right: 73px;
    display: inline;
    cursor: pointer;
}

.jp-video .jp-current-time {
    color: #eeeeee;
}

.jp-video .jp-duration {
    color: #808080;
}

.jp-video-play {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
}

.jp-video-360p .jp-video-play {
    margin-top: -360px;
    height: 360px;
}

.jp-video-full .jp-video-play {
    height: 100%;
}

.jp-video-play-icon {
    position: relative;
    display: block;
    width: 71px;
    height: 71px;
    left: 44%;
    top: 40%;
    background: url(/img/video.png) no-repeat;
    text-indent: -9999px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.jp-video-play-icon:focus {
    background: url(/img/video.png) 0 -71px no-repeat;
}

.jp-jplayer {
    width: 0;
    height: 0;
}

.jp-jplayer {
    background-color: #000000;
}

.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.jp-video .jp-toggles {
    position: absolute;
    right: 0;
    width: 83px;
}

.jp-toggles button {
    display: block;
    float: left;
    text-indent: -9999px;
    line-height: 100%;
    border: none;
    cursor: pointer;
}

.jp-full-screen {
    margin-left: 20px;
    background: url(/img/video.png) -129px 0 no-repeat;
    padding: 0;
    width: 21px;
    height: 16px;
}

.jp-state-full-screen .jp-full-screen {
    background: url(/img/video.png) -129px -16px no-repeat;
}

.jp-repeat {
    background: url(/img/video.png) -107px 0 no-repeat;
    padding: 0;
    width: 22px;
    height: 16px;
}

.jp-state-looped .jp-repeat {
    background: url(/img/video.png) -107px -16px no-repeat;
}

.videoName {
    width: 500px;
    line-height: 32px;
    font-size: 21px;
    margin: 10px 0 7px 0;
}

.videoName a {
    color: #222222;
    text-decoration: none;
}

.videoName a:hover, .videoName a:active, .videoName a:focus {
    color: #4c79db;
}

.videoInfo {
    color: #808282;
    font-size: 11px;
}

.videoBlocks {
    overflow: hidden;
    border-bottom: 0 solid #d0d0d0;
    padding-bottom: 26px;
    margin-bottom: 22px;
    border-top: 0 solid #d0d0d0;
    margin-top: 25px;
}

.videoBlocks dl {
    margin: 0 0 0 20px;
    float: left;
    width: 225px;
}

.videoBlocks h2 + dl {
    margin-left: 0;
}

.videoBlocks dt {
    position: relative;
    line-height: 0;
}

.videoBlocks dt img {
    width: 100%;
}

.videoBlocks dt span {
    position: absolute;
    top: 30%;
    left: 39%;
    background: url(/img/video.png) no-repeat;
    width: 49px;
    height: 50px;
    background-size: 105px auto;
}

.videoBlocks dt a:hover span {
    background-position: 0 -50px;
    width: 50px;
}

.videoBlocks dd {
    margin: 7px 0 0;
}

.videoBlocks dd p {
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.videoBlocks dd p a {
    color: #222222;
    text-decoration: none;
}

.videoBlocks dd p a:hover, .videoBlocks dd p a:active, .videoBlocks dd p a:focus {
    color: #4c79db;
}

.videoBlocks dd div {
    color: #808282;
    font-size: 11px;
}

.photoreports {
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 47px;
}

.photoreports div {
    width: 225px;
    float: left;
    margin-left: 20px;
}

.photoreports div:first-child {
    margin-left: 0;
}

.photoreports a {
    font-weight: 500;
    text-decoration: none;
    color: #222222;
    font-size: 14px;
}

.photoreports a:hover, .photoreports a:active, .photoreports a:focus {
    color: #ffffff;
}

.photoreportsImage {
    background: black;
    display: block;
}

.photoreports img {
    display: block;
    margin-bottom: 7px;
    width: 100%;
}

.photoreports a:hover img {
    opacity: 0.8;
}

.photoreports p {
    margin: 4px 0 0;
    color: #808282;
    font-size: 11px;
}

.photoVideo .more div,
.photoVideo .more a,
.pressCenter .more div,
.pressCenter .more a {
    border-color: #d0d0d0;
}

.photoVideo .more a,
.pressCenter .more a {
    background: #FFF;
    color: #222222;
}

.photoVideo .more a:hover, .photoVideo .more a:active, .photoVideo .more a:focus, .photoVideo .more a:hover + div, .pressCenter .more a:hover {
    border-color: #d0d0d0;
    color: #222222;
    background: #f1f1f1;
}

.publicBlock {
    width: 970px;
    margin: 0 auto;
}

.platform {
    overflow: hidden;
    margin-bottom: 29px;
}

.redactionChoose {
    float: left;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    margin-right: 30px;
    background: black;
}

.redactionChoose > img {
    width: 100%;
    display: block;
}

.redactionChoose span {
    position: relative;
}

.redactionChoose span.redactionGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.redactionChoose span.redactionGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%);
}

.redactionChoose:hover > img {
    opacity: 0.8;
}

.redactionRed {
    font-weight: 500;
    background: #f1592f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 9px 0 0 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.redactionTitle {
    vertical-align: bottom;
    display: table-cell;
    padding: 0 210px 0 23px;
    font-size: 21px;
    line-height: 32px;
    position: absolute !important;
    bottom: 15px !important;
}

.redactionTitle span {
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em black; /* Параметры тени */
}

.redactionChoose span.redactionAuthor {
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    bottom: 13px;
    right: 19px;
}

.redactionAuthor img {
    float: left;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.redactionInfo {
    float: left;
    margin: 2px 0 0 5px;
}

.redactionName {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    display: block;
}

.redactionDate {
    font-size: 11px;
    color: #bebbb5;

}

.platformBlocks {
    overflow: hidden;
}

.platform + .platformBlocks {
    padding-bottom: 52px;
}

.platformBlocks dl {
    margin: 0 0 0 30px;
    float: left;
    width: 300px;
}

.platform + .platformBlocks dl {
    margin-bottom: 35px;
}

.platformBlocks dl:first-child {
    margin-left: 0;
}

.platformBlocks dt > a {
    background: black;
    display: block;
}

.platformBlocks dt p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.platformBlocks dt p a {
    color: #333333;
    text-decoration: none;
}

.platformBlocks dt p a:hover, .platformBlocks dt p a:active, .platformBlocks dt p a:focus {
    color: #4c79db;
}

.platformBlocks dt img {
    width: 100%;
    display: block;
}

.platformBlocks dt > a:hover img {
    opacity: 0.8;
}

.platformBlocks dd {
    margin: 9px 0 0;
    overflow: hidden;
}

.platformBlocks dd > a {
    float: left;
}

.platformBlocks dd a img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
}

.authorInfo {
    margin-left: 46px;
}

.authorInfo p {
    margin: 0 0 2px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.platformBlocks dd a img {
    color: #000;
}

.authorInfo a {
    color: #999;
}

.authorInfo a:hover {
    color: #333;
}

.authorInfo div {
    font-size: 12px;
}

.platformBlocks .more {
    clear: left;
    margin-top: 20px;
}

.dayPhoto {
    padding: 35px 0 26px;
    background: #262a2b;
}

.dayPhoto > div img {
    width: 100%;
}

.dayPhoto > div {
    width: 970px;
    margin: 0 auto;
}

.dayPhoto h2 {
    margin-bottom: 12px;
}

.dayPhoto p {
    margin: 0 0 9px;
    color: #999999;
    font-size: 14px;
}

.pressCenter {
    background: #f1f1f1;
    overflow: hidden;
    padding: 35px 0 38px;
}

.pressCenter > div {
    width: 970px;
    margin: 0 auto;
}

.pressCenter .bxPager {
    height: 384px;
}

.bxPager {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    /* border-top: 1px solid #383c3c; */
    width: 330px;
    line-height: 19px;
    float: right;
    background-color: #FFF;
    /*height: 354px;*/
}

.bxPager li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;;
}

.bxPager li:last-child {
    border: 0;
}

.bxPager a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 10px 25px 10px 25px;
}

.bxPager a.active {
    border-left: 3px solid #bec0c0;
    padding: 10px 25px 10px 25px;
    color: #e7b100;
}

.bxPager a:hover, .bxPager a:active, .bxPager a:focus {
    color: #4c79db;
}

.bxPager span {
    text-transform: uppercase;
    background: #83ae00;
    font-size: 10px;
    padding: 0 4px 1px;
    font-weight: 400;
    margin-right: 2px;
    color: #ffffff;
}

.pressBanner {
    float: right;
    clear: right;
    margin-bottom: 25px;
}

.pressVideoFrame iframe {
    width: 100% !important;
    height: 100% !important;
}

.pressTabs .bx-wrapper {
    position: relative;
}

.pressTabs .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pressTabs .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pressTabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pressTabs li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pressTabs dl {
    margin: 10px 0 0 0;
}

.pressTabs dt {
    font-size: 21px;
    line-height: 32px;
}

.pressTabs dt a {
    text-decoration: none;
    color: #222222;
}

.pressTabs dt a:hover, .pressTabs dt a:active, .pressTabs dt a:focus {
    color: #4c79db;
}

.pressTabs dd {
    margin: 7px 0 0;
}

.pressTabs dd strong {
    font-weight: normal;
}

.pressTabs dd a {
    color: #909191;
}

.pressTabs dd div {
    color: #808282;
    font-size: 11px;
}

.pressTabs dd p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #909191;
}

.pressCenter .more {
    display: none;
}

.pressBottom {
    border-top: 1px solid #d2d2d2;
    clear: both;
    padding-top: 23px;
}

.pressBottom h2 {
    margin-bottom: -26px;
}

.pressAnons .bx-wrapper {
    max-width: none !important;
    position: relative;
}

.pressAnons .bx-wrapper .bx-viewport {
    padding-top: 38px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pressAnons .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*
    z-index: 20;
    */
}

.pressAnons ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    line-height: 18px;
}

.pressAnons li {
    padding: 0;
    float: left;
    /*margin: 0 24px 0 0;*/
    width: 30% !important;
    /*width: 300px !important;*/
}

.pressAnons li div {
    color: #4c79db;
    font-size: 11px;
    padding-right: 10px;
}

.pressAnons li p {
    margin: 2px 0 0;
    font-size: 14px;
    padding-right: 10px;
}

.pressAnons li a {
    color: #222222;
    text-decoration: none;
}

.pressAnons li a:hover, .pressAnons li a:active, .pressAnons li a:focus {
    color: #4c79db;
}

.pressAnons .bx-controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 55px;
}

.pressAnons .bx-wrapper .bx-controls-direction a {
    background: url(/img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    top: 0;
    position: absolute;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: -221px -234px;
    left: 0;
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    right: 0;
}

.pressAnons .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#footer {
    overflow: hidden;
    padding: 39px 0 33px;
    width: 970px;
    margin: 0 auto;
}

.footerMenu {
    font-size: 12px;
    float: right;
}

.footerMenu div {
    float: left;
    width: 141px;
    margin-left: 20px;
}

.footerMenu p {
    margin: 0 0 11px;
    color: #262626;
    font-weight: 500;
    text-transform: uppercase;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerMenu li {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    background: url(/img/dot.png) 0 8px no-repeat;
}

.footerMenu a {
    text-decoration: none;
    color: #6e6e6e;
}

.footerMenu a:hover, .footerMenu a:active, .footerMenu a:focus {
    color: #4c79db;
}

.footerCarte {
    margin: 0 0 0 53px;
    padding: 0;
    list-style: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    width: 144px;
}

.footerCarte li {
    padding: 0;
    margin: 0 0 11px;
}

.footerCarte a {
    text-decoration: none;
    color: #222222;
}

.footerCarte a:hover, .footerCarte a:active, .footerCarte a:focus {
    color: #4c79db;
}

.footerSocial {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    font-size: 14px;
    float: left;
    display: none;
}

.footerSocial li {
    padding: 0;
    margin: 0 0 15px;
}

.footerSocial a {
    color: #585858;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.socialIcon {
    height: 19px;
    float: left;
}

.socialName {
    float: left;
}

.footerSocial li .socialIcon {
    width: 25px;
    height: 25px;
    -webkit-filter: opacity(25%);
}

.footerSocial li a:hover {
    -webkit-filter: none;
}

.footerSocial li:nth-child(1) .socialIcon {
    background: url(/img/social.png) -25px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(2) .socialIcon {
    background: url(/img/social.png) -50px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(3) .socialIcon {
    background: url(/img/social.png) -125px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(4) .socialIcon {
    background: url(/img/social.png) -75px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(5) .socialIcon {
    background: url(/img/social.png) -100px -25px no-repeat;
    background-size: 150px auto;
}

.social-media {
    border-top: 2px solid #f5f5f5;
    padding-top: 17px;
    font-size: 16px;
}

.social-media-footer {
    font-size: 16px;
}


.social-media a {
    color: #808282;
}

.social-media a:nth-child(1):hover {
    color: #d63b67;
}

.social-media a:nth-child(2):hover {
    color: #3b5999;
}

.social-media a:nth-child(3):hover {
    color: #1da1f3;
}

.social-media a:nth-child(4):hover {
    color: #ce201f;
}

.social-media a:nth-child(5):hover {
    color: #0088cc;
}


.social-media-footer a {
    color: #808282;
}

#footer > p {
    margin: 0 0 16px;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
}

.design {
    color: #666666;
    font-size: 12px;
    margin-top: 103px;
}

.design a {
    color: #222222;
    text-decoration: none;
}

.design a:hover, .design a:active, .design a:focus {
    color: #4c79db;
}

.full {
    color: #000000;
    text-decoration: none;
    background: #f7f7f7;
    padding: 10px 0 11px;
    text-align: center;
    font-size: 14px;
    display: none;
}

.innerPage #header {
    background: #f7f7f7 !important;
}

.logo {
    padding: 26px 0 16px 0;
}

.logo p {
    top: 37px;
    right: 48px;
}

.innerPage #content {
    overflow: hidden;
    padding-top: 32px;
}

.innerPage #contentAdvanced {
    overflow: hidden;
    padding-top: 0;
}

.innerBlock {
    width: 970px;
    margin: 0 auto /*45px*/;
    padding: 10px 0;
    overflow: hidden;
}

.right {
    float: right;
    width: 301px;
}

.projectsTitle {
    display: none;
}

.banner {
    margin-top: 44px;
    display: block;
    background-color: #999;
}

.right .googleCompanion {
    margin: 0;
}

.right .projects {
    margin: 14px 0 19px;
}

.rest, .restList {
    width: 630px;
}

.rest {
    margin-bottom: 15px;
}

.rest > a {
    display: block;
    background: black;
}

.rest > a img {
    display: block;
}

.rest > a:hover img {
    opacity: 0.8;
}

.rest > a > img {
    width: 100%;
    position: relative;
}

.rest dl {
    margin: 10px 0 0;
    overflow: hidden;
}

.rest dt {
    float: left;
    color: #f28c73;
    font-size: 14px;
    padding-top: 8px;
}

.rest dd {
    margin: 0;
}

.rest dd div {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
}

.rest dd div a {
    color: #222222;
    text-decoration: none;
}

.rest dd p {
    margin: 11px 0 0;
    font-size: 14px;
    line-height: 21px;
}

.rest dd p a {
    color: #666666;
    text-decoration: none;
}

.restList article {
    display: block;
    margin: 20px 0;
    min-height: 140px;
}

.restList figure {
    float: left;
    width: 200px;
    margin: 0px;
}

.restList figure img {
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    width: 100%;
}

.restList article section {
    color: #b2b2b2;
    font-size: 14px;
    margin-left: 210px;
}

.restList article section time {
    float: left;
    font-size: 16px;
    padding: 0 5px 0 0;
    display: inline;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    text-decoration-style: solid;
    text-transform: none;
    width: auto;
}

.restList article section a {
    text-decoration: none;
    color: #222222;
}

.restList article section h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    padding: 0 0;
    margin: 0 0 4px 0;
}

.restList article section p {
    color: #666;
   /* font-size: 13px; */
    margin: 0;
}

.restList article section p a {
    color: #666666;
    text-decoration: none;
}

.rest dd div a:hover, .rest dd div a:active, .rest dd div a:focus,
.restText div a:hover, .restText div a:active, .restText div a:focus {
    color: #4c79db;
}

.restDay {
    text-align: center;
    color: #ed4400;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin: 18px 0 2px;
}

.restDay div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 13px;
    border-top: 1px solid #f5f5f5;
}

.restDay p {
    margin: 0;
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 17px;
}

.prefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.extract {
    background: #f7c313;
    color: #fff !important;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    margin: 0 2px 0 3px;
    text-transform: uppercase;
    float: right;
}

.extract a, .extract a:visited {
    color: #fff !important;
    font-weight: bold;
}

.extract:hover {
    text-decoration: underline;
}

.extract:after {
    content: "▶";
    margin: 0 8px 0 8px;
}

.restList .more {
    margin-top: 28px;
}

.actual {
    background: #262a2b;
}

.actual > div {
    width: 970px;
    margin: 0 auto;
    padding: 38px 0 10px;
}

.analiticMenu {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}

.analiticMenu li {
    padding: 0;
    margin: 0 0 0 18px;
    float: left;
}

.analiticMenu a {
    color: #999;
}

.analiticMenu a:hover, .analiticMenu a:active, .analiticMenu a:focus {
    color: #ddd;
    text-decoration: underline;
}

.analiticMobile, .analiticMobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.analiticMobile {
    font-size: 14px;
    float: right;
    padding-top: 5px;
    display: none;
}

.analiticMobile li {
    padding: 0;
    margin: 0;
}

.analiticMobile > li {
    padding-right: 12px;
    background: url(/img/lang-arrow.svg) -167px -232px no-repeat;
    background-size: 485px auto;
    opacity: 0.6;
}

.analiticMobile > li:hover {
    opacity: 1;
}

.analiticMobile ul {
    text-align: center;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 68px;
    background: #262a2b;
}

.analiticMobile ul li {
    padding: 11px 0;
    border-top: 1px solid #2f3334;
    width: 83px;
}

.analiticMobile a {
    color: #CCCCCC;
    text-decoration: none;
}

.analiticMobile a:hover, .analiticMobile a:active, .analiticMobile a:focus {
    color: #ffffff;
}

.analiticMobile > li a {
    color: #ffffff;
}

.actual h2 {
    margin-bottom: 24px;
}

.actual .analiticBody div {
    margin-bottom: 19px;
    height: auto;
}

.actual .analiticBody div:nth-child(3n+1), .publishing .analiticBody div:nth-child(3n+1) {
    margin-left: 0;
}

.right .others {
    float: none;
    margin: 20px 0;
}

.banner720 {
    display: none;
}

.googleCompanion720 {
    display: none;
}

.rubricPicture {
    position: relative;
    display: block;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    line-height: 30px;
}

.rubricPicture img {
    position: absolute !important;
    left: 0;
    top: 0;
}

.rubricPicture span {
    position: relative;
}

.rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.rubricPicture span.rubricGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%);
}

.rubricPicture:hover span.rubricGradientHover {
    opacity: 1;
}

.rubricText {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px 0 52px;
    height: 339px;
}

.rubricRed {
    text-transform: uppercase;
    background: #f1592f;
    font-size: 14px;
    padding: 1px 8px;
    margin-right: 6px;
}

.rubricDate {
    font-size: 13px;
}

.rubricTitle {
    display: block;
    font-size: 22px;
    margin-top: 3px;
}

.publishing {
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7;
}

.publishing > div {
    width: 970px;
    margin: 0 auto;
    padding: 39px 0 57px;
}

.canals {
    color: #83ae00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 0 17px;
    display: none;
}

.otherNews .bxPager {
    float: none;
    border: none;
    text-align: center;
    line-height: 20px;
    margin: 0;
    background: #f7f7f7;
    width: 630px;
}

.otherNews .bxPager li {
    display: table-cell;
    border: none;
    vertical-align: bottom;
    padding: 0 10px 25px;
    height: 60px;
    width: 50%;
}

.otherNews .bxPager a {
    color: #222222;
    padding: 0;
}

.otherNews .bxPager a.active {
    border: none;
    padding: 0;
}

.otherNews .bxPager span {
    background: none;
    color: #83ae00;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.otherNews .pressTabs dt a {
    color: #222222;
    font-weight: 500;
}

.otherNews .pressTabs dd p {
    color: #666666;
}

.pressTabs .bx-controls-direction a, .otherNews .bx-controls-direction a {
    background: url(/img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    float: left;
}

.pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
    position: absolute;
    top: -41px;
    right: 0;
    display: none;
}

.pressTabs .bx-controls-direction .bx-prev, .otherNews .bx-controls-direction .bx-prev {
    background-position: -221px -234px;
}

.pressTabs .bx-controls-direction .bx-next, .otherNews .bx-controls-direction .bx-next {
    background-position: -245px -234px;
    margin-left: 22px;
}

.pressTabs .bx-controls-direction .disabled, .otherNews .bx-controls-direction .disabled {
    opacity: 0.3;
}

.publishing .videoBlocks {
    border: none;
    margin-bottom: 10px;
}

.publishing .videoBlocks dd p a {
    color: #222222;
}

.newsPage .right {
    padding: 0;
}

.newsPage .banner {
    margin: 0 0 22px;
}

.votingForm {
    background: #f7f7f7;
    width: 300px;
    padding: 20px 0 23px;
}

.votingForm p {
    margin: 0 auto 17px;
    color: #ed4400;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    line-height: 24px;
}

.votingForm input[type="radio"] {
    display: none;
}

.votingForm div {
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    margin: 0 22px 20px 30px;
}

.votingForm input[type="radio"] + label .radioIcon {
    margin-top: 1px;
    float: left;
    width: 14px;
    height: 17px;
    background: url(/img/radio.png) no-repeat;
    cursor: pointer;
}

.votingForm input[type="radio"]:checked + label .radioIcon {
    background-position: -14px 0;
}

.radioText {
    margin-left: 21px;
    display: block;
}

.votingForm input[type="submit"] {
    font: 600 14px 'Open Sans';
    color: #ed4400;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    width: 112px;
    display: block;
}

.news {
    width: 630px;
}

.newsNoPicture {
    width: 100%;
    display: table;
    margin: 0 0 25px 0;
}

.newsNoPicture h1 {
    display: table-row;
    font-size: 21px;
    margin: 0 0 5px 0;
}

.newsNoPicture .newsMetaBlock {
    display: table-row;
    position: static;
    left: auto;
    bottom: auto;
    color: #d3d3d3;
}

.newsPicture {
    display: block;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    color: white;
    margin-bottom: 19px;
    background: black;
}

.newsImage {
    width: 100%;
    display: block;
}

.newsPicture:hover .newsImage {
    opacity: 0.8;
}

.newsPicture span.newsGradient, .newsPicture span.newsGradientHover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.newsPicture span.newsGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.newsPicture:hover span.newsGradientHover {
    opacity: 1;
}

.newsTitle {
    display: table-cell;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;
    position: absolute;
    bottom: 60px;
    left: 35px;
    padding-right: 35px;
    color: #FFF;
    margin: 0;
    text-shadow: 1px 1px 2px black, 0 0 1em black; /* Параметры тени */
    text-transform: none;
}

.newsMetaBlock {

    font-size: 11px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 26px;
    left: 35px;
    color: #fff;
}

.newsMetaBlock img {
    float: left;
    margin-right: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
}

.newsMetaBlock > div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 9px;
}

.newsMetaBlock a {
    color: #fff;
    float: left;
}

.newsAuthor {
}

.newsAuthor a:hover, .newsAuthor a:visited {
    color: #f7c313;
}

.newsName {
    font-size: 12px;
}

.newsDate {
    /* background: url(/img/dot.png) 0 7px no-repeat;*/
}

.newsPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.newsViews {
    margin: 5px 11px 0 24px;
}

.newsViews span {
    background: url(/img/sprite.png) 0px -8px no-repeat;
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-right: 2px;
}

.newsComments span {
    background: url(/img/sprite.png) -15px 0 no-repeat;
    display: inline-block;
    width: 14px;
    height: 11px;
    margin: 0 3px -3px 0;
}

.newsPublisher {
    display: none;
}

.newsText {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

.newsText img {
    max-width: 100%;
    height: auto !important;
}

.subscribe_photo_text, figcaption {
    color: #9c9c9c;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.newsText p {
    margin: 0 0 20px;
}

.newsHolderContainer .publishing {
    margin-bottom: 30px;
    box-shadow: none;
    height: 330px;
    overflow: hidden;
}

.newsHeading {
    font-weight: 500;
    font-size: 17px;
    padding: 0 0 20px 0;
}

.newsText p a, .read a {
    color: #4d7bd6;
    text-decoration: none;
}

.read {
    background: #f7f7f7;
    padding: 6px 16px 8px;
    margin: -7px 0 15px;
}

.newsText b {
    font-weight: 500;
}

.read a {
    font-style: italic;
}

.newsPortrait {
    display: block;
    position: relative;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin-bottom: 20px;
    background: black;
}

.newsPortrait img {
    position: absolute;
    top: 0;
    left: 0;
}

.newsPortrait:hover img {
    opacity: 0.8;
}

.newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.newsPortrait span.portraitGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.newsPortrait:hover span.portraitGradientHover {
    opacity: 1;
}

.portraitArrow {
    background: url(/img/newsSlider.png) -25px 0 no-repeat;
    background-size: 60px auto;
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    top: 45%;
    right: 2%;
}

.newsSignature {
    position: relative;
    display: table-cell;
    height: 356px;
    padding: 0 15px;
    vertical-align: bottom;
    color: #fff;
}

.newsSlider {
    display: none;
}

.tags {
    overflow: hidden;
    padding-bottom: 10px;
   /* margin-bottom: 15px;*/
    text-align: center;
}


.tags div {
    text-align: center;
    display: inline-block;
}

.tags a {
    color: #b2b2b2;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #f2f2f2;
    float: left;
    padding: 5px 9px 6px;
    margin: 0 9px 10px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tags a.tag {
    color: #b2b2b2;
    border: 2px solid #f2f2f2;
}

.tags a.theme {
    color: #bbb;
    background-color: #eee;
    border: 2px solid #ccc;
}


.share {
    /*
    display: inline-block;
     */
    display: flex;
    padding: 0 0 10px 0;
    text-align: center;
    width: 100%;
}

.share ul {
    list-style: none;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #b2b2b2;
    padding: 0px 36px 10px 36px;
}

.share ul li {
    float: left;
    display: inline;
    padding-right: 10px;
}

.share ul li a{ color: #808282; }


.publishing .photoreports a {
    color: #222222;
}

.publishing .photoreports {
    margin: 0;
}

.register {
    width: 317px;
    display: none;
    background: white;
    text-align: left;
    padding: 17px 0 23px;
    white-space: normal;
}

.tos-wrapper .register {
    display: block;
}

.register h3 {
    width: 277px;
    margin: 0 auto 18px;
}

.register .share {
    border-top: 2px solid #ebebeb;
    padding: 20px 20px 0;
    margin-bottom: 9px;
}

.register .share a {
    margin: 14px 0 0;
    height: 31px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.register .share a:first-child {
    margin: 0;
}

.register .shareSocial {
    margin: 8px 0 0 19px;
}

.register .shareText {
    float: none;
    display: inline-block;
    margin: 5px 0 0;
}

.register .share a:nth-child(3) .shareSocial {
    margin-top: 7px;
}

.register .othersDay {
    width: 277px;
    margin: 0 auto 12px;
}

.register .othersDay div {
    border-width: 1px;
}

.register .othersDay p {
    background: white;
}

.register form {
    margin-bottom: 18px;
}

.register form div {
    width: 277px;
    margin: 0 auto 17px;
}

.register div > input {
    padding: 6px 5px 9px 10px;
    margin: 0 0 7px;
    color: #333333;
    border: 1px solid #dddddd;
    font: 13px 'Open Sans';
    width: 260px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.register div > input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register div > input::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register div > input:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register form div a, .getRegister a {
    color: #ed4400;
    text-decoration: none;
}

.register form div a {
    float: right;
    font-size: 13px;
    margin-top: 6px;
}

.register form p {
    margin: 15px 0 0;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 14px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label span {
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 7px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: #333333;
}

.register form > input {
    font-weight: 500;
    color: white;
    background: #b2b2b2;
    margin: 0;
    padding: 11px 0 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font: 14px 'Open Sans';
    text-transform: uppercase;
}

.getRegister {
    color: #222222;
    font-size: 13px;
    text-align: center;
}

.registerText {
    color: #222222;
    border-top: 2px solid #ebebeb;
    font-size: 13px;
    line-height: 19px;
    width: 277px;
    margin: 0 auto 16px;
    padding-top: 16px;
}

.innerBlock .analiticBody {
    /* margin-bottom: 18px; */
}

.innerBlock .analiticBody div:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

.analiticTitle {
    margin: 0;
    font-weight: 600;
}

.analiticTitle a {
    color: #333333;
    text-decoration: none;
}

ul.pagination {
    display: block;
    font-weight: 500;
    color: #333333;
   /* font-size: 16px;*/
    text-align: center;
    margin: 0px auto;
    padding-bottom: 40px;
    line-height: 31px;
    border-bottom: 2px solid #f7f7f7;
}


li.page-item {
    float: left;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    min-width: 31px;
    list-style: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid #fff;
}


li.active {
    color: #4c79db;
    border-color: #f1592f;

}


a.page-link {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    margin: 0 5px;
}




.textPage .banner {
    display: none;
}

.newsText h1 {
    font-size: 31px;
    margin-bottom: 30px;
}

.newsText > img {
    width: 100%;
}

.interviewPage #leftMenu {
    padding-top: 28px;
}

.interviewPage .leftMenuBody {
    margin-top: 18px;
}

.leftLogo img {
    width: 100%;
}

.leftLogo p {
    margin: 30px 5px -10px;
    color: #2954d4;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.interviewPage #header {
    background: none !important;
    position: fixed;
    /*
    z-index: 119;
    */
}

.interviewPage .topLine {
    background: none;
    padding: 0;
}

.interviewPage .topLineBody {
    width: auto;
}

.interviewPage .mobileButton {
    float: none;
    margin: 21px 0 0 40px;
    position: relative;
}

.interviewPage .mobileButton, .interviewPage .mobileButton span {
    border-color: #000;
}

.interviewPage #content {
    padding: 0;
}

.firstPicture {
    position: relative;
    text-align: center;
    color: white;
    padding-bottom: 56%;
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.firstPicture div {
    position: relative;
}

.firstTitle {
    font-weight: 500;
    font-size: 40px;
    display: table;
    margin: 0 auto;
    position: absolute !important;
    width: 100%;
    text-align: center;
    bottom: 80px;
    padding: 0 50px !important;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}
.firstTitleMob {
    font-weight: 500;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 50px 0px 50px !important;
    color: #000;
    box-sizing: border-box;
    display: none;
}

.firstClarification {
    font-size: 21px;
    font-weight: 500;
}

.firstClarificationMob {
    font-size: 21px;
    font-weight: 500;
    padding: 10px 0px 25px 0px;
}

.firstPicture div.firstDate {
    bottom: 36px;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 11px;
    display: block;
}

.firstDateMob {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 11px;
    display: none;
}

.firstViews {
    margin-left: 21px;
}

.firstViews span {
    background: url(/img/sprite.png) no-repeat;
    height: 10px;
    width: 16px;
    display: inline-block;
    margin: 0 5px -1px 0;
    background-size: 106px auto;
}

.socialBlock {
    color: #ababab;
    font-size: 12px;
    /*
    z-index: 109;
    */
    opacity: 0.9;
    margin-left: 970px;
}

.socialBlockSimple {
    margin: 0 auto;
    width: 100%;
    color: #ababab;
    font-size: 12px;
    padding: 0 0 50px 0;
    display: none;
}

.socialBlockSimple ul {
    width: 289px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.socialBlockSimple li:first-child {
    margin: 0;
}

.socialBlockSimple li {
    margin: 0 0 0 15px;
    float: left;
    width: 86px;
}

/* sticky options */

.stickyContainer #sharedFixed {
    font-size: 20px;
    text-align: center;
}

.stickyContainer #sharedFixed ul li {
    list-style: none;
    width: 100px;
}

.stickyContainer #sharedFixed ul {
    margin: 0;
    padding: 0;
}

#sharedFixed i.fa-facebook {
    color: #3b5999;
}

#sharedFixed i.fa-twitter {
    color: #1da1f3;
}

#sharedFixed i.fa-google-plus {
    color: #ce201f;
}

#sharedFixed i.fa-telegram {
    color: #0088cc;
}

.socialBlockFixed {
    position: fixed;
    top: 20px;
    width: 70px;
}

.socialBlockStatic {
    position: absolute;
    top: 20px;
}

.interviewText {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    width: 689px;
    margin: 40px 0 70px 134px;
}

.interviewText > p {
    margin: 0 0 26px;
}

.interviewText p a {
    color: #ed4400;
    text-decoration: none;
}

.interviewText p.bigFont {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 49px;
}

.interviewText b {
    font-weight: 500;
}

.italicSection {
    padding-top: 4px;
    text-align: center;
    font: italic 22px/39px 'PT Serif';
}

.italicSection div {
    border-top: 2px solid #f1f1f1;
    width: 151px;
    margin: 0 auto 35px;
}

.italicSection p {
    margin: 0 0 17px;
}

.italicSection div:last-child {
    margin-top: 39px;
}

.picturePack {
    overflow: hidden;
    padding: 0 0 0;
    width: 970px;
    margin: 0 auto 58px;
}

.pictureBig {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 50px;
}

.picturePack img {
    float: left;
}

.picturePack img:nth-child(1) {
    margin-right: 30px;
}

.picturePack img:nth-child(2) {
    margin-bottom: 25px;
}

.leftSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: left;
    width: 310px;
    margin: 6px 0 20px 0;
}

.leftSection div {
    border-top: 2px solid #ed4400;
    width: 100px;
}

.leftSection p {
    margin: 11px 0 0;
}

.rightSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: right;
    width: 310px;
    margin: 6px -101px 20px 59px;
}

.rightSection div {
    border-top: 2px solid #ed4400;
    width: 100px;
}

.rightSection p {
    margin: 11px 0 0;
}

.quotations {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    width: 612px;
    margin: 44px auto 43px;
}

.quotations dl {
    margin: 0;
    width: 147px;
    float: left;
}

.quotations dl:nth-child(2) {
    margin: 0 85px;
}

.quotations dt {
    font-weight: 500;
}

.quotations dt div {
    padding-top: 6px;
}

.quotations dd {
    margin: 1px 0 0;
    font-style: italic;
}

.interviewBlock > img {
    margin-bottom: 52px;
}

#extended {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 82%;
    margin: 0 9%;
}

.tos-wrapper #extended {
    display: block;
}

.searchDiv {
    position: relative;
    margin-bottom: 15px;
}

.searchDiv input[type='submit'] {
    background: #f1592f url(/img/extended.png) 14px 13px no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    width: 42px;
    height: 42px;
    background-size: 15px auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.searchDiv input[type='text'] {
  /*  height: 21px;*/
    width: 97%;
    margin: 0;
    padding: 10px 0 11px 21px;
    color: #333333;
    font: 16px/21px 'Open Sans';
    border: none;
    background: white;
    display: block;
}

.searchDiv input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.searchDiv input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.searchDiv input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.extendedAncor {
    float: right;
    color: #fefefe;
    font-size: 13px;
    margin: 18px 0 0 0;
}

.extendedClose {
    display: none;
}

.searchClose .extendedClose {
    display: block;
}

.searchClose .extendedOpen {
    display: none;
}

.calendarBlock {
    /* opacity: 0;*/
    display: none;
}

.rubrics {
    float: left;
    margin-right: 65px;
}

.selectbox {
    text-align: left;
    cursor: pointer;
}

.select {
    background: #f1592f;
    color: white;
    width: 173px;
}

.trigger {
    background: url(/img/sprite.png) -99px 0 no-repeat;
    position: absolute;
    display: block;
    right: 11px;
}

.dropdown {
    background: white;
    color: #9c9c9c;
    overflow-y: hidden !important;
}

.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown li {
    margin: 0;
    width: 173px;
}

.dropdown li:hover {
    background: #fbfbfb;
}

.sel {
    background: #f0f0f0;
}

.rubrics .selectbox {
    font-size: 16px;
    line-height: 18px;
}

.rubrics .select, .rubrics li {
    padding: 10px 5px 14px 22px;
}

.rubrics .trigger {
    width: 15px;
    height: 10px;
    top: 16px;
}

.popup_calendar_wrap * {
    box-sizing: border-box;
}

.popup_calendar_wrap .dropdown {
    top: 42px;
}

.popup_calendar_wrap .selectbox {
    font-size: 13px;
    line-height: 14px;
}

.popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
    padding: 5px 5px 8px 11px;
}

.popup_calendar_wrap .trigger {
    background-size: 100px auto;
    background-position: -76px 0;
    height: 8px;
    width: 11px;
    top: 10px;
}

.popup_calendar_wrap .dropdown {
    top: 27px;
}

.select_date_wrap {
    color: #9c9c9c;
    float: left;
}

.select_date_wrap > div {
    float: left;
}

.select_date_wrap .select_title {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 10px 0 0;
    text-transform: uppercase
}

.select_date_wrap .date {
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    padding: 12px 21px 14px 36px;
    position: relative;
    background: white;
}

.date div {
    background: url(/img/sprite.png) -114px 0 no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 12px;
}

.clicked {
    color: #4c79db;
}

.dash {
    margin: 8px 10px 0;
}

.popup_calendar_wrap {
    clear: both;
    position: relative
}

.popup_calendar {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .11);
    display: none;
    left: 50%;
    margin-left: -280px;
    padding: 30px;
    position: absolute;
    top: 17px;
    width: 560px;

}

.popup_calendar .selectbox {
    margin: 0 10px 10px 0
}

.calendar {
    clear: both;
    font-size: 13px;
    line-height: 15px;
    text-align: center
}

.calendar .day_name {
    border-bottom: 1px solid #9c9c9c;
    color: #9c9c9c;
    overflow: hidden;
    padding: 10px 0
}

.calendar .day_name > div {
    float: left;
    width: 7.143%
}

.calendar .day_name .sunday {
    color: #4c79db;
}

.calendar .day {
    color: #ccc;
    overflow: hidden;
    padding: 3px 0
}

.calendar .day > div {
    float: left;
    padding: 6px;
    width: 7.143%
}

.calendar .day a {
    color: #666666
}

.calendar .day .today {
    padding: 0
}

.calendar .day .today span {
    background-color: #4c79db;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin: auto;
    width: 27px
}

.calendar .day .no_anons {
    color: #999
}

.calendar.big .day > div, .calendar.big .day_name > div {
    width: 4.762%
}

@media screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    #wrapper, .greyLine div {
        max-width: 1255px;
        width: 100%;
    }

    #leftMenu {
        margin-left: 12px;
    }

    #container {
        margin-left: 174px;
    }

    .topAnons a {
        width: 33.33%;
        max-width: 360px;
    }
}

@media screen and (max-width: 1245px), only screen and (max-device-width: 1245px) {
    .topAnons a {
        height: 222px;
    }

    .anonText {
        height: 202px;
    }

    .topAnons a.anonBig {
        height: 444px;
    }

    .anonBig .anonText {
        height: 424px;
    }

    .socialBlock {
        margin-left: 894px;
    }
}

@media screen and (max-width: 1024px) {
    .social { /*width: -webkit-fill-available; */
    }
}

@media screen and (max-width: 1200px) {
    .design {
        display: none !important;
    }

    br {
        display: none !important;
    }
}

@media screen and (max-width: 1165px), only screen and (max-device-width: 1165px) {
    #wrapper {
        width: auto;
    }

    #leftMenu {
        display: none;
    }

    #container {
        width: auto;
        float: none;
        margin: 0;
    }

    .topLine {
        padding: 0;
    }

    /*   .topLineBody {margin: 0 auto; width: 970px; position: relative;}*/
    .mobileButton {
        display: block;
    }

    /*.language ul {top: 31px; right: -17px;}*/
    .topAnons {
        width: 970px;
        margin: 0 auto 25px;
    }

    .topAnons a {
        width: 320px;
        height: 213px;
    }

    .anonText {
        height: 193px;
    }

    .topAnons a.anonBig {
        height: 426px;
    }

    .anonBig .anonText {
        height: 406px;
    }

    .logo {
        width: 970px;
        margin: 0 auto;
    }

    .logo p {
        right: 0 !important;
    }

    .firstPicture, .interviewBlock > img {
        width: 100%;
    }

    .socialBlock {
        margin-left: 970px
    }

    .interviewPage #mobileMenu {
        top: 0;
        padding-top: 23px;
    }

    .rubrics {
        margin: 0 0 10px;
    }

    .select_date_wrap {
        clear: left;
    }
}

@media (min-width: 990px) and (max-width: 1060px) {
    .socialBlock {
        margin-left: 915px
    }
}

@media screen and (max-width: 990px), only screen and (max-device-width: 990px) {
    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3), .bxPager li:nth-child(4), .bxPager li:nth-child(5), .pressBanner, .youtube div {
        display: none;
    }

    .youtube div {
        display: block;
    }

    /* .topLineBody {width: 820px;} */
    .logo {
        width: 820px;
        margin: 0 auto;
    }

    .logo p {
        right: 0;
    }

    .topAnons {
        width: 820px;
    }

    .topAnons a {
        width: 273px;
        height: 182px;
    }

    .anonText {
        height: 162px;
    }

    .topAnons a.anonBig {
        height: 364px;
    }

    .anonBig .anonText {
        height: 344px;
    }

    .infoBlock {
        width: 840px;
    }

    .sliderMenu dd {
        width: 840px
    }

    .sliderMenu .bx-viewport {
        width: 700px !important;
    }

    .others {
        margin-right: 20px;
        width: 260px;
    }

    .others > div {
        width: 260px;
    }

    .right,
    .right .others,
    .right .others > div {
        width: 301px;
    }

    .analitic {
        margin-left: 280px;
    }

    .analiticBody div {
        width: 260px;
        overflow: hidden;
        margin-left: 20px;
    }

    .analiticBody div > a {
        width: 100%;
    }

    .interview {
        width: 260px;
    }

    .twitter {
        width: 260px;
        float: right;
    }

    .twitterPic {
        width: 260px;
        height: 577px;
    }

    .projects, .projects li, .projects ul img {
        width: 260px;
        height: 217px;

    }

    .googleCompanion {
        margin: 44px 20px 0;
    }

    .googlePic {
        width: 260px;
    }

    .partner {
        width: 220px;
    }

    .photoVideo > div {
        width: 820px;
    }

    .topVideoFrame {
        width: 502px;
        height: 293px;
    }

    .topPlayer {
        width: 502px;
    }

    .videoBlocks dl, .photoreports div {
        width: 190px;
    }

    .videoBlocks dt img, .photoreports img {
        width: 100%;
    }

    .publicBlock {
        width: 820px;
    }

    .redactionChoose {
        margin-right: 20px;
    }

    .redactionChoose {
        width: 540px; /*height: 303px;*/
    }

    .redactionChoose > img {
        width: 100%;
    }

    /*.redactionTitle {height: 261px;}*/
    .platformBlocks dl {
        width: 260px;
        margin-left: 20px;
    }

    .platformBlocks dt img {
        width: 100%;
    }

    .dayPhoto > div {
        width: 820px;
    }

    .dayPhoto img {
        width: 100%;
    }

    .pressCenter > div {
        width: 820px;
    }

    .bxPager {
        width: 279px;
    }

    .pressCenter .bxPager {
        height: 334px;
    }

    .pressBottom {
        width: 819px;
    }

    .pressAnons li {
        width: 273px !important;
    }

    #footer {
        width: 820px;
    }

    .design {
        margin: 0;
    }

    .innerBlock {
        width: 820px;
    }

    .banner img {
        width: 260px;
    }

    .rest, .restList {
        width: 500px;
    }

    .rest img {
        width: 500px;
    }

    .restList dd > a {
        width: 125px !important;
    }

    .restText {
        margin-left: 140px !important;
    }

    .actual > div, .publishing > div {
        width: 820px;
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 500px;
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 292px;
    }

    .otherNews .bxPager {
        width: 500px;
    }

    .otherNews .bxPager li {
        padding: 0 5px 25px;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 500px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 300px !important;
    }

    .votingForm {
        width: 260px;
    }

    .votingForm div {
        margin: 0 10px 13px;
    }

    .news, .newsImage, .newsPortrait img {
        width: 500px;
    }

    .newsTitle {
        font-size: 24px;
        line-height: 36px;
    }

    .newsSignature {
        height: 303px;
    }

    .commentaryForm textarea {
        width: 448px;
    }

    .interviewText {
        margin: 40px auto 70px;
    }

    .picturePack {
        width: 820px;
    }

    .picturePack img {
        width: 395px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 21px;
    }

    .rightSection {
        margin-right: -65px;
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit;
        background-position: center;
    }

    .pictureBig {
        height: 500px;
        background-attachment: inherit;
        background-position: center;
    }

    .socialBlock {
        margin-left: 850px;
    }
}

@media (min-width: 840px) and (max-width: 950px) {
    .socialBlock {
        margin-left: 815px;
    }
}

@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {

    .topAnons a:nth-child(4), .topAnons a:nth-child(5), .videoBlocks dl:nth-child(5), .photoreports div:nth-child(4) {
        display: none;
    }

    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3) {
        display: block;
    }

    /*.topLineBody {width: 720px;}*/
    .logo {
        width: 720px;
        margin: 0 auto;
    }

    .logo p {
        right: 0;
    }

    .topAnons {
        width: 720px;
    }

    .topAnons a {
        width: 360px;
        height: 240px;
    }

    .anonText {
        height: 220px;
    }

    .topAnons a.anonBig {
        height: 480px;
    }

    .anonBig .anonText {
        height: 460px;
    }

    .infoBlock {
        width: 680px;
    }

    .sliderMenu dd {
        width: 700px;
    }

    .sliderMenu .bx-viewport {
        width: 545px !important;
    }

    .others {
        margin-right: 20px;
        width: 330px;
    }

    .others > div {
        width: 330px;
    }

    .analitic {
        margin-left: 350px;
    }

    .analiticBody div, .analiticBody div > a, .analitic .more {
        width: auto;
    }

    .analiticBody div {
        margin: 0 0 26px;
        width: 100%;
    }

    .analiticBody div > a {
        font-size: 14px;
    }

    .analiticBody img {
        width: 100%;
    }

    .interview {
        width: 330px;
    }

    .twitterPic {
        width: 330px;
        height: 537px;
    }

    .twitter {
        width: 330px;
    }

    .twitter iframe {
        width: 330px !important;
        max-width: 330px !important;
        height: 600px !important;
    }

    .connective, .projectsPartner {
        display: table;
    }

    .googleCompanion {
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin: 44px 0 0 20px;
    }

    .googlePic {
        width: auto;
    }

    .projects, .projects li, .projects ul img {
        width: 330px;
        height: 280px;
    }

    .projectsBlock {
        margin-bottom: 33px;
    }

    .projectText {
        line-height: 280px;
    }

    .partner, .videoName {
        width: auto;
    }

    .partner > div {
        border: none;
        padding-top: 0;
    }

    .partnerBody {
        overflow: hidden;
    }

    .partnerBody div {
        float: left;
        width: 220px;
        margin-left: 10px;
    }

    .partnerBody div:first-child {
        margin-left: 0;
    }

    .photoVideo > div {
        width: 680px;
    }

    .topVideoFrame {
        width: 680px;
        height: 382px;
    }

    .topPlayer {
        width: 100%;
    }

    .video_ads {
        display: none;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 680px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .videoBlocks dl, .photoreports div {
        width: 213px;
    }

    .photoVideo .more {
        width: auto;
        margin: 0;
    }

    .publicBlock {
        width: 680px;
    }

    .platform, .platformBlocks {
        overflow: visible;
    }

    .redactionChoose {
        float: none;
        display: block;
        margin: 0 0 29px;
        width: 680px;
    }

    .redactionTitle {
        padding-right: 170px;
    }

    .redactionChoose span.redactionAuthor {
        bottom: 14px;
        right: 20px;
    }

    .platform .platformBlocks {
        float: left;
        overflow: visible;
        margin-right: 20px;
    }

    .platform + .platformBlocks {
        width: auto;
    }

    .platformBlocks dl {
        margin: 0 0 25px;
        width: 330px;
    }

    .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 20px;
    }

    .dayPhoto > div {
        width: 680px;
    }

    .pressCenter > div {
        width: 680px;
    }

    .bxPager {
        float: none;
        overflow: hidden;
        width: auto;
        border: none;
        height: auto;
        margin: 0;
    }

    .pressCenter .bxPager {
        height: auto;
    }

    .bxPager li {
        width: 226px;
        display: table-cell;
        margin: 0;
    }

    .bxPager a.active {
        border-left: none;
        border: 0;
    }

    .pressBottom {
        width: 678px;
    }

    .pressAnons li {
        width: 226px !important;
    }

    .pressAnons .bx-controls {
        width: 64px;
    }

    #footer {
        width: 680px;
        padding-top: 26px;
    }

    .footerMenu {
        margin: 0 176px 16px 0;
    }

    .footerMenu div {
        width: 155px;
    }

    .footerCarte {
        float: none;
        margin: 0;
    }

    #footer .footerSocial + p {
        clear: both;
        border-top: 1px solid #e5e5e5;
        padding-top: 24px;
        margin-right: 21px;
    }

    .innerBlock {
        width: 680px;
    }

    .banner {
        display: none;
    }

    .right {
        float: none;
        overflow: hidden;
        padding-top: 43px;
    }

    .projectsTitle {
        display: block;
    }

    .right .projects {
        float: left;
        margin: 0 20px 0 0;
    }

    .rest, .restList {
        width: auto;
    }

    .rest img, .newsImage, .newsPortrait img {
        width: 100%;
    }

    .restList .more {
        width: auto;
    }

    .actual > div, .publishing > div {
        width: 680px;
    }

    .actual .analiticBody div:nth-child(2n+1), .publishing .analiticBody div:nth-child(2n+1) {
        margin-right: 20px;
    }

    .right .others {
        float: left !important;
        margin-right: 20px;
    }

    .banner720 {
        display: block;
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px;
        margin-top: 20px;
    }

    .banner720 img {
        width: auto;
        display: block;
    }

    .right .othersBody div:nth-child(7), .right .othersBody div:nth-child(8), .right .othersBody div:nth-child(9), .right .othersBody div:nth-child(10), .right .othersBody div:nth-child(11), .right .othersBody div:nth-child(12) {
        display: none;
    }

    .right {
        width: 680px;
        margin: 0 auto 28px;
    }

    .right > div {
        float: right;
        margin-top: 62px;
    }

    .right {
        display: none;
    }

    .right > div.socialBlockSlide:nth-child(1) {
        display: block;
    }

    .right .googleCompanion720 {
        display: block;
        margin-top: 13px;
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 100%;
    }

    .rubricText {
        padding: 0 10px 0 52px;
        height: 367px;
    }

    .otherNews .bxPager, .otherNews .bxPager li {
        width: auto;
    }

    .otherNews .bxPager a, .otherNews .bxPager a.active {
        padding: 0 !important;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 680px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .news {
        width: auto;
    }

    .news div.banner-video {
        display: none;
    }

    .news .analiticBody {
        margin-bottom: 0;
    }

    .news .analiticBody div {
        margin-bottom: 0;
    }

    .newsSignature {
        height: 383px;
    }

    .commentaryForm textarea {
        width: 588px;
    }

    .newsPage .publishing {
        margin-bottom: 34px;
    }

    .newsPage .banner {
        display: block;
    }

    .votingForm {
        float: left;
        margin-bottom: 20px;
        width: 330px;
    }

    .votingForm div {
        margin: 0 22px 20px 30px;
    }

    .newsPage .banner {
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px;
    }

    .newsPage .banner img {
        width: auto;
        display: block;
    }

    .innerBlock .analiticBody div:nth-child(3n+1) {
        clear: none;
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin: 0 20px 26px 0;
    }

    .textPage .right {
        border-top: 1px solid #f2f2f2;
        padding-top: 32px;
        margin: 32px 0 0;
    }

    .textPage .banner {
        display: block;
        float: left;
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin-top: 18px;
    }

    .textPage .banner img {
        width: auto;
        display: block;
    }

    .pictureBig {
        height: 500px;
    }

    .firstTitle {
        font-size: 31px;
        padding: 0;
        display: none!important;
    }

    .firstTitleMob {
        font-size: 31px;
        padding: 0;
        display: block!important;
    }

    .firstClarification {
        font-size: 17px;
    }

    .firstClarificationMob {
        font-size: 17px;
    }

    .firstPicture div.firstDate {
        bottom: 22px;
        display: none;
    }

    .firstDateMob {
        padding-top: 20px;
        display: block;
    }

    .socialBlock {
        margin-left: 0;
        width: 100%;
        padding: 15px 0;
        opacity: 1;
    }

    .socialBlock ul {
        width: 289px;
        margin: 0 auto;
        overflow: hidden;
    }

    .socialBlock li {
        margin: 0 0 0 15px;
        float: left;
        width: 86px;
    }

    .socialBlock li:first-child {
        margin: 0;
    }

    .socialBlockFixed {
        top: 0 !important;
    }

    .socialBlock + .interviewText {
        padding-top: 66px;
    }

    .socialBlockStatic {
        top: 10px !important;
    }

    .interviewText p.bigFont {
        font-size: 19px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .picturePack {
        width: 720px;
    }

    .picturePack img {
        width: 350px;
    }

    .picturePack img:nth-child(1) {
        margin-right: 20px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 19px;
    }

    .rightSection {
        font-size: 18px;
        line-height: 26px;
        width: 252px;
        margin: 6px 68px 84px 61px;
    }

    .rightSection p {
        margin-top: 13px;
    }

    .stickyContainer #sharedFixed ul li {
        width: 50px;
        padding-bottom: 10px;
    }

    .stickyContainer #sharedFixed ul {
        margin: 0 auto;
    }

    #extended form input[type="text"] {
        width: 91%;
    }
}

@media screen and (max-width: 760px), only screen and (max-device-width: 760px) {
    #some-element {
        display: none;
    }
}

@media screen and (max-width: 745px), only screen and (max-device-width: 745px) {
    /*.topLineBody {width: 680px;}*/
}

@media screen and (max-width: 740px), only screen and (max-device-width: 740px) {
    .interview dl:nth-child(6),
    .videoBlocks dl:nth-child(4),
    .photoreports div:nth-child(3) {
        display: none;
    }

    /* .topLineBody {width: 520px;}*/
    .logo {
        width: 520px;
        margin: 0 auto;
    }

    .logo p {
        display: none;
    }

    .topAnons {
        width: 520px;
    }

    .topAnons a {
        width: 260px;
        height: 190px;
    }

    .anonText {
        height: 175px;
    }

    .topAnons a.anonBig {
        height: 380px;
    }

    .anonBig .anonText {
        height: 365px;
    }

    .topAnons img {
        width: 110%;
    }

    .sliderMenu dd {
        width: 540px;
    }

    .sliderMenu .bx-viewport {
        width: 384px !important;
    }

    .infoBlock {
        width: 520px;
    }

    .others {
        margin: 0 12px 50px 0;
        width: 254px;
    }

    .others > div {
        width: 254px;
    }

    .analitic {
        margin-left: 266px;
    }

    /*    .analiticBody div, .analiticBody div > a, .analitic .more {width: 254px; height: auto;}*/
    .connective {
        clear: left;
    }

    .interview {
        width: 254px;
        margin-right: 12px;
    }

    .twitterPic {
        width: 254px;
        height: 474px;
    }

    .twitter {
        width: 254px;
    }

    .twitter iframe {
        width: 254px !important;
        max-width: 254px !important;
        height: 600px !important;
    }

    .projects, .projects li, .projects ul img {
        width: 208px;
        height: 252px;
    }

    .projectText {
        line-height: 259px;
        margin-top: 0;
        font-size: 14px;
    }

    .googleCompanion {
        border: none;
        padding: 0;
        margin-left: 12px;
    }

    .googlePic {
        width: 254px;
    }

    .partnerBody div {
        width: 166px;
    }

    .photoVideo > div {
        width: 520px;
    }

    .topVideoFrame {
        width: 520px;
        height: 292px;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 520px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .videoBlocks dl, .photoreports div {
        width: 254px;
        margin-left: 12px;
    }

    .publicBlock {
        width: 520px;
    }

    .redactionChoose {
        width: 520px;
    }

    .platform .platformBlocks, .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 12px;
    }

    .platformBlocks dl {
        width: 254px;
    }

    .dayPhoto > div {
        width: 520px;
    }

    .pressCenter > div {
        width: 520px;
    }

    .pressBottom {
        width: 519px;
    }

    .pressAnons li {
        width: 173px !important;
    }

    #footer {
        width: 520px;
    }

    .footerMenu {
        margin-right: 15px;
    }

    .innerPage #header {
        background: #f7f7f7;
    }

    .innerBlock {
        width: 520px;
    }

    .right .projects {
        margin-right: 12px;
    }

    .actual > div, .publishing > div {
        width: 520px;
    }

    .actual .analiticBody div, .publishing .analiticBody div {
        margin-bottom: 11px;
    }

    .actual .analiticBody div:nth-child(2n+1), .publishing .analiticBody div:nth-child(2n+1) {
        margin-right: 12px;
    }

    .right .others {
        margin-right: 12px;
    }

    .banner720 {
        padding: 0;
        border: none;
        margin-top: 12px;
    }

    .banner720 img {
        width: 254px;
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 286px;
    }

    .right {
        width: 520px;
        display: none;
    }

    .otherNews .bxPager li {
        height: 65px;
        padding: 0 1px 25px;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 520px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 289px !important;
    }

    .newsSignature {
        height: 292px;
    }

    .commentaryForm textarea {
        width: 428px;
    }

    .votingForm {
        width: 254px;
        margin-bottom: 12px;
    }

    .votingForm div {
        margin: 0 10px 13px;
    }

    .newsPage .banner {
        border: none;
        padding: 0;
    }

    .newsPage .banner img {
        width: 254px;
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin-right: 12px;
    }

    .textPage .banner {
        padding: 0;
        border: none;
    }

    .textPage .banner img {
        width: 254px;
    }

    .interviewText, .picturePack {
        width: 520px;
    }

    .picturePack img {
        width: 255px;
    }

    .picturePack img:nth-child(1) {
        margin-right: 10px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 14px;
    }

    .rightSection {
        margin: 6px 0 30px 30px;
    }

    .quotations {
        width: 492px;
    }

    .quotations dl:nth-child(2) {
        margin: 0 25px;
    }

    .popup_calendar {
        margin-left: -260px;
        width: 520px;
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .mainMenu, .logo p, .topAnons a:nth-child(2), .topAnons a:nth-child(3), .analitic .analiticBody div:nth-child(4), .others .othersDay, .othersDay + .othersBody, .twitter, .googleCompanion, .platformBlocks dl:nth-child(2), .platformBlocks dl:nth-child(3), .dayPhoto, .bxPager li:nth-child(2), .bxPager li:nth-child(3) {
        display: none;
    }

    .photoreports div:nth-child(3), .newMenu {
        display: block;
    }

    #mobileMenu {
        width: 320px;
        -webkit-box-shadow: 0 1px 3px 0 #e7e7e7;
        -moz-box-shadow: 0 1px 3px 0 #e7e7e7;
        box-shadow: 0 1px 3px 0 #e7e7e7;
    }

    #mobileMenu form div {
        width: 177px;
        margin: 0 0 0 95px;
    }

    #mobileMenu form input[type="text"] {
        float: right;
        width: 155px;
        font-size: 14px;
    }

    #mobileMenu .leftMenuBody {
        padding-left: 0;
        text-align: center;
        margin-top: 19px;
    }

    #mobileMenu .leftMenu {
        float: none;
        font-size: 13px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 6px;
        margin-bottom: 23px;
    }

    #mobileMenu .leftMenu li {
        margin-bottom: 15px;
    }

    #mobileMenu .greyMenu {
        padding: 0 0 10px;
        border-bottom: 1px solid #eaeaea;
    }

    #mobileMenu .greyMenu li {
        margin-bottom: 15px;
    }

    #mobileMenu .social {
        margin: 0 auto;
        width: 167px;
        border: none;
        padding: 6px 0 25px;
    }

    .logo {
        width: auto;
    }

    .logo a img {
        width: 218px;
    }

    .topAnons {
        margin-bottom: 17px;
    }

    .topAnons, .topAnons a.anonBig {
        width: fit-content;
    }

    .topAnons img {
        width: 100%; /*height: 185%;*/
    }

    .anonBig .anonTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .infoBlock {
        width: 90%;
    }

    .sliderMenu {
        margin-bottom: 23px;
        font-weight: 500;
        position: relative;
    }

    .sliderMenu dt {
        font-size: 15px;
        line-height: 24px;
        padding: 7px 0 12px 16px;
        float: none;
    }

    .sliderMenu dd { /*width: 290px;*/
    }

    .sliderMenu .bx-wrapper {
        font-size: 15px;
        line-height: 24px;
        overflow: visible;
    }

    .sliderMenu .bx-wrapper .bx-viewport {
        width: 100%;
        left: 0;
       /* height: 180px !important;*/
    }

    .sliderMenu .bx-wrapper li {
        background-position: 15px 19px;
        padding: 6px 10px 6px 23px;
    }

    .sliderMenu .bx-wrapper li a {
        display: inline;
        height: auto;
    }

    .sliderMenu .bx-controls {
        float: none;
        position: absolute;
        right: 0;
        top: -43px;
        width: 100%;
        padding: 8px 16px 10px 0;
    }

    .sliderMenu .bx-controls-direction a.bx-next {
        margin-left: 25px;
    }

    .sliderMenu .bx-controls-direction a.disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    .sliderMenu .bx-controls-direction {
        float: right;
    }

    .others {
        margin: 0 0 23px;
        width: 100%;
    }

    .others > div {
        width: auto;
    }

    .othersBody {
        font-size: 14px;
        line-height: 25px;
    }

    .othersBody div a .otherTime {
        font-size: 14px;
    }

    .othersBody div a .othersPrefix {
        font-size: 12px;
        padding: 2px 6px;
    }

    .analitic {
        margin: 0 0 36px;
    }

    .interview {
        width: auto;
        margin: 0;
    }

    .projectsBlock {
        margin-bottom: 23px;
    }

    .projects, .projects li, .projects ul img {
        width: 290px;
        height: 246px;
        margin: auto;
    }

    .projectText {
        line-height: 246px;
    }

    .partnerBody {
        margin-bottom: 18px;
    }

    .partnerBody div {
        margin: 0 0 16px;
        float: none;
        width: auto;
        line-height: 24px;
    }

    .partnerBody p {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .partnerBody a {
        font-size: 16px;
    }

    .photoVideo {
        padding: 23px 0 40px;
    }

    .photoVideo > div {
        width: 290px;
    }

    .topVideoFrame {
        width: 290px;
        height: 163px;
    }

    .youtubeNormal {
        display: none;
    }

    .youtube320 {
        display: inline;
    }

    .photoVideo h2 {
        margin-bottom: 33px;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        width: 290px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 161px !important;
    }

    .pressTabs {
        width: 288px !important;
    }

    .pressTabs ul {
        margin-left: -1px;
    }

    .topVideo {
        min-height: 0;
        padding-bottom: 21px;
        margin-bottom: 18px;
    }

    .jp-video-270p {
        margin-bottom: 9px;
    }

    .jp-video-play-icon {
        top: 67%;
        left: 39%;
    }

    .jp-controls button.jp-stop, .jp-toggles button.jp-repeat {
        display: none;
    }

    .jp-volume-controls {
        left: 54px;
    }

    .jp-video .jp-toggles {
        width: 53px;
    }

    .jp-duration {
        right: 13px;
    }

    .slash {
        right: 78px;
    }

    .jp-current-time {
        right: 52px;
    }

    .videoName {
        font-size: 17px;
        line-height: 27px;
    }

    .videoInfo {
        font-size: 13px;
    }

    .videoBlocks {
        padding: 0;
    }

    .videoBlocks h2 {
        margin-bottom: 13px;
    }

    .videoBlocks dl, .photoreports div {
        width: 100%;
        margin: 0;
    }

    .videoBlocks dl {
        margin-bottom: 32px;
    }

    .videoBlocks dd {
        margin-top: 10px;
    }

    .videoBlocks dt span {
        top: 72px;
        left: 120px;
    }

    .videoBlocks dd p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .videoBlocks dd div {
        font-size: 13px;
    }

    .videoBlocks + h2 {
        margin-bottom: 14px;
    }

    .photoreports {
        line-height: 23px;
        margin-bottom: 8px;
    }

    .photoreports div {
        margin-bottom: 26px;
    }

    .photoreports a {
        font-size: 15px;
    }

    .photoreports img {
        margin-bottom: 12px;
    }

    .photoreports p {
        font-size: 13px;
        margin-top: 7px;
    }

    .publicBlock {
        width: 290px;
    }

    .redactionChoose {
        width: 290px;
        height: auto;
        margin-bottom: 36px;
        background: none;
    }

    .redactionChoose:hover > img {
        opacity: 1;
    }

    .redactionTitle span {
        color: #222222;
        text-shadow: none;
    }

    .redactionRed {
        margin: 5px 0 0 5px;
    }

    .redactionTitle {
        position: static !important;
        padding: 0;
        display: block;
        margin: 10px 0 0 0;
        font-size: 17px;
        line-height: 27px;
        height: auto;
    }

    .redactionChoose span.redactionGradient, .redactionChoose span.redactionGradientHover {
        display: none;
    }

    .redactionChoose span.redactionAuthor {
        position: static;
        overflow: hidden;
        display: block;
        margin: 10px 0 0 0;
    }

    .redactionName {
        color: #333333;
        font-size: 14px;
    }

    .platform .platformBlocks {
        margin: 0;
    }

    .platformBlocks dl {
        width: 290px;
        margin-bottom: 30px;
    }

    .pressCenter > div {
        width: 290px;
    }

    .bxPager {
        display: none;
    }

    .pressTabs {
        margin-bottom: 35px;
    }

    .pressTabs dt {
        font-size: 17px;
        line-height: 27px;
    }

    .pressTabs dd div {
        font-size: 14px;
    }

    .pressTabs dd p {
        font-size: 13px;
        line-height: 21px;
    }

    .pressTabs li img {
        width: 100%;
    }

    .pressTabs li {
        width: 290px !important;
    }

    .pressCenter .more {
        display: block;
    }

    .pressBottom {
        border: none;
        width: 290px;
        padding-top: 43px;
    }

    .pressAnons .bx-wrapper .bx-viewport {
        height: auto !important;
        padding: 0;
        margin-top: 38px;
    }

    .pressAnons ul {
        line-height: 24px;
    }

    .pressAnons li {
        width: 290px !important;
        margin-bottom: 13px;
    }

    .pressAnons li div {
        font-size: 13px;
    }

    .pressAnons li p {
        font-size: 15px;
        margin: -2px 0 0;
    }

    .pressAnons .bx-controls {
        width: 72px;
        top: -37px;
    }

    #footer {
        width: 290px;
        padding-bottom: 26px;
    }

    .footerMenu {
        margin: 0 0 10px;
        float: left;
        width: 145px;
        font-size: 14px;
    }

    .footerMenu div {
        margin: 0;
        width: 130px;
        padding-right: 8px;
    }

    .footerMenu div:first-child {
        min-height: 324px;
        margin-bottom: 25px;
    }

    .footerMenu p {
        margin-bottom: 14px;
    }

    .footerMenu li {
        margin-bottom: 15px;
    }

    .footerCarte {
        width: 130px;
        float: left;
        font-size: 14px;
        min-height: 324px;
        margin-bottom: 20px;
    }

    .footerCarte li {
        margin-bottom: 15px;
    }

    .footerSocial {
        display: block;
    }

    #footer > p {
        color: #262626;
    }

    .full {
        display: block;
    }

    h1 {
        font-size: 19px;
        margin: 10px 0 10px 0;
    }

    .newsPicture h1 {
        font-size: 19px;
    }

    .innerPage #content {
        padding-top: 10px;
    }

    .innerBlock {
        width: 90%;
        margin: 0 auto;
        padding: 8px 0 8px 0;
    }

    .rest dt {
        font-size: 17px;
        padding: 1px 4px 0 0;
        color: #ed4400;
    }

    .rest dd {
        margin: 0;
    }

    .rest dd div {
        font-size: 18px;
        line-height: 27px;
    }

    .rest dd p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 7px;
    }

    .rest > a {
        background: #FFF;
    }

    .restList article figure {
        width: 100%;
    }

    .restList article section {
        margin-left: 0px;
    }

    .restList article section time {
        /* display: none; */
    }

    .restText {
        margin: 6px 0 0 !important;
    }

    .restText div {
        text-indent: 42px;
    }

    .right .projects {
        margin: 0;
    }

    .actual > div, .publishing > div {
        width: 290px;
        position: relative;
        padding-top: 33px;
    }

    .analiticMenu {
        display: none;
    }

    .analiticMobile {
        display: block;
    }

    .actual .analiticBody div, .publishing .analiticBody div {
        margin: 0 0 19px !important;
        float: none;
    }

    .actual .analiticBody div:nth-child(5), .actual .analiticBody div:nth-child(6),
    .publishing .analiticBody div:nth-child(5), .publishing .analiticBody div:nth-child(6) {
        display: none;
    }

    .analiticBody div > a {
        margin: 0;
    }

    .innerBlock .analiticBody div:nth-child(2n+1) {
        margin: 0 0 26px 0;
    }

    .banner720 {
        display: none;
    }

    .rubricPicture {
        line-height: 27px;
        height: auto;
    }

    .rubricPicture img {
        position: static;
        margin-bottom: 5px;
    }

    .rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
        display: none;
    }

    .rubricText {
        display: inline;
        padding: 0;
    }

    .rubricDate {
        color: #818181;
    }

    .rubricTitle {
        color: #222222;
        font-size: 18px;
    }

    .rubricTitle:hover {
        color: #4c79db;
    }

    .rubricPicture + dl {
        margin: 0;
    }

    .right {
        width: 290px;
        display: none;
    }

    .right .googleCompanion720 {
        display: none;
    }

    .canals, .pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
        display: block;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 290px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 161px !important;
    }

    .newsPicture span.newsGradient, .newsPicture span.newsGradientHover, .votingForm, .newsPage .banner, .newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
        display: none;
    }

    .newsPicture {
        margin-bottom: 14px;
        height: auto;
        overflow: hidden;
        background: none;
    }

    .newsImage, .newsPicture span, .newsPicture h1 {
        position: static;
        text-shadow: none;
    }

    .newsTitle {
        display: inline-block;
        color: #222222;
        padding: 3px 0 5px;
        font-size: 19px;
        line-height: 28px;
        height: auto;
    }

    .newsMetaBlock {
        overflow: visible;
        left: 0;
        padding: 0;
        position: static;
    }

    .newsMetaBlock > div {
        height: 30px;
        color: #000;
    }

    .newsName {
        color: #333;
    }

    .newsMetaBlock > .newsDate {
        margin: 0;
        background: none; /*position: absolute;*/
        left: 14px;
        top: 142px;
    }

    .newsMetaBlock > .newsViews {
        margin: 0; /*position: absolute;*/
        left: 105px;
        top: 142px;
    }

    .newsMetaBlock > .newsComments {
        margin: 0; /*position: absolute;*/
        left: 162px;
        top: 142px;
    }

    .newsText {
        border-top: 1px solid #e5e5e5;
        padding-top: 9px;
    }

    .newsPortrait {
        height: auto;
        line-height: 19px;
        margin-bottom: 14px;
        background: none;
    }

    .newsPortrait img {
        position: static;
        display: block;
        margin-bottom: 8px;
    }

    .newsSignature {
        display: inline;
        color: #b2b2b2;
        padding: 0;
    }

    .commentaryForm img {
        display: none;
    }

    .commentaryForm div {
        margin: 0;
    }

    .commentaryForm textarea {
        width: 266px;
    }

    .comments div.comment:first-child {
        border: none;
        padding: 0;
    }

    .comment > a {
        margin-right: 10px;
    }

    .comment > a img {
        width: 41px;
    }

    .comment dl {
        margin: 0;
        position: relative;
    }

    .comment dt div {
        position: absolute;
        left: 0;
        top: 46px;
    }

    .comment dd {
        margin-top: 29px;
    }

    .comment .comment {
        margin: 16px 0 0;
        padding: 11px 0 0 52px;
    }

    .right .others {
        margin: 0;
    }

    .portraitArrow {
        top: 30%;
    }

    .newsPage .publishing > div {
        padding-bottom: 5px;
    }

    .textPage .newsText {
        border: none;
    }

    .textPage .right {
        border: none;
        padding: 0;
    }

    .textPage .banner {
        display: none;
    }

    .interviewPage .mobileButton {
        margin: 14px 0 0 14px;
    }

    .interviewPage #content {
        padding: 0;
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit;
    }

    .pictureBig {
        height: 400px;
        background-attachment: inherit;
    }

    .firstTitle {
        font-size: 23px;
        padding: 0;
        bottom: 40px !important;
        display: none!important;
    }

    .firstTitleMob {
        font-size: 23px;
        padding: 0;
        bottom: 40px !important;
        display: block!important;
    }

    .firstClarification {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .firstClarificationMob {
        font-size: 15px;
    }

    .firstDateMob {
        padding-top: 20px;
        font-size: 12px;
        display: block;
    }

    .firstViews {
        margin-left: 11px;
    }

    .firstViews span {
        background-position: -79px 0;
        height: 11px;
        background-size: auto;
        width: 20px;
    }

    .interviewText {
        width: 290px;
        margin-bottom: 31px;
    }

    .interviewText > p {
        margin-bottom: 10px;
    }

    .interviewText p.bigFont {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 27px;
    }

    .italicSection {
        font-size: 17px;
        line-height: 27px;
    }

    .italicSection div {
        margin-bottom: 18px;
    }

    .italicSection div:last-child {
        margin-top: 23px;
    }

    .picturePack {
        width: 320px;
        margin-bottom: 14px;
    }

    .picturePack img, .picturePack img:nth-child(1), .picturePack img:nth-child(2) {
        width: 100%;
        margin: 0 0 10px;
    }

    h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 13px;
    }

    .rightSection {
        float: none;
        margin: 0 0 19px;
    }

    .interviewBlock > img {
        margin-bottom: 20px;
    }

    .quotations {
        width: 147px;
        margin: 26px auto 7px;
    }

    .quotations dl, .quotations dl:nth-child(2) {
        width: 147px;
        margin: 0 0 20px;
    }

    .interviewPage #mobileMenu {
        padding-top: 0;
    }

    .socialBlock {
        position: absolute;
    }

    .socialBlockSimple {
        display: block;
    }

    .socialBlockFixed {
        top: 10px !important;
    }

    #extended {
        margin: 0 0 0 7%;
    }

    #extended > a {
        margin-bottom: 14px;
    }

    .select_date_wrap {
        width: 284px;
    }

    .select_date_wrap > div.select_title {
        float: none;
        text-align: left;
        margin-bottom: 10px;
    }

    .dash {
        margin: 8px 9px 0;
    }

    .calendar .day > div, .calendar .day_name > div {
        width: 14.286%;
    }

    .calendar .day_name .no_mob {
        display: none;
    }

    .popup_calendar {
        width: 310px;
        left: 0;
        margin-left: -18px;
        overflow: hidden;
    }

    .popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
        width: 118px;
    }

    .rest > a:hover img {
        opacity: 1;
    }
}

@media screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    .topLine {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    /*    .topLineBody {width: 290px;}*/
    #mobileMenu {
        position: static;
        margin-top: 32px;
        overflow-y: scroll;
        height: 500px;
        -webkit-overflow-scrolling: touch;
    }

    .logo {
        padding-top: 70px;
    }

    .pressTabs li {
        width: 290px !important;
    }

    .interviewPage #mobileMenu {
        margin-top: -28px;
    }
}

.otherNews .pressTabs dt a:hover, .otherNews .pressTabs dt a:active, .otherNews .pressTabs dt a:focus,
.publishing .videoBlocks dd p a:hover, .publishing .videoBlocks dd p a:active, .publishing .videoBlocks dd p a:focus,
.photoreports a:hover, .photoreports a:active, .photoreports a:focus,
.analiticTitle a:hover, .analiticTitle a:active, .analiticTitle a:focus,
#extended > a:hover, #extended > a:active, #extended > a:focus {
    color: #4c79db;
}

.leftMenu a, .greyMenu a, .mainMenu a, .language a, .sliderMenu .bx-wrapper li a, .othersBody div a, .analiticName a, .more a, .interview dd div a,
.interview dd p a, .videoName a, .videoBlocks dd p a, .photoreports a, .platformBlocks dt p a, .bxPager a, .pressTabs dt a, .pressAnons li a, .footerCarte a,
.footerMenu a, .design a, .more div, .newMenu a, .analiticMobile > li, .analiticMenu a, .rest dd div a, .restText div a, .rubricTitle, .rest dd p a, .restText p a,
.topAnons img, .analiticBody img, .redactionChoose > img, .newsImage, .newsPortrait img, .photoreports img, .platformBlocks dt img, .analiticTitle a, #extended > a,
.rest > a img {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/*::selection { background: #d8e4ff; }*/
::-moz-selection {
    background: #d8e4ff;
}

@media screen and (min-width: 540px) {
    .socialBlockStaticBottom {
        position: absolute;
        bottom: -60px;
    }
}

/* PRESS YT */

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

    .pressVideoFrame {
        height: 354px;
        width: 633px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 630px;
    }

}

@media (max-width: 989px) and (min-width: 840px) {

    .pressVideoFrame {
        height: 304px;
        width: 540px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 540px;
    }

}

@media (max-width: 839px) and (min-width: 740px) {

    .pressVideoFrame {
        height: 382px;
        width: 680px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 680px;
    }

}

@media (max-width: 739px) and (min-width: 540px) {

    .pressVideoFrame {
        height: 292px;
        width: 520px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 520px;
    }

}

@media (max-width: 539px) and (min-width: 320px) {
    .pressVideoFrame {
        height: 163px;
        width: 290px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 290px;
    }
}

/* LANG */

@media screen and (min-width: 1200px) {
    .language {
        display: block;
    }

}

@media (max-width: 1200px) and (min-width: 320px) {
    .language {
        display: block;
    }

    /*
    .language
    { display: none; }
*/
}

/* SUB MENU */

.submenu {
    /*opacity: 0;*/
    display: none;
    background: white;
    position: absolute;
    top: 42px;
    left: 162px;
    padding: 12px;
    width: 130px;
    -webkit-box-shadow: inset 0 0 3px 1px #e7e7e7;
    -moz-box-shadow: inset 0 0 3px 1px #e7e7e7;
    box-shadow: inset 0 0 3px 1px #e7e7e7;
    /*z-index: 2;*/
}

/* Video block  */

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

/* ADS */
.banner970 {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 15px;
}

.bannerReturned {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 35px;
    height: 65px;
    max-height: 100px;

}

.nas100mln {
    background-image: url('/img/nas100mln.svg');
    background-repeat: no-repeat;
    background-color: #ddd;
    height: 65px;
    width: 300px;
}

.europafm {
    background-image: url('/img/europa.fm.png');
    background-repeat: no-repeat;
    /*background-color: #ddd;*/
    height: 60px;
    width: 187px;
}

.nas100mln_eng {
    background-position: 65px -124px;
}

.nas100mln_rus {
    background-position: 65px 0;
}

.nas100mln_ukr {
    background-position: 65px -62px;
}

.europafm_eng {
    background-position: 0px -124px;
}

.europafm_rus {
    background-position: 0px 0px;
}

.europafm_ukr {
    background-position: 0px -62px;
}

.banner-video {
    position: relative;

}

.banner-video iframe,
.banner-video object,
.banner-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .banner970 {
        display: none;
    }
}

/* VideoNews UA-TV */
.video_news img {
    display: table;
    margin: 0 0 5px 0;
    width: 100%;
}

.video_news a {
    display: table;
}

/* BIG Photo anon */

.topAnons a.oneanon {
    height: auto;
    width: 100% !important;
    float: left;
    position: relative;
    text-decoration: none;
    background: black;
    max-width: 100% !important;
    border: none;
}

.topAnons a.oneanon img {
    position: static;
    width: 100% !important;
    height: auto;
    max-width: 100%;
}

.topAnons a.oneanon .anonText_big {
    position: absolute;
    padding: 0 40px;
    bottom: 40px;
    height: auto;
    width: 95%;
}

.topAnons a.oneanon .anonTitle_big {
    font-size: 40px;
    font-weight: normal;
    color: white;
    display: block;
    line-height: 52px;
    margin-bottom: 5px;
    width: 99%;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

/* preloader animation */
#circleG {
    width: 100%;
    height: 36px;
    text-align: center;
    background-color: white;
}

#circleG ul {
    width: 86px;
    list-style: none;
    margin: 9px auto;
    padding: 0;
}

#circleG li {
    background-color: rgb(255, 255, 255);
    float: left;
    height: 18px;
    width: 18px !important;
    margin-left: 10px;
    animation-name: bounce_circleG;
    animation-duration: 1.8475s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    border-radius: 12px;
}

#circleG li:nth-child(1) {
    animation-delay: 0.3695s;
}

#circleG li:nth-child(2) {
    animation-delay: 0.8655s;
}

#circleG li:nth-child(3) {
    animation-delay: 1.1085s;
}

@keyframes bounce_circleG {
    0% {
    }
    50% {
        background-color: rgb(246, 195, 18);
    }
    100% {
    }
}


img.pixel {width:1px;height: 1px;}

/* preloader animation */
@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .topAnons a.oneanon .anonText_big {
        padding: 0 25px;
        bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    #SinoptikInformer {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .publishing {
        display: none !important;
    }
}

/* new style for blog author page */
.spoiler-container {
    height: 50px; /* Початкова висота */
    overflow: hidden; /* Приховує зайвий контент */
    transition: height 0.3s ease; /* Плавна анімація */
    margin-bottom: 10px; /* Відступ між текстом і кнопкою */
}
.spoiler-btn {
    font-size: 10px;
    cursor: pointer;
    color: #9c9c9c;
    text-decoration: none;
    text-align: right;
    display: block;
    margin-top: -25px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
}
.spoiler-btn:hover {
    color: #888888;
}

.blog-author-info {
    width: 100%;
    display: flex;
}

.blog-author-img {
    min-width: 80px;
    display: inline-block;
}

.blog-author-img img {
    max-width: 100%;
    border-radius: 50%;
}

.blog-author-about {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 50px;
}

.blog-author-about h1 {
    padding: 0px !important;
}

.blog-author-about dd {
    margin-left: 0px;
}

@media screen and (max-width: 840px) {
    .blog-author-info {
        display: block;
    }

    .blog-author-img {
        width: 100% !important;
    }

    .blog-author-about {
        width: 100% !important;
        padding-left: 0px;
        margin-top: 15px;
    }

    .blog-author-img img {
        max-width: 100% !important;
    }
}
/* end new style */
.tos-wrapper a {
    outline: 0 none;
}

.tos-noanimation {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
}

.tos-fastanimation {
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    -ms-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
    -webkit-transition-timing-function: ease-out !important;
    -moz-transition-timing-function: ease-out !important;
    -ms-transition-timing-function: ease-out !important;
    -o-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.tos-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tos-wrapper.tos-opened {
    display: block;
}

.tos-wrapper.tos-opening {
    opacity: 1;
}

.tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}

.tos-wrapper.tos-inline {
    position: relative;
}

.tos-slider {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.tos-wrapper.tos-fx-slide .tos-slider {
    left: 0;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
    position: absolute;
}

.tos-wrapper.tos-fx-fade .tos-slider {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.tos-uibg {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
    opacity: 1;
}

.tos-slide.tos-image, .tos-slide.tos-loading {
    line-height: 1px;
}

.tos-slide {
    -webkit-overflow-scrolling: touch;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tos-slide.tos-html {
    overflow: auto;
}

.tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.tos-slide.tos-loading > * {
    opacity: 0;
}

.tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.tos-slide > * {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.tos-slide.tos-html > div {
    -webkit-overflow-scrolling: touch;
}

.tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
    box-sizing: border-box;
    display: inline-block;
}

.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(0, 0, 0, 0.85);
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide.tos-image,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide.tos-loading {
    padding: 20px;
}

.tos-prev,
.tos-next,
.tos-close {
    opacity: 0;
    display: block;
    width: 35px;
    position: absolute;
    z-index: 100;
    background: url(/img/newsSlider.png) no-repeat;
    background-size: 92px auto;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer;
}

.tos-prev,
.tos-next {
    height: 66px;
    margin-top: -40px;
    top: 50%;
}

.tos-prev.tos-disabled,
.tos-next.tos-disabled {
    cursor: default;
}

.tos-prev {
    left: 20px;
}

.tos-next {
    right: 20px;
    background-position: -34px 0;

}

.tos-close {
    background-position: -69px 0;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
}

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
    opacity: 0.5;
}

.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 1;
}

.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide.tos-image, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-image,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide.tos-loading, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide.tos-loading, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide.tos-loading {
    padding-left: 80px;
    padding-right: 80px;
}

.tos-inline {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: inline-block;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.tos-inline.tos-prev {
    margin-right: -60px;
}

.tos-inline.tos-next {
    margin-left: -60px;
}

.tos-loading .tos-inline {
    opacity: 0 !important;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.tos-caption {
    top: 31px;
    left: 12%;
    font-size: 13px;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 90%;
    position: absolute;
    z-index: 1;
}

.tos-caption:after {
    content: '';
    display: block;
    clear: both;
}

.tos-caption > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
    opacity: 1;
}

.tos-wrapper.tos-has-caption .tos-uibg {
    height: 100px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
    padding-bottom: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 40px;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    height: 80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 200px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 60px;
    font-size: 45px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    height: 120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 300px;
}

.tos-wrapper.tos-fx-slide .tos-slider {
    -webkit-transition-property: left, margin;
    -moz-transition-property: left, margin;
    -ms-transition-property: left, margin;
    -o-transition-property: left, margin;
    transition-property: left, margin;
}

.tos-pagination {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 12%;
    z-index: 1;
}

.tos-pagination a {
    opacity: 0.5;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: inline-block;
}

.tos-pagination a:hover, .tos-pagination a:active, .tos-pagination a:focus {
    opacity: 0.9;
}

.tos-pagination a.tos-selected {
    opacity: 1;
}

.tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2);
}

.tos-pagination.tos-bullets a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.tos-pagination.tos-bullets a.tos-selected {
    background-color: rgba(255, 255, 255, 0.9);
}

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
    opacity: 1;
}

.tos-wrapper .tos-pagination:before, .tos-wrapper .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
}

.tos-wrapper.tos-has-bullets .tos-pagination {
    height: 30px;
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.tos-wrapper.tos-has-bullets .tos-caption {
    bottom: 30px;
}

.tos-wrapper.tos-has-bullets .tos-uibg {
    height: 90px;
}

.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 130px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination {
    height: 90px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 90px;
    height: 62px;
    margin-right: 11px;
}

.tos-wrapper.tos-has-thumbnails .tos-uibg {
    height: 130px;
}

.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 170px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
    padding-bottom: 50px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
    padding-bottom: 80px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
    padding-bottom: 90px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
    padding-bottom: 120px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 180px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 140px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 140px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 340px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 30px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 90px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 90px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 270px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 210px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 210px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 510px;
}

.tos-slide .tos-html {
    -webkit-overflow-scrolling: touch;
}

.tos-play {
    background: black;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
    opacity: 0.5;
}

.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9;
}

.tos-wrapper .tos-play {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin: -40px;
}

.tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 160px;
    width: 160px;
    height: 160px;
    margin: -80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 240px;
    width: 240px;
    height: 240px;
    margin: -120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px;
}

.sliderShare {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    top: 31px;
    right: 13%;
    color: white;
}

.sliderShare span {
    float: left;
    margin-top: 1px;
}

.sliderShare a {
    background: url(/img/facebook.svg) -232px -214px no-repeat;
    background-size: 514px auto;
    width: 10px;
    height: 19px;
    float: left;
    margin-left: 15px;
}

.sliderShare a.facebook:hover {
    background-position: -232px -233px;
    margin-top: 1px;
    height: 18px;

}

.sliderShare a.twitterShare {
    width: 19px;
    background: url(/img/twitter.svg) -243px -243px no-repeat;
    background-size: 504px auto;
    height: 16px;
    margin-top: 2px;
}

.sliderShare a.twitterShare:hover {
    background-position: -243px -259px;
}

.sliderShare a.google {
    width: 20px;
    background: url(/img/g+.svg) -236px -235px no-repeat;
    background-size: 491px auto;
}

.sliderShare a.google:hover {
    background-position: -236px -254px;
}

.tos-desktop .tos-wrapper:hover .sliderShare,
.tos-touch .tos-wrapper.tos-hover .sliderShare {
    opacity: 1;
}


@media screen and (max-width: 990px),
only screen and (max-device-width: 990px) {
    .tos-caption {left: 0; top: 62px; text-align: center; padding: 0 3%;}
    .tos-pagination {left: 0; text-align: center;}
    .sliderShare {top: 22px;}
}
@media screen and (max-width: 540px),
only screen and (max-device-width: 540px) {
    .sliderShare {right: 23%; display: none;}
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.comf
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/*  fa demo-icon icon-instagram faa-tada animated-hover faa-fast */
@font-face
{
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;

    src: url('/fonts/icons.eot') format('embedded-opentype'),
    url('/fonts/icons.woff2') format('woff2'),
    url('/fonts/icons.woff') format('woff'),
    url('/fonts/icons.ttf') format('truetype'),
    url('/fonts/icons.svg#fontawesomeregular') format('svg');
}



.icon-eye:before { content: '\e800'; }
.icon-mail:before { content: '\e801'; }
.icon-home:before { content: '\e802'; }
.icon-pinterest:before { content: '\e803'; }
.icon-globe:before { content: '\e804'; }
.icon-search:before { content: '\e805'; }
.icon-spin4:before { content: '\e834'; }
.icon-twitter:before { content: '\f058'; }
.icon-facebook-1:before { content: '\f09a'; }
.icon-rss:before { content: '\f09e'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-telegram:before { content: '\f2c6'; }
.icon-instagram:before { content: '\f32d'; }




.fa
{
    display: inline-block;
    font: normal normal normal 14px/1 icons;
    font-size: inherit;
    moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    webkit-font-smoothing: antialiased;
}




/**********************************/


/*
@font-face {
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
}
*/
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.fa-lg
{
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-2x
{
    font-size: 2em;
}
.fa-3x
{
    font-size: 3em;
}
.fa-4x
{
    font-size: 4em;
}
.fa-5x
{
    font-size: 5em;
}
.fa-fw
{
    text-align: center;
    width: 1.28571429em;
}
.fa-ul
{
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}
.fa-ul>li
{
    position: relative;
}
.fa-li
{
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em;
}
.fa-li.fa-lg
{
    left: -1.85714286em;
}
.fa-border
{
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left
{
    float: left;
}
.fa-pull-right
{
    float: right;
}
.fa.fa-pull-left
{
    margin-right: .3em;
}
.fa.fa-pull-right
{
    margin-left: .3em;
}
.pull-right
{
    float: right;
}
.pull-left
{
    float: left;
}
.fa.pull-left
{
    margin-right: .3em;
}
.fa.pull-right
{
    margin-left: .3em;
}
.fa-spin
{
    animation: fa-spin 2s infinite linear;
    webkit-animation: fa-spin 2s infinite linear;
}
.fa-pulse
{
    animation: fa-spin 1s infinite steps(8);
    webkit-animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin
{
    0%
    {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}
@keyframes fa-spin
{
    0%
    {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}
.fa-rotate-90
{
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    ms-transform: rotate(90deg);
    transform: rotate(90deg);
    webkit-transform: rotate(90deg);
}
.fa-rotate-180
{
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    ms-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg);
}
.fa-rotate-270
{
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    ms-transform: rotate(270deg);
    transform: rotate(270deg);
    webkit-transform: rotate(270deg);
}
.fa-flip-horizontal
{
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    webkit-transform: scale(-1, 1);
}
.fa-flip-vertical
{
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    ms-transform: scale(1, -1);
    transform: scale(1, -1);
    webkit-transform: scale(1, -1);
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical
{
    filter: none;
}
.fa-stack
{
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x,.fa-stack-2x
{
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x
{
    line-height: inherit;
}
.fa-stack-2x
{
    font-size: 2em;
}
.fa-inverse
{
    color: #fff;
}

/*

.fa-glass:before
{
    content: "\f000";
}
.fa-music:before
{
    content: "\f001";
}
.fa-search:before
{
    content: "\f002";
}
.fa-envelope-o:before
{
    content: "\f003";
}
.fa-heart:before
{
    content: "\f004";
}
.fa-star:before
{
    content: "\f005";
}
.fa-star-o:before
{
    content: "\f006";
}
.fa-user:before
{
    content: "\f007";
}
.fa-film:before
{
    content: "\f008";
}
.fa-th-large:before
{
    content: "\f009";
}
.fa-th:before
{
    content: "\f00a";
}
.fa-th-list:before
{
    content: "\f00b";
}
.fa-check:before
{
    content: "\f00c";
}
.fa-remove:before,.fa-close:before,.fa-times:before
{
    content: "\f00d";
}
.fa-search-plus:before
{
    content: "\f00e";
}
.fa-search-minus:before
{
    content: "\f010";
}
.fa-power-off:before
{
    content: "\f011";
}
.fa-signal:before
{
    content: "\f012";
}
.fa-gear:before,.fa-cog:before
{
    content: "\f013";
}
.fa-trash-o:before
{
    content: "\f014";
}
.fa-home:before
{
    content: "\f015";
}
.fa-file-o:before
{
    content: "\f016";
}
.fa-clock-o:before
{
    content: "\f017";
}
.fa-road:before
{
    content: "\f018";
}
.fa-download:before
{
    content: "\f019";
}
.fa-arrow-circle-o-down:before
{
    content: "\f01a";
}
.fa-arrow-circle-o-up:before
{
    content: "\f01b";
}
.fa-inbox:before
{
    content: "\f01c";
}
.fa-play-circle-o:before
{
    content: "\f01d";
}
.fa-rotate-right:before,.fa-repeat:before
{
    content: "\f01e";
}
.fa-refresh:before
{
    content: "\f021";
}
.fa-list-alt:before
{
    content: "\f022";
}
.fa-lock:before
{
    content: "\f023";
}
.fa-flag:before
{
    content: "\f024";
}
.fa-headphones:before
{
    content: "\f025";
}
.fa-volume-off:before
{
    content: "\f026";
}
.fa-volume-down:before
{
    content: "\f027";
}
.fa-volume-up:before
{
    content: "\f028";
}
.fa-qrcode:before
{
    content: "\f029";
}
.fa-barcode:before
{
    content: "\f02a";
}
.fa-tag:before
{
    content: "\f02b";
}
.fa-tags:before
{
    content: "\f02c";
}
.fa-book:before
{
    content: "\f02d";
}
.fa-bookmark:before
{
    content: "\f02e";
}
.fa-print:before
{
    content: "\f02f";
}
.fa-camera:before
{
    content: "\f030";
}
.fa-font:before
{
    content: "\f031";
}
.fa-bold:before
{
    content: "\f032";
}
.fa-italic:before
{
    content: "\f033";
}
.fa-text-height:before
{
    content: "\f034";
}
.fa-text-width:before
{
    content: "\f035";
}
.fa-align-left:before
{
    content: "\f036";
}
.fa-align-center:before
{
    content: "\f037";
}
.fa-align-right:before
{
    content: "\f038";
}
.fa-align-justify:before
{
    content: "\f039";
}
.fa-list:before
{
    content: "\f03a";
}
.fa-dedent:before,.fa-outdent:before
{
    content: "\f03b";
}
.fa-indent:before
{
    content: "\f03c";
}
.fa-video-camera:before
{
    content: "\f03d";
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before
{
    content: "\f03e";
}
.fa-pencil:before
{
    content: "\f040";
}
.fa-map-marker:before
{
    content: "\f041";
}
.fa-adjust:before
{
    content: "\f042";
}
.fa-tint:before
{
    content: "\f043";
}
.fa-edit:before,.fa-pencil-square-o:before
{
    content: "\f044";
}
.fa-share-square-o:before
{
    content: "\f045";
}
.fa-check-square-o:before
{
    content: "\f046";
}
.fa-arrows:before
{
    content: "\f047";
}
.fa-step-backward:before
{
    content: "\f048";
}
.fa-fast-backward:before
{
    content: "\f049";
}
.fa-backward:before
{
    content: "\f04a";
}
.fa-play:before
{
    content: "\f04b";
}
.fa-pause:before
{
    content: "\f04c";
}
.fa-stop:before
{
    content: "\f04d";
}
.fa-forward:before
{
    content: "\f04e";
}
.fa-fast-forward:before
{
    content: "\f050";
}
.fa-step-forward:before
{
    content: "\f051";
}
.fa-eject:before
{
    content: "\f052";
}
.fa-chevron-left:before
{
    content: "\f053";
}
.fa-chevron-right:before
{
    content: "\f054";
}
.fa-plus-circle:before
{
    content: "\f055";
}
.fa-minus-circle:before
{
    content: "\f056";
}
.fa-times-circle:before
{
    content: "\f057";
}
.fa-check-circle:before
{
    content: "\f058";
}
.fa-question-circle:before
{
    content: "\f059";
}
.fa-info-circle:before
{
    content: "\f05a";
}
.fa-crosshairs:before
{
    content: "\f05b";
}
.fa-times-circle-o:before
{
    content: "\f05c";
}
.fa-check-circle-o:before
{
    content: "\f05d";
}
.fa-ban:before
{
    content: "\f05e";
}
.fa-arrow-left:before
{
    content: "\f060";
}
.fa-arrow-right:before
{
    content: "\f061";
}
.fa-arrow-up:before
{
    content: "\f062";
}
.fa-arrow-down:before
{
    content: "\f063";
}
.fa-mail-forward:before,.fa-share:before
{
    content: "\f064";
}
.fa-expand:before
{
    content: "\f065";
}
.fa-compress:before
{
    content: "\f066";
}
.fa-plus:before
{
    content: "\f067";
}
.fa-minus:before
{
    content: "\f068";
}
.fa-asterisk:before
{
    content: "\f069";
}
.fa-exclamation-circle:before
{
    content: "\f06a";
}
.fa-gift:before
{
    content: "\f06b";
}
.fa-leaf:before
{
    content: "\f06c";
}
.fa-fire:before
{
    content: "\f06d";
}
.fa-eye:before
{
    content: "\f06e";
}
.fa-eye-slash:before
{
    content: "\f070";
}
.fa-warning:before,.fa-exclamation-triangle:before
{
    content: "\f071";
}
.fa-plane:before
{
    content: "\f072";
}
.fa-calendar:before
{
    content: "\f073";
}
.fa-random:before
{
    content: "\f074";
}
.fa-comment:before
{
    content: "\f075";
}
.fa-magnet:before
{
    content: "\f076";
}
.fa-chevron-up:before
{
    content: "\f077";
}
.fa-chevron-down:before
{
    content: "\f078";
}
.fa-retweet:before
{
    content: "\f079";
}
.fa-shopping-cart:before
{
    content: "\f07a";
}
.fa-folder:before
{
    content: "\f07b";
}
.fa-folder-open:before
{
    content: "\f07c";
}
.fa-arrows-v:before
{
    content: "\f07d";
}
.fa-arrows-h:before
{
    content: "\f07e";
}
.fa-bar-chart-o:before,.fa-bar-chart:before
{
    content: "\f080";
}
.fa-twitter-square:before
{
    content: "\f081";
}
.fa-facebook-square:before
{
    content: "\f082";
}
.fa-camera-retro:before
{
    content: "\f083";
}
.fa-key:before
{
    content: "\f084";
}
.fa-gears:before,.fa-cogs:before
{
    content: "\f085";
}
.fa-comments:before
{
    content: "\f086";
}
.fa-thumbs-o-up:before
{
    content: "\f087";
}
.fa-thumbs-o-down:before
{
    content: "\f088";
}
.fa-star-half:before
{
    content: "\f089";
}
.fa-heart-o:before
{
    content: "\f08a";
}
.fa-sign-out:before
{
    content: "\f08b";
}
.fa-linkedin-square:before
{
    content: "\f08c";
}
.fa-thumb-tack:before
{
    content: "\f08d";
}
.fa-external-link:before
{
    content: "\f08e";
}
.fa-sign-in:before
{
    content: "\f090";
}
.fa-trophy:before
{
    content: "\f091";
}
.fa-github-square:before
{
    content: "\f092";
}
.fa-upload:before
{
    content: "\f093";
}
.fa-lemon-o:before
{
    content: "\f094";
}
.fa-phone:before
{
    content: "\f095";
}
.fa-square-o:before
{
    content: "\f096";
}
.fa-bookmark-o:before
{
    content: "\f097";
}
.fa-phone-square:before
{
    content: "\f098";
}
.fa-twitter:before
{
    content: "\f099";
}
.fa-facebook-f:before,.fa-facebook:before
{
    content: "\f09a";
}
.fa-github:before
{
    content: "\f09b";
}
.fa-unlock:before
{
    content: "\f09c";
}
.fa-credit-card:before
{
    content: "\f09d";
}
.fa-feed:before,.fa-rss:before
{
    content: "\f09e";
}
.fa-hdd-o:before
{
    content: "\f0a0";
}
.fa-bullhorn:before
{
    content: "\f0a1";
}
.fa-bell:before
{
    content: "\f0f3";
}
.fa-certificate:before
{
    content: "\f0a3";
}
.fa-hand-o-right:before
{
    content: "\f0a4";
}
.fa-hand-o-left:before
{
    content: "\f0a5";
}
.fa-hand-o-up:before
{
    content: "\f0a6";
}
.fa-hand-o-down:before
{
    content: "\f0a7";
}
.fa-arrow-circle-left:before
{
    content: "\f0a8";
}
.fa-arrow-circle-right:before
{
    content: "\f0a9";
}
.fa-arrow-circle-up:before
{
    content: "\f0aa";
}
.fa-arrow-circle-down:before
{
    content: "\f0ab";
}
.fa-globe:before
{
    content: "\f0ac";
}
.fa-wrench:before
{
    content: "\f0ad";
}
.fa-tasks:before
{
    content: "\f0ae";
}
.fa-filter:before
{
    content: "\f0b0";
}
.fa-briefcase:before
{
    content: "\f0b1";
}
.fa-arrows-alt:before
{
    content: "\f0b2";
}
.fa-group:before,.fa-users:before
{
    content: "\f0c0";
}
.fa-chain:before,.fa-link:before
{
    content: "\f0c1";
}
.fa-cloud:before
{
    content: "\f0c2";
}
.fa-flask:before
{
    content: "\f0c3";
}
.fa-cut:before,.fa-scissors:before
{
    content: "\f0c4";
}
.fa-copy:before,.fa-files-o:before
{
    content: "\f0c5";
}
.fa-paperclip:before
{
    content: "\f0c6";
}
.fa-save:before,.fa-floppy-o:before
{
    content: "\f0c7";
}
.fa-square:before
{
    content: "\f0c8";
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before
{
    content: "\f0c9";
}
.fa-list-ul:before
{
    content: "\f0ca";
}
.fa-list-ol:before
{
    content: "\f0cb";
}
.fa-strikethrough:before
{
    content: "\f0cc";
}
.fa-underline:before
{
    content: "\f0cd";
}
.fa-table:before
{
    content: "\f0ce";
}
.fa-magic:before
{
    content: "\f0d0";
}
.fa-truck:before
{
    content: "\f0d1";
}
.fa-pinterest:before
{
    content: "\f0d2";
}
.fa-pinterest-square:before
{
    content: "\f0d3";
}
.fa-google-plus-square:before
{
    content: "\f0d4";
}
.fa-google-plus:before
{
    content: "\f0d5";
}
.fa-money:before
{
    content: "\f0d6";
}
.fa-caret-down:before
{
    content: "\f0d7";
}
.fa-caret-up:before
{
    content: "\f0d8";
}
.fa-caret-left:before
{
    content: "\f0d9";
}
.fa-caret-right:before
{
    content: "\f0da";
}
.fa-columns:before
{
    content: "\f0db";
}
.fa-unsorted:before,.fa-sort:before
{
    content: "\f0dc";
}
.fa-sort-down:before,.fa-sort-desc:before
{
    content: "\f0dd";
}
.fa-sort-up:before,.fa-sort-asc:before
{
    content: "\f0de";
}
.fa-envelope:before
{
    content: "\f0e0";
}
.fa-linkedin:before
{
    content: "\f0e1";
}
.fa-rotate-left:before,.fa-undo:before
{
    content: "\f0e2";
}
.fa-legal:before,.fa-gavel:before
{
    content: "\f0e3";
}
.fa-dashboard:before,.fa-tachometer:before
{
    content: "\f0e4";
}
.fa-comment-o:before
{
    content: "\f0e5";
}
.fa-comments-o:before
{
    content: "\f0e6";
}
.fa-flash:before,.fa-bolt:before
{
    content: "\f0e7";
}
.fa-sitemap:before
{
    content: "\f0e8";
}
.fa-umbrella:before
{
    content: "\f0e9";
}
.fa-paste:before,.fa-clipboard:before
{
    content: "\f0ea";
}
.fa-lightbulb-o:before
{
    content: "\f0eb";
}
.fa-exchange:before
{
    content: "\f0ec";
}
.fa-cloud-download:before
{
    content: "\f0ed";
}
.fa-cloud-upload:before
{
    content: "\f0ee";
}
.fa-user-md:before
{
    content: "\f0f0";
}
.fa-stethoscope:before
{
    content: "\f0f1";
}
.fa-suitcase:before
{
    content: "\f0f2";
}
.fa-bell-o:before
{
    content: "\f0a2";
}
.fa-coffee:before
{
    content: "\f0f4";
}
.fa-cutlery:before
{
    content: "\f0f5";
}
.fa-file-text-o:before
{
    content: "\f0f6";
}
.fa-building-o:before
{
    content: "\f0f7";
}
.fa-hospital-o:before
{
    content: "\f0f8";
}
.fa-ambulance:before
{
    content: "\f0f9";
}
.fa-medkit:before
{
    content: "\f0fa";
}
.fa-fighter-jet:before
{
    content: "\f0fb";
}
.fa-beer:before
{
    content: "\f0fc";
}
.fa-h-square:before
{
    content: "\f0fd";
}
.fa-plus-square:before
{
    content: "\f0fe";
}
.fa-angle-double-left:before
{
    content: "\f100";
}
.fa-angle-double-right:before
{
    content: "\f101";
}
.fa-angle-double-up:before
{
    content: "\f102";
}
.fa-angle-double-down:before
{
    content: "\f103";
}
.fa-angle-left:before
{
    content: "\f104";
}
.fa-angle-right:before
{
    content: "\f105";
}
.fa-angle-up:before
{
    content: "\f106";
}
.fa-angle-down:before
{
    content: "\f107";
}
.fa-desktop:before
{
    content: "\f108";
}
.fa-laptop:before
{
    content: "\f109";
}
.fa-tablet:before
{
    content: "\f10a";
}
.fa-mobile-phone:before,.fa-mobile:before
{
    content: "\f10b";
}
.fa-circle-o:before
{
    content: "\f10c";
}
.fa-quote-left:before
{
    content: "\f10d";
}
.fa-quote-right:before
{
    content: "\f10e";
}
.fa-spinner:before
{
    content: "\f110";
}
.fa-circle:before
{
    content: "\f111";
}
.fa-mail-reply:before,.fa-reply:before
{
    content: "\f112";
}
.fa-github-alt:before
{
    content: "\f113";
}
.fa-folder-o:before
{
    content: "\f114";
}
.fa-folder-open-o:before
{
    content: "\f115";
}
.fa-smile-o:before
{
    content: "\f118";
}
.fa-frown-o:before
{
    content: "\f119";
}
.fa-meh-o:before
{
    content: "\f11a";
}
.fa-gamepad:before
{
    content: "\f11b";
}
.fa-keyboard-o:before
{
    content: "\f11c";
}
.fa-flag-o:before
{
    content: "\f11d";
}
.fa-flag-checkered:before
{
    content: "\f11e";
}
.fa-terminal:before
{
    content: "\f120";
}
.fa-code:before
{
    content: "\f121";
}
.fa-mail-reply-all:before,.fa-reply-all:before
{
    content: "\f122";
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before
{
    content: "\f123";
}
.fa-location-arrow:before
{
    content: "\f124";
}
.fa-crop:before
{
    content: "\f125";
}
.fa-code-fork:before
{
    content: "\f126";
}
.fa-unlink:before,.fa-chain-broken:before
{
    content: "\f127";
}
.fa-question:before
{
    content: "\f128";
}
.fa-info:before
{
    content: "\f129";
}
.fa-exclamation:before
{
    content: "\f12a";
}
.fa-superscript:before
{
    content: "\f12b";
}
.fa-subscript:before
{
    content: "\f12c";
}
.fa-eraser:before
{
    content: "\f12d";
}
.fa-puzzle-piece:before
{
    content: "\f12e";
}
.fa-microphone:before
{
    content: "\f130";
}
.fa-microphone-slash:before
{
    content: "\f131";
}
.fa-shield:before
{
    content: "\f132";
}
.fa-calendar-o:before
{
    content: "\f133";
}
.fa-fire-extinguisher:before
{
    content: "\f134";
}
.fa-rocket:before
{
    content: "\f135";
}
.fa-maxcdn:before
{
    content: "\f136";
}
.fa-chevron-circle-left:before
{
    content: "\f137";
}
.fa-chevron-circle-right:before
{
    content: "\f138";
}
.fa-chevron-circle-up:before
{
    content: "\f139";
}
.fa-chevron-circle-down:before
{
    content: "\f13a";
}
.fa-html5:before
{
    content: "\f13b";
}
.fa-css3:before
{
    content: "\f13c";
}
.fa-anchor:before
{
    content: "\f13d";
}
.fa-unlock-alt:before
{
    content: "\f13e";
}
.fa-bullseye:before
{
    content: "\f140";
}
.fa-ellipsis-h:before
{
    content: "\f141";
}
.fa-ellipsis-v:before
{
    content: "\f142";
}
.fa-rss-square:before
{
    content: "\f143";
}
.fa-play-circle:before
{
    content: "\f144";
}
.fa-ticket:before
{
    content: "\f145";
}
.fa-minus-square:before
{
    content: "\f146";
}
.fa-minus-square-o:before
{
    content: "\f147";
}
.fa-level-up:before
{
    content: "\f148";
}
.fa-level-down:before
{
    content: "\f149";
}
.fa-check-square:before
{
    content: "\f14a";
}
.fa-pencil-square:before
{
    content: "\f14b";
}
.fa-external-link-square:before
{
    content: "\f14c";
}
.fa-share-square:before
{
    content: "\f14d";
}
.fa-compass:before
{
    content: "\f14e";
}
.fa-toggle-down:before,.fa-caret-square-o-down:before
{
    content: "\f150";
}
.fa-toggle-up:before,.fa-caret-square-o-up:before
{
    content: "\f151";
}
.fa-toggle-right:before,.fa-caret-square-o-right:before
{
    content: "\f152";
}
.fa-euro:before,.fa-eur:before
{
    content: "\f153";
}
.fa-gbp:before
{
    content: "\f154";
}
.fa-dollar:before,.fa-usd:before
{
    content: "\f155";
}
.fa-rupee:before,.fa-inr:before
{
    content: "\f156";
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before
{
    content: "\f157";
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before
{
    content: "\f158";
}
.fa-won:before,.fa-krw:before
{
    content: "\f159";
}
.fa-bitcoin:before,.fa-btc:before
{
    content: "\f15a";
}
.fa-file:before
{
    content: "\f15b";
}
.fa-file-text:before
{
    content: "\f15c";
}
.fa-sort-alpha-asc:before
{
    content: "\f15d";
}
.fa-sort-alpha-desc:before
{
    content: "\f15e";
}
.fa-sort-amount-asc:before
{
    content: "\f160";
}
.fa-sort-amount-desc:before
{
    content: "\f161";
}
.fa-sort-numeric-asc:before
{
    content: "\f162";
}
.fa-sort-numeric-desc:before
{
    content: "\f163";
}
.fa-thumbs-up:before
{
    content: "\f164";
}
.fa-thumbs-down:before
{
    content: "\f165";
}
.fa-youtube-square:before
{
    content: "\f166";
}
.fa-youtube:before
{
    content: "\f167";
}
.fa-xing:before
{
    content: "\f168";
}
.fa-xing-square:before
{
    content: "\f169";
}
.fa-youtube-play:before
{
    content: "\f16a";
}
.fa-dropbox:before
{
    content: "\f16b";
}
.fa-stack-overflow:before
{
    content: "\f16c";
}
.fa-instagram:before
{
    content: "\f16d";
}
.fa-flickr:before
{
    content: "\f16e";
}
.fa-adn:before
{
    content: "\f170";
}
.fa-bitbucket:before
{
    content: "\f171";
}
.fa-bitbucket-square:before
{
    content: "\f172";
}
.fa-tumblr:before
{
    content: "\f173";
}
.fa-tumblr-square:before
{
    content: "\f174";
}
.fa-long-arrow-down:before
{
    content: "\f175";
}
.fa-long-arrow-up:before
{
    content: "\f176";
}
.fa-long-arrow-left:before
{
    content: "\f177";
}
.fa-long-arrow-right:before
{
    content: "\f178";
}
.fa-apple:before
{
    content: "\f179";
}
.fa-windows:before
{
    content: "\f17a";
}
.fa-android:before
{
    content: "\f17b";
}
.fa-linux:before
{
    content: "\f17c";
}
.fa-dribbble:before
{
    content: "\f17d";
}
.fa-skype:before
{
    content: "\f17e";
}
.fa-foursquare:before
{
    content: "\f180";
}
.fa-trello:before
{
    content: "\f181";
}
.fa-female:before
{
    content: "\f182";
}
.fa-male:before
{
    content: "\f183";
}
.fa-gittip:before,.fa-gratipay:before
{
    content: "\f184";
}
.fa-sun-o:before
{
    content: "\f185";
}
.fa-moon-o:before
{
    content: "\f186";
}
.fa-archive:before
{
    content: "\f187";
}
.fa-bug:before
{
    content: "\f188";
}
.fa-vk:before
{
    content: "\f189";
}
.fa-weibo:before
{
    content: "\f18a";
}
.fa-renren:before
{
    content: "\f18b";
}
.fa-pagelines:before
{
    content: "\f18c";
}
.fa-stack-exchange:before
{
    content: "\f18d";
}
.fa-arrow-circle-o-right:before
{
    content: "\f18e";
}
.fa-arrow-circle-o-left:before
{
    content: "\f190";
}
.fa-toggle-left:before,.fa-caret-square-o-left:before
{
    content: "\f191";
}
.fa-dot-circle-o:before
{
    content: "\f192";
}
.fa-wheelchair:before
{
    content: "\f193";
}
.fa-vimeo-square:before
{
    content: "\f194";
}
.fa-turkish-lira:before,.fa-try:before
{
    content: "\f195";
}
.fa-plus-square-o:before
{
    content: "\f196";
}
.fa-space-shuttle:before
{
    content: "\f197";
}
.fa-slack:before
{
    content: "\f198";
}
.fa-envelope-square:before
{
    content: "\f199";
}
.fa-wordpress:before
{
    content: "\f19a";
}
.fa-openid:before
{
    content: "\f19b";
}
.fa-institution:before,.fa-bank:before,.fa-university:before
{
    content: "\f19c";
}
.fa-mortar-board:before,.fa-graduation-cap:before
{
    content: "\f19d";
}
.fa-yahoo:before
{
    content: "\f19e";
}
.fa-google:before
{
    content: "\f1a0";
}
.fa-reddit:before
{
    content: "\f1a1";
}
.fa-reddit-square:before
{
    content: "\f1a2";
}
.fa-stumbleupon-circle:before
{
    content: "\f1a3";
}
.fa-stumbleupon:before
{
    content: "\f1a4";
}
.fa-delicious:before
{
    content: "\f1a5";
}
.fa-digg:before
{
    content: "\f1a6";
}
.fa-pied-piper-pp:before
{
    content: "\f1a7";
}
.fa-pied-piper-alt:before
{
    content: "\f1a8";
}
.fa-drupal:before
{
    content: "\f1a9";
}
.fa-joomla:before
{
    content: "\f1aa";
}
.fa-language:before
{
    content: "\f1ab";
}
.fa-fax:before
{
    content: "\f1ac";
}
.fa-building:before
{
    content: "\f1ad";
}
.fa-child:before
{
    content: "\f1ae";
}
.fa-paw:before
{
    content: "\f1b0";
}
.fa-spoon:before
{
    content: "\f1b1";
}
.fa-cube:before
{
    content: "\f1b2";
}
.fa-cubes:before
{
    content: "\f1b3";
}
.fa-behance:before
{
    content: "\f1b4";
}
.fa-behance-square:before
{
    content: "\f1b5";
}
.fa-steam:before
{
    content: "\f1b6";
}
.fa-steam-square:before
{
    content: "\f1b7";
}
.fa-recycle:before
{
    content: "\f1b8";
}
.fa-automobile:before,.fa-car:before
{
    content: "\f1b9";
}
.fa-cab:before,.fa-taxi:before
{
    content: "\f1ba";
}
.fa-tree:before
{
    content: "\f1bb";
}
.fa-spotify:before
{
    content: "\f1bc";
}
.fa-deviantart:before
{
    content: "\f1bd";
}
.fa-soundcloud:before
{
    content: "\f1be";
}
.fa-database:before
{
    content: "\f1c0";
}
.fa-file-pdf-o:before
{
    content: "\f1c1";
}
.fa-file-word-o:before
{
    content: "\f1c2";
}
.fa-file-excel-o:before
{
    content: "\f1c3";
}
.fa-file-powerpoint-o:before
{
    content: "\f1c4";
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before
{
    content: "\f1c5";
}
.fa-file-zip-o:before,.fa-file-archive-o:before
{
    content: "\f1c6";
}
.fa-file-sound-o:before,.fa-file-audio-o:before
{
    content: "\f1c7";
}
.fa-file-movie-o:before,.fa-file-video-o:before
{
    content: "\f1c8";
}
.fa-file-code-o:before
{
    content: "\f1c9";
}
.fa-vine:before
{
    content: "\f1ca";
}
.fa-codepen:before
{
    content: "\f1cb";
}
.fa-jsfiddle:before
{
    content: "\f1cc";
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before
{
    content: "\f1cd";
}
.fa-circle-o-notch:before
{
    content: "\f1ce";
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before
{
    content: "\f1d0";
}
.fa-ge:before,.fa-empire:before
{
    content: "\f1d1";
}
.fa-git-square:before
{
    content: "\f1d2";
}
.fa-git:before
{
    content: "\f1d3";
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before
{
    content: "\f1d4";
}
.fa-tencent-weibo:before
{
    content: "\f1d5";
}
.fa-qq:before
{
    content: "\f1d6";
}
.fa-wechat:before,.fa-weixin:before
{
    content: "\f1d7";
}
.fa-send:before,.fa-paper-plane:before
{
    content: "\f1d8";
}
.fa-send-o:before,.fa-paper-plane-o:before
{
    content: "\f1d9";
}
.fa-history:before
{
    content: "\f1da";
}
.fa-circle-thin:before
{
    content: "\f1db";
}
.fa-header:before
{
    content: "\f1dc";
}
.fa-paragraph:before
{
    content: "\f1dd";
}
.fa-sliders:before
{
    content: "\f1de";
}
.fa-share-alt:before
{
    content: "\f1e0";
}
.fa-share-alt-square:before
{
    content: "\f1e1";
}
.fa-bomb:before
{
    content: "\f1e2";
}
.fa-soccer-ball-o:before,.fa-futbol-o:before
{
    content: "\f1e3";
}
.fa-tty:before
{
    content: "\f1e4";
}
.fa-binoculars:before
{
    content: "\f1e5";
}
.fa-plug:before
{
    content: "\f1e6";
}
.fa-slideshare:before
{
    content: "\f1e7";
}
.fa-twitch:before
{
    content: "\f1e8";
}
.fa-yelp:before
{
    content: "\f1e9";
}
.fa-newspaper-o:before
{
    content: "\f1ea";
}
.fa-wifi:before
{
    content: "\f1eb";
}
.fa-calculator:before
{
    content: "\f1ec";
}
.fa-paypal:before
{
    content: "\f1ed";
}
.fa-google-wallet:before
{
    content: "\f1ee";
}
.fa-cc-visa:before
{
    content: "\f1f0";
}
.fa-cc-mastercard:before
{
    content: "\f1f1";
}
.fa-cc-discover:before
{
    content: "\f1f2";
}
.fa-cc-amex:before
{
    content: "\f1f3";
}
.fa-cc-paypal:before
{
    content: "\f1f4";
}
.fa-cc-stripe:before
{
    content: "\f1f5";
}
.fa-bell-slash:before
{
    content: "\f1f6";
}
.fa-bell-slash-o:before
{
    content: "\f1f7";
}
.fa-trash:before
{
    content: "\f1f8";
}
.fa-copyright:before
{
    content: "\f1f9";
}
.fa-at:before
{
    content: "\f1fa";
}
.fa-eyedropper:before
{
    content: "\f1fb";
}
.fa-paint-brush:before
{
    content: "\f1fc";
}
.fa-birthday-cake:before
{
    content: "\f1fd";
}
.fa-area-chart:before
{
    content: "\f1fe";
}
.fa-pie-chart:before
{
    content: "\f200";
}
.fa-line-chart:before
{
    content: "\f201";
}
.fa-lastfm:before
{
    content: "\f202";
}
.fa-lastfm-square:before
{
    content: "\f203";
}
.fa-toggle-off:before
{
    content: "\f204";
}
.fa-toggle-on:before
{
    content: "\f205";
}
.fa-bicycle:before
{
    content: "\f206";
}
.fa-bus:before
{
    content: "\f207";
}
.fa-ioxhost:before
{
    content: "\f208";
}
.fa-angellist:before
{
    content: "\f209";
}
.fa-cc:before
{
    content: "\f20a";
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before
{
    content: "\f20b";
}
.fa-meanpath:before
{
    content: "\f20c";
}
.fa-buysellads:before
{
    content: "\f20d";
}
.fa-connectdevelop:before
{
    content: "\f20e";
}
.fa-dashcube:before
{
    content: "\f210";
}
.fa-forumbee:before
{
    content: "\f211";
}
.fa-leanpub:before
{
    content: "\f212";
}
.fa-sellsy:before
{
    content: "\f213";
}
.fa-shirtsinbulk:before
{
    content: "\f214";
}
.fa-simplybuilt:before
{
    content: "\f215";
}
.fa-skyatlas:before
{
    content: "\f216";
}
.fa-cart-plus:before
{
    content: "\f217";
}
.fa-cart-arrow-down:before
{
    content: "\f218";
}
.fa-diamond:before
{
    content: "\f219";
}
.fa-ship:before
{
    content: "\f21a";
}
.fa-user-secret:before
{
    content: "\f21b";
}
.fa-motorcycle:before
{
    content: "\f21c";
}
.fa-street-view:before
{
    content: "\f21d";
}
.fa-heartbeat:before
{
    content: "\f21e";
}
.fa-venus:before
{
    content: "\f221";
}
.fa-mars:before
{
    content: "\f222";
}
.fa-mercury:before
{
    content: "\f223";
}
.fa-intersex:before,.fa-transgender:before
{
    content: "\f224";
}
.fa-transgender-alt:before
{
    content: "\f225";
}
.fa-venus-double:before
{
    content: "\f226";
}
.fa-mars-double:before
{
    content: "\f227";
}
.fa-venus-mars:before
{
    content: "\f228";
}
.fa-mars-stroke:before
{
    content: "\f229";
}
.fa-mars-stroke-v:before
{
    content: "\f22a";
}
.fa-mars-stroke-h:before
{
    content: "\f22b";
}
.fa-neuter:before
{
    content: "\f22c";
}
.fa-genderless:before
{
    content: "\f22d";
}
.fa-facebook-official:before
{
    content: "\f230";
}
.fa-pinterest-p:before
{
    content: "\f231";
}
.fa-whatsapp:before
{
    content: "\f232";
}
.fa-server:before
{
    content: "\f233";
}
.fa-user-plus:before
{
    content: "\f234";
}
.fa-user-times:before
{
    content: "\f235";
}
.fa-hotel:before,.fa-bed:before
{
    content: "\f236";
}
.fa-viacoin:before
{
    content: "\f237";
}
.fa-train:before
{
    content: "\f238";
}
.fa-subway:before
{
    content: "\f239";
}
.fa-medium:before
{
    content: "\f23a";
}
.fa-yc:before,.fa-y-combinator:before
{
    content: "\f23b";
}
.fa-optin-monster:before
{
    content: "\f23c";
}
.fa-opencart:before
{
    content: "\f23d";
}
.fa-expeditedssl:before
{
    content: "\f23e";
}
.fa-battery-4:before,.fa-battery-full:before
{
    content: "\f240";
}
.fa-battery-3:before,.fa-battery-three-quarters:before
{
    content: "\f241";
}
.fa-battery-2:before,.fa-battery-half:before
{
    content: "\f242";
}
.fa-battery-1:before,.fa-battery-quarter:before
{
    content: "\f243";
}
.fa-battery-0:before,.fa-battery-empty:before
{
    content: "\f244";
}
.fa-mouse-pointer:before
{
    content: "\f245";
}
.fa-i-cursor:before
{
    content: "\f246";
}
.fa-object-group:before
{
    content: "\f247";
}
.fa-object-ungroup:before
{
    content: "\f248";
}
.fa-sticky-note:before
{
    content: "\f249";
}
.fa-sticky-note-o:before
{
    content: "\f24a";
}
.fa-cc-jcb:before
{
    content: "\f24b";
}
.fa-cc-diners-club:before
{
    content: "\f24c";
}
.fa-clone:before
{
    content: "\f24d";
}
.fa-balance-scale:before
{
    content: "\f24e";
}
.fa-hourglass-o:before
{
    content: "\f250";
}
.fa-hourglass-1:before,.fa-hourglass-start:before
{
    content: "\f251";
}
.fa-hourglass-2:before,.fa-hourglass-half:before
{
    content: "\f252";
}
.fa-hourglass-3:before,.fa-hourglass-end:before
{
    content: "\f253";
}
.fa-hourglass:before
{
    content: "\f254";
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before
{
    content: "\f255";
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before
{
    content: "\f256";
}
.fa-hand-scissors-o:before
{
    content: "\f257";
}
.fa-hand-lizard-o:before
{
    content: "\f258";
}
.fa-hand-spock-o:before
{
    content: "\f259";
}
.fa-hand-pointer-o:before
{
    content: "\f25a";
}
.fa-hand-peace-o:before
{
    content: "\f25b";
}
.fa-trademark:before
{
    content: "\f25c";
}
.fa-registered:before
{
    content: "\f25d";
}
.fa-creative-commons:before
{
    content: "\f25e";
}
.fa-gg:before
{
    content: "\f260";
}
.fa-gg-circle:before
{
    content: "\f261";
}
.fa-tripadvisor:before
{
    content: "\f262";
}
.fa-odnoklassniki:before
{
    content: "\f263";
}
.fa-odnoklassniki-square:before
{
    content: "\f264";
}
.fa-get-pocket:before
{
    content: "\f265";
}
.fa-wikipedia-w:before
{
    content: "\f266";
}
.fa-safari:before
{
    content: "\f267";
}
.fa-chrome:before
{
    content: "\f268";
}
.fa-firefox:before
{
    content: "\f269";
}
.fa-opera:before
{
    content: "\f26a";
}
.fa-internet-explorer:before
{
    content: "\f26b";
}
.fa-tv:before,.fa-television:before
{
    content: "\f26c";
}
.fa-contao:before
{
    content: "\f26d";
}
.fa-500px:before
{
    content: "\f26e";
}
.fa-amazon:before
{
    content: "\f270";
}
.fa-calendar-plus-o:before
{
    content: "\f271";
}
.fa-calendar-minus-o:before
{
    content: "\f272";
}
.fa-calendar-times-o:before
{
    content: "\f273";
}
.fa-calendar-check-o:before
{
    content: "\f274";
}
.fa-industry:before
{
    content: "\f275";
}
.fa-map-pin:before
{
    content: "\f276";
}
.fa-map-signs:before
{
    content: "\f277";
}
.fa-map-o:before
{
    content: "\f278";
}
.fa-map:before
{
    content: "\f279";
}
.fa-commenting:before
{
    content: "\f27a";
}
.fa-commenting-o:before
{
    content: "\f27b";
}
.fa-houzz:before
{
    content: "\f27c";
}
.fa-vimeo:before
{
    content: "\f27d";
}
.fa-black-tie:before
{
    content: "\f27e";
}
.fa-fonticons:before
{
    content: "\f280";
}
.fa-reddit-alien:before
{
    content: "\f281";
}
.fa-edge:before
{
    content: "\f282";
}
.fa-credit-card-alt:before
{
    content: "\f283";
}
.fa-codiepie:before
{
    content: "\f284";
}
.fa-modx:before
{
    content: "\f285";
}
.fa-fort-awesome:before
{
    content: "\f286";
}
.fa-usb:before
{
    content: "\f287";
}
.fa-product-hunt:before
{
    content: "\f288";
}
.fa-mixcloud:before
{
    content: "\f289";
}
.fa-scribd:before
{
    content: "\f28a";
}
.fa-pause-circle:before
{
    content: "\f28b";
}
.fa-pause-circle-o:before
{
    content: "\f28c";
}
.fa-stop-circle:before
{
    content: "\f28d";
}
.fa-stop-circle-o:before
{
    content: "\f28e";
}
.fa-shopping-bag:before
{
    content: "\f290";
}
.fa-shopping-basket:before
{
    content: "\f291";
}
.fa-hashtag:before
{
    content: "\f292";
}
.fa-bluetooth:before
{
    content: "\f293";
}
.fa-bluetooth-b:before
{
    content: "\f294";
}
.fa-percent:before
{
    content: "\f295";
}
.fa-gitlab:before
{
    content: "\f296";
}
.fa-wpbeginner:before
{
    content: "\f297";
}
.fa-wpforms:before
{
    content: "\f298";
}
.fa-envira:before
{
    content: "\f299";
}
.fa-universal-access:before
{
    content: "\f29a";
}
.fa-wheelchair-alt:before
{
    content: "\f29b";
}
.fa-question-circle-o:before
{
    content: "\f29c";
}
.fa-blind:before
{
    content: "\f29d";
}
.fa-audio-description:before
{
    content: "\f29e";
}
.fa-volume-control-phone:before
{
    content: "\f2a0";
}
.fa-braille:before
{
    content: "\f2a1";
}
.fa-assistive-listening-systems:before
{
    content: "\f2a2";
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before
{
    content: "\f2a3";
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before
{
    content: "\f2a4";
}
.fa-glide:before
{
    content: "\f2a5";
}
.fa-glide-g:before
{
    content: "\f2a6";
}
.fa-signing:before,.fa-sign-language:before
{
    content: "\f2a7";
}
.fa-low-vision:before
{
    content: "\f2a8";
}
.fa-viadeo:before
{
    content: "\f2a9";
}
.fa-viadeo-square:before
{
    content: "\f2aa";
}
.fa-snapchat:before
{
    content: "\f2ab";
}
.fa-snapchat-ghost:before
{
    content: "\f2ac";
}
.fa-snapchat-square:before
{
    content: "\f2ad";
}
.fa-pied-piper:before
{
    content: "\f2ae";
}
.fa-first-order:before
{
    content: "\f2b0";
}
.fa-yoast:before
{
    content: "\f2b1";
}
.fa-themeisle:before
{
    content: "\f2b2";
}
.fa-google-plus-circle:before,.fa-google-plus-official:before
{
    content: "\f2b3";
}
.fa-fa:before,.fa-font-awesome:before
{
    content: "\f2b4";
}
*/

.sr-only
{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


@-webkit-keyframes wrench
{
    0%
    {
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg);
    }
    8%
    {
        transform: rotate(12deg);
        webkit-transform: rotate(12deg);
    }
    10%
    {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    18%,20%
    {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    28%,30%
    {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    38%,40%
    {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    48%,50%
    {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    58%,60%
    {
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    68%
    {
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    100%,75%
    {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
}
@keyframes wrench
{
    0%
    {
        ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg);
    }
    8%
    {
        ms-transform: rotate(12deg);
        transform: rotate(12deg);
        webkit-transform: rotate(12deg);
    }
    10%
    {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    18%,20%
    {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    28%,30%
    {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    38%,40%
    {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    48%,50%
    {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    58%,60%
    {
        ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
        webkit-transform: rotate(-24deg);
    }
    68%
    {
        ms-transform: rotate(24deg);
        transform: rotate(24deg);
        webkit-transform: rotate(24deg);
    }
    100%,75%
    {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
}
.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover
{
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
    webkit-animation: wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast
{
    animation: wrench 1.2s ease infinite;
    webkit-animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow
{
    animation: wrench 3.7s ease infinite;
    webkit-animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes ring
{
    0%
    {
        transform: rotate(-15deg);
        webkit-transform: rotate(-15deg);
    }
    2%
    {
        transform: rotate(15deg);
        webkit-transform: rotate(15deg);
    }
    4%
    {
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg);
    }
    6%
    {
        transform: rotate(18deg);
        webkit-transform: rotate(18deg);
    }
    8%
    {
        transform: rotate(-22deg);
        webkit-transform: rotate(-22deg);
    }
    10%
    {
        transform: rotate(22deg);
        webkit-transform: rotate(22deg);
    }
    12%
    {
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg);
    }
    14%
    {
        transform: rotate(18deg);
        webkit-transform: rotate(18deg);
    }
    16%
    {
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg);
    }
    18%
    {
        transform: rotate(12deg);
        webkit-transform: rotate(12deg);
    }
    100%,20%
    {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
}
@keyframes ring
{
    0%
    {
        ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
        webkit-transform: rotate(-15deg);
    }
    2%
    {
        ms-transform: rotate(15deg);
        transform: rotate(15deg);
        webkit-transform: rotate(15deg);
    }
    4%
    {
        ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg);
    }
    6%
    {
        ms-transform: rotate(18deg);
        transform: rotate(18deg);
        webkit-transform: rotate(18deg);
    }
    8%
    {
        ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
        webkit-transform: rotate(-22deg);
    }
    10%
    {
        ms-transform: rotate(22deg);
        transform: rotate(22deg);
        webkit-transform: rotate(22deg);
    }
    12%
    {
        ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        webkit-transform: rotate(-18deg);
    }
    14%
    {
        ms-transform: rotate(18deg);
        transform: rotate(18deg);
        webkit-transform: rotate(18deg);
    }
    16%
    {
        ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
        webkit-transform: rotate(-12deg);
    }
    18%
    {
        ms-transform: rotate(12deg);
        transform: rotate(12deg);
        webkit-transform: rotate(12deg);
    }
    100%,20%
    {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
}
.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover
{
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
    webkit-animation: ring 2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast
{
    animation: ring 1s ease infinite;
    webkit-animation: ring 1s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow
{
    animation: ring 3s ease infinite;
    webkit-animation: ring 3s ease infinite;
}
@-webkit-keyframes vertical
{
    0%
    {
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    4%
    {
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    8%
    {
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    12%
    {
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    16%
    {
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    20%
    {
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    100%,22%
    {
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
}
@keyframes vertical
{
    0%
    {
        ms-transform: translate(0,-3px);
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    4%
    {
        ms-transform: translate(0,3px);
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    8%
    {
        ms-transform: translate(0,-3px);
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    12%
    {
        ms-transform: translate(0,3px);
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    16%
    {
        ms-transform: translate(0,-3px);
        transform: translate(0,-3px);
        webkit-transform: translate(0,-3px);
    }
    20%
    {
        ms-transform: translate(0,3px);
        transform: translate(0,3px);
        webkit-transform: translate(0,3px);
    }
    100%,22%
    {
        ms-transform: translate(0,0);
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
}
.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover
{
    animation: vertical 2s ease infinite;
    webkit-animation: vertical 2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast
{
    animation: vertical 1s ease infinite;
    webkit-animation: vertical 1s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow
{
    animation: vertical 4s ease infinite;
    webkit-animation: vertical 4s ease infinite;
}
@-webkit-keyframes horizontal
{
    0%
    {
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    6%
    {
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    12%
    {
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    18%
    {
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    24%
    {
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    30%
    {
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    100%,36%
    {
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
}
@keyframes horizontal
{
    0%
    {
        ms-transform: translate(0,0);
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    6%
    {
        ms-transform: translate(5px,0);
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    12%
    {
        ms-transform: translate(0,0);
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    18%
    {
        ms-transform: translate(5px,0);
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    24%
    {
        ms-transform: translate(0,0);
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
    30%
    {
        ms-transform: translate(5px,0);
        transform: translate(5px,0);
        webkit-transform: translate(5px,0);
    }
    100%,36%
    {
        ms-transform: translate(0,0);
        transform: translate(0,0);
        webkit-transform: translate(0,0);
    }
}
.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal
{
    animation: horizontal 2s ease infinite;
    webkit-animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast
{
    animation: horizontal 1s ease infinite;
    webkit-animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow
{
    animation: horizontal 3s ease infinite;
    webkit-animation: horizontal 3s ease infinite;
}
@-webkit-keyframes flash
{
    0%,100%,50%
    {
        opacity: 1;
    }
    25%,75%
    {
        opacity: 0;
    }
}
@keyframes flash
{
    0%,100%,50%
    {
        opacity: 1;
    }
    25%,75%
    {
        opacity: 0;
    }
}
.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash
{
    animation: flash 2s ease infinite;
    webkit-animation: flash 2s ease infinite;
}
.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast
{
    animation: flash 1s ease infinite;
    webkit-animation: flash 1s ease infinite;
}
.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow
{
    animation: flash 3s ease infinite;
    webkit-animation: flash 3s ease infinite;
}
@-webkit-keyframes bounce
{
    0%,10%,100%,20%,50%,80%
    {
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
    40%,60%
    {
        transform: translateY(-15px);
        webkit-transform: translateY(-15px);
    }
}
@keyframes bounce
{
    0%,10%,100%,20%,50%,80%
    {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
    40%,60%
    {
        ms-transform: translateY(-15px);
        transform: translateY(-15px);
        webkit-transform: translateY(-15px);
    }
}
.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce
{
    animation: bounce 2s ease infinite;
    webkit-animation: bounce 2s ease infinite;
}
.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast
{
    animation: bounce 1s ease infinite;
    webkit-animation: bounce 1s ease infinite;
}
.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow
{
    animation: bounce 3s ease infinite;
    webkit-animation: bounce 3s ease infinite;
}
@-webkit-keyframes spin
{
    0%
    {
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}
@keyframes spin
{
    0%
    {
        ms-transform: rotate(0deg);
        transform: rotate(0deg);
        webkit-transform: rotate(0deg);
    }
    100%
    {
        ms-transform: rotate(359deg);
        transform: rotate(359deg);
        webkit-transform: rotate(359deg);
    }
}
.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover
{
    animation: spin 1.5s linear infinite;
    webkit-animation: spin 1.5s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast
{
    animation: spin .7s linear infinite;
    webkit-animation: spin .7s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow
{
    animation: spin 2.2s linear infinite;
    webkit-animation: spin 2.2s linear infinite;
}
@-webkit-keyframes float
{
    0%
    {
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
    50%
    {
        transform: translateY(-6px);
        webkit-transform: translateY(-6px);
    }
    100%
    {
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
}
@keyframes float
{
    0%
    {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
    50%
    {
        ms-transform: translateY(-6px);
        transform: translateY(-6px);
        webkit-transform: translateY(-6px);
    }
    100%
    {
        ms-transform: translateY(0);
        transform: translateY(0);
        webkit-transform: translateY(0);
    }
}
.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float
{
    animation: float 2s linear infinite;
    webkit-animation: float 2s linear infinite;
}
.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast
{
    animation: float 1s linear infinite;
    webkit-animation: float 1s linear infinite;
}
.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow
{
    animation: float 3s linear infinite;
    webkit-animation: float 3s linear infinite;
}
@-webkit-keyframes pulse
{
    0%
    {
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
    50%
    {
        transform: scale(0.8);
        webkit-transform: scale(0.8);
    }
    100%
    {
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
}
@keyframes pulse
{
    0%
    {
        ms-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
    50%
    {
        ms-transform: scale(0.8);
        transform: scale(0.8);
        webkit-transform: scale(0.8);
    }
    100%
    {
        ms-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
}
.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover
{
    animation: pulse 2s linear infinite;
    webkit-animation: pulse 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast
{
    animation: pulse 1s linear infinite;
    webkit-animation: pulse 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow
{
    animation: pulse 3s linear infinite;
    webkit-animation: pulse 3s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover
{
    animation: wrench 2.5s ease infinite;
    webkit-animation: wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast
{
    animation: wrench 1.2s ease infinite;
    webkit-animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow
{
    animation: wrench 3.7s ease infinite;
    webkit-animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes tada
{
    0%
    {
        transform: scale(1);
        webkit-transform: scale(1);
    }
    10%,20%
    {
        transform: scale(.9) rotate(-8deg);
        webkit-transform: scale(.9) rotate(-8deg);
    }
    30%,50%,70%
    {
        transform: scale(1.3) rotate(8deg);
        webkit-transform: scale(1.3) rotate(8deg);
    }
    40%,60%
    {
        transform: scale(1.3) rotate(-8deg);
        webkit-transform: scale(1.3) rotate(-8deg);
    }
    100%,80%
    {
        transform: scale(1) rotate(0);
        webkit-transform: scale(1) rotate(0);
    }
}
@keyframes tada
{
    0%
    {
        ms-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
    10%,20%
    {
        ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
        webkit-transform: scale(.9) rotate(-8deg);
    }
    30%,50%,70%
    {
        ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
        webkit-transform: scale(1.3) rotate(8deg);
    }
    40%,60%
    {
        ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
        webkit-transform: scale(1.3) rotate(-8deg);
    }
    100%,80%
    {
        ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        webkit-transform: scale(1) rotate(0);
    }
}
.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover
{
    animation: tada 2s linear infinite;
    webkit-animation: tada 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast
{
    animation: tada 1s linear infinite;
    webkit-animation: tada 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow
{
    animation: tada 3s linear infinite;
    webkit-animation: tada 3s linear infinite;
}
@-webkit-keyframes passing
{
    0%
    {
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
    50%
    {
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%);
    }
    100%
    {
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%);
    }
}
@keyframes passing
{
    0%
    {
        ms-transform: translateX(-50%);
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
    50%
    {
        ms-transform: translateX(0%);
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%);
    }
    100%
    {
        ms-transform: translateX(50%);
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%);
    }
}
.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover
{
    animation: passing 2s linear infinite;
    webkit-animation: passing 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast
{
    animation: passing 1s linear infinite;
    webkit-animation: passing 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow
{
    animation: passing 3s linear infinite;
    webkit-animation: passing 3s linear infinite;
}
@-webkit-keyframes passing-reverse
{
    0%
    {
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%);
    }
    50%
    {
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%);
    }
    100%
    {
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
}
@keyframes passing-reverse
{
    0%
    {
        ms-transform: translateX(50%);
        opacity: 0;
        transform: translateX(50%);
        webkit-transform: translateX(50%);
    }
    50%
    {
        ms-transform: translateX(0%);
        opacity: 1;
        transform: translateX(0%);
        webkit-transform: translateX(0%);
    }
    100%
    {
        ms-transform: translateX(-50%);
        opacity: 0;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
}
.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover
{
    animation: passing-reverse 2s linear infinite;
    webkit-animation: passing-reverse 2s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast
{
    animation: passing-reverse 1s linear infinite;
    webkit-animation: passing-reverse 1s linear infinite;
}
.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow
{
    animation: passing-reverse 3s linear infinite;
    webkit-animation: passing-reverse 3s linear infinite;
}
@-webkit-keyframes burst
{
    0%
    {
        opacity: .6;
    }
    50%
    {
        opacity: 0;
        transform: scale(1.8);
        webkit-transform: scale(1.8);
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes burst
{
    0%
    {
        opacity: .6;
    }
    50%
    {
        ms-transform: scale(1.8);
        opacity: 0;
        transform: scale(1.8);
        webkit-transform: scale(1.8);
    }
    100%
    {
        opacity: 0;
    }
}
.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst
{
    animation: burst 2s infinite linear;
    webkit-animation: burst 2s infinite linear;
}
.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast
{
    animation: burst 1s infinite linear;
    webkit-animation: burst 1s infinite linear;
}
.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow
{
    animation: burst 3s infinite linear;
    webkit-animation: burst 3s infinite linear;
}

/* only for Safari */
/*p.marquee { display: none;}*/

@media screen and (max-width: 540px), only screen and (max-device-width: 540px){
    .uatv_news{ display: none; }
}

.uatv_news{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-bottom: 40px;
    height: 44px;
    line-height: 44px;
    position: relative;
    background-color: #f7f7f7;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
    background-color: #f7f7f7;
    height: 44px;
    line-height: 44px;
}

.marquee span{ margin: 0 20px 0 0; }

.marquee span span{ color: #b2b2b2; margin: 0 5px 0 0; }

.marquee:hover {
    animation-play-state: paused;
}

.uatv_news .UT{
    background: transparent url('/img/logo/logo-small.svg') no-repeat center center;
    /*background: transparent url('/img/ua-tv.svg') no-repeat center center;*/
    background-size: contain;
    position: absolute;
    left: 0;
    height: 44px;
    width: 93px;
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 100%; }
    100% { text-indent: -100%; }
}

