

Body{
	color: #000;
	FONT-SIZE: 22px;
	margin: 0;
	padding: 0;
	font-family: 'GeometricSlab703BT-Medium';
}

@font-face {
    font-family: 'GeometricSlab703BT-Medium';
    src: url('../Fonts/GeometricSlab703BT-Medium.eot');
    src: url('../Fonts/GeometricSlab703BT-Medium.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/GeometricSlab703BT-Medium.woff') format('woff'),
         url('../Fonts/GeometricSlab703BT-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Medium';
    src: url('../Fonts/FuturaBT-Medium.eot');
    src: url('../Fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/FuturaBT-Medium.woff') format('woff'),
         url('../Fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('../Fonts/Champagne-Limousines-Bold.eot');
    src: url('../Fonts/Champagne-Limousines-Bold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Champagne-Limousines-Bold.woff') format('woff'),
         url('../Fonts/Champagne-Limousines-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Champagne-Limousines';
    src: url('../Fonts/Champagne-Limousines.eot');
    src: url('../Fonts/Champagne-Limousines.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Champagne-Limousines.woff') format('woff'),
         url('../Fonts/Champagne-Limousines.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Altera-Regular';
    src: url('../Fonts/Altera-Regular.eot');
    src: url('../Fonts/Altera-Regular.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Altera-Regular.woff') format('woff'),
         url('../Fonts/Altera-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.Fontstyle1 { font-family: 'GeometricSlab703BT-Medium' !important;/*font-size:24px*/ }

.Fontstyle2 { font-family: 'FuturaBT-Medium' !important;/*font-size:20px*/ }


.Fontstyle3 { font-family: 'Champagne-Limousines-Bold' !important;/*font-size:20px*/ }
.Fontstyle3a { font-family: 'Champagne-Limousines' !important;/*font-size:20px*/ }

.Fontstyle4 { font-family: 'Altera-Regular' !important;/*font-size:100px*/ }

::selection {color:#d0ac67;background:#000;}
::-moz-selection {color:#d0ac67;background:#000;}
::-o-selection {color:#d0ac67;background:#000;}
::-ms-selection {color:#d0ac67;background:#000;}
::-webkit-selection {color:#d0ac67;background:#000;}
 
.Shadow{
 -moz-box-shadow: 0px 0px 12px 0px #999;
 -webkit-box-shadow: 0px 0px 12px 0px #999;
 box-shadow: 0px 0px 12px 0px #999;}	
 
.FontColor1 {color: #d0ac67;}
.FontColor2 {color:#a58a51;}
.FontColor3 {color:#FFFFFF;}
.FontColor4 {color:#000;}
.FontColor5 {color:#636466;}
.Letterspace{letter-spacing:30px;}
.Letterspace2{letter-spacing:10px;}

.BgColor1 {background-color:#a58a51;}
.BgColor2 {background-color:#b29558;}
.BgColor3 {background-color:#756438;}
.BgColor4 {background-color:#fff;}
.BgColor5 {background-color:#000000;}
.BgColor6 {background-color:#edeeef;}

.Transparent {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.TableAltHeader1 {background-color:; color:#fff;}
.AltColor11 {background-color:;}
.AltColor12 {background-color:;}

.TableAltHeader2 {background-color:; color:#fff;}
.AltColor21 {background-color:;}
.AltColor22 {background-color:;}

/* Font Sizes */
.SmallerText {FONT-SIZE:15px;}
.MediumText {FONT-SIZE:18px;}
.NormalText {FONT-SIZE: 23px;}
.NormalTextBig {FONT-SIZE:26px;}
.Heading {FONT-SIZE:30px;}
.BiggerText {FONT-SIZE:36px;}
.LargeText {FONT-SIZE:42px;}
.ExtraLargeText {FONT-SIZE:80px;}
.SmallerLink{FONT-SIZE:15px; text-decoration: none}
a.SmallerLink:hover {text-decoration:underline;}
	
.JustLinks {TEXT-DECORATION:none ;}
a.JustLinks:hover{TEXT-DECORATION: underline;}

.AllCaps{text-transform:uppercase;}

.PositionABT{position: absolute}

.PositionREL{position: relative}

.PositionFIX{position: fixed}

/* Button Styles */
.Button{
	font-size:20px;
	font-family: 'FuturaBT-Medium';
	padding:8px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:2px;
	display:inline-block;
}
.ButtonSmall{
	font-family: 'FuturaBT-Medium';
	font-size:14px;		
	padding:3px 8px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;
	margin:2px;
}
.ButtonMedium{
	font-family: 'FuturaBT-Medium';
	font-size:18px;	
	padding:5px 15px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;
	margin:2px;
}
.ButtonBig{
	font-family: 'FuturaBT-Medium';
	font-size:24px;	
	padding:12px 20px;
	cursor:pointer;	
	text-decoration:none;	
	outline:none;	
}
.ButtonColor1{
	color:#fff;	
	background-color: #414042;			
	border:1px solid #414042;	
}
input.ButtonColor1:hover{
	color:#000;	
	background-color: #c9ab74;			
	border:1px solid #c9ab74;	
}
a.ButtonColor1:hover{
	color:#000;	
	background-color: #c9ab74;			
	border:1px solid #c9ab74;		
}
.ButtonColor1:active{
	top:1px;
	position:relative;
}
.ButtonColor2{
	color:#fff;	
	background-color: #222;
	background-image: -webkit-linear-gradient(top, #555, #202020);
	background-image: -moz-linear-gradient(top, #555, #202020);
	background-image: -ms-linear-gradient(top, #555, #202020);
	background-image: -o-linear-gradient(top, #555, #202020);		
	border:1px solid #000;
    
}
.ButtonColor2:hover{
	color:#fff;	
	background-color: #d1002d;
	background-image: -webkit-linear-gradient(top, #e60032, #b00026);
	background-image: -moz-linear-gradient(top, #e60032, #b00026);
	background-image: -ms-linear-gradient(top, #e60032, #b00026);
	background-image: -o-linear-gradient(top, #e60032, #b00026);		
	border:1px solid #d1002d;	
}
.ButtonColor2:active{
	top:1px;
	position:relative;
}

.Gradientbg{
	color:#000;	
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e5e5);
	background-image: -moz-linear-gradient(top, #f4f4f4, #e5e5e5);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e5e5e5);
	background-image: -o-linear-gradient(top, #f4f4f4, #e5e5e5);	
	border:2px solid #c2c2c2;
	padding:2px 10px;	
}

/* All Border Styles */
.Border1 {border-width:1px; border-style:solid}
.Border2 {border-width: 2px;  border-style:solid}
.Border5 {border-width: 5px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom1{border-bottom: 1px solid;}
.BorderBottom2{border-bottom: 2px solid;}
.BorderBottom6{border-bottom:6px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop1{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderLeft1{border-left:1px solid;}
.BorderLeft2{border-left:2px solid;}
.BorderRight1{border-right:1px solid;}
.BorderRight2{border-right:2px solid;}

.BorderColor1{border-color: #292621}
.BorderColor2{border-color: #cbccce}
.BorderColor3{border-color: #fff}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded8{border-radius:8px;}
.BorderRounded5{border-radius:5px;}
.BorderRounded20{border-radius:20px;}

/* Table Style */		
.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;	     
	background-color: #fff;
}
.TableStyle th {    
    padding:7px;
	color:#000;	
}
.TableStyle td {      
    padding:3px 7px;
	border: 1px solid #dbe2e2;	
}
.TableStyle tr:nth-child(even){background-color: #f0f5f8; }

/* Text Box Style*/	

.TextBox{
	font-size:20px;
	font-family: 'FuturaBT-Medium';	
	color:#fff;
	padding:10px 6px;
	background-color:#414042;
	border:1px solid #414042;	
	box-sizing: border-box;
	outline: none;
}
.TextBox:focus{
	color:#000;
	background-color:#ecd9b4;
	border:1px solid #414042;	
	box-sizing: border-box;
	outline: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
::placeholder{	
	font-family: 'Open Sans', sans-serif;
	opacity:0.4;
	color:#fff;	
	}
:-ms-input-placeholder{		
	font-family: 'Open Sans', sans-serif;
	opacity:0.4;
	color:#fff;
}

.TextBoxBig::-webkit-input-placeholder,
.TextBoxBig::placeholder{
  color: #000;
  opacity:0.5;
  font-style:normal;
  font-family: 'Open Sans', sans-serif;
}
.TextBoxBig::-moz-placeholder{
  color: #000;
  opacity:0.5;
  font-style:normal;
  font-family: 'Open Sans', sans-serif;
}

.Number{
	background-color:#010101;
	padding:10px 20px;
	box-sizing:border-box;
	font-size: 140px;
	line-height:140px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	min-width:190px;
	font-family: 'Altera-Regular' !important;
	font-weight:100}
.Number1{
	background-color:#010101;
	padding:10px 30px;
	box-sizing:border-box;
	font-size: 140px;
	line-height:140px;
	display:inline-block;
	color:#FFF;
	min-width:190px;
	text-align:center;
	font-family: 'Altera-Regular' !important;
	font-weight:100;
	position:absolute;}
	
.Product{	
	font-family: 'Champagne-Limousines-Bold' !important;
	overflow-x:auto;
	}
.ProductHeading{
	display:none;
	font-family: 'Champagne-Limousines-Bold' !important;}
	

	
/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	height:10px;
}

#style-6::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
	height:10px;

}

#style-6::-webkit-scrollbar-thumb
{
	background-color: #e3b55d;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
	
.Thumb{
	-moz-box-shadow: 0px 0px 0px 5px #fff;
 -webkit-box-shadow: 0px 0px 0px 5px #fff;
 box-shadow: 0px 0px 0px 5px #fff;
 cursor:pointer;
}
.Thumb:hover{
	-moz-box-shadow: 0px 0px 0px 5px #d2ac67;
 -webkit-box-shadow: 0px 0px 0px 5px #d2ac67;
 box-shadow: 0px 0px 0px 5px #d2ac67;
 transition:0.3s ease-in-out;
}
.height{
	height:320px;
}
@media screen and (max-width:1559px) {

.Letterspace{letter-spacing:10px;}
}
@media screen and (max-width:1379px) {
Body {FONT-SIZE:18px;}
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 15px;}
.NormalTextBig {FONT-SIZE:17px;}
.Heading {FONT-SIZE:25px;}
.BiggerText {FONT-SIZE:30px;}
.LargeText {FONT-SIZE:40px;}
.ExtraLargeText {FONT-SIZE:60px;}
.Letterspace{letter-spacing:10px;}
.Number{	
	padding:10px 20px;
	font-size: 100px;
	line-height:100px;
	margin-bottom:10px;
	min-width:170px;
	}
.Number1{
	padding:10px 20px;
	font-size: 100px;
	line-height:100px;
	min-width:170px;}
.height{
	height:260px;
}
}
@media screen and (max-width:1199px) {
.height{
	height:320px;
}
}
@media screen and (max-width:1023px) {	
Body {FONT-SIZE:16px;}
.MediumText {FONT-SIZE:15px;}
.NormalText {FONT-SIZE: 18px;}
.NormalTextBig {FONT-SIZE:20px;}
.Heading {FONT-SIZE:24px;}
.BiggerText {FONT-SIZE:28px;}
.LargeText {FONT-SIZE:36px;}
.ExtraLargeText {FONT-SIZE:40px;}
.height{
	height:280px;
}
}
@media screen and (max-width:767px) {
Body {FONT-SIZE:15px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 18px;}
.NormalTextBig {FONT-SIZE:20px;}
.Heading {FONT-SIZE:22px;}
.BiggerText {FONT-SIZE:28px;}
.LargeText {FONT-SIZE:34px;}

.TextBox{
	padding:6px 4px;	
}
.Number{
	padding:10px 20px;
	font-size:52px;
	line-height:normal;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:10px;	
}
.Number1{
	padding:10px 20px;
	font-size:52px;
	line-height:normal;
	display:block;
	width:100%;	
	text-align:left;	
	position: relative;}
.Product{	
	overflow-x:scroll;}

.ProductHeading{
	display: block;
	font-size:18px !important; }
	.Letterspace2{letter-spacing:5px;}
.height{
	height:200px;
}	
}

@media screen and (max-width:639px) {
.Heading {FONT-SIZE:20px;}
.BiggerText {FONT-SIZE:24px;}
.LargeText {FONT-SIZE:30px;}
.Letterspace{letter-spacing:3px;}
.Thumb{
	-moz-box-shadow: 0px 0px 0px 3px #fff;
 -webkit-box-shadow: 0px 0px 0px 3px #fff;
 box-shadow: 0px 0px 0px 3px #fff;
 cursor:pointer;
}
.Thumb:hover{
	-moz-box-shadow: 0px 0px 0px 3px #d2ac67;
 -webkit-box-shadow: 0px 0px 0px 3px #d2ac67;
 box-shadow: 0px 0px 0px 3px #d2ac67;
 transition:0.3s ease-in-out;
}
.height{
	height:auto;
}	
}
@media screen and (max-width:479px) {
.Heading {FONT-SIZE:18px;}
.BiggerText {FONT-SIZE:20px;}
.LargeText {FONT-SIZE:23px;}
.Button{
	font-size:16px;	
	padding:6px 15px;	
	margin:2px;
	display:inline-block;
}
.Letterspace2{letter-spacing:2px;}
}
@media screen and (max-width:359px) {


}


 .pop-up-background
        {
            background:rgba(0,0,0,.7);            
            height:100%;
            left:0;
            top:0;
            position:fixed;
            width:100%;
            z-index:100;
        }
		
  .pop-up
        {
            border:3px solid #ddd;            
            margin: auto;
            position: absolute;
			display: inline-block;
            top:50%;
            left:50%;
			transform:translate(-50%, -50%);           
            background: #fff;
            max-width:400px;
			width:95%;			
            -moz-box-shadow: 0px 0px 12px 5px #363636;
            -webkit-box-shadow: 0px 0px 12px 5px #363636;
            box-shadow: 0px 0px 12px 5px #363636;
            z-index: 104;
        }
  .Close{
            position: absolute;
            z-index: 106;
            text-align: right;
			right:-15px;
			margin-top:-20px;
			display:inline-block;
			cursor:pointer;
}




.content {
  width: 100%;
}



/* The sticky */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top:85px;
}
