/* Typography */
a {
    text-decoration: underline; }
a:hover {
    text-decoration: none; }

/* Main layout */
html {
    min-width: 1200px; }

body {
    font: 16px/18px "PT Sans", "PT Sans Web Font", sans-serif;
    background: white url(/static/img/zima2014/background_part_1.jpg) 50% 0 no-repeat;
    margin: 0;
    padding: 0; }

div.header {
    background-color: #fff; }

div.aside {
    position: relative;
    width: 775px;
    min-height: 648px;
    margin: 224px auto 0; }
div.aside .widgets {
    position: absolute;
    top: -195px;
    left: -105px; }
div.aside .widgets > div {
    float: left;
    margin: 0 0 0 11px; }
div.aside .widgets > div:first-child {
    margin: 0; }
div.aside .banner {
    display: none;
    position: absolute;
    top: -195px;
    left: 520px;
    width: 324px;
    height: 68px;
    margin: 0;
    background: url(/static/img/zima2014/plane.png) no-repeat; }
div.aside .banner .label {
    width: 120px;
    margin: 5px 0 0 25px;
    color: #ff0000;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase; }
div.aside .banner .social-buttons {
    position: absolute;
    top: 24px;
    left: 135px; }
div.aside .banner .social-buttons a {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 0 0 0 13px; }
div.aside .banner .social-buttons a.first-child {
    margin: 0; }
div.aside .banner .social-buttons a.fb {
    background: url(/static/img/zima2014/social-icons-2.png) 0 0 no-repeat; }
div.aside .banner .social-buttons a.vk {
    background: url(/static/img/zima2014/social-icons-2.png) 100% 0 no-repeat; }
div.aside .banner .social-buttons a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
div.aside .events {
    display: none;
    overflow: hidden;
    height: 648px; }

div.aside .events .slots {
    float:left;
    width: 242px;
    margin: 0 0 0 16px; }

div.aside .events .slots:first-child {
    margin: 0px; }

div.aside .events .wrapper {
    margin-top:0px;
    width: 242px; }

div.aside .events .event {
    position: relative;
    float: left;
    width: 242px;
    /*margin: 0 0 0 16px;*/
    z-index: 0;
    height: 100%;
    margin: 0px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
div.aside .events .event:first-child {
    margin: 0; }
div.aside .events .event:hover {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
	margin-top: 10px; }
div.aside .events .event > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5; }
div.aside .events .event .meta {
    padding: 18px 22px; }
div.aside .events .event .meta p {
    margin: 0;
    color: #477a99; }
div.aside .events .event .meta h3 {
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px; }
div.aside .events .event .meta h3.red {
    color: #ff0000;
}
div.aside .events .event .meta h3 span {
    padding: 0 18px 0 0;
    background: url(/static/img/zima2014/red_arrow.gif) 100% 65% no-repeat; }
div.aside .events .event .meta h3 span:hover {
    padding: 0 16px 0 0; }
div.aside .title {
    position: absolute;
    top: -137px;
    left: 50%;
    width: 290px;
    height: 89px;
    margin: 0 0 0 -148px;
    background: url(/static/img/zima2014/schrodinger.png) no-repeat; }
div.aside .instruction {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 461px;
    height: 258px;
    margin: 0 0 0 -230.5px;
    background: url(/static/img/zima2014/instruction.png) no-repeat; }
div.aside .trigger {
    display: block;
    position: absolute;
    top: -65px;
    right: -80px;
    width: 68px;
    height: 369px;
    background: url(/static/img/zima2014/trigger.png) 0 0 no-repeat; }

div.main {
    position: relative;
    width: auto;
    min-height: 1066px;
    margin: -510px 0 0;
    padding: 320px 0 0;
    background: url(/static/img/zima2014/background_part_2.png) 50% 65px no-repeat; }
div.main .foreground {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 821px;
    margin: -690px 0 0 0;
    background: url(/static/img/zima2014/foreground.png) 140px 0 no-repeat; }

div.footer {
    position: relative;
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #7ea2b7;
    font: 14px/24px Arial, sans-serif;
    background: #fff; }
div.footer .footer_right_bottom_made img {
    vertical-align: middle; }
div.footer .footer_right_bottom_made span {
    display: inline-block;
    vertical-align: middle; }

/* Events view */
.view_events {
    position: relative;
    width: 820px;
    margin: 10px auto 0;
    padding: 30px 60px 60px 60px;
    background: #fff;
    z-index: 5; }
.page_main .view_events {
    margin: 0 auto;
    padding: 0 60px 60px 60px; }
.page_main .view_events .filter {
    margin: 0 0 93px; }
.page_main .view_events .filter h2 {
    font-size: 36px; }
.page_events .view_events {
    position: absolute;
    top: -680px;
    left: 50%;
    width: 820px;
    margin: 10px 0 0 -490px;
    border: 20px solid #017da3; }
.page_events .view_events .filter {
    margin: 93px 0 0; }

.view_events p {
    line-height: 22px; }
.view_events .category {
    margin: 0 0 60px;
    font: normal 24px/40px "PT Sans", "PT Sans Web Font", sans-serif;
    color: #477a99; }
.view_events .category a {
    color: #477a99;
    text-decoration: none; }
.view_events .category a:hover {
    text-decoration: underline; }
.view_events .row .col {
    margin: 0 60px 0 0; }
.view_events .row .col.col-1 {
    width: 340px; }
.view_events .row .col.col-2 {
    width: 360px; }
.view_events .events {
    width: auto;
    margin: 0; }
.view_events .events .event {
    margin: 0 0 30px;
    padding: 30px 0 0;
    border-top: 1px dashed #477a99; }
.view_events .events .event:first-child {
    padding: 0;
    border-top: none; }
.view_events .events .event .event_date {
    margin: -10px 0 27px;
    font: normal 24px/40px "PT Sans", "PT Sans Web Font", sans-serif;
    color: #477a99; }
.view_events .events .event .event_date a {
    color: #477a99;
    text-decoration: none; }
.view_events .events .event .event_date a:hover {
    text-decoration: underline; }
.view_events .events .event .event_title {
    margin: 0;
    color: #000;
    font: normal 36px/42px "PT Sans", "PT Sans Web Font", sans-serif; }
.view_events .events .event .event_title a {
    padding: 0 18px 0 0;
    color: #000;
    background: url(/static/img/zima2014/red_arrow.gif) 100% 65% no-repeat;
    text-decoration: none; }
.view_events .events .event .event_title a:hover {
    padding: 0 16px 0 0; }
.view_events .events .event .links {
    margin: 24px 0 0; }
.view_events .events .event .links a {
    color: #ff0000; }
.view_events .events .pagination {
    min-height: 8px;
    margin-top: 30px;
    font-size: 0px;
    text-align: center; }
.view_events .events .pagination a {
    display: inline-block;
    width: 9px;
    height: 8px;
    margin: 0 0 0 2.5px;
    background-image: url(/static/img/zima2014/slider_bullets.png);
    background-repeat: no-repeat;
    cursor: pointer; }
.view_events .events .pagination a, .view_events .events .pagination span {
    vertical-align: middle; }
.view_events .events .pagination.page_current {
    background-position: 0 100%; }
.view_events .events .pagination .page_prev,
.view_events .events .pagination .page_next {
    display: inline-block;
    width: 20px;
    height: 21px;
    background-color: transparent;
    background-image: url(/static/img/zima2014/slider_arrows.png);
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer; }
.view_events .events .pagination .page_prev.disabled,
.view_events .events .pagination .page_next.disabled {
    visibility: hidden; }
.view_events .events .pagination .page_prev {
    background-position: 0 50%;
    margin-right: 10px; }
.view_events .events .pagination .page_next {
    background-position: 100% 50%;
    margin-left: 10px; }
.view_events .filter {
    margin: 93px 0 0; }

/* Event view */
.view_event {
    width: 820px;
    margin: 10px auto 0;
    padding: 30px 60px 60px 60px;
    background: #fff;
    border: 20px solid #017da3; }
.main .view_event {
    position: absolute;
    top: -680px;
    left: 50%;
    width: 820px;
    margin: 10px 0 0 -490px;
    z-index: 5; }
.view_event p {
    line-height: 22px; }
.view_event table tr td + td {
    width: 580px; }
.view_event .row .col {
    margin: 0 20px 0 0; }
.view_event .row .col.col-1 {
    width: 240px; }
.view_event .row .col.col-2 {
    width: 540px; }
.view_event .event_date {
    margin: 0 0 75px;
    font: normal 36px/40px "PT Sans", "PT Sans Web Font", sans-serif;
    color: #477a99; }
.view_event .event_date a {
    color: #477a99;
    text-decoration: none; }
.view_event .event_date a:hover {
    text-decoration: underline; }
.view_event .info p {
    float: left;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 40px 10px 0;
    padding: 0 0 0 52px;
    line-height: 40px;
    background-image: url(/static/img/zima2014/description_icons.png);
    background-repeat: no-repeat; }
.view_event .info p a {
    color: #282828;
    text-decoration: none; }
.view_event .info p a:hover {
    text-decoration: underline; }
.view_event .info p.time {
    background-position: 0 4px; }
.view_event .info p.price {
    background-position: 0 -42px; }
.view_event .info p.place {
    background-position: 0 -94px; }
.view_event .info p.phone {
    background-position: 0 -150px; }
.view_event .slider {
    margin-top: 20px; }
.view_event .event_title {
    color: #000;
    font: normal 46px/42px "PT Sans", "PT Sans Web Font", sans-serif; }
.view_event .links {
    padding: 42px 0 0; }
.view_event .links a {
    color: #ff0000; }
.view_event .filter {
    margin: 93px 0 0; }

/* Decorative items */
.filter {
    width: 820px;
    margin: 0 auto; }
.filter h2 {
    margin: 0 0 10px;
    padding: 0 0 5px;
    color: #477a99;
    font: normal 24px/40px "PT Sans", "PT Sans Web Font", sans-serif;
    border-bottom: 3px solid #477a99; }
.filter h2 a {
    color: #477a99;
    text-decoration: none; }
.filter h2 a:hover {
    text-deocoration: underline; }
.filter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.filter > ul > li {
    position: relative;
    float: left; }
.filter li.near-park {
    display: none; }
.filter > ul > li.place {
    width: 320px; }
.filter > ul > li.type {
    width: 260px; }
.filter > ul > li.date {
    width: 240px; }
.filter > ul > li > a {
    color: #477a99;
    text-decoration: none; }
.filter > ul > li > a span {
    display: inline-block;
    width: 9px;
    height: 4px;
    padding: 0 0 0 8px;
    background: url(/static/img/zima2014/arrow_up.png) 100% 50% no-repeat;
    vertical-align: middle; }
.filter .dropdown {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 20px 20px 27px;
    background: #017da3;
    z-index: 1000; }
.filter .dropdown ul li {
    margin: 5px 0 0; }
.filter .dropdown ul li:first-child {
    margin: 0; }
.filter .dropdown ul li a {
    color: #fff;
    line-height: 22px;
    text-decoration: none; }
.filter .dropdown ul li a:hover {
    color: #e5e5e5; }
.filter .dropdown ul li a.disabled {
    color: #8dc6e2;
    cursor: default; }

/* Date picker */
.datepicker .ui-datepicker-header {
    position: relative; }
.datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 18px;
    margin: -9px 0 0;
    background-image: url(/static/img/zima2014/arrows.png);
    background-repeat: no-repeat;
    cursor: pointer; }
.datepicker .ui-datepicker-prev {
    left: 5px;
    background-position: 0 0; }
.datepicker .ui-datepicker-next {
    right: 5px;
    background-position: 100% 0; }
.datepicker .ui-datepicker-prev span,
.datepicker .ui-datepicker-next span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
.datepicker .ui-state-disabled, .datepicker .ui-widget-content .ui-state-disabled, .datepicker .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); }
.datepicker .ui-datepicker-title {
    color: #fff;
    text-align: center;
    text-transform: lowercase; }
.datepicker table {
    border-collapse: separate;
    border-spacing: 4px; }
.datepicker th, .datepicker td {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center; }
.datepicker th {
    color: #fff;
    font-weight: normal;
    text-transform: lowercase; }
.datepicker td {
    color: #477a99;
    background: #fff; }
.datepicker td a {
    color: #477a99;
    text-decoration: none; }
.datepicker td.ui-datepicker-current-day {
    background: #ff0000; }

/* slider */
.slider {
    position: relative; }
.slider .slider_relative {
    position: relative;
    width: 540px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden; }
.slider .slider_absolute {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    -ms-transition: left 300ms ease;
    transition: left 300ms ease; }
.slider .slider_items {
    margin: 0;
    padding: 0;
    list-style: none; }
.slider .slider_items .slider_item {
    float: left; }
.slider img {
    width: 540px;
    height: 360px;
    border: none;
    vertical-align: top; }
.slider .slider_nav {
    min-height: 8px;
    margin-top: 23px;
    font-size: 0px;
    text-align: center; }
.slider .slider_nav .slider_nav_item {
    display: inline-block;
    width: 9px;
    height: 8px;
    margin: 0 0 0 2.5px;
    background-image: url(/static/img/zima2014/slider_bullets.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer; }
.slider .slider_nav .slider_nav_item.slider_nav_item_current {
    background-position: 0 100%; }
.slider .slider_prev,
.slider .slider_next {
    display: inline-block;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    background-color: transparent;
    background-image: url(/static/img/zima2014/slider_arrows.png);
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer; }
.slider .slider_prev.disabled,
.slider .slider_next.disabled {
    visibility: hidden; }
.slider .slider_prev {
    background-position: 0 50%;
    margin-right: 10px; }
.slider .slider_next {
    background-position: 100% 50%;
    margin-left: 10px; }

/* Helper classes */
.container {
    position: relative;
    width: 960px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; }

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

.container:after {
    clear: both; }

.row:before, .row:after {
    display: table;
    content: " "; }
.row:after {
    clear: both; }
.row .col {
    float: left; }

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

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

.clearfix:after {
    clear: both; }

/* Media queries */
@media screen and (min-width: 1921px) {
    body {
        background-size: auto !important; } }