/* ================ */
/*      LAYOUT      */
/* ================ */
*, *:before, *:after { box-sizing:border-box; }

body {
  background: #ffffff;
  font-family: "Open Sans", Tahoma, sans-serif;
  font-size: 16px;
  color: #1C1C1A;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #222;
  text-decoration: none; }
p{
	margin-bottom:20px;}
	
.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }

.narrow { max-width:720px; }
.textCenter { text-align:center; }
.floatLeft { float:left; }
.floatRight { float:right; }

.clearfix:after, .columns:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

[data-icon]:before, .respNavToggle:before {
  content: attr(data-icon);
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* =============== */
/*      FORMS      */
/* =============== */
textarea, input[type="text"], select {
  border: 0;
  color: #111;
  background: #cecdcd;
  padding: 22px;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  outline: none; }

textarea:focus, input[type="text"]:focus {
  outline: none;
  background: #fff; }

input[type="submit"] {
  cursor: pointer;
  background: #7c130c;
  border: 0;
  color: #fff;
  line-height: 56px;
  padding: 0 22px;
  font-size: 13px;
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase; }

input[type="submit"]:hover {
  background: #660f09;
  color: #fff; }

textarea {
  width: 100%;
  resize: vertical; }

/* Select form */
.selectric {
  border-color: #666666;
  background: #cecdcd; }

.selectric-wrapper { text-transform:uppercase; }

.selectric .label {
  line-height: 56px;
  height: 56px;
  margin-left: 22px;
  color:#666 !important; }

.selectric .label, .selectric .button, .selectric-hover .selectric .button,
.selectric-items .selectric-group .selectric-group-label,
.selectric-items ul, .selectric-items li,
.selectric-items li.selected, .selectric-items li:hover {
  color: #fff; }

.selectric .button:after, .selectric-hover .selectric .button:after { border-top-color:#fff; }
.selectric-hover .selectric { border-color:#535353; }
.selectric-open .selectric {
  border-color: #535353;
  background: #535353; }

/* Items box */
.selectric-items {
  background: #535353;
  border-color: #333; }

.selectric-items li {
  border-top: 0;
  border-bottom-color: #333333; }

.selectric-items li.selected { background:#3b3b3b; }
.selectric-items li:hover { background:#666666; }

/* ==================== */
/*      TOP SLIDER      */
/* ==================== */
.topHero {
  background: #1f1f1e;
  position: relative; }

.topSlide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.topSlide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.topSlide:after {
  content: '';
  background: rgba(28, 28, 28, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.topHero .wrapper {
  position: relative;
  padding: 155px 0 80px 0; }

.logo {
  width: 176px;
  height: 166px;
  background: url("../images/logo.png") no-repeat 50% 50%;
  background-size: 176px 166px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  color: transparent; }

.heroText {
  padding-top: 70px;
  font-size: 38px;
  font-family: "Playfair Display"; }

.heroText hr {
  display: block;
  border: 0;
  background: url("../images/topSlide_divider.png") no-repeat 50% 50%;
  background-size: 389px 14px;
  height: 14px; }

.heroText span {
  display: block;
  font-family: 'EspecialKay';
  font-size: 30px; }

.topSlide_arrow {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url("../images/topSlide_arrow.png") no-repeat 50% 50%;
  background-size: 35px 35px;
  overflow: hidden;
  color: transparent;
  margin-top: 80px; }

/* ================= */
/*      CONTENT      */
/* ================= */
section {
  padding: 100px 0;
  background: #fff; }

section[data-parallax] { background:none; }
section.parallax { background:rgba(28, 28, 28, 0.9); } 

 #contact { background:rgba(192, 192, 192, 0.9); } 
#brands {
    background: rgba(255, 255, 255, 0.8); }

#range , .section_trend{ background:rgba(28, 28, 28, 0.9); } 
#range  {padding: 100px 0 30px 0;}
.header { padding-bottom:30px; }

h2 {
  display: inline-block;
  position: relative;
  padding: 0 90px;
  font-size: 38px;
  font-family: "Playfair Display";
  font-weight: 400; }

h2:before, h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #1c1c1a;
  overflow: hidden;
  top: 50%;
  left: 0px; }
 
h2:after {
  left: auto;
  right: 0px; }

.altText h2:before, .altText h2:after { background:#fff; }
.altText { color:#fff; }

.button {
  text-align: center;
  padding-top: 40px; }
.button a {
  display: inline-block;
  line-height: 34px;
  padding: 0 30px;
  min-width: 210px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #4b4b4b;
  color: #4b4b4b; }

.altText .button a {
  color: #fff;
  border-color: #fff; }

/* ==================== */
/*      OUR BRANDS      */
/* ==================== */
.brandGrid {
  margin-left: -10px;
  color: #fff; }

.brandGrid li {
  float: left;
  position: relative;
  width: calc( 20% - 10px );
  margin: 0 0 10px 10px;
  background: #777 no-repeat 50% 50%;
  background-size: cover;
  cursor: default;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 0px 0px 1px; }

@media (max-width: 746px) {
  .brandGrid li { width:calc( 25% - 10px ); } }
@media (max-width: 586px) {
  .brandGrid li { width: calc( 33.3% - 10px ); } }
@media (max-width: 424px) {
  .brandGrid li {
    width: calc( 50% - 10px ); } }
.brandGrid li:before {
  content: '';
  display: block;
  padding-top: 100%; }

.brandName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(28, 28, 28, 0.8); */
  -webkit-transition: opacity ease-in-out 0.2s;
          transition: opacity ease-in-out 0.2s; }
		  
.brandName a{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;}

.brandGrid li:hover .brandName { opacity:0; }
.brandName span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;  
  color:#fff;}
  
  
  

/* =================== */
/*      TREND BAR      */
/* =================== */
.section_trend {
  font-family: 'EspecialKay';
  font-size: 40px;
  padding: 40px 0; }

/* ================= */
/*      CONTACT      */
/* ================= */
.section_contact { position:relative; }

.contactDrawing {
  position: absolute;
  left: 0;
  right: 53%;
  top: 100px;
  bottom: 100px;
  background: url("../images/contact-bg-white.png") no-repeat 100% 50%;
  background-size: auto 100%; }

.contactColumn {
  float: right;
  width: 50%; }

.section_contact h2 { padding:0; }
.section_contact h2:before, .section_contact h2:after { display:none; }
.contactForm, .contactForm li { padding-top:10px; }

@media (max-width: 768px) {
  .contactDrawing {
    display: none; }

  .contactColumn {
    float: none;
    width: auto; } }
.section_contactDetails {
  padding: 180px 0; }

/* ================ */
/*      FOOTER      */
/* ================ */
.section_footer {
  padding-bottom: 40px; }

.footerLogo {
  width: 175px;
  margin-bottom: 50px; }

.section_footer p {
  font-size: 38px;
  font-family: "Playfair Display"; }

.footerLinks {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 90px;
  color:#fff;
   }

/* ===================== */
/*      LEGAL PAGES      */
/* ===================== */
.legalPage {
  padding-top: 100px;
  padding-bottom: 100px; }

.legalHeader {
  padding-bottom: 100px; }

.legalHeader img {
  width: 175px;
  margin-bottom: 50px; }

.legalHeader p {
  font-size: 38px;
  font-family: "Playfair Display"; }

.legal strong {
  display: inline-block;
  padding-bottom: 14px; }

.legal p {
  padding-bottom: 14px; }

/* ===================== */
/*      MODAL BOXES      */
/* ===================== */
#modalContainer {
  display: none;
  z-index: 500;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

#modalOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0; }

.dialog {
  display: none;
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 500px;
  background: #fff;
  padding: 30px; }

.dialog h3 {
  display: block;
  font-size: 38px;
  font-family: "Playfair Display";
  font-weight: 400; }

/* ==================== */
/*      RESPONSIVE      */
/* ==================== */
@media (max-width: 500px) {
  h2,
  .legalHeader p,
  .heroText,
  .section_footer p {
    font-size: 28px; }

  h2 {
    padding: 0 60px; }

  h2:before,
  h2:after {
    width: 30px; } }

.err {
	color:#7c130c;
	height:30px;
}


/*----------DevMaha-----*/

.inner-head-logo{
	width:135px;
	height:auto;
	text-align:center;
	margin:0 auto 25px auto;
	}
	
.inner-head-logo img{
	width:135px;
	height:auto;}
	
.inner-head-pad{
	padding:30px;
	padding-bottom:30px;
	
	}
	
.brand-main{
	width:100%;
	padding:30px 0 30px 0;
	display:block;}
	
.brand-main h3{
	font-size: 30px;
    font-family: "Playfair Display";
	margin-bottom:25px;}
	
.button2 {
 
  padding-top: 0px; 
  margin-bottom:30px;}
  
.button2 a {
  display: inline-block;
  line-height: 34px;
  padding: 0 30px;
  min-width: 210px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #4b4b4b;
  color: #4b4b4b; }
  
 .video-cover{
	 width:100%;
	 height:auto;
	 position:relative;
	 display:block;}
	 
.video-cover a{
	width:100px;
	height:100px;
	background: url(../images/play-icon.png) center center no-repeat rgba(0, 0, 0, 0.4);
	border-radius:100px;
	position:absolute;
	top:34%;
	left:38%;
	text-align:center;
	transition: all 500ms;
	}
	
.video-cover:hover a{
	background: url(../images/play-icon.png) center center no-repeat rgba(0, 0, 0, 0.9);}
	
	
#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;


    z-index: 100004;
}
#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}
video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video1{
    cursor: pointer; cursor: hand;
}


#box-container {
    margin: 0;
    padding: 0;
	text-align:center;
}

.box {
    list-style-type: none;
    
    margin-bottom: 1rem;
    margin-left: 1%;
    margin-right: 1%;
    width: 22%;
	display:inline-block;
	transition: all 500ms;
}

.box:hover {
    opacity:0.6;}




.box a {
    display: block;
    width: 100%;
    height: auto
}

.box a img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.text-white{
	color:#fff!important;}




	
	 