@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
    font-family: "boingregular";
    src: url("../fonts/boing_regular-webfont.eot");
    src: url("../fonts/boing_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/boing_regular-webfont.svg") format("svg"), url("../fonts/boing_regular-webfont.woff2") format("woff2"), url("../fonts/boing_regular-webfont.woff") format("woff"), url("../fonts/boing_regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lacrimamg-serif_boldbold";
    src: url("../fonts/lacrimamg-serifbold-webfont.eot");
    src: url("../fonts/lacrimamg-serifbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lacrimamg-serifbold-webfont.svg") format("svg"), url("../fonts/lacrimamg-serifbold-webfont.woff2") format("woff2"), url("../fonts/lacrimamg-serifbold-webfont.woff") format("woff"), url("../fonts/lacrimamg-serifbold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?eeedwn");
    src: url("../fonts/icomoon.eot?#iefixeeedwn") format("embedded-opentype"), url("../fonts/icomoon.woff?eeedwn") format("woff"), url("../fonts/icomoon.ttf?eeedwn") format("truetype"), url("../fonts/icomoon.svg?eeedwn#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.pagination ul,
.social-network,
.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-block.container-fluid {
    padding-bottom: 100px;
}

.carousel-block .main-title {
    margin-bottom: 17px;
}

/* cycle carousel styles */

.cycle-gallery {
    position: relative;
    font: 14px/16px "boingregular", sans-serif;
}

    .cycle-gallery .mask {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        /*max-height: 588px;*/
		max-height: 473px;
    }

    .cycle-gallery .slideset {
        width: 9999px;
        float: left;
    }

    .cycle-gallery .slide {
        /*width: 100%;*/
		width: 1000px;
        float: left;
    }

        .cycle-gallery .slide img {
            width: 100%;
            height: auto;
            vertical-align: top;
            max-width: 1280px;
			   /* height: auto;
    vertical-align: top;
    max-width: 1280px;
    width: 1000px;*/
        }

    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next,
    .carousel .btn-prev,
    .carousel .btn-next {
        position: absolute;
        top: 50%;
        left: -50px;
        margin-top: -11px;
        color: #f2eee3;
    }

        .cycle-gallery .btn-prev:hover,
        .cycle-gallery .btn-prev:focus,
        .cycle-gallery .btn-next:hover,
        .cycle-gallery .btn-next:focus,
        .carousel .btn-prev:hover,
        .carousel .btn-prev:focus,
        .carousel .btn-next:hover,
        .carousel .btn-next:focus {
            color: #eb5848;
            text-decoration: none;
        }

        .cycle-gallery .btn-prev i,
        .cycle-gallery .btn-next i,
        .carousel .btn-prev i,
        .carousel .btn-next i {
            font-size: 30px;
        }

    .cycle-gallery .btn-next,
    .carousel .btn-next {
        left: auto;
        right: -50px;
    }

    .cycle-gallery .btn,
    .carousel .btn {
        font-size: 14px;
        line-height: 16px;
    }

.carousel-caption {
    padding: 0;
    bottom: 21px;
    left: 140px;
    right: 134px;
    text-align: left;
    letter-spacing: 2px;
    text-shadow: none;
    text-transform: uppercase;
}

    .carousel-caption .alignright {
        text-align: right;
    }

    .carousel-caption .dotted {
        overflow: hidden;
    }

        .carousel-caption .dotted:after {
            bottom: 3px;
            left: 100%;
            width: 999px;
        }

    .carousel-caption .text-holder {
        position: relative;
        overflow: hidden;
    }

        .carousel-caption .text-holder:after {
            display: none;
            content: "+";
            position: absolute;
            bottom: -2px;
            right: 0;
            font: 12px/14px "boingregular", sans-serif;
        }

    .carousel-caption p {
        margin: 0;
    }

    .carousel-caption .btn-holder {
        margin-top: 8px;
    }

/* pagination block styles */

.pagination {
    display: block;
    font: 14px/16px "lacrimamg-serif_boldbold", monospace;
    letter-spacing: 1px;
}

    .pagination ul {
        display: table;
        width: 100%;
        text-align: center;
    }

    .pagination li {
        display: table-cell;
        padding-left: 0px !important;
        text-align: center;
        padding: 0 25px;
    }

        .pagination li:first-child {
            padding-left: 0;
            text-align: center;
        }

        .pagination li.last-child {
            padding-right: 0;
            text-align: center;
        }

    .pagination a {
        color: #f2eee3;
    }

        .pagination a:hover,
        .pagination a:focus {
            color: #f2eee3;
        }

.inner .carousel-block.container-fluid {
    padding-bottom: 60px;
}

.video-section .video-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .video-section .video-holder img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.video-section .mask {
    margin: 0;
}

.video-section .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -39px 0 0 -41px;
}

.video-section .btn-prev,
.video-section .btn-next {
    margin-top: -16px;
}

.satpalheading
{
float: left;
    margin: 3px 11px 0 0;
    font: 16px/18px "boingregular", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
width: 100%;
padding-bottom: 10px;
}

.synopsisdiv
{
    font-size: 18px;
    text-align: justify;
line-height: initial;
}

.screeningdiv
{
    font-size: 18px;
    text-align: justify;
}
/* carousel styles */

.carousel {
    position: relative;
    margin: 0 -12.5px 70px;
}

    .carousel .mask {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .carousel .slideset {
        width: 100% !important;
        white-space: nowrap;
        letter-spacing: -.36em;
    }

    .carousel .slide {
        display: inline-block;
        vertical-align: top;
        width: 33.33% !important;
        padding: 0 12.5px;
        letter-spacing: 0;
    }

        .carousel .slide a {
            display: block;
        }

            .carousel .slide a.hover {
                opacity: .8;
            }

    .carousel img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        left: -38px;
    }

    .carousel .btn-next {
        left: auto;
        right: -38px;
    }

#overlayPP {
    max-width: inherit !important;
}

body {
    min-width: 320px;
   /* font-family: "lacrimamg-serif_boldbold", monospace;
    font: 16px/18px "lacrimamg-serif_boldbold", monospace;*/
 font-family: "lacrimamg", monospace;
    font: 16px/18px "lacrimamg", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 4px;
    font-family: "boingregular", sans-serif;
    text-transform: uppercase;
}

h1,
h2 {
    /*margin: 0 0 35px;*/
    text-align: center;
}

h3 {
    margin: 0 0 6px;
}

a {
    -webkit-transition: color .2s linear, background .2s linear, text-decoration .2s linear;
    transition: color .2s linear, background .2s linear, text-decoration .2s linear;
}

p {
    text-align: justify;
}

a:hover,
a:focus {
    outline: none;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: white;
    padding-top: 2.5px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e604";
}

.icon-arrow-left:before {
    content: "\e605";
}

.icon-twitter:before {
    content: "\e600";
}

.icon-email:before {
    content: "\e601";
}

.icon-facebook:before {
    content: "\e602";
}

.icon-instagram:before {
    content: "\e603";
}

.plus:before {
    content: "+";
    font-family: "lacrimamg-serif_boldbold", monospace;
    font-style: normal;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 207px;
}

.container-fluid {
    max-width: 1324px;
    padding: 0 22px;
    margin: 0 auto;
}

    .container-fluid.add {
        max-width: 1044px;
    }

/* header styles */

#header {
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
}

    #header:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,1);
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 43%, rgba(0,0,0,0.53) 70%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,0.53)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 43%, rgba(0,0,0,0.53) 70%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 43%, rgba(0,0,0,0.53) 70%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 43%, rgba(0,0,0,0.53) 70%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 96%, rgba(0,0,0,0.53) 70%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
    }

.header-holder {
    /*padding: 0 32px 50px;*/
    position: relative;
    z-index: 1000;
}

    .header-holder .container-fluid {
        position: relative;
    }

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* page logo styles */

.navbar-brand {
    position: absolute;
    top: 15px;
    left: 50%;
    float: none;
    width: 260px;
    /*height: 99px;*/
    padding: 0;
    margin: 0 0 0 -130px !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.homepagelogo {
    position: inherit;
    top: 15px;
    left: 51%;
    float: none;
    width: 260px;
    padding-bottom: 25px;
    /*height: 99px;
    padding: 0;*/
    margin: 0 0 0 -130px !important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar {
    /*margin: 0;
    border: 0;*/
}

.nav-area {
    /**/ min-height: 59px;
    position: relative;
    padding-bottom: 30px;
}

    .nav-area .nav.nav-default {
        margin: 0 25px 0 76px;
    }

    .nav-area .view-list {
        margin-left: 12px;
    }

    .nav-area .tools {
        width: 75px;
        letter-spacing: -.36em;
    }

.navbar-default {
    background: none;
}

/*-------------------------------------------------------------*/
#nav {
    margin: 0 auto;
    padding: 10px;
}

#drops, #drops ul {
    /* width: auto; */
    list-style: none;
    z-index: 999;
    /* list-style: none; */
    margin: 0;
    padding: 0;
    display: inline-block;
}


#nav:after, #nav ul:after {
    content: '';
    display: block;
    clear: both;
}

#nav > ul {
    *display: inline-block;
}

#nav a {
    color: #f2eee3;
    padding: 0 25px;
}

#nav ul {
    text-transform: uppercase;
}

    #nav ul ul {
        text-transform: none;
        min-width: 190px;
    }

        #nav ul ul a {
            font-size: 14px;
            border-top: 0 none;
            line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: bold;
    font-family: boing, sans-serif;
    color: #f2eee3;
    letter-spacing: 1px;
        }

        #nav ul ul ul {
            border-top: 0 none;
        }

        #nav ul ul li {
            position: relative;
        }

#nav > ul > li > a {
    /*line-height: 48px;*/
    padding-bottom: 6px;
    font-size: 14px;
}

#nav ul ul li:first-child > a {
}

#nav ul ul li:hover > a {
    background: #EB5848;
    /*text-decoration: underline;*/
}

#nav ul ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}

#nav ul ul li:last-child:hover > a {
    border-radius: 0 0 0 3px;
}

#nav ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

#nav ul, #nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    display: table;
}

    #nav ul li {
        float: left;
        min-height: 1px;
        vertical-align: middle;
    }

        #nav ul li.hover,
        #nav ul li:hover {
            position: relative;
            z-index: 599;
            cursor: default;
            /*text-decoration: underline;*/
        }

    #nav ul ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
        width: 100%;
    }

        #nav ul ul li {
            float: none;
        }

        #nav ul ul ul {
            top: 0;
            left: auto;
            right: -99.5%;
        }

    #nav ul li:hover > ul {
        visibility: visible;
    }

    #nav ul ul {
        bottom: 0;
        left: 0;
    }

    #nav ul ul {
        margin-top: 0;
    }

        #nav ul ul li {
            font-weight: normal;
            text-transform: uppercase;
            background-color: black;
			width: 220px;
        }

#nav a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}
/*-------------------------------------------------------------*/
.navbar-default .navbar-nav {
    font: 18px/20px "lacrimamg-serif_boldbold", monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*padding-top: 18px;
        margin: 0 -25px;
        max-width: 100%;*/
}

    .navbar-default .navbar-nav > li {
        padding: 0 15px 10px;
    }

        .navbar-default .navbar-nav > li > a {
            padding: 0;
        }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus,
            .navbar-default .navbar-nav > li > a.active {
                color: #f2eee3;
                text-decoration: underline;
            }

.navbar-default .navbar-right {
    margin: 0 -25px;
    max-width: 375px;
}

.nav-opener {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 24px;
    position: relative;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
}

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        background: #FFFFFF;
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        height: 3px;
        margin-top: -2px;
        border-radius: 2px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .nav-opener:before {
        content: "";
        top: 2px !important;
    }

    .nav-opener:after {
        content: "";
        top: 12px;
    }

    .nav-opener:hover:before,
    .nav-opener:hover:after,
    .nav-opener:hover span {
        background: #eb5848;
    }

    .nav-opener.close {
        float: none;
        position: absolute;
        top: -2px;
        left: -3px;
        position: relative;
        width: 30px;
        height: 30px;
        z-index: 1000;
        opacity: 1;
    }

        .nav-opener.close:hover:before,
        .nav-opener.close:hover:after {
            background: #4e4e4f;
        }

        .nav-opener.close:before,
        .nav-opener.close:after {
            background: #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            height: 4px;
            top: 16px !important;
            left: 0;
            right: 0;
            border-radius: 3px;
        }

        .nav-opener.close:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .nav-opener.close span {
            display: none;
        }

.nav.nav-default {
    margin: 0 -25px;
    letter-spacing: -.36em;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

    .nav.nav-default li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 25px 10px;
    }

        .nav.nav-default li a {
            padding: 0;
            color: #f2eee3;
        }

            .nav.nav-default li a:hover,
            .nav.nav-default li a:focus {
                background: none;
                color: #f2eee3;
                
            }

.nav-slide {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    bottom: 0;
    width: 385px;
    margin-left: -385px;
    padding: 30px 30px 0;
    background: #eb5848;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-family: "lacrimamg-serif_boldbold", monospace;
    text-transform: uppercase;
}

    .nav-slide .drawerSimpleLogin {
        padding: 61px 0 44px;
    }

    .nav-slide .nav {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 2px;
    }

        .nav-slide .nav > li {
            padding: 0 0 20px;
        }

            .nav-slide .nav > li > a {
                display: inline;
                padding: 0;
                color: #f2eee3;
            }

                .nav-slide .nav > li > a:hover,
                .nav-slide .nav > li > a:focus {
                    color: #f2eee3;
                    /*text-decoration: underline;*/
                    background: none;
                }

    .nav-slide .slide-holder {
        max-height: 1024px;
        min-height: 700px;
        position: relative;
        height: 100%;
        padding-bottom: 140px;
    }

    .nav-slide nav {
        height: 100%;
        max-height: 330px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav-slide .drawerSocialIconArea {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 30px;
    }

    .nav-slide .btn {
        width: 100%;
        text-align: left;
    }

    .nav-slide .social-network {
        overflow: hidden;
        margin: 0 -13px;
        padding-top: 34px;
    }

        .nav-slide .social-network li {
            padding: 0 13.3px 5px;
        }

        .nav-slide .social-network a:hover,
        .nav-slide .social-network a:focus {
            color: #000;
        }

        .nav-slide .social-network i {
            font-size: 26px;
        }

            .nav-slide .social-network i.icon-email {
                font-size: 22px;
            }

.nav-active .nav-slide {
    margin-left: 0;
}

/* main informative part styles */

/* sign up form styles */

.drawerSimpleLogin {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
}

    .drawerSimpleLogin .input-holder {
        padding-bottom: 2px;
    }

    .drawerSimpleLogin .row-holder {
        margin-bottom: 20px;
    }

    .drawerSimpleLogin p {
        margin: 0 0 2px;
    }

    .drawerSimpleLogin a {
        color: #f2eee3;
    }

        .drawerSimpleLogin a:hover,
        .drawerSimpleLogin a:focus {
            color: #f2eee3;
            text-decoration: underline;
        }

.form-control {
    padding: 3px;
    font: 14px/18px "lacrimamg-serif_boldbold", monospace;
    letter-spacing: 0;
    color: #7b787a;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #f2eee3;
}

.top-panel {
    /*padding: 5px;*/
    background: #EB5848;
    text-transform: uppercase;
    color: black;
}

    .top-panel .social-network {
        min-width: 141px;
        margin: 0 -7px 0 7px;
    }

/* social networks styles */

.social-network {
    margin: 0 -7px;
    letter-spacing: -.36em;
}

    .social-network li {
        display: inline-block;
        vertical-align: bottom;
        letter-spacing: 0;
        padding: 0 7px 5px;
    }

    .social-network a {
        display: block;
        color: #f2eee3;
    }

        .social-network a:hover,
        .social-network a:focus {
            color: #eb5848;
            text-decoration: none;
        }

    .social-network i {
        display: block;
        font-size: 14px;
    }

        .social-network i.icon-email {
            font-size: 14px;
        }

.btn {
    vertical-align: top;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font: 18px/20px "lacrimamg-serif_boldbold", monospace;
}

    .btn:hover,
    .btn:focus {
        outline: none;
    }

    .btn.quickbuttonbutton {
        /*min-width: 250px;*/
        padding: 1px 20px;
        border-radius: 1px;
        background: #000000;
        color: #FFFFFF;
        border-color: #FFFFFF;
        font: 14px "lacrimamg-serif_boldbold", monospace;
    }

    .btn.btn-default {
        /*min-width: 250px;*/
        /*min-width: 250px;*/
        padding: 7px 20px;
        border-radius: 1px;
        background: #eb5848;
        color: #f2eee3;
        border-color: #eb5848;
        /*padding: 1px 20px;
        border-radius: 1px;
        background: #000000;
        color: #FFFFFF;
        border-color: #FFFFFF;*/
        font: 16px/18px "lacrimamg-serif_boldbold", monospace;
    }

        .btn.btn-default:hover {
            background: #000000;
            color: #FFFFFF;
            border-color: #FFFFFF;
        }

        .btn.btn-default:focus {
            border-color: #f2eee3;
            color: #f2eee3;
        }

    .btn.btn-success {
        min-width: 250px;
        padding: 7px 20px;
        border-radius: 1px;
    }

        .btn.btn-success:hover {
            background: #eb5848;
            border-color: #eb5848;
            color: #f2eee3;
        }

        .btn.btn-success:focus {
            border-color: #eb5848;
            color: #eb5848;
        }

    .btn.btn-primary {
        min-width: 171px;
        text-align: left;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #f2eee3;
            color: #000;
        }

    .btn.btn-info:hover,
    .btn.btn-info:focus {
        background: #f2eee3;
        color: #000;
    }

    .btn.btn-link {
        padding: 0;
        color: #f2eee3;
        text-align: left;
    }

        .btn.btn-link:hover,
        .btn.btn-link:focus {
            color: #f2eee3;
        }

    .btn.btn-time {
        letter-spacing: 2px;
    }

        .btn.btn-time:focus, .btn.btn-time a:focus {
            color: #f2eee3;
            border-color: #f2eee3;
            text-decoration: none;
        }

.main-title {
    display: block;
    margin-bottom: 26px;
    font: 11px/14px "lacrimamg-serif_boldbold", monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

/* posts section styles */

.tickets-block {
    margin-bottom: 166px;
}

/* posts list styles */

.tickets-item {
    margin-bottom: 34px;
    font: 16px/18px "lacrimamg-serif_boldbold", monospace;
    text-transform: uppercase;
}

    .tickets-item .item {
        padding-bottom: 22px;
    }

    .tickets-item .btn-link {
        width: 100%;
        position: relative;
        z-index: 1;
        background: #000;
        font: 16px/18px "lacrimamg-serif_boldbold", monospace;
        color: #4e4e4f;
    }

        .tickets-item .btn-link:focus {
            outline: none;
        }

        .tickets-item .btn-link:hover {
            color: #f2eee3;
        }

        .tickets-item .btn-link:after {
            content: "+";
            position: absolute;
            bottom: -1px;
            right: 0;
            font-family: "lacrimamg-serif_boldbold", monospace;
            font-weight: bold;
            color: #4e4e4f;
            background: #000;
            padding-left: 10px;
        }

        .tickets-item .btn-link.opened {
            color: #4e4e4f;
            text-decoration: none;
        }

            .tickets-item .btn-link.opened:after {
                content: "-";
                bottom: -2px;
            }

        .tickets-item .btn-link .dotted {
            display: block;
        }

        .tickets-item .btn-link .bg {
            display: inline;
            padding-right: 5px;
        }

    .tickets-item .plus {
        color: #4e4e4f;
    }

    .tickets-item .collapse-holder {
        padding: 28px 0 15px;
        font: 12px/30px "lacrimamg-serif_boldbold", monospace;
    }

        .tickets-item .collapse-holder.add {
            font: 16px/18px "lacrimamg-serif_boldbold", monospace;
            letter-spacing: 2px;
        }

            .tickets-item .collapse-holder.add .row {
                margin-bottom: 15px;
            }

            .tickets-item .collapse-holder.add .bg {
                padding-right: 25px;
            }

        .tickets-item .collapse-holder .alignright p {
            padding-top: 6px;
            margin: 0;
        }

    .tickets-item .title {
        position: relative;
        z-index: 1;
        background: #000;
        padding-right: 10px;
        font: 20px/22px "boingregular", sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .tickets-item .btn-time {
        color: #f2eee3;
        font-size: 16px;
        line-height: 18px;
        padding: 0;
    }

        .tickets-item .btn-time:hover,
        .tickets-item .btn-time:focus {
            text-decoration: underline;
        }


.row-small {
    margin: 0 -12px;
}

.col-medium,
.col-small,
.col-xs {
    float: left;
    width: 20%;
    padding: 0 12px;
}

.col-medium {
    width: 33%;
}

.col-xs {
    width: 20%;
}

.dotted {
    position: relative;
}

    .dotted:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: url(../images/dots.png) repeat-x;
    }

.bg {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    background: #000;
}

.btn-area {
    text-align: center;
}

.visual-block {
    margin-bottom: 166px;
}

    .visual-block img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

/* posts section styles */
.post-item {
    margin-bottom: 166px;
}

    .post-item.view-block .view-large:before,
    .post-item.view-block .view-large:after,
    .post-item.view-block .view-large span,
    .post-item.view-block .view-large i {
        background: #f2eee3;
    }

    .post-item.view-block .text-holder .row {
        margin: 0;
    }

    .post-item.view-block .text-holder .col-add {
        width: 100%;
        padding: 0;
    }

    .post-item.view-block .dotted {
        display: block;
    }

        .post-item.view-block .dotted:after {
            display: none;
        }

    .post-item.view-block .bg {
        display: block;
        background: none;
    }

    .post-item.view-block .alignright {
        text-align: center;
    }

    .post-item.view-block .post-list.small .session-box .box {
        margin: 0;
    }

    .post-item.view-block .post-list.small .session-box .alignright {
        text-align: right;
    }

    .post-item.view-block .post-list.small .session-box .dotted {
        display: inline-block;
        vertical-align: top;
    }

        .post-item.view-block .post-list.small .session-box .dotted:after {
            left: 100%;
            right: auto;
            width: 999px;
        }

    .post-item.view-item .view-list:before,
    .post-item.view-item .view-list:after,
    .post-item.view-item .view-list span,
    .post-item.view-item .view-list strong,
    .post-item.view-item .view-list i {
        background: #f2eee3;
    }

    .post-item.view-item .col {
        width: 100%;
    }

    .post-item.view-item .post {
        overflow: hidden;
        margin-bottom: 0px;
        padding: 0;
        border: 0;
        text-align: left;
    }

        .post-item.view-item .post.hover {
            margin-bottom: 0px;
            padding: 0;
            background: none;
        }

            .post-item.view-item .post.hover .border {
                display: none;
            }

        .post-item.view-item .post.same-height-left,
        .post-item.view-item .post.same-height-right {
            height: auto !important;
        }

    .post-item.view-item .visual {
        display: none;
    }

    .post-item.view-item h3 {
        text-align: left;
        font-size: 20px;
        line-height: 22px;
    }

        .post-item.view-item h3 .bg {
            padding-right: 10px;
        }

    /*
    .post-item.view-item .text-holder {
        margin-bottom: 8px;
    }*/

    .post-item.view-item .text-holder .dotted:after {
        left: 100%;
        width: 999px;
    }

    .post-item.view-item .text-holder .row {
        /*margin-left: -12.5px;
        margin-right: -12.5px;*/
    }

    .post-item.view-item .alignright {
        padding-top: 6px;
        text-align: right;
    }

        .post-item.view-item .alignright .dotted {
            margin-left: -24.5px;
        }

        .post-item.view-item .alignright.one-col .dotted {
            margin-left: -12.5px;
        }

        .post-item.view-item .alignright .bg {
            padding-left: 10px;
        }

    .post-item.view-item .description {
        display: block;
    }

    .post-item.view-item .date {
        padding: 0;
    }

    .post-item.view-item .post-list.small .session-box {
        display: block;
        position: static;
        padding: 0;
    }

        .post-item.view-item .post-list.small .session-box .dotted {
            display: inline-block !important;
            vertical-align: top;
        }

            .post-item.view-item .post-list.small .session-box .dotted:after {
                left: 100%;
                width: 999px;
                right: auto;
                height: 3px;
                background: url(../images/dots.png) repeat-x;
            }

    .post-item.view-item .post-list.small .post.hover .session-box .bg {
        background: #000;
    }

    .post-item.view-item .post-list.small .dotted:after {
        left: 100%;
        right: auto;
        width: 999px;
    }

    .post-item .post-list {
        margin-bottom: 28px;
    }

        .post-item .post-list.small .session-box {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding-top: 0;
            font: 12px/14px "lacrimamg-serif_boldbold", monospace;
        }

            .post-item .post-list.small .session-box .row {
                display: block;
                margin-left: -12.5px;
                margin-right: -12.5px;
            }

            .post-item .post-list.small .session-box .date {
                font: 12px/14px "lacrimamg-serif_boldbold", monospace;
            }

            .post-item .post-list.small .session-box .alignleft {
                padding-top: 0;
            }

            .post-item .post-list.small .session-box .alignright {
                padding-top: 0;
                letter-spacing: 2px;
            }

                .post-item .post-list.small .session-box .alignright .dotted {
                    margin-left: -12.5px;
                }

            .post-item .post-list.small .session-box .dotted:after {
                bottom: 3px;
                height: 2px;
                background: url(../images/dots.png) repeat-x;
            }

        .post-item .post-list.small .post {
            padding-bottom: 45px;
        }

            .post-item .post-list.small .post.hover .session-box {
                display: block;
            }

                .post-item .post-list.small .post.hover .session-box .bg {
                    background: #eb5848;
                }

    .post-item .post {
        display: block;
        position: relative;
        padding-bottom: 19px;
        margin-bottom: 17px;
        text-align: center;
        letter-spacing: 1px;
        color: #f2eee3;
        -webkit-transition: none;
        transition: none;
    }

        .post-item .post.hover {
            background: #eb5848;
            border-color: #eb5848;
            text-decoration: none;
        }

            .post-item .post.hover .border {
                display: block;
            }

        .post-item .post.view-session.hover .session-box .bg {
            background: #eb5848;
        }

        .post-item .post.view-session .session-box {
            display: block;
        }

        .post-item .post .border {
            display: none;
            position: absolute;
            z-index: -1;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -14px;
            background: #eb5848;
        }

        .post-item .post .visual {
            margin-bottom: 7px;
        }

        .post-item .post img {
            width: 100%;
            height: auto;
            vertical-align: top;
        }

    .post-item h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
    }

        .post-item h3 a {
            color: #f2eee3;
        }

    .post-item p {
        margin: 0;
    }

    .post-item .description {
        display: none;
        overflow: hidden;
    }

        .post-item .description .alignleft {
            padding-top: 4px;
            letter-spacing: 2px;
        }

            .post-item .description .alignleft .dotted:after {
                right: -10px;
            }

        .post-item .description .alignright {
            padding-top: 0;
            font-size: 14px;
            line-height: 16px;
        }

        .post-item .description .col-small {
            width: 25%;
        }

    .post-item .date {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 20px;
    }

    .post-item .info {
        display: inline-block;
        vertical-align: top;
        padding: 3px 0 0 10px;
    }

    .post-item .dotted:after {
        bottom: 4px;
        height: 3px;
        background: url(../images/dots.png) repeat-x;
    }

    .post-item .session-box {
        overflow: hidden;
        padding-top: 0px;
    }

        .post-item .session-box .box {
            margin-bottom: 6px;
        }

        .post-item .session-box .dotted:after {
            display: block;
            bottom: 7px;
        }

        .post-item .session-box .date {
            font: 14px/16px "boingregular", sans-serif;
        }

        .post-item .session-box .alignleft {
            padding-top: 3px;
            text-align: left;
        }

            .post-item .session-box .alignleft .dotted:after {
                right: -10px;
            }

            .post-item .session-box .alignleft .date {
                padding: 0 !important;
                width: auto;
                margin: 0;
                border: 0;
                color: #f2eee3;
            }

        .post-item .session-box .alignright {
            text-align: right;
            letter-spacing: 3px;
        }

        .post-item .session-box .bg {
            display: inline-block;
            vertical-align: top;
            background: #000;
        }

.view-large {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 20px;
    letter-spacing: 0;
    margin-left: 12px;
}

    .view-large:hover:before,
    .view-large:hover:after,
    .view-large:hover span,
    .view-large:hover i,
    .view-large:focus:before,
    .view-large:focus:after,
    .view-large:focus span,
    .view-large:focus i {
        background: #eb5848;
    }

    .view-large:before,
    .view-large:after,
    .view-large span,
    .view-large i {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 8px;
        background: #88857f;
    }

    .view-large:before,
    .view-large:after {
        content: "";
        left: auto;
        right: 0;
    }

    .view-large:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
    }

    .view-large i {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }

.view-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 24px;
    letter-spacing: 0;
}

.navcenter {
    margin: 0 auto !important;
    text-align: center !important;
}

.view-list:hover:before,
.view-list:hover:after,
.view-list:hover span,
.view-list:hover strong,
.view-list:hover i,
.view-list:focus:before,
.view-list:focus:after,
.view-list:focus span,
.view-list:focus strong,
.view-list:focus i {
    background: #eb5848;
}

.view-list:before,
.view-list:after,
.view-list span,
.view-list strong,
.view-list i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #88857f;
}

.view-list:before,
.view-list:after {
    content: "";
    top: 5px;
}

.view-list:after {
    top: 10px;
}

.view-list i {
    top: 15px;
}

.view-list strong {
    top: 20px;
}

.events-item {
    padding-bottom: 128px;
    font-size: 18px;
    line-height: 28px;
}

    .events-item .row-area {
        padding-bottom: 38px;
        overflow: hidden;
    }

    .events-item h2 {
        margin-bottom: 70px;
    }

    .events-item h3 {
        margin: 0 0 12px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

        .events-item h3 .dotted:after {
            left: 100%;
            width: 999px;
        }

        .events-item h3 a {
            color: #f2eee3;
        }

            .events-item h3 a:hover,
            .events-item h3 a:focus {
                color: #f2eee3;
                text-decoration: underline;
            }

    .events-item p {
        margin: 0;
    }

    .events-item .dotted:after {
        bottom: 7px;
        background: url(../images/dots.png) repeat-x;
    }

    .events-item .alignleft .dotted:after {
        left: 100%;
        right: auto;
        width: 999px;
    }

    .events-item .alignright {
        text-align: right;
    }

        .events-item .alignright .dotted:after {
            left: -22px;
            right: 0;
        }

        .events-item .alignright .bg {
            padding-left: 5px;
        }

    .events-item .btn.btn-link {
        margin-top: 3px;
        letter-spacing: 3px;
    }

    .events-item .row:last-child .col-text .dotted:before {
        display: none;
    }

.promo {
    padding-bottom: 55px;
    line-height: 24px;
}

    .promo .cycle-gallery {
        margin-bottom: 40px;
    }

        .promo .cycle-gallery .mask {
            margin: 0;
        }

    .promo p {
        margin: 0 0 10px;
    }

/* footer styles */

#footer {
    text-transform: uppercase;
    margin-bottom: 100px;
}

    #footer .logo {
        display: inline-block;
        vertical-align: top;
        width: 58px;
        height: 35px;
        background: #000;
    }

        #footer .logo img {
            width: 58px;
            height: 22px;
            vertical-align: top;
        }

.footer-holder .row-area {
    overflow: hidden;
}

    .footer-holder .row-area .title {
        font: 16px/18px "lacrimamg-serif_boldbold", monospace;
        letter-spacing: 2px;
    }

    .footer-holder .row-area .alignleft {
        padding-top: 8px;
    }

        .footer-holder .row-area .alignleft .bg {
            padding-right: 10px;
        }

    .footer-holder .row-area .alignright {
        text-align: right;
    }
 .footer-holder .row-area .aligncenter {
        text-align: center;
    }
.footer-holder .dotted:after {
    left: 100%;
    width: 999px;
    bottom: 5px;
    background: url(../images/dots.png) repeat-x;
}

/* main informative part styles */

.main-holder {
    margin-bottom: 5px;
}

/* main content styles */

.content {
    float: left;
    width: 68.5%;
    margin-right: 60px;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content .main-heading {
        text-align: left;
    }

/* sidebar styles */

#Sidebar {
    overflow: hidden;
    border-bottom: 2px solid #88857f;
}

/* main post styles */

.entry-content {
    line-height: 24px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 2px solid #88857f;
}

    .entry-content .entry-title {
        padding-bottom: 42px;
    }

    .entry-content h1 {
        font-family: "boingregular", sans-serif;
        text-transform: uppercase;
        letter-spacing: 8px;
        margin: 0 0 9px;
    }

    .entry-content .main-heading {
        font: 14px/16px "lacrimamg-serif_boldbold", monospace;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .entry-content .btn-area {
        margin-bottom: 90px;
        text-align: center;
    }

    .entry-content .text-holder {
        padding-bottom: 33px;
    }

    .entry-content p {
        margin: 0 0 10px;
    }

    .entry-content .another {
        padding-bottom: 12px;
    }

        .entry-content .another strong {
            display: block;
            margin-bottom: 17px;
            font: 16px/18px "boingregular", sans-serif;
            letter-spacing: 2px;
        }

        .entry-content .another p {
            margin: 0 0 4px;
        }

.meta {
    padding-bottom: 15px;
}

dl {
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
}

    dl dt {
        float: left;
        margin: 3px 11px 0 0;
        font: 16px/18px "boingregular", sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    dl dd {
        display: block;
        overflow: hidden;
        margin: 0 0 4px;
    }

    dl a {
        color: #f2eee3;
    }

        dl a:hover,
        dl a:focus {
            color: #EB5848;
            text-decoration: underline;
        }

/* social media styles */

.social-media {
    overflow: hidden;
    margin-bottom: 19px;
}

    .social-media ul {
        margin: 0 -9.5px;
    }

        .social-media ul li {
            float: left;
            padding: 0 9.5px 10px;
        }

.ticket-item {
    margin-bottom: -10px;
    text-transform: uppercase;
}

    .ticket-item .item {
        margin-bottom: 36px;
    }

    .ticket-item .heading {
        padding-bottom: 14px;
    }

    .ticket-item .date-holder {
        margin-bottom: 6px;
    }

    .ticket-item .date {
        display: inline-block;
        vertical-align: top;
        font: 14px/16px "boingregular", sans-serif;
        letter-spacing: 2px;
    }

        .ticket-item .date .dotted:after {
            left: 100%;
            width: 999px;
        }

    .ticket-item .text-holder {
        letter-spacing: 2px;
    }

        .ticket-item .text-holder .dotted:after {
            display: none;
        }

        .ticket-item .text-holder p {
            margin: 0;
        }

    .ticket-item .row-add {
        padding-right: 13px;
        margin: 0 -5px;
    }

    .ticket-item .col {
        float: left;
        width: 33.33%;
        padding: 0 5px;
    }

    .ticket-item .dotted:after {
        bottom: 3px;
        background: url(../images/dots.png) repeat-x;
    }

.btn-play {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 77px;
    height: 77px;
    padding: 0;
    border: 2px solid #f2eee3;
    border-radius: 50%;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
}

    .btn-play:hover,
    .btn-play:focus {
        border-color: #eb5848;
    }

        .btn-play:hover:after,
        .btn-play:focus:after {
            border-color: transparent transparent transparent #eb5848;
        }

    .btn-play:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        margin: -23px 0 0 -12px;
        border-style: solid;
        border-width: 23px 0 23px 33px;
        border-color: transparent transparent transparent #f2eee3;
        border-radius: 5px;
        cursor: pointer;
    }

@media all and (max-width: 1279px) {
    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next,
    .carousel .btn-prev,
    .carousel .btn-next {
        left: -27px;
    }

        .cycle-gallery .btn-prev i,
        .cycle-gallery .btn-next i,
        .carousel .btn-prev i,
        .carousel .btn-next i {
            font-size: 23px;
        }

    .cycle-gallery .btn-next,
    .carousel .btn-next {
        left: auto;
        right: -27px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        left: -27px;
    }

    .carousel .btn-next {
        left: auto;
        right: -27px;
    }

    .container-fluid {
        padding: 0 30px;
    }

    .header-holder {
        /*padding: 0 30px 30px;*/
    }

    .navbar-brand {
        top: 0;
        width: 220px;
        height: 83px;
        padding-top: 10px;
        /*margin-left: -120px !important;*/
    }

    .navbar {
        /*min-height: 83px;*/
    }

    .post-item .post-list.small .border {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
    }

    .post-item .post-list.small .session-box {
        font-size: 10px;
        line-height: 12px;
    }

        .post-item .post-list.small .session-box .date {
            font-size: 10px;
            line-height: 12px;
            width: auto;
            border: 0;
            color: #f2eee3;
            margin: 0;
            padding: 0 !important;
        }
}

@media all and (max-width: 1199px) {
    .menuText {
        position: absolute;
        top: 10px;
        left: 25px;
        z-index: 99;
    }

    .nav-opener {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 99;
    }
}

@media all and (max-width: 1023px) {
    .carousel-block.container-fluid {
        padding-bottom: 50px;
    }

    .carousel-block .main-title {
        margin-bottom: 16px;
    }

    .menuText {
        position: absolute;
        top: 10px;
        left: 25px;
        z-index: 99;
    }

    .cycle-gallery {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
    }

        .cycle-gallery.add {
            margin: 0 -30px;
        }

        .cycle-gallery .mask {
            margin: 0;
        }

        .cycle-gallery .btn-prev,
        .cycle-gallery .btn-next,
        .carousel .btn-prev,
        .carousel .btn-next {
            display: none;
        }

        .cycle-gallery .btn,
        .carousel .btn {
            font-size: 12px;
            line-height: 14px;
        }

    .carousel-caption {
        bottom: 12px;
        left: 30px;
        right: 30px;
        letter-spacing: 1px;
    }

        .carousel-caption .dotted:after {
            bottom: 4px;
        }

    .pagination {
        font-size: 12px;
        line-height: 16px;
    }

    .inner .carousel-block.container-fluid {
        padding-bottom: 50px;
    }

    .video-section .btn-play {
        margin: -21px 0 0 -29px;
    }

    .carousel {
        margin-bottom: 90px;
    }

        .carousel .slide {
            width: 50% !important;
            padding: 0 7px;
        }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    h1,
    h2 {
        margin: 0 0 45px;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 3px;
    }

    h1 {
        font-size: 40px;
        line-height: 42px;
    }

    h3 {
        font-size: 16px;
        line-height: 18px;
    }

    #wrapper {
        padding-top: 143px;
    }

    .header-holder {
        /*padding: 30px;*/
    }

    .nav-area {
        padding-bottom: 48px;
        min-height: 52px;
    }

        .nav-area .view-list {
            margin-left: 15px;
        }

    .navbar-default .navbar-nav {
        font-size: 14px;
        line-height: 16px;
    }

    .nav-opener {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 99;
    }

    .nav.nav-default {
        font-size: 14px;
        line-height: 16px;
    }

    .top-panel {
        padding-top: 0;
    }

    .btn {
        font-size: 14px;
        line-height: 16px;
    }

    .main-title {
        margin-bottom: 16px;
        font-size: 10px;
        line-height: 12px;
    }

    .tickets-block {
        margin-bottom: 90px;
    }

    .tickets-item {
        margin-bottom: 8px;
    }

        .tickets-item .btn-link {
            font-size: 14px;
            line-height: 16px;
        }

        .tickets-item .collapse-holder.add {
            font: 12px/16px "lacrimamg-serif_boldbold", monospace;
        }

        .tickets-item .collapse-holder .alignright p {
            padding-top: 3px;
        }

        .tickets-item .title {
            font-size: 16px;
            line-height: 18px;
        }

        .tickets-item .alignright .col {
            margin-left: -20px;
        }

        .tickets-item .btn-time {
            font-size: 12px;
            line-height: 14px;
        }

    .row-small {
        margin: 0 -8px;
    }

    .col-medium,
    .col-small,
    .col-xs {
        padding: 0 8px;
    }

    .dotted:after {
        background: url(../images/dots.png) repeat-x;
        height: 2px;
    }

    .visual-block {
        margin-bottom: 90px;
    }

    .post-item {
        margin-bottom: 90px;
    }

        .post-item h2 {
            margin-bottom: 60px;
        }

        .post-item.small h2 {
            margin-bottom: 15px;
        }

        .post-item.small .nav-area {
            padding-bottom: 30px;
        }



        .post-item.view-item .post {
            margin-bottom: 0px;
        }

            .post-item.view-item .post.hover {
                margin-bottom: 0px;
            }

        .post-item.view-item h3 {
            font-size: 16px;
            line-height: 18px;
        }

        .post-item .post-list {
            margin-bottom: 10px;
        }

            .post-item .post-list.small .post {
                padding-bottom: 20px;
            }

        .post-item .post {
            margin-bottom: 20px;
        }

            .post-item .post .visual {
                margin-bottom: 16px;
            }

        .post-item h3 {
            font-size: 16px;
            line-height: 18px;
        }

        .post-item .description .alignleft {
            letter-spacing: 1px;
        }

        .post-item .description .alignright {
            font-size: 10px;
            line-height: 12px;
        }

        .post-item .date {
            font-size: 14px;
            line-height: 16px;
        }

        .post-item .info {
            padding-left: 8px;
        }

        .post-item .session-box .dotted:after {
            height: 3px;
            background: url(../images/bor05.png) repeat-x;
        }

        .post-item .session-box .date {
            font-size: 12px;
            line-height: 14px;
        }

        .post-item .session-box .alignleft .dotted:after {
            right: -16px;
        }

    .events-item {
        padding-bottom: 52px;
        font-size: 12px;
        line-height: 18px;
    }

        .events-item .col-add .dotted:after {
            display: none;
        }

        .events-item .col-style .dotted:after {
            display: block;
            bottom: 2px;
        }

        .events-item h3 {
            letter-spacing: 2px;
        }

            .events-item h3 .bg {
                padding-right: 6px;
            }

        .events-item .alignright .dotted:after {
            left: -7px;
            bottom: 5px;
        }

        .events-item .btn.btn-link {
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 2px;
            margin-top: 1px;
        }

        .events-item .dotted:after {
            height: 3px;
            bottom: 4px;
        }

    .promo {
        padding-bottom: 50px;
        line-height: 20px;
    }

        .promo .cycle-gallery {
            margin-bottom: 30px;
        }

    #footer {
        margin-bottom: 30px;
    }

    .footer-holder .row-area .title {
        font-size: 14px;
        line-height: 16px;
    }

    .main-holder {
        margin-bottom: 90px;
    }

    .content {
        margin-right: 45px;
    }

    #Sidebar {
        padding-bottom: 18px;
    }

    .entry-content {
        margin-bottom: 19px;
        padding-bottom: 11px;
        line-height: 18px;
    }

        .entry-content .entry-title {
            padding-bottom: 27px;
        }

        .entry-content h1 {
            letter-spacing: 5px;
            margin: 0 0 1px;
        }

        .entry-content .main-heading {
            font-size: 10px;
            line-height: 12px;
        }

        .entry-content .text-holder {
            padding-bottom: 31px;
        }

        .entry-content p {
            margin: 0 0 7px;
        }

        .entry-content .another strong {
            font-size: 12px;
            line-height: 14px;
            margin-bottom: 9px;
        }

        .entry-content .another p {
            margin: 0 0 1px;
        }

    .meta {
        padding-bottom: 13px;
    }

    dl {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px;
    }

        dl dt {
            margin-right: 5px;
            font-size: 12px;
            line-height: 14px;
        }

        dl dd {
            margin: 0 0 3px;
        }

    .social-media ul {
        margin: 0 -11px;
    }

        .social-media ul li {
            padding: 0 11px 10px;
        }

    .ticket-item .item {
        margin-bottom: 15px;
    }

    .ticket-item .heading {
        padding-bottom: 12px;
    }

    .ticket-item .date {
        font-size: 12px;
        line-height: 14px;
    }

    .ticket-item .row-add {
        padding-right: 30px;
    }

    .ticket-item .col {
        width: 50%;
        padding-bottom: 10px;
    }

    .ticket-item .dotted:after {
        height: 3px;
        background: url(../images/bor05.png) repeat-x;
    }

    .btn-play {
        width: 54px;
        height: 54px;
        border-width: 1px;
    }

        .btn-play:after {
            margin: -16px 0 0 -8px;
            border-width: 16px 0 16px 23px;
            border-radius: 0;
        }
}

@media all and (max-width: 767px) {

    .cycle-gallery {
        font-size: 10px;
        line-height: 14px;
    }

    .carousel-caption {
        left: 30px;
        right: 30px;
        bottom: 15px;
    }

        .carousel-caption .dotted:after {
            bottom: 2px;
        }

        .carousel-caption .text-holder:after {
            display: block;
        }

    .inner .carousel-block.container-fluid {
        padding-bottom: 30px;
    }

    .video-section {
        margin: 0 -15px;
    }

    .carousel {
        margin: 0 -7px 77px;
    }

        .carousel .slide {
            width: 100% !important;
            padding: 0 7px;
        }

    h1,
    h2 {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 26px;
    }

    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    h3 {
        font-size: 14px;
        line-height: 16px;
    }

    #wrapper {
        padding-top: 108px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .header-holder {
        /*padding: 29px 15px 16px;*/
    }

    .navbar-brand {
        width: 170px;
        height: 64px;
        margin-left: -85px !important;
    }

    .navbar {
        min-height: 63px;
    }

    .nav-area {
        padding-bottom: 20px;
    }

        .nav-area .nav.nav-default {
            margin: 0 -8px;
        }

        .nav-area .tools {
            margin: 0 auto 30px;
            float: none !important;
        }

    .nav-opener {
        top: 30px;
        left: 14px;
        width: 27px;
        height: 18px;
    }

        .nav-opener:before,
        .nav-opener:after,
        .nav-opener span {
            top: 16px;
            height: 2px;
        }

        .nav-opener:after {
            top: 9px;
        }

        .nav-opener.close {
            width: 25px;
            height: 25px;
        }

    .nav.nav-default {
        margin: 0 -8px;
    }

        .nav.nav-default li {
            margin: 0 8px 10px;
        }

    .nav-slide {
        width: 100%;
        padding: 25px 15px;
        margin-left: -100%;
    }

        .nav-slide .drawerSimpleLogin {
            display: table-footer-group;
        }

        .nav-slide .nav > li > a {
            display: block;
        }

        .nav-slide .slide-holder {
            min-height: inherit;
            padding: 0;
        }

        .nav-slide nav {
            margin-bottom: 64px;
        }

        .nav-slide .social-network {
            width: 50%;
            padding: 0;
            text-align: right;
        }

            .nav-slide .social-network li {
                padding: 0 5px 5px;
                text-align: left;
            }


        .nav-slide .btn-holder {
            float: left;
            width: 50%;
            padding-right: 6px;
        }

            .nav-slide .btn-holder .btn {
                padding: 5px 3px;
            }

        .nav-slide .drawerSimpleLogin {
            display: table;
            width: 100%;
            padding: 0;
            position: absolute;
            bottom: 70px;
        }

    .btn.btn-default {
        min-width: 173px;
    }

    .btn.btn-success {
        min-width: 173px;
    }

    .btn.btn-time {
        min-width: 70px;
        padding: 6px 3px;
        border: 1px solid #4e4e4f;
        color: #4e4e4f;
        text-align: center;
    }

        .btn.btn-time:hover {
            background: #eb5848;
            border-color: #eb5848;
            color: #f2eee3;
            text-decoration: none;
        }

    .tickets-block {
        margin-bottom: 77px;
    }

    .tickets-item .collapse-holder {
        font-size: 10px;
        line-height: 12px;
    }

        .tickets-item .collapse-holder.add {
            font-size: 10px;
            line-height: 12px;
        }

        .tickets-item .collapse-holder .dotted:after {
            bottom: 2px;
        }

        .tickets-item .collapse-holder .alignright p {
            padding-top: 4px;
            text-align: right;
        }

    .tickets-item .title {
        font-size: 14px;
        line-height: 16px;
    }

    .tickets-item .alignright {
        text-align: center;
    }

        .tickets-item .alignright .col {
            margin-left: -20px;
        }

    .tickets-item .btn-time {
        min-width: 50px;
        padding: 3px;
        font-size: 14px;
        line-height: 16px;
    }

        .tickets-item .btn-time:hover,
        .tickets-item .btn-time:focus {
            text-decoration: none;
        }

    .row-small {
        margin: 0 -3px;
    }

    .col-medium,
    .col-small,
    .col-xs {
        padding: 0 3px;
    }

    .col-xs {
        width: 25%;
    }

    .visual-block {
        margin-bottom: 77px;
    }

    .post-item {
        margin-bottom: 77px;
        font-size: 12px;
        line-height: 18px;
    }

        .post-item h2 {
            margin-bottom: 30px;
        }

        .post-item.small h2 {
            margin: 0 0 30px;
        }

        .post-item.small .tools {
            margin-bottom: 0;
        }

        .post-item.view-item .alignright.one-col .dotted {
            margin: 0;
        }

            .post-item.view-item .alignright.one-col .dotted:after {
                display: none;
            }

            .post-item.view-item .alignright.one-col .dotted .bg {
                display: block;
            }

        .post-item.view-item .post-list.small .session-box .dotted:after {
            height: 2px;
            background: url(../images/dots.png) repeat-x;
        }

        .post-item .post-list {
            margin: 0;
        }

            .post-item .post-list.small .session-box .alignright .dotted {
                margin-left: -20.5px;
            }

            .post-item .post-list.small .session-box .alignright {
                text-align: right;
            }

            .post-item .post-list.small .post {
                padding-bottom: 40px;
            }

        .post-item .post {
            padding-bottom: 30px;
        }

            .post-item .post .border {
                display: none;
                position: absolute;
                z-index: -1;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                background: #eb5848;
            }

{
    font-size: 14px;
    line-height: 16px;
}

.post-item .description .alignleft {
    padding-bottom: 10px;
}

.post-item .description .alignright {
    text-align: center;
}

.post-item .date {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    padding: 6px 3px !important;
    margin-bottom: 10px;
    border: 1px solid #4e4e4f;
    color: #4e4e4f;
    text-align: center;
}

.post-item .dotted:after {
    height: 2px;
    background: url(../images/dots.png) repeat-x;
}

.post-item .session-box .box {
    margin-bottom: 17px;
}

.post-item .session-box .alignleft {
    padding-top: 0;
    padding-bottom: 8px;
}

    .post-item .session-box .alignleft .dotted:after {
        right: 0;
        bottom: 5px;
    }

.post-item .session-box .alignright {
    text-align: center;
}

    .post-item .session-box .alignright .date {
        font-family: "lacrimamg-serif_boldbold", monospace;
    }

.events-item {
    padding-bottom: 53px;
}

    .events-item .row-area {
        padding-bottom: 24px;
        text-align: justify;
    }

    .events-item .col-add.col-text .dotted:after {
        display: block;
        bottom: -3px;
    }

    .events-item .col-add.col-text .dotted:before {
        content: "+";
        position: absolute;
        z-index: 3;
        bottom: -10px;
        right: 0;
        padding-left: 7px;
        font-weight: 700;
        color: #f2eee3;
        background: #000;
        font-size: 14px;
    }

    .events-item .col-style .dotted:after {
        display: none;
    }

    .events-item h2 {
        margin-bottom: 60px;
    }

    .events-item h3 {
        margin: 0 0 10px;
    }

    .events-item .dotted:after {
        height: 2px;
        background: url(../images/dots.png) repeat-x;
    }

    .events-item .col-title h3,
    .events-item .row:last-child p:last-child {
        position: relative;
    }

        .events-item .col-title h3:before,
        .events-item .row:last-child p:last-child:before {
            content: "+";
            position: absolute;
            z-index: 3;
            bottom: 0;
            right: 0;
            padding-left: 7px;
            background: #000;
            font-weight: 700;
            color: #f2eee3;
            font-size: 14px;
            font-family: "lacrimamg-serif_boldbold", monospace;
        }

#footer .logo {
    width: 61px;
    height: 23px;
}

.footer-holder .row-area .title {
    font-size: 10px;
    line-height: 12px;
}

.footer-holder .row-area .alignleft {
    padding-top: 4px;
}

.footer-holder .dotted:after {
    background: url(../images/dots.png) repeat-x;
}

.main-holder {
    margin-bottom: 37px;
}

.content {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 0 20px;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content .main-heading {
        text-align: center;
    }

#Sidebar {
    width: 100%;
    border: 0;
    padding-bottom: 0;
}

.entry-content {
    padding-bottom: 30px;
    border-width: 1px;
}

    .entry-content .entry-title {
        padding-bottom: 30px;
    }

    .entry-content h1 {
        letter-spacing: 3px;
        margin: 0 0 10px;
    }

    .entry-content .text-holder {
        padding-bottom: 19px;
    }

    .entry-content p {
        margin: 0 0 32px;
    }

    .entry-content .another {
        padding-bottom: 9px;
    }

dl dd {
    overflow: visible;
}

.social-media {
    margin: 0;
}


.ticket-item {
    margin: 0;
}

    .ticket-item .item {
        margin-bottom: 20px;
    }

    .ticket-item .date-holder .bg {
        padding-right: 5px;
    }

    .ticket-item .text-holder {
        padding-top: 2px;
        letter-spacing: 1px;
        text-align: right;
    }

        .ticket-item .text-holder .dotted {
            margin-left: -27px;
        }

            .ticket-item .text-holder .dotted:after {
                display: block;
            }

        .ticket-item .text-holder .bg {
            padding-left: 5px;
        }

    .ticket-item .row-add {
        padding: 0;
        margin: 0;
    }

    .ticket-item .col {
        width: 25%;
        padding: 0 2px 10px;
        text-align: center;
    }

    .ticket-item .dotted:after {
        background: url(../images/dots.png) repeat-x;
    }
}