.banner-sec{
	float:left;
	width:100%;
	height:auto;
}
.content-container{
	float:left;
	width:100%;
	height:auto;
	/* margin-top:300px; */	
}
.collection-outer{
	float:left;
	width:100%;
	height:auto;
	background:none;
}
.collection-outer h2{
	font-family: 'Open Sans Condensed';
	color:#000;
	text-align:center;
	padding:33px 0px 44px 0px;
}
.collection-list{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:27px;
}
.collection-list .owl-item .item{
	margin-right:7px;
	margin-left:7px;
	float:left;
	background-size:cover!important;
}
.collection-list .owl-item .item .i-out{
	float:left;
	width:100%;
	height:auto;
}
.collection-list .owl-item .item .i-out img{
	width:100%;
	float:left;
	visibility:hidden;
}

.collection-link-outer{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding-bottom:21px;
}

.btn{
	width:auto;
	display:inline-block;
	padding:8px 28px 10px 28px;
	background:#ffffff;
	border:2px solid #d23e8c;
	position:relative;
	font-family: 'Open Sans';
	font-size:22px;
	color:#000000;
	line-height:22px;
}
.btn:hover, .btn:focus{
	color:#ffffff;
	background:#d23e8c;
}
.btn:hover:after, .btn:focus:after{
	color:#ffffff;
}
.btn:after{
	content:"\f105";
	position:absolute;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#000000;
	position:absolute;
	right:10px;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.location-outer{
	width:100%;
	float:left;
	height:auto;
}
.wrapper-inner{
	display: table;
    float: left;
    width: 100%;
}
.location-det-left{
    background: #ffffff;
    display: block;
    vertical-align: top;
    width: 100%;
	text-align:center;
	position: relative;
	padding-top:30px;
	padding-bottom: 30px;

	background: url(images/map-atlanta.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.location-det-left:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(254,254,254,0.5); }
.location-det-left .location-form-panel { max-width: 500px; margin: 0 auto; background-color: rgba(254,254,254,0.9); position: relative; z-index: 99; padding: 25px; }

.location-det-right{
    background: #d7d7d7;
    display: inline-block;
    vertical-align: top;
    width: 100%;
	padding-top:25px;
	text-align:center;
	padding-left:0;
	padding-bottom:25px;
}
.location-found{
	float:none;
	display:inline-block;
	width:100%;
	max-width:320px;
}

.location-found form{
	text-align:left;
}
.location-outer h2{
	color:#000000;
	text-transform:uppercase;
	padding-bottom:25px;
	font-family: 'Open Sans Condensed';
}
/*--- select box style starts ---*/
.sbHolder {
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
	background: none;
	border:1px solid #000000;
	background:#ffffff;
	font-size:18px;
}
.sbSelector {
	display: block;
	height: 38px;
	left: 0;
	line-height: 38px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	padding: 0 0 0 16px;
	width: 100%;
	color:#000000;
    font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size:20px;
	background:#ebebeb;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color:#000000;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: none;
	width: 44px;
	height: 29px;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbToggle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 13px;
	top: 12px;
}
.sbOptions {
	background: #ffffff;
	border:2px solid #000000;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 54px;
	width: 101.5%;
	z-index: 600;
	overflow-y: auto;
}

.sbOptions li:first-child a {
	border: none;
}
.sbOptions li{
	margin-left:0px;
	padding-bottom:0px!important;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 0px 0 4px 16px;
	font-size: 15px;
	color: #000000;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size:18px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #000000;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	background:#ebebeb;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.select-out{
	float:left;
	width:100%;
	padding-bottom:29px;
}
/*--- select box style ends ---*/
.address-wrapper { max-width: 980px; margin: 0px auto; text-align: center; }
.address-box{
	width:31.33%;
	margin: 1%;
	float:left;
	text-align:left;
	padding: 25px;
	border: 1px dotted rgba(0,0,0,0.2);
	background-color: rgba(254,254,254,0.2);
}
.address-box h5{
	font-family: 'Open Sans';
	font-weight: 400;
	color:#000000;
	margin-bottom:3px;
}
.address-box p{
	margin-bottom:0px;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size:24px;
	line-height:30px;
}

.accordian-outer{
	float:left;
	width:100%;
	background:#FFF;
	text-align:center;
	padding-top:58px;
	padding-bottom:30px;
}
.accordian-wrap{
	float:none;
	display:inline-block;
	max-width:960px;
	width:100%;
}
.accordian-outer h2{
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	color:#000;
	text-transform:uppercase;
	padding-bottom:40px;
}
.accordian-wrap ul{
	margin:0px;
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	list-style: none;
}
.accordian-wrap ul li{
	float:left;
	width:100%;
	height:auto;
	background:#d7d7d7;
	list-style: none;
	font-family: 'Open Sans';
	font-size:18px;
	color:#000000;
	padding:15px 21px 15px 24px;
	margin-bottom:30px;
}
.accordian-wrap ul li.acc_active{
	background:#f2f2f2;
}

.accordian-wrap ul li p{
	margin-bottom:0px;
}
.accordian-wrap ul li .acc_content{
	padding-left:40px;
	font-family: 'Source Sans Pro';
	font-size:18px;
	color:#000000;
	padding-top:30px;
	padding-bottom:20px;
	
}
.accordian-wrap ul li .acc_content p{
	font-family: 'Source Sans Pro';
	font-size:18px;
	color:#000000;
	font-weight:300;
	line-height:22px;
	letter-spacing:2px;
}
.accordian-wrap ul li .acc_head{
	cursor:pointer;
	position:relative;
	float:left;
	width:100%;
}
.accordian-wrap ul li .acc_head:after{
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 17px solid #000000;
	content:"";
	position:absolute;
	right:0px;
	top:5px;
}
.accordian-wrap ul li.acc_active .acc_head:after{
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right:17px solid #000000;
}

.pr-item-list{
	width:100%;
	float:left;
	background:#000000;
	padding-bottom:10px;
}
.img-main{
	width:18%;
	float:left;
	height:200px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:2%;
}
.img-main img{
	width:100%;
	float:left;
}
.img-main h3{
	position:absolute;
	bottom:0px;
	left:0px;
	background:#f10;
	width:100%;
	height:50px;
}
.collection-list .owl-item .item:hover .overlay{ display:block; }
.collection-list .owl-item .item .overlay{

	padding-bottom:5px;
}
.collection-list .owl-item .item .overlay ul{
	margin-top:5px;
}
.collection-list .owl-item .item .overlay ul li{
	padding:0 10px;
}
.collection-list .owl-item .item .overlay ul li a i{
	font-size:20px;
}
.it_ID, .it_ID_dvw{
	display:none;
}
.bh-sl-form-container{
	text-align:right;
}
.bh-sl-form-container form{
	display:inline-block;
}
.details ul li a i{
	color:#000000;
}
.details ul li a:hover i{
	color:#3c3c3c;
}

.details ul li a.instagram-share i{
	color:#000000;
	line-height:40px;
}
.details ul li a.pin-it-button{
	color:#000000;
	margin-left:0px;
}

.fb_share a{
	width:20px;
	height:20px;
	background:#000000;
	float:left;
}

.a2a_svg svg{
	display:none!important;
}

