

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 22, 2017 */
@font-face {
    font-family: 'gotham_htfbold';
    src: url('../font/gothamhtf-bold-webfont.eot');
    src: url('../font/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../font/gothamhtf-bold-webfont.woff2') format('woff2'), 
    url('../font/gothamhtf-bold-webfont.woff') format('woff'), 
    url('../font/gothamhtf-bold-webfont.ttf') format('truetype'), 
    url('../font/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../font/gothamhtf-book-webfont.eot');
    src: url('../font/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../font/gothamhtf-book-webfont.woff2') format('woff2'), 
    url('../font/gothamhtf-book-webfont.woff') format('woff'), 
    url('../font/gothamhtf-book-webfont.ttf') format('truetype'), 
    url('../font/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('../font/gothamhtf-light-webfont.eot');
    src: url('../font/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../font/gothamhtf-light-webfont.woff2') format('woff2'), 
    url('../font/gothamhtf-light-webfont.woff') format('woff'), 
    url('../font/gothamhtf-light-webfont.ttf') format('truetype'), 
    url('../font/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('../font/gothamhtf-medium-webfont.eot');
    src: url('../font/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'), 
    url('../font/gothamhtf-medium-webfont.woff2') format('woff2'), 
    url('../font/gothamhtf-medium-webfont.woff') format('woff'), 
    url('../font/gothamhtf-medium-webfont.ttf') format('truetype'), 
    url('../font/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*---- CUSTOM STYLE ----*/

body{
	background: #fff9ef;
}

.hide-banner{display: none !important;}


.banner-block{
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
    width: 100%;
}

.banner-block .container,
.banner-block .row,
.banner-block .col-sm-12{
	height: 100%;
}

.banner-block .wrap-banner{
	display: table;
	height: 100%;
}

.banner-block .brand{ 
	width: 30%;
	padding-right: 20px;
	display: table-cell;	
	vertical-align: middle;
}
.banner-block .brand img{
	max-width: 100%;
}



.banner-block .offers{	
	width: 20%;
	padding: 0 20px;
	top:30%;
	display: table-cell;
	vertical-align: middle;
}
.banner-block .offers img{
	max-width: 100%;
}


.banner-block .model{	
	width: 50%;
	padding-left: 20px;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
.banner-block .model img{
	max-width: 100%;
	float: right;
}



/*---  CONTENT BLOCK ---*/

.content-block{
	background: #68073e;
}
.content-block{
	padding: 50px 0;
}

.sub-text{
	font-size: 17px;
	line-height: 26px;
	width: 750px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	font-family: 'gotham_htfbook';
}


h2.thankyou{
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.line{
	height: 2px;
	background: #fff;
	width: 100%;
	clear: both;
	line-height: 2px;
	overflow: hidden;
}


/*--- PRODUCTS BLOCK ---*/

.wrap-products{
	padding: 50px 0;
	text-align: center;
	background: #fff9ef;;
}
.wrap-products h3{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #c25e62;
	text-align: center;
	font-family: 'gotham_htflight';
}
.wrap-products h3 span{
	font-size: 50px;
	color: #68073e;
	font-family: 'gotham_htfbold';
}

.wrap-products .product1{
	display: inline-block;
	width: 98%;
	margin:10px;	
}
.wrap-products .product2{
	display: inline-block;
	margin: 10px;
	width: 55.5%;
}
.wrap-products .product3{
	display: inline-block;
	margin: 10px;
	width: 40.7%;
}
.wrap-products .product figure{
	width: 100%;
	border:solid 1px #d3b287;
}
figure img{
	width:100%;
}
.wrap-products .product figure img,
.wrap-products .product .details img{
	width: 100%;
}
.wrap-products .product .details{
	background: #f8ece2;
}


/*--- LOCATION BLOCK ---*/

.location-block{
	position: relative;
    padding: 40px 0;
    background: url(../images/gemstone-store-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.location-block .content{
	text-align: center;
}
.location-block .content h5{
	color: #fff;
	font-size: 18px;
	font-family: 'gotham_htfbook';
	text-align: center;
}
.location-block .content address{
	font-size: 18px;
	color: #fff;
	width: 63%;
	margin:0 auto;
	margin-bottom: 20px;
	font-family: 'gotham_htfbook';
}

.location-block .content .locate{
	border:solid 1px #fff;
	padding: 20px;
	width: 40%;
	display: inline-block;
}
.location-block .content .locate h5{
	margin:0 0 15px;
	padding:0;
	font-size: 18px;
	color: #fff;
}
.location-block .content .locate a{
	background: #fff9ef;
    font-size: 15px;
    color: #802a33;
	text-transform: uppercase;
	width: 80%;
	display: inline-block;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 35px;
}
.location-block .content .locate a:hover, .locate a:focus{
	text-decoration: none;
}
.location-block .content .locate a:after{
	content: '';
	width: 13px;
	height: 21px;
	float: left;
	margin-top: 5px;
	background: url(../images/gemstone-location-pin.png) no-repeat 0 0;
	background-size: contain;
}


/*--- FOOTER BLOCK ---*/
footer{
	background: #68073e;
	text-align: center;
	width: 100%;
}
footer p.copy{
	color: #fff;
	padding: 10px 0 0;
	line-height: 18px;
	font-size: 12px;
}




/*--- Slick Slider ---*/

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-active, .slick:focus{
	outline: none;
}



.wrap-products .wrap-slider .slick-slider{
	position: relative;
}
.wrap-products .wrap-slider .slick-prev{
	width: 30px;
	height: 64px;
	overflow: hidden;
	border:none;
	left: 10px;
	top: 20%;
	text-indent: -9999em;
	position: absolute;
	z-index: 100;
	outline: none !important;
	background: url(../images/arrows.png) no-repeat 0 0;
}
.wrap-products .wrap-slider .slick-next{
	width: 30px;
	height: 64px;
	overflow: hidden;
	border:none;
	right: 30px;
	top: 20%;
	text-indent: -9999em;
	position: absolute;
	z-index: 100;
	outline: none !important;
	background: url(../images/arrows.png) no-repeat 0 bottom;
}
.slider{
	text-align: center;
}

.video-block{
	margin: 0;
    padding: 50px 0;
    text-align: center;
    background: url(../images/gemstone-video-bg.jpg) repeat 0 0;
	    margin-bottom: 50px;
}
.wrap-video, .wrap-image {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background: #000;
}


.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-button{
	padding: 30px 0 10px;
}

.gemstone-video-link{
	background: #fff9ef;
    color: #000;
    padding: 10px;
    border-radius: 3px;
	margin: 10px;
}
.gemstone-video-link:hover, .gemstone-video-link:focus{
	color: #000;
	text-decoration: none;
}

.wrap-products {
    padding: 0;
    text-align: center;
    background: #fff9ef;
}



/*--- RESPONSIVE STYLE ---*/


@media (max-width: 1200px) {	
	.location-block .content .locate{width: 55%;}
	.banner-block .brand img {width:40%;}
	.wrap-products .product2 {width: 55%;}
	.wrap-products .product3 {width: 39.9%;}

}
@media (max-width: 1024px) {
	

}
@media (max-width: 990px) {	
	.wrap-products h3, .wrap-products h3 span{font-size: 30px;}
	.wrap-products .product2 {width: 54%;}
	.wrap-products .product3 {width: 40%;}
	.location-block .content .locate {width: 62%;}
}

@media (max-width: 767px) {
	.show-banner{display : none !important;}
	.hide-banner{display : block !important; margin: 0 auto;}
	.sub-text{width:85%;}
	.wrap-products .product{width: 40%;}
	.banner-block{text-align: center; position: relative;}
	.banner-block .brand{position: absolute; bottom: 0; width: 250px; margin: 0 auto; left: 0; right: 0; bottom: 10px;}
	.banner-block .brand img{width: 85%; margin: 0 auto;}

	/*.banner-block .brand, .banner-block .offers, .banner-block .model{margin:0;padding:0;display: inline-block; width: 100%; margin-top: 30px;}
	.banner-block .brand img, .banner-block .offers img, .banner-block .model img{margin:0 auto; float: none;}*/

	.location-block{float: left; width: 100%; padding: 20px 0;}
	.location-block .content h3{ border-bottom: solid 2px #f1b89f; padding: 0 0 10px ; margin: 0 0 20px; }
	.location-block:after{display: none;}

	.wrap-products .product{margin: 0 2%;}
	footer{display: inline-block; width: 100%;}
	footer p.copy{display: inline-block; width: 100%;}
	
	.wrap-products .product1, .wrap-products .product2, .wrap-products .product3{margin: 5px;}
	.wrap-products .product2 {width: 47%;}
	.wrap-products .product3 {width: 47%;}
	.wrap-products {padding: 20px 0;}
	.wrap-products h3 {font-size: 20px;}
	.sub-text {width: 90%; font-size: 14px;}
	.wrap-products .product1{width: 95%;}
	.location-block .content address{font-size: 14px;}
	.location-block .content .locate {width: 95%;}
	.location-block .content .locate h5 {font-size: 14px;}
	.location-block .content .locate a {font-size: 11px;}
	.wrap-products {
      padding: 0;
  }
}

@media (max-width: 480px) {
	.location-block .content .locate a{width:100%;}
	.wrap-products .product{width: 80%;}
	.banner-block{background-position: 80% top;}
	/*.banner-block .offers img{height: 150px;}
	.banner-block .brand, .banner-block .offers, .banner-block .model{width: 80%;}*/
}

@media (max-width: 480px) {
	.wrap-products .product2 {width: 46%;}
	.wrap-products .product3 {width: 46%;}
}