@charset "utf-8";
/*------------------------------------------------------

	Theme Name: fn2014 blog template
	Type: Layout css
	Author: kvasňa
	Author URI:
--------------------------------------------------------*/

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



	
/*--------------------------------------------------------
	2.COMMONS
--------------------------------------------------------*/
	
	::-moz-selection{background:#ff9933; color:#000;}
	::selection{background:#ff9933; color:#000;}

    body{color: #000;background:#ffffff;font:16px/20px 'Open Sans', Arial, Helvetica, sans-serif;}

    /* druhej fontn*/
/*font-family: 'Open Sans Condensed', sans-serif;*/
	

/*--------------------------------------------------------
	3.STRUCTURAL 
--------------------------------------------------------*/



	/*----------------------------
	ii.-- Header
	-----------------------------*/
	
	/*homepage*/
	.logo-homepage{width:245px;height:63px;margin-bottom:40px;}
	
	/*inner pages*/
	.header {
        width:100%;
        height:90px;
        position:fixed;
        top:0;
        z-index:50;
        -moz-box-shadow: 10px 10px 8px #666;
        -webkit-box-shadow: 10px 10px 8px #666;
        box-shadow: 0px 0px 8px #666;
        background: #fff;
    }

    .header_social_line {
        width: 100%;
        position: relative;
        height: 30px;
        background: #222222;
    }

    .header_social_line_inner {
        max-width: 960px;
        margin: 0 auto;
    }
    .header_social_icons, .header_languages_icons {
        float: left;
        list-style: none;
    }

    .header_languages_icons {
        margin-right: 20px;
        display: none;
    }


    .header_jugglers {
        float: right;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        height: 30px;
        padding: 0 15px 0 15px;
    }

    .header_jugglers a {
        color: #ff9933;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
    }

    .header_jugglers a:hover {
        color:#555555;
    }

    .header_social_icons_item, .header_languages_icons_item {
        float: left;
        width: 30px;
        height: 30px;
        border-left: 1px solid #000000;
        cursor: pointer;
        background: transparent no-repeat center center;
    }

    .header_languages_icons_item {
        width: 40px;
    }

    .header_languages_icons_item:first-child {
        border-left: none;
    }


    .header_social_icons_item:last-child {
        border-right: 1px solid #000000;
    }

    .header_social_icons_item a, .header_languages_icons_item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header_languages_icons_item.cz {
        background-image: url("/wp-content/themes/fn2014blog/images/czech_icon.png");
    }

    .header_languages_icons_item.cz:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/czech_icon_h.png");
    }

    .header_languages_icons_item.en {
        background-image: url("/wp-content/themes/fn2014blog/images/en_icon.png");
    }

    .header_languages_icons_item.en:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/en_icon_h.png");
    }

    
    .header_social_icons_item.fb {
        background-image: url("/wp-content/themes/fn2014blog/images/top_fb_icon.png");
    }
    .header_social_icons_item.fb:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/top_fb_icon_h.png");
    }

    .header_social_icons_item.gp {
        background-image: url("/wp-content/themes/fn2014blog/images/top_gp_icon.png");
    }
    .header_social_icons_item.gp:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/top_gp_icon_h.png");
    }

    .header_social_icons_item.tw {
        background-image: url("/wp-content/themes/fn2014blog/images/top_tw_icon.png");
    }
    .header_social_icons_item.tw:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/top_tw_icon_h.png");
    }

    .header_social_icons_item.yt {
        background-image: url("/wp-content/themes/fn2014blog/images/top_yt_icon.png");
    }
    .header_social_icons_item.yt:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/top_yt_icon_h.png");
    }
    .header_social_icons_item.insta {
        background-image: url("/wp-content/themes/fn2014blog/images/top_insta_icon.png");
    }
    .header_social_icons_item.insta:hover {
        background-image: url("/wp-content/themes/fn2014blog/images/top_insta_icon_h.png");
    }
	
	
		/* main menu
		----------------------------*/

        #menu_toggle {
            display: none;
            float: left;
            width: 30px;
            height: 20px;
            cursor: pointer;
            margin: 18px 15px 10px 10px;
            background: url("/wp-content/themes/fn2014blog/images/mobile_menu_toggle.png") top center no-repeat;
        }

        #menu_toggle.active {
            background-position: bottom center;
        }

        .header_inner {
            position: relative;
            max-width: 960px;
            margin: 0 auto 0 auto;
        }

        .header_logo {
            width: 120px;
            height: 20px;
            background: url("/wp-content/themes/fn2014blog/images/header_logo.png") center center no-repeat;
            float: left;
            margin-top: 20px;
        }

        .header_logo a {
            display: block;
            height: 100%;
            width: 100%;
        }

        .navigation {
            list-style: none;
            float: right;
            height: 60px;
        }

        .menu {
            list-style: none;
            width: 300px;
            margin: 0 auto;
        }

		.navigation li{
            float: left;
            padding: 0 10px 0 10px;
            text-transform: uppercase;
            height: 100%;
            text-align: center;
            line-height: 60px;
            margin-left: 5px;
            margin-right: 5px;

        }

        .menu li {
            float: left;
            text-transform: lowercase;
            padding: 0 10px 0 10px;
            text-align: center;
            margin-left: 5px;
            margin-right: 5px;
            height: 100%;
        }

        .navigation li a, .menu li a{
            display: block;
            height: 100%;
            width: 100%;
            color:#666666;
            font-size: 12px;
            text-decoration:none;
        }

        .navigation li a:hover, .menu li a:hover {
            text-decoration: none;
            color: #F8B839;
        }
        .navigation li:hover ul {
            display: block;
        }

        .navigation li a.active{
            color: #F8B839;
        }

        .navigation ul {
            display: none;
            width: auto;
            list-style: none;
            background: #000000;
            position: absolute;
        }

        .navigation ul li {
            float: none;
            margin: 1px 0 0 0;
            padding: 0 10px 0 10px;
            background: #222222;
            height: 40px;
            line-height: 40px;
        }

        .navigation ul li a{
           color: #999999;
           display: block;
            width: 100%;
            height: 100%;
            text-align: left;

        }

        .search {
            float: right;
            border-left: 1px solid #000;
            padding: 0 10px 0 0;
            width: 30px;
            height: 25px;
            margin-top: 15px;
            background: url("/wp-content/themes/fn2014blog/images/search_icon.png") center center no-repeat;
            cursor: pointer;
        }
        .search a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .search:hover {
            background: url("/wp-content/themes/fn2014blog/images/search_icon_h.png") center center no-repeat;
        }

        #widget-area-search {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            background: #fff;
            display: none;
        }
        /*#widget-area-search form {*/
            /*max-width: 960px;*/
            /*margin: 0 auto 0 auto;*/
        /*}*/

        #widget-area-search .search-text-holder {
            float: left;
            margin: 17px 0 10px 10px;
            max-width: 910px;
            min-width: 500px;
        }

        #widget-area-search .search-text {
            border: none;
            background: transparent;
            padding: 5px 2% 5px 2%;
            width: 96%;
            outline: none;
            color: #666666;
            font-size: 12px;
            text-transform: uppercase;
        }

    #widget-area-search .search-submit {
        border: none;
        float: left;
        margin: 15px 0 10px 0;
        background: url("/wp-content/themes/fn2014blog/images/search_big.png") center center no-repeat;
        padding: 5px;
        width: 40px;
        outline: none;
        color: #fff;
    }
#widget-area-search .search-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url("/wp-content/themes/fn2014blog/images/close-cross.png") top center no-repeat;
    cursor: pointer;
    margin-top: 20px;
}

#widget-area-search .search-close:hover {
    background-position: bottom center;
}
	/*----------------------------
	iii.-- Content
	-----------------------------*/
		
	
	/*homepage specific
	----------------------------*/
    #homepage_slider_holder {
        /*margin-top: 90px;*/
    }

    .hp_info {
        position: absolute;
        top: 40%;
        z-index: 2;
        width: 820px;
        margin-left: -410px;
        left: 50%;
        height: auto;
    }

    .hp_logo {
        background: url("/wp-content/themes/fn2014blog/images/hp_logo.png") no-repeat center center;
        height: 145px;
        width: 820px;
        margin: 0 auto;

    }

    .hp_subtitle {
        width: 100%;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans Condensed' sans-serif;
        font-size: 36px;
        font-weight: bold;

    }

    .scroll_button {
        z-index: 2;
        position: absolute;
        width: 54px;
        left: 50%;
        margin-left: -22px;
        padding-bottom: 15px;
        bottom: 20px;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        background: url("/wp-content/themes/fn2014blog/images/move_down.png") bottom center no-repeat;
    }

    .button_bar {
        position: absolute;
        width: 500px;
        bottom: 50px;
        left: 50%;
        margin-left: -250px;
    }


    .swiper {
        width: 100%;
        position: relative;
        background: #000;
    }

    .swiper-slide.fn{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_flaming.jpg") no-repeat top center;
        background-size: cover;
    }

    .swiper-slide.kapely{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_kapely2.jpg") no-repeat top center;
        background-size: cover;
    }
    .swiper-slide.gala{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_gala.jpg") no-repeat top center;
        background-size: cover;
    }
    .swiper-slide.deti{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_deti.jpg") no-repeat center center;
        background-size: cover;
    }

    .next_button, .prev_button {
        position: absolute;
        top: 50%;
        right: 30px;
        height: 21px;
        width: 15px;
        background: transparent no-repeat top center;
        z-index: 5;
        cursor: pointer;
    }

    .prev_button {
        left: 30px;
    }

    .next_button:hover, .prev_button:hover {
        background-position: bottom center;
    }

    .next_button.white {
        background-image: url("/wp-content/themes/fn2014blog/images/right_arrow_white.png");
    }
    .prev_button.white {
        background-image: url("/wp-content/themes/fn2014blog/images/left_arrow_white.png");
    }

    .next_button.black {
        background-image: url("/wp-content/themes/fn2014blog/images/right_arrow_black.png");
    }
    .prev_button.black {
        background-image: url("/wp-content/themes/fn2014blog/images/left_arrow_black.png");
    }

    .search-info {
        max-width: 960px;
        margin: 90px auto 0 auto;
        font-size: 30px;
        font-weight: 200;
        color: #222222;
        border-bottom: #dedede 1px solid;
    }

    .search-info .bold {
        font-weight: bold;
    }

    .search-info p:first-child {
        margin-top: 30px;

    }

    .pillars {
        position: relative;
        width: 100%;
        background: #f8b839;
    }

    .pallars_inner {
        max-width: 960px;
        margin: 0 auto 0 auto;
        padding: 50px 0 40px 0;
    }

    .pillars h2 {
        font-size: 36px;
        text-align: center;
        font-weight: 200;
        color: #000;
        font-family: 'Open Sans' sans-serif;
    }

    .pillars h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 500;
        color: #000;
    }

    .pillar {
        width: 240px;
        float: left;
    }

    .pillar_icon {
        width: 200px;
        height: 200px;
        margin: 0 auto 40px auto;
        border-radius: 100px;
        background: transparent no-repeat center center;
        background-size: 100% auto;
        transition: 1000ms;
    }

    .pillar_icon:hover {
        background-size: 120% auto;
    }

    .pillar_icon a {
        display:block;
        width: 100%;
        height: 100%;
    }

    .pillar_button {
        width: 100%;
        text-transform: uppercase;

    }

    .pillar_button a {
        display: block;
        border: 1px solid #fff;
        width: 90%;
        padding: 5% 10px 5% 10px;
        height: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .pillar_button:hover a {
        border: 1px solid #000;
        color: #000;
    }

    .plus_separator {
        width: 120px;
        height: 200px;
        float: left;
        background: url("/wp-content/themes/fn2014blog/images/plus_icon.png") center center no-repeat;
    }

    .equal_separator {
        width: 100%;
        height: 30px;
        margin: 40px 0 40px 0;
        background: url("/wp-content/themes/fn2014blog/images/equal_icon.png") no-repeat center center;
    }

    .pillar_icon.deti {
        background-image: url("/wp-content/themes/fn2014blog/images/pillar_deti.png");
    }

    .pillar_icon.gala {
        background-image: url("/wp-content/themes/fn2014blog/images/pillar_gala.png");
    }

    .pillar_icon.kapely {
        background-image: url("/wp-content/themes/fn2014blog/images/pillar_kapely.png");
    }

    .news_holder {
        position: relative;
        height: 350px;
        width: 100%;
        background: #fff;
    }

    .news-inner {
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
    }

    #swiper-news {
        margin-top: 40px;
    }

    .news h2 {
        font-size: 36px;
        font-weight: 200;
        line-height: 36px;
        color: #000;
    }

    .news .postcontent {
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }



    .button {
        width: auto;
        margin: 30px auto 30px auto;
    }

    .button_bar .button {
        width: 200px;
        margin: 30px 24px 30px 24px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }

    .button_bar .button:hover a{
       color: #F8B839;
        border: 1px solid #F8B839;
    }



    .button.w_200 {
        width: 200px;
    }

.button.w_150 {
    width: 150px;
}

    .button a {
        display: block;
        border: 1px solid #fff;
        width: 90%;
        padding: 5% 10px 5% 10px;
        height: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .button.black a{
        border: 1px solid #000;
        color: #000;
    }

    .button.yellow:hover a {
        border: 1px solid #F8B839;
        color: #F8B839;
    }

    .button.black:hover a{
        border: 1px solid #F8B839;
        color: #F8B839;
    }

    .button:hover a {
        border: 1px solid #000;
        color: #000;
    }

    .button_left {
        margin: 30px 0 30px 0;
    }

    .line_separator {
        width: 100%;
        position: relative;
        height: 5px;
        margin: 30px 0 30px 0;
        background: url("/wp-content/themes/fn2014blog/images/line_separator.png") no-repeat center center;
    }


    .post_header {
        height: 310px;
        width: 100%;
        background: url("/wp-content/themes/fn2014blog/images/post_header.jpg") no-repeat left center #000;
        background-size: cover;
        margin-top: 90px;
    }

    .lineup_header {

        background: url("/wp-content/themes/fn2014blog/images/lineup_header_bg.jpg") no-repeat left center #222222;

    }

    .post_header .button {
        margin: 30px;
    }

    .post_header .inner {
        max-width: 630px;
        margin: 0 auto;
    }

    .post_header h2 {
        text-align: left;
        font-size: 56px;
        font-family: 'Open Sans Condensed' sans-serif;
        font-weight: bold;
        color: #eeeeee;
        margin: 80px 0 0 0;
    }



    .lineup_header h2 {
        text-align: center;
    }

    .post_header h3 {
        text-align: left;
        font-size: 40px;
        font-weight: 200;
        color: #eeeeee;
    }
    .lineup_header h3 {
        text-align: center;
    }
    .page {
        width: 100%;
        background: #fff;
    }

    .sidebar .page {
        max-width: 720px;
        float: left;
    }

    .page-inner {
        max-width: 630px;
        margin: 0 auto;
    }

    .page-inner-gallery {
        max-width: 960px;
        margin: 0 auto;
    }

    .page-inner-history {
        max-width: 760px;
        margin: 0 auto;
    }

    .postheader {
        margin: 80px 0 50px 0 ;
        font-size: 48px;
        font-weight: 200;
        color: #222222;
    }

    .postcontent {
        font-size: 14px;
        font-weight: normal;
    }

    .news-list {
        list-style: none;
        margin-top: 10px;
    }

    .news-list li {
        border-bottom: 1px solid #ededed;
        padding: 10px;
    }

    .news-list li:last-child {
        border-bottom: none;
    }

    .list {
        border-bottom: 1px solid #dedede;
    }

    .list:last-child {
        border-bottom: none;
    }

    .list .postheader {
        text-align: left;
        margin: 0;
        font-size: 24px;
    }

    .list .postcontent {
        font-size: 14px;
        color: #999999;
        font-weight: 200;
    }

    .column_3 {
        float: left;
        width: 33%;
        margin: 0;
        font-size: 36px;
        font-weight: 200;
    }

    .column_34 {
        position: relative;
        float: left;
        width: 34%;
        margin: 0;
    }

    .vid_overlay {
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        background: url("/wp-content/themes/fn2014blog/images/overlay.png") left top repeat;
        cursor: pointer;
    }

    .vid_overlay .center_text {
        position: absolute;
        color: #f8b839;
        font-size: 60px;
        font-weight: bold;
        font-family: 'Open Sans Condensed' sans-serif;
        top: 50%;
        margin-top: -30px;
        width: 100%;
        text-align: center;
        height: 65px;
    }

    .history_fn_logo {
        background: url("/wp-content/themes/fn2014blog/images/history_fn_logo.png") center center no-repeat;
    }

    .history_line {
       background: url("/wp-content/themes/fn2014blog/images/history_line_sep.png") center center no-repeat;
    }

    .ticket {
        background: url("/wp-content/themes/fn2014blog/images/history_ticket.png") center center no-repeat;
    }

    .mic {
        background: url("/wp-content/themes/fn2014blog/images/history_mic.png") center center no-repeat;
    }

    .nations {
        background: url("/wp-content/themes/fn2014blog/images/history_nations.png") center center no-repeat;
    }


    .motion_graph {
        width: 140px;
        margin: 0 auto 0 auto;
        background: url("/wp-content/themes/fn2014blog/images/sprite_graf.png") 0 center no-repeat;
    }

    .elipsis_100 {
        background: transparent;
        /*background: url("/wp-content/themes/fn2014blog/images/history_elipsis_100.png") center center no-repeat;*/
    }

    .elipsis_90 {
        background: transparent;
        /*background: url("/wp-content/themes/fn2014blog/images/history_elipsis_90.png") center center no-repeat;*/
    }

    .elipsis_75 {
        background: transparent;
        /*background: url("/wp-content/themes/fn2014blog/images/history_elipsis_75.png") center center no-repeat;*/
    }

    .elipsis_50 {
        background: transparent;
        /*background: url("/wp-content/themes/fn2014blog/images/history_elipsis_50.png") center center no-repeat;*/
    }

    .elipsis_45 {
        background: transparent;
        /*background: url("/wp-content/themes/fn2014blog/images/history_elipsis_45.png") center center no-repeat;*/
    }

    .history_info {
        font-size: 14px;
        font-weight: 200;
        text-align: center;
        color: #222222;
    }

    .history_info .separator {
        color: #f8b93b;
    }

    .history_title_negative {
        height: 190px;
        width: 100%;
        background: #222222;
    }

    .history_title_negative h2 {
        color: #fff;
        line-height: 190px;
    }

    .history_photo {
        float: left;
        width: 25%;
    }

    .history_photo:hover {
        opacity: 0.8;
    }

    .history_photo img {
        width: 100%;
    }

    .h_20 {
        height: 20px;
        line-height: 20px;
    }

    .h_75 {
        height: 75px;
        line-height: 75px;
    }
    .h_150 {
        height: 150px;
        line-height: 150px;
    }

    .more-link {
        display: none;
    }

    .news .more-link {
        display: block;
        color: #F8B839;
        text-align: center;
        margin-top: 30px;
    }

    .news .more-link:hover {
        opacity: 0.7;
    }

    .news .postfootericons {
        display: none;
    }

    .map_holder {
        width: 100%;
        height: 310px;
        background: url("/wp-content/themes/fn2014blog/images/map_holder_bg.jpg") center center;
        background-size: cover;
    }

    .map_holder a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .program_deti {
        background: url("/wp-content/themes/fn2014blog/images/program_deti_bg.jpg") no-repeat left center #b24835;
        background-size: cover;
        height: 380px;
        margin-top: 90px;
        position: relative;
    }

    .program_deti h2, .program_program h2{
        font-size: 36px;
        color: #222222;
        font-weight: 200;
        text-align: left;
        margin-top: 70px;
    }

    .program_scarves {
        position: absolute;
        right: 0;
        bottom: -1176px;
        width: 417px;
        height: 1176px;
        background: url("/wp-content/themes/fn2014blog/images/program_scarves.png");
        z-index: 2;
    }

    .program_program {
        background: #dddddd;
    }

    .program_icon {
        position: absolute;
        width: 120px;
        height: 120px;
        left: -150px;
        top: 0;
        background: transparent no-repeat center center;
    }

    .program_icon.mic {
        background-image: url("/wp-content/themes/fn2014blog/images/program_pict_mic.png");
        top: 190px;
    }

    .program_icon.masks {
        background-image: url("/wp-content/themes/fn2014blog/images/program_pict_masks.png");
        top: 50px;
    }

    .program_gala {
        background: url("/wp-content/themes/fn2014blog/images/post_header.png") no-repeat left center #000;
        background-size: cover;
        color: #fff;
    }

    .program_gala h2 {
        font-size: 60px;
        font-family: 'open sans condensed' sans-serif;
        color: #fff;
        font-weight: bold;
        text-align: left;
        margin-top: 100px;

    }

    .program_kapely {
        padding: 0;
        margin: 5px 0 5px 0;
        font-family: 'Open Sans Condensed' sans-serif;
        font-weight: bold;
        text-align: left;
        color: #222222;
    }

    .program_kapely.s48 {
        line-height: 48px;
        font-size: 48px;
    }

    .program_kapely.s34 {
        line-height: 34px;
        font-size: 34px;
    }

    .program_kapely.s24 {
        line-height: 24px;
        font-size: 24px;
    }

    .program_kapely .separator {
        color: #b24835;
    }

    .tickets {
        float: left;
        width: 48%;
        margin: 0 1% 0 1%;
    }




    /*footer*/

    .footer_weather, .footer_copy {
        height: 60px;
        padding: 70px 0 70px 0;
        width: 100%;
        background: #222222;
    }

    .footer_social {
        height: 60px;
        padding: 70px 0 70px 0;
        width: 100%;
        background: #444444;
    }

    .footer_partners {
        padding: 40px 0 40px 0;
        width: 100%;
        background: #fff;
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .partner_img {
        float: left;
        margin: 0 30px 0 30px;
    }

    .footer_copy {
        height: 20px;
        padding: 15px 0 15px 0;
        color: #666666;
        font-size: 12px;
    }

    .footer_social .inner, .footer_weather .inner, .footer_copy .inner, .footer_partners .inner{
        max-width: 960px;
        margin: 0 auto;
        height: 100%;
    }

    .footer_social_icon {
        float: left;
        margin: 0 7% 0 7%;
        height: 50px;
        width: 50px;
        background: transparent no-repeat top center;
        cursor: pointer;
    }

    .footer_social_icon a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer_social_icon:hover {
        background-position: bottom center;
    }

    .footer_social_icon.facebook {
        background-image: url("/wp-content/themes/fn2014blog/images/social_icon_facebook.png");
    }
    .footer_social_icon.gp {
        background-image: url("/wp-content/themes/fn2014blog/images/social_icon_gp.png");
    }
    .footer_social_icon.tw {
        background-image: url("/wp-content/themes/fn2014blog/images/social_icon_tw.png");
    }
    .footer_social_icon.yt {
        background-image: url("/wp-content/themes/fn2014blog/images/social_icon_yt.png");
    }
    .footer_social_icon.insta {
        background-image: url("/wp-content/themes/fn2014blog/images/social_icon_insta.png");
    }

    .footer_relative {
        width: 55px;
        height: 20px;
        background: url("/wp-content/themes/fn2014blog/images/footer_relative_icon.png") no-repeat center center;
    }

    .footer_kvasna {
        margin-top: -10px;
        margin-left: 10px;
    }

    .footer_kvasna .small {
        font-size: 8px;
    }

    .footer_relative a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .column_left {
        float: left;
        width: 15%;
    }
    .column_center {
        float: left;
        width: 70%;
    }
    .column_right {
        float: right;
        width: 15%;
    }

    .contact {
        margin-bottom: 20px;
    }

    .contact_photo {
        border-radius: 75px;
        float: left;
        margin-right: 30px;
    }

    .sendpress-content {
        width: 630px;
        margin: 120px auto 0 auto;
    }

    .m_t_0 {
        margin-top: 0 !important;
    }
    .m_t_5 {
        margin-top: 5px !important;
    }
    .m_t_10 {
        margin-top: 10px !important;
    }
    .m_t_15 {
        margin-top: 15px !important;
    }
    .m_t_20 {
        margin-top: 20px !important;
    }
    .m_t_25 {
        margin-top: 25px !important;
    }

    .m_t_50 {
        margin-top: 50px !important;
    }
    .m_t_90 {
        margin-top: 90px !important;
    }

    .m_l_30 {
        margin-left: 30px !important;
    }


    .m_b_0 {
         margin-bottom: 0 !important;
    }

    .m_b_5 {
        margin-bottom: 5px !important;
    }

    .m_b_30 {
        margin-bottom: 30px !important;
    }

    .center_text {
        text-align: center !important;
    }

    .w_600 {
        width: 600px;
    }

.w_630 {
    width: 630px;
}

    .center_div {
        margin: 0 auto;
    }

    .inner_960 {
        position: relative;
        width: 960px;
        margin: 0 auto 0 auto;
    }

    .inner_630 {
        position: relative;
        width: 630px;
        margin: 0 auto 0 auto;
    }


    #widget-area-newsletter .sendpress {
        max-width: 600px;
        margin: 0 auto 30px auto;
    }

    #widget-area-newsletter .a_separator {
        height: 50px;
        float: left;
        margin: 0 10px 0 10px;
        line-height: 50px;
    }

    #widget-area-newsletter .sendpress:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #widget-area-newsletter #thanks {
        text-align: center;
    }

    #widget-area-newsletter .widget-title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-top: 0;
    }
    #widget-area-newsletter .sp_email {
        float: left;
        width: 240px;
        background: #dddddd;
        border: none;
        outline: none;
        color: #000;
        height: 40px;
        padding: 5px;
        margin: 0 10px 0 10px;
        text-align: center;
    }



    #widget-area-newsletter .sendpress-submit {
        float: left;
        width: 240px;
        background: transparent;
        border: 1px solid #000;
        outline: none;
        color: #000;
        height: 50px;
        text-transform: uppercase;
        margin: 0 10px 0 10px;

    }

    #widget-area-newsletter .sendpress-submit:hover {
        color: #F8B839;
        border: 1px solid #F8B839;
    }

    .partner_icon {
        width: auto;
        max-height: 100px;
        margin: 10px;
        max-width: 200px;
        height: auto;
    }

    .lineup_day {
        position: relative;
    }

    h3.lineup_day_title {
        text-transform: uppercase;
        color: #222222;
        font-size: 48px;
        font-family: 'Open Sans Condensed' sans-serif;
        font-weight: bold;
        text-align: center;
        margin: 40px;
    }

    .lineup_icons {
        max-width: 630px;
        margin: 10px auto 10px auto;
    }

    .lineup_icon {
        width: 50%;
        height: 120px;
        float: left;
        background: transparent no-repeat center center;
    }

    .lineup_icon.music {
        background-image: url("/wp-content/themes/fn2014blog/images/lineup_music_icon.png");
    }

    .lineup_icon.art {
        background-image: url("/wp-content/themes/fn2014blog/images/lineup_art_icon.png");
    }

    .lineup_times {
        max-width: 790px;
        margin: 30px auto 0 auto;
        position: relative;
        z-index: 1;
    }

    .lineup_time {
        width: 100%;
        position: relative;
        height: 119px;
        border-top: 1px dashed #e8b343;
    }

    .time_left, .time_right {
        position: absolute;
        top: -25px;
        font-size: 14px;
        left: 5px;
        color: #222222;
    }

    .time_right {
        left: auto;
        right: 5px;
    }

    .lineup_time.grey {
        border-top: 1px dashed #666666;
    }

    .lineup_time.grey .time_left,.lineup_time.grey .time_right{
        color: #fff;
    }

    .lineup_headliner {
        position: absolute;
        bottom: 0;
        height: 600px;
        left: 0;
        width: 100%;
        background: #000;
        z-index: 0;
    }

    .lineup_headliner.tataboys {
        background: url("/wp-content/themes/fn2014blog/images/tataboys.jpg") no-repeat center left;
        background-size: cover;
    }

    .lineup_headliner.noha {
        background: url("/wp-content/themes/fn2014blog/images/post_header.jpg") no-repeat center left;
        background-size: cover;
    }

    .lineup_item.music {
        background: #f8b839;
        width: 40%;
        margin: 0 0 0 9%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
    }

    .lineup_item.art {
        background: #b24835;
        width: 40%;
        margin: 0 9% 0 0;
        position: absolute;
        z-index: 3;
        right: 0;
        top: 0;
    }

    .lineup_item_time {
        font-family: 'Open Sans Condensed' sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 15px 0 10px 0;
        text-transform: uppercase;
    }

    .lineup_item_content {
        font-family: 'Open Sans Condensed' sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        margin: 0 10px 0 10px;
    }

    .lineup_item_content .separator {
        color: #f8b839;
        margin: 0 2px 0 2px;
    }


    .lineup_item.music .lineup_item_time {
        color: #fff;
    }

    .lineup_item.art .lineup_item_content {
        color: #fff;
    }


    .lineup_item.s_36 .lineup_item_content{
        font-size: 36px;
        line-height: 36px;
    }

    .lineup_item.s_18 .lineup_item_content{
        font-size: 18px;
        line-height: 18px;
    }

    .lineup_item.s_14 .lineup_item_content{
        font-size: 14px;
        line-height: 14px;
    }

    .lineup_item.mt_45 .lineup_item_content{
        margin-top: 45px;
    }

.lineup_item.mt_40 .lineup_item_content{
    margin-top: 40px;
}
.lineup_item.mt_35 .lineup_item_content{
    margin-top: 35px;
}

.lineup_item.mt_30 .lineup_item_content{
    margin-top: 30px;
}

.lineup_item.mt_25 .lineup_item_content{
    margin-top: 25px;
}

.lineup_item.mt_20 .lineup_item_content{
    margin-top: 20px;
}
.lineup_item.mt_15 .lineup_item_content{
    margin-top: 15px;
}

#widget-area-sidebar {
    float: right;
    width: 200px;
    margin: 170px 0 10px 10px;
}

.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }



    /*--------------------------------------------------------
        iv.--TYPOGRAPHY & LINKS
    --------------------------------------------------------*/

    h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif; font-weight:bold; margin-bottom:30px;}

	h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family: 'Open Sans', sans-serif;font-weight:200; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; border-bottom:0 !important;}
	a{color:#1b1b1b;text-decoration:none;}
	a:hover{color:#F8B839;}
	p{margin-bottom:30px;}

	/*section title*/
	h1{font-size:40px;line-height:40px;}
	h2{font-size:60px;font-weight:bold;text-align:center;font-family:'Open Sans Condensed' sans-serif;line-height:60px;color: #222222;margin-top:15px;}
	h3{font-size: 26px;line-height: 26px;font-weight: 500; color: #1b1b1b; margin-top: 35px; margin-bottom: 10px;}
	h4{font-size: 20px;line-height: 20px;font-weight: 600;color: #1b1b1b;margin-bottom: 10px;padding-top: 15px;}
	h5{font-size:28px;line-height:28px;}
	h6{font-size:24px;line-height:24px;}

    b {
        font-weight: bold;
    }

    .fb-PhotoThumbWrap:hover {
        opacity: 0.8;
    }

		

		
		
/*--------------------------------------------------------
	v.--MISC
--------------------------------------------------------*/

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	.left{float:left !important;}
	.right{float:right !important;}
	.last{margin:0 !important;}
    .center{margin-left: auto !important;margin-right: auto !important;}

strong {
    font-weight: bold;
}


/*MARGIN FIX*/
nav li:last-child a {
	margin-right: 0px;
}

/* MEDIA QUERIES*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .header {
        position: relative;
    }

    .program_deti {
        margin-top: 0;
    }



    .search {
        float: left;
    }

    #menu_toggle {
        display: block;
    }

    .navigation {
        display: none;
        float: none;
        margin-top: 60px;
    }

    .navigation ul {
        display: block;
        width: 100%;
        margin: 0 0 0 -10px;
        position: relative;
    }

    .navigation ul li a {
        text-align: center;
    }

    .hp_info {
        width: 100%;
        left: auto;
        margin-left: 0;
    }

    .button_bar {
        display: none;
    }

    .scroll_button {
        display: none;
    }

    .post_header {
        margin-top: 0;
    }

    .pillar {
        width: 100%;
        float: none;
    }

    .pillar_button {
        width: 80%;
        margin: 0 10% 20px 10%;
    }

    .plus_separator {
        float: none;
        margin: 0 auto;
        height: 80px;
    }

    .pillars h2, .pillars h3 {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    .news h2 {
        width: 80%;
        margin: 0 10% 50px 10%;
    }

    .news .postcontent {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    #widget-area-newsletter {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    #widget-area-newsletter .a_separator {
        margin: 0 10% 0 10%;
        width: 80%;
        text-align: center;
    }

    .footer_social_icon {
        width: 33%;
    }

    .column_left {

        float: none;
        width: 80%;
        margin: 0 10% 0 10%;
    }

    .column_center, .column_right {
        float: none;
        width: 100%;
    }

    .column_right .button {
        width: 80%;
    }

    .footer_copy {
        display: none;
    }

    #widget-area-search .search-text-holder {
        width: 200px;
        min-width: 0;
    }

    #widget-area-search .search-close {
        margin-right: 20px;
    }
}
	
@media only screen and  (max-width: 767px) {
    .header {
        position: relative;
    }

    .program_deti {
        margin-top: 0;
        height: auto;
    }



    .program_scarves {
        display: none;
    }

    .inner_630 {
        width: 80%;
        margin: 0 10% 0 10%;
    }


    .search {
        float: left;
    }
    #menu_toggle {
        display: block;
    }

    .navigation {
        display: none;
        float: none;
        margin-top: 60px;
    }

    .navigation li {
        float: none;
        height: auto;
        width: 100%;
        margin-left: 0;
        background: #fff;
        border-top: #ededed 1px solid;
    }

    .navigation ul {
        display: block;
        width: 100%;
        margin: 0 0 0 -10px;
        position: relative;
    }

    .navigation ul li a {
        text-align: center;
    }

    .hp_info {
        width: 100%;
        left: auto;
        margin-left: 0;
    }

    .button_bar {
        display: none;
    }

    .scroll_button {
        display: none;
    }

    .swiper-slide.fn{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_flaming_mini.jpg") no-repeat top center;
        background-size: cover;
    }

    .swiper-slide.kapely{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_kapely2_mini.jpg") no-repeat top center;
        background-size: cover;
    }
    .swiper-slide.gala{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_gala_mini.jpg") no-repeat top center;
        background-size: cover;
    }
    .swiper-slide.deti{
        background: url("/wp-content/themes/fn2014blog/images/hp_bg_deti_mini.jpg") no-repeat center center;
        background-size: cover;
    }

    .post_header {
        background: url("/wp-content/themes/fn2014blog/images/post_header_mini.jpg") no-repeat center center;
        background-size: cover;
        margin-top: 0;
    }

    .post_header .inner {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    .post_header h2 {
        margin: 56px 0 0 0;
        font-size: 50px;
    }
    .post_header h3 {
        margin-top: 10px;
    }

    .post_header .button {
        margin: 0;
    }

    .page {
        width: 80%;
        margin: 0 10% 0 10%;
    }


    .pillar {
        width: 100%;
        float: none;
    }

    .pillar_button {
        width: 80%;
        margin: 0 10% 20px 10%;
    }

    .plus_separator {
        float: none;
        margin: 0 auto;
        height: 80px;
    }

    .pillars h2, .pillars h3 {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    .news h2 {
        width: 80%;
        margin: 0 10% 50px 10%;
    }
    .news .postcontent {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    #widget-area-newsletter {
        width: 80%;
        margin: 0 10% 0 10%;
    }

    #widget-area-newsletter .a_separator {
        margin: 0 10% 0 10%;
        width: 80%;
        text-align: center;
    }

    .footer_social {
        height: auto;
    }
    .footer_social_icon {
        width: 33%;
        margin: 20px 0 20px 0;
    }

    .column_left {

        float: none;
        width: 80%;
        margin: 0 10% 0 10%;
    }

    .tickets {
        float: none;
    }

    .column_center, .column_right {
        float: none;
        width: 100%;
    }

    .column_right .button {
        width: 80%;
    }

    .footer_copy {
        display: none;
    }

    .hp_logo {
        background: url("/wp-content/themes/fn2014blog/images/hp_logo_mini.png") no-repeat center center;
        height: 55px;
        width: 100%;
    }

    .hp_subtitle {
        font-size: 20px;
        margin-top: 0;
    }

    #widget-area-search .search-text-holder {
        width: 200px;
        min-width: 0;
    }

    #widget-area-search .search-close {
        margin-right: 20px;
    }

    .center_div {
        display: none;
    }

    .motion_graph {
        background: transparent;
        width: auto;
    }

    .elipsis_100 {
        /*background: transparent;*/
        background: url("/wp-content/themes/fn2014blog/images/history_elipsis_100.png") center center no-repeat;
    }

    .elipsis_90 {
        /*background: transparent;*/
        background: url("/wp-content/themes/fn2014blog/images/history_elipsis_90.png") center center no-repeat;
    }

    .elipsis_75 {
        /*background: transparent;*/
        background: url("/wp-content/themes/fn2014blog/images/history_elipsis_75.png") center center no-repeat;
    }

    .elipsis_50 {
        /*background: transparent;*/
        background: url("/wp-content/themes/fn2014blog/images/history_elipsis_50.png") center center no-repeat;
    }

    .elipsis_45 {
        /*background: transparent;*/
        background: url("/wp-content/themes/fn2014blog/images/history_elipsis_45.png") center center no-repeat;
    }

    .history_photo {
        width: 50%;
    }

    .program_icon {
        display: none;
    }
    .time_right {
        display: none;
    }

    .lineup_item.art {
        margin: 0 3% 0 0;
    }

    .lineup_item.music {
        margin: 0 0 0 15%;
    }

    .lineup_item.s_18 .lineup_item_content{
        font-size: 16px;
        line-height: 16px;
    }

    .lineup_item.s_14 .lineup_item_content{
        font-size: 10px;
        line-height: 12px;
    }




}
	
@media only screen and (max-width: 479px){

    .footer_social_icon {
        width: 50%;
    }
    .partner_img {
        width: 40%;
        margin: 15px 5% 15px 5%;
    }

    .hp_logo {
        background: url("/wp-content/themes/fn2014blog/images/hp_logo_mini.png") no-repeat center center;
        height: 55px;
        width: 100%;
    }

    .hp_subtitle {
        font-size: 20px;
        margin-top: 0;
    }

    .news_holder {
        height: 560px;
    }

    .contact_photo {
        float: none;
    }



    .elipsis_100, .elipsis_90, .elipsis_75, .elipsis_50, .elipsis_45 {
        background: transparent;
    }

    .column_3.history, .column_34 {
        width: 100%;
        float: none;
    }

    .column_34 {
        display: none;
    }

    .history_title_negative h2 {
        font-size: 27px;
    }

    .history_photo {
        width: 25%;
    }

    .time_right {
        display: none;
    }

    .lineup_icons {
        margin: 10px auto 10px 15%;
    }

    .lineup_item.art {
        margin: 0 3% 0 0;
    }

    .lineup_item.music {
        margin: 0 0 0 15%;
    }

    .lineup_item.s_36 .lineup_item_content{
        font-size: 20px;
        line-height: 20px;
    }

    .lineup_item.s_18 .lineup_item_content{
        font-size: 12px;
        line-height: 14px;
    }

    .lineup_item.s_14 .lineup_item_content{
        font-size: 8px;
        line-height: 10px;
    }
    .lineup_item.mt_35 .lineup_item_content {
        margin-top: 50px;
    }

    .lineup_item.mt_25 .lineup_item_content {
        margin-top: 40px;
    }

    .lineup_headliner.tataboys, .lineup_headliner.noha {
        background: url("/wp-content/themes/fn2014blog/images/post_header_mini.jpg") no-repeat center center;
        background-size: cover;
    }






}