/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*variable & mixin declarations */
/* font-face declarations */
@font-face {
  font-family: 'DreamerOne';
  src: url("../fonts/dfdro__i.eot");
  src: url("../fonts/dfdro__i.eot?#iefix") format("embedded-opentype"), url("../fonts/dfdro__i.woff") format("woff"), url("../fonts/dfdro__i.ttf") format("truetype"), url("../fonts/dfdro__i.svg#dfdro__i") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pristina-Regular';
  src: url("../fonts/pristina.eot");
  src: url("../fonts/pristina.eot?#iefix") format("embedded-opentype"), url("../fonts/pristina.woff") format("woff"), url("../fonts/pristina.ttf") format("truetype"), url("../fonts/pristina.svg#pristina") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '!TheBlackBloc-Bold';
  src: url("../fonts/!theblackbloc-bold.eot");
  src: url("../fonts/!theblackbloc-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/!theblackbloc-bold.woff") format("woff"), url("../fonts/!theblackbloc-bold.ttf") format("truetype"), url("../fonts/!theblackbloc-bold.svg#!theblackbloc-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* basic rules */
/* line 45, ../sass/screen.scss */
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* line 48, ../sass/screen.scss */
* .clear {
  clear: both;
}

/* line 54, ../sass/screen.scss */
body {
  background: black url("../images/bg_body.jpg") no-repeat center 0px;
  color: #727272;
  font-family: SegoeUI, arial, serif;
  font-size: 14px;
  top: 0 !important;
}
/* line 56, ../sass/screen.scss */
body .wrapper {
  width: 1065px;
  margin: 0 auto;
  position: relative;
}

/* line 67, ../sass/screen.scss */
header.lang_search {
  margin-top: 18px;
  text-align: right;
}
/* line 70, ../sass/screen.scss */
header.lang_search ul li {
	display: inline;
	margin-right: 6px;
	padding-right: 6px;
	/* [disabled]border-right: 1px solid #727272; */
}
/* line 75, ../sass/screen.scss */
header.lang_search ul li a {
  color: #727272;
  font-size: 14px;
  text-decoration: none;
}
/* line 79, ../sass/screen.scss */
header.lang_search ul li a:hover, header.lang_search ul li a.active {
  text-decoration:underline;
}
/* line 83, ../sass/screen.scss */
header.lang_search ul li.omega {
  border-right: none;
  padding-right: 0;
}
/* line 89, ../sass/screen.scss */
header.lang_search ul input {
  width: 153px;
  padding: 8px 20px;
  font-size: 14px;
  background: #333333 url("../images/bg_search_box.png");
  border: none;
}

/* line 99, ../sass/screen.scss */
-webkit-input-placeholder {
  color: #545454 !important;
}

/* bottom header styling */
/* line 104, ../sass/screen.scss */
div.left {
  width: 49%;
  float: left;
}

/* line 109, ../sass/screen.scss */
div.right {
  width: 50%;
  float: right;
  text-align: right;
  padding: 21px 0;
}
/* line 114, ../sass/screen.scss */
div.right ul {
  float: right;
}
/* line 116, ../sass/screen.scss */
div.right ul li {
  display: inline;
  margin-left: 2px;
}
/* line 122, ../sass/screen.scss */
div.right span {
  text-transform: uppercase;
  position: relative;
  top: 5px;
  padding-right: 5px;
}

/* main content styling starts from here */
/* main nav */
/* line 132, ../sass/screen.scss */
nav {
  margin-top: 40px;
  width: 230px;
  position: relative;
}
/* line 136, ../sass/screen.scss */
nav ul li {
  margin-bottom: 20px;
}
/* line 138, ../sass/screen.scss */
nav ul li a {
  color: #727272;
  text-decoration: none;
  font-family: verdana, arial, serif;
}

/* main text styling */
/* line 147, ../sass/screen.scss */
p.main_text {
  float: right;
  width: 345px;
  margin-right: 100px;
  font-size: 21px;
  font-family: "DreamerOne", Georgia, sans-serif;
  word-spacing: 1px;
  line-height: 35px;
  position: relative;
  top: 89px;
}
/* line 157, ../sass/screen.scss */
p.main_text strong {
  font-family: "Pristina-Regular", Georgia, sans-serif;
  font-size: 82px;
  line-height: 20px;
  position: absolute;
  margin-left: -30px;
  margin-top: 20px;
}
/* line 166, ../sass/screen.scss */
p.main_text strong.last_quote {
  margin-left: 0px;
  margin-top: 30px;
}

/* slideshow styling */
/* line 173, ../sass/screen.scss */
#slideshow {
  position: relative;
  height: 629px;
  width: 596px;
  z-index: -1;
  top: 42px;
}

/* line 181, ../sass/screen.scss */
#slideshow img {
  position: absolute;
  top: 38px;
  left: 5px;
  z-index: 0;
  display: none;
}

/* navigation styling start */
/* line 190, ../sass/screen.scss */
ul#accordion {
  width: 200px;
  margin-top: 40px;
  float: left;
  position: absolute;
}
/* line 195, ../sass/screen.scss */
ul#accordion li {
  margin-bottom: 20px;
}
/* line 197, ../sass/screen.scss */
ul#accordion li a {
  color: #727272;
  text-decoration: none;
  font-size: 14px;
}
/* line 202, ../sass/screen.scss */
ul#accordion li ul {
  margin-left: 10px;
}
/* line 204, ../sass/screen.scss */
ul#accordion li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 207, ../sass/screen.scss */
ul#accordion li ul li a {
  color: #727272;
  font-size: 12px;
}
/* line 210, ../sass/screen.scss */
ul#accordion li ul li a:hover, ul#accordion li ul li a.active {
  color: red;
}
/* line 214, ../sass/screen.scss */
ul#accordion li ul li ul li a {
  color: #727272;
}

/* navigation styling end */
/* central bangle pic  */
/* line 224, ../sass/screen.scss */
img.bangles {
  padding-left: 134px;
  padding-top: 50px;
  margin-right: 70px;
}

/* footer styling */
/* line 231, ../sass/screen.scss */
footer {
  margin-top: 144px;
  padding: 30px 0;
}
/* line 234, ../sass/screen.scss */
footer p {
  text-align: center;
  color: #a3a3a3;
  font-family: copperplate, arial;
  font-size: 10px;
  text-transform: uppercase;
}

/* end of footer styling */
/* ---------- ABOUT US ---------- */
/* line 246, ../sass/screen.scss */
.inside nav {
  width: 230px;
  float: left;
}

/* line 251, ../sass/screen.scss */
.inside section.some_text {
  width: 375px;
  float: right;
}
/* line 254, ../sass/screen.scss */
.inside section.some_text p.main_text {
  margin-right: 0px;
  top: 0;
  width: 297px;
  margin-right: 63px;
}

/* line 262, ../sass/screen.scss */
.inside section p.main_text {
  margin-top: 40px;
}

/* line 266, ../sass/screen.scss */
.inside img.bangles {
  padding-left: 0;
  padding-top: 0;
  float: right;
  margin-top: 34px;
}

/* line 273, ../sass/screen.scss */
section.about {
  width: 800px;
  background-color: #494949;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px auto 0 139px;
  padding: 28px 0 10px 0;
}
/* line 279, ../sass/screen.scss */
section.about h1 {
  font-family: "!TheBlackBloc-Bold", Georgia, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #b1b1b1;
  padding: 0 32px;
  margin-bottom: 20px;
}
/* line 287, ../sass/screen.scss */
section.about p {
  color: #a3a3a3;
  padding: 0 32px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 22px;
}
/* line 295, ../sass/screen.scss */
section.about p img.about_pic {
  float: right;
  border: 6px solid #686868;
  margin-top: 22px;
  margin-left: 30px;
}
/* line 301, ../sass/screen.scss */
section.about p strong {
  font-weight: bold;
}
/* line 305, ../sass/screen.scss */
section.about p.about_last {
  margin-bottom: 0px;
}
/* line 308, ../sass/screen.scss */
section.about ul.about {
  margin-top: 00px;
  margin-bottom: 20px;
}
/* line 311, ../sass/screen.scss */
section.about ul.about li {
  color: #a3a3a3;
  padding: 0 32px;
  font-family: "Allerta", sans-serif;
  line-height: 30px;
  font-size: 12px;
}
/* line 320, ../sass/screen.scss */
section.about p.last-child {
  margin-bottom: 0;
}

/* -------------------- CONTACT US -------------------- */
/* line 328, ../sass/screen.scss */
aside.contact {
  width: 202px;
  float: left;
}
/* line 331, ../sass/screen.scss */
aside.contact ul {
  margin-left: 32px;
  margin-top: 36px;
}
/* line 334, ../sass/screen.scss */
aside.contact ul li {
  color: #a3a3a3;
  margin-bottom: 10px;
  font-family: "Allerta", sans-serif;
  font-size: 12px;
}
/* line 339, ../sass/screen.scss */
aside.contact ul li ul {
  margin-left: 0px;
  margin-top: 0px;
}
/* line 344, ../sass/screen.scss */
aside.contact ul span.contact_header {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 351, ../sass/screen.scss */
aside.contact a {
  color: #a3a3a3;
}

/* line 356, ../sass/screen.scss */
section.form {
  width: 590px;
  float: right;
}
/* line 359, ../sass/screen.scss */
section.form ul {
  padding-left: 22px;
}
/* line 361, ../sass/screen.scss */
section.form ul li {
  margin-bottom: 14px;
  color: #beb1a5;
  font-size: 12px;
}
/* line 365, ../sass/screen.scss */
section.form ul li input {
  width: 158px;
  height: 0px;
  color: #a3a3a3;
  font-size: 11px;
  padding: 10px 10px;
  border: none;
  background-color: #333;
  vertical-align: middle;
}
/* line 375, ../sass/screen.scss */
section.form ul li textarea {
  width: 430px;
  background-color: #333;
  border: none;
  color: #a3a3a3;
  padding: 10px;
}
/* line 382, ../sass/screen.scss */
section.form ul li label.message {
  vertical-align: top;
}
/* line 385, ../sass/screen.scss */
section.form ul li input#submit {
  margin-left: 100px;
  background-color: red;
  color: #fff;
  width: 63px;
  height: 30px;
}
/* line 395, ../sass/screen.scss */
section.form h2 {
  color: #a3a3a3;
  font-size: 14px;
  font-family: "Allerta", sans-serif;
  font-weight: regular;
  padding-left: 22px;
  margin-top: 35px;
}
/* line 403, ../sass/screen.scss */
section.form p {
  padding: 0 22px;
}

/* -------------------- product gallery styling -------------------- */
/* line 409, ../sass/screen.scss */
section.gallery {
  width: 830px;
  min-height: 638px;
  float: right;
  margin-top: 40px;
  /* gallery content start */
  /* gallery content end */
}
/* line 414, ../sass/screen.scss */
section.gallery h1 {
  margin-top: 24px;
  font-family: "!TheBlackBloc-Bold", Georgia, sans-serif;
  font-size: 38px;
}
/* line 420, ../sass/screen.scss */
section.gallery p {
  margin-top: 22px;
  padding-right: 80px;
  line-height: 18px;
}
/* line 424, ../sass/screen.scss */
section.gallery p.mail_text {
  padding-right: 0px;
  clear: both;
}
/* line 427, ../sass/screen.scss */
section.gallery p.mail_text a {
  color: #a3a3a3;
  text-decoration: none;
}
/* line 434, ../sass/screen.scss */
section.gallery p.rollover {
  float: right;
  margin-right: 45px;
  position: relative;
  top: -35px;
}
/* line 442, ../sass/screen.scss */
section.gallery section.gallery_content {
  margin-top: 40px;
}
/* line 444, ../sass/screen.scss */
section.gallery section.gallery_content div.product_list {
  width: 382px;
  float: left;
}
/* line 447, ../sass/screen.scss */
section.gallery section.gallery_content div.product_list ul li {
  float: left;
  width: 125px;
  text-align: center;
  margin-bottom: 36px;
}
/* line 452, ../sass/screen.scss */
section.gallery section.gallery_content div.product_list ul li img {
  display: block;
  margin-bottom: 25px;
  cursor: pointer;
}
/* line 460, ../sass/screen.scss */
section.gallery section.gallery_content aside.product_zoom {
  width: 400px;
  float: right;
  position: relative;
  top: -25px;
}

/* -------------------- end of product gallery styling -------------------- */
/* line 473, ../sass/screen.scss */
.goog-te-gadget-simple {
  background-color: #000 !important;
  border: none !important;
}

/* line 478, ../sass/screen.scss */
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #727272;
}

/* line 482, ../sass/screen.scss */
.goog-te-gadget-icon {
  display: none;
}

/* line 486, ../sass/screen.scss */
iframe.goog-te-banner-frame {
  position: absolute;
  display: none;
}

/* line 492, ../sass/screen.scss */
#google_translate_element {
  position: absolute !important;
  right: 0;
}

/* line 497, ../sass/screen.scss */
.goog-logo-link {
  display: none;
}

/* line 501, ../sass/screen.scss */
select.goog-te-combo {
  background: #000000;
  color: #727272;
  padding: 5px;
  border: none;
  border-collapse: collapse;
  outline: none;
  box-shadow: 0 0 0 #000000;
}
/* line 509, ../sass/screen.scss */
select.goog-te-combo option {
  margin-bottom: 3px;
  padding: 2px 10px;
  border: none;
}

/* line 516, ../sass/screen.scss */
.goog-te-gadget {
  color: #000000 !important;
}
/* line 518, ../sass/screen.scss */
.goog-te-gadget div, .goog-te-gadget span {
  border: 1px solid #000000 !important;
  box-shadow: 0px 0px 0px #000 !important;
}
