body {
	min-width: 320px;
}
h3 a, h3 {
	font-weight: 200;
	margin-bottom: 20px;
}
h2 {
    color: #202020;
    text-transform: uppercase;
    margin: 25px 0 20px 0;
    font-size: 20px;
    font-weight: 400;
}
h6.general-title {
	margin-bottom: 27px;
}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
.text-red {
	color: #e54b4b !important
}
.text-blue {
	color: #4b5ae5 !important
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;	
}
#top nav.navbar .dropdown-menu {
    padding: 5px 10px;
}
header#top.affix {
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50,50,50,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(50,50,50,0.25);
	box-shadow: 0px 0px 4px 0px rgba(50,50,50,0.25);
}
.navbar-nav > li,
header#top.affix .navbar-nav > li {
	padding-left: 7px;
	padding-right: 7px;	
}
#widget-newsletter .newsletter form input,
#widget-newsletter .newsletter .group_input {
	max-width: 100%;	
}
.footer-content-bottom {
	padding: 15px 0;
}
.contact-page ul.right-content > li {
	display: block;	
}
.contact-page .right-block ul.social li {
	display: inline-block;		
}
#map-canvas {
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0;
	margin: 0;
	padding: 0;
}
img.img {
	margin: 10px 10px 10px 0;	
}
img.img-block {
	display: block;
	margin: 10px auto;	
}
.about-us div.center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;	
}
.about-us li {
	font-size: 15px;
	line-height: 20px;
}

.home-banner-wrapper {
	min-height: 280px;
	padding-top: 40px;
}
#home-banner .home-banner-caption p, 
#home-banner .home-banner-action a {
	font-size: 20px; 
	margin-top: 50px; 
	line-height: 30px;
}
.home-banner-wrapper {
	background: #ccc;
}
#home_collections span.col-name {
	text-transform: inherit;
	padding-bottom: 10px;
}
#home_collections .home_collections_item span.col-name a {
	font-size: 16px;
	line-height: 16px;
}
#home_collections .home_collections_item a img {
	width: 100%;
}
#home_collections .home_collections_item_inner .hover-overlay {
	margin-bottom: 0;
}
#home_collections .home_collections_item .collection-action a:hover {
	text-decoration: underline;
}
#home_collections .home_collections_item .collection-action a:first-child {
	margin-bottom: 15px;
	display: block;
}
#home_collections .home_collections_item .collection-action a.comment {
	width: 100%;
	height: 45px;
	line-height: 34px;
	display: block;
	color: #fff;
	background: #a07936;
	text-align: center;
	border: 0;
}
#home_collections .home_collections_item .collection-action a.comment:after {
	display:none;
}

table.table-noneborder,
table.table-noneborder > tbody > tr > td {
	text-align: left;
	border: 0;
}
table.table-noneborder > tbody > tr > td {
	padding: 5px 5px 5px 0;
}

table.table-bgeven > tbody > tr > td {
	text-align: left;
}
table.table-bgeven > tbody > tr > td:first-child {
	border-right: 1px solid #ebebeb;
}
table.table-bgeven > tbody > tr:nth-child(even) {
	background: #fff
}

table.table-bgwhite > tbody > tr > td {
	text-align: left;
	background: #fff
}
table.table-bgwhite > tbody > tr > td:first-child {
	border-right: 1px solid #ebebeb;
}

table.diamond > thead > tr > td {
	border-right: 1px solid #e0e0e0;
	text-align: center;
}
table.diamond > thead > tr > td:last-child {
	border-right: 0;
}
table.diamond > tbody > tr > td {
	background: #fff;
	border-right: 1px solid #ebebeb;
}
table.table-bgwhite.diamond > tbody > tr > td:last-child {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

table.table-finish > thead > tr > td {
	padding: 5px;
}
table.table-finish {
	margin-top: 30px;
	margin-bottom: 30px;
}
table.table-finish td {
	width: 20%;
	height: 40px;
}

table.table-comment td {
	text-align: left;
}
table.table-comment td:first-child {
	color: #d9534f;
	min-width: 160px;
}

.our-report .nav-tabs > li {
	margin-bottom: -4px;
}
.our-report .nav-tabs > li > a {
	padding: 10px 15px;
}
.our-report .tab-content {
	padding: 15px;
	background: #fff;
	text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.our-report .tab-content img {
	max-width: 100%;
	margin: auto;
	display: block;
}

.img-measurement {
	margin: 20px auto;
	display: block;
}

.page ul.list-circle {
	list-style: disc;
	padding-left: 40px;
}


#widget-newsletter .newsletter label {
	width: 570px;
	margin-top: 15px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
}
#widget-newsletter .newsletter .group_input {
	margin-top: 0;
}
#widget-newsletter .newsletter form input {
	padding-left: 15px;
	padding-right: 15px;
}

.alert-danger, 
.alert-success {
	margin-bottom: 15px;
}

.info_success { 
	background: url(../images/valid_small.png) no-repeat 0 50%; 
	padding-left: 20px;
	margin-top: 5px;
	margin-left: 3px;
	color: #179434;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	position: relative;
	width: 570px;
	display: inline-block;
	text-align: left;
}
.info_error { 
	background: url(../images/error_small.png) no-repeat 0 50%; 
	padding-left: 20px; 
	margin-top: 5px;
	margin-left: 3px;
	color: #d9534f;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	position: relative;
	width: 570px;
	display: inline-block;
	text-align: left;
}
.img_report {
	width: 970px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 100%;
    background-color: #f7f7f7;
}
.img_report img {
    float: none;
    display: block;
    margin: 0 auto;
	max-width: 100%;
}
.img_report #close {
    width: 50px;
    height: 50px;
	top: 0;
    right: 0;
    z-index: 200;
    position: absolute;
    background: #cc0000 url(../images/close.png) no-repeat center center;
    cursor: pointer;
}

.object img.img-block {
	width: 100%;
}
.object p {
	margin-bottom: 5px;
}
.object p.text-center {
	text-align: center;
}
.object table {
	width: 100%;
	max-width: 570px;
	margin: auto;
}
.object table > tbody > tr > td {
	width: 25%;
	padding: 5px;
	vertical-align: top;
}
.object table > tbody > tr > td img {
	max-width: 100%;
}

.colour p,
.refractive p,
.cut p {
	margin-bottom: 5px;
}
.colour img {
	width: 100%;
}
.colour ul,
.refractive ul {
	padding-left: 15px;
	list-style: inside;
}
.refractive ul {
	padding-left: 30px;
}
.fluoresense ol {
	padding-left: 30px;
	list-style: decimal;
}

.about-us.cut img {
	margin: 15px 15px 15px 0;
}
.about-us.cut ol {
	list-style: decimal;
	padding-left: 30px;
	margin-top: 15px;
}
.about-us.cut ol li {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
}
.about-us.cut ul {
	width: 100%;
	margin: 20px auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
}
.about-us.cut ul li {
	width: 135px;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.about-us.cut ul li img {
	margin-right: 0;	
}
.about-us.gems-gemmology ul {
	padding-left: 40px;
	list-style: inherit;
}

.list-decimal {
	padding-left: 40px;
	list-style: decimal;
	display: inherit;
}

@media (min-width: 1200px) {
	.nav-item.dropdown > .dropdown-menu {
		margin-left: 10px;
	}
	#top nav.navbar .dropdown-menu {
		width: 140px;
	}
	#top nav.navbar .dropdown-menu li {
		border-bottom: 1px solid #bbb;
	}
	#home-slider {
		height: 560px !important;
	}
	
}


@media (min-width: 1024px) {
	table.table-bgwhite.diamond > tbody > tr > td:last-child {
		width: 90px;
	}
}


@media (min-width: 1024px) and (max-width: 1279px) {
	.navbar-nav > li, 
	header#top.affix .navbar-nav > li {
		padding-right: 5px;
		font-size: 13px;
	}
	.top-navigation .navbar ul.navbar-nav {
		min-width: 800px
	}
}


@media (max-width: 1023px) {
	table.diamond > tbody > tr > td {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	table.diamond > tbody > tr {
		border-bottom:  1px solid #ebebeb;;
	}
	/*
	table.diamond, table.diamond thead, table.diamond tbody, table.diamond th, table.diamond td, table.diamond tr {
		display: inherit;
	}
	*/
	
}


@media (min-width: 768px) and (max-width: 1023px) {
	.top-navigation ul li.top-logo {
		float: none;
		width: auto;
		margin: auto;
		display: block;
	}
	.navbar-nav > li, 
	header#top.affix .navbar-nav > li {
		padding-right: 5px;
		font-size: 14px;
	}
	.top-navigation ul li.navigation .navbar .navbar-collapse.collapse {
		padding-right: 0;
	}
	.top .phone-shopping {
		float: left;
	}
	.top .phone-shopping,
	.top .text-right {
		width: auto;
	}
}


@media (max-width:767px) {
	.top-navigation ul li.top-logo {
		float: left;
		padding: 0;
	}
	.top-navigation ul li.top-logo img {
		margin: 10px auto;
	}
	header .navbar-toggle {
		position: absolute;
		right: 0;
		margin: 0;
		top: -50px;
	}	
	header .navbar {
		min-height: 1px;
		padding: 0;
		margin: 0;
	}
	.top-navigation ul li.navigation .navbar .navbar-collapse.collapse.in {
		margin-bottom: 15px;	
	}
	.top-navigation nav.navbar > .clearfix {
		margin-top: -15px;
		height: auto;
		min-height: 1px;
	}
	#top nav.navbar .dropdown-menu {
		padding: 5px 10px;
		display: none;
		position: relative;
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: #f8f8f8;
		margin-left: 5px;
		margin-top: 10px !important;
		margin-bottom: 5px;
	}
	#top nav.navbar .dropdown-menu li {
		padding: 5px 0 5px 0;
		border-bottom: 1px solid #fff;
	}
	.footer-content-bottom .copyright {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
	}
	.cameraContents {
		display: none;
	}
	#home-banner .home-banner-caption p, 
	#home-banner .home-banner-action a {
		margin-top: 0;
	}
	
	.our-report .nav-tabs > li > a {
		padding: 10px;
		font-size: 13px;
	}
	.our-report .tab-content {
		padding: 5px;
	}

}

@media (min-width: 414px) and (max-width: 767px) {
	#home_collections .home_collections_item_inner .hover-overlay {
		margin-bottom: 0;
	}
	#home_collections span.col-name {
		padding-bottom: 5px;
	}
}

@media (max-width:413px) {
	.our-report .nav-tabs > li {
		width: 100%;
		display: block;
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.our-report .nav-tabs > li.active > a {
		color: #a07936;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}
	.our-report .nav-tabs > li > a {
		border: 0 !important;
	}
	.home-banner-wrapper {
		min-height: 260px;
	}
	#home-banner .home-banner-caption p {
		display: inline-block;
	}
	#home-banner .home-banner-caption p, 
	#home-banner .home-banner-action a {
		font-size: 18px;
		margin-top: 20px;
		line-height: 24px;
	}
}