#cboxWrapper,
.cboxPhoto {
    max-width: none;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox,
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img,
.no-js .flexslider .slides > li:first-child,
html[xmlns] .flexslider .slides {
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .flexslider .slides {
    height: 1%;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}
#cboxTitle {
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxContent {
    position: relative;
    margin-top: 20px;
    background: #000;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 5px solid #000;
    background: #fff;
}
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc;
}
#cboxLoadingGraphic {
    background: url(../../../images/common/mz/loading.gif) center center no-repeat;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}
#cboxNext,
#cboxPrevious {
    top: 50%;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    position: absolute;
    text-indent: -9999px;
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}
#cboxPrevious {
    left: 5px;
    background: url(../../../images/common/mz/controls.png) top left no-repeat;
}
#cboxPrevious:hover {
    background-position: bottom left;
}
#cboxNext {
    right: 5px;
    background: url(../../../images/common/mz/controls.png) top right no-repeat;
}
#cboxNext:hover {
    background-position: bottom right;
}
#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../../../images/common/mz/controls.png) top center no-repeat;
    width: 40px;
    height: 19px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: bottom center;
}
@media screen and (max-width: 767px) {
    .mz_footer_local_navi {
        display: block;
    }
    .mz_local_navi ul {
        overflow: hidden;
    }
    .mz_local_navi > li {
        padding: 10px;
        width: 100%;
    }
    .mz_local_navi > li li {
        margin: 5px 0;
        float: left;
        width: 50%;
    }
    .mz_local_navi li strong,
    .mz_local_navi > li a strong {
        margin: 0;
    }
}
nav.pagination_box_search {
    margin: 60px auto 60px auto;
    text-align: center;
}
.row + nav.pagination_box_search {
    margin-top: 0;
}
p.pageClick {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
}
p.pageClick a {
    display: block;
    height: 30px;
    color: #181818;
    text-decoration: none;
    line-height: 30px;
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    cursor: pointer;
}
ul.pageSelect {
    display: inline-block;
    vertical-align: bottom;
}
ul.pageSelect li {
    display: inline-block;
    vertical-align: bottom;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
}
ul.pageSelect li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #181818;
    text-decoration: none;
    line-height: 30px;
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    cursor: pointer;
}
ul.pageSelect li a.selectPage,
p.pageClick a:hover,
ul.pageSelect li a:hover {
    height: 30px;
    color: #ffffff;
    font-weight: bold;
    background: #001489;
    border: none;
}
@media screen and (max-width: 767px) {
    nav.pagination_box_search {
        position: relative;
        display: table;
        margin: 0 auto 80px;
    }
    p.pageClick {
        position: absolute;
        left: 50%;
        vertical-align: bottom;
        width: 100px;
        height: 34px;
        margin-top: 20px;
        margin-left: -110px;
        font-size: 10px;
        font-size: 1rem;
    }
    ul.pageSelect + p.pageClick {
        position: absolute;
        margin-left: 10px;
    }
    p.pageClick a {
        line-height: 34px;
    }
    ul.pageSelect {
        display: table-header-group;
        margin-right: -3px;
    }
    ul.pageSelect li {
        display: inline-table;
        width: 10px;
        height: 34px;
        margin-right: 3px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 34px;
    }
    ul.pageSelect li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    ul.pageSelect li a.selectPage,
    p.pageClick a:hover,
    ul.pageSelect li a:hover {
        height: 34px;
        line-height: 34px;
    }
} /*-- end pagination --*/
