/* 

 * HTML5 ✰ Boilerplate

 *

 * What follows is the result of much research on cross-browser styling. 

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 *

 * Detailed information about this CSS: h5bp.com/css

 * 

 * ==|== normalize ==========================================================

*/





/* =============================================================================

   HTML5 display definitions

   ========================================================================== */



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}

audio, canvas, video
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls])
    {
        display: none;
    }

[hidden]
{
    display: none;
}



/* =============================================================================

   Base

   ========================================================================== */



/*

 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units

 * 2. Force vertical scrollbar in non-IE

 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g

 */



html
{
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



body
{
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}



body, button, input, select, textarea
{
    font-family: sans-serif;
    color: #555;
}



/* 

 * Remove text-shadow in selection highlight: h5bp.com/i

 * These selection declarations have to be separate

 * Also: hot pink! (or customize the background color to match your design)

 */



::-moz-selection
{
    background: #CCCCCC;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #CCCCCC;
    color: #fff;
    text-shadow: none;
}





/* =============================================================================

   Links

   ========================================================================== */



a
{
    color: #BC3726;
}

    a:visited
    {
        color: #BC3726;
    }

    a:hover
    {
        color: #222;
        text-decoration: none;
    }

    a:focus
    {
        outline: none;
    }



    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */

    a:hover, a:active
    {
        outline: 0;
    }





/* =============================================================================

   Typography

   ========================================================================== */



abbr[title]
{
    border-bottom: 1px dotted;
}



b, strong
{
    font-weight: bold;
}



blockquote
{
    margin: 1em 40px;
}



dfn
{
    font-style: italic;
}



hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



ins
{
    background: #ff9;
    color: #000;
    text-decoration: none;
}



mark
{
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}



/* Redeclare monospace font family: h5bp.com/j */

pre, code, kbd, samp
{
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}



/* Improve readability of pre-formatted text in all browsers */

pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}



q
{
    quotes: none;
}

    q:before, q:after
    {
        content: "";
        content: none;
    }



small
{
    font-size: 85%;
}



/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}





/* =============================================================================

   Lists

   ========================================================================== */



ul, ol
{
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd
{
    margin: 0 0 0 40px;
}

nav ul, nav ol
{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}





/* =============================================================================

   Embedded content

   ========================================================================== */



/*

 * 1. Improve image quality when scaled in IE7: h5bp.com/d

 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 

 */



img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}



/*

 * Correct overflow not hidden in IE9 

 */



svg:not(:root)
{
    overflow: hidden;
}





/* =============================================================================

   Figures

   ========================================================================== */



figure
{
    margin: 0;
}





/* =============================================================================

   Forms

   ========================================================================== */



form
{
    margin: 0;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}





/* 

 * 1. Correct color not inheriting in IE6/7/8/9 

 * 2. Correct alignment displayed oddly in IE6/7 

 */



legend
{
    border: 0;
    *margin-left: -7px;
    padding: 0;
}



/*

 * 1. Correct font-size not inheriting in all browsers

 * 2. Remove margins in FF3/4 S5 Chrome

 * 3. Define consistent vertical alignment display in all browsers

 */



button, input, select, textarea
{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}



/*

 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)

 * 2. Correct inner spacing displayed oddly in IE6/7

 */



button, input
{
    line-height: normal;
    *overflow: visible;
}



/*

 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7

 */



table button, table input
{
    *overflow: auto;
}



/*

 * 1. Display hand cursor for clickable form elements

 * 2. Allow styling of clickable form elements in iOS

 */



button, input[type="button"], input[type="reset"], input[type="submit"]
{
    cursor: pointer;
    -webkit-appearance: button;
}



/*

 * Consistent box sizing and appearance

 */



input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
}

input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration
    {
        -webkit-appearance: none;
    }



/* 

 * Remove inner padding and border in FF3/4: h5bp.com/l 

 */



button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}



/* 

 * 1. Remove default vertical scrollbar in IE6/7/8/9 

 * 2. Allow only vertical resizing

 */



textarea
{
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}



    /* Colors for form validity */

    input:valid, textarea:valid
    {
    }

    input:invalid, textarea:invalid
    {
        background-color: #f0dddd;
    }





/* =============================================================================

   Tables

   ========================================================================== */



table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td
{
    vertical-align: top;
}





/* ==|== primary styles =====================================================

   Author: 

   ========================================================================== */



body
{
    background-image: url('../img/bg.jpg');
    background-repeat: repeat;
}

h1, h2, h3
{
    font-family: 'FavoritLightCondC', 'FavoritLightCondCRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1
{
    color: #000;
    font-size: 40px;
}

h2
{
    font-size: 32px;
}

h3
{
    font-size: 24px;
}

h4
{
    font-weight: normal;
}

span
{
    color: #555;
}

.clr
{
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
}

.header-wraper
{
    background: url(../img/top_gradient.png) repeat-x;
    -moz-box-shadow: #000 0 0 5px;
    -webkit-box-shadow: #000 0 0 5px;
    box-shadow: #000 0 0 5px;
}

header.page
{
    background: url(../img/top_bg.jpg) no-repeat 50% 0;
    height: 150px;
    margin: auto;
    width: 1000px;
}

#logo
{
    float: left;
    width: 250px;
    height: 88px;
    overflow: hidden;
    padding: 7px 0 7px 0;
}

#header-right
{
    float: right;
    margin-top: 32px;
}

#header-social
{
    margin-right: 35px;
    float: left;
}

    #header-social a
    {
        background: url(../img/social_icons.png) no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        text-indent: 9999px;
        overflow: hidden;
        display: block;
    }

a#icons-facebook
{
    background-position: 0;
}

a#icons-vimeo
{
    background-position: -30px 0;
}

a#icons-twitter
{
    background-position: -60px 0;
}

a#icons-delicious
{
    background-position: -90px 0;
}

a#icons-buzz
{
    background-position: -120px 0;
}

a#icons-digg
{
    background-position: -150px 0;
}

a#icons-youtube
{
    background-position: -180px 0;
}

a#icons-myspace
{
    background-position: -210px 0;
}

a#icons-vk
{
    background-position: -240px 0;
}

#header-login
{
    float: right;
    background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1A1A1A;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-right: 18px;
}

    #header-login a
    {
        color: #FFF;
        text-decoration: none;
        font-size: 11px;
        text-transform: uppercase;
        margin-right: 5px;
    }

        #header-login a:first-child
        {
            color: #BC3726;
            margin-right: 5px;
        }

        #header-login a:hover
        {
            color: #BC3726;
        }

        #header-login a:first-child:hover
        {
            color: #fff;
        }

#menu
{
    clear: both;
    background: url(../img/horizontal_line.png) repeat-x;
}

    #menu ul
    {
        background: url(../img/horizontal_line.png) repeat-x 0 100%;
        padding: 5px 0;
    }

        #menu ul li
        {
            float: left;
            background: url(../img/vertical_line.png) repeat-y 100% 0;
        }

            #menu ul li a
            {
                color: #FFFFFF;
                text-decoration: none;
                text-transform: uppercase;
                padding: 0 20px;
                font-size: 17px;
                line-height: 28px;
            }

                #menu ul li a:hover
                {
                    color: #999999;
                }

        #menu ul.sub li
        {
            color: #9F9F9F;
            font-size: 12px;
            padding: 0 20px;
            line-height: 22px;
        }

            #menu ul.sub li a
            {
                padding: 0;
                font-size: 12px;
                color: #fff;
                display: inline;
                text-transform: none;
                line-height: 22px;
            }

                #menu ul.sub li a:hover
                {
                    color: #BC3726;
                }

            #menu ul.sub li:first-child
            {
                background: none;
            }

                #menu ul.sub li:first-child a
                {
                    font-size: 11px;
                    text-transform: uppercase;
                    color: #BC3726;
                }

                    #menu ul.sub li:first-child a:hover
                    {
                        color: #fff;
                    }

            #menu ul.sub li span
            {
                color: #fff;
            }

            #menu ul.sub li.search
            {
                float: right;
                background: none;
            }

                #menu ul.sub li.search input
                {
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    height: 13px;
                    width: 122px;
                    padding: 5px;
                    border: none!important;
                    background: #fff url('../img/search_icon.png') no-repeat 114px center;
                    color: #888;
                    margin: 0;
                }

/*container*/

#page
{
    width: 1000px;
    margin: auto;
}

#container
{
    width: 654px;
    float: left;
    margin-top: 8px;
}

#slider
{
    background: #fff url(../img/module_bg2_1.jpg) no-repeat 100% 0;
}

    #slider div.inner
    {
        background: url(../img/module_bg2_2.jpg) no-repeat 0 100%;
        padding: 12px;
        position: relative;
        width: 627px;
        height: 345px;
    }

        #slider div.inner div.item
        {
            background-color: #fff;
            position: absolute;
            top: 12px;
            left: 12px;
            width: 627px;
            height: 345px;
            overflow: hidden;
        }

            #slider div.inner div.item div.date
            {
                position: absolute;
                top: 15px;
                left: 0;
                background: url(../img/gk_is_date.png) no-repeat 100% 0;
                height: 34px;
                line-height: 34px;
                color: #fff;
                padding: 0 15px;
                font-weight: bold;
            }



.main_news
{
    padding: 5px;
    float: left;
    width: 650px;
    margin-bottom: 10px;
}

.main_news_image
{
    float: left;
    width: 100px;
    padding: 5px;
    text-align: center;
}

.main_news_content
{
    float: left;
    width: 530px;
}

    .main_news_content h1
    {
        font-size: 17px;
        padding: 0;
        float: left;
        width: 520px;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .main_news_content p
    {
        font-size: 11px;
        margin: 0;
        width: 520px;
        float: left;
    }

.main_news_link
{
    text-align: right;
    float: left;
    width: 620px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

    .main_news_link a
    {
        font-size: 10px;
    }



#controls
{
    background: url(../img/gk_is_text_bg.png);
    position: absolute;
    bottom: 30px;
    right: 12px;
    z-index: 50;
    padding: 10px 25px;
}

h3#text
{
    font-size: 28px;
    float: left;
    margin: 0 20px 0 0;
    line-height: 100%;
    color: #fff;
}

    h3#text a
    {
        color: #fff;
        text-decoration: none;
    }

        h3#text a:hover
        {
            color: #BC3726;
        }

#controls span
{
    display: block;
    float: left;
    margin: 7px 0 0 10px;
}

    #controls span a
    {
        background: url(../img/gk_is_interface.png) 0 100%;
        display: block;
        width: 13px;
        height: 13px;
    }

        #controls span a:hover, #controls span a.active
        {
            background-position: 0 0;
        }

/*container left*/

#content
{
    background: #fff;
    padding: 12px;
    float: left;
    width: 630px;
}



    #content h2
    {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

/*container right*/

#right
{
    width: 325px;
    float: right;
    margin-top: 8px;
}

    #right aside.module
    {
        background: #fff;
        padding: 0 12px;
        float: left;
        margin-bottom: 12px;
    }

        #right aside.module content
        {
            margin-bottom: 12px;
            float: left;
        }

        #right aside.module header
        {
            background: url(../img/moduleH3.png) repeat-x;
            height: 40px;
            line-height: 40px;
            padding: 0 5px 0 13px;
            color: #FFFFFF;
            text-transform: uppercase;
            margin: 0 -12px 5px -12px;
            width: 305px;
        }

article.last-news
{
    margin: 0 0 12px;
}

    article.last-news a
    {
        width: 105px;
        text-align: center;
        float: left;
    }

    article.last-news h4
    {
        line-height: 100%;
        margin: 0 0 3px 110px;
        font-weight: bold;
    }

        article.last-news h4 a
        {
            float: none;
            color: #000;
            text-decoration: none;
        }

            article.last-news h4 a:hover
            {
                color: #BC3726;
            }

    article.last-news p.text
    {
        margin: 0 0 0 110px;
        max-height: 78px;
        overflow: hidden;
        width: 175px;
        line-height: 110%;
        font-size: 10px;
    }



article.item
{
    margin-bottom: 10px;
    border-bottom: #ccc 1px dotted;
    float: left;
    width: 100%;
}

    article.item div.text
    {
        font-size: 11px;
        float: left;
        width: 620px;
        padding: 0;
        margin: 0;
    }

    article.item header
    {
        margin-bottom: 10px;
    }

        article.item header h3
        {
            margin: 0;
            padding: 0;
            font-size: 20px;
        }

        article.item header a
        {
            text-decoration: none;
            margin: 0;
            padding: 0;
        }

        article.item header .date, article.item header .info
        {
            font-size: 11px;
        }

        article.item header .info
        {
            margin-left: 15px;
        }

    article.item .picture
    {
        padding: 0 5px;
        float: left;
        width: 200px;
    }

        article.item .picture img
        {
            float: left;
            height: auto;
            padding: 4px;
            border: 1px dashed #CCC;
            max-width: 180px;
        }

    article.item footer
    {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        article.item footer div.links
        {
            border-top: #eee 1px solid;
            float: right;
            color: #ccc;
        }

            article.item footer div.links a
            {
                font-size: 11px;
                margin: 0 5px;
                text-decoration: none;
            }

                article.item footer div.links a:first-child
                {
                    margin: 0;
                }

.article_container
{
    width: 100%;
    float: left;
}



artist
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 194px;
    float: left;
    margin: 3px;
    padding: 5px;
    background-color: #E0E0E0;
    height: 240px;
}



    artist .artist_image
    {
        height: 150px;
        width: 190px;
        float: left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        artist .artist_image img
        {
            border: 1px solid #999999;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            max-height: 150px;
            padding: 2px;
        }



event
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 290px;
    float: left;
    margin: 3px;
    padding: 5px;
    background-color: #E0E0E0;
    height: 460px;
}

    event h3.header
    {
        margin-top: 5px;
        height: 80px;
    }

    event p.place
    {
        width: 100%;
        text-align: center;
        float: left;
        height: 20px;
    }



    event .event_image
    {
        height: 350px;
        width: 300px;
        float: left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        event .event_image img
        {
            border: 1px solid #999999;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            max-height: 350px;
            padding: 2px;
        }



    event.small
    {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        width: 190px;
        float: left;
        margin: 3px;
        padding: 5px;
        background-color: #CCCCCC;
        height: 330px;
    }

        event.small h4.header a
        {
            float: left;
            text-decoration: none;
        }

        event.small h4.header
        {
            margin: 0px;
            margin-top: 6px;
            padding: 0;
            padding-left: 5px;
            vertical-align: middle;
            float: left;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            text-align: left;
            width: 178px;
            height: 30px;
            line-height: 13px;
        }

        event.small p.place
        {
            padding-left: 25px;
            font-size: 9px;
            width: 170px;
            text-align: left;
            float: left;
            height: 15px;
            background-image: url('../img/pin_map.png');
            background-repeat: no-repeat;
        }

#main_event event.small p.place
{
    padding-left: 25px;
    font-size: 9px;
    width: 178px;
    text-align: left;
    float: left;
    height: 15px;
    background-image: url('../img/pin_map.png');
    background-repeat: no-repeat;
    margin: 0;
}

#main_event event.small p.date
{
    padding-left: 25px;
    font-size: 9px;
    width: 158px;
    text-align: left;
    float: left;
    height: 19px;
    background-image: url('../img/clock_white.png');
    background-repeat: no-repeat;
}

event.small p.date
{
    padding-left: 25px;
    font-size: 9px;
    width: 158px;
    text-align: left;
    float: left;
    height: 17px;
    background-image: url('../img/clock.png');
    background-repeat: no-repeat;
}



event.small .event_image
{
    height: 250px;
    width: 190px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    event.small .event_image a
    {
        height: 100%;
        width: 100%;
        float: left;
    }

    event.small .event_image img
    {
        border: 1px solid #999999;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 2px;
    }

#main_event
{
    background: url(../img/module_bg2_2.jpg) no-repeat 0 100%;
    margin-top: 5px;
    float: left;
    width: 620px;
    padding: 0 17px;
    height: 352px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}





    #main_event event.small
    {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        width: 190px;
        float: left;
        margin: 3px;
        padding: 5px;
        background-color: #000000;
        height: 330px;
    }

        #main_event event.small h4.header a
        {
            text-decoration: none;
            width: 100%;
            float: left;
            text-align: center;
        }

        #main_event event.small h4.header
        {
            margin: 0px;
            margin-top: 6px;
            padding: 0;
            padding-left: 5px;
            vertical-align: middle;
            float: left;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            width: 178px;
            height: 30px;
            line-height: 13px;
        }

        #main_event event.small .event_image
        {
            height: 250px;
            width: 190px;
            float: left;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

            #main_event event.small .event_image a
            {
                height: 100%;
                width: 100%;
                float: left;
            }





            #main_event event.small .event_image img
            {
                border: 1px solid #999999;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                padding: 2px;
            }





.article_container h3
{
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0;
}

.article_container p
{
    width: 100%;
    text-align: left;
    float: left;
    padding: 2px;
    margin: 1px;
    height: 45px;
    overflow: hidden;
}



partner
{
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 80px;
}

    partner a
    {
        float: left;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    partner img
    {
        max-height: 80px;
        max-width: 80px;
    }



element
{
    display: block;
    padding: 5px;
    text-align: center;
}

    element a
    {
        width: 100%;
        text-align: center;
    }

    element img
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 270px;
    }



div.tags
{
    font-size: 11px;
    margin: 0 0 5px 0;
}

    div.tags a
    {
        padding: 2px 7px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 0 10px;
        color: #fff;
        text-decoration: none;
        background: url(../img/moduleH3.png) repeat-x 0 -50px;
        white-space: nowrap;
    }

        div.tags a:hover
        {
            background-position: 0 -10px;
        }

/*Current Content*/

.head
{
    margin: -12px 0 0 -12px;
    width: 100%;
    height: 41px;
    background: url('../img/moduleH3.png');
    padding: 0 12px;
    color: #9F9F9F;
}

#map
{
    margin-top: 10px;
    padding: 0;
    float: left;
    width: 80%;
    font-size: 12px;
}

    #map li
    {
        float: left;
        list-style: none;
        margin: 0 6px;
    }

        #map li a
        {
            color: #FFFFFF;
            text-decoration: none;
        }

            #map li a:hover
            {
                color: #fff;
            }

#current-content
{
    background: #fff;
}

    #current-content header
    {
        padding: 30px 0;
        width: 100%;
    }

        #current-content header .data
        {
            font-family: Arial, Helvetica, sans-serif;
            background: #BC3726 url('../img/date_bg.png');
            float: left;
            padding: 3px;
            margin-left: -12px;
        }

            #current-content header .data div:first-child
            {
                border: 1px dashed #CE6C5D;
                padding: 2px 8px;
            }

                #current-content header .data div:first-child span
                {
                    color: #fff;
                    text-align: center;
                    display: block;
                }

                    #current-content header .data div:first-child span:first-child
                    {
                        font-size: 36px;
                        line-height: 40px;
                    }

                    #current-content header .data div:first-child span:last-child
                    {
                        font-size: 24px;
                        line-height: 28px;
                    }

        #current-content header .itemToolbar
        {
            margin: 0 0 0 20px;
            float: left;
        }

            #current-content header .itemToolbar a
            {
                text-decoration: none;
            }

            #current-content header .itemToolbar h1
            {
                color: #373636;
                line-height: 110%;
                margin: 0 0 12px;
                width: 550px;
                font-size: xx-large;
            }

            #current-content header .itemToolbar ul.info
            {
                font-size: 11px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            #current-content header .itemToolbar ul li
            {
                float: left;
                padding: 0 8px 0 8px;
                border-left: 1px solid #CCC;
            }

            #current-content header .itemToolbar ul.info li.author
            {
                border: 0;
                padding: 0 4px 0 0;
            }

            #current-content header .itemToolbar .rating span
            {
                float: left;
                font-size: 11px;
                margin: 0 0 0 10px;
            }

                #current-content header .itemToolbar .rating span:first-child
                {
                    margin: 0;
                }

            #current-content header .itemToolbar .rating
            {
                padding: 3px 0 4px;
                margin: 0;
            }

                #current-content header .itemToolbar .rating #rating
                {
                    float: left;
                }

    #current-content .event
    {
        position: relative;
        padding-bottom: 15px;
    }

        #current-content .event .data
        {
            float: none;
            position: absolute;
        }

        #current-content .event .itemToolbar
        {
            margin-left: 75px;
        }

    #current-content .photo
    {
        float: right;
        width: 230px;
        margin: 0 0 0 20px;
    }

        #current-content .photo img
        {
            max-width: 100%;
        }

    #current-content dl.info
    {
        margin: 0 0 20px 75px;
        font-size: 14px;
        color: #666;
    }

        #current-content dl.info dt
        {
            float: left;
            clear: left;
            padding-left: 18px;
        }

        #current-content dl.info dd
        {
            overflow: hidden;
            margin: 0;
            padding: 0 0 0 5px;
            color: #bc3726;
        }

            #current-content dl.info dd a
            {
                text-decoration: underline;
                color: #bc3726;
            }

                #current-content dl.info dd a:hover
                {
                    text-decoration: none;
                }

        #current-content dl.info .place
        {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAW1JREFUeNpUkT1Lw1AUhm9sQj8IxX7QQrOmY8FIhyIK/QVFuktul25uXSu6OBUc3bRdCgUL/Qc6iZtBHRwyZDOQDiVYcEnqe0JuSQ68nCT3POee90Ta7XZMkiRGoeu6iXQOHUIbaGXb9ozOqI5CEgCKH4vFIi8UCiyTybAwDNl2u2W+708BDQQgi861Wo2rqsrK5bKlaZrleZ7uuu5pLpfjKHmBZnugXq8PqXOlUrHm8/kgHkc1TfOeIDwPBXAQUbJ8QmPhhjdkC3KgL4z2Ic5ZHBGA7r+UMesRS4TjOMeUq9WqLb5FI5VKpff1en0Gox34eY5n7gZB0FEUheXz+e/UDYZhPFDOZrMMhrtocN1oNLowHBX1+/27FDAajVbNZvNJQACYKG61WlMArykABjec81uYtpMeaMWTyeQG538pgKLdbn+i0xU2Ei0AN7jj8fiSNpZssv/l8bO6XC55r9f7WSwWF3iXk3WkfwEGAESLgJzX4vyxAAAAAElFTkSuQmCC") no-repeat 0 50%;
        }

        #current-content dl.info .date
        {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNqcjtEJwCAMRJPiIoruUcf2q93DYVIjpkSxIr0Pnzk5cwBN3nuCibRPRGDEcM5VDxHrg0j8NqJpRpW1FnSA79qvXnk8YV83jt3HSlo5577Sjg4+UkpRyL/rWfMNhBAuIVdiclCzC5RucSQHNT83rLjcMOOvDY8AAwCrQF+4dLzeqgAAAABJRU5ErkJggg==") no-repeat 0 50%;
        }

        #current-content dl.info .time
        {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZFJREFUeNp0UrFOwlAUfS0FElIqhBDKJqSkLErDB5C6dWPoUhZ00ckfgA+gH4Cbi24sRllMmITEHWTC2NnAQFCoCSRCvQfBdPElJ++9c899OT23HPMtRVFOaTsjHBJihAHhxnGc272G2wkPaOtKkqRFo1EWDoddjuPYcrkUF4sFm8/naNSp8VNAQzAY7KVSqYIsywPLsq7K5fIr+Ha7rbZarcvxeKxNJpMeUdrWhq7rXqVS6XuepxFE4jw04AwONWig5enli1AoxAzDsMnGgOBms9lfv3QGhxq5YOl02uJJfBQIBNxqtfrI/lmoCYLg0rcd85FI5Guz2Wxf84tyuZy3t4YaNDzPSwJ1va9WqyIVC5TCCwSdTufkL0ZKC7X1ei3G4/E+T5cH6mQUZ9Mn6u6BuyiKTWgymcw9kpBN03wrlUqw8ITXfIMsgEMNGmi3gxuNRnq9Xr+eTqcKAQP7AE92Y4lEgiWTSafRaJyrqtrldnljgJpt2+ZwODRms5mCVEjs5PP551qtdoffhCx+/wgwAF3zorc9nU37AAAAAElFTkSuQmCC") no-repeat 0 50%;
        }

    #current-content .tickets
    {
        margin: 20px 0;
        font-size: 14px;
        color: #444;
        overflow: hidden;
    }

        #current-content .tickets ul
        {
            margin: 0 0 20px;
            padding: 0;
            list-style: none;
        }

        #current-content .tickets li
        {
            border-top: #ccc 1px solid;
            margin: 3px 0;
        }

            #current-content .tickets li span
            {
                color: #333;
                font-size: 18px;
            }

        #current-content .tickets .small
        {
            font-size: 12px;
            line-height: 1;
            color: #666;
        }

        #current-content .tickets .order
        {
            display: inline-block;
            color: #ccc;
            font-family: 'FavoritLightCondC', 'FavoritLightCondCRegular', Arial, Helvetica, sans-serif;
            font-size: 24px;
            line-height: 43px;
            height: 43px;
            text-decoration: none;
            border-radius: 3px;
            padding: 0 55px 0 10px;
            position: relative;
            background: url(../img/footer.jpg) no-repeat 50% -10px;
        }

            #current-content .tickets .order:hover
            {
                color: #BC3726;
            }

            #current-content .tickets .order::after
            {
                content: '';
                position: absolute;
                top: 50%;
                right: 8px;
                width: 36px;
                height: 36px;
                margin: -18px 0 0 0;
                background: url("data:image/png;base64,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");
            }

    #current-content .text.short
    {
        height: 200px;
        overflow: hidden;
    }

    #current-content .read-more
    {
        font-size: 12px;
        border-bottom: #bc3726 1px dashed;
        text-decoration: none;
    }

        #current-content .read-more:hover
        {
            border-bottom: none;
        }

    #current-content .report
    {
        border-bottom: #ddd 1px dashed;
        margin-bottom: 20px;
    }

        #current-content .report header
        {
            font-family: 'FavoritLightCondC', 'FavoritLightCondCRegular', Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #999;
            margin: 0 0 15px 0;
            overflow: hidden;
            padding: 0;
        }

            #current-content .report header a
            {
                text-decoration: none;
            }

            #current-content .report header .date
            {
                float: right;
            }

        #current-content .report .text
        {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        #current-content .report .photos
        {
            overflow: hidden;
            margin-bottom: 10px;
        }

        #current-content .report .thumb
        {
            float: left;
            margin-left: 25px;
            padding: 3px;
            background: url(../img/module_bg2_2.jpg) no-repeat 0 100%;
        }

            #current-content .report .thumb:first-child
            {
                margin-left: 0;
            }

            #current-content .report .thumb a
            {
                display: block;
                width: 100px;
                height: 100px;
                overflow: hidden;
            }

                #current-content .report .thumb a img
                {
                    width: 100%;
                }

        #current-content .report footer
        {
            font-size: 12px;
            overflow: hidden;
            margin-bottom: 20px;
        }

            #current-content .report footer a
            {
                text-decoration: none;
            }

                #current-content .report footer a.right
                {
                    float: right;
                }

.picture2
{
    padding: 0 18px;
    float: left;
    width: 200px;
}

.picture3
{
    padding: 0 18px;
    float: left;
    width: 300px;
}

.picture
{
    padding: 0 10px;
    float: left;
}

    .picture img
    {
        float: left;
        height: auto;
        padding: 4px;
        border: 1px dashed #CCC;
    }

.picture2 img
{
    width: 200px;
    height: auto;
    padding: 4px;
    border: 1px dashed #CCC;
}

.picture3 img
{
    padding: 4px;
    border: 1px dashed #CCC;
}

.picture .inscription
{
    margin: auto;
    width: 200px;
}

    .picture .inscription span:first-child
    {
        font-size: 11px;
    }

    .picture .inscription span:last-child
    {
        font-style: italic;
        border-left: 1px solid #CCC;
        padding-left: 5px;
        margin-left: 5px;
        font-size: 11px;
    }

#current-content .text
{
    zoom: 1;
}

#current-content .modified
{
    text-align: right;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 30px;
}

#current-content .item-info
{
    font-size: 11px;
    overflow: hidden;
}

    #current-content .item-info div
    {
        padding: 4px;
        border-bottom: 1px solid #EEE;
    }

    #current-content .item-info .publish a
    {
        margin-left: 10px;
        text-decoration: none;
    }

    #current-content .item-info .social
    {
        margin-bottom: 10px;
        overflow: hidden;
    }

        #current-content .item-info .social a
        {
            width: 16px;
            height: 16px;
            display: block;
            margin: 0 5px;
            float: left;
        }

        #current-content .item-info .social span
        {
            float: left;
            margin-right: 20px;
        }

        #current-content .item-info .social a.googlebuzz
        {
            background-image: url('../img/googlebuzz_16.png');
        }

        #current-content .item-info .social a.facebook
        {
            background-image: url('../img/facebook_16.png');
        }

        #current-content .item-info .social a.delicious
        {
            background-image: url('../img/delicious_16.png');
        }

        #current-content .item-info .social a.digg
        {
            background-image: url('../img/digg_16.png');
        }

        #current-content .item-info .social a.reddit
        {
            background-image: url('../img/reddit_16.png');
        }

        #current-content .item-info .social a.stumbleupon
        {
            background-image: url('../img/stumbleupon_16.png');
        }

        #current-content .item-info .social a.myspace
        {
            background-image: url('../img/myspace_16.png');
        }

        #current-content .item-info .social a.technorati
        {
            background-image: url('../img/technorati_16.png');
        }

        #current-content .item-info .social a.vkontakte
        {
            background-image: url('../img/vk_16.png');
        }



        #current-content .item-info .social a.twitter
        {
            background-image: url('../img/twitter_16.png');
        }



#current-content .social_links a
{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 5px;
    float: left;
}

#current-content .social_links p
{
    font-size: smaller;
}



#current-content .social_links a.vk
{
    background-image: url('../img/social/vk_icon_100.png');
}



#current-content .social_links a.facebook
{
    background-image: url('../img/social/face_icon_100.png');
}



#current-content .social_links a.myspace
{
    background-image: url('../img/social/myspace_icon_100.png');
}

#current-content .social_links a.myweb
{
    background-image: url('../img/social/web_icon_100.png');
}







/*Footer*/

.footer-wraper
{
    background-image: url('../img/footer.jpg');
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: static;
    margin-top: 50px;
}

    .footer-wraper .footer
    {
        width: 1000px;
        margin: auto;
    }

        .footer-wraper .footer .module
        {
            float: left;
            width: 80px;
            margin-left: 67px;
            margin-top: 20px;
        }

            .footer-wraper .footer .module h3
            {
                width: 100%;
                text-align: center;
                padding: 0;
                color: #9F9F9F;
                font-size: 14px;
            }

            .footer-wraper .footer .module ul
            {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .footer-wraper .footer .module ul li
                {
                    background: url(../img/bul_li.png) no-repeat 0 7px;
                    padding: 0 0 0 15px;
                }

                    .footer-wraper .footer .module ul li:hover
                    {
                        background: url(../img/bul_li_menuWhite.png) no-repeat 0 7px;
                    }

        .footer-wraper .footer a
        {
            color: #555555;
            text-decoration: none;
        }

            .footer-wraper .footer a:hover
            {
                text-decoration: none;
                color: #BC3726;
            }

            .footer-wraper .footer a.footer-partner
            {
                background-position: 0px 0px;
                background-repeat: no-repeat;
                text-decoration: none;
                height: 80px;
                width: 80px;
                opacity: 0.4;
                float: left;
            }

                .footer-wraper .footer a.footer-partner:hover
                {
                    background-position: 0px 0px;
                    background-repeat: no-repeat;
                    text-decoration: none;
                    height: 80px;
                    width: 80px;
                    opacity: 1;
                    float: left;
                }

        .footer-wraper .footer .menu-copyright
        {
            padding: 30px 0;
            font-size: 11px;
        }

        .footer-wraper .footer .copyright
        {
            float: right;
        }

        .footer-wraper .footer ul.menu
        {
            list-style: none;
            float: left;
            padding: 0;
        }

            .footer-wraper .footer ul.menu li
            {
                float: left;
                margin-right: 10px;
            }







#shtorka
{
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.dialog
{
    display: none;
    background: #000;
    position: fixed;
    top: 100px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 100;
}

.border
{
    padding: 25px;
    margin: 4px;
    border: 1px dashed #414141;
}

.dialog h2
{
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #999;
}

.dialog input.text
{
    background: #fff;
    width: 190px;
    border: 1px solid #E5E5E5;
    margin-bottom: 5px;
    padding: 6px;
    color: #444;
    font-size: 12px;
    height: 12px;
}

.dialog input.button
{
    margin: 10px 0 16px;
    color: #fff;
    height: 23px;
    text-transform: uppercase;
    padding: 0 8px;
    cursor: pointer;
    background: url(../img/moduleH3.png) 0 -50px;
    border: none;
    font-size: 11px;
    line-height: 23px;
    font-weight: bold;
}

.dialog input.dark
{
    background: #444;
}

.dialog input.button:hover
{
    background: #444;
}

.dialog span
{
    background: url(../img/bul_li.png) no-repeat 0 3px;
    padding-left: 15px;
}

    .dialog span a
    {
        color: #777;
        text-decoration: none;
    }

        .dialog span a:hover
        {
            color: #BC3726;
        }

#register
{
    width: 500px;
    margin-left: -250px;
}

    #register label
    {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 150px;
    }

        #register label.error
        {
            color: #BC3726;
        }

    #register input
    {
        margin-bottom: 25px;
        width: 250px;
        margin-right: 5px;
    }

        #register input.button
        {
            margin: 20px 0 0 0;
        }

    #register h2
    {
        margin-bottom: 10px;
    }

    #register span
    {
        font-size: 10px;
        background: none;
        padding: 0;
    }

.pager
{
    padding: 20px 0;
    text-align: center;
}

    .pager a
    {
        border: #ccc 1px solid;
        padding: 1px 6px;
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a:hover
        {
            color: #fff;
            background: #BC3726;
            border-color: #BC3726;
        }

        .pager a.current
        {
            border: none;
            color: #666;
            background: none;
            margin: 0;
        }

.comment
{
    padding: 10px 0;
    border-bottom: #ccc 1px dashed;
    overflow: hidden;
    width: 100%;
}

    .comment header
    {
        margin: 0 0 0 85px;
    }

        .comment header a
        {
            color: #BC3726;
            font-weight: normal;
        }

    .comment .avatar
    {
        padding: 3px;
        background: url(../img/module_bg2_1.jpg) no-repeat 100% 0;
        float: left;
        width: 70px;
        height: 70px;
    }

        .comment .avatar a
        {
            display: block;
            width: 70px;
            height: 70px;
            text-align: center;
            overflow: hidden;
        }

        .comment .avatar img
        {
            width: auto;
            height: 70px;
        }

            .comment .avatar img.vertical
            {
                width: 70px;
                height: auto;
            }

    .comment .date
    {
        font-size: 12px;
        color: #656565;
        padding: 5px 0 0;
        overflow: hidden;
        margin: 0 15px 0 10px;
        float: left;
        line-height: normal;
    }

    .comment .text
    {
        margin: 5px 0 0;
        padding: 0 0 0 10px;
        border-left: #ccc 1px solid;
        overflow: hidden;
        min-height: 50px;
        line-height: 1.4;
    }

    .comment .action
    {
        text-align: right;
    }

.add-comment
{
    padding: 0;
}

    .add-comment label
    {
        display: block;
    }

    .add-comment input, select, textarea
    {
        padding: 6px;
        border: #e5e5e5 1px solid;
        width: 300px;
        margin: 0 0 10px;
    }

    .add-comment textarea
    {
        height: 80px;
    }

    .add-comment input.button
    {
        width: auto;
        background: #BC3726;
        color: #fff;
        border: none;
        padding: 6px 15px;
    }

input.button:hover
{
    background: #333;
}

input.button
{
    width: auto;
    background: #BC3726;
    color: #fff;
    border: none;
    padding: 6px 15px;
}

.add-comment input.button:hover
{
    background: #333;
}

.notify
{
    background: #FFFDF3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8xNi8xMmZc0EgAAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAAR/SURBVFiF7ZdNaB1VFMf/93PmNUKahlbFpumjWfiwFLKymya7kkUQUih2Y42L0oUgWdmtC1ddvY0FcZFoQSyUZGEXImJJdCG4iES0FNQaYkP8WDT1o517zr3HxSQveRV00pfWLPJfzQxz7/nNuedrlIhgJ0v/3wD/pV3ATrUL2Kl2ATvVjge0nSy+NHp0cKBen8i8H9ZG9zMTnHOIMYIpLhYhzN5eWWmem5mff1gb6mE6SXOkUW8MHJnq6tozpLVGZAYU4JwDUQlJgWCsRVEUEJG5L79aGL9w/Ydbjxzw8pnjY4cP9U2KpG6tNZRS8JvBiFrvWucgIiiKAkrp1eWVn1958b25mUcGeOXs0NgzTz85ba2FMQZKKTBRCwRAC5SZ4Z1DIIKIIMYIpRRuLS6deumDLypDVk6S5kijvr9336SIIKUEozVSjPDeQwGQKAt37/5xanX191MSZcGvQRqtYbRGnuew1uLwob7J5kijXtVu5SRpDByZqtXybmstUkotjxARtDH45bdfJ0bf/vg6AFw7f/JO776eT7Msg4ICR4YxBkQEkdTdGDgyBWC4it1KHrw0enQwy1yZEDEi8x7OeTjrIAAoBKRNoSIArLUIRODIUEohMkNrDa018twPvTM2OFjFdiUPDtTrE+ubS0pg5hJEBBDAWofenp7mh+dPvhFCuPPUgQPNQIQ8z6GVQowR3vnSg7oMkf6DBycAvLwtgMboYe89IpdHBZQlRUSgdQTHCKX1sZ69e6cBgGNELc9BISDPczjrQEywzrY8mmWu0hFXAswy38/MqNVqMFq3eVAAPP/m++rBNZ+9flqsLePOOw/vPIpQAErBew8i6q9iu1IMEjEUFFJKIOLWcSmUZebzC6flk9deeLd9lZQfIALisjY65wEATAwirmJ6a704xth2z8wto3u6amfb8EQ2wsG61nNrt9ZdK74tKA+zvCYiKKVgrEFMCQDaOghQxmhkRl6rIcYIEUGShJgSrLOb9vt3VfJgSrIoInDWwhoD62zLK+tgzrm2NSEEWOdAISCmBIHAOQdnLUIIiDEtbhtgUYTZ0gMCrBXnEqzsw957AA/midoEb1tZX4QApRTu3bs/u22At1dWmlprFEWBlOQfcaRK7vZnCjB6Y/uwVsyNMWBmLC0vN7cN8NzM/Pxff96bM8agCAWKEJAkgSiUHo3cKj0bgArGWljnEEKAMQZFUax/5FzVGbFyFn/73ffjTHF1vaMYY8oSEgK8czhx8WqbD09cvKqICBQIKQliStBagzmuLty4OV7V7pbGrctnjo/V+/um1weG1iSzVu+SCEIgeO/AxPBZWYJCCEgxgSPjp+WVLY1bWx5Yr5wdGtvfu2/Se9cNYC1BgBQTlN5IDGsslFYlXBJo/RgG1nU1Rxr1Y41np5TCUJZ5MJedxjq7qR4qWGuQUkIRaO7rGzfHJz668ehH/s16a/S5wcN9fRNP7Oka1kb3Q61N1NYhFGHxfihmf1xaar567ZvH+9P0OLXj/4t3ATvVLmCn2gXsVDse8G+fkGUP6MuvcgAAAABJRU5ErkJggg==) no-repeat;
    padding: 10px 10px 10px 40px;
    margin: 15px 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* ==|== non-semantic helper classes ========================================

   Please define your styles before this section.

   ========================================================================== */



/* For image replacement */

.ir
{
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br
    {
        display: none;
    }



/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden
{
    display: none !important;
    visibility: hidden;
}



/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

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



    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
    {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }



/* Hide visually and from screenreaders, but maintain layout */

.invisible
{
    visibility: hidden;
}



/* Contain floats: h5bp.com/q */

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    zoom: 1;
}







/* ==|== media queries ======================================================

   PLACEHOLDER Media Queries for Responsive Design.

   These override the primary ('mobile first') styles

   Modify as content requires.

   ========================================================================== */



@media only screen and (min-width: 480px)
{

    /* Style adjustments for viewports 480px and over go here */



}



@media only screen and (min-width: 768px)
{

    /* Style adjustments for viewports 768px and over go here */



}







/* ==|== print styles =======================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */



@media print
{

    *
    {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */

    a, a:visited
    {
        text-decoration: underline;
    }

        a[href]:after
        {
            content: " (" attr(href) ")";
        }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
    {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */

    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;
    }
    /* h5bp.com/t */

    tr, img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    @page
    {
        margin: 0.5cm;
    }

    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }

    h2, h3
    {
        page-break-after: avoid;
    }
}

.gallery_item_container
{
    width: 630px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 6px;
}



    .gallery_item_container h2
    {
        color: #FFFFFF;
        text-align: left;
        float: left;
        position: relative;
        width: 500px;
        padding: 5px;
        overflow: hidden;
    }





.item_container
{
    padding: 2px;
    float: left;
    display: block;
    width: 630px;
}

.image
{
    margin: 2px;
    padding: 2px;
    float: left;
}

    .image a
    {
        border: 1px solid #FFFFFF;
        border-color: #FFFFFF;
        float: left;
        position: relative;
    }

        .image a img
        {
            position: relative;
            height: 110px;
            width: 110px;
        }

.gallery_view_container
{
}

    .gallery_view_container a
    {
        margin: 5px;
        float: left;
    }

element a:hover div.play
{
    display: none;
}

event a:hover div.play
{
    display: none;
}

div.play
{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-image: url('../Img/photo_thumb_bg_white2.png');
    background-repeat: repeat;
}

.video-preview-image
{
    max-height: 100px;
}

.play img
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

.fb-login, .vk-login
{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    box-shadow: #fff 1px 1px 1px;
}



.fb-login
{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVhJREFUeNpidHF2DmBgYFgExLwM1AWfgTgOiLew/GdgWApkcDFQH4AcDTJbiYXh/39aWAADILOlWf7//89AY8BLriWfgPgVEL8A4j9QMQEgNsCilpHlH+mWvAfixUB8DohfAvEPqLgBDksYWP7/+0eqJYeBeDUQXwHiLwcPHQL7xN7ODqcGcoLrPhDfAuIPyIL4zCHHkuNA/A3K5re1sXlMKI+x/CM9uD4ixYM8MZmYHJ/8QEpRgsRoICV1XQDiA2hxAfLVBGiqEqBG6loIteQBktgDqPhGvEmYRJ9cQBP7cPr0abCYqakpnjgh3if7keIBFmQCJsbG76kZJzCggOQjBaIinowcL4CDTVWfkAzI8QkZltDFJ/Sw5B+dfAIqh1hoZD7I7P8gS/YBGa6gapLKFoCCCGT2Z1BrZRG0GpUGYiYiihbkAvIDUgGJDEBJ9ikQ7wTRAAEGAB+LihJuqUUtAAAAAElFTkSuQmCC");
}

.vk-login
{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgRJREFUeNq0lrlLA1EQxt/GVbziERVPEA8QolGxtBBELSxEexvBXvCPsLASFFsL0VYEC/FAxNhoKisLsRIV8Tbex67fwBd4LO66MXHgx3v78na+fTOT2TV6e3pGlFLTIKjSa3EwBhYDtlKzIAhUmgnSd6mpbDtX/Z+J7yrTtm23DSfgBliO9QDIooMSkAcMD6F8L5FlEAUfjvUMihSBBtAFOrj+kxmm5S5yCNbBm/MmYIJsUMZ946DZzZFpW5bbb58UeGVYFkA5uAITYJfhlN/bvEXcT2JoYw3oBAVck7Ef3FL0hEVlJCuiixWDTG2tgKe75XWdV/JNyz1cusmTXDNcT2BDe/J6MOR1s5+TyIZzMAWaOI8yH3I9Byo9RSx/Imcs6XyeRPLwAr7ACqjwEvKqLmeltYBCzo/AAXOyw743qhVG0icx+KRzTHZCVMp4EuyDd9AIBn5yEJCT/IIBKoCprcl8BBTHYrE4xkOw5+bDz0kSjS7LsfbB0j6Dj2eMD+nIyZ0m9AhWEy0HPqRp1qZaXRd8sUV4fQy2waVsgA+pusG/9q6EyClYApts/fcUeGqNREIYZ5j4pP+MIVbVmxaiR3bgHNDOfjbM8nYvz+Zw2FfmU7Buv9WVkkm4PhmC/zDxbYvIFiZ9v7yn/2ISIvEdl6+VeZZoNT8S0mEWK3JNxm8BBgA/ThFyouBn/gAAAABJRU5ErkJggg==");
}

.map-hider
{
    height: 0;
    overflow: hidden;
    width: 0;
}

#map-container
{
    height: 510px;
    width: 600px;
}
.tikets {
    width: 100%;
    float: left;
}
.v-ticket-widget-canvas-place
{
    float: left;
    display: block;
    height: 65px;
    width: 280px;
    cursor: pointer;
    background-image: url('../img/internet_tiket_concert_ua.png');
    background-repeat: no-repeat;
}
.internet-bilet
{
    margin-left: 70px;
    float: left;
    display: block;
    height: 65px;
    width: 280px;
    cursor: pointer;
    background-image: url('../img/internet_tiket_internet_bilet.png');
    background-repeat: no-repeat;
}

/*
     FILE ARCHIVED ON 16:04:32 May 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:31:35 Aug 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.592
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.041
  esindex: 0.007
  cdx.remote: 11.258
  LoadShardBlock: 78.04 (3)
  PetaboxLoader3.datanode: 55.066 (5)
  PetaboxLoader3.resolve: 124.102 (3)
  load_resource: 151.562 (2)
*/