@charset "utf-8";
/* ================================================================== RESETS */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figcaption,figure,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
/* ================================================================ BROWSERS */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ol,ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
input,select {vertical-align:middle;}
/* ================================================================= CORNERS
* {-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
			border-radius:0 !important;}*/
/* =================================================================== FONTS */
@import url("font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,600,400);
@import url(http://fonts.googleapis.com/css?family=Quando);
@font-face {
	font-family: 'BlackChancery';
	src:url('../fonts/BlackChancery.eot');
	src:url('../fonts/BlackChancery.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BlackChancery.woff') format('woff'),
		 url('../fonts/BlackChancery.ttf') format('truetype'),
		 url('../fonts/BlackChancery.svg#BlackChancery') format('svg');
	font-weight: normal;
	font-style: normal;

}
/* ==================================================================== GLOBAL */
body,
html {
	width: auto;
	overflow-x: hidden !important;
}
body {
	background-color:#1C4A86;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img-fluid {
  max-width: 100%;
  height: auto; }
/* ================================================================== SECTIONS */
header,section,footer,#browse,#social,#cert,#copyright {
	width:100%;
	height:auto;
}
section {
	padding-top:10px;
}
/* ======================================================================= NAV */
nav {
	background-color:#777;
	color:#fff;
}
.navbar-nav>li>a {
	color:#fff;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	color:#fff;
	text-decoration:underline !important;
}
/* ==================================================================== HEADER */
header {
	height:auto;
	margin-top:42px;
	padding-top:10px;
}
.bigtitle h1 {
	font-family:'BlackChancery';
	text-align:center;
	font-size:96px;
	transform:scale(1.1,1); /* W3C */
	-webkit-transform:scale(1.1,1); /* Safari and Chrome */
	-moz-transform:scale(1.1,1); /* Firefox */
	-ms-transform:scale(1.1,1); /* IE 9 */
	-o-transform:scale(1.1,1); /* Opera */
	text-shadow:2px 2px #000000 !important;
}
/* ==================================================================== SEARCH */
.search.peg-search {
	text-align:center;
	background-color:transparent !important;
}
#mod-search-searchword {
	background-color:#b5c3dc;
	color:#516d9a;
	width:75%;
	box-shadow:none !important;
	border:none !important;
	text-shadow:none !important;
	-webkit-border-radius:4px !important;
		-moz-border-radius:4px !important;
			-border-radius:4px !important;
	text-align:left;
}
.peg-search button.button.btn.btn-primary.fa.fa-search {
	font-size: 22px;
	padding: 3px 4px !important;
	background-color:#b5c3dc !important;
	color:#516d9a !important;
	-webkit-border-radius:4px !important;
		-moz-border-radius:4px !important;
			-border-radius:4px !important;
	margin-top:0!important;
}
#mijosearchForm {
	padding:10px;
	color: #333;
	background-color: #fefefe;
}
.mijosearch .form-control,
input#qr-213.mijosearch_input_module_simple {
	display: inline-block!important;
	width:85%!important;
}
form#mijosearchModule-213 {
	text-align:center;
}
.mijosearch_bg_module {
	height:auto!important;
}
/* ==================================================================== BROWSE */
#browse {
	background-color:#666;
	color:#fff;
	min-height:40px;
	line-height:36px;
}
.nav.browse>li {
	/*width: auto;
	display:table-cell !important;*/
}
.nav.browse>li>a {
	color:#fff;
	line-height:20px;
}
ul.nav.browse {
	/*display:inline-block !important;
*/}
.nav.browse>li>a:hover, .nav.browse>li>a:focus {
	background:none !important;
	text-decoration:underline !important;
}
.nav.browse {
	margin: 0;
	display: table;
}
@media (max-width: 767px) {
	.nav.browse li {
		width: auto !important;
	}
	.pad-phone {
		padding-left:10px;
	}
	.limit, .counter, .hikashop_results_counter {
		display:block !important;
		width: 100%;
		margin-bottom: 0;
}
}
.nav.browse li {
	display: table-cell;
	width: 1%;
	float: none;
}
.nav.browse li a {
	text-align: center;
	white-space: nowrap;
	line-height:36px;
}
.emphasis {
	color:#ffff00 !important;
}
/* ====================================================================== HOME */
.moduletable-peg {
	color:#333;
	border: 1px solid #516d9a;
	background-color:#fefefe;
	margin-bottom:10px;
	width:100%;
}
.h3-peg {
	background-color:#516d9a;
	color:#b5c3dc;
	display:block;
	font-family:'Quando';
	padding:5px;
	text-transform:uppercase;
}
div.sp-layer {
	color: #fff;
	font-family:'Quando';
	font-size:36px;
	font-weight:bold;
	text-shadow: 1px 1px #000000 !important;
}
/* ====================================================================== MAIN */
.moduletable.news {
	background-color: #516d9a;
	padding:10px;
	margin-bottom:10px;
	min-height: 8px;
}
h4.newsflash-title a{
	color: #b5c3dc !important;
	font-size:24px;
	padding-bottom:10px;
}
.news span a,
.newsflash.news a {
	color:#ff0;
}
a.readmore {
	color: #b5c3dc;
	padding-left:5px;
	font-style:italic;
}
.item-page, .search, .items-leading, .profile {
	background-color: #fff;
	color: #333;
	padding: 10px;
}
.item-page table {
	color: #666;
}
.item-page th {
	background-color: #516d9a;
	color: #b5c3dc;
}
.item-page h2 {
	font-size:18px;
	margin:10px 0 5px 0;
	font-weight:bold;
}
#gemstones {
	clear:both;
}
.right-th {
	text-align:right;
	padding:3px 5px;
	font-weight:bold;
	text-decoration:underline;
}
.right {
	text-align:right;
	padding:3px 5px;
	font-weight:bold;
}
.left-th {
	text-align:left;
	padding:3px 5px;
	font-weight:bold;
	text-decoration:underline;
}
.left {
	text-align:left;
	padding:3px 5px;
}
.grey {
	background-color:#ccc;
}
.white {
	background-color:#eee;
}
.login, .registration, .registration legend, #users-profile-core legend {
	color:#333;
}
.nav-tabs.nav-stacked {
	background-color: #f5f5f5;
	color:#333;
}
.nav-tabs.nav-stacked a, .reset, .remind {
	color:#333;
}
span.hikashop_field_required {
	float:none;
}
.hikashop_user_registration_page fieldset.input fieldset.form-horizontal .control-group .control-label label,
.hikashop_user_registration_page fieldset.input fieldset.form-horizontal legend {
	color:#fff;
}
span.contact-webpage a {
	color:#fff;
	text-decoration:none;
}
span.contact-webpage a:hover {
	color:#ff0;
	text-decoration:underline;
}
.control-label {
	color:#1C4A86 !important;
}
.ctct-custom-form {
	min-width: auto !important;
}
.ctct-custom-form p,
.ctct-custom-form label {
	margin-bottom:8px !important;
}
.ctct-custom-form select {
	height:32px !important;
}
fieldset p {
	color: #1C4A86 !important;
	padding-bottom: 10px;
}
/* ==================================================================== SOCIAL */
#left-col-social,
#middle-col-social,
#right-col-social {
	text-align:center;
}
.custom.celebrate {
	font-size:18px;
	font-style: italic;
	line-height:48px;
}
#social {
	background-color:#555;
	color:#bebebe;
	min-height:30px;
}
.follow {
	text-transform:uppercase;
	font-size:30px;
}
.nav.social>li {
	padding:0 4px;
}
.nav.social>li,
.nav.social>li>a {
	display:inline-block !important;
}
ul.nav.social {
	display:inline-block !important;
}
.moduletable.social-menu {
	padding-top:5px;
	margin-bottom:5px;
}
.nav.social>li>a {
	padding:0 !important;
	line-height:32px;
}
.social a.fa {
	color: #bebebe;
	font-size:32px;
}
.social a.fa:hover {
	background-color:transparent !important;
}
.social a.fa.fa-twitter-square:hover {
	color:#00aced;
}
.social a.fa.fa-pinterest-square:hover {
	color:#cb2027;
}
.social a.fa.fa-instagram:hover {
	color:#517fa4;
}
.social a.fa.fa-facebook-square:hover {
	color:#3b5998;
}
.social a.fa.fa-google-plus-square:hover {
	color:#dd4b39;
}
textarea#comment.inputbox {
	width:270px !important;
	height:135px !important;
}
/* ====================================================================== INFO */
.moduletable-peg.info {
	min-height:130px
}
.custom.info {
	color:#333;
	padding:10px;
}
/* ============================================================ CERTIFICATIONS */
#cert {
	background-color:#333;
	color:#ffffff;
	min-height:70px;
	text-align:center;
}
.moduletable.cert {
	padding-top:8px;
}
/* ==================================================================== FOOTER */
footer {
	background-color:#222;
	/* background-image: URL('../images/footer.png'); */
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#808080;
	height:auto;
	padding-bottom:10px;
}
.foot-head {
	text-transform:uppercase;
	border-bottom:1px solid #333;
}
.foot-menu {
	margin-top:10px;
	padding-left:10px;
}
.nav.menufoot>li>a {
	color:#808080;
	padding:0 !important;
}
.nav.menufoot>li>a:hover {
	color:#b8b8b8;
	text-decoration:none;
	background-color:transparent !important;
}

/* ================================================================= COPYRIGHT */
#copyright {
	background-color:#111;
	color:#666666;
	min-height:30px;
	line-height:30px;
}
#copyright a {
	color:#666666;
}
#copyright a:hover {
	color:#808080;
	text-decoration:none;
}
.grecaptcha-badge {
	bottom: 30px !important;
}
.badge-container {
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	width: 70px;
	height: 60px;
	margin: 0 auto;
	box-shadow: 0 0 4px #ddd;
	transition: linear 100ms width;
}
.badge-container:hover {
	width: 256px;
}
	
/* ================================================================= UI */
.controls button.btn-primary {
	background-color: #516d9a;
	color: #fff !important;
	padding: 2px 6px 2px 4px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#hikashop_show_tabular_specification {
	color: #333;
}
li#hikashop_show_tabular_description_li,
li#hikashop_show_tabular_specification_li {
	color: #1C4A86;
}
.hikashop_product_image_subdiv {
	display: flex;
	height: 100%;
}
.hikashop_product_image_subdiv a picture {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%
}
.icon-wrapper {
	width: auto;
	min-height: 55px;
	text-align: center;
}
.icon-wrapper .icon {
	margin-left:5px;
}
#hikashopcpanel div.icon a {
	background-color: #fff;
}
.hkIcon {
	display: inline-block;
    float: none;
    height: 32px;
    margin: 0 auto 5px auto;
    width: 32px;
    background-position: 0% 0%;
}
.header.hikashop_header_title {
	width: 100%;
}
.hika_toolbar.toolbar .hika_toolbar_btn a.hikabtn  {
	width: auto;
	margin: 0 2px;
}
.hika_toolbar.toolbar .hika_toolbar_btn a.hikabtn  span.btnName {
	width: auto;
	height: auto;
}
#slide-contact > a.accordion-toggle {
	color: #ffff00;
}
form#contact-form fieldset legend {
	color: #333;
}