	 
.navbar .nav-item{
	padding: 10px;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.navbar .nav-link {
	color: #ffffff !important;
}
.navbar .order-sample-link {
	color: #e3bb42 !important;
}
.navbar .nav-item:hover .nav-link {
	color: #aaaaaa !important;
}
#header{
	margin: 0 auto;
	padding: 0px 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	max-width: 1530px;
}

.header-background div
{
	background-color: rgba(0,0,0,0.5);
	top: 0;
	height: 144px;
	right: 0;
	left: 0;
	z-index: 5;
	position: absolute;
}

.slide-item
{
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	display: none;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 17px;
	border-radius: 4px;
}
.slide-item-title
{
	font-size: 32px;
	font-weight: bold;
}
.slide-item-body
{
	font-size: 21px;
}
.title-border
{
	width: 55px;
	border-bottom: 2px solid #7b7b7bf7;
	margin: 0 auto;
	height: 10px;
}
.title{
	font-size: 36px;
}

.product-wrapper
{
	margin: 3px;
	height: 115px;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
}
.stone-area .stones-wrapper >div{
	 width: 100%;
	 padding: 0;
}
.stone-area .stones-wrapper {
	padding: 0;
}
.stone-area{
	margin-top: 100px;
	min-height: 500px;
}
.card-body .row>div{
	margin: 0 auto;
}
.product-filter{
	position: absolute;
	width: 90%;
}
.product-wrapper img{
	top: 0;
	bottom: 0;
	position: absolute;
	object-fit: cover;
	left: 0;
	right: 0;
	width: 100%;
	transition:  all 1.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Firefox 4 */
    -webkit-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Safari and Chrome */
    -o-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Opera */
    -ms-transition: all 1.5s cubic-bezier(.17,.84,.44,1); /* Explorer 10 */
}
.product-hover{
	display: inline-block;
	background-color:rgba(219, 173, 81, 0.65);
	height: 100%;
	min-width: 35%;
	position: absolute;
	right: 13px;
	font-weight: bold;
	transition:  all 1.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Firefox 4 */
    -webkit-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Safari and Chrome */
    -o-transition:  all 1.5s cubic-bezier(.17,.84,.44,1); /* Opera */
    -ms-transition: all 1.5s cubic-bezier(.17,.84,.44,1); /* Explorer 10 */
}
.product-hover .center{
	width: 100%;
}

.product-wrapper:hover img{

	bottom: -20px;
	top: -20px;
	right: -10%;
	left: -10%;
	width: 120%;
}
.product-wrapper:hover .product-hover{
	background-color:rgba(255, 255, 255, 0.368) ;
}
.product-wrapper:hover .product-hover a{
	color: #574100 !important;
}
.product-wrapper .product-hover a:hover{
	color: #E3BB42 !important;
}
.stone-wrapper img{
 width: 250px;
 height:250px;
}
.stone-wrapper 
{
	max-width: 250px;
	padding: 0;
	margin: 0 auto;
	float: none;
	position: relative;
	margin-bottom: 18px;
}
.stone-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(79,79,79,0.8);
	display: none;
}
.stone-hover>div
{
	width: 100%;
	height:100%;
	margin: 0;
	transition:  all 0.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Firefox 4 */
    -webkit-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Safari and Chrome */
    -o-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Opera */
    -ms-transition: all 0.5s cubic-bezier(.17,.84,.44,1); /* Explorer 10 */
	border: 1px solid #ffffff;
	font-size: 20px; 
	color: #ffffff ;
}
.stone-hover>div a
{
	color: #ffffff !important;
}
.stone-hover>div:hover
{
	width: 80%;
	height:80%;
	margin: 10%;

}
.stone-wrapper:hover .stone-hover{
	display: block;
}
.center  {
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}
.stone-link-border{
	border-top: 1px solid #ffffff;
	width: 40px;
	margin: 0 auto;
}
.portfolio-slides img ,.application-slides img
{
	width: 100%;
	float: left;
	height: 100%;
	max-height: 90vh;
}
.portfolio-slide,.application-slide
{
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;

}
.portfolio-layer, .application-layer{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	float: left;
	background-color: rgba(10,10,10,0.8);
	display: none;
	color: #ffffff;
}
.portfolio-slide-sides .portfolio-layer,
.application-slide-sides .application-layer{
	display: block;
}

.portfolio-layer .bottom-right,
.application-layer .bottom-right{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
	font-size: 12px;
}

.portfolio-layer .top-left,
.application-layer .top-left{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	font-size: 20px;
}
.portfolio-slide-pre-btn,
.application-slide-pre-btn
{
	display: inline-block;
	position: absolute;
	top: 45%;
	color: #fff;
	padding: 10px;
	font-size: 30px;
	z-index: 4;
	left: 15px;
	cursor: pointer;
}
.portfolio-slide-next-btn,
.application-slide-next-btn
{
	display: inline-block;
	position: absolute;
	top: 45%;
	color: #fff;
	padding: 10px;
	font-size: 30px;
	z-index: 4;
	right: 30px;
	cursor: pointer;
}
.stone-area .product-hover p{
	margin : 0px !important;
}
.pagination .page-item a:focus {
  border-color: #E3BB42;
  box-shadow: inset 0 1px 1px #E3BB42, 0 0 8px #E3BB42;
}
.pagination .page-item
{
	cursor: pointer;
}
.pagination .page-item:hover
{
	box-shadow: 0px 0px 3px 5px #E3BB42;
	border-radius: 5px;
}
.pagination .page-item:hover a
{
	color: #FFFFFF;
	background-color: #E3BB42;
	border-top-color: #AE8C23;
	border-bottom-color: #AE8C23;

}
.address-text
{
	margin-top: 5px;
}
.portfolio-slides .zoom,
.application-slides .zoom{
	position: absolute;
	width: 33%;
	display: block;
	top: 0;
	left: 33%;
	z-index: 3;
	height: 100%;
	border: 5px solid rgb(227, 187, 66);
	text-align: center;
}
.portfolio-slides .zoom>div,
.application-slides .zoom>div
{
	background-color: rgba(230, 184, 37, 0.67);
	display: inline-block;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 100px;
	color: wheat;
	font-size: 29px;
	cursor: pointer;
	color: #ffffff;
}
.portfolio-zoom-body,
.application-zoom-body{
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.749);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
}
.portfolio-zoom-body img,
.application-zoom-body img{
	max-width: 80%;
	max-height: 85%;
	margin-top: 5%;
}
.portfolio-description,
.application-description{
	display: none;
}
.our-features
{
	background-color: #ffffff;
	width: 58%;
	display: inline-block;
	height: 70%;
	position: absolute;
	top: 15%;
	left: 10%;
	color: black;
	padding: 5%;
	overflow: auto;
}
.form-group{
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	margin-top: 10px;
}
.contact-text-input
{
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 20px 1px;
	box-shadow: none !important;
}

.rainbow
{
	-webkit-background-clip: text;
	-webkit-text-fill-color: #e3bb4100;
	background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
	text-shadow: -1px 1px 1px #fff;
}

.contact-text-input:focus , 
.contact-text-input:not(:placeholder-shown) {
	border-color: #E3BB42 !important;
}
.contact-text-input:focus ~ .floating-label ,
.contact-text-input:not(:placeholder-shown) ~ .floating-label{
	top:-25%;
	font-size: 14px;
	color: #E3BB42;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  bottom: 5px;
  top: 10px;
  transition: 0.2s ease all;
  font-size: 20px;
}
.popupFrame .stone-wrapper {
    width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.popupFrame .stone-full-size, 
.popupFrame .stone-link-border ,
.popupFrame .stone-hover a {
	display: none;
}
.popupFrame .stone-hover p {
	margin: 0;
}
.popupFrame .stone-hover  {
	cursor: pointer;
}
.popupFrame .stones-wrapper>.popup-image-row
{
	position: absolute;
	height: 150px;
	padding: 0px;
	left: 0;
}
.active-image-wrapper{
	border: 4px solid #E3BB42;
}
.active-image-wrapper .stone-hover>div
{
	width: 80%;
	height:80%;
	margin: 10%;
}
.active-image-wrapper .stone-hover{
	display: block;
}
.popupFrame .stones-wrapper
{
	overflow: hidden;
	position: relative;
	height: 170px;
	display: block;
	padding: 0;
}
.popupFrame img
{
	max-width: 100%;
}
.popupFrame .stones-wrapper > .popup-image-row
{
	padding:0;
}
#popup-image-view{
	max-height: 50vh;
    object-fit: cover;
    width: 677px;
}
.footer-menu
{
	
	background-color: #f3f3f3;
}
.footer-menu .row:first-child p:first-child{
	font-size: 20px;
	font-weight: bold;
}
.social-media a{
	color:#d5d5d5 !important;
	text-decoration: none;
}
.social-media img{
	max-height: 30px; 
	height: 30px; 
	max-width: 40px;
	border-radius: 5px;
}

.social-media
{
	letter-spacing: 20px;
    line-height: 47px;
}
.background-wrapper-2{
	position: relative;
	background-color: rgb(243,243,243);
}
.background-image-wrapper-2{
	position: absolute;
	z-index: 1;
}
.background-image-wrapper-2>img{
	max-width: 100%;
	min-height: 400px;
}
.background-image-wrapper-2>div{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.55);
}
.background-content-wrapper-2{
	position: relative;
	top: 0;
	color: #ffffff;
	left: 0;
	right: 0;
	z-index: 2;
}
.background-wrapper-3
{
	width: 93%;
	display: inline-block;
	background-color: #d7d7d7;
	max-width: 100%;
	min-width: 287px;
	position: relative;
}
.background-image-3
{
	width: 50%;
	float: right;
	max-width: 100%;
	min-width: 300px;
	min-height: 670px;
	max-height: 917px;
}

.applications-wrapper-2{
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
}

.applications-see-more-link{
	line-height: 30px;
	font-size: 18px;
}
.footer-menu a {
	text-decoration: none;
	color: black;
}
.footer-menu a:hover {
	color: #E3BB42;
}
.scrollDown {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 0;
}

.scrollDown a 
{
	bottom: 20px;
	z-index: 2;
	display: inline-block;
	color: #fff;
	font: normal 400 20px/1 'futura', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	padding-bottom: 70px;
	font-size: 2em;
	padding-top: 20px;
}
.scrollDown a span 
{
	position: absolute;
	bottom: 43px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	border-radius: 3px;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.portfolio-slides .spacer,
.application-slides .spacer{
	position: relative;
	float: left;
	width: 14px;
	height: 20px;
	display: inline-block;
}
.our-features svg{
	color: #7a7980;
	height: 50px;
}
.link
{
	color:#E3BB42;
	text-decoration: none !important;
}
.link:hover
{
	color:#FFC000;
}
.stone-hover p{
	font-size: 16px;
}

.header-background {
	width: 100%;
	position: relative;
	height: 144px;
	overflow: hidden;
}
.header-background img{
	width:100%;
	min-height: 428px;
	top: 0;
	max-height:100vh;
}
.footer-copyright{
	background-color: rgb(86,83,83);
	color: #ffffff;
	padding: 18px;
	color: rgb(213,213,213);
}
.order-sample-link
{
	border: 1px solid #e3bb42;
	line-height: 20px;
	padding: 10px 15px !important;
	color: #e3bb42 !important;
}
.border-text
{
	background-color: #ffffff;
	text-align: center;
	text-decoration: none !important;
	font-size: 28px;
	color: #E3BB42;
	white-space: nowrap;
	padding: 0 10px;
	top:13px;
	text-transform: uppercase;
}
.border-text:hover
{ 
 	color: #F0D584 !important;
}
.border-line
{
	border-top: 1px solid #000000;
}
.stones-wrapper
{
	text-align: center;
}
.stones-wrapper >div{
	 text-align: center;
	 display: inline-flex;
	 padding: 30px;
}
.portfolio-wrapper img,
.application-wrapper img
{
	width: 100%;
	max-height: 555px;
	position: relative;
	transition:  all 0.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Firefox 4 */
    -webkit-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Safari and Chrome */
    -o-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Opera */
    -ms-transition: all 0.5s cubic-bezier(.17,.84,.44,1); /* Explorer 10 */
	border: 1px solid #ffffff;
	font-size: 20px; 
	color: #ffffff ;
	min-width: 200px;
	height: 600px;
	max-width: 100vw;
}
.portfolio-wrapper>div:hover img,
.application-wrapper>div:hover img
{
	width: 110%;
	margin-left: -5%;
}
.portfolio-wrapper>div,
.application-wrapper>div
{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.portfolio-hover,.application-hover
{
	background-color: rgba(179, 156, 63, 0.44);
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition:  all 0.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Firefox 4 */
    -webkit-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Safari and Chrome */
    -o-transition:  all 0.5s cubic-bezier(.17,.84,.44,1); /* Opera */
    -ms-transition: all 0.5s cubic-bezier(.17,.84,.44,1); /* Explorer 10 */
	border: 1px solid #ffffff;
	font-size: 20px; 
	color: #ffffff ;
}
.portfolio-hover:hover,
.application-hover:hover
{
	opacity: 1;
}
.contact-form
{
	position: relative;
	background-color: rgb(243,243,243);
}
.contact-form .container{
	z-index: 3;
	position: relative;
}
.contact-form .title
{
	font-size: 23px;
	padding: 30px;
}
.contact-form .title span
{
	font-weight: bold;
}
.contact-form .btn
{
	color: rgb(219, 173, 33);
	border: 2px solid;
	border-radius: 0px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 14px;
	font-size: 18px;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.contact-form form>div
{
	background-color: #ffffff;
	min-height: 300px;
}
.margin-h-center{
	margin: 0 auto;
}
.contact-form>img
{
	max-width: 100%;
	min-height: 370px;
	position: absolute;
	z-index: 0;
	max-height: 854px;
	width: 100%;
}
#collapsibleNavbar>ul
{
	width: 100%;
}
.main-slide
{
	width: 100%;
	position: relative;
}
.main-slide>img
{
	width:100%;
	min-height: 549px;
	top: 0;
	max-height:100vh;
}
.main-slide>div
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.main-slide>div>div
{
	display: inline-block;
	position: absolute;
	top: 140px;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
}
.main-slide .progressbar
{
	width: 10px;
	height: 235px;
	position: relative;
	float: left;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(15px, -50%);
}
.main-slide #slide-number
{
	position: absolute;
	top: -25px;
	color: white;
	left: -6px;
}
.main-slide #home-slide-up
{
	position: absolute;
    top: -55px;
    color: rgba(255,255,255,0.3);
    left: -13px;
    cursor: pointer;
    text-align: center;
}
.main-slide #home-slide-down
{
	position: absolute;
    bottom: -58px;
    color: rgba(255,255,255,0.3);
    left: -13px;
    cursor: pointer;
    text-align: center;
}
.main-slide  #count-of-slides
{
	position: absolute;
	bottom: -26px;
	color: white;
	left: -6px;
}
.main-slide .bar
{
	width: 2px;
	height: 100%;
	background-color: #9b9a99;
	margin: 0px 1px;
	position: absolute;
}
.main-slide #percent-bar
{
	background-color: white;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	border-radius: 6px;
}
.newsletter-text
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.newsletter-email
{
	padding: 2px 15px;
	width: 387px;
	max-width: 100%;
	border: 1px solid #bfbfbf;
}
.newsletter-submit
{
	color: #ffffff;
	background-color: rgb(121,121,121);
	border: 2px solid;
	padding: 4px 32px;
	cursor: pointer;
}
.main-slide a
{
	color: white !important;
}
.about-us-text{
	text-align: justify;
}
.about-us
{
	background-color: white;
	padding:0 50px;
}
.uppercase
{
	text-transform: uppercase;
}
.table-condensed
{
	max-width: 100%;
	overflow: auto;
	display: inline-table;
}
.table-wrapper
{
	max-width: 100%;
	overflow: auto;
	width: 100%;
}
.applications-link{
	font-weight: bold;
}
.stone-full-size
{
	cursor: pointer;
}
.portfolio-slides-wrapper,
.application-slides-wrapper
{
 position: relative;
 width: 100%;
}
#alertBox .alert
{
	width: 800px;
	max-width: 86vw;
	margin: 10px auto;
}

#alertBox{
	z-index: 5;
	display: inline-block;
}
#alertBox .close{
	font-size: 16px;
}
.contact-form form
{
	position: relative;
}
#header .dropdown-menu a:hover
{
	background-color: #888686;
	border-radius: 5px;
	color: white !important;
}
.search-img {
	max-width: 200px !important;
	max-height: 200px !important;
}
.search-result>div{
	background-color: #ffffff;
}
.search-result .stone-wrapper{
	margin-bottom:15px;
}
#navbar-logo {
	padding: 8px;
	display: flex;
	margin-bottom: 40px
}
.navbar-brand img{
	width:90px;
	height:90px;
}
.home-page-link{
	color: rgb(227,187,66);
	border: 1px solid;
	border-radius: 0px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 14px;
	font-size: 18px;
	cursor: pointer;
}
.home-page-title{
	font-size: 32px;
	font-weight: bold;
}
.home-page-text
{
	font-size: 16px;
}
.main-page-text-wrapper
{
	display: inline-block;
	width: 100%;
}
.home-application-text-btn
{
	position: absolute;
	top: 0;
	right: 0px;
}

.home-application-text-btn .fa-edit
{
	height: 26px;
}
.app-title{
	font-weight: bold;
}
.portfolio-width,.application-width
{
	width: 380px;
	max-width: 100%;
}
.nav-item .dropdown-5cm-menu
{
	display: none;
	position: absolute;
	background-color: rgba(34, 36, 36, 0.87);
	list-style-type: none;
	padding: 5px;
	border-radius:5px;
}
.nav-item:hover .dropdown-5cm-menu
{
	display: block;
}
.dropdown-5cm-menu a:hover
{
	background-color: #ffffff !important;
	color: #aaaaaa !important;
	padding-left: 5px;
	padding-right: 5px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #E3BB42;
    border-color: #E3BB42;
}
.dropdown-5cm-menu a
{
	border-radius:5px;
}
.dropdown-menu {
	background-color: #555555;
	padding: 5px;
}
.dropdown{
	padding-right: 5px;
	padding-left: 5px;
}
.category{
	margin-top: 20px;
}
.navbar-brand div {
	padding: 11px;
	padding-right: 0px;
}
.navbar-nav {
	padding: 0px;
}
#CrossFade {
	width: 440px;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.category-info
{
	width: 440px;
	max-width: 100%;
	margin: 0 auto;
}
#CrossFade .slideImages img {
	width: 100%;
	min-height: 600px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#CrossFade .slideImages  {
	max-width: 100%;
	overflow: hidden;
	width: 435px;
	height: 300px;
	display: inline-block;
	position: relative;
}
#CrossFade .smallImages img {
	width: 100px;
	height: 100px;
	padding: 2px;
}
#CrossFade .smallImages  {
	display: inline-flex;
	position: absolute;
	left: 0;
}
.cfSelectedSlide {
	border: 3px solid black;
}




@media only screen and (max-width: 1024px)
{
	
	
	#header{
		font-size: 16px;
		padding: 0;
	}


}
@media only screen and (max-width: 991px)
{
	.product-filter{
		position: relative;
		width: 100%;
		margin:10px auto;
	}
	.stone-area{
		margin-top: 0;
	}
	.navbar .navbar-collapse {
		background-color: rgba(10,10,10,0.8); 
	}
	#header{
		padding: 0;
	}
	.stone-hover p{
		font-size: 13px;
	}
	.main-slide>div>div
	{
		bottom: 0px;
	}
	.stone-wrapper img{
		width: 200px;
		height:200px;
	}
	.stone-wrapper {
  	  max-width: 200px;
  	}
  	.back-to-top:after {
  		content: ' ';
		display: block;
		width: 100%;
		height:20px;
	}
	.dropdown-5cm-menu{
		left: 20px;
		right:20px;
	}
	.header-background{
		height: 93px;
	}
	.navbar-brand img{
		height: 65px;
		width: 65px;
	}
	.navbar-brand div{
		padding: 0;
		padding-left: 10px;
		font-size: 16px;
		padding-top: 6px;
	}
	#navbar-logo {
		margin-bottom: 0px
	}

	.navbar-brand div{
		padding: 0;
		padding-left: 10px;
		font-size: 16px;
		padding-top: 6px;
	}
	#navbar-logo {
		margin-bottom: 0px
	}
}

@media only screen and (max-width: 770px)
{
	.stone-hover p{
		font-size: 16px;
	}
	.border-text
	{
		white-space: normal;
		width:100%;
		text-transform: uppercase;
	}
}
@media only screen and (max-width: 600px)
{
	.main-slide>div>div
	{
		top: 100px;
	}

	.about-us{
		padding: 0;
	}
	.about-us-text
	{
		font-size: 15px;
	}
	.portfolio-slide-sides,.application-slide-sides{
		display: none !important;
	}
	.portfolio-slides .zoom,.application-slides .zoom{
		width: 100%;
		left: 0;
		right: 0;
	}
	.portfolio-slides .spacer,.application-slides .spacer{
		width:5px;
	}
	.our-features
	{
		width: 90%;
		left: 5%;
	}
	.slide-item-body{
		font-size: 16px;
	}
	.slide-item-title{
		font-size: 16px;
	}
	.border-text
	{
		text-transform: capitalize;
	}
	.portfolio-wrapper img,
	.application-wrapper img
	{
		height: auto;
	}
	.navbar-brand div{
		font-size: 14px;
		padding-top: 11px;
	}
	.popupFrame .stone-wrapper {
	    width: 90px;
	    max-height: 90px;
	    overflow: hidden;
	}
	.popupFrame .stones-wrapper
	{
		max-height: 100px;
	}


}
@media only screen and (max-width:400px)
{
	
	.navbar-brand div{
		font-size: 10px;
		padding-top: 8px;
	}
	.navbar-brand img {
		width: 50px;
		height:50px;
	}
	.navbar {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.header-background{
		height: 80px;
	}
}