/*! Patryk Kula | onside.pl | kontakt@onside.pl */
body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
/*    min-width: 1358px;*/
    color: #0f0e4f;
	-webkit-font-smoothing: antialiased;
}

img {
    width: 100%;
    border: none;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0f0e4f;
}

button:focus {
    outline: none;
}

a {
	color: #0f0e4f;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #b30970;
    outline: none;
    text-decoration: none;
}

input,
textarea,
select {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #0f0e4f;
}

input:focus,
textarea:focus,
select:focus {
	outline: none
}

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

::-moz-selection {
	background-color: #b30970;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #b30970;
	color: #ffffff;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #aaadb2;
	opacity: 1
}

::-moz-placeholder {
	color: #aaadb2;
	opacity: 1
}

:-moz-placeholder {
	color: #aaadb2;
	opacity: 1
}

:-ms-input-placeholder {
	color: #aaadb2;
	opacity: 1
}

.form__select::-webkit-input-placeholder {
    color: #0f0e4f !important;
}

.form__select::-moz-placeholder {
    color: #0f0e4f !important;
}

.form__select:-moz-placeholder {
    color: #0f0e4f !important;
}

.form__select:-ms-input-placeholder {
    color: #0f0e4f !important;
}

.container {
    position: relative;
    margin: 0 auto;
/*    padding: 0 10px;*/
    width: 1330px;
/*    max-width: 1358px;*/
}

.placeholder {
    line-height: 29px;
    font-size: 24px;
    text-align: center;
    background-color: #eceff2;
    -webkit-font-smoothing: auto;
}

.read__more h2{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 900;
}

#helper {
    height: 12px;
    width: 100%;
    background-color: #ffffff;
}


/** MENU **/
#menu .container {
    padding: 20px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    background: linear-gradient(90deg, #ffffff 0, #ffffff 90px, #f7f8fa 90px, #f7f8fa 1230px,#fff 1230px,#fff 100%);
}

#menu .buttons {
    font-size: 14px;
}

#menu .buttons a {
    display: inline-block;
    position: relative;
    padding: 0 18px 0 88px;
    line-height: 40px;
}

#menu .buttons a::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 70px;
}

#menu .buttons a:hover {
    background-color: #b30970;
    color: #ffffff;
}

#menu .buttons .tryit {
    margin-right: 10px;
    color: #ffffff;
    background: #0f0e4f url("../images/btn_pink.svg") no-repeat;
    background-position: top right;
    background-size: 105px 41px;
}

#menu .buttons .tryit::before {
    background: #d0e5e8 url("../images/tryit.svg");
}

#menu .buttons .contact {
    color: #0f0e4f;
    background: #ffffff url("../images/btn_blue.svg") no-repeat;
    background-position: top right;
    background-size: 165px 40px;
}

#menu .buttons .contact::before {
    background: #d0e5e8 url("../images/contact.svg");
}

#menu .buttons a:hover {
    background-image: none;
}

#menu .navigation {
    margin-left: 15px;
}

#menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 530px;
    font-size: 14px;
}

#menu .list li {
    padding: 0 5px;
    -webkit-font-smoothing: auto;
}

#menu .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
}

#menu .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    height: 16px;
    width: 16px;
    text-indent: -999999px;
}

#menu .social a:hover {
    opacity: 0.5;
}

#menu .facebook {
    background-image: url("../images/facebook_pink.svg");
}

#menu .twitter {
    background-image: url("../images/twitter_pink.svg");
}

#menu .youtube {
    background-image: url("../images/youtube_pink.svg");
}


/** HEADER **/
#header {
    position: relative;
    z-index: 10;
    padding: 12px 0;
    background-color: #ffffff;
    box-shadow: 0 4px 4px -4px rgba(255,255,255,.22);
    -webkit-transition: -webkit-box-shadow 500ms, padding-top 500ms;
    -webkit-transition: box-shadow 500ms, padding-top 500ms;
    transition: box-shadow 500ms, padding-top 500ms;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 4px -4px rgba(83,83,83,.22);
}

#header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    line-height: 1;
/*    width: 1358px;*/
    width: 1330px;
}

#header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

#header .logo {
    width: 190px; /*170px*/
}

#header .logo img {
    width: 190px; /*170px*/
}

.dropdown {
    position: relative;
}

#header .brand .dropdown {
    margin: 0 0 0 15px;
    padding: 0 15px;
   //* border-left: 2px solid #f1f4f6;*//
}

.dropdown__btn {
    position: relative;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.dropdown__btn:hover {
    color: #b30970;
}

#menu .dropdown__btn {
    padding-right: 22px;
}

#header .dropdown__btn {
    padding-right: 28px;
    height: 24px;
    font-size: 14px;
    text-align: left;
}

#header .brand .dropdown__btn {
    width: 125px;
}

.dropdown__btn::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 2px;
    width: 2px;
    background-color: #9edceb;
    border-radius: 10px;
}

.dropdown__btn::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: "";
    height: 20px;
    width: 20px;
    background: url("../images/dropdown.svg") center no-repeat;
}

#menu .dropdown__btn::after {
    height: 15px;
    width: 15px;
}

.dropdown.active .dropdown__btn::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.dropdown__list {
    display: none;
    position: absolute;
    top: 25px;
    left: -5px;
    right: -5px;
    z-index: 200;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(83,83,83,.22);
}

#menu .dropdown__list {
    padding: 5px 0;
}

#header .dropdown__list {
    top: 35px;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

#menu .dropdown__list li {
    width: 100%;
    padding: 0;
}

.dropdown__list a {
    display: block;
    -webkit-font-smoothing: auto;
}

#menu .dropdown__list a {
    font-size: 13px;
    padding: 5px 10px;
}

#header .dropdown__list a {
    padding: 10px 13px;
}

.dropdown.active .dropdown__list {
    display: block;
}

#header .navigation {
    position: relative;
    padding-left: 15px;
/*    max-width: 950px; 780*/
    border-left: 2px solid #f1f4f6;
}

#header .navigation .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

#header .navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
/*    font-weight: 900;*/
}

#header .navigation li.events a{
	font-weight: 900;
	color: #b30970;
}

#header .navigation li::after {
    margin: 0 12px;
    content: "";
/*
	height: 4px;
    width: 2px;
    background-color: #b30970;
    border-radius: 10px;
*/
}

#header .navigation .dropdown {
    position: unset;
}

#header .navigation li:last-child:after {
    display: none;
}

#header .navigation .dropdown li {
    display: block;
}

#header .navigation .dropdown li::after {
    display: none;
}

#header .navigation .dropdown__list {
    min-width: 120px;
    left: auto;
    right: -5px;
}

#header .search {
    position: relative;
    margin-left: auto;
    padding: 0 45px 0 10px;
    height: 40px;
    border: 1px solid #e8ebee;
}

#header .search input {
    position: relative;
    z-index: 20;
    height: 38px;
    width: 150px;
    border: none;
    font-size: 12px;
    -webkit-font-smoothing: auto;
    background: transparent;
}

#header .search input:focus,
#header .search.active input {
    background: #ffffff;
}

#header .search::before {
    content: "szukaj w";
    position: absolute;
    line-height: 38px;
    padding-right: 40px;
    color: #aaadb2;
    font-size: 12px;
    font-weight: 400;
    background: url("../images/google.svg") no-repeat;
    background-size: 36px 14px;
    background-position: right 13px;
}

#header .search button {
    position: absolute;
    top: 9px;
    right: 10px;
    height: 22px;
    width: 22px;
    background: url("../images/magnifier.svg") no-repeat;
}

#header .search button:hover {
    background-image: url("../images/magnifier_pink.svg");
}


/** CONTENT **/
#content {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7f8fa), color-stop(50%, #f7f8fa),color-stop(50%, #ffffff),to(#ffffff));
    background: linear-gradient(90deg, #f7f8fa 0, #f7f8fa 50%,#ffffff 50%,#ffffff 100%);
}

#content > .container {
    z-index: 2;
    background: linear-gradient(90deg, #f7f8fa 0, #f7f8fa 910px,#ffffff 910px,#ffffff 100%);
}

#content .no__border {
    padding-bottom: 0 !important;
    border: none !important;
}

#content::after,
#content > .container:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 10px;
    width: 100%;
    background: #ffffff;
}

#content > .container:after {
    z-index: -1;
    left: 0;
}

#content > .container .special__box {
	margin: 20px auto 0px auto;
}

#content .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content .main .left {
    width: 1000px;
/*    width: 996px;*/
	font-size: 13px;
}

#content .main .right {
    margin-left: 30px;
/*    width: 312px;*/
	width: 300px;
    font-size: 13px;
}


/** ARTICLES **/
#content .headline {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
}

#content .headline::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    margin-left: 12px;
    height: 1px;
    width: 100%;
    background-color: #b30970;
}

#content .articles {
    margin: 35px 0;
}

#content .articles .name {
    margin: 65px 0 60px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: auto;
}

#content .articles .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -20px;
}

#content .article__block {
    width: 33.33333%;
    margin-bottom: 22px;
    font-size: 13px;
}

#content .article__block .live {
    color: #b30970;
}

#content .articles .wide {
    width: 50%;
    margin-bottom: 25px;
}

#content .article__block a {
    position: relative;
    display: block;
    margin: 0 15px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(15,14,79,.05)
}

#content .article__block a:hover .info__events,
#content .article__block a:active .info__events,
#content .article__block a:focus .info__events {
    color: #0f0e4f;
}

#content .article__block .image {
    display: block;
    line-height: 0;
}

#content .article__block a:hover .image {
    -webkit-filter: brightness(1.07) contrast(1.07);
    filter: brightness(1.07) contrast(1.07);
}

#content .article__block .info__stats {
    position: absolute;
    right: 18px;
    margin-top: -13px;
}

#content .article__block h3 {
    position: relative;
    margin-bottom: 0;
    padding: 26px 20px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
	-webkit-font-smoothing: auto;
}

#content .article__block h3::before {
    position: absolute;
    left: -6px;
    content: "—";
    color: #b30970;
    font-size: 14px;
    font-weight: 700;
}

#content .article__block .info__events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -15px;
    padding: 0 20px 20px;
}

#content .article__block .info__events span {
    margin-bottom: 5px;
}

#content .articles .area h3 {
    padding: 24px 20px;
    min-height: 95px;
    line-height: 20px;
    font-size: 20px;
}

#content .articles .wide h3 {
    padding: 28px 22px 28px 22px;
    line-height: 24px;
    font-size: 18px;
}

#content .articles .wide .info__events {
    padding: 0 22px 25px;
}


/** ARTICLE **/
#content .article {
    margin: 35px 0;
}

#content .article .note__btn {
    margin: 40px auto;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

#content .article .top {
    margin-bottom: 35px;
}

#content .article .title {
    margin-bottom: 20px;
    padding: 10px 0 30px;
    line-height: 38px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 2px solid #eceff2;
}

#content .article .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
}

#content .article .info__stats span{
    background-color: #eceff2;
}

#content .article .info__stats .categories{
    display: inline-flex;
}

#content .article .info__stats .categories li{
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid gray;
}

#content .article .info__stats .categories li:last-child{
    padding-right: initial;
    border-right: initial;
}

#content .article .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    font-size: 12px;
    font-weight: 700;
	-webkit-font-smoothing: auto;
}

#content .article .social .comments {
    margin-right: 15px;
}

#content .article .social .comments:hover {
    color: #0f0e4f;
}

#content .article .social a {
    display: inline-block;
}

#content .article .social a::after {
    display: inline-block;
    vertical-align: -7px;
    content: "";
    margin-left: 7px;
    height: 22px;
    width: 22px;
}

#content .article .social .comments::after {
    background-image: url("../images/comments_circle.svg");
}

#content .article .social .facebook::after {
    background-image: url("../images/facebook_circle.svg");
}

#content .article .social .twitter::after {
    margin-left: 5px;
    background-image: url("../images/twitter_circle.svg");
}

#content .article .social .comments:hover::after {
    background-image: url("../images/comments_circle_pink.svg");
}

#content .article .social .facebook:hover::after {
    background-image: url("../images/facebook_circle_pink.svg");
}

#content .article .social .twitter:hover::after {
    background-image: url("../images/twitter_circle_pink.svg");
}

#content .article .middle {
    margin-bottom: 35px;
    font-size: 14px;
}

#content .article .middle ul{
	list-style-type: initial;
	padding-left: 2rem;
	margin-bottom: 1rem;
	font-size: 16px;
}

#content .article .middle ol{
	padding-left: 2rem;
	margin-bottom: 1rem;
	font-size: 16px;
}

#content .article .middle p {
    margin: 25px 0;
    line-height: 25px;
    font-size: 16px;
	-webkit-font-smoothing: auto;
}

#content .article a:hover img {
    -webkit-filter: brightness(1.07) contrast(1.07);
    filter: brightness(1.07) contrast(1.07);
}

#content .article .middle .imgBigger {
	max-width: 830px;
	padding: 5px 15px 15px 15px;
}

#content .article .middle img {
	width: initial;
	padding: 5px 15px 15px 15px;
    display: block;
    margin: auto;
}

#content .article .middle h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

#content .article .middle h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

#content .article .middle h2::before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 25px;
    background-color: #b30970;
}

#content .article .middle h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

#content .article .middle h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

#content .article .middle h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

#content .article .middle h6 {
    margin-bottom: 10px;
    font-size: 16px;
}

#content .article .middle a {
    padding-bottom: 2px;
    font-weight: 700;
    border-bottom: 1px solid #b30970;
}

#content .article p.intro {
    margin: 35px 0;
    line-height: 34px;
    font-size: 24px;
}

#content .article p.small {
    font-size: 14px;
}

#content .article .info__events {
    margin: 35px 0;
}

#content .article .info__events span {
    margin: 5px 0;
    font-size: 13px;
}

#content .gallery__mini {
    margin: 65px auto 40px;
    width: 1000px;
	/* width: 800px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content .gallery__mini img {
	/*max-width: 550px;*/
}

#content .article .middle .thumbnails img {
    width: 100%;
}

#content .gallery__mini a {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

#content .gallery__mini img {
    padding: 0 !important;
}

#content .gallery__mini .basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*    margin-bottom: 40px;*/
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    width: 709px;
/*    width: 600px;*/
	height: 399px;
    margin-right: 10px;
    overflow: hidden;
}

#content .gallery__mini .basic img {
    width: 100%;
    min-height: 399px;
}

#content .gallery__mini .thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-direction: column;
/*    margin: 0 -5px;*/
}

#content .gallery__mini .item {
    width: 224px;
/*    width: 190px;*/
	height: 126px;
/*    padding: 0 8px;*/
    margin-bottom: 10px;
	overflow: hidden;
}

#content .gallery__mini .item img{
	min-height: 126px;
}

#content .gallery__mini .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    margin: 0 !important;
    height: 100%;
    color: #ffffff;
    background: #07064f url("../images/more.svg") no-repeat;
    background-position: top right;
    background-size: 165px 121px;
}

#content .gallery__mini .more:hover {
    background-color: #b30970;
}

#content .gallery__mini .camera {
    display: block;
    margin: 20px auto 15px;
    padding-left: 59px;
    line-height: 1;
    font-size: 42px;
    background-image: url("../images/camera.svg");
    background-repeat: no-repeat;
    background-size: 46px 42px;
}

#content .gallery__mini .show {
    font-weight: 700;
    padding-right: 24px;
    background-image: url("../images/chevron_circle.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 16px 14px;
}

#content .article .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

#content .article .group .narrow {
    padding: 0 15px;
    width: 40%;
}

#content .article .group .wide {
    padding: 0 15px;
    width: 60%;
}

#content .article .group p {
    font-size: 17.5px;
}

#content .article .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    padding: 25px 0 0;
    border-top: 2px solid #eceff2;
/*   border-bottom: 2px solid #eceff2;*/
}

#content .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    width: 710px;
    text-align: left;
    font-size: 14px;
}

#content .tags .label {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 135px;
}

#content .tags .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#content .tags .list li {
    margin-left: 5px;
}

#content .tags .item {
    display: block;
    margin-bottom: 5px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    background-color: #07064f;
}

#content .tags .item:hover {
    background-color: #b30970;
}

#content .share__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    padding-left: 85px;
    margin-bottom: 5px;
    line-height: 40px;
    width: 245px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    background-color: #eceff2;
}

#content .share__btn::before {
    position: absolute;
    left: 0;
    content: "";
    height: 40px;
    width: 70px;
    background: #07064f url("../images/share.svg");
}

#content .share__btn a {
    display: block;
    height: 32px;
    width: 32px;
}

#content .share__btn .facebook {
    margin-left: 8px;
    background-image: url("../images/facebook_circle_white.svg");
}

#content .share__btn .facebook:hover {
    background-image: url("../images/facebook_circle.svg");
}

#content .share__btn .twitter {
    margin-left: 5px;
    background-image: url("../images/twitter_circle_white.svg");
}

#content .share__btn .twitter:hover {
    background-image: url("../images/twitter_circle.svg");
}


/** EVENT **/
#content .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content .event > .image {
    padding-right: 30px;
    width: 45%;
}

#content .event > .info {
    width: 55%;
}

#content .event .type {
    font-size: 13px;
    color: #b30970;
}

#content .event .title {
    padding: 0 0 10px;
    font-size: 21px;
}

#content .event .middle p {
    margin: 20px 0;
    line-height: 22px;
    font-size: 14px;
}

#content .event p.intro {
    line-height: 25px;
    font-size: 18px;
}


/** GALLERY **/
#content .gallery {
    margin: 50px auto;
    width: 910px;
}

#content .gallery .basic {
    position: relative;
    margin-bottom: 45px;
}

#content .gallery a {
    padding-bottom: 0 !important;
    border: none !important;
}

#content .gallery .next__img,
#content .gallery .prev__img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    height: 40px;
    width: 40px;
    background: #0f0e4f url("../images/chevron.svg") 55% no-repeat;
    background-size: 10px 16px;
    border-radius: 20px;
}

#content .gallery .next__img:hover,
#content .gallery .prev__img:hover {
    background-color: #b30970;
}

#content .gallery .prev__img {
    left: -20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

#content .gallery .next__img {
    right: -20px;
}

#content .gallery .thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px -8px 29px;
}

#content .gallery .item {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
    border-bottom: none;
}

#content .gallery .item a {
    display: block;
}

#content .gallery .item .active {
    opacity: 0.5;
    cursor: not-allowed;
    border: 2px solid #b30970 !important;
}


/** REPORT **/
#content .report {
    position: relative;
    margin-bottom: 35px;
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(15,14,79,.05)
}

#content .report::before {
    position: absolute;
    left: -18px;
    content: "";
    height: calc(100% + 35px);
    width: 1px;
    background-color: #07064f;
}

#content .report:last-child:before {
    display: none;
}

#content .report .date {
    position: relative;
    margin: -20px -40px 20px;
    line-height: 40px;
}

#content .report .date span {
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #ffffff;
    background-color: #07064f;
}

#content .report .date::before {
    position: absolute;
    top: 20px;
    left: -18px;
    content: "";
    height: 1px;
    width: 11px;
    background-color: #07064f;
}

#content .report .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: end;
            -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
	-webkit-font-smoothing: auto;
}

#content .report .share a {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: none;
}

#content .report .share a::after {
    display: inline-block;
    vertical-align: -7px;
    content: "";
    margin-left: 8px;
    height: 22px;
    width: 22px;
}

#content .report .facebook::after {
    background-image: url("../images/facebook_circle.svg");
}

#content .report .twitter::after {
    margin-left: 4px !important;
    background-image: url("../images/twitter_circle.svg");
}

#content .report .facebook:hover::after {
    background-image: url("../images/facebook_circle_pink.svg");
}

#content .report .twitter:hover::after {
    background-image: url("../images/twitter_circle_pink.svg");
}

#content .report .image__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px -10px;
    overflow: hidden;
}

#content .report .image__line a {
    display: block;
    width: 50%;
    margin: 0 10px;
    padding-bottom: 0;
    border: none;
}

#content .report .gallery__mini {
    margin: 40px auto 24px;
}


/** EVENTS FORM **/
#content .events__form {
    margin: 35px 0;
}

#content .events__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: end;
            -ms-flex-align: end;
        align-items: flex-end;
    padding: 35px 0 50px;
    background: #07064f url("../images/events.svg") no-repeat;
    background-size: 902px 140px;
    background-position: bottom right;
}

#content .events__form .form__group {
    display: inline-block;
    margin-left: 35px;
    width: 200px;
}

#content .events__form .form__group label {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0 10px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    background-color: #b30970;
}

#content .events__form .form__select {
    display: block;
    padding: 7px 40px 7px 10px;
    height: 35px;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}

#content .events__form .select {
    position: relative;
}

#content .events__form .select::after {
    position: absolute;
    top: 6px;
    right: 10px;
    content: "";
    height: 21px;
    width: 21px;
    background: url("../images/dropdown.svg") center no-repeat;
    pointer-events: none;
}

#content .events__form .search__btn {
    margin-top: 20px;
    margin-right: 40px;
}

#content .events__form .search__btn::after {
    vertical-align: -5px;
    height: 20px;
    width: 20px;
    background-image: url("../images/magnifier_white.svg");
}

#content .events__form .search__btn:hover::after {
    background-image: url("../images/magnifier.svg");
}

#content .events__form .reset {
    display: block;
    margin-left: 15px;
    font-weight: 900;
    color: #ffffff;
}

#content .events__form .reset::after {
    vertical-align: middle;
    display: inline-block;
    content: "";
    margin-top: -1px;
    margin-left: 12px;
    height: 20px;
    width: 20px;
    background: #ffffff url("../images/close_pink.svg") center no-repeat;
    background-size: 8px 8px;
    border-radius: 20px;
}

#content .events__form .reset:hover::after {
    background-color: #b30970;
    background-image: url("../images/close.svg");
}


/** COLUMNS **/
#content .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px -15px;
}

#content .columns .wide {
    width: 66.66%;
    font-size: 13px;
}

#content .columns .wide .inside .articles{
	margin: 0;
}

#content .columns .wide .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

#content .columns .wide .article__block {
    width: 50%;
}

#content .columns .narrow {
    width: 33.33%;
    font-size: 13px;
}

#content .columns .inside {
    padding: 0 15px;
}

#content .columns .narrow .article__block {
    width: 100%;
}

#content .columns .narrow .article__block a {
    margin: 0;
}

#content .columns .events__side {
    margin: 0;
}


/** ARTICLE LIST **/
#content .article__list {
    margin-bottom: 20px;
}

#content .article__list a {
    position: relative;
    display: block;
    padding: 9px 10px 11px 20px;
    line-height: 18px;
    border-bottom: 1px solid #f0f2f4;
	-webkit-font-smoothing: auto;
	font-weight: 600;
}

#content .article__list a::before {
    position: absolute;
    left: -6px;
    content: "—";
    line-height: 1.3;
    color: #b30970;
    font-weight: 700;
}


/* NECROLOGY */
#content .necrology {
    margin: 35px 0;
}

#content .necrology .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 20px;
}

#content .necrology .item {
    width: 33.33%;
    padding: 0 15px;
}

#content .necrology .item a {
    display: block;
    padding: 15px;
    background-color: #ffffff;
}

#content .necrology .item a:hover {
    opacity: 0.6;
}

#content .necrology .more__btn {
    line-height: 34px;
    font-size: 14px;
    background-color: #000000 !important;
}

#content .necrology .more__btn::after {
    height: 4px;
    width: 16px;
}

#content .necrology .more__btn:hover {
    opacity: 0.6;
}


/* CITIES */
#content .cities {
    margin: 35px 0;
}

#content .cities .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

#content .cities .item {
    margin-bottom: 35px;
    width: 33.33%;
    font-size: 13px;
}

#content .cities .inside {
    padding: 0 15px;
}

#content .cities .name {
    padding: 18px 0;
    font-size: 14px;
    font-weight: 900;
    border-bottom: 1px solid #b30970;
}

#content .cities .name img {
    margin-right: 15px;
    height: 55px;
    width: auto;
}


/* INSTITUTIONS */
#content .institutions {
    margin: 35px 0 15px;
}

#content .institutions .wrapper,
#content .institutions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}

#content .institutions .item,
#content .institutions li {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
    font-size: 14px;
    text-align: center;
	-webkit-font-smoothing: auto;
}

#content .institutions .item a,
#content .institutions li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    width: 230px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(15,14,79,.05)
}

#content .institutions .item img,
#content .institutions li img {
   /* display: block;
    margin-bottom: 30px;
    max-height: 70px;*/
    width: auto;
}

#content .institutions .item span,
#content .institutions li span {
    display: block;
    width: 100%;
}

#content .institutions a:hover img {
    -webkit-filter: brightness(1.07) contrast(1.07);
    filter: brightness(1.07) contrast(1.07);
}


/** STATISTICS **/
#content .stats {
    margin: 35px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #0f0e4f url("../images/stats.svg") top no-repeat;
    background-size: 315px 208px;
}

#content .stats .container {
    padding: 25px;
}

#content .stats h3 {
    margin: 37px 0 0;
    font-size: 32px;
    font-weight: 400;
}

#content .stats h3::after {
    display: block;
    content: "";
    margin: 22px auto 0;
    height: 2px;
    width: 22px;
    background-color: #b30970;
}

#content .stats h3 strong {
    font-weight: 900;
}

#content .stats .wrapper {
    overflow: hidden;
}

#content .stats h4 {
    margin: 15px 0;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
}

#content .stats .item {
    width: 100%;
}

#content .stats .item span {
    color: rgba(255,255,255,0.5);
}

#content .stats .box {
    margin: 10px 0;
    padding: 15px;
    height: 100px;
    line-height: normal;
    font-weight: 900;
    background: #ffffff url("../images/stats_box_1.svg") top;
    background-size: cover;
}

#content .stats .item:nth-child(odd) .box {
    background-image: url("../images/stats_box_2.svg");
}

#content .stats .number {
    font-size: 44px;
    color: #b30970;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#content .stats .desc {
    color: #0f0e4f;
}

#content .stats .info {
    margin-top: 15px;
    color: rgba(255,255,255,0.5);
}


/** SNEAKPEAK **/
#content .sneakpeak {
    margin: 35px 0;
    padding-top: 180px;
    height: 450px;
    text-align: center;
    background: #d0e5e8 url("../images/sneakpeak.svg");
}

#content .sneakpeak p {
    margin: 0;
    line-height: 40px;
    font-size: 34px;
	-webkit-font-smoothing: auto;
}

#content .sneakpeak .color {
    margin-bottom: 30px;
    color: #b30970;
}

#content .sneakpeak__dark {
    margin: 35px 0;
    padding-top: 166px;
    height: 420px;
    text-align: center;
    background-color: #07064f;
    background-image: url("../images/sneakpeak_top.svg"), url("../images/sneakpeak_bottom.svg");
    background-repeat: no-repeat;
    background-size: 315px 200px, 315px 180px;
    background-position: top left, bottom right;
}

#content .sneakpeak__dark p {
    margin: 0;
    line-height: 34px;
    font-size: 28px;
    color: #ffffff;
	-webkit-font-smoothing: auto;
}

#content .sneakpeak__dark .look__btn {
    margin-top: 20px;
}


/** ANNOUNCEMENTS **/
#content .announcements {
    margin: 35px 0;
}

#content .announcements .list {
    margin-bottom: 30px;
}

#content .announcements .list .item {
    display: block;
    padding: 24px 0 20px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #f0f2f4;
	-webkit-font-smoothing: antialiased;
}

#content .announcements .list .item:first-child {
    padding-top: 0;
    border-top: 0;
}

#content .announcements .list .item:last-child {
    padding-bottom: 0;
}

#content .announcements .list .info__stats {
    margin-bottom: 5px;
    font-weight: 400;
}


#content .announcements__side {
    margin: 35px 0;
}

#content .announcements__side .headline {
    margin-bottom: 4px;
}

#content .announcements__side .list {
    margin-bottom: 20px;
}

#content .announcements__side .list a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 18px;
    border-bottom: 1px solid #f0f2f4;
	-webkit-font-smoothing: auto;
}

#content .announcements__side .star a {
    font-weight: 900;
    color: #ffffff;
    background: #07064f url("../images/star.svg") no-repeat;
    background-position: right bottom;
    background-size: 24px 24px;
	-webkit-font-smoothing: antialiased;
}

#content .announcements__side .star a:hover {
    background-color: #b30970;
}

#content .announcements__side .featured {
    font-weight: 900;
}

#content .daily .list a {
    padding-left: 60px;
    font-weight: 600;
}

#content .daily .list span {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 12px;
    color: #b30970;;
}


/** ANNOUNCEMENTS BORDER **/
#content .announcements__border {
    margin: 50px 0 20px 0;
}

#content .announcements__border .headline {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

#content .announcements__border .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
    padding: 25px 20px;
    border-right: 1px solid #b30970;
    border-left: 1px solid #b30970;
    border-bottom: 1px solid #b30970;
}

#content .announcements__border .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    height: 15px;
    width: 10px;
    background-color: #f7f8fa;
}

#content .announcements__border .image {
    width: 290px;
    text-align: center;
}

#content .announcements__border .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
    width: 100%;
	/*width: 650px;*/
}

.w-30proc {
	width: 30%;
}

.w-45proc {
	width: 45%;
}

#content .announcements__border .list li {
    /*width: 290px;*/
    margin-left: 30px;
}

#content .announcements__border .list a {
    position: relative;
    display: block;
    padding: 9px 20px 11px;
    line-height: 18px;
    border-bottom: 1px solid #f0f2f4;
	-webkit-font-smoothing: auto;
	font-weight: 600;
}

#content .announcements__border .list a::before {
    position: absolute;
    left: -6px;
    content: "—";
    line-height: 1.3;
    color: #b30970;
    font-weight: 700;
}

#content .announcements__border .featured {
    font-weight: 900;
}


/** DOBAS **/
#content .dobas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eceff2;
}

#content .dobas:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

#content .dobas h5 {
    margin-bottom: 25px !important;
    line-height: 21px;
    font-size: 21px !important;
}

#content .dobas a {
    padding-bottom: 0!important;
    border: none!important;
}

#content .dobas .image {
    margin-right: 30px;
    width: 430px;
}


/** WISHES **/
#content .wishes {
    margin: 50px 0;
    text-align: center;
}

#content .wishes .wrapper {
    position: relative;
}

#content .wishes .close__btn {
    position: absolute;
    top: 15px;
    right: 15px;
}


/** WIDGET **/
#content .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 41px 0 35px 0;
    padding: 25px 15px 0;
    border-top: 1px solid #b30970;
}

#content .widget .info {
    line-height: 16px;
}

#content .widget .day {
   margin-bottom: 10px;
}

#content .widget .info h6 {
    margin: 0;
    font-size: 13px;
    color: #b30970;
    text-transform: lowercase;
}

#content .widget .info p {
    margin: 0;
}

#content .widget .weather {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    line-height: 42px;
    font-size: 34px;
}

#content .widget .weather::before {
    display: block;
    content: "";
    margin-right: 10px;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#content .widget .weather.sunny::before {
    background-image: url("../images/sunny.svg");
}

#content .widget .weather.cloudy_night::before {
    background-image: url("../images/cloudy_night.svg");
}

#content .widget .weather.cloudy_sunny::before {
    background-image: url("../images/cloudy_sunny.svg");
}

#content .widget .weather.cloudy::before {
    background-image: url("../images/cloudy.svg");
}

#content .widget .weather.mist::before {
    background-image: url("../images/mist.svg");
}

#content .widget .weather.night::before {
    background-image: url("../images/night.svg");
}

#content .widget .weather.raining_night::before {
    background-image: url("../images/raining_night.svg");
}

#content .widget .weather.raining_sunny::before {
    background-image: url("../images/raining_sunny.svg");
}

#content .widget .weather.raining::before {
    background-image: url("../images/raining.svg");
}

#content .widget .weather.sleet::before {
    background-image: url("../images/sleet.svg");
}

#content .widget .weather.snowing::before {
    background-image: url("../images/snowing.svg");
}

#content .widget .weather.thunder::before {
    background-image: url("../images/thunder.svg");
}

#content .widget .weather.windy_cloudy_raining::before {
    background-image: url("../images/windy_cloudy_raining.svg");
}

#content .widget .weather.windy_raining::before {
    background-image: url("../images/windy_raining.svg");
}

#content .widget .weather.windy::before {
    background-image: url("../images/windy.svg");
}


/* EVENTS */
#content .events__side {
    margin: 35px 0;
}

#content .events__side .wrapper {
    margin-bottom: 20px;
}

#content .events__side .item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f4;
}

#content .events__side .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content .events__side .item:first-child {
    padding-top: 0;
}

#content .events__side .image {
    margin-right: 4px;
    width: 100px;
    overflow: hidden;
}

#content .events__side .image img {
    height: 100px;
    width: auto;
    margin-left: -25%;
}

#content .events__side .details {
    margin-left: 6px;
    vertical-align: top;
}

#content .events__side .details h5 {
    margin: 6px 0;
    line-height: 21px;
    width: 190px;
    font-size: 14px;
    font-weight: 400;
	-webkit-font-smoothing: auto;
    white-space: normal;
}

#content .events__side a:hover span,
#content .events__side a:active span,
#content .events__side a:focus span {
    color: #0f0e4f;
}

#content .events__side a:hover img {
    -webkit-filter: brightness(1.07) contrast(1.07);
    filter: brightness(1.07) contrast(1.07);
}



/* COMMENTS */
#content .comments__side {
    margin: 35px 0;
}

#content .comments__side .headline {
    margin-bottom: 4px;
}

#content .comments__side .wrapper {
    margin-bottom: 20px;
}

#content .comments__side .item {
    padding: 12px 0 16px;
    border-bottom: 1px solid #f0f2f4;
}

#content .comments__side a {
    display: block;
    padding-top: 4px;
    padding-left: 45px;
    background: url("../images/quote.svg") no-repeat;
    background-size: 30px 32px;
    white-space: normal;
}

#content .comments__side a h5 {
    position: relative;
    line-height: 14.4px;
    font-size: 12px;
    font-weight: 400;
    color: #b30970;
	-webkit-font-smoothing: auto;
}

#content .comments__side a h5::before {
    position: absolute;
    left: -27px;
    top: 4px;
    display: block;
    content: "";
    height: 10px;
    width: 18px;
    background: url("../images/arrow_pink.svg") no-repeat;
}

#content .comments__side a span {
    display: block;
    margin-bottom: 12px;
    line-height: 18px;
}

#content .comments__side a:hover h5 {
    text-decoration: underline;
}

#content .comments__side a:hover span,
#content .comments__side a:active span,
#content .comments__side a:focus span {
    color: #0f0e4f;
}


/* BOARD */
#content .board__side {
    margin: 35px 0;
}

#content .board__side .headline {
    margin-bottom: 0;
}

#content .board__side .wrapper {
    margin-bottom: 20px;
}

#content .board__side .item {
    padding: 20px 0 16px;
    border-bottom: 1px solid #f0f2f4;
}

#content .board__side .item a {
    display: block;
}

#content .board__side .details {
    position: relative;
    margin-top: 12px;
    padding-left: 22px;
    white-space: normal;
}

#content .board__side .details h5 {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
	-webkit-font-smoothing: auto;
}

#content .board__side .details h5::before {
    position: absolute;
    left: 0;
    content: "—";
    color: #b30970;
    font-size: 13px;
}

#content .board__side .details span {
    line-height: 20px;
    font-size: 12px;
}

#content .board__side a:hover span,
#content .board__side a:active span,
#content .board__side a:focus span {
    color: #0f0e4f;
}


/** NOTE **/
#content .note__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    margin: 25px auto 40px;
    padding-left: 70px;
    height: 40px;
    max-width: 450px;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    background: #0f0e4f url("../images/btn_pink.svg") no-repeat;
    background-position: top right;
    background-size: 105px 41px;
}

#content .note__btn strong {
    margin-left: 5px;
}

#content .note__btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 40px;
    width: 70px;
    background: #d0e5e8 url("../images/note.svg");
}

#content .note__btn:hover {
    background-color: #b30970;
    color: #ffffff;
}


/** PAGINATION **/
#content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px 0;
}

#content .pagination .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 900;
}

#content .pagination .pages a,
#content .pagination .pages span {
    display: block;
    margin: 0 2px;
    line-height: 28px;
    padding: 0 5px;
    height: 28px;
    min-width: 28px;
    text-align: center;
    background-color: #edf0f2;
    border-radius: 25px;
}

#content .pagination .pages a:hover,
#content .pagination .pages a:focus,
#content .pagination .pages a:active {
    color: #eceff2;
    background-color: #b30970;
}

#content .pagination .pages span {
    background-color: inherit;
    padding: 0;
    min-width: 15px;
}

#content .pagination .pages .active {
    padding: 0 5px;
    min-width: 28px;
    color: #ffffff;
    background-color: #07064f;
}


/* COMMENTS */
#comments {
    margin: 35px 0;
}

#comments form {
    position: relative;
    margin-bottom: 60px;
    padding: 35px 35px 80px;
    background-color: #d0e5e8;
}

#comments form::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 2px;
    width: 996px;
    background-color: #e8ebee;
}

#comments form .type {
    margin-bottom: 25px;
    font-size: 14px;
}

#comments form .type strong {
    font-weight: 900;
}

#comments .form__group {
    margin-bottom: 15px;
    line-height: 1;
}

#comments .form__group.author {
    display: inline-block;
    width: 720px;
}

#comments .form__group label {
    font-size: 12px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: auto;
}

#comments .form__group input {
    padding: 0 10px;
    width: 100%;
    border: none;
    height: 30px;
}

#comments .form__group textarea {
    padding: 8px 10px;
    width: 100%;
    border: none;
    min-height: 82px;
    line-height: 1.3;
}

#comments form .look__btn {
    float: right;
    margin-top: 18px;
    padding: 0 15px !important;
    font-size: 14px;
}

#comments .list {
    margin-top: 25px;
}

#comments .comment {
    margin-top: 15px;
}

#comments .comment .block {
    padding: 15px 0 10px;
    border-bottom: 1px solid #07064f;
}

#comments .comment .block.active {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #7ddeec;
}

#comments .comment > .comment {
    margin-left: 20px;
}

#comments .comment .author {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 14px;
    background: url("../images/comments.svg") no-repeat;
    background-size: 28px 22px;
}

#comments .comment .name {
    font-weight: 900;
}

#comments .comment .date {
    margin-left: 8px;
}

#comments .comment .body {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 16px;
}

#comments .comment .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: end;
    font-size: 12px;
    font-weight: 700;
	-webkit-font-smoothing: auto;
}

#comments .votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

#comments .votes a {
    display: inline-block;
    margin-left: 12px;
}

#comments .votes a:hover {
    opacity: 0.5;
}

#comments .votes a::before {
    display: inline-block;
    vertical-align: -7px;
    content: "";
    margin-right: 5px;
    height: 22px;
    width: 22px;
    border-radius: 20px;
}

#comments .votes .thumbs__up {
    color: #44ad37;
}

#comments .votes .thumbs__up::before {
    background: #44ad37 url("../images/thumbs_up.svg") center no-repeat;
    background-size: 12px 12px;
}

#comments .votes .thumbs__down {
    color: #cf2400;
}

#comments .votes .thumbs__down::before {
    background: #cf2400 url("../images/thumbs_up.svg") center no-repeat;
    background-size: 12px 12px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

#comments .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#comments .social a {
    display: inline-block;
    margin-left: 25px;
}

#comments .social a:hover {
    color: #0f0e4f;
}

#comments .social a::after {
    display: inline-block;
    vertical-align: -7px;
    content: "";
    margin-left: 8px;
    height: 22px;
    width: 22px;
}

#comments .social .expand::after {
    background-image: url("../images/down_circle.svg");
}

#comments .social .expand:hover::after {
    background-image: url("../images/down_circle_pink.svg");
}

#comments .social .expand.hide::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

#comments .social .reply::after {
    background-image: url("../images/comments_circle.svg");
}

#comments .social .reply:hover::after {
    background-image: url("../images/comments_circle_pink.svg");
}

#comments .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
}

#comments .actions a {
    padding: 0 15px !important;
    line-height: 28px;
    font-size: 12px;
}

#comments .actions .look__btn::after {
    margin-left: 20px;
    vertical-align: -1px;
    height: 10px;
    width: 10px;
    background: url("../images/plus_white.svg") no-repeat;
}

#comments .actions .look__btn:hover::after {
    background-image: url("../images/plus.svg");
}

#comments .actions .more__btn::after {
    margin-left: 20px;
    vertical-align: -3px;
    height: 11px;
    width: 8px;
    background: url("../images/chevron.svg") no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

#comments .actions .more__btn.hide::after {
    vertical-align: -1px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#comments .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 40px 0;
}

#comments .pagination {
    margin: 0;
}

#comments .line .actions a {
    margin-left: 20px;
}


/** STATIC **/
#content .static {
    margin: 35px 0;
}

#content .static .name {
    margin: 15px 0 30px;
    line-height: 32px;
    font-size: 28px;
    font-weight: 700;
}

#content .static .slim {
    font-weight: 400;
}

#content .static .body {
    line-height: 25px;
    font-size: 16px;
	-webkit-font-smoothing: auto;
}

#content .static .body p {
    margin-bottom: 25px;
}

#content .static .body h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#content .static .body h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#content .static .body h2::before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 25px;
    background-color: #b30970;
}

#content .static .body h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#content .static .body h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#content .static .body h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#content .static .body h6 {
    margin-bottom: 10px;
    font-size: 18px;
}

#content .static .body .border {
    padding-bottom: 15px;
    border-bottom: 1px solid #b30970;;
}

#content .static .body a.pink {
    font-weight: 700;
    text-decoration: underline;
    color: #b30970;
}

#content .static .pink__list {
    margin-bottom: 25px;
}

#content .static .pink__list li {
    margin-bottom: 8px;
    font-weight: 700;
    text-decoration: underline;
    color: #b30970;
}

#content .static .pink__list li::before {
    display: inline-block;
    content: "";
    margin-right: 15px;
    height: 8px;
    width: 14px;
    background: url("../images/arrow_pink.svg") no-repeat;
}

#content .static .pink__list a {
    font-weight: 700;
    text-decoration: underline;
    color: #b30970;
}

#content .static .pink__list a:hover {
    color: #0f0e4f;
}

#content .static .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
}

#content .static .boxes .item {
    margin-bottom: 30px;
    padding: 0 7px;
    width: 33.33%;
}

#content .static .boxes hr {
    margin: 10px 0;
    opacity: 0.1;
}

#content .static .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
}

#content .static .map .boxes {
    width: 33.33%;
}

#content .static .map .item {
    width: 100%;
}



/** FOOTER **/
#footer {
    margin-top: 50px;
    padding: 88px 0 30px;
    color: #ffffff;
    font-size: 14px;
    background: #07064f;
    overflow: hidden;
}

#footer .container {
    color: #ffffff;
}

#footer .container::before {
    position: absolute;
    top: -260px;
    left: -310px;
    content: "";
    height: 532px;
    width: 542px;
    background: url("../images/clock.svg") no-repeat;
}

#footer .container::after {
    position: absolute;
    top: 20px;
    right: -220px;
    content: "";
    height: 532px;
    width: 542px;
    background: url("../images/clock.svg") no-repeat;
}

#footer .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

#footer .logo {
    margin-right: 100px;
    height: 40px;
    width: 135px;
}

#footer .logo img {
    height: 40px;
    width: 135px;
}

#footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    line-height: 1.8;
}

#footer .wrapper a {
    color: rgba(255,255,255,0.5);
}

#footer .wrapper a:hover {
    color: #ffffff;
}

#footer .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 120px;
}

#footer .list {
    margin-right: 50px;
}

#footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

#footer .social a {
    display: block;
    margin-left: 25px;
    height: 30px;
    width: 30px;
    background-size: cover;
}

#footer .social a:hover {
    opacity: 0.5;
}

#footer .facebook {
    background-image: url("../images/facebook.svg");
}

#footer .twitter {
    background-image: url("../images/twitter.svg");
}

#footer .youtube {
    background-image: url("../images/youtube.svg");
}

#footer .copyright {
    margin-top: 70px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}


/** ADVERTS **/
.w-100 {
	width: 100%;
}

.ad_bg {
	background-color: #f5f5f5;
}

.ads_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

#liliaA1 {
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #e8ebee;
	background-color: #eee;
}

#liliaA1 li:nth-child(1){
	width: 750px;
	height: 200px;
	overflow: hidden;	
}

#liliaA1 li:nth-child(2){
	width: 500px;
	height: 200px;
	overflow: hidden;	
}

#liliaA2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

#liliaA2 li {
	width: 300px;
	height: 120px;
	overflow: hidden;
}

#liliaB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}

#liliaB li {
	width: 260px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 25px auto;
}

#liliaB li:last-of-type {
	margin: 0 auto;
}

#liliaC ul{
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 250px;
	overflow: hidden;
}	

#liliaC ul li{
	width: 300px;
	height: 120px;
	overflow: hidden;
}

#liliaA3 {
	width: 750px;
	height: 200px;
	overflow: hidden;	
}

#liliaA4 {
	width: 500px;
	height: 200px;
	overflow: hidden;
}
#liliaA4 #slides{ overflow:hidden; position:relative; width:500px; height:200px; }
#liliaA4 #slides ul{ list-style:none; width:500px; height:200px; margin:0; padding:0; position:relative; }
#liliaA4 #slides li{ width:500x; height:180px; float:left; position:relative; }


#liliaK {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

#liliaK li {
	width: 220px;
	height: 220px;
	overflow: hidden;
}

.special {
    padding-top: 10px;
    text-align: center;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #fff),color-stop(20%, #fff),color-stop(20%, #f7f8fa),color-stop(84%, #f7f8fa),color-stop(84%, #fff),to(#fff));
    background: linear-gradient(90deg,#fff 0,#fff 20%,#f7f8fa 20%,#f7f8fa 84%,#fff 84%,#fff 100%);
}

.special__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 35px auto;
}

.left .special__box {
    margin: 40px 0;
}

.special__box.bg {
    margin: 0;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: -500px 0 0 #ffffff, 500px 0 0 #ffffff;
}

.special__box .wrapper {
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #e8ebee;
}

.special__box .wrapper img {
    max-width: 100%;
}

.special__box .link {
    margin-top: 12px;
    margin-bottom: -8px;
    font-size: 11px;
    font-weight: 600;
}


/** INFO EVENTS **/
.info__events span {
    display: block;
    margin-right: 10px;
    font-size: 12px;
    background-repeat: no-repeat;
}

.info__events span:last-child {
    margin-right: 0;
}

.info__events .date {
    padding-left: 17px;
    background-image: url("../images/calendar_pink.svg");
    background-size: 12px 11px;
    background-position: left 3px;
}

.info__events .location {
    padding-left: 15px;
    background-image: url("../images/pin_pink.svg");
    background-size: 10px 14px;
    background-position: left center;
}

.info__events .price {
    padding-left: 19px;
    background-image: url("../images/wallet_pink.svg");
    background-size: 13px 12px;
    background-position: left center;
}


/** INFO STATS **/
.info__stats {
    font-size: 0;
}

.info__stats span {
    padding: 4px 6px 5px;
    font-size: 12px;
    color: #0f0e4f !important;
    background-color: #e8ebee;
    background-repeat: no-repeat;
}

.info__stats.inverse span {
    color: #ffffff !important;
    background-color: #0f0e4f;
}

.info__stats span:last-child {
    padding-right: 7px;
}

.info__stats .views {
    padding-left: 28px;
    background-image: url("../images/eye.svg");
    background-size: 17px 10px;
    background-position: 6px;
}

.info__stats .comments {
    padding-left: 27px;
    background-image: url("../images/comments.svg");
    background-size: 17px 14px;
    background-position: 6px;
}

.info__stats .date {
    padding-left: 26px;
    background-image: url("../images/calendar.svg");
    background-size: 12px 11px;
    background-position: 7px 6px;
}

.info__stats .location {
    padding-left: 20px;
    background-image: url("../images/pin.svg");
    background-size: 10px 14px;
    background-position: 5px;
}

.info__stats.inverse .views {
    background-image: url("../images/eye_white.svg");
}

.info__stats.inverse .comments {
    background-image: url("../images/comments_white.svg");
}

.info__stats.inverse .date {
    background-image: url("../images/calendar_white.svg");
}

.info__stats.inverse .location {
    background-image: url("../images/pin_white.svg");
}


/** BUTTONS **/
.btn__wrapper {
    text-align: center;
}

.more__btn {
    display: inline-block;
    padding: 0 15px !important;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #eceff2;
    background-color: #0f0e4f;
    border-bottom: none !important;
    border-radius: 20px;
}

.more__btn:hover,
.more__btn:focus,
.more__btn:active {
    color: #eceff2;
    background-color: #b30970;
}

.more__btn::after {
    display: inline-block;
    vertical-align: 2px;
    content: "";
    margin-left: 30px;
    height: 3px;
    width: 15px;
    background: url("../images/dots.svg") no-repeat;
}


.return__btn {
    display: inline-block;
    padding: 0 15px !important;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    color: #eceff2;
    background-color: #0f0e4f;
    border-bottom: none !important;
    border-radius: 20px;
}

.return__btn:hover,
.return__btn:focus,
.return__btn:active {
    color: #eceff2;
    background-color: #b30970;
}

.return__btn::after {
    display: inline-block;
    vertical-align: 1px;
    content: "";
    margin-left: 30px;
    height: 9px;
    width: 20px;
    background: url("../images/return.svg") no-repeat;
}


.page__btn {
    display: inline-block;
    padding: 0 15px !important;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #eceff2;
    background-color: #0f0e4f;
    border-bottom: none !important;
    border-radius: 20px;
}

.page__btn:hover,
.page__btn:focus,
.page__btn:active {
    color: #eceff2;
    background-color: #b30970;
}

.page__btn::after {
    display: inline-block;
    vertical-align: -1px;
    content: "";
    margin-left: 20px;
    height: 10px;
    width: 7px;
    background: url("../images/chevron.svg") no-repeat;
}

.prev__btn {
    text-align: right;
    margin-right: 10px;
}

.prev__btn::before {
    display: inline-block;
    vertical-align: -1px;
    content: "";
    margin-right: 20px;
    height: 10px;
    width: 7px;
    background: url("../images/chevron.svg") no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.prev__btn::after {
    display: none !important;
}

.next__btn {
    margin-left: 10px;
}


.look__btn {
    display: inline-block;
    padding: 0 20px !important;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    color: #eceff2;
    background-color: #b30970;
    border-bottom: none !important;
    border-radius: 20px;
}

.look__btn:hover,
.look__btn:focus,
.look__btn:active {
    color: #0f0e4f;
    background-color: #d0e5e8;
}

.look__btn::after {
    display: inline-block;
    vertical-align: 0;
    content: "";
    margin-left: 30px;
    height: 10px;
    width: 19px;
    background: url("../images/arrow_white.svg") no-repeat;
}

.look__btn:hover::after,
.look__btn:focus::after,
.look__btn:active::after {
    background-image: url("../images/arrow.svg");
}


.close__btn {
    display: inline-block;
    padding: 0 15px !important;
    line-height: 34px;
    font-size: 14px;
    font-weight: 700;
    color: #b30970;
    background-color: #ffffff;
    border-bottom: none !important;
    border-radius: 20px;
}

.close__btn:hover,
.close__btn:focus,
.close__btn:active {
    color: #eceff2;
    background-color: #0f0e4f;
}

.close__btn::after {
    display: inline-block;
    vertical-align: -1px;
    content: "";
    margin-left: 20px;
    height: 12px;
    width: 12px;
    background: url("../images/close_pink.svg") no-repeat;
}

.close__btn:hover::after,
.close__btn:focus::after,
.close__btn:active::after {
    background-image: url("../images/close_white.svg");
}


.datepicker--day-name {
    color: #b30970;
    font-weight: 700;
}

.datepicker--cell.-current- {
    color: #b30970;
    font-weight: 900;
}

.datepicker--cell.-current-.-in-range- {
    color: #b30970
}

.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade- {
    background: #d0e5e8;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #75dceb;
}

.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current- {
    background: #75dceb;
}

.datepicker--cell.-selected-.-focus- {
    background: #75dceb;
}

#no-ads-area {
	google-auto-ads: ignore;
}
