.navbar>.container-fluid.navbar-inner {
    display: block !important;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar.fixed-top {
    display: block;
    padding: 0px;
}

.navbar .action-btn {
    position: absolute;
    top: 0px;
}

.navbar .action-btn-r {
    right: 15px;
}

.no-decoration, .no-decoration:hover {
    text-decoration: none;
    color: inherit;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-stone {
    background-color: #9f9690 !important;
}

.btn-dark {
    background-color: #9f9690 !important;
    border-color: #87786e !important;
}

.btn-dark:hover {
    border-color: #000000 !important;
}



.text-mutedWhite {
    color: #d2d2d2 !important;
}

.text-mutedWhite a {
    color: #d2d2d2 !important;
}

.navbar-nav a.nav-link {
	color:black !important;
}

.header {
	margin-right:-31px;
}

		
@media (min-width: 1400px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

.menu-search {
    cursor: pointer;
    border: 1px solid #e3e3e3;
	padding: 11px;
    line-height: 17px;
    font-size: smaller;
    text-transform: uppercase;
	margin-left: 15px;
}

.menu-search:hover {
    background-color: #e5e5e5;
}
.menu-search svg {
    width: 20px;
    height: 20px;
}

.search-area-wrapper {
    display: none;
}
.search-area {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.search-area .search-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
}
.search-area .search-area-input {
    width: calc( 100% - 40px );
    padding: 1rem;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
}
.search-area .search-area-button {
    right: 0;
    bottom: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-area .close-btn {
    position: absolute;
    top: 20px;
    left: 40px;
    cursor: pointer;
    color: #555;
}
.search-area .close-btn .svg-icon {
    height: 50px;
    width: 50px;
}

.menu-account {
	cursor: pointer;
	padding: 11px;
	margin-right: 15px;
	border: 1px solid #e3e3e3;
}

.menu-account:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}

.account-area-wrapper {
    display: none;
}
.account-area {
	border: 1px solid #e3e3e3;
	box-shadow: -5px 10px 10px #D3D3D3;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
.account-area .account-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
}
.account-area .account-area-input {
    width: 100%;
    padding: 1rem;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
}
.account-area .account-area-button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.account-area .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #555;
}

#navbarCollapseLeft .navbar-nav {
    padding-left: 13px;
}

#LIA-logo {
    opacity: 0.45;
}

.homePnlImg {
    position:relative;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.tile-size {
    height:280px;
}


.homePnlImg p {
    font-size: 1rem;
}

.homePnlImg > a {
    display: block;
    height: 250px;
}

.homePnlImg a:hover {
    color: white;
    text-decoration: none;
    /* background-color: #000000; */
}

.homePnlImg .limitwidth p {
    max-width: 800px;
    text-align: justify;
}

.over-row {
    opacity:0.7;
    background-color: #000000;
    text-align: center;
    height:40px;
    width: 100%;
    margin-left: 0px;
}

.over-row a, .over-row h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over-row h3 {
    letter-spacing: 0;
    font-size: 1.4rem;
}

.top-row {
    padding-top:6px;
}

.bottom-row {
    position:absolute;
    bottom: 0;
    padding-top:7px;
}

.bottom-row a {
    padding: 3px 15px;
    width:auto;
}

.bottom-row a:hover {
    color: black !important;
    font-weight: bold;
}

.homeTile {
    background-size: contain;
    border:1px solid black;
}

.detail-option h6 {
    margin: 7px 3px;
}

.specifications .bg-stone {
    opacity: 0.6;
}

#projectGallery .thumb-ribbon .owl-nav {
    top: 45%;
    /*
        width: calc( 100% + 180px);
        left: -90px;
    */
    width: calc( 100% + 65px);
    left: -35px;
    position: absolute;
}

#projectGallery {
    height: 482px;
}

@media  (max-width: 767px) {
    #projectGallery .thumb-ribbon .owl-nav {
        width: calc( 100% + 60px);
        left: -15px;
    }

}

#scrollTop {
    bottom: 1.6rem;
    right: 5.8rem;
}

.detail-full-item {
    width: 100%;
    min-height: 500px;
}

.detail-option-heading {
    text-transform: none;
}

a.btn-outline-dark:hover i {
    color: white;
}

.social {
    font-size: 2.5rem;
}

a.showProductPreview {
    font-weight: normal;
    color: white;
}

.account-area-wrapper .svg-icon {
    width: 60px;
    height: 60px;
}

#termsCheck h2 {
    font-size: 1rem;
    line-height: 1;
}

#termsCheck .modalTerms {
    height: 400px;
    overflow-x: hidden;
    overflow: auto;
    overflow-x: hidden;
}

#termsCheck .modalTerms {
    border: 1px solid lightgray;
}

.email-cell {
    max-width:150px;
    word-wrap:break-word;
}

.homeBannerLink {
    width: 100vw;
    position: fixed;
    height: calc( 100vw - 30px );
}

@media (min-width: 1200px) {
    .detail-full-item {
        height: 500px;
    }
}

/* Original on line 271 */
.homeTile {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}

.home-login {
    background-image:url(/images/home/login-or-register.jpg);
    background-size:cover;
    height:450px;
    background-position-y: center;
}

.home-timeless {
    background-image:url(/images/home/timeless-pieces.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    min-height: 310px; 
    padding-bottom: 36%
}

.boxborder {
    height: 30px;
    width: 250px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.boxborder-top {
    border-top: 1px solid lightgray;
    margin-bottom:10px;
}

.boxborder-bottom {
    border-bottom: 1px solid lightgray;
    margin-top: 10px;
}

.timeless-pieces {
    max-width: 800px;
    float: left;
    margin-left: calc( 50% - 400px );
    line-height: 40px;
}

.bg-stone-light {
    background-color: #e3dfd6;
}

