/*
Theme Name: bleux bootstrap
Description: Responsive theme based on the Bootstrap framework.
Version: 3.3.1
Author: bleux
Tags: bleux
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*font-family: Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;*/

html,body{
    height:100%;
    font-family: 'Muli', sans-serif;
    color: #999999;
    text-transform: lowercase;
}

body{
    padding-top: 51px !important;
}
html{
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4 {font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif; font-style: normal; font-variant: normal; font-weight: 500; text-transform: lowercase; color: #6f6f6f;}

h1, .h1 {font-size: 30px;}

h2, .h2 {font-size: 28px;}

h3, .h3 {font-size: 24px;}

p {text-transform: none;}

.lowercase, .lowercase>p {text-transform: lowercase;}

a {color: #999999;}

a:hover {text-decoration: none;color: #2c3030;}

#pagination {text-align: center;}

.pagination {display: inline-block;}

li.next a:hover:before {
    content: "";
    background-color: transparent;
    display:none;
}

.hero-image {margin-top: 40px;}

.featured-listing {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 15px;
    margin-top:40px;
    margin-bottom: 30px;
}

.border-row {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 15px;
    margin:30px 0 20px 0;
}

.clear {clear: both;}

.btn, .form-control {border-radius: 0;}

.btn-default {border: none;}

.navbar {
	margin-bottom: 0!important;
    min-height: 51px;
}

.navbar-default {
	background-color: #ffffff;
	border: none;
    font-family: Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
    text-transform: lowercase;
    border-bottom: #e6e6e6 solid 1px;
}

.second-level {
    max-height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#tagline {
    margin: 20px 0;
    text-align: center;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    font-family: Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
    font-size: 30px;
    color: #6f6f6f;
    padding-top: 10px;
}

.filter-dropdown {
    float:right;
    margin: 20px 10px 0 0;
}
.filter-dropdown-specify {
    float:left;
    margin: 20px auto 0 auto;
    text-align: center;
    /*width: 33.333%;*/
}
/* ------ Circular Images and listing ------ */

.content-listing a {
    display: inline-block;
    margin: 0 24px 24px 0;
}

.content-listing-small a {
    margin: 0 20px 22px 0;
}

.content-listin-project a {
    margin: 0 14px 24px 0;
}

/*.content-listing a:nth-of-type(6n) {*/
    /*margin: 0 0 24px 0;*/
/*}*/

.content-listing a div {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius: 50%;
    width: 162px;
    height: 162px;
    float:left;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.content-listing-small a div {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    float:left;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.person-image {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;  
    border-radius: 50%;  
    width:165px;
    height:165px;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
    -o-background-size: inherit;
}

.name-hover, .more-link {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    vertical-align:middle;
    color: #ffffff;
    padding:10px;
    }

.circular:hover .name-hover, .more-link {
        border-radius: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.more-link {
    width: 162px;
    height: 162px;
    background: #e6e6e6;
    color: #8d8d8d;
}

.more-link:hover {
    background: #959595;
    color: #fff;
}

/* ------ Carousel Full Page ------ */
.carousel,
.item {
    height: 570px;
    height:100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    height: 100%;
    display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.carousel-indicators {
    bottom: 10%;
    display: none;
}

.view-down {
position: absolute;
bottom: 20%;
left: 50%;
z-index: 15;
margin-left: -15px;
padding-left: 0;
text-align: center;
opacity: 0.6;
}

.view-down:hover {
opacity: 1;
}

.carousel-caption h1 {color:#ffffff;font-size: 60px;}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control img {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -25px;
}

.carousel-control.left, .carousel-control.right{ 
background: none !important; 
filter: progid:none !important; 
}

/* ------ Footer ------ */

#logo {
    margin-top:80px;
    text-align: right;
}

#footer {
    text-align: center;
    background: #f4f4f4;
    color: #999999;
    min-height: 155px;
}

#footer-links, #social-links {
    text-align: center;
}

#social-links {
    margin-top: 20px;
}

#footer-links ul, #social-links ul {
    display: inline-block;
    padding: 0;
}

#footer-links li {
    float: left;
    height: 33px;
    line-height: 30px;
}

#footer-links {

}

#social-links li {
    float: left;
    margin: 0 10px;
    list-style: none;
}

.footer-links {
    float: none;
    margin-bottom: 0;
}

.attribution {
    margin: 0 auto 30px auto;
}

/* ------- Sub level menu CSS -------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Contact Form Styling */

.error{
padding: 5px 9px;
border: 1px solid red;
color: red;
border-radius: 3px;
margin-bottom: 10px
}

.success{
padding: 5px 9px;
border: 1px solid green;
color: green;
border-radius: 3px;
margin-bottom: 10px
}

form span{
color: red;
}

.submit {
border: solid 1px #ccc;
}

.design-download {
    border: none;
    color: #999999;
    text-transform: lowercase;
    float: right;
    margin-top: 20px;
}

.design-download:hover {
    color: #000;
    background: none;

}

.pagination>li>a {border: none; color: #999999;}
.pagination>li>a:hover {border: none; color: #000;}
.pagination>.active>a:hover {background-color: #eee;color:#000;}
.pagination>.active>a {background-color: #eee;color:#000;}

.contact span{
    font-weight: bolder;
    color: #6f6f6f;
}

/* Custom styles */
.finishesSection, .projectsSection{
    margin-top: 20px;
    margin-bottom: 40px;
}
.finishesSection h3,  .projectsSection h3{
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.footerSlogan{
    padding: 20px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;    
}
/* Fix fixed header shifting on modal popup */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 15px;
}
.modal-style{
    text-align: center;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    padding:0;
    margin:0;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0px 0px;
}
.modal-style h4{
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
}
.modal-style p{
    max-width: 250px;
    margin: auto;
}
.modal-dialog{
    width: 400px;
}
.modal-style-inner{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.modal-style-outer{
  transform: translateY(30%) !important;
}
.withfadeout {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* Fix h1 header padding alignment issue */
.col-md-8 h1 {
    margin-left: -15px;
}

/* Custom styles */
.people-bio-box{
    width: 16.6666%;
    float: left;
    padding: 1%;
}
.pull-up-content{
    margin-top: -20px;
}
.dropdown-width-control{
    width: 210px;
}
.tbox{
    border: 1px dotted blue;
}
.specify-select, .cart-select{
    float: left;
}
.specify-select{
    /*max-width: 700px;*/
    /*margins: auto;*/
}
.cart-select{
    padding-left: 0;
    padding-right: 0;
}
.specify-output, .cart-output{
    margin-top: 28px;
    padding: 0;
    float: right;
}
.specify-title{
    padding-top: 28px;
}
.specify-instructions{
    margin-top: 50px;
    margin-bottom: 50px;
}
.specify-contact-outer{
    margin-left: -15px;
    margin-right: -15px;
}
.specify-copy-cart-button{
    padding: 0;
    margin-top: 50px;
    background: rgb(238, 238, 238);
}
.specify-copy-cart-button h2{
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Muli';
    padding: 0 15px;
}
.specify-copy-cart-button span{
    font-weight: bold;
    font-style: oblique;
    font-family: sans-serif;
}
.specify-icons{
    margin: 0 auto;
    margin-top: 25px;
    height: 166px;
    width: 166px;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    cursor: auto;
    text-align: center;
    /*background-color: lightgrey;*/
    background-image: url("images/grey-background.jpg");
    transition: background 0.15s linear;
}
.cart-icons{
    margin: 0 auto 0 0;
    /*margin-top: 25px;*/
    height: 166px;
    width: 166px;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    cursor: auto;
    text-align: center;
    background-color: lightgrey;
}
.specify-select-outer {
    width: 100%;
    float: left;
    clear: both;
}
.specify-add-another{
    float: left;
    padding-top: 50px;
}
.specify-designs-dropdown{
}
.select-style{
    text-align: center;
}
.specify-icon-title {
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-transform: capitalize;
    margin-top: -5px;
    padding: 0 10px;
}
.specify-finish-outer{
    width: 33.333%;
    float: left;
}
.specify-design-outer{
    width: 66.666%;
    float: left;
}
.archive-heading{
    margin-left: -15px;
}
.select-dropdown-box{
    height: 34px;
    width: 100%;
    /*max-width: 90%;*/
    border: none;
    background: transparent;
    /*background-color: white;*/
    text-transform: lowercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding-left: 10px;*/
    border: none;
}
.select-style{
    overflow: hidden;
    background: url(images/dropdown-arrow.png) no-repeat right;
    background-position: center right 15px;
}
#spin-content {
    background-color: lightyellow;
    text-align: middle;
    height: 200px;
    color: green;
    position: relative;
}

#spin-wrapper {
    border: 1px solid black;
}
.wrapper-dropdown-2 {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #fff;
    border-left: 5px solid grey;
    cursor: pointer;
    outline: none;
}
.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}
select::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}
.cart-item-box{
    margin-bottom: 50px;
}
.insert-variation-image{
    background-repeat: no-repeat;
    background-position: center;
}
#insert-copyright-value, #insert-finish-variation{
    font-size: smaller;
}
.specify-output p{
    text-transform: lowercase;
}
#spec-code{
    text-transform: capitalize;
}
.spec-contact{
    margin-left: -48px;
    padding-left: 0;
}
.spec-contact p, .cart-notification-box p{
    margin: 0;
    text-transform: lowercase;
}
.cart-notification-box p{
    margin: 0;
    text-transform: lowercase;
}
.cart-notification-box{
    height: 100%;
    text-align: center;
}
.spec-sample-button{
    float: right;
    background-color: #f0eeee;
    border: none;
    padding: 10px;
    colour: black;
    display: none;
    margin-top: 20px;
    text-transform: uppercase;
}
.cart-buttons{
    float: right;
    background-color: #f0eeee;
    border: none;
    padding: 5px;
    margin-left: 5px;
    colour: black;
    font-size: smaller;
}
.cart-button-group{
    float:right;
    clear: both;
    margin-bottom: 5px;
}
.cart-notification-menu{
    width: 26px;
    height: 26px;
    text-align: center;
    /*position: fixed;*/
    /*top: 10px;*/
    /*right: 30px;*/
    /*background-color: grey;*/
    background-color: #FDF22D;
    /*background-image: url("images/grey-background.jpg");*/
    color: grey;

    /*font-size: larger;*/
    font-family: Didot;
    padding-top: 2px;
    border-radius: 13px;
    margin-top: -40px;
    margin-right: -35px;
    float: right;
}
.cart-notification{
    width: 26px;
    height: 26px;
    text-align: center;
    /*position: fixed;*/
    /*top: 10px;*/
    /*right: 30px;*/
    background-color: grey;
    color: white;
    /*font-size: larger;*/
    font-family: 'Muli';
    padding-top: 4px;
    border-radius: 13px;
    margin: auto;
}
.cart-notification-menu a, .cart-notification-menu a:hover{
    color: #888;
}
.spec-added-box{
    margin-top: 120px;
}
.kill-margins{
    margins: 0;
}
.kill-padding{
    padding: 0;
}
.cart-finish-outer, .cart-design-outer{
    width: 50%;
    float: left;
    margin-left: 0;
}
.to-uppercase{
    text-transform: uppercase;
}
.qty-head-item{
    padding-bottom: 10px;
    margin: auto;
}
.qty-head-item-box{
    text-align: center;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.finish-carousel-indicators li{
    margin: 0 3px;
}
.finish-carousel-indicators .active{
    margin-bottom: -1px;
}
/*Cart page styles*/
.cart-details-list p{
    margin: 0;
}
.cart-container{
    margin: 0 25px;
    height: auto;
}
.cart-left-box {
    width: 66.666%;
    height: auto;
    display: inline-block;
    float: left;
}
.cart-right-box{
    width: 33.333%;
    height: 170px;
    float: right;
    display: inline-block;
}
.cart-qty-left{
    width: 66.666%;
    height: 40px;
    float: left;
}
.cart-qty-right{
    width: 33.333%;
    height: 40px;
    float: left;
}
.clearit{
    clear: both;
}
.cart-qty-container{
    margin: 0 25px;
}
.qty-head-item{
    float: right;
    text-transform: uppercase;
    text-align: center;
}
/*.container{*/
    /*margin-left: 25px;*/
    /*margin-right: 25px;*/
/*}*/
.test-position{
    margin-right: -200px;
    margin-top: -20px;
}
.cart-notification-indicator{
    height: 0px;
}
.notification-indicator{
    margin-top: -30px;
    width: auto;
    float: right;
}
.page-divider-fix{
    width: 100%;
    height: 0;
    float: left;
    display: block;
    clear: both;
}
.bootstrap-select.btn-group .btn{
     font-family: Didot, '“Didot LT STD”', '“Hoefler Text”', Garamond, '“Times New Roman”', serif;
     color: rgb(119,119,119);
    text-transform: lowercase;
 }
.bootstrap-select.btn-group{
    font-family: Didot, '“Didot LT STD”', '“Hoefler Text”', Garamond, '“Times New Roman”', serif;
}
.container{
    width: auto;
    max-width: 1170px;
    clear: both;
    /*padding-bottom: 20px;*/
}
.dropdown-menu{
    border-radius: 0px;
}
.spec-button-box{
    float: left;
}
.inputQty{
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    text-align: center;
    background-color: grey;
    color: white;
    padding-top: 2px;
}
.deleteCartItem{
    background: none;
    border: none;
}
.cart-button-box{
    margin-top: -75px;
}
.order-samples-modal, .order-samples-modal h4{
    color: grey;
    background-color: white;
}
.sample-form-row{
    width: 100%;
    padding-bottom: 10px;
}
.sample-form-row label{
    width: 40%;
    float: left;
}
.sample-form-row input{
    width: 60%;
}
.cart-form-submit, .cart-form-checkbox{
    text-align: center;
    width: 100%;
}
.cart-form-submit button{
    margin: auto !important;
}
#submit-message{
    text-transform: none;
}
.rounded-text-area-outer{
    height: 166px;
    width: 166px;
    border-radius: 85px;
    background-image: url("images/grey-background.jpg");
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    cursor: auto;
    text-align: center;
    transition: background 0.15s linear;
}
.rounded-text-area-inner{
    height: 70px;
    width: 110px;
    margin: 50px auto;
    background-image: url("images/grey-background.jpg");
    color: white;
    border: none;
    text-align: center;
    resize: none;
}
.rounded-text-area-inner::-webkit-input-placeholder { /* Standard one last! */
    color: white;
    vertical-align: middle;
}
#cartDesignOverlay{
    width: 110px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* FAQ SECTION */
.faq-content{
    padding-left: 0;
}
.faq-title-plus-box{
    width: 100%;
    height: auto;
    display: inline-block;
    /*border: 1px dashed green;*/
}
.faq-section-title-box{
    width: calc(100% - 40px);
    float: left;
    /*border: 1px dashed blue;*/
}
.faq-section-plus{
    width: 40px;
    height: 40px;
    /*border: 1px dotted orange;*/
    float: right;
    display: inline-block;
    position: relative;
}
.faq-answer{
    height: 0;
    visibility: hidden;
}
.faq-answer.show{
    height: auto;
    visibility: visible;
    padding: 10px 0;
}
.faq-section-box{
    border-top: solid 1px #e6e6e6;
}
.faq-section-box:last-child{
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 50px;
}
.faq-plus-horizontal{
    width: 20px;
    height: 2px;
    background-color: #6f6f6f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-plus-vertical{
    width: 20px;
    height: 2px;
    background-color: #6f6f6f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.faq-plus-vertical.hide{
    display: none;
}

/* Gallery Page */
.gallery-spacer{
    margin-bottom: 70px;
}
#gallery-lightbox-outer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    z-index: 1031;
    display: none;
}
#gallery-lightbox-inner{
    margin: 30px 50px;
    box-sizing: border-box;
    height: calc(100% - 60px);
    width: calc(100% - 100px);
}
#gallery-lightbox-img{
    display: none;
}
#gallery-lightbox-close{
     position: fixed;
     top: 20px;
     right: 30px;
     width: 20px;
     height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
 }
#gallery-lightbox-close img{
    width: 100%;
    height: 100%;
}
#gallery-lightbox-back{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 150px;
    z-index: 10;
    cursor: pointer;
    cursor: hand;
 }
#gallery-lightbox-back img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#gallery-lightbox-forward{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 150px;
    z-index: 10;
    cursor: pointer;
    cursor: hand;
}
#gallery-lightbox-forward img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
#gallery-lightbox-main-image{
    width: 100%;
    height: 100%;
    position: relative;
}
#gallery-lightbox-main-image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* About Page */
.about-info h2{
    margin: 5px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
}
.about-info p{
    margin-bottom: 30px;
}
.about-profile{
    margin: 20px 0 0 0;
    min-height: 300px;
}
.about-profile.people{
    margin: 20px 0 50px 0;
    min-height: 450px;
}
.about-profile h3{
    margin-bottom: 20px;
}
.about-profile div{
    background-size: cover;
}


/*@media screen and (min-width: 1192px){*/
    /*.about-profile{*/
        /*min-height: 470px;*/
    /*}*/
/*}*/
/*@media screen and (min-width: 1315px){*/
    /*.about-profile{*/
        /*min-height: 470px;*/
    /*}*/
/*}*/
/*@media all and (min-width: 1192px){*/
    /*.about-profile{*/
        /*height: 470px;*/
    /*}*/
/*}*/

@media screen and (max-width: 1315px){
    /*.about-profile{*/
        /*min-height: 470px;*/
    /*}*/
}
@media screen and (max-width: 1240px){
    .container{
        max-width: 95%;
    }
}
/*@media screen and (max-width: 1191px){*/
    /*.about-profile{*/
        /*min-height: 0;*/
    /*}*/
/*}*/
@media screen and (max-width: 1190px) {
    .cart-button-box{
        margin-top: 0;
    }
    .cart-left-box{
        width: 100%;
    }
    .cart-right-box{
        text-align: center;
        width: 100%;
    }
    .cart-button-group{
        width: 100%;
        margin: auto;
    }
    .cart-buttons{
        margin: auto auto 10px auto;
        float: right;

    }
    .cart-qty-left{
        width: 100%;
    }
    .cart-qty-right{
        display: none;
    }
    #gallery-lightbox-inner{
        margin: 20px 30px;
        box-sizing: border-box;
        height: calc(100% - 40px);
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 991px){
    .specify-select{
        padding: 0 12%;
    }
    .spec-button-box{
        width: 100%;
        text-align: center;
    }
    .spec-sample-button{
        float: none;
    }
    .faq-image{
        padding-left: 0;
        padding-right: 0;
    }
    .faq-content{
        padding-right: 0;
    }
    .about-profile{
        min-height: 0;
    }
}
@media screen and (max-width: 869px){
    .cart-notification-menu{
        margin-right: 60px;
    }
    #gallery-lightbox-inner{
        margin: 10px;
        box-sizing: border-box;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }
    #gallery-lightbox-back{
        width: 100px;
    }
    #gallery-lightbox-forward{
        width: 100px;
    }
}
@media screen and (max-width: 767px){
    .specify-finish-outer{
        width: 50%;
        float: left;
    }
    .specify-design-outer{
        width: 50%;
        float: right;
    }
    .spec-contact{
        margin-bottom: 10px;
    }
    #gallery-lightbox-inner{
        margin: 0;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 660px){
    .specify-select{
        padding: 0 0%;
    }
    #gallery-lightbox-back{
        width: 60px;
    }
    #gallery-lightbox-forward{
        width: 60px;
    }
}

/* Contact Page */
#contact-page{
    min-height: calc(100vh - 206px);
    background-size: cover;
    background-position: center;
}
/*#contact-page .border-row{*/
    /*border-bottom: solid 1px #999999;*/
/*}*/

/* About Page */
#about-page{
    min-height: calc(100vh - 206px);
    background-size: cover;
    background-position: center;
}
/*#about-page .border-row{*/
    /*border-bottom: solid 1px #999999;*/
/*}*/

