/*
    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:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#fff;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* 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; text-indent:-9999px; width:30px; height:30px; position:absolute; background:url(images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-size: 18px auto; left:14px; top: 40%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");}
        #cboxPrevious:hover{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}
        #cboxNext{right:14px; top: 40%;  background-size: 18px auto; background-position: right; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");}
        #cboxNext:hover{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}
        #cboxClose{background-position:-50px 0px; right: 20px; top:20px;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        @media screen and (max-width: 800px){
          #cboxClose {
            right: 8px;
            top: 14px;
          }
        }

body[data-pagename="page-design"] #colorbox{
  width: 100% !important;
  height: 100% !important;
}
body[data-pagename="page-design"] #cboxContent{
  margin-top: 0;
  background: #DADADA;
}
body[data-pagename="page-design"] #cboxLoadedContent{
  margin: 50px;
  /* background: #606365; */
  background: #6D6E71;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  display: table;
}
body[data-pagename="page-design"] #cboxLoadedContent .m-window{
  display: table-cell;
  vertical-align: middle;
}
.m_design_list{
  top: 15px;
  left: 50px;
  display: flex;
  position: absolute;
}
.m_design_list li{
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
}
.m_design_list li:not(:last-child)::after{
  content: '/';
  margin-left: 20px;
}
.modal-content{
  align-items: flex-end;
  margin-bottom: 0;
}
.modal-content .content-image{
  width: 46%;
  margin-left: 27%;
  margin-right: 2%;
  text-align: center;
}
.modal-content .content-text{
  width: 25%;
  color: #FFF;
}
.modal-content .content-text .title{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
}
.modal-content .content-text .title a{
  color: #FFF;
}
body[data-pagename="page-design"] .m-window .flexed{
  margin-bottom: 0;
  padding: 0 110px;
}
body[data-pagename="page-design"] #cboxPrevious,
body[data-pagename="page-design"] #cboxNext{
  top: 50%;
  transform: translate(0, -50%);
  background-position: center;
  background-size: cover;
  width: 40px;
}
body[data-pagename="page-design"] #cboxPrevious{
  left: 120px;
  background-image:url('../../img/design/prev.png');
}
body[data-pagename="page-design"] #cboxNext{
  right: 120px;
  background-image:url('../../img/design/next.png');
}
body[data-pagename="page-design"] #cboxClose{
  top: 50%;
  left: 65px;
  right: auto;
  transform: translate(0,-50%);
  background-image: url('../../img/close.svg');
  background-position: center;
}
body[data-pagename="page-design"] #cboxPrevious:hover,
body[data-pagename="page-design"] #cboxNext:hover,
body[data-pagename="page-design"] #cboxClose:hover{
  opacity: 0.6;
}
body[data-pagename="page-design"] #cboxCurrent {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%,0);
    text-indent: 0;
    font-size: 16px;
    color: #FFF;
}
