/* cmsms stylesheet: Colorbox modified: 9.11.2015 19:41:41 */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(http://www.bilaportrety.eu/uploads/images/design/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* cmsms stylesheet: Main modified: 20.10.2016 21:43:40 */

/* General styles */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

.hidden, #menu ul {
    display: none;
}

img {
    border: 0;
}

/* Links */

a, a:visited {
    color: #ffffff;
    text-decoration: underline;
}

a:active, a:hover {
    color: #DEDEDE;
    text-decoration: underline;
}

/* Layout */

body {
    margin: 0;
    padding :0;
    background: #8F9698;
    text-align: center;
}

#main {
    margin: 0 auto;
    width: 980px;
    height: 770px;
    background: #969696;
}

#left {
    width: 271px;
    float: left;
}

#left-top {
    width: 271px;
    height:272px;
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-basic-left-top.gif');
}

#menu {
    width: 271px;
    height: 498px;
}

#right {
    width: 709px;
    float: right;
}

#header, #header h1, #header a, #header span {
    position: relative;
    display: block;
    width: 709px;
    height: 272px;
    margin: 0;
    padding: 0;
}

#header span {
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-basic-header.gif');
    position: absolute;
    left: 0;
    top: 0;
}

#content {
    position: relative;
    width: 709px;
    height: 498px;
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-basic-content.gif');
}

#content-window {
    position: relative;
    display: none;
    _width: 640px;
    height: 498px;
    background: url('http://www.bilaportrety.eu/uploads/images/design/content-window.png') no-repeat;
    padding: 40px;
    font-family: MyriadPro, Verdana, sans-serif;
    font-size: 10pt;
    color: #ffffff;
}

body#light {
    background: #D1D6DC;
}

body#light #left-top {
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-light-left-top.gif');
}

body#light #header span {
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-light-header.gif');
}

body#light #content {
    background: url('http://www.bilaportrety.eu/uploads/images/design/layout-light-content.gif');
}

body#light #content-window {
    display: block;
}

/* Columns */

#col {
    width: 640px;
    height: 412px;
    overflow: auto;
}

#col-left {
    width: 311px;
    height: 412px;
    overflow: visible;
    float: left;
    padding: 30px;
    text-align: left;
}

#col-right {
    width: 311px;
    height: 412px;
    overflow: visible;
    float: right;
    padding: 30px;
    text-align: justify;
}

/* Headers */

#content h2 {
    font-size: 18pt;
    font-weight: normal;
    margin-top: 0;
}

#content h3, #content .bigger {
    font-size: 14pt;
}

/* Up/down */

#arrows {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 305px;
    top: auto;
    bottom: 30px;
}

#up, #down {
    display: inline-block;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-up-big.png');
}

#down {
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-down-big.png');
}

#up.hidden, #down.hidden {
    display: inline-block;
    visibility: hidden;
}

/* News */

.news-article {
    margin-bottom: 20px;
}

.news-date {
    font-style: italic;
}

.news-more-link {
    text-align: right;
}

.pagination {
    text-align: center;
}

#news-back-link {
    margin-top: 10px;
}

/* Gallery */

#gal {
    width: 618px;
    height: 498px;
}

#gal-image {
    height: 375px;
    vertical-align: middle;
}

#gal-image img {
    max-height: 362px;
    max-width: 610px;
}

#gal-thumbs {
    height: 95px;
    vertical-align: top;
}

#gal-thumbs img {
    max-height: 37px;
    max-width: 60px;
}

/* Prev/next */

#image-slider-prev, #image-slider-next {
    position: absolute;
    top: 210px;
    left: 30px;
    width: 31px;
    height: 31px;
    z-index: 10;
}

#image-slider-next {
    left: 638px;
}

#image-slider-prev .arrow, #image-slider-next .arrow {
    display: block;
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-left-big.png') no-repeat;
    width: 31px;
    height: 31px;
}

#image-slider-next .arrow {
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-right-big.png') no-repeat;
}

#thumb-slider-prev, #thumb-slider-next {
    position: absolute;
    top: 430px;
    left: 44px;
    width: 17px;
    height: 17px;
    z-index: 10;
}

#thumb-slider-next {
    left: 638px;
}

#thumb-slider-prev .arrow, #thumb-slider-next .arrow {
    display: block;
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-left-small.png') no-repeat;
    width: 17px;
    height: 17px;
}

#thumb-slider-next .arrow {
    background: url('http://www.bilaportrety.eu/uploads/images/design/slider/arrow-right-small.png') no-repeat;
}

.bx-prev.disabled, .bx-next.disabled {
    display: none;
}

/* Gallery detail */

#gallery-detail {
    width: 640px;
    height: 498px;
}

#gallery-detail-top {
    width: 640px;
    height: 200px;
    vertical-align: middle;
}

#gallery-detail-left, #gallery-detail-right {
    width: 320px;
    height: 200px;
    float: left;
    padding-top: 15px;
}

#gallery-detail-right {
    float: right;
    text-align: right;
    padding-right: 25px;
}

#gallery-detail img {
    max-height: 180px;
    max-width: 300px;
}

#gallery-detail-description {
    width: 640px;
    height: 180px;
    text-align: left;
    padding-right: 25px;
    padding-left: 25px;
}

#gallery-detail-price {
    width: 640px;
    height: 70px;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 15px;
}

#gallery-detail #image-slider-prev, #gallery-detail #image-slider-next {
    top: 230px;
}

/* Forms */

.contact-form div {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
}

.contact-form input[type=email], .contact-form input[type=text], .contact-form textarea {
    width: 290px;
}

.contact-form input[type=submit] {
    width: 120px;
    cursor: pointer;
}

.contact-form textarea {
    width: 240px;
    height: 150px;
}

.form-error {
    color: #FF7373;
    font-weight: bold;
}

.form-success {
    color: #B9FF73;
    font-weight: bold;
}
