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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
#my_search{display:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none !important;}
a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
p{ font-size:17px; line-height:24px; color:#535c61; font-family: 'Lato', sans-serif;}
strong{ font-weight:bold;}

/*-----body----*/
body{margin: 0;
	padding: 0 !important;
	position: relative;
	background: #fff;
	overflow-x: hidden;
	text-shadow: none;}
.wrapper{ width:100%; float:left; position:relative;}


header{ width:100%; float:left;  font-family: 'Roboto Condensed', sans-serif;  position: relative;     z-index: 999;}
.header-up{width:100%; float:left; padding:6px 0;  position: relative; background: #fff;}
.header-down{ width:100%; float:left;  background: rgba(0,0,0,0.8);
    position: relative;font-family: 'Roboto Condensed', sans-serif;
    z-index: 9;
    padding: 9px 0; }
img{ display:inline-block; max-width:100%;     vertical-align: bottom;}

/*----menu----*/
.navbar, .dropdown-menu{ text-align:center;    margin: 0;
border: none;}
.navbar .navbar-nav{     display: inline-block;
    float: none;}
.main-inner{ width:100%; float:left;   }

.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background: none;
}
.navbar a, .navbar-toggle{
 color: #fff; text-transform:uppercase;  font-size:20px;  
}
.dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{ color:#000;}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.nav li a:hover, .nav li.active a{
  color: #eb0000;    
}

.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}


/********************************/
/*          slider     */
/********************************/


.slider .main-container {
  padding: 0;
}



.slider .slide1 .text-left ,.slider .slide3 .text-left{
    padding-left: 40px;
}


.slider .carousel-indicators {
  bottom: 0; display:none;
}
.slider .carousel-control.right,
.slider .carousel-control.left {
  display:none;
}
.slider .carousel .item {
  min-height: 425px; 
  height: 100%; overflow:hidden;
  width:100%;
}

.carousel-inner  .container, .inner-slider .container {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    position: absolute;
    bottom: 0;
    top:35%;
    left: 0;
    right: 0; font-family: 'Roboto Condensed', sans-serif;
}


.slider h3{
  animation-delay: 1s; -webkit-animation-delay: 1s;  -moz-animation-delay: 1s;  -o-animation-delay: 1s;
}
.slider h4 {
  animation-delay: 2s;
}
.slider h2 {
  animation-delay: 3s;
}


.slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


.slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.slider .p {
  padding-top: 125px;
  text-align: center;
}

.slider .p a {
  text-decoration: underline;
}
.slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
.slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 70px;
    height: 70px;    text-align: center;
    margin-top: -15px;
    font-size: 30px;
        color: rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; line-height:70px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 70px;
    height: 70px;
    margin-top: -15px;
    font-size: 30px;
        color: rgba(255,255,255,0.5);   text-align: center;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; line-height:70px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.header_text_wrapper{
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 5px 0;
}
.slide1 h3, .inner-slider h3{font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size: 48px; line-height:50px;    width: 100%;}

.slide1 h3, .inner-slider h3{
    width: auto;
    float: right;
    background: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 0 5px;
}
.inner-slider h5	{color:#d8d8d8; font-size:21px; line-height:34px; padding:16px 0; font-family: 'Lato', sans-serif;  width: 100%;
    float: left;}  
.slide1 h5{ color:#d8d8d8; font-size:21px; line-height:34px; padding:16px 0 20px 0; font-family: 'Lato', sans-serif;}	  
.slide1 h5, .inner-slider h5 {
    width: auto;
    float: right;
    background: rgba(0,0,0,0.7);
    display: inline-block;
    padding: 0 5px;
}
.slide1 h3 span, .collect-txt h1 span, .inner-slider h3 span{ color:#ed1c24;}	  
.more-btn{ background: #ed1c24;font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 20px 56px;
    border-radius: 34px;
    float: right;
    font-size: 22px;
    text-transform: uppercase;}
.more-btn:hover, .more-btn:active, .more-btn:focus{ background:#ba0a11; color:#fff;} 	
.logo{    width:100%; text-align:center;    float:left; position:relative}
.about-content, .testimonial-section{ width:100%; float:left; padding:60px 0;}
.heading{font-family: 'Roboto Condensed', sans-serif; font-size:36px; line-height:46px; color:#283238; font-weight:bold; text-transform:uppercase; width: 100%;
    float: left;    position: absolute;bottom: 30px;}
.bg-heading{font-family: 'Roboto Condensed', sans-serif; font-size:65px; line-height:65px; color:#f2f2f2; font-weight:bold; text-transform:uppercase;   width: 100%;
    float: left; position:relative;}
.heading-content{ width:100%; float:left; position:relative; text-align:center;     padding-bottom: 30px;}
.about-content p{ text-align:center;}




.slider{ width:100%; float:left; position:relative; margin-top: -71px;   z-index:0; }
.collection-block{ width:100%; float:left; position:relative;}
.slider img{ width:100%;}
header.inner-bg, .collect-bg{width:100%; float:left; position:relative;}
header.inner-bg .header-down{  background:url(../img/inner.jpg) no-repeat; background-size:cover;}
header.inner-bg .enquire-btn{ margin-top:0 !important;}
.collect-txt{ width:100%; float:left; background:#000; padding:22px 22px; text-align:center; margin-bottom:10px; min-height: 100px;}
.collect-txt h1{font-family: 'Roboto Condensed', sans-serif;    padding-bottom: 12px; font-size:24px; line-height:24px; border-bottom:1px solid #ed1c24; color:#c7c5c5; text-transform:uppercase; margin-bottom:15px;}
.collect-txt p{ color:#fff;     font-size: 16px; line-height: 21px;}
.overlay {
    font-family: 'Lato', sans-serif;
    position: absolute;
    text-align: left;
    bottom: 22px;
    font-size: 24px;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    padding: 2px 0 3px 22px;
}
.collection-block{ margin-top:60px; min-height:310px; text-align:center;}
.overlay span{ font-weight:bold; text-transform:uppercase; font-size:30px; line-height:40px; color:#fff;}
.about-content .about-left:nth-child(odd) .collect-txt{ margin:0; margin-top:10px;}
.about-content .col-md-4:nth-child(4) .collect-txt h1{ border-bottom:none; margin-bottom:6px;     padding-bottom: 0px;}
.about-content .about-left:nth-child(5) .overlay{ bottom: 22px;}

.collection-block img{ width:100%;}

.arrival-content{ width:100%; float:left; background:#f7f7f7 url(../img/arrival-bg.jpg) no-repeat; background-position:right bottom; padding:60px 0;}
.arrival-content .heading-content{ text-align:left;}
.arrival-content .bg-heading{ color:#eaeaea}


.card .nav-tabs { border-bottom: none; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.card .nav-tabs > li > a {    color: #283238;
    border-radius: 0;
    font-size: 22px;
    line-height: 30px;
    border: 1px dashed #6d6d6d;
    padding: 12px 28px;
    text-transform: uppercase;
    margin-right: 12px;}

.card .tab-pane { padding: 15px 0; }
.card .tab-content{padding:0 0 20px 0;     min-height: 250px;}

.card { width:100%; float:left;font-family: 'Lato', sans-serif; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover{color: #fff ;  border: 1px dashed #ea0000;
    background: #ea0000;}

.testimonial-bg{ width:125px; height:125px; float:left; border-radius:50%; overflow:hidden; margin-right:25px;}
.testimonial-content{ width:100%; float:left;  padding: 0 45px; text-align:left;}
.testimonial-content h2, .store-content h2{font-family: 'Roboto Condensed', sans-serif; font-size:26px; line-height:36px; color:#ed1c24; font-weight:bold; text-transform:uppercase; }
.testimonial-content h2 span{ color:#fff;}
.offer-bg{ width:100%; float:left; margin-top:30px; position: relative; background:url(../img/slide.jpg) no-repeat; background-size:cover;}
.testimonial-section .owl-theme .owl-controls .owl-page span{ background:#ea0000;}
.offer-overlay {
    width: 65%;
     text-align:center; margin:50px auto;
    color: #fff;
}

.offer-overlay .owl-theme .owl-controls .owl-buttons div{ background:transparent; font-size: 74px;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-prev{position: absolute;
    left: -74px;
    top: 35px;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-next{position: absolute;
    right: -74px;
    top: 35px;}	
.upper-border{ position:absolute; top:60px;     left:50%;}	
.upper-border .border{ width:1px; height:160px; background:#fff; float:left;}
.offer-overlay p{ color:#fff;}
.offer-overlay h1{font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size: 48px; line-height:58px;
      text-transform: uppercase;     font-weight: 700}
.offer-overlay h1 span{ color:#ed1c24;}
.know-block{ text-align:center; width:100%; float:left;    padding: 40px 0 70px 0;}
.know-block .more-btn{ float:none;}


.gallery-section{ width:100%; float:left; padding-bottom:60px;}
.gallery-section p{ text-align:center;}
.gallery-section img{ width:100%;}
.port-gallery{ width:100%; float:left; padding-top:60px;}
.port-gallery .owl-theme .owl-controls .owl-buttons div{     background: transparent;
    border-radius: 0;
    font-size: 25px;
    border: 2px solid #ea0000;
    color: #ea0000;}
.port-gallery .col-md-12{ padding:0 5px;}
.port-item{ width:100%; float:left; position:relative;}
.port-item .label {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -45px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 900;
    left: 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.port-item .label span{    background: #000;
    padding: 12px;font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;}
	
.port-item:hover .label { top:25%;}

.partner-block{ width:100%; float:left; background:#fbfbfb; padding:30px 0;}
.partner-block .item{ text-align:center;}
.footer{ width:1005; float:left;}
.footer-up{ background:#171717; width:100%; float:left; padding:44px 0;}
.footer-up p{ color:#fff; padding:30px 0;}
.social-link{ margin:0; padding:0;}
.social-link li{ display:inline-block; list-style-type:none;  color:#fff; font-family: 'Lato', sans-serif; padding-right: 12px;}
.social-link li a{ color:#fff; font-size: 22px;border-right: 2px dotted #8e8e8e;
    padding: 0 20px;
    border-left: 2px dotted #8e8e8e;}
.social-link li:first-child a{ padding-left:0; border-left:none;}	
.social-link li:last-child a{ padding-left:0; border-left:none;} 

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; background:rgba(0,0,0,0.9); }
 .footer-header{font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#fff; font-size:20px; line-height:30px; font-weight:bold; padding-bottom:18px;} 
.footer-header span{ color:#ee0404;}
.footer-link{ margin:0; padding:0;width:50%; float:left; }
.footer-link li{ list-style-type:none; display:list-item; }
.footer-link li a, .address{ color:#c0c0c0; font-size:18px; line-height:28px; font-family: 'Lato', sans-serif;}
.address:last-child{ color:#fff;}
.footer-down ul{ margin:0; padding:0;}
.footer-down ul li{ display:inline-block; list-style-type:none;}
.footer-down ul li a{ text-transform:uppercase; color:#b8b8b8;border-right: 1px solid #b8b8b8;
    padding: 0 12px;}
.footer-down ul li:last-child a	{ border-right:none;}
.footer-down{ width:100%; float:left; background:#202020; padding:25px 0; font-family: 'Lato', sans-serif; color:#fff;}
.footer-down small{     float: right;}
.collect-txt ul{ margin:0; padding:0; display: flex;    min-height: 50px;    width: 100%;
    float: left;}
.collect-txt ul li{     padding-right: 3px;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;}
.collect-txt ul li:last-child{ padding-right:0;}
.about-left{    width: 24%; float: left; margin-right: 1%;}
.about-left:last-child{ margin-right:0;}
.collect-txt li img{    width: 130px;}
.about-content .about-left:last-child .collect-txt{ padding:26px 22px;}
.inner-slider img{ width:100%;}
.inner-slider{ width:100%; float:left; margin-top: -71px;    position: relative; z-index:0;}
.form-group{ width:100%; float:left;}
.product-details, .about-inner{ width:100%; float:left; padding:60px 0;    position: relative;}
.wrapper-block{
  /*margin-top: 50px;*/
  padding: 15px 30px;
  transition: all 0.3s ease-out;
}
.vertical_nav h2{ font-size:22px; line-height:32px; color:#283238; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif;     border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
.menu-content a.list-group-item-success .pr-ic, .menu-content .panel-heading:hover{text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; color:#283238; font-weight:bold;     background: transparent;border: none;}
.menu-content a:focus, .menu-content a:hover, .menu-content button.list-group-item-success:focus, .menu-content button.list-group-item-success:hover, .menu-content .list-group-item:hover, .menu-content a{ background:transparent; font-family: 'Lato', sans-serif; font-size:16px; color:#41474a;}
.menu-content ul li{  border-bottom: 1px solid #ddd;     padding: 8px 0;}
.menu-content .list-group-item{ border:none;}
.menu-content .panel{ box-shadow:none;}
.menu-content span, .menu-content .radio{ margin:0;}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 3px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
      background-color: transparent;
  border-color: #ccc; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #df151d; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }
.wrapper-block ul li a{font-family: 'Roboto Condensed', sans-serif; font-size:24px; line-height:34px; border-radius:0; color:#454242; }
.wrapper-block ul li.active a, .wrapper-block ul li.active a:hover{  color:#fff; border-radius:0; border:none;}
.wrapper-block ul li.active, .wrapper-block ul li:hover{background:#df151d; border:1px solid #df151d;}
.wrapper-block ul li a:hover, .wrapper-block .nav-tabs>li.active>a, .wrapper-block .nav-tabs>li.active>a:focus, .wrapper-block .nav-tabs>li.active>a:hover{  color:#fff;     background: transparent; border: none; border-radius:0;}

.panel-heading .fa{ float:right;}
.pro-block p{ font-size:16px; line-height:26px; padding-top:12px; color:#262a2c; font-weight:bold;}
.pro-block{
    width: 100%; 
    margin-top:35px;
    float: left;
    min-height: 580px;
  }
/*.wrapper-block ul li:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 1px;
    width: 81%;
    height: 45px;
    background: #5e61bc;
    transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
}
*/.wrapper-block ul li{
border:1px solid #ada8a8;
    margin-right: 8px;
    transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
}

.wrapper-block ul li a {    min-height: 55px;

    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    position: relative; border:none; display:block;
}
.wrapper-block .nav-tabs{border-bottom: 1px solid #ada8a8;}
.wrapper-block ul li:nth-child(1){ border-left:none;}
.wrapper-block ul li:nth-child(1).active:after,.wrapper-block ul li:nth-child(1):hover:after{ background:#df141d; content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0; border-left:1px solid #df141d;
          left: -7px;
        z-index: -1;
        transform-origin:bottom left;
        -ms-transform: skew(-7deg);
        -webkit-transform: skew(-7deg);
        transform:skew(-7deg);}
.wrapper-block ul li:nth-child(1):after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
          left: -6px;
        z-index: -1;  
       border-left:1px solid #ada8a8;
        transform-origin:bottom left;
        -ms-transform: skew(-7deg);
        -webkit-transform: skew(-7deg);
        transform: skew(-7deg);
    }
.more-details {
    width: 100%;
    float: left;
    text-align: center;
}
.show-port, #show-less {
    display: none;
}.more-details .fa {
    width: 35px;
    height: 35px;
    border: 2px solid #a7a6a6;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    color: #a7a6a6;
}
.address-block{ width:100%; float:left;}
.add-img img{ width:100%;}
.add-img{ width:100%; float:left; background:#232850;}
.right-side{    width: 100%;
    float: left;
    padding: 25px 0; color:#fff;}
.right-side h5{font-family: 'Roboto Condensed', sans-serif; font-size:18px; line-height:25px; font-weight:bold;}
.right-side  span{font-family: 'Roboto Condensed', sans-serif; font-size:20px; line-height:30px; color:#ed1c24; font-weight:bold;  padding: 10px 0;
    width: 100%;
    float: left;;}
.right-side p{ color:#e6e7ed;     font-size: 17px;
    width: 100%;
    float: left;
    line-height: 24px;}
.right-side p strong{ text-transform:uppercase;}
.add-img .col-md-7{ padding-left:0; padding-right:0;}	
.inner-heading{font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    line-height: 46px;
    color: #283238;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    float: left;}
.about-inner h5{font-family: 'Roboto Condensed', sans-serif; font-size:22px; line-height:30px; color:#9d9898; padding-bottom:40px;}	
.about-ban{ width:48%; float:left; margin-right:1%; 
    overflow: hidden; position:relative;}
.about-ban:before{ content:''; position:absolute; top:8px; left:8px; border:1px solid #fff; height:95%; z-index:1; width:91%; float:left;}	
.about-ban:last-child{ margin-right:0;}
.about-ban img{display: inline-block;
    vertical-align: bottom;}
	
.popular-inner{ width:100%; float:left; padding:60px 0; background:rgba(248,247,247,0.5) }
.popular-inner .inner-heading{ padding-bottom:45px; text-align:center;}
.popular-inner h1{font-family: 'Roboto Condensed', sans-serif; color:#262a2c; /*font-size:25px;*/ font-size:23px; line-height:35px; padding-top:35px; font-weight:400;}
.terms-inner{ width:100%; float:left; padding:60px 0;}
.terms-inner .inner-heading{ padding-bottom:35px;}
.terms-panel{ width:100%; float:left; position:relative;     padding-top: 40px;}
.left-ic{      width: 70px;
    height: 70px;
    float: left; margin-right:12px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    text-align: center;display: flex;
    align-items: center;justify-content: center;position: absolute;
    left: 0;z-index: 9;    background: #fff;
    top: 30px;
   }
.shoe-img{ background: #eeeeee; float:left; border-radius: 50%;  width:60px;  height: 60px; display: flex;
    align-items: center;justify-content: center;}
.right-terms{  position: relative;    width: calc(100% - 35px);
    float: left;
    border-left: 1px dashed #ddd;
    padding-left: 45px;
    margin-left: 35px;}
.right-terms h2{ color:#262b2d; font-weight:bold; font-size:18px; font-family: 'Lato', sans-serif; padding-bottom:26px;     line-height: 25px;}	
.terms-panel:nth-child(even) .left-ic{ border:1px solid #fb373c;}
.terms-panel:nth-child(even) .shoe-img{ background:#fb373c;}



.block{ width:100%; float:left;     margin-bottom: 16px;}
.block:last-child{ margin-bottom:0;}
.icon{    width: 50px;
    height: 50px; margin-right:20px;
    float: left;
    border: 1px solid #ed1c24;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #ed1c24;
    font-size: 25px;}
.data{ width:calc(100% - 70px); float:left;font-family: 'Lato', sans-serif; font-size:17px; color:#535c61; line-height:27px;}
.contact-block{ width:100%; float:left;box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);border: 1px solid rgba(0,0,0,.125); padding:25px; font-family: 'Lato', sans-serif;}
.form-shift{border: 1px solid #fedae1;
    padding: 14px 12px;
    height: 55px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;}
textarea.form-shift{ height:auto; min-height:80px; resize:none;}
.sub-btn{background: #ed1c24;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 18px 56px;
    border-radius: 34px;
    float: right;
    font-size: 16px;
    text-transform: uppercase; border:none; text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;}	
.map{ width:100%; float:left;}
.map iframe{ width:100%;}
.privacy-panel:nth-child(2){ padding-top:0;}
.privacy-panel{ width:100%; float:left;padding-top: 22px;     display: flex;
    align-items: center;}
.left-policy{width: 60px;
    height: 60px;
    float: left;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;}
.left-policy .shoe-img{ width:50px; height:50px;}	
.right-policy{
    width: calc(100% - 72px);
    float: left;}
.question-bg{ width:100%; float:left; background:url(../img/question-bg.jpg) no-repeat; padding:44px 35px; background-size:cover; color:#fff; text-align:center;}
.question-bg h2{font-family: 'Roboto Condensed', sans-serif; color:#fff; text-transform:uppercase; font-size:30px; font-weight:bold;}
.question-bg h2 span{ color:#ed1c24}
.quetion-ic{ width:100%; float:left; padding:28px 0;}
.quetion-ic .fa{font-size: 6em;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    line-height: 93px;}
.question-bg p{ color:#fff;}
.faq-panel{ width:100%; float:left; padding-top:40px;}	
.faq-panel .panel-group .panel {   border-radius: 0;  box-shadow: none;border-color: #efefef; margin-bottom: 20px; }
.faq-panel .panel-default > .panel-heading {  padding: 0;  border-radius: 0; color: #212121;  border-color: #efefef;}
.faq-panel .panel-title > a{ background:#f8f8f8;}	
.faq-panel .panel-title > a.collapsed{background-color: #fff;}
.faq-panel .panel-title {   font-size: 14px; }
.faq-panel .panel-title > a { display: block;font-family: 'Lato', sans-serif; font-size:18px; color:#262b2d; line-height:26px;  padding: 15px;  text-decoration: none; }
.faq-panel .panel-heading .fa{color: #000;  font-size: 25px;}
.faq-panel .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #EEEEEE;font-family: 'Lato', sans-serif;font-size: 17px; line-height: 24px; color: #535c61; }
.faq-panel .panel-group .panel:last-child{ margin-bottom:0;}
.footer-link li a:hover, .footer-down li a:hover{ color:#fff;}
.social-link li a:hover{ color:#ee0404;}
.sub-btn:hover, .sub-btn:active, .sub-btn:focus{ background:#ba0a11; color:#fff;} 
.store-inner{width: 100%;float: left;  padding: 60px 0; position: relative;}
.store-inner .inner-heading{ text-align:center; padding-bottom: 35px;}
.store-inner p{ text-align:center;}
.store-locator{ width:100%; float:left; padding-bottom:60px;}
.store-box{ width:100%; float:left; }
.store-box img{ width:100%;}
.store-content{ width:100%; float:left; border: 1px solid #ddd; min-height: 285px;
    margin-bottom: 12px; padding: 15px;}
.store-content h2 span{ color:#283238;}
.store-locator .row:nth-child(even) .col-md-6{ float:right}


.store-block{margin-bottom: 14px;}
.store-block:last-child{ margin-bottom:0;}
.thankyou-bg{ width:100%; float:left; padding:60px 0; text-align:center;}
.enquire-btn{    width: 100%;
    float: left;
    padding: 40px 0px;}
.enquire-btn a {
    background: #ed1c24;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 20px 40px;
    border-radius: 34px;
    font-size: 16px;
    text-transform: uppercase;
}
.enquire-btn a:hover,.enquire-btn a:active, .enquire-btn a:focus{ background:#ba0a11; color:#fff;} 
.thankyou-bg p{ padding-top:12px;}
.video-block{ width:100%; float:left;     margin-bottom: 20px;}
 .slider-btn {
    display: inline-block;
    width: 168px;
padding: 14px 0;
   border:1px solid #fff;  background:transparent;
    font: 400 18px/22px Roboto Condensed;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: right;
}
 .slider-btn  img{ width:auto;margin-bottom:10px;}
 .slider-btn:hover{ color:#fff;  background:#ed1c24;  border: 1px solid #ed1c24 ;}
.store-down{ min-height:237px;}


.wrapper-block .nav-tabs, .wrapper-block .tab-content{ width:100%; float:left;}

.vertical_nav {
	position: relative; float:left;
width: 250px;
    padding: 0 15px;
}
.tab_cont_wrapper{
  width: 57%;
}
a.read_morebtn{
  width: 150px;
  background: #bc2748;
  font-family: 'Lato', sans-serif;
  color: #fff;
  padding: 13px 0;
  border-radius: 34px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 30px 0;
}
a.read_morebtn:hover{
  background: #1b35c0;
}
h3.brand_storyhding{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 12px 0;
}
h3.brand_storyhding span{
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}
.brandsrtory-inner h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 27px;
    line-height: 30px;
    color: #9d9898;
    padding-bottom: 0;
}
ul.new_arival_list{
  padding: 0;
  margin: 0;
}
ul.new_arival_list li{
  padding: 0 0 0 20px;
  margin: 11px 0 0 0;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  color: #535c61;
  font-family: 'Lato', sans-serif;
}
ul.new_arival_list li:before{
  content: "";
  margin: auto;
  position: absolute;
  background: #ea0000;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 7px;
  left: 0;
}
p.no_product{
  margin-top: 25px !important;
}

/*=========23.11.2017========*/
h5.product_stor_locator{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 27px;
    line-height: 40px;
    font-weight: bold;
    padding: 7px 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff816;
    text-align: center;
}


/********************************/
/*          Media Queries       */
/********************************/

@media (max-width: 1024px) {

	.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{ font-size:18px;}
	.header-down{ padding:4px 0;}
	p, .faq-panel .panel-default > .panel-heading + .panel-collapse > .panel-body{ font-size:14px;     line-height: 20px;}
	.faq-panel .panel-title > a{ font-size:16px;}
	.collection-block{ min-height:316px;}
	.collect-txt h1{ font-size:20px;}
	.card .nav-tabs > li > a{ font-size:16px; margin-right:10px;}
.pro-block{ min-height:260px;}
	.question-bg{ padding:44px 15px;}
	.inner-slider h5{ padding:6px 0;}
	.about-content .about-left:last-child .collect-txt {
    padding: 22px 22px;
}
.slide1 h3, .inner-slider h3{ font-size:40px; line-height:45px;}
.more-btn{ font-size:18px;     padding: 16px 45px;}
.slider-btn{ font-size:14px;    width: 150px;
    padding: 10px 0;}
.video-block{ margin-bottom:10px;}	
}
@media (min-width: 768px){

.wrapper-block {
    margin-left: 250px;}

}
@media (max-width: 991px) {
.store-down{ min-height:auto;}	
.store-inner{ padding:40px 0;}	
.store-locator{ padding-bottom:40px;}
.store-locator .row:nth-child(even) .col-md-6{ width:100%; float:left;}	
.about-inner p{ padding-bottom:20px;}	
.about-ban:before {
    height: 96%;
    width: 95%;}
.right-side{ padding:12px 0;}	
.terms-inner, .product-details, .about-inner, .popular-inner{ padding:40px 0;}	
.contact-block{ margin-top:40px;}
.about-ban img{ width:100%;}
 .prduct-img img{ width:100%;}
.about-left{ width:49%;}
.collection-block { margin-top: 10px;}
.arrival-content{ background-size:35%;}
.slide1 h3, .inner-slider h3{ font-size:35px; line-height:45px;}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{ font-size:14px; padding: 6px 8px !important;}
.navbar{ min-height:auto !important;}
.slide1 h5{ padding:3px 0 10px 0;}
.collection-block, .slider .carousel .item{ min-height:auto;}
.more-btn{ font-size:16px;     padding: 16px 45px;}
.footer-down ul, .footer-down small, .footer-up{ text-align:center; width:100%;}
.footer-down small{ padding-top:12px;}
.footer-header{ padding-top:18px;}
.upper-border{ position:relative; display:none;}
.testimonial-content{ text-align:center;}
.footer-link{ width:100%;     float: none;}
.about-content .about-left:last-child .collect-txt {
    padding: 22px 22px;
}
.collect-txt li img{ width:auto;}
.block{ width:32%;}
.store-content{ min-height:auto;}
a.read_morebtn{
  margin:0 0 30px 0;
}
}

@media (max-width: 800px) {
.logo img{ width:150px;}
.inner-slider h3{     font-size: 35px;
    line-height: 40px; }
.inner-slider h5{ padding:0;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-prev, .offer-overlay .owl-theme .owl-controls .owl-buttons .owl-next{ top:25px;}
}
@media (max-width: 768px) {
.card .tab-content{ min-height:200px;}
.slider-btn{ padding:4px 0;}	
}
@media (max-width: 767px) {
	.header-down{ background:transparent; position:absolute;}
	.header-down .col-md-12{ padding:0;}
	.navbar-header .navbar-toggle{    background: #b81a3d; }
	.navbar-collapse{ background:#000;}
#my_search{float:left; width:30%; display:block; margin:10px 35% 100px 35%; background:#df151d; color:#fff; text-align:center; padding:10px 0; font-family: 'Lato', sans-serif;}
.video-block{ display:none;}
.vertical_nav h2{position:fixed; width:calc(100% - 30px); background:#fff; z-index:1;}
.nav-side-menu{margin-top:60px;}
.vertical_nav__opened, .vertical_nav{ background:#fff;
	   height: 400px;
    overflow-y: auto;
    padding-top: 18px !important;}
	.inner-heading{ font-size:30px; line-height:40px;}
	.product-details, .about-inner, .popular-inner, .about-content, .testimonial-section, .arrival-content, .footer-up{ padding:40px 0;}
	.gallery-section{ padding-bottom:40px;}
	.card .nav-tabs > li > a{ font-size:16px; line-height:26px;     padding: 10px 30px;}
  .arrival-content{ background-size:50%;}
  .header-down{ padding:0;}
  .arrival-content{ background: transparent;
    background-color: #f7f7f7;}
  .about-content .about-left:nth-child(5) .overlay {
    bottom: 20px; top:auto;} 
.vertical_nav{ top:72px ;     z-index: 1;}

.collect-txt{ margin-bottom:10px;}
.about-content .about-left:nth-child(2n) .collect-txt{ margin-top:0;}
.right-side{ padding:20px 0;}
.navbar .dropdown .dropdown-menu{ display:block; position:relative;     background: transparent;}
.navbar .dropdown .dropdown-menu li a{ color:#fff;}
.add-img .col-md-7{ padding-left:15px; padding-right:15px;}
.vertical_nav {
	position: absolute;
	left: -120vh;
	bottom: 0;
width: 250px;
    padding: 0 15px; float:none;

}
.wrapper-block .nav-tabs, .wrapper-block .tab-content {
    width: auto;
    float: none;
}
}

@media (max-width:736px) { 
.main-inner h5{ display:none;}
.slide1 h3, .inner-slider h3 {
    font-size: 25px;
    line-height: 32px;
}
.bg-heading{ font-size:45px; line-height:55px;}
.heading{ bottom:26px;}
.text-right.banner-know{ text-align:center;}
  .banner-know .more-btn{  float:none;}
  .know-btn{display: inline-block;
    float: right;
}
  .more-btn {
    font-size: 14px;
    padding: 10px 30px;
}
.wrapper-block ul li a{ font-size:16px; line-height:26px;     min-height: 40px;}
.toggle_menu i{ font-size:24px;}
.left-ic{ width:50px; height:50px;}
.shoe-img{ width:40px; height:40px;}
.shoe-img img{ width:20px;}
.right-terms {
    width: calc(100% - 25px);
    padding-left: 35px;
    margin-left: 25px;
}
.carousel-inner  .container, .inner-slider .container{ top:30%;}
.block {
    width: 50%;
}
.vertical_nav{ top:63px ;  }
}

@media (max-width: 480px) { 
.about-content .about-left:nth-child(5){ margin-top:10px;}
.inner-heading{ font-size:26px; line-height:34px;}
.faq-panel .panel-title > a{ font-size:14px; line-height:20px;}
.logo img { max-width: 100px;}
.offer-overlay h1, .heading{ font-size:30px; line-height:40px;}
.card .nav-tabs > li > a { margin-right:4px; padding: 10px 20px;}
.arrival-content, .about-content, .testimonial-section{ padding:40px 0;}
.collection-block{ margin-top:10px;}
.about-left:nth-child(odd) .collection-block{ margin-top:10px;}
.gallery-section{ padding-bottom:40px;}
.footer-down ul li a, .footer-down small{ font-size:12px;}
.about-left { width: 100%; margin-right: 0;}
.collect-txt ul{ min-height:auto;}
.offer-overlay{ width:90%;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-prev{ left:0;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-next{ right:0;}
.offer-overlay .owl-theme .owl-controls .owl-buttons .owl-prev, .offer-overlay .owl-theme .owl-controls .owl-buttons .owl-next{ font-size:50px; top:30px;}
.bg-heading {
    font-size: 30px;
    line-height: 40px;
}
.about-ban:before {
    height: 95%;
    width: 93%;
}
.block {
    width: 100%;
}
.inner-slider .container{ display:none;}
.about-content p{ margin-bottom:12px;}
.arrival-content .nav-tabs>li{ margin-top:5px;}

.arrival-content .nav-tabs>li {
    width: 50%;
}


}
@media (max-width: 375px) {
.more-btn {
    font-size: 12px;
    padding: 8px 23px;
}	
.about-ban:before {
    height: 94%;
    width: 91%;
}
.inner-heading {
    font-size: 25px;
    line-height: 35px;
}
.terms-inner .inner-heading {
    padding-bottom: 22px;
}
.testimonial-content h2{ font-size:22px; line-height:30px;}
.carousel-inner  .container, .inner-slider .container{ top:26%;}
.enquire-btn a{    padding: 16px 30px;    font-size: 14px;}
}
@media (max-width: 320px) {
.about-ban:before {
    height: 92%;
    width: 89%;
}
.question-bg h2{ font-size:25px;}

.slide1 h3, .inner-slider h3 {
    font-size: 20px;
    line-height: 30px;
}
.more-btn{     padding: 6px 16px;}
.header_text_wrapper{ margin:2px 0;}
}

@media (min-width: 768px) (max-width: 991px) {
.right-side {
    width: 50%;
    min-height: 265px;
}
.right-side:nth-child(1){
    width: 55%;
}
.right-side:nth-child(2){
    width: 45% !important;
    margin-top: 5%;
}

}