@charset "utf-8";
/* CSS Document */
* { margin:0 auto; padding:0;}
body { background:#3c3c3c; margin:0 auto; padding:0; font-family: 'Open Sans', sans-serif, Helvetica !important; font-size:14px !important; color:#eee !important;}
ul,li { list-style:none;}
p { color:#fff;}
a{color:#f36c21;text-decoration: none}
h1,h2,h3,h4,h5,h6 { text-transform:uppercase; color:#fff; margin-bottom:1em;}
.bigtit{ font-weight:400; font-size:48px ;margin:0;margin-bottom:1em;}
.line_breaker { float:left; margin:1em 0; width:100%; border:1px solid #f90;}
/*----------*/
.marg_t20 { margin-top:20px;}
/*----*/
header { margin:0; padding:0; background:#3a3939;}
.upper_head { background:#f36c21; padding:.4em 0; width:100%;}
.up_head { font-size:16px; padding:.2em 0;}
ul.up_social { margin:0; padding:0; list-style:none; float:right;}
ul.up_social li { float:left; margin:0 .2em;}
#logo {font-size: 1.06em;}
.content_left { padding-right:20px !important;}
.content_right { padding-left:20px !important;}



/***************************/
.logo p{font-size:18px;letter-spacing:10px;margin-bottom:0;text-align:center}

.app_list li{display:block;height:40px;width:100%;border-bottom:1px dotted rgba(255,255,255,.4);margin-top:10px;}
.app_list li a{color:#fff;line-height:40px;font-size:15px;padding-left:10px;}
.app_list li:hover{background:#f36c21;border:none;}
.app_list li:hover>a{color:#000;text-decoration:none;}









/*--*/
#second_sect { padding:1.5em 0 .5em; z-index: 9999999999; position: relative;}

form.navbar-form.navbar-right {
    margin: 0;
    padding: 0;
}
input.form-control,textarea.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid;
    -webkit-appearance: none;
    color: #fff;
    background:rgba(0,0,0,0.2);
    box-shadow: none;
    border-radius: 0;
}

span.glyphicon.glyphicon-search {
    font-size: 1.5em;
    color: #e06121;
}
button.btn.btn-default {
    border: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 6%;
    right: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    background: none;
}

/*----*/
#main_nav { background:#1a1613; z-index:999; position:relative;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none; 
}
#cssmenu {
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li {
  float: left; background:#303030; margin:0 1px;
}
#cssmenu > ul > li:hover { background:#e06121; transition:ease-in .3s;}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background: #e06121;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff; background:#333;transition:ease-out .5s;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}


/*-- Slider --*/
.rslides {
  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;
  }

.rslides li:first-child {
  position: relative;  display: block;  float: left;
  }

.rslides img {
  display: block;  height: auto;  float: left;  width: 100%;  border: 0;
  }
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;  -moz-box-shadow: none;  -webkit-box-shadow: none;  margin: 0 auto;  }

.rslides_tabs {
  list-style: none;  padding: 0;  background: rgba(0,0,0,.25);  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);  font-size: 18px;  list-style: none;  margin: 0 auto 50px;  max-width: 440px;  padding: 10px 0;  text-align: center;  width: 100%;  }

.rslides_tabs li {
  display: inline;  float: none;  margin-right: 1px;
    }

.rslides_tabs a {
  width: auto;  line-height: 20px;  padding: 9px 20px;  height: auto;  background: transparent;  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);  color: #fff;  font-weight: bold;  }
  .callbacks_container { position: relative;  float: left;  width: 100%;
  }

.callbacks {
  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0; max-height:506px;
  }

.callbacks li {
  position: absolute;  width: 100%;  left: 0;  top: 0;
  }

.callbacks img {
  display: block;  position: relative;  z-index: 1;  height: auto;  width: 100%;  border: 0;
  }

.callbacks .caption {
  display: block;  position: absolute;  z-index: 2;  font-size: 20px;  text-shadow: none;  color: #fff;  background: #000;  background: rgba(0,0,0, .8);  left: 0;  right: 0;  bottom: 0;  padding: 10px 20px;  margin: 0;  max-width: none;  }

.callbacks_nav {
  position: absolute;  -webkit-tap-highlight-color: rgba(0,0,0,0);  top: 52%;  left: 0;  opacity: 0.7;  z-index: 3;  text-indent: -9999px;  overflow: hidden;  text-decoration: none;  height: 61px;  width: 38px;  background: transparent url("../images/themes.gif") no-repeat left top;  margin-top: -45px;
    }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;  background-position: right top;  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
 
  .callbacks_nav {
    top: 47%;
    }
  }
/*--*/
#left_box { height:490px; background:#4d4d4d; width:100%;}
.sm_box { background:#a7a7a7; margin-bottom:1em; width:100%;}

.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}

.view {
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
   
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:100%;
   width:100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size:32px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
  font-family: 'Open Sans', sans-serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #f36c21;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background:#fd8a0e;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(0,0,0,0.7);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
	
	
	/*-- easy responsive tabs style--*/
.sap_tabs{
	clear:both;
	padding: 0em 0 0em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
text-align:center;
  list-style: none;
    margin: 0 0 3em 0;
    padding: 0;
}
.resp-tab-item{
    margin: 0 25px;
    padding: 0 35px 25px 35px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
}
.resp-tab-active,.resp-tab-item:hover{
	color: #fff;
    border-bottom:2px solid #fff;
	font-size:48px; font-weight:400;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.product-men { margin:0 0 20px 0;}
.product-men img {
    width: 100%;
}
.product-easy {
   
}
/*-- effect --*/
.men-pro-item {
    position: relative;
    padding-bottom: 20px;
	background:#111;
}
.men-thumb-item {
    position: relative;
	background:#ccc;
	height:250px;
        overflow: hidden !important;

}
.item-info-product {
    text-align: center;
    margin: 20px 0 0;
}
.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
	
}
.product-new-top {
    background: #868686 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
    z-index: 10;
	
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
	
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-thumb-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7; 
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
   }
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 83.5%;
}
.link-product-add-cart:hover {
    background: #f36c21 none repeat scroll 0 0;
    color: #fff;
}

#about_us {
	background:#333;
    color: #ffffff;
    display: inline;
    float: left;
	padding: 60px 0;
    width: 100%;
}
.parralax-overlay {
    background-color: rgba(0,0,0,0.6);
    padding: 60px 0;
    float: left;
    width: 100%;
}
/*-------------*/
#our_product{
	background:url(../images/parra-3.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
    background-size:cover;
	display: inline;
    float: left;
    padding:44px 0 70px 0;
    width: 100%;
	}
	
	#inner_product{
	background:url(../images/dwf.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
    background-size:cover;
	display: inline;
    float: left;
    padding:44px 0 70px 0;
    width: 100%;
	}
#new_prod {
    background:url(../images/banner04.jpg) center;
	 background-attachment: fixed !important;
	background-repeat: repeat;
	background-size:cover;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}


#banner-parralax
{
    background:#ccc;
    display: inline;
    float: left;
    width: 100%;
}
/*---------*/
#raq{background:url(../images/001.jpg) center;
	 background-attachment: fixed !important;
	background-repeat: repeat;
	background-size:cover;
	width:100%; float:left; padding:60px 0;}
	.send {
    width: 100%;
    height: 35px;
    background-color:#e06121;
    border: 2px solid #db5a19;
    color: white;
    font-size: 16px;
}

#up_footer {background:url(../images/chalkboard.jpg);
	 background-attachment: fixed !important;
	background-repeat: repeat;
	background-size:cover;
	width:100%; float:left; padding:60px 0;}
#up_footer h3{ font-size:21px;}
.newsletter button,.button { margin:0; background:#f36c21; font-size:16px; padding:.5em .5em; border:none; color:#fff; font-weight:400; text-transform:uppercase;}
.newsletter input { margin:0; padding:.5em .5em; width:67%; float:left;}
#home_Event { max-height:230px; overflow:auto;}
ul.hm_event li { display:block; width:100%; margin-bottom:1em; border-bottom:1px solid #ccc; padding-bottom:1em; float:left;}
ul.hm_event li h3 { margin-bottom:.5em; font-size:18px;}
ul.hm_event li span{ float:left; color:#f36c21; margin-right:1em; border-right:1px solid #fff; padding-right:1em; font-size:12px;}
ul.hm_event li span h1{ margin:0; font-size:2.6em;}
#home_Event::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #666;
}

#home_Event::-webkit-scrollbar
{
	width: 12px;
	background-color: #333;
}

#home_Event::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #222; 
}

/*-------*/

#testimonials{
	width:100%;
	height:120px;
	position:relative;
}
#testimonials .testimonial{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}
#testimonials h2{
	color:#f25911;
	font-size:22px;
	font-style:normal;
	line-height:22px;
	margin-bottom:10px;
}
#test_container{
	position:relative;
	overflow:hidden;
}
#testimonials .testimonial_text{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
}
#testimonials .testimonial_name{
	font-size:18px;
	margin:10px auto 3px;
	color:#f36c21;
	text-align:right;
}
#testimonials .testimonial_designation{
	font-size: 12px;
	line-height: 14px;
	text-align:right;
}
#t_pagers{
	position:absolute;
	left:40%;
	bottom:10px;
	z-index:2;
}
#t_pagers .pager{
	display:inline-block;
	text-decoration:none;
	width:10px;
	min-height:10px;
	margin-right:5px;
	background:#ccc;
	border-radius:50%;
	cursor:pointer;
}
#t_pagers .pager.active{
	background:#f25911;
}

/*---- footer ------*/
footer { background:#000; padding:1em 0;}

/*------------*/
.our_prod ul{ margin:0; padding:0; list-style:none;}
.our_prod li { float:left; width:18%; min-height:200px; margin:0 1%; text-align:center; background:#FFF; padding:1em 0 0; color:#3c3c3c;}
.our_prod li img { width:100%; background:#aaaaaa;}
.our_prod li h3 { font-size:20px; font-weight:400;}
.our_prod li p {color:#3c3c3c; padding:1em;}
.our_prod li figure {height:170px; overflow:hidden;}
.our_prod li a { background:#F90; width:100%; float:left; padding:.5em 0; color:#000;}

/*-------------------*/
#breadcrum { background:url(../images/body-bg.png) left top repeat; padding:3em 0; float:left; width:100%; margin-bottom:1.5em;}
#breadcrum ul { margin:0; padding:0; list-style:none;}
#breadcrum li { float:left; margin:0em; font-size:28px;}
#breadcrum li:after { content:"/"; padding:0 1em;}
#breadcrum li:last-child:after { content:""; margin:0; padding:0;}

/*----------*/

#inner_product { padding:3em 0; float:left; margin:0 auto; width:100%;}
#inner_product .yes-marg{ margin-bottom:2em;}


/*------*/
.left_side_Box { background:#212121; width:100%; margin:0 0 1em auto; float:left; padding:.5em;}
.left_side_Box h2 { margin:0 0 .5em 0; font-size:20px;}
.left_nav li a{ background:#000; margin-bottom:1px; padding:0.5em 1em; float:left; width:100%;}
.left_nav li a:hover { background:#f36c21; color:#000; transition:ease-out .5s;}

/*---------*/
.resources-right { background:rgba(0,0,0,0.4)}
.description li { list padding:0 0 0 20px; float:left; width:100%; display:block; margin-bottom:.5em;}
.tab-content { background:#000;}
.tab-content  table,.resources-right table{
    width: 100% !important;
    font-size: 12px;
    border-left: 2px solid #474a4d;
    border-right: 2px solid #474a4d;
    margin-bottom: 8px;
	
}
.tab-content tr:first-child,.resources-right tr:first-child {
    border-top: 2px solid #f26b20;
    border-bottom: 2px solid #f26b20;
}
.tab-content th,.resources-right th {
    background-color: #f39f21;
    height: 30px;
    border-left: 2px solid #d0d2d3;
    padding:.5em; color:#fff; text-align:center;
    border-bottom: 2px solid #f26b20;
}
.tab-content td,.resources-right td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #3b3e40;
    border-right: 2px solid #3b3e40;
    vertical-align: middle;
	padding:.5em;
}
/*-----------*/
.search-area input { background:#202020; }
.search-area select,select.form-control {
	background:rgba(0,0,0,0.4);
	padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid;
    -webkit-appearance: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0;}
	
	/*-------------*/
	
	.contact input[type="text"],.contact textarea{ margin-bottom:1em;}
	
	.resource-bg { background:url(../images/resources-bg.png) left center no-repeat; background-size:cover; position:relative; width:100%; min-height:500px;}
	
	.btn-dark { background:#fbff77; color:#000;}
	a.btn-dark:hover { background:#f3c921; color:#fff; transition:all .5s;}
	
	.single-right-test { background:#121212; float:left; width:100%; padding:1em 0; border-radius:10px; box-shadow:2px 2px 25px rgba(0,198,255,.5);}
	
	.single-right-test h3 { border-bottom:1px solid #fc0; padding:0 0 .5em; color:#f36c21;}
	
	.nav-tabs > li > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #FDA30E;
    border: none;
    border-radius: 0;
}
.search-area { background:#222;}
tr:nth-child(even) {background: #CCC; color:#006; font-weight:600;}
tr:nth-child(odd) {background: #FFF; color:#000; font-weight:600;}
table a { color:#F30;}
ol.prefixed {
  counter-reset: item;
  list-style-type: none;
  *list-style-type: decimal;
  /*Conditional hack for ie7*/
}
ol.prefixed li:before {
  content: counter(item, decimal);
  counter-increment: item;
  content: counter(item, decimal);
    counter-increment: item;
    background-color: #f36c21;
    padding: 2px 6px;
    border-radius: 1px; margin-right:.3em; font-size:14px;
}
ol.prefixed li { margin-bottom:1em;}

/*--------*/
a.dist_lgn {
	
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  border: none;
  font-weight:500;
  box-shadow: 0 2px #333;
  }
  
  a.dist_lgn:hover {background-color: #ff7800; transition:all .5s; color:#fff;}

a.dist_lgn:active {
  background-color: #ff7800; color:#fff;
  box-shadow: 0 2px #ccc;
  transform: translateY(2px);
transition:all .1s;
}

.only_it-tbl { border-bottom:none !important;}

/*--------*/
.pop_form { padding:0 1em;}

.bs-example .nav-tabs>li>a {
    margin-right: 1px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}
 
.bs-example .nav>li>a {
       padding: 10px 5px; font-size:.85em !important;
}

.description th{ background:#FFA500;}
.hidden { display:none; }

/*dealer locator */
#geoData td
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #3b3e40;
    border-right: 2px solid #3b3e40;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
}

/*------------*/
#sliderContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#slider_innerprod {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: #DEDEDE solid 1px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

#slider_innerprod img {
  width: 100%;
  max-height: 350px;
  display: block;
}

.inproductslide {
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.inproductslide.okactive {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.slideCopy {
  padding:20px 40px 20px 20px;
  color: #fff;
  width:45%;
  float:right;
  height:300px; overflow:auto;
}

.slideimg { 
width:50%;
  float:left; overflow:hidden; min-height:300px;}

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto 0;
  cursor: pointer;
  z-index: 100;
  background:#fff;
  background-size: 10px;
 background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#prev {
  left: 30px;
  background-image: url(../images/arrow-left.png);
  background-position: 13px center;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

#next {
  right: 30px;
  background-image: url(../images/arrow-right.png);
  background-position: 16px center;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.sliderHovered .arrow {
  opacity: 1;
  pointer-events: auto;
}

.sliderHovered #prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sliderHovered #next {
  transform: translateX(0);
  -webkit-transform: translateX(0);

}

.search-top {position:relative; z-index:9999;}
.search-top span#search_resp{
color:#FFF;  clear:both; position:absolute; top:60px; left:-186px; z-index:9999; max-height:200px; overflow: auto; width: 150px;
}
.search-top span#search_resp a{color:#FFF;} 


/*----------*/
.no_slide_text {
    padding: 20px 40px 20px 20px;
    color: #333;
    width: 57%;
    float: right;
    height: 300px;
    overflow: auto;}

.no_slide_img {
    width: 40%;
    float: left;
    overflow: hidden;
    min-height: 300px;}

