body, html {
	font-family: 'Calibri', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5d5d5d;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: normal;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: #F4D03F;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #fff;
	padding:10px 0;
	text-transform: uppercase;
	font-size:14px;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
	width:200px;
	padding:0;
	height:auto;
}
.navbar-custom .navbar-brand  img{
	width:100%;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #26fcdd;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #26fcdd;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #5d5d5d;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding:10px 20px;
}
.navbar-custom .nav li.active a {
	outline: 0;
	color: #29e0ba;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: 0;
	color: #29e0ba;
}
.navbar-custom .nav li a:active, .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	background: none !important;
}
.navbar-custom .nav li a:hover {
	background:none;
}
/* Home Section */
#home {
	display: table;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	background: url(../img/intro-bg.jpg) no-repeat center top;
	background-color: #fff;
	background-size:100%;
}
#home .intro-body {
	padding:5% 0 0 0;
}
#home .intro-body H1 {
	font-family: 'Bodoni 72 Smallcaps';
	font-size: 80px;
	line-height:85px;
	font-weight: normal;
	letter-spacing:2px;
	text-transform: uppercase;
}
#home .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}
#home .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#home {
	height: 130%;
	padding: 0;
}
#home .intro-body .intro-text {
	font-size: 30px;
	letter-spacing: 5px;
	margin-top: 2%;
	font-weight:normal;
	font-family: 'Calibri Light';
}
#home .intro-body .intro-text span{
	color:#00e5cd;
}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* About Section */
#about {
	padding: 140px 0;
	background:url(../img/about-bg.jpg) left top repeat fixed;
	background-size:45px;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #e75926;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
#whyUs{
	padding: 100px 0;
	background:#fff;
}
#whyUs .heading{
	float:left;
	width:100%;
	font-size:80px;
	line-height:80px;
	margin:0;
	text-align:center;
	font-family: 'Bodoni 72 Smallcaps';
}
#whyUs .heading span{
	font-size:130px;
	line-height:80px;
}
#whyUs .section-title.center{
	padding:0;
}
#whyUs .section-title.center .quote{
	float:left;
	width:100%;
	text-align:center;
	font-size:25px;
	line-height:50px;
	font-style:italic;
	margin:0 0 4% 0;
}
#whyUs .section-title.center .quote span{
	display:block;
}
#whyUs .iconWrap{
	width:30%;
	float:left;
}
#whyUs .iconWrap img{
	width:90%;
}
#whyUs .about-text{
	width:70%;
	float:left;
	text-align:justify;
	font-size:12px;
	line-height:30px;
}
#whyUs .about-text h4{
	color:#02deb5;
	margin:0 0 2% 0;
	text-align:left;
}
/* Services Section */
	#diamonds {
	padding: 80px 0;
	background: url(../img/services-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#diamonds .service {
	padding: 20px 10px;
}
#diamonds h2 {
	color: #f6f6f6;
}
#diamonds h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}

.space {
	margin-top: 40px;
}
#diamonds i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
/* Gallery Section */
#ourDiamonds {
	padding: 100px 0;
	background: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#ourDiamonds i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#contactUs {
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0;
}
#contactUs h2 {
	color: #f6f6f6;
}
#contactUs blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#contactUs i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#contactUs .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	background: #f6f6f6;
}
#contact .container{
	 width:100%;
	 padding:0;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #e75926;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Calibri', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/* Footer Section*/
#footer {
	background: #fff;
	color: #5d5d5d;
	padding: 15px 0;
	text-align:left;
}
#footer p {
	font-size: 16px;
	margin-top: 10px;
}
.aboutContainer{
	float:left;
	width:60%;
	background:#fff;
	padding:5%;
	margin:0 20%;
	text-align:center;
	font-size:18px;
}
.aboutContainer .heading{
	float:left;
	width:100%;
	font-size:80px;
	margin-bottom:2%;
	text-align:center;
	font-family: 'Bodoni 72 Smallcaps';
}
.diamondsWrap{
	width:100%;
	padding:0 5%;
}
#diamonds .container{
	width:100% ;
}
.diamondsWrap .left{
	width:30%;
	float:left;
	padding:15% 0 0 0;
	text-align:left;
	color:#5d5d5d;
}
.diamondsWrap .left.right{
	float:right;
	text-align:right;
}
.diamondsWrap .left .heading{
	font-family: 'Bodoni 72 Smallcaps';
	font-size:60px;
	line-height:70px;
}
.diamondsWrap .left p{
	color:#5d5d5d;
	line-height:25px;
}
#ourDiamonds .heading{
	float:left;
	width:100%;
	font-size:80px;
	margin-bottom:2%;
	text-align:center;
	font-family: 'Bodoni 72 Smallcaps';
}
#ourDiamonds  .section-title.center{
	padding:0;
}
.tableWrapper{
	float:left;
	width:100%;
	margin:0 0 5% 0;
}
.tableWrapper .rowWrap{
	display:table;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	margin:1% 0
}
.tableWrapper .rowWrap.border{
	border-bottom:#989999 solid 1px;
	padding:10px 0;
}
.tableWrapper .rowWrap.border.noBorder{
	border:0;
}
.tableWrapper .rowWrap .cell{
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
	text-align:center;
}
.tableWrapper .rowWrap .cell.txtAlighnRight{ text-align:right;}
.tableWrapper .rowWrap .cell:nth-child(1){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(2){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(3){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(4){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(5){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(6){ width:15%;}
.tableWrapper .rowWrap .cell:nth-child(7){ width:10%;}
.tableWrapper .rowWrap .cell.cellSpanFull{
	width:100%;
	background:#02deb5;
	font-size:25px;
	line-height:25px;
	padding:15px 4% 10px 4%;
	text-align:left;
	color:#fff;
}
.tableWrapper .rowWrap .cell.cellSpanFull.light{
	background:#71f4dc;
}
#contactUs {
	font-size:25px;
	text-align:center;
	font-family: 'Calibri Light';
}
#contactUs a{
	color:#5d5d5d;
}
#contactUs p{
	line-height:35px;
}
#contactUs .icon{
	float:left;
	width:100%;
	margin:0 0 2% 0;
}
#contactUs .icon img{
	width:80px;
}
#contactUs .heading{
	float:left;
	width:100%;
	font-size:80px;
	margin-bottom:2%;
	text-align:center;
	font-family: 'Bodoni 72 Smallcaps';
}
#contact .map{
	float:left;
	width:100%;
	height:500px;
}
#footer .copy{
	float:left;
	width:auto;
}
.socialWrap{
	float:right;
	width:auto;
}
.socialWrap ul li{
	float:left;
	width:30px;
	height:30px;
	font-size:15px;
	margin:0 0 0 10px;
	text-align:center;
}
.socialWrap ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	background:#02deb5;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
}
.socialWrap ul li a:hover{
	background:#00c5a0;
}
@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 767px) {
#home .intro-body H1 {
	font-size: 25px;
	line-height:25px;
	padding:0 5%;
}
#home{
	background-size:cover;	
}
#home .intro-body{
	padding:60px 0 200px 0;
}
#home .intro-body .intro-text{
	font-size:14px;
}
.aboutContainer{
	width:100%;
	margin:0;
}
.aboutContainer .heading, #whyUs .heading, .diamondsWrap .left .heading, #ourDiamonds .heading, #contactUs .heading{
	font-size:30px;
}
#whyUs .heading span{
	font-size:50px;
}
#whyUs .section-title.center .quote{
	font-size:20px;
	line-height:25px;
	padding:0 5% 0 0;	
}
#whyUs .iconWrap{
	width:20%;
}
#whyUs .about-text{
	width:80%;
}
#whyUs .about-text, .diamondsWrap .left p{
	font-size:18px;
	line-height:25px;
	line-height:normal;
	text-align:left;
	margin-bottom:10%;
}
#diamonds{
	background:#2bfcde;
	padding:5% 0;
}
.diamondsWrap .left, .diamondsWrap .left.right{
	width:100%;
	text-align:left;
}
#ourDiamonds .row .tableWrapper{
	overflow:auto;
	width:100%;
}
.tableWrapper .rowWrap{
	width:800px;
}
.tableWrapper{
	width:800px;
	overflow:auto;
}
.navbar-custom .navbar-brand{
	width:150px;
	margin:10px 0 0 5%;
}
.navbar-custom{
	position:fixed;
	left:0;
	top:0;
}
body{
font-size:18px;
}
}
@font-face {
  font-family: 'Bodoni 72 Smallcaps';
  src: url('fonts/Bodoni 72 Smallcaps Book.eot'); /* IE9 Compat Modes */
  src: url('fonts/Bodoni 72 Smallcaps Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Bodoni 72 Smallcaps Book.woff') format('woff'), /* Modern Browsers */
       url('fonts/Bodoni 72 Smallcaps Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Bodoni 72 Smallcaps Book.svg#87841fd45a02964aac9fa48b1b4d6458') format('svg'); /* Legacy iOS */     
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Calibri';
  src: url('fonts/calibri_0.eot'); /* IE9 Compat Modes */
  src: url('fonts/calibri_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/calibri_0.woff') format('woff'), /* Modern Browsers */
       url('fonts/calibri_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/calibri_0.svg#f7cee5eaf81ca6750bedc48055a4dffb') format('svg'); /* Legacy iOS */     
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Calibri Light';
  src: url('fonts/calibril-light.eot'); /* IE9 Compat Modes */
  src: url('fonts/calibril-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/calibril-light.woff') format('woff'), /* Modern Browsers */
       url('fonts/calibril-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/calibril-light.svg#e0701c5af929bd67babc2defb9ce654c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}
