		@font-face {
	font-family: 'Scala';
	src: url('fonts/Scala.eot');
	src: local('./'), url('fonts/Scala.woff') format('woff'), url('fonts/Scala.ttf') format('truetype'), url('fonts/Scala.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Scala-Caps';
	src: url('fonts/Scala-Caps.eot');
	src: local('./'), url('fonts/Scala-Caps.woff') format('woff'), url('fonts/Scala-Caps.ttf') format('truetype'), url('fonts/Scala-Caps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ScalaSans';
	src: url('fonts/ScalaSans.eot');
	src: local('./'), url('fonts/ScalaSans.woff') format('woff'), url('fonts/ScalaSans.ttf') format('truetype'), url('fonts/ScalaSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ScalaSans-Light';
	src: url('fonts/ScalaSans-Light.eot');
	src: local('./'), url('fonts/ScalaSans-Light.woff') format('woff'), url('fonts/ScalaSans-Light.ttf') format('truetype'), url('fonts/ScalaSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ScalaSans-Caps';
	src: url('fonts/ScalaSans-Caps.eot');
	src: local('./'), url('fonts/ScalaSans-Caps.woff') format('woff'), url('fonts/ScalaSans-Caps.ttf') format('truetype'), url('fonts/ScalaSans-Caps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ScalaSans-LightItalic';
	src: url('fonts/ScalaSans-LightItalic.eot');
	src: local('./'), url('fonts/ScalaSans-LightItalic.woff') format('woff'), url('fonts/ScalaSans-LightItalic.ttf') format('truetype'), url('fonts/ScalaSans-LightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: 'Scala';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	color: #ceb07a;
	background:url(../images/body-main-bg.jpg) no-repeat top center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: 'Scala';
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Scala';
	font-size: 12px;
	line-height: 1.42857143;
	min-width:1113px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #ceb07a;
	text-decoration: none;
}
a:hover, a:focus {
	color: #d93957;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
.align-center{
	text-align:center;
}
hr {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	padding-top:15px;
}
.container img {
	max-width: 100%;
}
header img {
	max-width: 100%;
}
header {
	font-family: 'Scala-Caps';
	font-size: 22px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
header ul li {
	display: inline-block;
	vertical-align: top;
}
.header-left, .header-right{
	padding-top: 55px;
	width: 39%;
}
.logo{
	width:22%;
	text-align:center;
}
.header-left ul li {
	padding-right: 27px;
	padding-left: 33px;
}
.header-left ul li:first-child{
	padding-left:0;
}
.header-right ul li {
	padding-left: 50px;
	padding-right: 10px;
	position:relative;
}
.header-right ul li ul{
	position:absolute;
	visibility:hidden;
	right:0;
}
.header-right ul li ul li{
	padding: 0;
	font-family: 'ScalaSans-Light';
	text-transform: capitalize;
	font-size: 16px;
	text-align: right;
	display: block;
}
.header-right ul li ul li a{
	letter-spacing:1px;
}
.header-right ul li:hover ul{
	visibility:visible;
}
.header-right ul li:last-child{
	padding-right:0;
}
.home-about {
	text-align: center;
	font-family: 'ScalaSans-Light';
	margin-top: 20px;
}
.home-about p {
	padding: 31px 0 60px 0;
	background: url(../images/bg02.png) no-repeat center bottom;
	background-size: contain;
	-webkit-background-size: contain;
	font-size: 17px;
	line-height: 25px;
	margin: 0;
	letter-spacing: 0px;
}
.home-about p span{
	margin:0 auto; width:600px; display:block;
}
.threebox {
	margin-top: 35px;
}
.threebox .col-md-4:nth-child(1) {
	padding-right: 10px;
/*	padding-left: 26px;*/
}
.threebox .col-md-4:nth-child(2) {
	padding-left: 45px;
	padding-right: 0px;
	width: 35%;
}
.threebox .col-md-4:nth-child(3) {
	width: 26%;
	float: right;
	border-left: 1px solid #433223;
	padding-left: 55px;
	margin-left: 55px;
}
.threebox h3, .st1 h3{
	color: #d93957;
	font-size: 21px;
	font-family: 'ScalaSans-Caps';
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	letter-spacing:1px;
}
.threebox p, address p{
	font-size: 18px;
	line-height: 21px;
	font-family: 'ScalaSans-Light';
	font-style: normal;
	margin: 5px 0;
}
.threebox p span, address p span{
	font-family: 'ScalaSans-Caps';
	text-transform: lowercase;
}
.view-map {
	font-size: 16px;
	font-family: 'ScalaSans-LightItalic';
	font-style: normal;
}
.browse {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-family: 'ScalaSans-Light';
	display: block;
	margin-top: 23px;
	padding-left: 30px;
	background: url(../images/browser.png) no-repeat left center;
}
.browse span {
	font-family: 'ScalaSans-Caps';
	letter-spacing:1px;
}
footer {
	margin-top: 20px;
	font-family: 'ScalaSans-Light';
	font-size: 18px;
	line-height: 30px;
}
footer li {
	display: inline-block;
	vertical-align: top;
}
footer .col-md-6 li {
	padding-left: 22px;
	padding-right: 26px;
	font-size: 17px;
}
footer .col-md-3 li:first-child {
	padding-right: 2px;
}
footer .col-md-3 li {
	padding-left: 20px;
}
footer .col-md-3 li:nth-child(3), footer .col-md-3 li:nth-child(4){
	padding-top:4px;
}
.first-collection{
	padding-top:12px;
}
.first-collection, .three-collection, .secound-collection, .four-collection {
	text-align: center;
	font-family: 'ScalaSans-Light';
	font-size: 12px;
	line-height: 15px;
	background: url(../images/bg06.png) no-repeat center bottom;
	padding-bottom: 28px;
	margin-bottom: 11px;
}

.secound-collection {
	background: url(../images/bg04.png) no-repeat center bottom;
	margin-bottom: 15px;
	padding-bottom: 36px;
}
.three-collection {
	background: url(../images/bg05.png) no-repeat center bottom;
	padding-bottom: 31px;
}
.four-collection {
	background: none;
	padding-bottom: 0;
}
.four-collection .col-md-8 {
	text-align: left;
	font-size: 21px;
	line-height: 28px;
}
.four-collection .col-md-8 h3 {
	color: #d93957;
	font-family: 'ScalaSans-Light';
	margin: 0;
	line-height: inherit;
	font-size:18px;
}
.four-collection .col-md-8 p {
	margin: 8px 0;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
}
.four-collection .ordernow {
	font-size: 16px;
	color: #d93957;
	background: url(../images/ordernow.png) no-repeat left center;
	padding-left: 28px;
	margin-top: 13px;
	display: none;
	letter-spacing: 1px;
}
.celebrities li{
	display:inline-block;
	vertical-align:top;
}
.priyanka{
	margin-top:35px;
	padding-left:30px;
}
.c-one{
	padding-top:100px;
	}
.c-three{
	padding-top:125px;
	}
.c-five{
	padding-top:150px;
}
.celebrities .col-md-2, .celebrities .col-md-3{
	padding-right:0;
}
.c-three{
	width: 29%;
}
.c-five{
	width: 21%;
}
.selected{
	color: #d93957;
}
.s2{
	width:39%;
	border-right:1px solid #433223;
	padding-right:30px;
}
.s3{
	width:61%;
	margin-top: 93px;
	padding-left:30px;
	position:relative;
}
.s3 h3{
	margin:0 0 15px 0px;
}
.shoot h3{
	font-family: 'ScalaSans-Caps';
	font-size: 22px;
	margin: 0 0 15px 0px;
	letter-spacing: 2px;
}
.shoot h3 span{
	font-size:19px;
}
.divider hr{
	border-top:1px solid #433223;
}
.store-address{
	margin: 23px 0 36px 0;
}
.store-address .col-md-3:nth-child(1){
	border-right:1px solid #433223;
	padding-left: 15px;
}
.store-address .col-md-3:nth-child(2){
	line-height: 25px;
}
.store-address .col-md-3:nth-child(4){
	padding-left: 33px;
}
.store-address .col-md-3:not(:first-child){
	padding-left: 50px;
}
.store-address .col-md-3:nth-child(3) h3, .store-address .col-md-3:nth-child(4) h3{
	color:#ceb07a;
	font-size:17px;
}
.store-address address p{
	font-size:17px;
}
footer .col-md-3{
	margin-top: 12px;
	letter-spacing: 0px;
	padding-left: 21px;
}
footer .col-md-3 p{
	font-size:15px;
}
footer .col-md-6, footer .col-md-3{
	margin-top: 13px;
}
.s1{
	margin-top:0px;
	position:relative;
}
.about{
	font-family: 'ScalaSans-Light';
	font-size:16px;
}
.about .odd{
	padding-right:40px;
	position:relative;
}
.about .even{
	padding-left:25px;
}
.about h3{
	color: #d93957;
	margin-top:0;
	letter-spacing: 2px;
	font-size: 16px;
}
.about p{
	margin: 15px 0;
	line-height: 22px;
	font-size: 17px;
}
.about p:first-child, .about2 p:first-child{
	margin-top:0;
}
.about2{
	margin-top:30px;
}
.bird{
	position:absolute;
	top:-5px;
	right:100px;
}
.map-container-store, .map-container-ogaan, .map-container-aza{
	position: fixed;
	background:rgba(0, 0, 0, 0.8);
	z-index:999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.map{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-175px;
	margin-left:-250px;
	border:5px solid #fff;
}
.stock-cap{
	font-family: 'ScalaSans-Caps';
	letter-spacing:1px;
}
.connect{
	padding-left:0 !important;
}
footer .menu{
	text-align:center;
}
.facebook, .twitter, .pintrest, .instragram{
	height:20px;
	display:block;
}
.facebook{
	background:url(../images/facebook.png) no-repeat;
	width:9px;
}
.facebook:hover{
	background:url(../images/facebook.png) no-repeat 0 -21px;
}
.twitter{
	background:url(../images/twitter.png) no-repeat;
	width:22px;
}
.twitter:hover{
	background:url(../images/twitter.png) no-repeat 0 -21px;
}
.pintrest{
	background:url(../images/pintrest.png) no-repeat;
	width:20px;
}
.pintrest:hover{
	background:url(../images/pintrest.png) no-repeat 0 -20px;
}
.instragram{
	background:url(../images/instragram.png) no-repeat;
	width:19px;
}
.instragram:hover{
	background:url(../images/instragram.png) no-repeat 0 -21px;
}
.celebrities, .shoot, .st1, .about{
	padding-top:12px;
}
.about p.forpad{
	padding-top:8px;
}
.about p.formarg{
	margin-top:-4px;
}
.fancybox-close{
	display:none;
}
.fancybox-prev span, .fancybox-next span{
	background-image:url(../images/newfancespiral.png);
}
.fancybox-skin{
	background:transparent;
	box-shadow:none;
}
div.connect li a{
	text-indent:-9999999px;
}
img.bird1{
	position:absolute;
	top: -3px;
	right: 335px;
}
.bxslider{
	height:100%;
	margin-top:0;
}
.banner{
	padding-top:12px;
}
.connect ul{
	float:right;
}
footer .col-md-6 li:first-child{
	padding-left:30px;
}
.celebrities .col-md-4{
	position:relative;
}
.c1b{
	position: absolute;
	top: -34px;
	right: 127px;
}
.c3b{
	position: absolute;
	top: -28px;
	right: 87px;
}
.about1{
	position: absolute;
	top: -51px;
	right: 180px;
}