/*start slideshow styles*/

#slideshowHolder {
	margin-bottom: 25px;
	margin-top: 20px;
}

.allSlides img {
	width: 100%;
}

.slideOverlap {
    top: 0;
    height: 100%;
    width: 100%;
}

.slideTextBox {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 40%;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -3px;
    padding: 5px 25px;
    line-height: 55px;
}

.slideTextBox span {
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0;
    font-family: 'Archer Medium Italic', serif;
}

.slideBtn {
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Archer Medium Italic', serif;
    border: 1px solid #fff;
    text-align: center;
    width: 110px;
    padding: 5px 0;
    margin: 15px 10px;
    line-height: normal;
    color: #fff;
    transition: all .5s ease-in-out;
}

.slideBtn:hover {
    background: #bf1e2e;
}

.divideSlideLine {
    width: 110px;
    height: 1px;
    margin: 0 0 15px;
    background: #fff;
}

.displayBar {
    display: none !important;
}

/*end slideshow styles*/

/*start htmlOp2 styles*/

#welcomeBox {

    width: 100%;
    font-family: 'Montserrat', serif;
}

#ceilingBox {
	background-image: url(/data/images/home_images/AERINJacqueline.jpg?v1);
	background-position: 0 -25px;
	/*! width: 100%; */
}

#wallBox {
	background-image: url(/data/images/home_images/aerinhampton.jpg?v1);
}

#tableBox {
	background-image: url(/data/images/home_images/EFChapmanCrystaltable.jpg?v1);
}

#decorBox {
	background-image: url(/data/images/home_images/WeeksMilanDouble.jpg?v1);
}

#outdoorBox {
	background-image: url(/data/images/home_images/marineefchapman.jpg?v1);
}

.mainCatBox {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 450px;
	overflow: hidden;
	margin-bottom: 25px;
}

.subCatBox {
	width: 33.333333%;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	height: 350px;
	overflow: hidden;
}

.borderBox {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.catImg {
	width: 100%;
}

.catImg img {
	width: 100%;
}

.mainCatText {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	width:100%;
	text-align: center;
	background:rgb(255,255,255, 0.8);
	padding-top:10px;
	padding-bottom:10px;	
}

#sloganBox {
    width: 100%;
}

#sloganText {
    font-size: 40px;
}

#sloganSubText {
    font-size: 20px;
    margin-top: 10px;
}

#sloganSubText span {
    font-family: 'Montserrat', serif;
    font-size: 22px;
    transform: rotate(-20deg);
    display: inline-block;
}

.textBox {
    padding: 200px 5px;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.shadedBox {
    background: #eee;
    margin-top: 30px;
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

.boxTitle {
    font-size: 50px;
    text-transform: uppercase;
    border-bottom: 3px solid #a7a7a7;
	margin: 15px 88px;
}

.boxText {
    font-size: 18px;
	font-weight:300
}

.subBoxText {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
}

#americanBox {}

.sectionBoxes {
    padding: 30px 0;
}

.largeImgHolder {
    height: 740px;
    width: 48.6%;
    background: #666;
    overflow: hidden;
}

.largeImgHolder img {
	width: 100%;
}

#designerSection {
	background: #eee;
	padding: 0px 75px 80px;
	margin: 25px 0 0;
	box-sizing: border-box;
}

.sectionTitle {
	text-align: center;
	font-color: #333;
	font-size: 32px;
	padding: 80px 0;
}

#swipeBox {
	height: 320px !important;
}

.swipeDataHolder {
	white-space: nowrap;
}

.swipeScrollBox {
	margin: 0 auto;
	width: 90% !important;
}

.swipeBtn {
	color: #848484 !important;
	background: transparent !important;
}

.designBlock {
	width: 160px;
	margin-right: 20px;
	display: inline-block;
}

.designBlock img {
	width: 100%;
	display: block;
	vertical-align: top;
}

.designBlock h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: .12em;
	color: #333333;
	text-transform: uppercase;
	margin-top: 14px;
}

/*end htmlOp2 styles*/

@media screen and (max-width:752px){
	#welcomeBox{
			display:flex;
	flex-direction: column;
  align-items:center;		
	}
	
	#welcomeBox a{
		width: 100%;
	}
	.mainCatBox{
		width:100%;
	}
	.subCatBox{
		width:100%;
		margin-bottom:30px;
	}
	.subCatBox {
		background-size: 100%;
	}
	
}