art/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * Slick 
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}
.slider.slick-slider.theme-1 {
    position: relative;
}
.slider.slick-slider.theme-1 button[class*='slick-'] {
    width: 62px;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    border: none;
    text-indent: -9999px;
    opacity: 0;
    cursor: pointer;
}
.slider.slick-slider.theme-1:hover button[class*='slick-'] {
    opacity: .7;
}
.slider.slick-slider.theme-1 button[class*='slick-']:hover {
    opacity: 1;
}

.slider.slick-slider.theme-1 button.slick-next {
    right: 0;
    background-image: url('img/arrow_right.png');
}
.slider.slick-slider.theme-1 button.slick-prev {
    left: 0;
    background-image: url('img/arrow_left.png');
}

#main-content #right-content .slider.slick-slider.slick-initialized.theme-1 .box {
    margin-bottom: 0;
    margin-right: 15px !important;
}
#main-content #right-content .slider.slick-slider.slick-initialized.theme-1 .box.hidden {
    margin-right: 0 !important;
    display: none !important;
    visibility: hidden !important;
}

/* GRID SYSTEM... */
.left {
    float: left;
}

#article-detail .left .weather{
    padding: 40px 0 0 0;

}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clearfix::after {
    content:"";
    display:table;
    clear:both;
}
.main-wrapp {
    /*width: 100%;*/
    width: 1445px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.inner {
    width: calc(100% - 68px);
    /*max-width: 1030px;*/
    /*min-width: 1030px;*/
    margin: 0 auto;
}
.col-1-3 {
    width: 31.3%;
    margin: 0 1%;
}


*,
*::after,
*::before { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}
html {
    background: #f2eded;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 15px;
    color: #494949;
    font-weight: 400;
}
body {
    font-size: 15px;
}

a {
    color: #e84242;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
button {
    -webkit-appearance: none;
    display: inline-block;
}

h2 {
    font-size: 1.8em;
    font-weight: 300;
}
h3 {
    font-weight: 600;
    font-size: 1em;
}

form.style-form {}
form.style-form input,
form.style-form button {
    -webkit-appearance: none;
}
form.style-form button {
    border: none;
}
form.style-form input {
    height: 38px;
    line-height: 38px;    
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px #e3e3e3 solid;
    background: #fff;
}
form.style-form label {
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    display: block;
}
form.style-form .form-row {
    margin: 12px 0;
    text-align: left;
}
form.style-form .form-row.center {
    text-align: center;
}
form.style-form a {
    color: #000;
}
form.style-form input[type="radio"].style-it,
form.style-form input[type="checkbox"].style-it {
    display: none;
}
form.style-form input[type="radio"].style-it + label,
form.style-form input[type="checkbox"].style-it + label {
    background: url('img/checkbox.png') left 50% no-repeat;
    color: #000;
    padding-left: 40px;
    min-height: 30px;
    padding-top: 9px;
    cursor: pointer;
}
form.style-form input[type="radio"].style-it.invalid + label,
form.style-form input[type="checkbox"].style-it.invalid + label {
    color: rgba(224,45,45,1);
}
form.style-form input[type="radio"].style-it:checked + label,
form.style-form input[type="checkbox"].style-it:checked + label {
    background-image: url('img/checkbox_checked.png');
}

form.style-form input.invalid {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(224,45,45,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(224,45,45,1);
    box-shadow: inset 0px 0px 0px 1px rgba(224,45,45,1);
}
form.style-form input.valid {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(67,194,25,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(67,194,25,1);
    box-shadow: inset 0px 0px 0px 1px rgba(67,194,25,1);
}
.style-select {
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(197,197,197,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(197,197,197,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(197,197,197,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(197,197,197,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(197,197,197,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(197,197,197,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    padding-right: 40px;
    position: relative;
}
.style-select::after {
    width: 40px;
    height: 40px;
    background: url('img/select_arrow.png') 50% 50%;
    background-size: cover;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
.style-select select {    border: none;
                                          box-shadow: none;
                                          background-color: transparent;
                                          background-image: none;
                                          -webkit-appearance: none;
                                          -moz-appearance: none;
                                          appearance: none;
}


.highlight {
    color: #d30f0f;
}

.label {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
}
.label.label-green {
    color: #fff;
    background: rgb(42,174,93); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(42,174,93,1) 0%, rgba(33,141,82,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,174,93,1)), color-stop(100%,rgba(33,141,82,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(33,141,82,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(33,141,82,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(33,141,82,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(42,174,93,1) 0%,rgba(33,141,82,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aae5d', endColorstr='#218d52',GradientType=0 ); /* IE6-9 */
}

.btn {
    border-radius: 3px;
    /*padding: 20px 50px;*/
    font-size: 1em;
    display: inline-block;
    text-decoration: none;
    padding: 17px 25px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn.btn-red {
    color: #fff;
    background: rgb(42,174,93); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(42,174,93,1) 0%, rgba(201,31,38,1) 0%, rgba(152,24,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,174,93,1)), color-stop(0%,rgba(201,31,38,1)), color-stop(100%,rgba(152,24,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(201,31,38,1) 0%,rgba(152,24,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(201,31,38,1) 0%,rgba(152,24,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(42,174,93,1) 0%,rgba(201,31,38,1) 0%,rgba(152,24,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(42,174,93,1) 0%,rgba(201,31,38,1) 0%,rgba(152,24,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aae5d', endColorstr='#98181c',GradientType=0 ); /* IE6-9 */
}
.btn.btn-red:hover {
    background: rgb(152,24,28); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(152,24,28,1) 0%, rgba(201,31,38,1) 100%, rgba(42,174,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,24,28,1)), color-stop(100%,rgba(201,31,38,1)), color-stop(100%,rgba(42,174,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(152,24,28,1) 0%,rgba(201,31,38,1) 100%,rgba(42,174,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(152,24,28,1) 0%,rgba(201,31,38,1) 100%,rgba(42,174,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(152,24,28,1) 0%,rgba(201,31,38,1) 100%,rgba(42,174,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(152,24,28,1) 0%,rgba(201,31,38,1) 100%,rgba(42,174,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98181c', endColorstr='#2aae5d',GradientType=0 ); /* IE6-9 */
}
.btn.btn-green {
    color: #fff;
    background: rgb(137,175,53); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(137,175,53,1) 0%, rgba(101,130,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,175,53,1)), color-stop(100%,rgba(101,130,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,175,53,1) 0%,rgba(101,130,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,175,53,1) 0%,rgba(101,130,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,175,53,1) 0%,rgba(101,130,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,175,53,1) 0%,rgba(101,130,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89af35', endColorstr='#65822a',GradientType=0 ); /* IE6-9 */
}
.btn.btn-green:hover {
    background: rgb(101,130,42); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(101,130,42,1) 0%, rgba(137,175,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,130,42,1)), color-stop(100%,rgba(137,175,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(101,130,42,1) 0%,rgba(137,175,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(101,130,42,1) 0%,rgba(137,175,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(101,130,42,1) 0%,rgba(137,175,53,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(101,130,42,1) 0%,rgba(137,175,53,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65822a', endColorstr='#89af35',GradientType=0 ); /* IE6-9 */
}
.btn.btn-gray {
    color: #fff;
    background: rgb(55,60,73); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(55,60,73,1) 0%, rgba(32,35,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,60,73,1)), color-stop(100%,rgba(32,35,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(55,60,73,1) 0%,rgba(32,35,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(55,60,73,1) 0%,rgba(32,35,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(55,60,73,1) 0%,rgba(32,35,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(55,60,73,1) 0%,rgba(32,35,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373c49', endColorstr='#20232a',GradientType=0 ); /* IE6-9 */
}
.btn.btn-gray:hover {
    background: rgb(32,35,42); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(32,35,42,1) 0%, rgba(55,60,73,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,35,42,1)), color-stop(100%,rgba(55,60,73,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(32,35,42,1) 0%,rgba(55,60,73,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(32,35,42,1) 0%,rgba(55,60,73,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(32,35,42,1) 0%,rgba(55,60,73,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(32,35,42,1) 0%,rgba(55,60,73,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20232a', endColorstr='#373c49',GradientType=0 ); /* IE6-9 */
}


header#main-header .sub-opener.opened,
.sub-opener.opened {
    color: #e84242;
}
.sub-opener.ico.opened {
    opacity: .2;
}

.sub-content {
    display: none;
    position: absolute;
    left: 32px;
    top: -20px;
    margin-top: -15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    z-index: 100;
}

.sub-content-search {
    top: 48px;
    left: auto;
    right: 28px;
    padding: 10px 20px 0;
    width: 450px;
}

header#main-header {
    width: 100%;
    text-align: center;
    color: #696969;
}

header#main-header a {
    text-decoration: none;
    color: #696969;
}
header#main-header a:hover {
    color: #d30f0f;
}

header#main-header .date-box{
    text-align: left;
    padding: 10px 35px 0 29px;
}

header#main-header .date-box ul {
    padding: 0 0;
    margin: 0 0;
    list-style-type: none;
    font-size: .9em;
}

header#main-header .date-box ul {
    float: left;
    width: 50%;
}
header#main-header .date-box ul li {
    display: inline-block;
    margin: 0 5px;
}

header#main-header .date-box ul li.sep {
    width: 1px;
    height: 15px;
    background: #c3c3c3;
    content: "";
}

header#main-header .date-box .login-item{
    float: right;
    width: 50%;
    text-align: right;

}

section nav{
    background: #a20a1b;
    border-bottom: 1px solid #900716;
    min-height: 33px;
    padding: 0 0 0 15px;
}


.theme-orange section nav{
    background: #C5500F;
}

.theme-brown section nav{
    background: #796A25;
}

.theme-green section nav{
    background: #9BBB56;
}

.theme-yellow section nav{
    background: #D8C41E;
}

.theme-black section nav{
    background: #2A2A2A;
}

.news .scrollbar-inner{
    background: #eee;
    border-radius: 5px;
    height: 1658px;
    overflow: hidden;


}

.news .scrollbar-inner .news-item{
    background: #fff;
    margin: 3px 0 7px 3px;
    width: 280px;
    padding: 7px 12px 0px 12px;
    border-radius: 5px;
}

.news .scrollbar-inner .news-item p{
    font-size: 0.9em;
    color: #888;
    line-height: normal;
}

.news .scrollbar-inner .news-item p.news-image{
    float: left;
    padding: 0 12px 0 0;
}

.news .scrollbar-inner .news-item h3{
    font-size: 0.9em;
    padding: 0 0 11px 0;
    line-height: normal;
}

.news .scrollbar-inner .news-item a{
    color: #b0081b;
}

.news .scrollbar-inner .news-item p.news-footer{
    padding: 8px 0 10px 0;
}

section.slogan{
    text-align: center;
    color: #515151;
    font-size: 1.0em;
    padding: 70px 0 0 0;
}

section.slogan p{
    padding: 5px 0 0 0;

}

section .category-opener{
    display: none;
}

section nav ul{
    margin: 0px;
    padding: 0px;
    width: 80%;
    display: block;
    float: left;
}

section nav ul li{
    display: inline-block;
    position: relative;
    color: #ba5661;
    padding: 0 0 0 0px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
}

section nav ul li:after{
    content: "|";
}

section nav ul li a{
    color: #e9e9e9 !important;
    text-decoration: none;
    padding: 0 12px;
}

section nav ul li a:hover{
    text-decoration: underline;
}



section nav .sub-opener[data-sub-open="search"] {
    float: right;
    background: url('img/ico-loupe.png') no-repeat center left;
    width: 24px;
    height: 33px;
    display: block;
    padding: 0 20px 0 0;
    margin: 0 37px 0 0;
    cursor: pointer;

}

header#main-header .date-box .login-item a{
    color: #696969;
    background: url("img/ico-person.jpg") no-repeat center left;
    text-decoration: none;
    padding: 0 0 0 23px;
}

header#main-header .sub-opener.ico {
    position: absolute;
    left: 0px;
    top: 39px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

header#main-header .sub-content {
    width: 264px;
}

header#main-header .sub-opener[data-sub-open="menu"] {
    background-image: url('img/menu-opener.jpg');
    width: 24px;
    height: 17px;
}

header#main-header .sub-content[data-sub-id="menu"] {
    width: 200px;
}
header#main-header .sub-content[data-sub-id="menu"] ul {
    text-align: left;
}
header#main-header .sub-content[data-sub-id="menu"] ul li {
    display: block;
    border-bottom: 1px rgba(0,0,0,.1) solid;
}
header#main-header .sub-content[data-sub-id="menu"] ul li a {
    padding: 15px 20px;
    display: block;
}

header#main-header .sub-content[data-sub-id="menu"] ul li.desktop-hide {
    display: none;
}

header#main-header #logo{
    position: relative;
    clear: both;
    content: "";
    margin-top: 12px;
    border-top: 1px solid #d5d5d5;
}

#top-content #main-cats.index {
    display: none !important;
}

#main-content {
    background: url('img/theme/red_bg.png') 0 0 repeat-x #fff;
}
#main-content section .section-content {
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-left: none;
    padding: 12px 0;
}
#main-content section header.section-header h2,
#main-content aside header.section-header h2 {
    margin: 25px 0;
    color: #fff;
}
#main-content section header.section-header.white-bg h2,
#main-content aside header.section-header.white-bg h2 {
    color: #bd1e23;
    font-weight: 400;

}
#main-content section header.section-header {
    color: #ff9797;
}

#main-content h2.ico-rukojmi,
#main-content h2.ico-rukojmi{
    background: url("img/ico-rukojmi.png") no-repeat center left;
    height: 34px;
    padding-left: 40px;
    font-size: 1.4em;
    line-height: 28px;

}

#main-content .topView h2.ico-rukojmi {
    color: #494949;
    background: url("img/ico-rukojmi-dark.png") no-repeat center left;
}

#main-content section header.section-header h2.ico-rukojmi,
#main-content aside header.section-header h2.ico-rukojmi {
    margin-left: 22px;
}

.article-banner{
    clear: both;
    padding: 0px 0 30px;
    text-align: center;
}

#main-content section header.section-header a {
    color: #fff;
    text-decoration: none;
}
#main-content section header.section-header a:hover,
#main-content section header.section-header li.active a {
    text-decoration: underline;
}
#main-content section header.section-header .order-wrapp {
    display: none;
}
#main-content section header.section-header ul.order {
    vertical-align: bottom;
    margin-top: 32px;
}
#main-content section header.section-header ul.order li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}
#main-content aside {
    width: 297px;
}
#main-content aside section {
    margin-bottom: 20px;
}
#main-content aside nav {
    width: 292px;
    border-radius: 5px;
    background: #f5f5f5;
    font-size: .95em;
}
#main-content aside nav ul {}
#main-content aside nav ul li {}
#main-content aside nav ul li a {
    position: relative;
    padding: 18px 25px 18px 10px;
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px #eaeaea solid;
}
#main-content aside nav ul li.all-articles a {
    padding-left: 30px;
}
#main-content aside nav ul li.active a,
#main-content aside nav ul li a:hover {
    color: #fff;
}
#main-content aside nav ul li a span.bg {
    position: absolute;
    height: 100%;
    width: 316px;
    top: 0;
    left: -10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#main-content aside nav ul li.active a span.bg,
#main-content aside nav ul li a:hover span.bg {
    background-image: url('img/active_cat.png');
}
#main-content aside nav ul li a span.title,
#main-content aside nav ul li a span.ico {
    position: relative;
    z-index: 1;
}
#main-content aside nav ul li a span.ico {
    margin-right: 5px;
    width: 40px;
    display: inline-block;
    text-align: center;
}
#main-content aside nav ul li a span.ico img {
    vertical-align: middle;
    position: relative;
    top: -3px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    opacity: .5;
}
#main-content aside nav ul li.active a span.ico img,
#main-content aside nav ul li a:hover span.ico img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    -o-filter: invert(0%);
    -ms-filter: invert(0%);
    opacity: 1;
}
#main-content aside .popular {
    width: 292px;
    margin-bottom: 30px;
}
/*#main-content aside section.popular header.section-header h2 {
    color: #212224;
}*/

#main-content aside .weather {}
#main-content aside .weather header h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 700;
}
#main-content aside .weather .weather-day {
    width: 54px;
}
#main-content aside .weather .weather-day .link {
    text-decoration: none;
    color: #000;
    text-align: center;
}
#main-content aside .weather .weather-day h4 {
    text-transform: uppercase;
    margin-bottom: 2px;
}
#main-content aside .weather .weather-day img {
    max-width: 42px;
    max-height: 42px;
    margin: 8px auto;
    display: block;
}
#main-content aside .weather .weather-day u {
    font-weight: 600;
    width: 100%;
    display: block;
    color: #15385d;
}
#main-content aside .weather .weather-day:hover u  {
    text-decoration: none;
}
#main-content aside .weather .weather-map {
    width: 122px;
    text-align: center;
    margin-left: 6px;
}
#main-content aside .weather .weather-map .link {
    color: #15385d;
}
#main-content aside .weather .weather-map .link h4 {
    text-decoration: underline;
    margin-bottom: 4px;
}
#main-content aside .weather .weather-map .link:hover h4 {
    text-decoration: none;
}
#main-content aside .weather .weather-map img {
    max-width: 100%;
    max-height: 76px;
}
#main-content aside .weather .weather-long {
    text-align: center;
    margin-top: 6px;
}
#main-content aside .weather .weather-long .link {
    color: #15385d;
    text-decoration: underline;
    font-weight: 600;
    padding-right: 16px;
}
#main-content aside .weather .weather-long .link:hover {
    text-decoration: none;
}

#main-content aside .currency-rates {
    margin-top: 30px;
}
#main-content aside .currency-rates .section-header {
    margin-bottom: 5px;
} 
#main-content aside .currency-rates .section-header h3 {
    color: #000;
    width: 150px;
    font-size: 1em;
    font-weight: 700;
}
#main-content aside .currency-rates .section-header a {
    color: #b9151c;
    text-decoration: underline;
    font-size: .8em;
    padding-top: 3px;
}
#main-content aside .currency-rates .section-header a:hover {
    text-decoration: none;
}
#main-content aside .currency-rates .rate {
    line-height: 20px;
    vertical-align: middle;
    margin: 3px 0;
}
#main-content aside .currency-rates .rate img,
#main-content aside .currency-rates .rate span {
    vertical-align: middle;
    display: inline-block;
}
#main-content aside .currency-rates .rate .currency-ico {
    width: 29px;
    height: 20px;
    line-height: 16px;
}
#main-content aside .currency-rates .rate .currency-ico img {
    max-width: 100%;
    max-height: 18px;
    vertical-align: middle;
}
#main-content aside .currency-rates .rate span.currency {
    width: 68px;
}
#main-content aside .currency-rates .rate span.val {
    width: 60px;
    text-align: left;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: auto 14px;
}
#main-content aside .currency-rates .rate span.val.increase {
    background-image: url('img/increase.png');
}
#main-content aside .currency-rates .rate span.val.decrease {
    background-image: url('img/decrease.png');
}
section#main-cats button.slick-next,
section#main-cats button.slick-prev {
    display: none !important;
}



#main-content aside .banner {
    width: 100%;
    margin-top: 30px;
}
#main-content aside .banner a {
    display: block;
    text-align: right;
}
#main-content aside .banner a img {
    max-width: 100%;
}
#main-content #article-detail aside .banner {
    display: none;
}

#main-content #article-detail aside .banner {
    display: block;
}


#main-content aside .surveys {
    border: 1px #efefef solid;
    background: #f7f7f7;
    padding: 10px 10px;
}
#main-content aside .surveys .section-header h3 {
    color: #000;
    padding: 5px 0 15px 0;
}
#main-content aside .surveys .survey {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
}
#main-content aside .surveys .survey header h3 {
    color: #000;
    padding: 8px 0;
}
#main-content aside .box.margin-top {
    margin-top: 20px;
}


.survey .chart-row {
    font-size: .9em;
    margin: 8px 0;
}
.survey .chart-row .chart-label {
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
}

.survey .chart-row .chart {
    height: 14px;
    content: "";
    border-radius: 2px;
}
.survey .chart-row .chart-val {
    margin-left: 8px;
}

.survey .chart-row.theme-1 {
    color: #78bd37;
}
.survey .chart-row.theme-1 .chart {
    background: rgb(177,234,79); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(177,234,79,1) 6%, rgba(79,158,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgba(177,234,79,1)), color-stop(100%,rgba(79,158,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(177,234,79,1) 6%,rgba(79,158,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(177,234,79,1) 6%,rgba(79,158,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(177,234,79,1) 6%,rgba(79,158,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(177,234,79,1) 6%,rgba(79,158,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1ea4f', endColorstr='#4f9e27',GradientType=0 ); /* IE6-9 */
}

.survey .chart-row.theme-2 {
    color: #c32438;
}
.survey .chart-row.theme-2 .chart {
    background: rgb(238,74,90); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,74,90,1) 0%, rgba(170,14,36,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,74,90,1)), color-stop(100%,rgba(170,14,36,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,74,90,1) 0%,rgba(170,14,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,74,90,1) 0%,rgba(170,14,36,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,74,90,1) 0%,rgba(170,14,36,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,74,90,1) 0%,rgba(170,14,36,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4a5a', endColorstr='#aa0e24',GradientType=0 ); /* IE6-9 */
}

.survey footer {
    padding-top: 6px;
    color: #939393;
    font-size: .8em;
}

#main-content aside .video-adv {
    border: 1px #efefef solid;
    background: #f7f7f7;
    padding: 10px 10px;
}
#main-content aside .video-adv .section-header h3 {
    padding: 10px 0 10px 0;
    color: #000;
}
#main-content aside .video-adv header {
    margin-bottom: 5px;
}
#main-content aside .video-adv header a {
    color: #2a78c0;
    text-decoration: none;
}
#main-content aside .video-adv article header {
    margin-bottom: 10px;

}
#main-content aside .video-adv article {
    line-height: 1.5;
}
#main-content aside .video-adv header a:hover {
    text-decoration: underline;
}
#main-content aside .video-adv .video {
    margin: 5px 0 20px;
}

#main-content #right-content {
    width: 1071px;
}
#main-content #right-content .box {
    width: 347px;
    margin-right: 15px;
    margin-bottom: 20px;
    height: 525px;
}

#main-content #right-content .box:nth-child(4) {
    clear: both;
}

#main-content #other-articles {
    display: none;
}
#main-content #other-articles .section-header h2 {
    color: #222;
}


#main-content #right-content .box:nth-child(3n) {
    margin-right: 0;
}

#main-content {}
article.article {
    font-family: "Times New Roman", "serif";
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.4;
    position: relative;
    /*margin-right: 10px;*/
}
article.article header {
    color: #000;
    line-height: 1.2;
}
article.article header .labels {
    position: absolute;
    top: -5px;
    right: 12px;
    font-family: "Open Sans";
}
article.article header a {
    color: #000;
    text-decoration: none;
}
article.article header a:hover {
    text-decoration: underline;
}
article.article {
    width: 100%;
}
article.article figure {
    width: 100%;
}

article.article.s1 figure {
    height: 213px;
    line-height: 213px;
    overflow: hidden;
}
article.article.s1 figure a {
    display: block;
    overflow: hidden;
    text-align: center;
}
article.article.s1 figure a img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
article.article.s1 .article-content {
    padding: 20px 20px;
}
article.article.s1 header {
    margin-bottom: 35px;
}
article.article.s1  .article-content .article-prev-text {
    margin-bottom: 35px;
}
article.article.s1 .article-content .article-prev-text a {
    color: #000;
    text-decoration: underline;
}
article.article.s1 .article-content .article-prev-text a:hover {
    text-decoration: none;
}
article.article.s1 footer {
    border-top: 1px #e7e7e7 solid;
    padding: 5px 0;
    font-size: .8em;
    font-family: "Open Sans";
    font-weight: 600;
    color: #7c7c7c;
}
article.article.s1 footer .sep {
    margin: 0 8px;
    width: 1px;
    height: 11px;
    background: #dbdbdb;
    display: inline-block;
    vertical-align: middle;
}
article.article.s1 footer a {
    color: #d30f0f;
    text-decoration: none;
}
article.article.s1 footer a:hover {
    text-decoration: underline;
}



article.article.s4 {
    margin: 20px 0;
}
article.article.s4 figure {
    width: 28%;
    height: 133px;
    line-height: 133px;
    overflow: hidden;
}
article.article.s4 figure a {
    display: block;
    overflow: hidden;
    text-align: center;
    height: 133px;
}
article.article.s4 figure a img {
    max-width: 100%;
    max-height: 100%;
    /*max-height: 133px;*/
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
article.article.s4 .article-content {
    width: 72%;
    padding: 5px 0 5px 20px;
    font-size: .95em;
}
article.article.s4 header {
    margin-bottom: 22px;
}
article.article.s4  .article-content .article-prev-text {
    margin-bottom: 22px;
}
article.article.s4 .article-content .article-prev-text a {
    color: #000;
    text-decoration: underline;
}
article.article.s4 .article-content .article-prev-text a:hover {
    text-decoration: none;
}
article.article.s4 footer {
    border-top: 1px #e7e7e7 solid;
    padding: 5px 0;
    font-size: .8em;
    font-family: "Open Sans";
    font-weight: 600;
    color: #7c7c7c;
}
article.article.s4 footer .sep {
    margin: 0 8px;
    width: 1px;
    height: 11px;
    background: #dbdbdb;
    display: inline-block;
    vertical-align: middle;
}
article.article.s4 footer a {
    color: #d30f0f;
    text-decoration: none;
}
article.article.s4 footer a:hover {
    text-decoration: underline;
}

article.article.s3 {
    background: #f2e6e6;
    border-radius: 5px;
    padding: 18px 18px;
    color: #000;
    border: 1px #f6dddd solid;
}
article.article.s3 a {
    color: #860000;
    text-decoration: underline;
}
article.article.s3 a:hover {
    text-decoration: none;
}
article.article.s3 header {
}
article.article.s3 header a {
    color: #860000;
    text-decoration: underline;
}
article.article.s3 header a:hover {
    text-decoration: none;
}
article.article.s3 figure {
    max-height: 213px;
    overflow: hidden;
}
article.article.s3 figure a {
    display: block;
    overflow: hidden;
    text-align: center;
}
article.article.s3 figure a img {
    max-width: 100%;
    max-height: 100%;
}
article.article.s3 .article-content {
    padding: 0 0;
    margin-top: 10px;
    font-weight: 500;
}
article.article.s3 .article-content .article-prev-text {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: .95em;
}



article.article.s2 {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.39);
    padding-bottom: 15px;
}
article.article.s2 figure {
    height: 165px;
    line-height: 165px;
    overflow: hidden;
    text-align: center;
}
article.article.s2 figure a img {
    max-width: 100%;
    max-height: 100%;
}
article.article.s2 .article-content {
    padding: 15px 15px;
}
article.article.s2 .article-content header {
    margin-bottom: 10px;
}
article.article.s2 .article-content .article-prev-text,
article.article.s2 footer {
    font-size: .9em;
}
article.article.s2 footer {
    margin-top: 5px;
}


article.author.author-box {
    line-height: 1.3;
    padding: 30px 0;
    border-top: 1px #e2e2e2 solid;
}
article.author.author-box:first-child {
    border-top: none;
}
article.author.author-box figure { 
    width: 20%;
}
article.author.author-box figure a {
    max-width: 100%;

}
article.author.author-box figure a img {
    max-width: 100%;
    border-radius: 50%;
    border: 1px #e2e2e2 solid;
}
article.author.author-box .article-content {
    padding-left: 40px;
    width: 80%;
    color: #000;
    margin-top: 8px;
}
article.author.author-box .article-content header {
    margin-bottom: 4px;
}
article.author.author-box .article-content header a h3 {
    font-size: 1.2em;
}
article.author.author-box .article-content header a {
    color: #000;
    text-decoration: none;
}
article.author.author-box .article-content header a:hover {
    text-decoration: underline;
}
article.author.author-box .article-content .article-prev-text {
    font-size: .9em;
    margin-top: 8px;
}
article.author.author-box .article-content footer {
    margin-top: 20px;
}
article.author.author-box footer a {
    color: #000;
    text-decoration: none;
}
article.author.author-box footer a:hover {
    text-decoration: underline;
}
article.author.author-box footer .sep {
    height: 12px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #666666;
    margin: 0 4px;
}

.author .avatar {
    width: 76px;
    height: 76px;
    margin-right: 30px;
}
.author .avatar img {
    max-width: 100%;
    max-height: 100%;
}
.author {}
.author .name {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
.author .bio {
    font-size: .9em;
    margin-bottom: 10px;
}
.author .social-links .sep {
    width: 1px;
    height: 12px;
    background: #b0b0b0;
    margin: 0 5px;
    display: inline-block;
    content: "";
}
.author .social-links a {
    text-decoration: none;
}
.author .social-links a:hover {
    text-decoration: underline;
}
.author .social-links .facebook {
    color: #4867b3;
}
.author .social-links .twitter {
    color: #00abec;
}
article.author.author-box footer a.all-articles {
    text-decoration: underline;
}
article.author.author-box footer a.all-articles:hover {
    text-decoration: underline;
}





#authors-list,
#author-detail #author {
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px 20px 30px;
}
#author-detail #author .article.author.author-box {
    padding-bottom: 0;
}
#author-detail #author-articles .section-header {
    background: #f7f7f7;
    border-bottom: 1px #e2e2e2 solid;
    line-height: 60px;
    padding-left: 25px;
    color: #000 !important;
}
#author-detail #author-articles .section-header a {
    color: #000 !important;
}


#author-detail #author-articles .order-title {
    color: #000;
}
#author-detail #author-articles ul.order {
    margin-top: 0;
}
#author-detail #author-articles ul.order li a {
    color: #d30f0f;
}

.other-articles header {
    text-align: center;
    margin-bottom: 30px;
}
.other-articles ul {
    padding: 0 20px;
    margin: 0 0;
    line-height: 1.3;
    font-size: .9em;
}
.other-articles ul li {
    list-style-type: none;
    border-top: 1px #dbdbdb solid;
    padding: 8px 0;
}
.other-articles ul li:first-of-type {
    border-top: none;
}
.other-articles ul li a {
    font-weight: 600;
    color: #801417;
    text-decoration: none;
}
.other-articles ul li a:hover {
    text-decoration: underline;
}
.other-articles footer {
    margin-top: 20px;
    text-align: center;
}

#photo-of-the-week {
    width: calc(100% + 34px);
}
#photo-of-the-week .slide {
    height: 217px;
    margin-right: 8px;
}
#photo-of-the-week .slide a {
    display: inline-block;
    height: 100%;
}
#photo-of-the-week .slide a img {
    height: 100%;
    border-radius: 3px;
}


#latest-news {
    width: calc(100% + 34px);
}
#latest-news .slide {
    width: 268px;
    margin-right: 15px;
    padding: 2px 2px;
}
#latest-news .banner-slide {
    width: auto;
}
#latest-news .slide .banner a img {
    max-width: 268px;
    max-height: 411px;
}


#tags {
    color: #e84242;
    padding: 15px 0;
}
#tags .title {
    color: #868686;
}
#banner-tags {
    width: 100%;
}
#banner-tags a img {
    max-width: 100%;
}



#top-content {}
#top-content #main-cats {}
#top-content #main-cats nav {
    margin-left: 32px;
    width: 915px;
}
#top-content #main-cats nav ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
}
#top-content #main-cats nav ul li {
    display: inline-block;
    margin: 35px 14px;
}
#top-content #main-cats nav ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;

}

#top-content #main-cats nav ul li a.active,
#top-content #main-cats nav ul li a:hover {
    text-decoration: underline;
}
#main-content #right-content #article-detail-wrapp {
    width: 710px;
} 
#main-content #right-content #article-detail-aside {
    width: 345px;
    margin-top: 77px;
}
#main-content #right-content #article-detail-aside .box {
    width: 300px;
    margin-right: 0;
}
#main-content #right-content #article-detail-aside article {
    margin: 0 0 0 0;
}
#main-content #right-content #article-detail-aside .banner {
    text-align: right;
    margin-bottom: 20px;
}

article#article-detail {}
article#article-detail header#article-detail-header,
article#article-detail .article-detail-content {
    font-family: "Times New Roman", "serif";
}
article#article-detail #top-content {}
article#article-detail header#article-detail-header {
    position: relative;
    width: 100%;
    height: 455px;
    line-height: 455px;
    text-align: center;
    color: #fff;
}
article#article-detail header#article-detail-header .article-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

article#article-detail header#article-detail-header .error-article-image {
    background: #2F363C;
}

article#article-detail header#article-detail-header .article-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

article#article-detail header#article-detail-header .article-image img.no-img {
    min-width: 100%;
    max-height: 100%;
}

article#article-detail header#article-detail-header .overlay {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    line-height: 1;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row /* works with row or column */
        flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    /*    display: -ms-flexbox;
        display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-align-items: center;*/
}
article#article-detail header#article-detail-header .center {
    width: 100%;
}
article#article-detail header#article-detail-header h2 {
    font-size: 3.2em;
    width: 65%;
    margin: 25px auto;
    line-height: 1.3;
}
article#article-detail header#article-detail-header .author {
    line-height: 76px;
    font-family: 'Open Sans';
}
article#article-detail header#article-detail-header .author img {
    vertical-align: middle;
    max-height: 76px;
    max-width: 100px;
    border-radius: 50%;
    border: 1px #5b656b solid;
    margin-right: 20px;
}
article#article-detail header#article-detail-header .author a {
    color: #fff;
}
article#article-detail #article-detail-info {
    height: 78px;
    padding: 31px 0 29px 0;
    color: #8b8b8b;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: -25px;
}
article#article-detail .social {
    max-width: 100%;
}
article#article-detail .social .fb-like,
article#article-detail .social .twitter-share-button,
article#article-detail .social .fb-share-button 
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
article#article-detail #article-detail-info .social-btns {
    position: relative;
    top: -2px;
}
article#article-detail #article-detail-info .social-btns .fb-like,
article#article-detail #article-detail-info .social-btns .fb-share-button {
    position: relative;
    top: -4px;
}
article#article-detail .social .fb-like,
article#article-detail .social .fb-share-button 
{
    /*height: 36px;*/
}
article#article-detail .social .social-btns {
    position: relative;
    top: -5px;
    margin-left: 10px;
}

article#article-detail .article-detail-content {
    color: #000;
    line-height: 1.7;
    font-size: 1.1em;
}
article#article-detail .article-detail-content .preview {
    font-size: 1.1em;
    margin: 68px 0 40px 0;
}
article#article-detail .article-detail-content img {
    max-width: 100%;
}
article#article-detail .article-detail-content p {
    margin: 20px 0;
}
.page-kontakt #article-detail .article-detail-content{
    padding: 35px 0 0 0;
}

.page-kontakt #article-detail .article-detail-content h3,
.page-kontakt #article-detail .article-detail-content p{
    font-family: Arial, Baskerville, monospace;
}

article#article-detail .article-detail-content h3,
article#article-detail .article-detail-content h4,
article#article-detail .article-detail-content h5,
article#article-detail .article-detail-content h6 {
    font-weight: 600;
}
article#article-detail .article-detail-content h3 {
    font-size: 1.4em;
}
article#article-detail .article-detail-content h4 {
    font-size: 1.2em;
}
article#article-detail .article-detail-content h5 {
    font-size: 1em;
}
article#article-detail .article-detail-content h6 {
    font-size: .9em;
}

article#article-detail .article-detail-content ul,
article#article-detail .article-detail-content ol {
    margin-left: 25px;
}
article#article-detail .article-detail-content ul {
    list-style-type: disc;
}
article#article-detail .article-detail-content ol {
    list-style-type: decimal;
}

article#article-detail .article-detail-content table {
    border: 1px rgba(0,0,0,.2) solid;
}
article#article-detail .article-detail-content table tr {
    border-top: 1px rgba(0,0,0,.05) solid;
}
article#article-detail .article-detail-content table tr:first-child {
    border-top: none;
}
article#article-detail .article-detail-content table tr td {
    border-left: 1px rgba(0,0,0,.05) solid;
    padding: 7px 25px;
}
article#article-detail .article-detail-content table tr td:first-child {
    border-left: none;
}
article#article-detail footer#article-footer {
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    padding: 20px 0 20px 20px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

article#article-detail #article-comments .section-header {   
    padding: 37px 0 29px 20px;
}
article#article-detail #article-comments .section-header .social-btns {
    top: -3px;
}
article#article-detail #article-comments .section-header h3 {
    color: #000;
    font-size: 1.2em;
}
article#article-detail #article-comments #disqus_thread {
    padding: 20px 20px;
    border: 1px #c9cfd9 solid;
    border-radius: 2px;
}

#registration-wrapp {
    background: #fff;
    border-radius: 5px;
    padding: 30px 0;
}
#registration-wrapp form.style-form {
    width: 385px;
    border-right: 3px #f7f7f7 solid;
}
#registration-wrapp #login-wrapp,
#registration-wrapp #forgotten-password {
    width: 50%;
}
#registration-wrapp #login-wrapp form,
#registration-wrapp #forgotten-password form {
    width: 100%;
}
#registration-wrapp #login-wrapp h2,
#registration-wrapp #forgotten-password h2 {
    text-align: left;
    padding-left: 125px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

#registration-wrapp form.style-form .label-wrapp {
    width: 126px;
    text-align: right;
}
#registration-wrapp form.style-form .label-wrapp label {
    text-align: right;
    padding: 8px 15px;
}
#registration-wrapp form.style-form .input-wrapp {
    width: 200px;
}
#registration-wrapp form.style-form .checkbox-wrapp {
    padding-left: 126px;
    font-size: .85em;
}
#registration-wrapp form.style-form .button-wrapp {
    margin-left: 126px;
    width: 200px;
    margin-top: 25px;
}

#registration-wrapp form.style-form .btn-login button{
    width: 200px;
    margin-top: 25px;

}

#registration-wrapp form.style-form .button-wrapp .btn {
    width: 100%;
}

#registration-wrapp .why {
    width: 325px;
    padding: 20px 30px;
    line-height: 1.3;
}
#registration-wrapp .why h2 {
    font-weight: 600;
    color: #000;

}
#registration-wrapp .why ul {
    margin: 50px 0;
}
#registration-wrapp .why ul li {
    margin: 8px 0;
}
#registration-wrapp .why ul span {
    display: inline-block;
    vertical-align: top;
}
#registration-wrapp .why ul span.ico {
    width: 7px;
}
#registration-wrapp .why ul span.text {
    width: 250px;
}
#registration-wrapp .why .why-links a {
    display: block;
    margin: 15px 0;
}

footer#main-footer::after {
    position: absolute;
    top: -86px;
    width: 100%;
    height: 86px;
    display: none;
    content: "";
}
footer#main-footer {
    position: relative;
    margin-top: 86px;
}
footer#main-footer .main {
    background: #222222;
    padding: 50px 20px;
}
footer#main-footer a {
    color: #afafaf;
    text-decoration: underline;
}
footer#main-footer a:hover {
    text-decoration: none;
}
footer#main-footer .footer-logo {
    width: 28%;
    text-align: center;
}

footer#main-footer .footer-logo p.footer-slogan{
    color: #fff;
    padding: 0 20px;
    font-size: 0.9em;
}

footer#main-footer .footer-logo a {
    display: block;
    margin-top: 77px;
}
footer#main-footer .footer-logo a img {
    max-width: 90%;
    height: auto;
    max-height: 100px;
}
footer#main-footer .col-1 h3 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
}
footer#main-footer .col-1 {
    width: 24%;
}
footer#main-footer .col-1 ul.border {
    border-left: 1px #383838 solid;
    height: 193px;
    padding-left: 20px;
    margin-top: 20px;
}
footer#main-footer .col-1 ul.border li a {
    margin-top: 20px;
    display: block;
} 
footer#main-footer .col-1 ul.border li:first-child a {
    margin-top: 0;
}
footer#main-footer .col-1 ul.border li.social {
    margin-top: 38px;
}
footer#main-footer .col-1 ul.border li.social a {
    display: inline-block;
    margin: 0 16px 0 0;
    transition: all .1s;
}
footer#main-footer .col-1 ul.border li.social a:hover {
    opacity: .7;
}
footer#main-footer .bottom {
    background: #000;
    padding: 12px 0;
    font-size: .8em;
    color: #858585;
}
footer#main-footer .bottom a {
    color: #858585;
    margin-right: 6px;
    text-decoration: none;
}
footer#main-footer .bottom a:hover {
    text-decoration: underline;
}

#authors-list .pagination,
#articles-list .pagination {
    text-align: center;
}

/*
 * THEME COLORS....
 */
.theme-def a,
.theme-def #tags,
.theme-def .highlight,
.theme-def header#main-header a:hover,
.theme-def header#main-header .sub-opener.opened,
.theme-def .sub-opener.opened,
.theme-def header#main-header .sub-content[data-sub-id="login"] a.user {
    color: #e84242;
}
.theme-def header#main-header nav {
    border-color: #2a2e39;
}
.theme-def #main-content {
    background: url('img/theme/red_bg.png') 0 0 repeat-x #fff;
}
.theme-def #main-content section header.section-header {
    color: #ff9797;
}
.theme-def #main-content aside nav ul li.active a span.bg,
.theme-def #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-def article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-def article.article.s3 a,
.theme-def article.article.s3 header a {
    color: #860000;
}
.theme-def footer#main-footer::after {
    background: url('img/theme/red_bg_bottom.png') bottom left repeat-x;
}
.theme-def section#main-cats {
    background: #b0081b;
}


.theme-red a,
.theme-red #tags,
.theme-red .highlight,
.theme-red header#main-header a:hover,
.theme-red header#main-header .sub-opener.opened,
.theme-red .sub-opener.opened,
.theme-red header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}

.theme-red header#main-header nav {
    border-color: #b0081b;
}
.theme-red #main-content {
    background: url('img/theme/red_bg.png') 0 0 repeat-x #fff;
}
.theme-red #main-content section header.section-header {
    color: #ff9797;
}
.theme-red #main-content aside nav ul li.active a span.bg,
.theme-red #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-red article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}


.theme-red .topView article.article.s3 {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 10px 21px -4px rgba(176,176,176,1);
    -moz-box-shadow: 0px 10px 21px -4px rgba(176,176,176,1);
    box-shadow: 0px 10px 21px -4px rgba(176,176,176,1);
}

.theme-red article.article.s3 a,
.theme-red article.article.s3 header a {
    color: #860000;
}
.theme-red footer#main-footer::after {
    background: url('img/theme/red_bg_bottom.png') bottom left repeat-x;
}


.theme-def section#main-cats {
    background: #b0081b;
}
.theme-green a,
.theme-green #tags,
.theme-green .highlight,
.theme-green header#main-header a:hover,
.theme-green header#main-header .sub-opener.opened,
.theme-green .sub-opener.opened,
.theme-green header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #266403;
}
.theme-green header#main-header nav {
    border-color: #9bbb56;
}
.theme-green #main-content {
    background: url('img/theme/green_bg.png') 0 0 repeat-x #fff;
}
.theme-green #main-content section header.section-header {
    color: #5da344;
}
.theme-green #main-content aside nav ul li.active a span.bg,
.theme-green #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-green article.article.s3 {
    background: #f4f8e9;
    border-color: #e2ebd0;
}
.theme-green article.article.s3 a,
.theme-green article.article.s3 header a {
    color: #266403;
}
.theme-green section#main-cats {
    background: #7d9f2f;
}
.theme-green footer#main-footer::after {
    background: url('img/theme/green_bg_bottom.png') bottom left repeat-x;
}


/* CSS Document */
.theme-orange a,
.theme-orange #tags,
.theme-orange .highlight,
.theme-orange header#main-header a:hover,
.theme-orange header#main-header .sub-opener.opened,
.theme-orange .sub-opener.opened,
.theme-orange header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-orange header#main-header nav {
    border-color: #c5500f;
}
.theme-orange #main-content {
    background: url('img/theme/orange_bg.png') 0 0 repeat-x #fff;
}
.theme-orange #main-content section header.section-header {
    color: #ff9797;
}
.theme-orange #main-content aside nav ul li.active a span.bg,
.theme-orange #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-orange article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-orange article.article.s3 a,
.theme-orange article.article.s3 header a {
    color: #860000;
}
.theme-orange footer#main-footer::after {
    background: url('img/theme/orange_bg_bottom.png') bottom left repeat-x;
}

.theme-purple a,
.theme-purple #tags,
.theme-purple .highlight,
.theme-purple header#main-header a:hover,
.theme-purple header#main-header .sub-opener.opened,
.theme-purple .sub-opener.opened,
.theme-purple header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-purple header#main-header nav {
    border-color: #732D72;
}

.theme-purple #main-content {
    background: url('img/theme/purple_bg.png') 0 0 repeat-x #fff;
}
.theme-purple #main-content section header.section-header {
    color: #ff9797;
}
.theme-purple #main-content aside nav ul li.active a span.bg,
.theme-purple #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-purple article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-purple article.article.s3 a,
.theme-purple article.article.s3 header a {
    color: #860000;
}
.theme-purple footer#main-footer::after {
    background: url('img/theme/purple_bg_bottom.png') bottom left repeat-x;
}

.theme-blue a,
.theme-blue #tags,
.theme-blue .highlight,
.theme-blue header#main-header a:hover,
.theme-blue header#main-header .sub-opener.opened,
.theme-blue .sub-opener.opened,
.theme-blue header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-blue header#main-header nav {
    border-color: #56a0bb;
}
.theme-blue #main-content {
    background: url('img/theme/blue_bg.png') 0 0 repeat-x #fff;
}
.theme-blue #main-content section header.section-header {
    color: #ff9797;
}
.theme-blue #main-content aside nav ul li.active a span.bg,
.theme-blue #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-blue article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-blue article.article.s3 a,
.theme-blue article.article.s3 header a {
    color: #860000;
}
.theme-blue footer#main-footer::after {
    background: url('img/theme/blue_bg_bottom.png') bottom left repeat-x;
}

/* CSS Document */
.theme-black a,
.theme-black #tags,
.theme-black .highlight,
.theme-black header#main-header a:hover,
.theme-black header#main-header .sub-opener.opened,
.theme-black .sub-opener.opened,
.theme-black header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-black header#main-header nav {
    border-color: #2a2a2a;
}
.theme-black #main-content {
    background: url('img/theme/black_bg.png') 0 0 repeat-x #fff;
}
.theme-black #main-content section header.section-header {
    color: #ff9797;
}
.theme-black #main-content aside nav ul li.active a span.bg,
.theme-black #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-black article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-black article.article.s3 a,
.theme-black article.article.s3 header a {
    color: #860000;
}
.theme-black footer#main-footer::after {
    background: url('img/theme/black_bg_bottom.png') bottom left repeat-x;
}

.theme-brown a,
.theme-brown #tags,
.theme-brown .highlight,
.theme-brown header#main-header a:hover,
.theme-brown header#main-header .sub-opener.opened,
.theme-brown .sub-opener.opened,
.theme-brown header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-brown header#main-header nav {
    border-color: #796a25;
}
.theme-brown #main-content {
    background: url('img/theme/brown_bg.png') 0 0 repeat-x #fff;
}
.theme-brown #main-content section header.section-header {
    color: #ff9797;
}
.theme-brown #main-content aside nav ul li.active a span.bg,
.theme-brown #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-brown article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-brown article.article.s3 a,
.theme-brown article.article.s3 header a {
    color: #860000;
}
.theme-brown footer#main-footer::after {
    background: url('img/theme/brown_bg_bottom.png') bottom left repeat-x;
}

.theme-yellow a,
.theme-yellow #tags,
.theme-yellow .highlight,
.theme-yellow header#main-header a:hover,
.theme-yellow header#main-header .sub-opener.opened,
.theme-yellow .sub-opener.opened,
.theme-yellow header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-yellow header#main-header nav {
    border-color: #d8c41e;
}
.theme-yellow #main-content {
    background: url('img/theme/yellow_bg.png') 0 0 repeat-x #fff;
}
.theme-yellow #main-content section header.section-header {
    color: #ff9797;
}
.theme-yellow #main-content aside nav ul li.active a span.bg,
.theme-yellow #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-yellow article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-yellow article.article.s3 a,
.theme-yellow article.article.s3 header a {
    color: #860000;
}
.theme-yellow footer#main-footer::after {
    background: url('img/theme/yellow_bg_bottom.png') bottom left repeat-x;
}

.theme-darkblue a,
.theme-darkblue #tags,
.theme-darkblue .highlight,
.theme-darkblue header#main-header a:hover,
.theme-darkblue header#main-header .sub-opener.opened,
.theme-darkblue .sub-opener.opened,
.theme-darkblue header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-darkblue header#main-header nav {
    border-color: #353E83;
}
.theme-darkblue #main-content {
    background: url('img/theme/darkblue_bg.png') 0 0 repeat-x #fff;
}
.theme-darkblue #main-content section header.section-header {
    color: #353E83;
}
.theme-darkblue #main-content aside nav ul li.active a span.bg,
.theme-darkblue #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-darkblue article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-darkblue article.article.s3 a,
.theme-darkblue article.article.s3 header a {
    color: #860000;
}
.theme-darkblue footer#main-footer::after {
    background: url('img/theme/darkblue_bg_bottom.png') bottom left repeat-x;
}

.theme-greenBlue a,
.theme-greenBlue #tags,
.theme-greenBlue .highlight,
.theme-greenBlue header#main-header a:hover,
.theme-greenBlue header#main-header .sub-opener.opened,
.theme-greenBlue .sub-opener.opened,
.theme-greenBlue header#main-header .sub-content[data-sub-id="login"] a.user  {
    color: #e84242;
}
.theme-greenBlue header#main-header nav {
    border-color:#357A83;
}
.theme-greenBlue #main-content {
    background: url('img/theme/greenBlue_bg.png') 0 0 repeat-x #fff;
}
.theme-greenBlue #main-content section header.section-header {
    color: #ff9797;
}
.theme-greenBlue #main-content aside nav ul li.active a span.bg,
.theme-greenBlue #main-content aside nav ul li a:hover span.bg {
    background-image: url('img/theme/red_active_cat.png');
}
.theme-greenBlue article.article.s3 {
    background: #f2e6e6;
    border-color: #f6dddd;
}
.theme-greenBlue article.article.s3 a,
.theme-greenBlue article.article.s3 header a {
    color: #860000;
}
.theme-greenBlue footer#main-footer::after {
    background: url('img/theme/greenBlue_bg_bottom.png') bottom left repeat-x;
}

#respo-checker {
    display: none;
}

#wide-checker {
    display: block !important;
}

#tmp-storage {
    display: none !important;
}
/*@media (max-width: 1680px) {
    .homePageLi {
        display: none !important;
    }
}*/

@media (max-width: 1480px), (max-device-width: 1480px)  {
    article#article-detail header#article-detail-header .article-image img{
        max-width: 100%;
        max-height: 100%;
    }

    #wide-checker {
        display: none !important;
    }
    .main-wrapp  {
        width: 1100px;
    }
    #main-content #right-content {
        width: 710px;
    }
    #main-content #right-content .box:nth-child(3n) {
        margin-right: 15px;
        clear: none;
    }

    #main-content #right-content .box:nth-child(4) {

        clear: none;
    }
    #main-content #right-content .box:nth-child(2n) {
        margin-right: 0;
    }
    #main-content #right-content #article-detail-aside {
        display: none;
    }
    #main-content #article-detail aside .banner {
        display: block;
    }

    #top-content #main-cats nav {
        width: 87%;
        margin-left: 15px;
    }
}

@media (max-width: 1064px){

    /*.article-banner{
        clear: both;

    }

   .article-banner a img {
        max-width: 100%;
    }*/
}

@media (max-width: 768px), (max-device-width: 768px)  {

    article#article-detail .article-detail-content{
        overflow: hidden;
    }

    .article-banner{
        padding: 0px;
        clear: none;
    }

    .article-banner a img{
        max-width: 100%;
    }


    #main-content section header.section-header {
        display: none;
    }

    .sub-content-search{
        top: 73px;
        width: 94%;
        right: 3%;
    }

    article#article-detail header#article-detail-header {
        line-height: normal;
    }

    #respo-checker {
        display: block;
    }

    h2 {
        font-size: 1.25em;
    }
    .main-wrapp {
        min-width: 0;
        width: 100%;
    }
    .inner {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
        /*  width: calc(100% - 30px); */
    }
    .slider.slick-slider.theme-1 button[class*='slick-'] {
        display: none !important;
    }



    header#main-header .date-box {
        padding: 10px 2% 0 1%;
    }

    header#main-header .date-box .login-item,
    header#main-header .date-box ul{
        width: auto;
    }


    form.style-form input {
        height: 45px;
        line-height: 45px;
    }

    header#main-header nav {
        border-color: #85ab34;
    }   
    header#main-header .left, header#main-header .right {
        padding-top: 19px;
    }
    header#main-header h1 {
        max-width: 50%;
        height: 56px;
        line-height: 53px;
    }
    header#main-header h1 a img {
        max-height: 60px;
    }
    header#main-header .sub-content[data-sub-id="menu"] ul li.desktop-hide {
        display: block;
    }
    header#main-header ul.login,
    header#main-header .date {
        display: none;
    }
    header#main-header .sub-opener[data-sub-open="menu"],
    header#main-header .sub-opener[data-sub-open="search"],
    header#main-header .sub-opener.ico[data-sub-open="login"] {
        position: absolute;
        margin: 0 0;
    }
    header#main-header .sub-opener.ico[data-sub-open="login"] {
        display: block;
        left: 55px;
        margin-top: -10px;
    }
    header#main-header .sub-opener[data-sub-open="menu"] {
        left: 8px;
    }
    header#main-header .sub-opener[data-sub-open="search"] {
        right: 8px;
    }

    header#main-header .sub-content[data-sub-id="menu"],
    header#main-header .sub-content[data-sub-id="search"],
    header#main-header .sub-content[data-sub-id="login"] {
        left: 0;
        width: 100%;
        margin-top: 0;
    }
    header#main-header .sub-content[data-sub-id="menu"] ul li a  {
        padding: 20px 20px;
    }

    header#main-header .col-1-3 {
        width: auto;
    }
    header#main-header .sub-opener.ico {
        height: 40px;
        width: 40px;
        margin-top: -10px;
        z-index: 999;
    }

    #main-wrapp section nav{
        height: 68px;
    }


    header#main-header .sub-opener[data-sub-open="menu"]{
        background: url('img/hamburger-mobile.png') no-repeat center center;
        width: 35px;
        height: 68px;
        left: 15px;
    }

    #main-wrapp section .category-opener{
        background: url('img/hamburger-category.png') no-repeat center left;
        width: 35px;
        height: 68px;
        display: block;
        float: left;
        cursor: pointer;
    }

    section nav .sub-opener[data-sub-open="search"] {
        height: 68px;
    }

    #main-wrapp section nav ul{
        display: none;
    }

    #main-wrapp section nav{
        position: relative;
    }

    #main-wrapp section nav p.mobile-title-show{
        color: #fff;
        font-size: 1.1em;

        position: absolute;
        top: 25px;
        left: 73px;
    }

    #main-wrapp section nav ul{
        position: absolute;
        top: 68px;
        left: 0px;
        z-index: 100;
        width: 100%;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    }

    #main-wrapp section nav ul li{
        display: block;
        background: #fff;
        /*border-bottom: 1px solid #000;*/
        border-bottom: 1px rgba(0,0,0,.1) solid;
        height: auto;

    }

    #main-wrapp section nav ul li:last-child{
        border: none;
    }

    #main-wrapp section nav ul li:after{
        content: "";
    }

    #main-wrapp section nav ul li a{
        color: #696969 !important;
        padding: 20px;
        display: block;
    }

    #top-content #main-cats.index {
        display: block !important;
    }

    #landing {
        height: 180px;
    }
    #landing .slider .slide {
        height: 180px;
    }
    #landing .slider .slide a {
        height: 180px;
        line-height: 180px;
    }

    #main-content section header.section-header .order-wrapp {
        margin-top: 15px;
        display: block;
        padding: 0 30px 0 15px;

    }
    #main-content section header.section-header select.order {
        display: block;
        height: 40px;
        line-height: 40px;
    }
    #main-content section header.section-header ul.order {
        display: none;
    }

    /*#main-content aside {
        display: none;
    }*/

    #main-content aside {
        width: 100%;
        margin-bottom: 30px;
    }

    .news .scrollbar-inner{
        width: 100%;
    }

    .news .scrollbar-inner{
        height: 216px;
        max-height: none;
        width: 100%;
        overflow: hidden;

    }

    .news .scrollbar-inner .scrollbar-inner-wrap{
        width: 600%;
        height: 196px;
        overflow: hidden;
    }

    .news .scrollbar-inner .news-item{
        width: 30%;
        height: 196px;
        float: left;
        margin: 12px 0px 0 12px;
    }

    #main-content aside section{
        display: none;
    }

   /* #main-content aside section.topView{
        display: block;

    }*/

    #main-content aside section.topView .box .box{
        width: 32%;
        float: left;

        margin: 0px 0 0 1%;
    }

    #main-content aside section.topView .box .box article{
        min-height: 586px;
    }

    #main-content aside section.topView .box .box article .article-prev-text-perex{
        height: 289px;
        overflow: hidden;
    }

    #main-content aside section.news{
        display: block;
    }

    #main-content #right-content {
        width: 100%;
    }

    #main-content #home-articles-list .other-articles {
        display: none;
    }
    #main-content #other-articles {
        display: none;
    }

    #tags .title {
        display: none;
    }

    #main-content #articles-list .box {
        width: 100%;
    }
    section#main-cats {
        /*background: rgba(0,0,0,.4);*/
        margin-top: -18px;
        margin-bottom: 18px;
        position: relative;
    }
    section#main-cats.index {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        margin-left: 0; 
        background: #b0081b;
    }
    section#main-cats button.slick-next {
        display: block !important;
        background: url('img/arrow_right.png') 50% 50% no-repeat;
        position: absolute;
        right: -25px;
        top: 0;
        width: 30px;
        height: 54px;
        background: url('img/arrow_right.png') 50% 50% no-repeat;
        background-size: 10px auto;
        text-indent: -9999px;
        border: none !important;
        cursor: pointer;
    }
    section#main-cats .section-header {
        display: none;
    }
    section#main-cats {
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden;
    }
    #top-content #main-cats nav {
        width: calc(100% - 40px);
        margin: 0 auto;
        float: none;

    }
    #top-content #main-cats nav ul li {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    #top-content #main-cats nav ul li a:hover {
        text-decoration: none;
    }
    article#article-detail header#article-detail-header {
        height: auto;
    }
    article#article-detail header#article-detail-header .overlay {
        padding: 34px 20px;
    }
    article#article-detail header#article-detail-header h2 {
        width: 100%;
        font-size: 1.7em;
    }
    article#article-detail #top-content {
        padding-top: 18px;
    }
    article#article-detail header#article-detail-header .author {
        font-size: .8em;
    }
    article#article-detail header#article-detail-header .author img {
        max-height: 56px;
    }
    article#article-detail #article-detail-info .social {
        width: 100%;
        position: relative;
        height: auto;
    }
    article#article-detail #article-detail-info .social .social-btns {
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin-top: 6px;
    }
    article#article-detail #article-detail-info .social .social-btns .fb-like {
        margin-left: 0;
    }
    article#article-detail #article-detail-info {
        padding: 15px 0 70px 0;
        margin-bottom: 0;
    }
    article#article-detail #article-detail-info .social {
    }
    article#article-detail .article-detail-content .preview {
        margin: 15px 0;
    }
    article#article-detail .article-detail-content h3 {
        font-size: 1.1em;
    }
    article#article-detail .article-detail-content table {
        max-width: 100% !important;
        width: 100% !important;
    }
    article#article-detail footer#article-footer {
        padding-left: 0;
        font-size: .9em;
    }
    article#article-detail footer#article-footer .author .avatar {
        width: 15%;
        margin-right: 6%;
    }
    article#article-detail footer#article-footer .author .desc {
        width: 78%;
    }
    article#article-detail #article-comments .section-header {
        padding: 15px 0;
    }
    article#article-detail #article-comments .section-header .social {
        float: none;
        margin: 25px 0 25px 0;
        width: 100%;
    }   
    article#article-detail #article-comments .section-header .social .social-btns {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    article#article-detail #article-comments .section-header .social .social-btns .fb-like {
        margin-left: 0;
    }
    article.author.author-box footer a.all-articles {
        display: block;
    }
    #authors-list article.author.author-box footer .sep:first-of-type {
        display: none;
    }
    article.author.author-box {
        font-size: .9em;
        padding: 15px 0;
    }
    article.author.author-box .article-content footer {
        margin-top: 0;
        /*font-size: .9em;*/
    }
    article.author.author-box .article-content footer .sep {
        height: 8px;
    }
    article.author.author-box .article-content .article-prev-text {
        display: block;
    }


    #main-content #author-articles header.section-header select.order {
        width: 100%;
        margin-top: 0;
    }
    #main-content #author-articles header.section-header {
        margin-bottom: 10px;
    }
    #author-articles header.section-header .order-wrapp {
        float: left;
    }
    #author-articles header.section-header h2.order-title {
        display: none;
    }
    #author-articles article.article.s4 {
        margin: 10px 0;
    }
    #author-articles article.article.s4 figure {
        height: 80px;
        line-height: 80px;
        width: 35%;
    }
    #author-articles article.article.s4 figure a {
        height: 80px;
        line-height: 80px;
    }
    #author-articles article.article.s4 figure a img {
        max-height: 80px;
        vertical-align: middle;
    }

    #author-articles article.article.s4 header {
        margin-bottom: 8px;
    }
    #author-articles article.article.s4 .article-content {
        width: 65%;
    }
    #author-articles article.article.s4 .article-content .article-prev-text {
        /*display: none;*/
    }
    #author-articles article.article.s4 .article-content footer .author,
    #author-articles article.article.s4 .article-content footer .sep {
        display: none;
    }
    #author-detail #author-articles .section-header {
        background: none;
        line-height: 1;
        border-bottom: 0;
        padding: 0 0;
        margin-top: -20px;
    }
    section#registration-wrapp {
        padding: 0 0;
    }
    #registration-wrapp #login-wrapp h2, 
    #registration-wrapp #forgotten-password h2 {
        margin-top: 20px;
        padding-left: 0;
        text-align: center;
    }
    #registration-wrapp .form {
        width: 100%;
    }
    #registration-wrapp form.style-form,
    #registration-wrapp #login-wrapp,
    #registration-wrapp #forgotten-password {
        width: 100%;
    }
    #registration-wrapp form.style-form .label-wrapp,
    #registration-wrapp form.style-form .label-wrapp label {
        text-align: left;
        padding-left: 0;
    }

    #registration-wrapp form.style-form .form-row {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #registration-wrapp form.style-form .label-wrapp,
    #registration-wrapp form.style-form .input-wrapp,
    #registration-wrapp form.style-form .button-wrapp {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #registration-wrapp form.style-form .checkbox-wrapp {
        padding-left: 0;
    }
    #registration-wrapp form.style-form .button-wrapp {
        margin-top: 0;
    }
    #registration-wrapp .why {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #registration-wrapp .why ul {
        margin: 10px 0;
    }
    #registration-wrapp .why ul span.ico {
        width: 4%;
    }
    #registration-wrapp .why ul span.text {
        width: 94%;
    }

    #latest-news,
    #photo-of-the-week,
    #other-articles,
    #home-articles-list .slider {
        width: calc(100% + 15px);
    }

    #main-content #right-content .slider.slick-slider.slick-initialized.theme-1 .box {
        width: auto;
        height: auto;
    }

    #main-content #right-content .box:nth-child(3n) {
        clear: none;
    }

    .slick-slider.slick-initialized article.article.s1 {
        width: 240px;
        font-size: .9em;
        margin-top: 5px;
    }
    .slick-slider.slick-initialized article.article.s1 figure,
    .slick-slider.slick-initialized article.article.s1 figure a {
        height: 130px;
    }
    .slick-slider.slick-initialized article.article.s1 figure a  img {
        max-width: 150%;
        max-height: 150%;
    }
    .slick-slider.slick-initialized article.article.s1 .article-content {
        padding: 10px 10px;
    }
    .slick-slider.slick-initialized article.article.s1 .article-content .article-prev-text,
    .slick-slider.slick-initialized article.article.s1 header {
        margin-bottom: 10px;
    }


    footer#main-footer::after {
        display: block;
    }
    footer#main-footer .footer-logo {
        width: 100%;
        margin-bottom: 30px;
    }
    footer#main-footer .footer-logo a {
        margin-top: 0;
    }
    footer#main-footer .col-1 {
        width: 33%;
    }
    footer#main-footer .col-1 ul.border {
        height: auto;
    }

    footer#main-footer .bottom {
        text-align: center;
    }
    footer#main-footer .bottom .left,
    footer#main-footer .bottom .right {
        float: none;
    }
    footer#main-footer .bottom .left {
        margin-bottom: 15px;
    }
    #main-content #right-content #article-detail-wrapp {
        width: 100%;
    }
}

@media (max-width: 581px), (max-device-width: 581px)  {
    header .date-box{
        display: none;
    }

    header#main-header #logo {
        border: none;
        margin-top: 0px;
    }


}

@media (max-width: 568px), (max-device-width: 568px)  {


    header#main-header h1 {
        max-width: 70%; 
    }
    header#main-header .sub-opener.ico[data-sub-open="login"] {
        display: none;
    }
    #landing {
        height: 100px;
    }
    #landing .slider .slide {
        height: 100px;
    }
    #landing .slider .slide a {
        height: 100px;
        line-height: 100px;

    }
    footer#main-footer .col-1 {
        width: 100%;
        margin: 20px 0;
    }

    header#main-header .sub-opener.ico {
        height: 100%;
        top: 0px;
        margin: 0px;

    }

    header#main-header #logo img{
        max-width: 70%;
    }
}

#author-articles .pagination{
    text-align: center;
}

.photo{
    margin: 0px;
    padding: 0px;
}

.photo li{
    margin: 0px;
    padding: 0px;
    width: 20%;
    display: inline-block;
    margin: 5px;
}

.photo li a img{
    max-width: 100%;

}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.err-msg{
    border: 2px solid #E02D2D;
    color: #E02D2D;
    background: #F7AEAD;
    border-radius: 3px;
    padding: 20px 10px;
    margin: 0 0px 20px;
    font-weight: bold;
}

.true-msg{
    border: 2px solid #78BE37;
    background: #ACF9CC;
    color: #000;
    border-radius: 3px;
    padding: 20px 10px;
    margin: 0 0px 20px;
    font-weight: bold;
}


#registration-wrapp .true-msg,
#registration-wrapp .err-msg{
    margin: 0 30px 20px;
}

.surveys .true-msg,
.surveys .err-msg{
    margin: 0 0px 20px;
}

.video-result{
    background: #fff;
}

.gallery{
    padding: 0 0 20px 0;
}

.gallery a{
    display: inline-block;
    height: 100px;
    margin: 10px;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 2px;

}

.gallery a img{
    max-width: 100%;
    max-height: 100%;
}

#debate-wrap{
    padding: 30px 0 30px 0;
}


#debate-wrap .debate-header{
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;

}

#debate-wrap h3{
    color: #393939;
    font-size: 1.1em;
    padding: 0 0 0 20px;
}

#debate-wrap .debate-header-left{
    float: left;
    width: 30%;
}

#debate-wrap .debate-header-left .btn{
    width: 180px;
    text-align: center;

}

#debate-wrap .debate-header-right{
    float: left;
    color: #a7a7a7;
    padding: 17px 0 0 0;
    width: 60%;
}

#debate-wrap .debate-header-right a{
    color: #414141;
}

#debate-wrap .debate-no-coment{
    clear: both;
    padding: 20px 0 0 20px;
}

#debate-wrap .debate-form-left{
    width: 80%;
    float: left;
    padding: 1px 0 0 0;
}

#debate-wrap .debate-form-right{
    width: 20%;
    float: right;
    text-align: right;
}

#debate-wrap .debate-form-first{
    padding: 20px 0 0 20px;
    border-bottom: 1px solid #e0e0e0;
}

#debate-wrap textarea{
    width: 100%;
    resize: vertical;
    border: 2px solid #cecece;
    border-radius: 3px;
    padding: 5px;
    font-size: 1.0em;
    font-family:  'Open Sans', 'sans-serif';
}

#debate-wrap textarea.invalid{
    border: 2px solid #E02D2D;
}

#debate-wrap .pagination{
    padding: 20px 0 0 0;
    text-align: center;
}

#debate-wrap button{
    border: none;
}

#debate-wrap .debate-item {
    padding: 20px 20px 0;
}

#debate-wrap .debate-subItem{
    padding: 20px 0px 0 94px;
}

#debate-wrap .debate-item-dark{
    background: #f7f7f7;
}

#debate-wrap .debate-item h4{
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0;
    float: left;
}

#debate-wrap .debate-item p.date{
    display: none;
    float: right;
    color: #959595;
    font-size: 0.9em;
}

#debate-wrap .debate-item .debate-img{
    width: 74px;
    float: left;

}

#debate-wrap .debate-item .debate-img img{
    border-radius: 50%;
    max-width: 100%;
}

#debate-wrap .debate-item .debate-text{
    width: 84%;
    float: right;
    padding: 6px 0 0 0;
}

#debate-wrap .debate-item .like-box{
    padding: 15px 0 0 0;
}

#debate-wrap .debate-item .like-box .green{
    color: #7b9d31;
}

#debate-wrap .debate-item .like-box .red{
    color: #ec0100;
    padding: 0 10px 0px 0;
}

#debate-wrap .debate-item .like-box a{
    visibility: hidden;
}

#debate-wrap .debate-item .like-box img{
    vertical-align: middle;
    margin: 5px;
}

#debate-wrap .debate-item .like-box a{
    text-decoration: none;
}

#debate-wrap .debate-item .debate-item-wrap:hover p.date{
    display: block;
}

#debate-wrap .debate-item .debate-item-wrap:hover .like-box a{
    visibility: visible;
}

@media all and (max-width: 660px) {
    #debate-wrap .debate-item .debate-img {
        display: none;
    }

    #debate-wrap .debate-item .debate-text {
        float: none;
        width: 100%;
    }

    #debate-wrap .debate-form-left {
        float: none;
        width: 100%;
        padding: 0 20px 0 0;
    }

    #debate-wrap .debate-form-right {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 20px 0 0;
    }

    #debate-wrap .debate-form-right button{
        width: 100%;
    }

    #debate-wrap .debate-header-left{
        width: 100%;
        float: none;
    }

    #debate-wrap .debate-header-left .btn {
        width: 100%;
    }

    #debate-wrap .debate-header-right {
        clear: both;
        float: none;
        width: 100%;
    }
}

#cookies-information{
    text-align: center;
    padding: 10px 0;
    background: #B0081B;
    color: #fff;
    font-size: 0.8em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;

}

#cookies-information a{
    color: #fff;
    text-decoration: underline;
}

#cookies-information a:hover{
    text-decoration: none;
}

a#allow-cookies-button{
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 2px 10px;
}

@media all and (max-width: 1480px) {
    section nav ul li {
        display: block;
        float: left;
    }
}

@media all and (max-width: 1480px) {
    section nav ul{
        width: 90%;
        padding: 7px 0 0 0;
    }

    section nav ul li a {
        padding:  0 7px;
    }

    section nav ul li {
        display: block;
        float: left;
    }
}


#main-header .vanoce{
    text-align: center;
    padding: 0 0 29px 0;
}

#main-header .vanoce .tree-left{
    position: absolute;
    top: 123px;
    right: 334px;
}


#main-header .vanoce .tree-right{
    position: absolute;
    top: 123px;
    left: 334px;
}

#main-header .vanoce .banka-left{
    position: absolute;
    top: 39px;
    left: 427px;
}

#main-header .vanoce .banka-right{
    position: absolute;
    top: 39px;
    right: 395px;
}

#main-header .vanoce .snow{
    background: url('../images/vanoce/snih_1.png') no-repeat bottom center;
    height: 31px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0px;
}

@media (max-width: 1480px), (max-device-width: 1480px)  {
    #main-header .vanoce .tree-left{
        right: 163px;
    }


    #main-header .vanoce .tree-right{

        left: 163px;
    }

    #main-header .vanoce .banka-left{

        left: 265px;
    }

    #main-header .vanoce .banka-right{

        right: 234px;
    }

}

@media (max-width: 768px), (max-device-width: 768px)  {

    #main-header .vanoce{
        padding: 20px 20px 40px;
    }


    #main-header .vanoce .tree-left{
        display: none;
    }


    #main-header .vanoce .tree-right{

        display: none;
    }

    #main-header .vanoce .banka-left{

        display: none;
    }

    #main-header .vanoce .banka-right{
        display: none;

    }
}

article#article-detail .article-detail-content .priceListPage{
    font-family: 'Open Sans', 'sans-serif';
    margin: 44px 0 0 0;
}
article#article-detail .article-detail-content .priceListPage table{
    width: 100%;
    border: 2px solid #edf1f4;
    font-size: 0.8em;
    margin: 20px 0 0 0;
}

article#article-detail .article-detail-content .priceListPage table thead th{
    text-align: center;
    font-weight: bold;
    background: #eceff3;

}

article#article-detail .article-detail-content .priceListPage table tr,
article#article-detail .article-detail-content .priceListPage table tr td,
article#article-detail .article-detail-content .priceListPage table tr th{
    border: none;
    padding: 10px 6px;
}

article#article-detail .article-detail-content .priceListPage table thead th:first-child{
    text-align: left;
}

article#article-detail .article-detail-content .priceListPage table tbody tr th{
    text-align: left;
    font-weight: 600;
    font-size: 0.9em;
}

article#article-detail .article-detail-content .priceListPage table tbody tr td{
    text-align: center;
}

article#article-detail .article-detail-content .priceListPage table tbody tr td:last-child{
    text-align: left;
}

article#article-detail .article-detail-content .priceListPage table tbody tr th,
article#article-detail .article-detail-content .priceListPage table tbody tr td{
    background: #eef1f5;
}

article#article-detail .article-detail-content .priceListPage table tbody tr:nth-child(2n+1) th,
article#article-detail .article-detail-content .priceListPage table tbody tr:nth-child(2n+1) td{
    background: #fff;
}

article#article-detail .article-detail-content .priceListPage p{
    line-height: 1.2em;
}

article#article-detail .article-detail-content .priceListPage p em{
    font-style: oblique;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 0.7em;
}

article#article-detail .article-detail-content .priceListPage h3{
    border-bottom: 3px solid #eaebf4;
    font-size: 0.9em;
    padding: 0 0 20px 0;
    margin: 55px 0 0 0;
}

article#article-detail .article-detail-content .priceListPage .priceBanner{
    width: 50%;
    float: left;
    padding: 30px 0 0 0;
}

article#article-detail .article-detail-content .priceListPage .priceBanner:nth-child(2n+1){
    clear: both;
}

article#article-detail .article-detail-content .priceListPage .priceBanner h4{
    font-size: 0.9em;

}

article#article-detail .article-detail-content .priceListPage .priceBanner img{
    max-width: 100%;

}


@media (max-width: 768px), (max-device-width: 642px)  {
    article#article-detail .article-detail-content .priceListPage .priceBanner{
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

.banner-position-1{
    margin: 84px 0 0 0;
}

.banner-position-1 img{
  max-width: 100%;
}