

/* ------------------------------------------------------------------------
        This you can edit.
------------------------------------------------------------------------- */

/* ----------------------------------
        Default Theme
----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; }
div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
        Light Rounded Theme
----------------------------------- */


div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; }
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
        Dark Rounded Theme
----------------------------------- */

div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
        Dark Square Theme
----------------------------------- */

div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }

div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */

div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ----------------------------------
        Light Square Theme
----------------------------------- */

div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }

div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


/* ----------------------------------
        Facebook style Theme
----------------------------------- */

div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook #pp_full_res .pp_inline { color: #000; }
div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */

div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
        DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}


.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}
.pp_description {
    display: none;
    margin: 0;
}

.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img { display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute; right: 0; top: 0;
    display: block;
    line-height:22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
/*
    Created on : 8.4.2016
    Author     : Jan Záruba
*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #e3a541;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #e3a541;
    border-color: #e3a541;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e3a541;
}
.panel-primary > .panel-heading .badge {
    color: #e3a541;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e3a541;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after,
.panel-body:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.html) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.html) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(chosen-sprite.html) no-repeat 100% -20px;
    background: url(chosen-sprite.html) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.html) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111 !important;
}
.chosen-disabled {
    opacity: .5!important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(chosen-sprite.html) no-repeat -30px -20px;
    background: url(chosen-sprite.html) no-repeat -30px -20px;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite%402x.html) !important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat !important;
    }
}
.alert {
    text-align: center;
    font-size: 16px;
}
.modal p {
    font-size: 14px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.thumbnail-modal {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.thumbnail {
    /**/
    font-size: 0px;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.chosen-container-multi .chosen-choices {
    color: #5f5f5f;
    font-size: 14px;
    border: 1px solid #dea749;
    margin-left: 20px;
    border-radius: 5px;
    width: 400px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #5f5f5f;
    font-size: 14px;
}
.chosen-container .chosen-drop {
    margin-left: 20px;
    color: #5f5f5f;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single abbr {
    background-image: url('../components_bower/chosen_v1.1.0/chosen-sprite.png');
    background-position: -42px 1px;
}
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="text"] {
    background-image: none;
}
form ul.error {
    list-style-type: none;
}
form ul.error li {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    text-align: center;
    font-size: 16px;
    width: 600px;
    margin: 0 auto;
}
form ul.error li h4 {
    margin-top: 0;
    color: inherit;
}
form ul.error li .alert-link {
    font-weight: bold;
}
form ul.error li > p,
form ul.error li > ul {
    margin-bottom: 0;
}
form ul.error li > p + p {
    margin-top: 5px;
}
form ul.error li hr {
    border-top-color: #e4b9c0;
}
form ul.error li .alert-link {
    color: #843534;
}
.btn {
    padding: 10px 20px;
    color: #000;
    background-color: whitesmoke;
    border: 0px none;
    font-size: 18px;
}
.btn:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.8;
}
.btnspan:hover {
    opacity: 1;
}
/**
 * Layout
 */
/**
 * Jednotlive casti
 */
@font-face {
    font-family: 'Miama';
    src: url('../fonts/miama/miama-webfont.eot');
    src: url('../fonts/miama/miama-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/miama/miama-webfont.woff') format('woff'), url('../fonts/miama/miama-webfont.html') format('truetype'), url('../fonts/miama/miama-webfont.svg#miamaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.modal {
    top: 20px;
}
.modal .btn {
    padding: 15px 25px;
}
.modal .form-horizontal .control-label {
    padding-top: 3px;
}
.modal label {
    color: #e14f86;
    font-size: 18px;
    font-weight: 100;
}
.modal p {
    margin-top: 0px;
}
.modal-footer {
    border-top: 0px none;
}
.modal-content {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 0 40px rgba(80, 80, 80, 0.16);
    box-shadow: 0 0 40px rgba(80, 80, 80, 0.16);
}
.modal-body .modal-footer {
    padding: 15px 0px 0px 0px;
}
.modal-header {
    background-color: #fafafa;
    border-color: #f4f4f4;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 5px 10px;
}
.modal-header .close {
    margin-top: -2px;
    color: #e3a541;
    opacity: 0.8;
    font-size: 45px;
}
.modal-header .close:hover {
    opacity: 1;
}
.modal-title {
    color: #e3a541;
    font-size: 30px;
}
.modal-title span {
    color: initial;
}
.btn-primary {
    background-color: #e3a541;
    color: #FFFFFF;
}
.btn-primary:hover {
    color: #FFFFFF;
}
/*
    Author     : Jan Záruba
*/
.icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../wed/front/gold/images/icons.png");
    background-repeat: no-repeat;
}
.icon-story {
    width: 47px;
    height: 51px;
    background-position: 0px 0px;
}
.icon-people {
    width: 77px;
    height: 51px;
    background-position: -50px 0px;
}
.icon-program {
    width: 48px;
    height: 51px;
    background-position: -130px 0px;
}
.icon-gallery {
    width: 55px;
    height: 53px;
    background-position: -181px 0px;
}
.icon-gift {
    width: 45px;
    height: 51px;
    background-position: -240px 0px;
}
.icon-circle {
    width: 37px;
    height: 37px;
    background-position: 0px -54px;
}
.icon-play {
    width: 113px;
    height: 113px;
    background-position: -77px -55px;
}
.icon-arrow {
    width: 92px;
    height: 96px;
    background-position: -190px -55px;
}
.icon-form {
    width: 37px;
    height: 44px;
    margin-top: 0px;
    background-position: -39px -53px;
}
.icon-link {
    width: 15px;
    height: 15px;
    margin-top: 0px;
    background-position: -49px -102px;
}
.icon-map {
    width: 25px;
    height: 25px;
    background-position: -4px -94px;
}
.icon-down {
    width: 33px;
    height: 18px;
    background-position: -1px -142px;
}
.icon-up {
    width: 33px;
    height: 18px;
    background-position: 0px -122px;
}
.icon-secured {
    width: 54px;
    height: 68px;
    background-position: -290px 0px;
}
.icon-description {
    background-position: -2px -176px;
    width: 32px;
    height: 32px;
}
.icon-panorama {
    background-position: -42px -176px;
    width: 32px;
    height: 32px;
}
.icon-dress-code {
    background-position: -80px -176px;
    width: 32px;
    height: 32px;
}
.icon-wine {
    background-position: -109px -176px;
    width: 32px;
    height: 32px;
}
.icon-photo {
    background-position: -180px -176px;
    width: 32px;
    height: 32px;
}
.icon-free-time {
    background-position: -140px -176px;
    width: 32px;
    height: 32px;
}
.icon-lunch {
    background-position: -220px -175px;
    width: 32px;
    height: 32px;
}
.iconw-question {
    width: 29px;
    height: 29px;
    background-position: 0px 0px;
    background-image: url("../wed/front/default/images/icons-widget.png");
}
/*
    Author     : Jan Záruba
*/
html {
    position: relative;
    min-height: 100%;
    width: 100%;
}
/*iframe {
    position: absolute;
}*/
body {
    font-size: 12px;
    font-family: 'Open Sans', Arial;
    padding-bottom: 120px;
    font-weight: 100;
}
body.bg-title {
    background: transparent url("../wed/front/gold/images/bg.jpg") no-repeat 50% 83px;
}
h1,
h2 {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    font-family: 'Open Sans', Arial;
    color: #e3a541;
    margin: 20px 0px 20px;
}
h1 .icon,
h2 .icon {
    margin-top: -15px;
}
h2,
h3,
h4 {
    font-weight: 100;
}
.container-full {
    min-width: 910px;
    max-width: 1400px;
    margin: 0 auto;
}
.container-full.min-height {
    min-height: 545px;
}
.container {
    width: 910px;
    margin: 0px auto;
    position: relative;
}
.container.min-height {
    min-height: 545px;
}
a {
    color: #e3a541;
    text-decoration: none;
}
a:hover {
    color: #e3a541;
    text-decoration: underline;
}
header {
    width: 100%;
    background: transparent url("../wed/front/gold/images/bg-top.png") repeat-x 0 0;
    height: 104px;
}
header .logo {
    float: left;
    font-size: 55px;
    line-height: 75px;
    color: #FFFFFF;
    font-family: 'Miama';
    text-decoration: none;
    margin-top: 5px;
}
header nav {
    position: relative;
    top: 10px;
    left: 35px;
}
header nav .nav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
header nav .nav li {
    float: left;
    padding: 16px 35px 16px 15px;
    background: transparent url('../wed/front/gold/images/heart.png') no-repeat center right;
}
header nav .nav li:last-child {
    background-image: none;
}
header nav .nav a {
    font-size: 14px;
    color: #FFFFFF;
}
header nav .nav a:hover {
    color: #FFFFFF;
}
header .login {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 81px;
    height: 65px;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    background: transparent url('../wed/front/gold/images/login-label.png') no-repeat 0 0;
}
header .login a {
    text-decoration: underline;
}
header .login a:hover {
    text-decoration: none;
}
#content-top {
    min-height: 720px;
}
#content {
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 15px;
    padding-top: 5px;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #e2e2e2;
    background-color: #333333;
}
footer .container {
    height: 120px;
}
footer a,
footer a:hover {
    color: #e2e2e2;
}
footer img {
    vertical-align: middle;
    margin-left: 10px;
}
footer .ano,
footer .jzwebs,
footer .navigation,
footer .copyright {
    position: absolute;
}
footer .ano {
    top: 15px;
    font-size: 16px;
}
footer .jzwebs {
    right: 0px;
    top: 15px;
    font-size: 11px;
}
footer .navigation {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    top: 60px;
}
footer .navigation li {
    float: left;
    padding: 10px 15px;
    border-right: 1px solid #e2e2e2;
}
footer .navigation li:last-child {
    border-right: 0px none;
}
footer .navigation li:first-child {
    padding-left: 0px;
}
footer .navigation li a {
    font-size: 12px;
}
footer .copyright {
    left: 375px;
    bottom: 10px;
}
.scrollToTop {
    width: 90px;
    height: 60px;
    padding: 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
    position: fixed;
    bottom: 150px;
    right: 40px;
    display: none;
    font-size: 20px;
    font-weight: 100;
}
.scrollToTop:hover {
    color: #000;
    text-decoration: none;
    background-color: white;
}
.scrollToTop .icon-up {
    display: block;
    margin: 0 auto;
}
#overview {
    height: 140px;
    width: 899px;
    margin: 15px auto;
    background: transparent url('../wed/front/gold/images/title-bg.html') no-repeat top center;
    position: relative;
}
#overview h1 {
    position: absolute;
    left: 250px;
    top: 30px;
    font-size: 55px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
    width: 400px;
    font-family: 'Miama';
    color: #4c4c4c;
}
#overview h1 span {
    color: #e3a541;
}
#overview .place,
#overview .date {
    position: absolute;
    font-size: 25px;
    color: #FFFFFF;
    top: 54px;
    width: 137px;
    text-align: center;
}
#overview .place span,
#overview .date span {
    position: absolute;
    font-size: 12px;
    padding: 0px 5px;
    top: -9px;
    left: 53px;
    line-height: normal;
    background-color: #ab70b9;
}
#overview .date {
    left: 74px;
}
#overview .place {
    width: 179px;
    right: 51px;
    line-height: normal;
    padding-top: 5px;
    font-size: 18px;
}
#overview .place span {
    left: 75px;
}
#main-photo {
    text-align: center;
    margin-bottom: 25px;
}
#main-photo .image {
    border-radius: 50%;
    border: 20px solid white;
    display: block;
    width: 390px;
    height: 390px;
    margin: 0 auto;
}
#main-photo .image img {
    border-radius: 50%;
}
#main-photo .name1,
#main-photo .name2 {
    color: #8f8f8f;
    font-family: 'Miama';
    font-size: 50px;
    position: absolute;
    top: 173px;
    width: 215px;
    line-height: 45px;
}
#main-photo .name1 {
    left: 0px;
    text-align: right;
}
#main-photo .name2 {
    right: 0px;
    text-align: left;
}
#date-counter {
    width: 510px;
    margin: 15px auto 25px;
}
#date-counter h2 {
    font-size: 30px;
    margin: 10px;
}
#date-counter .counter .item {
    width: 110px;
    height: 100px;
    background-color: #FFF;
    float: left;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
}
#date-counter .counter .item:first-child {
    margin-left: 0px;
}
#date-counter .counter .item span {
    display: block;
    font-size: 60px;
    color: #e3a541;
    line-height: 68px;
}
#date-counter .counter .item span.title {
    font-size: 19px;
    color: #8c8c8c;
    line-height: 21px;
    text-transform: lowercase;
}
#story .story-bg {
    padding-bottom: 30px;
    padding-top: 15px;
    position: relative;
    background: transparent url('../wed/front/gold/images/story-bg.jpg') repeat-y top center;
}
#story .item {
    width: 378px;
    height: 176px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
#story .item.left {
    float: left;
}
#story .item.right {
    float: right;
}
#story .item.right .arrow {
    right: auto;
    left: -15px;
    top: 135px;
}
#story .item.right .arrow:before {
    border-right: 15px solid #e5e5e5;
    border-left: 0px none;
    right: -14px;
}
#story .item.right .arrow:after {
    border-right: 15px solid #ffffff;
    border-left: 0px none;
}
#story .item.right .icon-circle {
    left: -54px;
    right: auto;
    top: 137px;
}
#story .item.right .year {
    right: auto;
    left: -65px;
    top: 85px;
}
#story .item.i2.right {
    margin-top: 25px;
}
#story h3 {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 20px;
}
#story h3 span {
    color: #e3a541;
}
#story .image {
    float: left;
}
#story .image img {
    border-radius: 5px;
}
#story .text {
    width: 197px;
    font-size: 12px;
    color: #606060;
    float: right;
    line-height: 12px;
}
#story .more {
    padding: 10px 15px;
    position: absolute;
    bottom: 20px;
    right: 102px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #e3a541;
}
#story .more:hover {
    text-decoration: none;
    opacity: 0.7;
}
#story .last-year,
#story .year {
    position: absolute;
    right: -65px;
    background-color: #e3a541;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    top: -18px;
    font-size: 16px;
}
#story .last-year {
    position: absolute;
    bottom: 0px;
    left: 375px;
    top: auto;
    width: 150px;
    text-align: center;
}
#story .icon-circle {
    position: absolute;
    right: -55px;
    top: 43px;
}
#story .arrow {
    display: block;
    width: 0px;
    height: 0px;
    right: 0px;
    position: absolute;
    top: 40px;
}
#story .arrow:before,
#story .arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    position: absolute;
}
#story .arrow:before {
    border-left: 15px solid #e5e5e5;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    right: -16px;
    top: 0px;
}
#story .arrow:after {
    border-left: 15px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -15px;
    top: 1px;
}
#gallery-list {
    margin: 0 auto;
    padding-bottom: 60px;
}
#gallery-list a {
    font-size: 0px;
}
#gallery-list .item {
    /*margin: 4px;*/
    margin-bottom: 4px;
    /*border-radius: 5px;*/
    /*width: 25%;*/
}
#gallery-list img:hover {
    opacity: 0.7;
}
#gallery {
    position: relative;
}
#gallery .image {
    display: block;
    width: 400px;
    height: 445px;
    position: relative;
    margin: 0px auto;
    top: 15px;
}
#gallery .image .img {
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 380px;
    padding: 10px;
    display: block;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#gallery .image .img1 {
    z-index: 3;
}
#gallery .image .img2 {
    z-index: 2;
    top: 0px;
    left: -10px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#gallery .image .img3 {
    z-index: 1;
    top: 5px;
    left: 0px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}
#gallery .link {
    position: absolute;
    z-index: 4;
    height: 380px;
    width: 380px;
    left: 10px;
    display: block;
    top: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 380px;
}
#gallery .description {
    display: block;
    width: 168px;
    text-align: center;
    font-size: 15px;
    color: #7d7d7d;
    height: 174px;
    position: absolute;
    top: 125px;
}
#gallery .description .icon {
    float: none;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#people h3 {
    font-size: 20px;
    color: #e3a541;
    text-align: right;
    margin: 5px 0px 25px 0px;
}
#people .item {
    margin-bottom: 15px;
}
#people h4 {
    font-size: 23px;
    color: #454545;
    text-align: right;
    margin: 0px;
}
#people .role {
    font-size: 20px;
    color: #e3a541;
    text-align: right;
    margin: 0px 0px 5px 0px;
}
#people .description {
    text-align: right;
    font-size: 13px;
    color: #8f8f8f;
}
#people h4,
#people .item span {
    display: block;
    width: 270px;
    float: left;
}
#people .item .image {
    float: right;
    width: 161px;
    height: 161px;
}
#people .item .image img {
    border-radius: 50%;
}
#people .left {
    width: 49%;
    float: left;
}
#people .right {
    width: 49%;
    float: right;
}
#people .right h3 {
    text-align: left;
}
#people .right h4,
#people .right span {
    text-align: left;
    float: right;
}
#people .right .image {
    float: left;
}
#gift {
    padding-bottom: 20px;
}
#gift .item {
    float: left;
    width: 125px;
    height: 100px;
    margin: 1px;
    border: 1px solid #e7e7e7;
    position: relative;
}
#gift .item img {
    position: relative;
    z-index: 0;
}
#gift .item .name {
    z-index: 1;
    position: absolute;
    display: none;
    text-align: center;
    background-color: #333333;
    width: 144px;
    height: 34px;
    line-height: 34px;
    color: white;
    bottom: -35px;
    left: -10px;
}
#gift .item .name:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #333333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 64px;
}
#gift .item:hover .name {
    display: block;
}
#gift .item.disabled img {
    opacity: 0.5;
}
#snippet--formbottom {
    background-color: #e3a541;
    color: #FFFFFF;
}
#snippet--formbottom a {
    color: #FFFFFF;
}
#snippet--formbottom .container {
    padding: 1px 0px 30px 0px;
}
#snippet--formbottom h2 {
    color: #FFFFFF;
    position: relative;
    margin-bottom: 35px;
}
#snippet--formbottom h2 .icon {
    margin-top: 13px;
}
#snippet--formbottom h2 .small {
    font-size: 16px;
    position: absolute;
    left: 322px;
    bottom: -11px;
}
#snippet--formbottom h2 strong {
    font-weight: 400;
}
#snippet--formbottom p {
    text-align: center;
}
#snippet--formbottom .invitation {
    margin: 25px 0px 15px;
    font-size: 20px;
    text-align: center;
}
#snippet--formbottom .invitation span {
    padding: 0px 20px;
}
#snippet--formbottom .invitation label {
    margin-left: 10px;
}
#snippet--formbottom table {
    width: 100%;
    font-size: 20px;
}
#snippet--formbottom table thead th {
    text-align: center;
    width: auto;
}
#snippet--formbottom table.options-plusone select {
    width: 250px;
}
#snippet--formbottom table th {
    padding: 5px 0px;
    font-weight: 100;
    text-align: right;
    width: 350px;
    vertical-align: top;
}
#snippet--formbottom table td {
    padding: 5px 0px;
}
#snippet--formbottom table td label {
    margin-left: 20px;
}
#snippet--formbottom table td input[type="checkbox"] {
    margin-right: 5px;
}
#snippet--formbottom table td input.text,
#snippet--formbottom table td select {
    margin-left: 20px;
    display: block;
    width: 530px;
    color: #5f5f5f;
    font-size: 14px;
    border: 1px solid #dea749;
    border-radius: 5px;
    padding: 2px 5px;
}
#snippet--formbottom table td .chosen-container-multi .chosen-choices {
    width: 530px;
}
#snippet--formbottom table td input.text {
    padding: 5px;
}
#snippet--formbottom table .buttons td {
    padding: 30px 0px 0px 50px;
}
#snippet--formbottom table input.button,
#snippet--formbottom table .buttons input {
    padding: 10px 20px;
    color: #e3a541;
    background-color: #FFFFFF;
    border: 0px none;
}
#snippet--formbottom table input.button {
    margin-left: 20px;
}
#program .panel-program {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
}
#program .panel-program .panel-heading {
    position: relative;
    border-radius: 0px;
    width: 100%;
    height: 75px;
    padding: 0px;
}
#program .panel-program .panel-heading .program-datetime {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e3a541;
    border-right: 1px solid #e5e5e5;
    color: #FFF;
    width: 127px;
    height: 75px;
    text-align: center;
}
#program .panel-program .panel-heading .program-datetime .date {
    font-size: 16px;
    display: block;
    margin-top: 7px;
}
#program .panel-program .panel-heading .program-datetime .time {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
#program .panel-program .panel-heading .program-title {
    position: absolute;
    left: 135px;
    top: 4px;
    font-size: 25px;
    color: #e3a541;
}
#program .panel-program .panel-heading .program-title a {
    text-decoration: none;
}
#program .panel-program .panel-heading .program-position {
    font-size: 14px;
    color: #676767;
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 132px;
}
#program .panel-program .panel-heading .program-position a,
#program .panel-program .panel-heading .program-position a:hover,
#program .panel-program .panel-heading .program-position a:active,
#program .panel-program .panel-heading .program-position a:focus {
    color: inherit;
}
#program .panel-program .panel-heading .program-open-close {
    position: absolute;
    top: 28px;
    color: #676767;
    font-size: 14px;
    text-decoration: none;
    right: 25px;
}
#program .panel-program .panel-heading .onClose {
    display: none;
}
#program .panel-program .panel-heading .onOpen {
    display: block;
}
#program .panel-program .panel-body {
    border-top: 0px none;
    position: relative;
    top: -1px;
}
#program .panel-program.active .panel-heading {
    border-bottom: 0px none;
}
#program .panel-program.active .onClose {
    display: block;
}
#program .panel-program.active .onOpen {
    display: none;
}
#program .program-widget {
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    background-color: #FFF;
    padding: 45px 30px 10px 40px;
    margin: 0px 0px 10px 106px;
    min-height: 50px;
}
#program .program-widget:last-child {
    border-bottom: 0px none;
}
#program .program-widget,
#program .program-widget p {
    font-size: 14px;
}
#program .program-widget .widget-title {
    z-index: 0;
    color: #e3a541;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}
#program .program-widget .widget-title .icon {
    background-color: #e3a541;
    border-style: solid;
    border-width: 5px 8px 5px 8px;
    border-color: #e3a541;
    margin-right: 5px;
}
#program .program-widget .widget-position {
    margin-top: 20px;
}
#program .program-widget .widget-position a,
#program .program-widget .widget-position a:hover,
#program .program-widget .widget-position a:active,
#program .program-widget .widget-position a:focus {
    color: inherit;
}
#program .program-widget .widget-right {
    float: right;
    width: 200px;
}
#program .program-widget .widget-left {
    float: left;
    width: 400px;
}
#program .program-widget .widget-label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    margin-left: -15px;
}
#program .program-widget .img-thumbnail {
    margin-right: 3px;
    margin-bottom: 3px;
    box-shadow: none;
}
#program .program-widget .media {
    position: relative;
}
#program .program-widget .media .media-heading {
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}
#program .program-widget .media .media-link {
    position: absolute;
    right: 0px;
    top: 0px;
}
#program .program-widget .media .media-link,
#program .program-widget .media .media-link a {
    text-decoration: none;
    padding-left: 5px;
}
#program .program-widget .media .media-link .icon {
    opacity: 0.8;
}
#program .program-widget .media .media-link a:hover {
    text-decoration: underline;
}
#program .program-widget .media .media-link a:hover .icon {
    opacity: 1;
}
#program .program-widget .media .media-link .circle {
    background-color: #e3a541;
    color: white;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    opacity: 0.8;
}
#program .program-widget .media .media-link .circle:hover {
    opacity: 1;
}
#program .program-widget .vote-list {
    list-style-type: square;
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
#program .program-widget .vote-list li {
    color: #e3a541;
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
#program .program-widget .vote-list li span {
    color: #000000;
}
#program .program-widget .vote-list li:last-child {
    border-bottom: none;
}
.dress-code-add,
.palete-color {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 71px;
    min-width: 71px;
    height: 71px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.dress-code-add.palete-color,
.palete-color.palete-color {
    width: 50px;
    min-width: 50px;
    height: 50px;
    cursor: inherit;
}
.dress-code-add.dress-code-add,
.palete-color.dress-code-add {
    border-color: transparent;
}
.dress-code-add.dress-code-add .icon-add-l,
.palete-color.dress-code-add .icon-add-l {
    margin: 21px;
}
.dress-code-colors {
    float: left;
}
.dress-code-colors .color-item {
    width: 71px;
    height: 71px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.dress-code-colors .color-item a {
    display: none;
    position: absolute;
    right: -5px;
    top: -5px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    padding: 4px;
    background-color: #FFF;
}
.dress-code-colors .color-item:hover a {
    display: block;
}
.dress-code-colors .dress-code-palete {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 71px;
    min-width: 71px;
    height: 71px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-indent: -100px;
}
.dress-code-colors .dress-code-palete.palete-color {
    width: 50px;
    min-width: 50px;
    height: 50px;
    cursor: inherit;
}
.dress-code-colors .dress-code-palete.dress-code-add {
    border-color: transparent;
}
.dress-code-colors .dress-code-palete.dress-code-add .icon-add-l {
    margin: 21px;
}
.form-signin {
    width: 800px;
    margin: 95px auto 0px;
}
.form-signin p {
    font-size: 14px;
    text-align: left;
    margin-top: 50px;
    padding-left: 120px;
}
.form-signin .alert {
    margin: 0px 0px 25px 115px;
    width: 504px;
}
.form-signin .form-signin-heading {
    width: 570px;
    height: 100px;
    display: block;
    margin: 0 auto 15px;
    text-align: left;
    font-weight: 100;
}
.form-signin .form-signin-heading .icon {
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.form-signin .form-signin-heading .i1 {
    display: block;
    font-size: 40px;
    float: left;
    width: 500px;
    color: #e3a541;
}
.form-signin .form-signin-heading .i2 {
    display: block;
    font-size: 16px;
    float: left;
    width: 500px;
    color: #4c4c4c;
}
.form-signin label {
    display: block;
    float: left;
    font-size: 25px;
    color: #e3a541;
    text-align: right;
    width: 210px;
}
.form-signin .form-control {
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    color: #4c4c4c;
    border: 1px solid #d4d4d4;
    float: left;
    width: 410px;
    margin-left: 20px;
}
.form-signin .control-group {
    margin-bottom: 10px;
}
.form-signin .form-buttons {
    text-align: right;
    padding-right: 149px;
    padding-top: 10px;
}
/**
 * Změny oproti ostatním
 */
body {
    background-size: contain;
}
#content {
    border-top: 1px solid #e6ebe4;
}
h1,
h2 {
    color: #8b5139;
}
header .login a {
    color: #8b5139;
}
header {
    position: relative;
    z-index: 1;
}
#overview {
    z-index: 0;
    top: -70px;
    margin-bottom: -70px;
    height: 145px;
    background: transparent none;
}
#overview h1 {
    color: #8b5139;
    top: 75px;
    text-shadow: 1px 1px 1px #ffffff;
}
#overview .place,
#overview .date {
    color: #f2c660;
    top: 92px;
    font-weight: 400;
}
#overview .place span,
#overview .date span {
    background: transparent none;
    top: -20px;
    color: #8b5139;
    font-size: 14px;
}
#overview .date {
    left: 65px;
}
#main-photo {
    background: transparent url('../wed/front/gold/images/bg-main-photo.png') no-repeat top center;
    height: 562px;
    margin-bottom: 0px;
}
#main-photo .name1,
#main-photo .name2 {
    top: 245px;
    font-size: 60px;
    color: #8b5139;
    text-shadow: 1px 1px 1px #ffffff;
}
#main-photo .name1 {
    left: -5px;
}
#main-photo .name2 {
    right: -5px;
}
#main-photo .image {
    display: block;
    width: 445px;
    height: 562px;
    line-height: 562px;
    border: 0px none;
    margin: 0 auto;
}
#main-photo .image img {
    vertical-align: middle;
    position: relative;
    left: 1px;
    top: -2px;
}
#date-counter .counter .item span {
    color: #f2c660 !important;
}
#program .panel-program .panel-heading .program-datetime {
    background-color: #b9822c;
}
#snippet--formbottom {
    background: #dead46 url("../wed/front/gold/images/bg-bottom.jpg") repeat;
}
