@import url(//fonts.googleapis.com/css?family=Ubuntu|Pacifico);
/*------ template stylization ------*/
body {
  background: #fff;
}
body.splashBg header {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
}
body.splashBg .bg1:before {
  display: none;
}
a, a:hover{
    text-decoration: none;
    cursor: pointer;
}

.m0{margin:0px;}

/*-----------      Custom check box              ----------------*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    /*display:none;*/
}

input[type="radio"] + label {
    color:#f2f2f2;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -57px top no-repeat;
}

/*-----------      Custom check box              ----------------*/



/*------ header ------- */
header {
  width: 100%;
}
header .top-info-nav{
    background: #d62f36;
    padding: 10px 0px;
}
header .top-info-nav ul{
    position: relative;
    margin: 0px;
}
header .top-info-nav ul li{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
}

header .top-info-nav ul li.order-lne span {
    color: #000;
    margin-left: 12px;
}
header .top-info-nav ul li.login-right{
    float: right;
}
header .top-info-nav ul li .login-btn{
    background: #fff;
    padding: 7px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #d62f36;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(162, 27, 33, 0.81);
    cursor: pointer;
}
header .top-info-nav ul li .login-btn:hover{
    text-decoration: none;
}
header .top-info-nav ul li.order-lne {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 900;
    text-transform: uppercase;
}
header .main-navgtn{
  background: #2e313a;
  width: 100%;
}
header .navbar{
    margin: 20px 0px;
}

header .main-navgtn .navbar-default{
    background-color: #2e313a;
    border-color: #2e313a;
}
header .navbar-default .navbar-nav.sf-menu .active>a{
    color: #d62f36;
    background-color: #2e313a;
}

header .navbar-brand>img{
    margin-top: -17px;
}
header .main-navgtn .navbar-default .navbar-nav>.open>a{
    background-color: #2e313a;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
/*  margin: 0px 14px;*/
}
.sf-menu > li.sub-menu > a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    width: 5px;
    height: 7px;
    right: -12px;
    bottom: 12px;
    margin-right: -4px;
    z-index: 100;
    color: #fff;
}
.sf-menu > li:first-child {
  margin-left: 0px;
}

.sf-menu .dropdown-menu{
    padding: 0px;
}

.sf-menu .dropdown-menu .divider{
    background-color: #404450;
}

.sf-menu > li.last {
  margin-right: 0px;
}
.sf-menu > li > a {
  position: relative;
  display: block;
}
.sf-menu > li > a > span {
  font: bold 14.04px Arial, sans-serif;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.sf-menu > li > a > strong {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100%;
  padding: 0px 9px;
  background-color: #ff0000;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 0;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.cart-notifictn a{
    font-size: 20px;
    position: relative;
    margin-left: 16px;
}
.cart-notifictn a .bble{
    position: absolute;
    top: 8px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: #ff2e2e;
    border-radius: 50%;
}
.cart-notifictn a:hover{
    color: #fff;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li.active > a > strong,
.sf-menu > li.sfHover > a > strong {
    height: 2px;
    bottom: 0px;
}
.sf-menu ul.dropdown-menu {
    top: 83px !important;
    right: -37px;
    background: #2e313a;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 10px;
  background: url(../img/submenu_corner.png) 0 no-repeat;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu li.sub-menu a{
    margin-right: 8px;
}
.sf-menu ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  right: 0;
  bottom: 50%;
  margin-right: 13px;
  margin-bottom: -1px;
}

.sf-menu ul li.last {
  margin-bottom: 29px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li a {
   padding: 9px 28px; 
  color: #898b94 !important;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #fff !important;
  background-color: #3b404e;
}
.sf-menu ul ul {
  left: 95px !important;
  top: -7px !important;
  background: #ff0000;
}
.sf-menu ul ul:before {
  background: none;
  display: none;
}
.sf-menu ul ul li:first-child {
  margin-top: 9px;
}
.sf-menu ul ul li.last {
  margin-bottom: 9px;
}
.sf-menu ul ul li a {
  color: #ffffff !important;
}
.sf-menu ul ul li.sfHover > a,
.sf-menu ul ul li > a:hover {
  color: #ffea02 !important;
}
header .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
header .navbar-default .navbar-collapse{
  border-color: #242831;  
}
header .navbar-default .navbar-toggle{
    border-color: transparent;
}
header .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
header .navbar-toggle .icon-bar+.icon-bar{
    margin-top: 6px;
}
header .navbar-toggle .icon-bar{
    width:32px;
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
header .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #ec1c24;
}
header .navbar-default .navbar-toggle:hover  .icon-bar{
    background-color: #ec1c24;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*.slider-wrapr{
    background: #eee;
    padding: 40px 0px;
}*/

/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -680px !important;
  bottom: 50px;
  width: 42px;
  height: 42px;
  background: url(../img/up-arrow.png) transparent center top no-repeat;
  z-index: 999;
  display: none;
  border: none;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#toTop:hover {
  border: none;
  background-position: center bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 0px 0px 0px 0px;
}
.thumbnails li {
  margin: 0px 0px 0px 0px;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumb-pad {
  margin: 0px 0px 0px 0px;
}
.thumb-pad .caption {
  padding: 0;
  margin: 0px 0px 0px 0px;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail img {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.thumbnail a {
  position: relative;
}
a.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid {
  background: #ffffff;
  padding: 6px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid > img {
  max-width: inherit;
  width: 100%;
}
a:hover .img-polaroid {
  background-color: #ff0000;
}
/*.dl-horizontal {
  margin: 16px 20px 8px 0px;
}
.dl-horizontal dt {
  margin: 2px 0px 0px 0px;
  float: left;
  width: 55px;
  text-align: left;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0;
  padding: 0px 0px 18px 0px;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}*/
#content .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: 14.04px Arial, sans-serif;
  line-height: 1em;
  padding: 11px 26px;
  color: #ffffff;
  background: #4b4b4b;
  border: none;
}
#content .btn:hover,
#content .btn:active,
#content .btn:focus {
  color: #ffffff;
  background: #ff0000;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#content .btn.btn-link {
  padding: 0;
  background: none;
  color: #3d3d3c;
  font-size: 12.96px;
}
#content .btn.btn-link:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin: 0px 4px -2px 0px;
}
#content .btn.btn-link:hover,
#content .btn.btn-link:active,
#content .btn.btn-link:focus {
  color: #ff0000;
  text-decoration: underline;
}
#content .btn.btn-link2 {
  color: #ffffff;
  font-size: 18px;
}
#content .btn.btn-link2:before {
  display: none;
  background: none;
}
#content .btn.btn-link2:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin: 0px 0px -2px 6px;
}
.tbl_inquiry .btn {
  padding: 5px 10px;
}
.badge {
  width: 70px;
  height: 66px;
  padding: 17px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #ff0000;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14.04px Arial, sans-serif;
  line-height: 15px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
.bg1 {
  background: #ffffff;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.bg1:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.27);
  z-index: 10;
}
/* background image */
.bgPic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.bgPic img {
  width: 100%;
  min-width: 1754px;
  min-height: 553px;
}
/* end background image */
.container input,
.container textarea {
  position: relative;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  padding: 8px 17px;
  width: 100%;
  margin: 0;
  background: #f1f1f1;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  color: #7d7d7d;
  background: #f1f1f1;
}
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  color: #7d7d7d;
  background: #f1f1f1;
}
.container input {
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 16px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  line-height: 34px;
  color: #2f2f2f;
  margin: 28px 0px 9px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
}
h2.special {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
/*h3,
dt,
.fontStyle1,
h4 {
  line-height: 1.2em;
  color: #2f2f2f;
  text-transform: uppercase;
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}
h3 a,
dt a,
.fontStyle1 a,
h4 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a:hover,
dt a:hover,
.fontStyle1 a:hover,
h4 a:hover {
  color: #ff0000;
}*/
.fontStyle2 {
  font: 14.04px Arial, sans-serif;
  line-height: 1.2em;
  color: #3d3d3c;
  margin: -2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.fontStyle2 > a {
  color: #ff0000;
}
.fontStyle1 {
  margin: 0px 0px 0px 0px;
}
address {
  font-style: normal;
  margin-bottom: 22px;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
  background: #cbcbca;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
  margin: 0px 0 138px !important;
  padding-bottom: 0px;
  max-height: 478px;
  text-align: center;
}
#camera_1 .camera_caption {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -219px;
  display: none;
  width: 437px;
  color: #7d7d7d;
  background: url(../img/caption_bg.png);
}
#camera_1 .camera_caption p {
  position: relative;
  font: 24px 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_caption p:first-child {
  padding: 20px 0px 0px 0px;
  top: 3px;
}
#camera_1 .camera_caption p:first-child + p {
  font-size: 36px;
  margin: 0px 0px 20px 0px;
}
#camera_1 .camera_caption:hover {
  text-decoration: none;
}
#camera_1 .camera_caption:hover p {
  color: #ff0000 !important;
}
#camera_1 .camera_pag {
  display: none;
}
#camera_1 .camera_fakehover {
  z-index: 500;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 100%;
  margin-top: 49px;
  width: 41px;
  height: 41px;
    border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_prev span,
#camera_1 .camera_next span {
  display: none;
  background: none;
}
#camera_1 .camera_prev:hover,
#camera_1 .camera_next:hover {
  background-color: #ff0000;
}
#camera_1 .camera_prev {
  left: 129px;
  background: url(../img/arrowL.png) left center no-repeat;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.46);
}
#camera_1 .camera_next {
  right: 129px;
  background: url(../img/arrowR.png) right center no-repeat;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.46);
}
#camera_1 .camera_thumbs_cont {
  margin: 14px 0px 0px 0px;
  background: none;
}
#camera_1 .camera_thumbs_cont ul {
  width: 100% !important;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#camera_1 .camera_thumbs_cont ul li {
  position: relative;
  display: inline-block;
  padding: 0px;
  background: none;
  margin: 0px 3px 0px 0px;
  overflow: hidden;
     border:2px solid #fff;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_thumbs_cont ul li img {
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 0px;
  border: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
#camera_1 .camera_thumbs_cont ul li:hover,
#camera_1 .camera_thumbs_cont ul li.cameracurrent {
  border:2px solid #ff0000;
}
#camera_1 .camera_thumbs_cont ul li:hover > img,
#camera_1 .camera_thumbs_cont ul li.cameracurrent > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* end slider */
/* carousel */
.list_carousel {
  position: relative;
  overflow: hidden;
  margin: 23px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_carousel .caroufredsel_wrapper {
  overflow: hidden !important;
}
.list_carousel ul {
  margin: 0 !important;
  display: block;
  overflow: hidden;
  cursor: default;
}
.list_carousel ul > li {
  display: inline-block;
  float: left;
  padding-right: 35px;
}
.list_carousel ul > li:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 1px;
  height: 100px;
  background: url(../img/separator1.jpg) right 0px no-repeat;
}
.list_carousel ul > li > a {
  position: relative;
  display: block;
}
.list_carousel ul > li > a > img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_carousel ul > li > p {
  margin-top: 26px;
}
.list_carousel #prev,
.list_carousel #next {
  position: absolute;
  z-index: 10;
  top: 0px;
  cursor: pointer;
  display: block !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-indent: 100%;
  overflow: hidden;
}
.list_carousel #prev {
  left: 0;
  background: url("../img/arrowL.png") left center no-repeat;
}
.list_carousel #prev:hover {
  background-position: right center;
}
.list_carousel #next {
  right: 0;
  background: url("../img/arrowR.png") right center no-repeat;
}
.list_carousel #next:hover {
  background-position: left center;
}
/* end carousel */
/*flex slider*/
.flexslider {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  z-index: 0;
  margin: 21px 0 8px;
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.flexslider .slides ul {
  margin-bottom: 0px;
}
.flexslider .slides ul > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.flexslider .slides ul > li figure {
  float: left;
  margin: 0px 18px 10px 0px;
}
.flexslider .slides ul > li > div {
  padding: 2px 60px 19px 0px;
}
.flexslider .slides ul > li > div h3 {
  color: #2f2f2f;
  margin-bottom: 17px;
}
.flexslider .slides ul > li > div p {
  padding-bottom: 0;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider .flex-control-nav {
  width: auto;
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: -46px;
}
.flexslider .flex-control-nav li {
  float: left;
  margin-left: 4px;
}
.flexslider .flex-control-nav li a {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  background: #3f3f3f;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-indent: -9999px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.flexslider .flex-control-nav li a.flex-active,
.flexslider .flex-control-nav li a:hover {
  background: #ff0000;
}
/*end flex slider*/
.banner {
  position: relative;
  margin: 29px 0px;
  min-height: 119px;
}
.banner:hover .hover {
  height: 0;
}
.banner:hover .text > p {
  color: #2f2f2f;
}
.banner img {
  position: relative;
  z-index: 0;
  max-height: 526px;
    width:100%;
}
.banner .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/banner_bg.png);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 220px 0px 20px 57px;
}
.banner .text p {
  color: #ffffff;
  line-height: 1em;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .text p:first-child {
  font-weight: bold;
  font-size: 48px;
  margin: 0px 0px 0px 0px;
}
.banner .text p:first-child + p {
  font-size: 36px;
  text-transform: uppercase;
  margin: -13px 0px 0px 0px;
}
.banner .text p:first-child + p + p {
  margin-top: 2px;
}
.list1 {
  margin: 23px 0px -10px 0px;
  display: block;
  overflow: hidden;
}
.list1 > li {
  position: relative;
  float: left;
  width: 170px;
  margin-right: 30px;
  width: 14.5%;
  margin-right: 2.6%;
  margin-bottom: 10px;
}
.list1 > li.last {
  margin-right: 0;
}
.list1 > li.last:after {
  background: none;
  display: none;
}
.list1 > li:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: -16px;
  width: 1px;
  height: 100px;
  background: url(../img/separator1.jpg) right 0px no-repeat;
}
.list1 > li > p {
  margin-top: 26px;
}
.list2 {
  margin: 15px 0px 17px 0px;
}
.list2 li {
  position: relative;
  margin-bottom: 8px;
  background: url(../img/list_icon2.png) 1px 8px no-repeat;
}
.list2 li a {
  margin-left: 20px;
  font:11.040000000000001px 'Ubuntu';
    font-weight: 600;
  line-height: 21px;
  color: #b2b2b2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list2 li.active > a,
.list2 li > a:hover {
  color: red;
}
.list2 li.last {
  border-bottom: none;
}
.list3 {
  margin-top: 21px;
  margin-bottom: 10px;
}
.list3 li {
  margin-bottom: 0px;
}
.list3 li > a {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.list3 li p {
  padding-right: 30px;
}
.list4 {
  margin: 16px 0px 23px;
}
.list4 li {
  margin-bottom: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e4;
}
.list4 li img {
  float: left;
  margin: 7px 10px 0px 0px;
}
.list4 li p {
  padding: 0px 30px 0px 0px;
  overflow: hidden;
}
.list4 li.last {
  border: none;
  margin: 0px;
  padding: 0px;
}
.author {
  font: 21px 'Pacifico';
  line-height: 1em;
  color: #000000;
  margin: 0px 0px -3px 0px;
  padding: 0px 0px 0px 0px;
}
.list_links {
  margin: 20px 0px 32px 0px;
}
.list_links li {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
  /*background: url(../img/list_icon.png) 1px 7px no-repeat;*/
  border-bottom: 1px solid #dfdfdf;
  padding-left: 12px;
}
.list_links li.last {
  border: none;
}
.list_links li a {
  /*line-height: 21px;*/
  color: #6a6a6a;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_links li a:hover {
  color: #ff0000;
}
.list_links li.last {
  border-bottom: none;
}
.list_blog {
  margin: 22px 27px 30px 0px;
}
.list_blog li {
  padding-bottom: 19px;
  margin: 0px 0px 40px 0px;
  border-bottom: 1px solid #cbcbca;
}
.list_blog li.last {
  border: none;
}
.list_blog li .newLine {
  display: none;
}
.list_blog li > div:first-child {
  overflow: hidden;
  padding-bottom: 1px;
}
.list_blog li > div:first-child span.badge {
  float: left;
  margin: 0px 20px 10px 0px;
}
.list_blog li > div:first-child h3 {
  margin: 10px 0px 1px 0px;
  color: #2f2f2f;
}
.list_blog li > div:first-child h3 a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_blog li > div:first-child h3 a:hover {
  color: #7d7d7d;
}
.list_blog li > div:first-child > div {
  padding-top: 0px;
}
.list_blog li > div:first-child + div figure {
  float: left;
  margin: 4px 28px 10px 0px;
}
.list_blog li > div:first-child + div p {
  padding-bottom: 11px;
}
.list_blog li > div:first-child + div p > a:hover {
  color: #ff0000;
}
.list_blog li > div:first-child + div .paddingSpecial {
  padding-top: 0px;
  margin-top: -3px;
}
.list_gallery {
  margin-top: 21px;
  margin-bottom: -12px;
  overflow: hidden;
}
.list_gallery li {
  margin-bottom: 7px;
}
.list_gallery li figure {
  margin-bottom: 0px;
}
.list_gallery li > a {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.list_gallery li h3 {
  margin-bottom: 17px;
}
blockquote {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: -4px 0px -5px;
  border: none;
}
blockquote p {
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
}
.g_map {
  margin: 34px 0px 20px 0px;
  width: 100%;
  height: 647px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #ffffff !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search,
form.search {
  position: relative;
  display: inline-block;
  margin: 55px 0px 154px 0px;
  width: 100%;
  z-index: 500;
}
#search > input,
form.search > input {
  width: 251px;
}
#search > a,
form.search > a {
  margin-left: 9px;
  top: 2px;
}
#search input,
form.search input,
#search a,
form.search a {
  float: left;
}
#form1 {
  position: relative;
  margin: 22px 0px 9px 0px;
  width: 100%;
  overflow: hidden;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 41px;
  font: 12px 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #7d7d7d;
  padding: 10px 17px;
  width: 100%;
  margin: 0;
  background: #f1f1f1;
}
#form1 textarea {
  width: 100%;
  height: 352px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 41px;
  width: 252px;
  margin-bottom: 11px;
  float: left;
}
#form1 label.marginLeft {
  margin-left: 7px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ff0000;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 12px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 22px;
  display: inline-block;
}
#form1 .btns > p > span {
  position: relative;
  top: 2px;
}
/*end forms*/
.padding1 {
  padding: 0px 40px 24px 0px;
}
.padding2 {
  padding: 38px 0px 20px;
}
.padding3 {
  padding-bottom: 10px;
}
.padding4 {
  padding-bottom: 12px;
}
.padding5 {
  padding: 0px 40px 0px 0px;
}
.padding6 {
  padding-bottom: 11px;
}
.margin1 {
  margin-top: 32px;
}
.margin2 {
  margin-top: 37px;
}
.margin3 {
  margin-bottom: 18px;
}
.margin4 {
  margin: 15px 0 43px;
}
.margin5 {
  margin: 3px 0px 16px 0px;
}
.margin6 {
  margin: 84px 0px 20px 75px;
}
.margin7 {
  margin: 78px 0px 41px 0px;
}
.margin8 {
  margin: 12px 0 9px;
}
.margin9 {
  margin: 12px 17px 0px 0px;
}
.margin10 {
  margin: -3px 0px 5px 0px;
}
.margin11 {
  margin: 18px 0 17px;
}
.margin12 {
  margin-bottom: 14px;
}
.margin13 {
  margin-top: 34px;
}
.margin14 {
  margin: 16px 0px 20px 0px;
}
.width1 {
  display: inline-block;
  width: 82px;
}
.color1 {
  color: #ffffff;
}
.color2 {
  color: #6a6a6a;
}
.box {
  overflow: hidden;
}
.block {
  display: block;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.right {
  margin-right: 0 !important;
}
.floatLeft1200 {
  float: left;
}
.floatRight1200 {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.textAlignCenter {
  text-align: center;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  width: 100%;
  overflow: hidden;
  background:#2e313a;
}
footer > div {
  padding: 50px 0px;
}
footer p {
  font: 11.040000000000001px 'Ubuntu';
  line-height: 21px;
  color: #a1a1a1;
  text-transform: uppercase;
  margin: 0px 0px 0px -60px;
}
footer p a {
  color: inherit;
}
footer h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 15.96px;
  margin-bottom: 30px;
}
footer hr {
  background: #1e1e1e;
  margin: 10px 0px;
}
footer .soc_icons {
  margin: -4px 0px 20px -60px;
}
footer .soc_icons li {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-left: 2px;
}
footer .soc_icons li a {
  position: relative;
}
footer .soc_icons li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
footer .soc_icons li a:hover img {
  top: -2px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  #form1 label {
    width: 202px;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  .imStyle1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 768px){
   .sf-menu {
        list-style: none;
        float: right;
        padding: 0;
        /*margin: 40px 0px 0px 20px;*/
        white-space: nowrap;
        height: 44px;
    } 

}
@media (max-width: 768px){
    .sf-menu ul:before{
        background:transparent;
    }
    header .main-navgtn .navbar-nav .open .dropdown-menu{
        background-color: #373b48;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 47px;
    overflow: visible;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.marginLeft {
    margin-left: 0;
  }
  #form1 .success {
    padding: 62px 10px;
    height: 145px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    margin-top: -20px;
    top: 50%;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  #camera_1 .camera_thumbs_cont ul li {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
  #camera_1 .camera_thumbs_cont ul li > img {
    width: 100%;
  }
  .banner .text {
    padding-top: 104px;
  }
  .flexslider .slides ul > li figure {
    float: none;
    margin-bottom: 0px;
  }
  .list1 > li:after {
    display: none;
    background: none;
  }
  .list_gallery li {
    min-height: 400px;
  }
  .list_blog li figure {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .imStyle1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #search {
    margin: 0px 0px 120px 0px;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
/*
  .sf-menu {
    display: none;
  }
*/
  .floatLeft1200,
  .floatRight1200 {
    float: none;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.marginLeft {
    margin-left: 0;
  }
  #form1 .success {
    padding: 62px 10px;
    height: 145px;
  }
  #camera_1 .camera_prev,
  #camera_1 .camera_next {
    margin-top: -20px;
    top: 50%;
  }
  #camera_1 .camera_next {
    right: 0;
  }
  #camera_1 .camera_prev {
    left: 0;
  }
  #camera_1 .camera_thumbs_cont ul li {
    width: 24%;
    margin-right: 1%;
    float: left;
  }
  #camera_1 .camera_thumbs_cont ul li > img {
    height: 100%;
  }
  .banner .text {
    padding: 30px 0 20px 30px;
  }
  .banner .text p:first-child {
    font-size: 31px;
  }
  .banner .text p:first-child + p {
    font-size: 18px;
  }
  .flexslider .slides ul > li figure {
    float: none;
    margin-bottom: 0px;
  }
  .list1 > li:after {
    display: none;
    background: none;
  }
  .flexslider .slides ul > li {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  footer > div {
    padding-bottom: 10px;
  }
  footer .span3 {
    width: 47%;
    margin-right: 3%;
    float: left;
    overflow: hidden;
  }
  footer p {
    padding-top: 16px;
  }
  .list1 > li {
    width: 29%;
    margin-right: 4%;
    min-height: 140px;
  }
  .bg1 {
    padding-top: 30px;
  }
  .margin2 {
    margin-top: 10px;
  }
  .list_gallery > li {
    overflow: hidden;
  }
  .list_gallery > li > a {
    float: left;
    margin: 0px 20px 20px 0px;
  }
  .list3 li {
    float: left;
    margin-right: 3%;
    width: 47%;
  }
  .list3 li a,
  .list3 li figure {
    width: 100%;
  }
  .imStyle2 {
    float: left;
    margin: 12px 20px 10px 0px;
  }
  .padding5 {
    padding: 0px 0px 0px 0px;
  }
  .dl-horizontal {
    margin-right: 0;
  }
  .list_blog {
    margin-bottom: -20px;
  }
  .list_blog {
    margin-right: 0px;
  }
  .list_blog li > div:first-child + div figure {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .imStyle1 {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  #search {
    margin: 0px 0px 20px 0px;
  }
  #search input {
    width: 100%;
  }
  #search > a {
    margin-left: 0;
    margin-top: 10px;
  }
  .margin7 {
    margin-top: 38px;
  }
  .list_blog li > div:first-child h3 {
    margin-top: 0;
  }
  .list_blog li > div:first-child > div {
    overflow: hidden;
  }
  .padding1 {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .camera_caption {
    display: none !important;
  }
  .list_gallery > li {
    overflow: hidden;
  }
  .list_gallery > li > a {
    float: none;
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .list_gallery > li > a figure {
    width: 100%;
  }
  .imStyle2 {
    float: none;
    margin: 12px 0px 10px 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list3 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .list_blog li .newLine {
    display: inline;
  }
  .list_blog li .comments {
    float: left;
  }
  .list_blog li:first-child > div {
    overflow: hidden;
  }
  .g_map {
    height: 300px;
  }
  .banner .text {
    padding: 15px 0 20px 15px;
  }
  .banner .text p:first-child {
    font-size: 21px;
  }
  .banner .text p:first-child + p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  footer .span3 {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
}
@media (max-width: 320px) {
  .imStyle3 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.camera_thumb{
  width:191px;
  height:104px;
}

.img-polaroid > .infiniteSlide{
  width:187px;
  height:150px;
}
/*.ckEditor .span4{
  margin-left: 25px;
  width: 365px;
}
.ckEditor .dl-horizontal dt{
  text-align: left;
  width:55px;
  font-weight: normal;
}
.ckEditor .dl-horizontal dd{
  margin-left: 0px;
      position: relative;
    display: block;
    overflow: hidden;
    margin-left: 0;
    padding: 0px 0px 18px 0px;
}
.ckEditor h2{
  font: 24px Arial, sans-serif;
  line-height: 34px;
  color: #2f2f2f;
  margin: 28px 0px 9px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
}
.ckEditor h3, dt{
    font: 18px Arial, sans-serif;
    line-height: 1.2em;
    color: #2f2f2f;
    text-transform: uppercase;
    margin: 20px 0px;
    padding: 0px 0px 0px 0px;
}
.ckEditor p, dd{
    font-family: 'Ubuntu', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #7d7d7d;
}
.ckEditor .pad{
  padding-top: 20px;
}
.ckEditor a.thumbnail:hover {
  border-color: #f00;
}
.ckEditor a.thumbnail {
  border-width: 3px
}
.ckEditor .author{
  font: 21px 'Pacifico';
  line-height: 1em;
  color: #000000;
  margin: 0px 0px -3px 0px;
  padding: 0px 0px 0px 0px;
}
.ckEditor blockquote{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: -4px 0px -5px;
  border: none;
}*/
.selColorFilter{
  text-align: center;
  margin-top: 7px;
  color:#ccc;
}
.brandFilter{
  float: none!important;
  margin-left: 10px;
}
.clearFilter{
  float:right;
  margin-right: 15px;
  text-transform:none;
  color:#585858;
  font-size: 13px;
  font-weight: 100;
}
.pListImg{
  width: 155px;
  /*height: 202px;*/
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: none;
}
.overlay .loader{
   margin:250px 50%;
}

.prd-colrs-scroll-left{
  padding:6px!important;
  float:left;
  background: 0!important;
  color:#0000FF!important;
}

.prd-colrs-scroll-right{
  padding:6px!important;
  float:left;
  background: 0!important;
  color:#0000FF!important;
}

.prd-colrs .Colors-fltr{
  padding:0;
  
}

.prd-colrs-scroll-div-arrow{
  float:left;
  min-width: 10%;
  border:1px solid #FFFFFF;
}
.prd-colrs-scroll-div{
  float:left;
  min-width: 78%;
  max-width: 78%;
  border:1px solid #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
}

.prdt-detail-image-div{
  text-align: center;
}

.prdt-detail-image{
  width:100%;
}

.product-detail .prdct-dtls{
  //float: left;
  text-align: left;
}



.prdt-detail-image-thumb-cont{
  width: 100px;
  height:100px;
  border:1px solid  #708090;
  margin-bottom: 10px;
  display:none;
  overflow: hidden;
}
.prdt-detail-image-thumb:hover{
  cursor: pointer;
  border:3px solid  #708090;
}
.prdt-detail-image-thumb.active{
  border:3px solid  #708090;
}

.prdt-detail-image-thumb{
  width: 100px;
  border:1px solid  #708090;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.prdt-detail-default-image{
  height:100%;
  border:1px solid  #708090;
}
.ppdt-selected{
  margin-top: 10px;
}
.product-detail .addtoCart{
  opacity: 1;
  width:225px;
}
.product-detail .prd-colrs p:before, .product-detail .prd-size p:before{
  left:15%;
}
.pdt-desc{
  margin-top: 20px;
}
.product-detail .accrs-wrap{
  padding : 0;
  border:none;
}
.prdt-detail-image-thumb-div{
  height: 440px;
  overflow: hidden;
}
.login-box, .register-box {
    width: 360px;
    margin: 3% auto;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.loginErrMsg{
  margin-top: 5px;
  color:#ff0000;
}
.login-user{
  padding-right: 10px;
}
@media (min-width: 300px) and (max-width: 991px) {
   .order_pos{
    text-align: center !important;
   }
    .p_pos{
    text-align: center !important;
   }
}

/* header style */
.head_top_p{
      color: #fff;
    display: inline-block;
    font-size: 12px;
    
}
.head_top_p_1{
    font-size: 13px;
    vertical-align: middle;
    font-weight: 900;
    text-transform: uppercase;
}
.head_color_white{
   color: #000;
}
.head_color_black{
   color: #FFF;
}
.head_button_login{
    background: #fff;
    padding: 7px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #d62f36;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(162, 27, 33, 0.81);
    cursor: pointer;
}
.ml10p{
  margin-left: 10px;
}
.p_pos{
  text-align: right;
} 
.order_pos{
  text-align: left;
}      
.cart_div2{
  height: 400px;
  text-align: center;
  color: #808080;
  font-size: 30px;
}
.cart_div2 .saved{
  color:green;
}
.quantity{
  width:55px !important;
}
.noQuantity{
  border:1px solid #ff0000!important;
}
.ml10p{
  margin-left: 10px;
}
.mt10p{
  margin-top: 10px;
}
.pb10p{
  padding-bottom: 10px;
}
.over_hid{
  overflow: hidden;
}
#brandList{
  height: 235px;
  overflow: auto;
}
.leftfilter-bar #category,.leftfilter-bar #size{
  max-height: 240px;
  overflow: auto;
}
.leftfilter-bar #size{
  padding-left: 41px;
}
.subCatList{
  padding-left:12px;
  display:none;
  margin: 10px 0;
}
.subCatList li p label{
  font-size: 10px!important;
}
.subSizeList{
  padding-left:12px;
  display:none;
  margin: 10px 0;
}
.subSizeList li p label{
  font-size: 10px!important;
}





.pageNav{
  text-align: right;
}
.prct-ttls{
  min-height: 110px;
}

.div_color_list{
  background: #ffffff;
  width: 90%;
  margin-left: 10px;
  max-height:250px;
  overflow: auto;
}
.div_color_list p{
  color: #5f626b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0;
}
.div_color_list p:hover{
  background: #DCDCDC;
}
.colorSelected label{
    color: #5f626b!important;
    font-size: 14px;
    font-weight: 600;
}
.colorSelected{
    margin-left: 10px;
}
.colorSelected label span{
    margin:0!important;
}
.div_sel_color{
  float:left;
}
.div_maxresults{
  margin-bottom: 20px;
}
.btm_overlay{
  text-align: center;
  display:none;
  height:300px;
}
.temp_img{
  display: none;
}
#globalSearch{
  width:60%;
}
#search_btn{
  margin-left:5px;
}
.product_list_thumb{
  height:235px;
}
.medmSelc{
  background: url(../img/select.jpg) no-repeat 46px center #ededed;
  border-radius: 2px;
  height: 37px;
  margin-right: 10px;
  overflow: hidden;
  width: 80px;
  cursor: pointer;
}
.medmSelc select{
  background: rgba(0,0,0,0);
  border: 0 none;
  color: #3a3a3a;
  font-size: 13px;
  height: 37px;
  padding-left: 10px;
  width: 110px;
  cursor: pointer;
}

.mytable{
  width:50% !important;
}

.pmstable{
  width:91% !important;
}

.searchDiv{
  margin-top: 30px;
  margin-bottom: 30px;
}

.searchDiv #globalSearch{
  width:40%;
  border-color: red;
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 6px 30px #ccc;
}

.searchDiv .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: 14.04px Arial, sans-serif;
  line-height: 1em;
  padding: 11px 26px;
  color: #ffffff;
  background: #4b4b4b;
  border: none;
  margin:0!important;
  vertical-align: top;
  background: #ff0000;
  box-shadow: 0px 6px 30px #ccc;
}
.searchDiv .btn:hover,
.searchDiv .btn:active,
.searchDiv .btn:focus {
  color: #ffffff;
  background: #ff0000;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
input[type="radio"]{
  width: auto;
  height: auto;
}

/* ####### new changes on 19/7/2017 ######## */

.tool-ttle{
  margin-top: 26px;
  margin-bottom: 12px;
}
.tool-ttle h4{
  font-size:20px;
  font-weight: 600;
}

.CS-row{
  display: block;
  margin-bottom: 10px;
}
.CS-row:before, .CS-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.CS-row:after {
    clear: both;
}
.stpOrdTop{
  font-size: 16px;
  font-weight: 600;
  color: #666;
  position: relative;
  display: block;
  margin: 0px 0px 8px 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
.stepSetNav{
  font-size: 16px;
  font-weight: 600;
  color: #666;
  position: relative;
  display: block;
}
.stepSetNav i{
  font-style: normal;
  display: inline-block;
  padding: 4px 11px;
  border-radius: 70px;
  background: #ff6268;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}

.orderApprvlWrappr {
    padding: 32px 26px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    margin-top: 10px;
    box-shadow: 0px 8px 30px #e0e0e0;
}

.home_video_preview   {
  width:100%;
  height: 100%;
}
    
.singleClr img{
  position: absolute;
  left: -50%;
  top: -50%;
  height: 100%;
  width: 100%;
  transform: translate(50%,50%);
}
/*---------- 8/8/2017------------*/

.product-listng .prrdt_loopS.Currnt_sales{
  position: relative;
  box-shadow: 0px 6px 26px rgba(204, 204, 204, 0.82);
  margin-bottom: 20px;
  margin-right: 18px;
}
.product-listng .Currnt_sales .prdt-newadd{
  position: absolute;
  right: -11px;
  padding: 6px 14px;
  background: rgba(1, 65, 255, 0.77);
  color: #fff;
  top: 16px;
  font-size: 12px;
  text-transform: uppercase;
}
.product-listng .Currnt_sales .prdt-newadd:after {
    content: "";
    position: absolute;
    top: 28px;
    right: -10px;
    border-bottom: 10px solid #002590;
    border-color: transparent;
    border-left: 10px solid #002590;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
}

.product-listng .Currnt_sales .prdct-dtls .ppdt-price{
  margin: 0px;
}

.product-listng .Currnt_sales  .prdct-dtls .ppdt-price .PPrce{
  float: none;
  padding-bottom: 0px;
  margin: 0px;
}

.product-listng .Currnt_sales  .prdct-dtls .ppdt-price .minCrrnt{
  font-size: 11px;
}

.product-listng .Currnt_sales .prdct-tpp .pListImg{
  height: 155px;
  width:auto;
}

/*---------- 9/8/2017------------*/

.Crrnt_salZ .prdct-dtls{
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.Crrnt_salZ .prdct-dtls .prct-ttls{
  padding-left: 0px;
}

.Crrnt_salZ .Crrnt-prdt-dtilImg{
  width: 90%;
  border: 1px solid #ccc;
  padding: 60px;
}
.Salebadge{
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #d62f36;
  border-radius: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
}

.Crrnt-prd-ttls{
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.Crrnt-higlite{
  margin: 20px 0px 32px 0px;
  padding: 20px;
  background: #d62f36;
  color: #fff;
  box-shadow: 0px 6px 26px rgba(247, 82, 89, 0.49);
  font-size: 14px;
}

.Crrnt-prd-LstIt {
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.mb20{
  margin-bottom: 20px;
}

.mb30{
  margin-bottom: 30px;
}
.register{
  padding-bottom: 25px;
}
.register .box-footer,.register .box-header{
  text-align: center;
}
.callout-danger{
  color:#FF0000;
}
.form-group.error .help-block {
  color: #dd4b39;
}
.form-group.error .form-control {
  border: 1px solid #dd4b39;
}
.form-group.error b {
  color: #dd4b39;
}
#form_inquiry input,#form_inquiry textarea{
  color:#000;
}
#form_inquiry .form-group .input-group-addon{
  border: none;
}
.cent{
  font-family: Arial, Helvetica, sans-serif; 
  font-size:24px; 
  letter-spacing:-4px; 
  line-height:24px;
  baseline-shift: super;
}
#form_register input{
  color:#000;
}
#form_register .form-group .input-group-addon{
  border: none;
}
.dobleColr .selColorFilter{
  margin-left: 5px;
}
.richardson_color{
  width:45px!important;
  height: 33px!important;
}
/*----------  Preloader  -------------*/

/* Variables */
/* Mixins */
/* Animations */
@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* Styles */
.preloader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  text-align: center;
}
.preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 44%;
  left: 0;
  position: relative;
}
.preloader .preloader-container .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d62f36;
  border-radius: 50em;
}
.preloader .preloader-container .animated-preloader:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  background: white;
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  -ms-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50em;
  background: ##d62f36;
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  -ms-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

.li_new_products img{
  height:100%;
}
.img_wrap{
    height: 180px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
/*.li_new_products a{
  font-size:15px!important;
}*/
.li_new_products {
  background:none!important;
  border:1px solid #e6e6e6;
}
.carousel-item{
  text-align: center;
  background:url(../img/separator1.jpg) right 0px no-repeat;
}
.carousel-item p{
  margin-top: 26px;
  padding-top: 0px;
}
.div-search-itemno input{
  width: 151px;
  display: inline-block;
}
.div-search-itemno button{
  background-color: #ff0000!important;
}
@media (min-width: 768px) {
  .prdt-detail-default-image {
    float: right!important;
  }
}
@media (max-width: 768px) {
  .searchDiv #globalSearch {
    width:65%;
    }
  .prdt-detail-image-thumb-div {
    height: 100%;
    width: 500px;
    text-align: left;
  }
  .thumb_cont_div {
      overflow-x: scroll;
      /*height: 113px;*/
      margin-top: 16px;
  }
  .prdt-detail-image-thumb-cont{
    display: inline-block;
  }
  /* product listing*/
  .product-listng .prrdt_loopS{
      box-shadow: 0px 20px 45px #ccc;
      transition: all ease 0.3s;
  }
  .product-listng .prrdt_loopS .addtoCart{
    opacity: 1 !important;
  }
  .tool-ttle{
    margin-top: 10px;
  }
  .right-sideContent .breadcrumb{
    margin-bottom: 8px;
  }
  .list4, .margin14 {
	  padding: 0;
  }
  #toTop{
    margin-right: -155px !important;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
    .product-listng li.prrdt_loopS{
      width:48%;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
    .product-listng li.prrdt_loopS{
      width:100%;
    }
}

@media (max-width: 580px) {
  .top-toolBar .sort_by_asc_desc.pull-right, .top-toolBar .tool-ttle{
    float: none !important;
  }
  .pageNav{
    text-align: center;
  }
  .leftfilter-bar.active{
    height: auto;
  }
  .thumb_cont_div{
    padding: 0px !important;
  }
  .prdct-dtls span.prct-ttls{
    padding: 0px;
    width:100%;
    display: block;
  }
  .table-responsive .table {
    width: 700px;
  }
  .product-listng .prrdt_loopS{
    width: 100% !important;
  }
}
.tbl_inquiry th, .tbl_inquiry caption{
  text-align: center;
}
.featured_cat_arrow{
  margin-right: 5px;
  cursor: pointer;
  width:10px;
  height:20px;
  background: url(../img/list_icon.png) 1px 7px no-repeat;
  float:left;
  background-size: 6px 9px;
}
.changearr{
  background: url(../img/list_icon_dwn.png) 1px 7px no-repeat;
  background-size: 7px 9px;
}
.prdt-share{
  text-align: center;
  margin-bottom: 10px;
}
.prdt-share a{
  padding: 10px 15px 10px 10px !important;
}
#linkcopy{
  display: none;
  width:400px;
}
#ConfirmDialog{
  width:100%;
  position:fixed;
  top:10%;
  display:none;
}
#ConfirmDialog div{
  border: 1px solid #e6e6e6;
  width:250px;
  background-color: #f5f0f0;
  box-shadow: 0px 6px 30px #ccc;
  padding-top: 5px;
  padding-bottom: 10px;

}
#ConfirmDialog span{
  cursor: pointer;
  float: right;
  margin-right: 15px;
}
#mailBox div{
  border: 1px solid #e6e6e6;
  width:250px;
  background-color: #f5f0f0;
  box-shadow: 0px 6px 30px #ccc;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
#mailBox span{
  cursor: pointer;
  float: right;
}
#mailBox input{
  border: 1px solid #c5c4c4;
}
#mailBox button{
  margin-top: 5px;
}
#divFilterLink,#divFilterLink_detail{
  text-align: center;
  position: fixed;
  top:50%;
  width:80%;
  z-index: 999;
  background-color: #c5bcbc;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 6px 30px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#divFilterLink,#divFilterLink_detail textarea{
  width:80%;
}
#transBody{
  position: fixed;
  width:100%;
  height: 100%;
  background-color: white;
  top:0px;
  opacity: 0.6;
  left:0;
}
.ul_video_desc{
  list-style: disc!important;
  font-size: 10px;
}    
.tbl_inquiry .Colors-fltr span{
  cursor: default !important;
}
@media (max-width: 768px){
.leftfilter-bar.active {
    height: auto;
}

/* ------------ filter menu, top menu changes : 10/8/2018 : Nithin ------------- */

.fixedSerch, .fixed, .fixedFiltr{
  position: fixed !important;
  left: 0;
  right: 0;
}

.fixed {
    top: 0;
    z-index: 40;
}

.fixedSerch{
  top:70px;
  background: #fff;
  z-index: 20;
}

.fixedFiltr{
  top: 145px;
  background: #fff;
  z-index: 20;
  padding: 0px 15px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.24);
}
.fixedFiltr .tool-ttle{
  display: none;
}
.fixedSerch .searchDiv{
  margin: 15px 0px;
}

.fixedSerch .searchDiv #globalSearch{
  width: 78%;
  border-color: #ddd;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.22);
  height: 46px;
  font-size: 15px;
}

.fixedSerch .searchDiv #search_btn{
  padding: 16px 26px;
  box-shadow: 0px 6px 30px rgba(255, 0, 0, 0.36);
}

.product-listng.paddFix{
  padding-top: 251px;
}

}
@media (max-width: 580px){
  .fixedSerch .searchDiv #globalSearch{
    width:100%;
  }
}

.collapse li.evryTopSearch{
  margin-left:-50px;
}

.collapse li.clearforIn{
  text-align: right;
  margin-top: -3px;
}
.collapse li.clearforIn .clearFilter{
  float: none;
}

.full-btm-overlay{
  text-align: center;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
.full-btm-overlay .preloader{
  background: #ffffffcc;
  height: 100vh;
}
/* 	0030426: CF-Rush: Promo Standards Inventory Display - Start */
.search-check-inventory-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-check-inventory-btn p{
  min-width: 50%;
  margin-left: 0;
}
/* 	0030426: CF-Rush: Promo Standards Inventory Display - End */