.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    /*border: 1px solid red;*/
    width: 1150px;
}
@media (min-width: 768px) {
    .container {
        /*width: 750px;*/
    }
}
@media (min-width: 992px) {
    .container {
        /*width: 970px;*/
    }
}
@media (min-width: 1200px) {
    .container {
        /*width: 1150px;*/
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        /*width: 100%;*/
    }
    .col-md-11 {
        /*width: 91.66666667%;*/
    }
    .col-md-10 {
        /*width: 83.33333333%;*/
    }
    .col-md-9 {
        /*width: 75%;*/
    }
    .col-md-8 {
        /*width: 66.66666667%;*/
    }
    .col-md-7 {
        /*width: 58.33333333%;*/
    }
    .col-md-6 {
        /*width: 50%;*/
    }
    .col-md-5 {
        /*width: 41.66666667%;*/
    }
    .col-md-4 {
        /*width: 33.33333333%;*/
    }
    .col-md-3 {
        /*width: 25%;*/
    }
    .col-md-2 {
        /*width: 16.66666667%;*/
    }
    .col-md-1 {
        /*width: 8.33333333%;*/
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

strong{
    font-weight: 500;
}
.invisible{
    opacity: 0;
}
.heading{
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding: 0;
    width: 100%;
}
.heading.dark{
    background-color: #34495E;
    color: white;
    padding-left: 2px;
}
.heading.under{
    border-bottom: 1px solid #34495E;
}
a.button {
    margin-top: 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 11px;
    padding: 7px 15px;
    color: #34495E !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-property: color, background, border ;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
}
a.button:hover {
    color: white !important;
    background: #34495E;
    border: 1px solid #34495E;
    text-decoration: none !important;
}
body{
    width: 100% !important;
    margin: 0px auto !important;
    min-width: 1170px;
}
.caption{
    margin: 0px 0px 10px 0px !important;
}
.social{
    position: fixed;
    left: 0;
    top: 150px;
    width: 40px;
    margin: 0;
    padding: 0;
    background: #34495e;
    z-index: 60;
}
.social a{
    display: block;
    color: white;
    height: 20px;
    width: 40px;
    margin: 5px 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.social a:hover{
    background: #eaeaea;
    color: #34495e;
}
.block_16{
    width: 100% !important;
    margin: 10px 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
    box-shadow: none !important;
}
.header{
    margin-top: 0px !important;
}
.header .topBar{
    background: #444444 !important;
}
.header .topBar .topMenu{
    color: white !important;
}
.header .topBar div.sponsor{
    color: white !important;
}
.header .topBar a{
    color: white !important;
}
.header .top{
    background: url(../img/top/top_16.jpg) !important;
}
#lead{
    width: 100%;
    background: #556981;
    position: relative;
    padding: 20px 0 10px 0;
    font-size: 13px;
    color: white;
    margin: 0px:
font-family: 'Lato', sans-serif;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .col-md-6{
    width: 50%;
    float: left;
}
#lead .col-md-12{
    width: 100%;
}
#lead a{
    color: white;
}
#lead .bg {
    background-position: center !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.3;
    transition: opacity 1s linear;
}

#lead .bg.opacity {
    opacity:0;
}

#lead [data-news]{
    background: rgba(255,255,255,0.1);
}

#lead .large{
    min-height: 530px;
}
#lead [data-news] a{
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
#lead [data-news].invisibility a{
    opacity: 0;
}
#lead .banner{
    padding-bottom: 20px;
}
#lead .arrow{
    position: absolute;
    top: 134px;
    display: block;
    z-index: 10;
    opacity: 0.2;
    width: 30px !important;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
#lead .arrow.right{
    right: 10px;
}
#lead .arrow.left{
    left: 10px;
}
#lead .arrow:hover{
    opacity: 1;
}
#lead .news{
    display: block;
    /*background: rgba(255, 255, 255, 0.10) !important;*/
}
#lead .medium .news{
    margin-bottom: 20px;
}
#lead .news .canvas {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#lead .news .img{
    width: 100%;
    min-height: 420px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

#lead .large .img{
    transition: all 10s linear;
    transform: scale(1) translate3d(0,0,0);
}
/*#lead .large .news:hover .img{*/
/*transform: scale(1.1, 1.1);*/
/*}*/

#lead .news .img.collapsed{
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
#lead .medium .news .img {
    min-height: 200px;
}
#lead .news .myProgress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 10px;
    display: none;
    /*-webkit-transition: 0.2s ease;*/
    /*-moz-transition: 0.2s ease;*/
    /*-ms-transition: 0.2s ease;*/
    /*-o-transition: 0.2s ease;*/
    /*transition: 0.2s ease;*/
}
#lead .news .myBar {
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(52, 73, 94, 0.8);
    -webkit-transition: transform 0.15s linear;
    -moz-transition: transform 0.15s linear;
    -ms-transition: transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
    transform-origin: 0% 0%;
}
#lead .news .topTile{
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    z-index: 15;
    /*background: rgba(52, 73, 94, 0.6);*/
    top: 0;
    left: 0;
    padding: 7px 7px 7px 7px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .news:hover .topTile{
    background: rgba(52, 73, 94, 0.8);
}
#lead .news .mediaTile{
    float: right;
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    z-index: 15;
    top: 0;
    right: 0;
    background: rgba(52, 73, 94, 0.6);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .news .mediaTile i{
    padding: 7px 7px 7px 7px;
}
#lead .news:hover .mediaTile{
    background: rgba(52, 73, 94, 0.8);
}
#lead .news .tile{
    background: rgba(52, 73, 94, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .news:hover .tile{
    background: rgba(52, 73, 94, 0.8);
}
#lead .medium .news .tile{
    transform: translateY(20px);
}
#lead .medium .news:hover .tile{
    transform: translateY(0px);;
}
#lead .news .title{
    font-size: 18px;
    margin: 7px;
    line-height: 22px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .medium .news .title{
    font-size: 15px;
    line-height: 19px;
    transform: translateY(-20px);
}
#lead .medium .news:hover .title{
    transform: translateY(0px);
}
#lead .news .date{
    font-size: 13px;
    margin: 7px;
    line-height: 16px;
    text-transform: uppercase;
}
#lead .medium .news .date{
    font-size: 10px;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
#lead .medium .news:hover .date{
    opacity: 1;
}
#lead .news .short{
    font-size: 13px;
    margin: 10px 7px;
    line-height: 18px;
    padding-bottom: 10px;
}
#lead .medium .news .short{
    display: none;
}
#lead .last_comment .headerComm{
    font-size: 13px;
    margin: 0px 7px 7px 7px;
    line-height: 16px;
    text-transform: uppercase;
}
#lead .last_comment .content{
    font-size: 13px;
    padding: 7px;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.10) !important;
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
#lead .last_comment .content:after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    pointer-events: none;
}
#lead .last_comment .source{
    font-size: 13px;
    padding: 7px;
    line-height: 16px;
    text-align: right;
}

#lead .ad1{
    background-color: orange;
    width: 560px;
    height: 60px;
    margin: 0px auto;
    float: none;
}
#lead .ad2{
    background-color: orange;
    width: 300px;
    height: 65px;
    margin: 0px auto;
}
.media{
    padding-bottom: 20px;
}
.media .galleryPack, .media .videoPack{
    padding: 0px;
    width: 556px;
    float: left;
}
.media .videoPack{
    margin-right: 9px;
}
.media .galleryPack{
    margin-left: 9px;
}
.media a.single {
    display: block;
    width: 25.0%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.media .videoPack a.single {
    border-right: 1px solid white;
}
.media .galleryPack a.single {
    border-left: 1px solid white;
}
.media .img{
    position: relative;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}
.media .pikto{
    position: absolute;
    font-size: 50px;
    color: rgba(255,255,255,0.6);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.media a.single:hover .pikto{
    -webkit-transform: scale(2) translate(-25%, -25%);
    -moz-transform: scale(2) translate(-25%, -25%);
    -ms-transform: scale(2) translate(-25%, -25%);
    -o-transform: scale(2) translate(-25%, -25%);
    transform: scale(2) translate(-25%, -25%);
    color: rgba(255,255,255,0);
}
.media .text{
    background-color: #34495e;
    color: white;
    height: 100%;
    margin: 0px;
    padding: 7px 0px 0px 0px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.media a.single:hover .text{
    color: #383838;
    background-color: #EAEAEA;
}
.media .date{
    margin: 0px 7px 7px 7px;
    font-size: 10px;
    text-transform: uppercase;
}
.media .title{
    margin: 7px;
    font-size: 13px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
}
.media .button{
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 7px 0px;
    padding: 0;
}
.main{
    background: none !important;
}
.main .all{
    background-color: white;
    padding: 10px !important;
}
.main .left{
    width: 820px !important;
}
.main .block{
    padding-bottom: 20px;
    text-align: center;
}
.main .ad2{
    margin-top: 20px;
}
.main .lastPhoto span.tytul, .lastVideo span.tytul{
    background: #34495e;
}
.main .competitions div.button{
    background: #eaeaea !important;
}
.main .competitions div.button.active{
    background: #34495e !important;
}
.main .competitions .wrapper{
    background: #34495e !important;
}
.main .competitions .clas{
    background: #34495e !important;
}
.main .competitions .hill .date, .competitions .hill .title{
    background: rgba(52, 73, 94, 0.8) !important;
}
.main .survey{
    text-align: left;
}
.main .survey .question{
    background: #34495E !important;
}
.newsOlder{
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin-left: -10px;
}
.newsOlder .col-md-4{
    width: 33.333%;
    float: left;
}
.newsOlder img{
    width: 100%;
}
.newsOlder .text{
    position: relative;
    padding: 10px 0px 30px 0px;
}
.newsOlder .comm{
    float: left;
}
.newsOlder .author{
    float: right;
}
.newsOlder .date{
    font-size: 10px;
    text-transform: uppercase;
}
.newsOlder .title{
    margin-top: 7px;
    font-size: 15px;
    line-height: 19px;
}
.newsOlder .short{
    margin: 15px 0px 10px 0px;
}

.newsOldest{
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
.newsOldest .single{
    margin-bottom: 7px;
}
.newsOldest .date{
    font-size: 10px;
    text-transform: uppercase;
}
.settings{
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding: 10px 0px;
}
.footer{
    background: #34495e !important;
    margin-bottom: 0px !important;
}
.footer ul.main{
    width: 100%;
    margin: 10px 0px !important;
    padding: 10px !important;
}
.footer li{
    text-shadow: none !important;
    font-size: 10px !important;
    font-weight: normal !important;
    border: 0px !important;
    text-transform: none;
}
.footer li.bottomMenu{
    margin: 0px !important;
    padding: 0px !important;
    width: 16.66666667% !important;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    float: left;
    font-size: 13px !important;
    line-height: 16px;
    text-transform: uppercase;
}
.credits{
    background: #34495e !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.credits .text{
    color: white !important;
}
.credits img{
    opacity: 1 !important;
}