.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: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link {
  color: #08c;
  text-decoration: none;
}
.link:hover {
  color: #666666;
}
.linkReverse {
  color: #666666;
}
.linkReverse:hover {
  color: #08c;
}
.linkGray {
  color: #686868;
}
.linkGray:hover {
  color: #08c;
}
.linkGraylighter {
  color: #909090;
}
.linkGraylighter:hover {
  color: #08c;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
  display: block;
}
.align-center {
  text-align: center;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #666666;
}
#flip-scroll table {
  width: 100%;
  display: block;
}
#flip-scroll tr {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#flip-scroll td,
#flip-scroll th {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 8px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li.item {
  width: 32%;
  padding: 0;
}
.listLineSolid {
  margin: 0;
}
.listLineSolid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listLineSolid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listLineSolid li:first-child:before {
  content: "";
}
.listLineSolid li a {
  color: #909090;
}
.listLineSolid li a:hover {
  color: #08c;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#filter .blur img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
}
#filter .grayScale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(0%);
}
.transform-style {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.backface-visibility {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.effect-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.effect-1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.effect-1 span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.toRightFromLeft 49% {
  background-position: 50px 6px;
}
.toRightFromLeft 50% {
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: -50px 6px;
}
.toRightFromLeft 51% {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #e05252;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #e05252;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .borderRound {
  margin: 10px 0 10px 14px;
}
#bd {
  padding: 0;
}
@media (min-width: 1500px) {
  #bd .layout-boxed {
    width: 1210px;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }
  #bd .layout-boxed .content-home:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd #yt_nav .mega1200 .mega-content-inner {
    width: 1138px !important;
  }
  #bd .dynamicslideshow-container {
    overflow: visible;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: -20px !important;
    top: 390px !important;
  }
  #bd .dynamicslideshow-container .tp-leftarrow {
    top: 210px !important;
    left: -100px !important;
  }
  #bd .dynamicslideshow-container .tp-rightarrow {
    top: 210px !important;
    right: -100px !important;
  }
  #bd #yt_slideshow {
    position: relative;
    z-index: 10;
    background: #eeeeee;
    overflow: hidden;
  }
  #bd #yt_slideshow .yt-main-in1 {
    width: 1170px !important;
    padding: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1499px) {
  #bd .layout-boxed {
    width: 1210px;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }
  #bd .layout-boxed .content-home:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd #yt_nav .mega1200 .mega-content-inner {
    width: 1138px !important;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 5% !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #bd #slideshow .dynamicslideshow-container .tp-caption a,
  #bd #slideshow .dynamicslideshow-container .tp-caption p.short-des,
  #bd #slideshow .dynamicslideshow-container .tp-caption a.btn-atc {
    margin-left: 10px;
  }
  #bd .yt-main-in2 #top4,
  #bd .yt-main-in2 #top5,
  #bd .yt-main-in2 #top6 {
    margin-left: 10px;
  }
  #bd .myaccount {
    margin-right: 10px;
  }
  #bd #yt_logoposition {
    margin-left: -10px;
    padding-right: 10px;
  }
  #bd #yt_spotlight1 .yt-main-in2.row-fluid .span4 {
    margin-left: 0;
    margin-right: 10px;
  }
  #bd #sj_quickview .productdetails-view .productdetail-content .span4 {
    width: 40%;
    margin-right: 5%;
  }
  #bd #sj_quickview .productdetails-view .productdetail-content .span5 {
    margin-left: 0;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    margin: 0;
  }
  #bd #top1,
  #bd #yt_logoposition,
  #bd #bottom1,
  #bd #bottom4,
  #bd #yt_copyrightposition {
    padding-left: 10px;
  }
  #bd #top2,
  #bd #top3,
  #bd #bottom3,
  #bd #bottom5,
  #bd #footer {
    padding-right: 10px;
  }
  #bd #bottom10 {
    margin-bottom: 20px;
  }
  #bd #partner,
  #bd #content,
  #bd #yt_spotlight6,
  #bd #yt_spotlight9,
  #bd #yt_spotlight10 {
    padding: 0 10px;
  }
  #bd .layout-boxed {
    background: #ffffff;
  }
  #bd .vmsearch .inputboxvmsearch {
    width: 82%;
  }
  #bd .exnewshome .item-info {
    width: 65%;
  }
  #bd .acymailing_module table.acymailing_form {
    width: 72%;
  }
  #bd .breadcrumb {
    margin: 0 10px;
  }
  #bd .module.box1 .modtitle {
    font-size: 141.7%;
  }
  #bd .vmproductsmega2 .wrapproduct .width50 {
    width: 47%;
  }
  #bd .vmproducts .spacer .ProductContent {
    width: 58%;
  }
  #bd .vmproductsmega2 .spacer .ProductContent {
    width: 100%;
  }
  #bd .blog .item.span4 .item-image {
    min-height: 144px !important;
    min-width: 214px !important;
    height: 144px !important;
    width: 214px !important;
  }
  #bd .blog .item.span3 .item-image {
    min-height: 101px !important;
    min-width: 147px !important;
  }
  #bd .productdetail-content .list_carousel {
    width: 235px !important;
  }
  #bd .productdetail-content .list_carousel .caroufredsel_wrapper {
    width: 235px !important;
  }
  #bd .productdetail-content .list_carousel .caroufredsel_wrapper #foo4 li {
    width: 75px !important;
  }
  #bd .productdetail-content .nav_button {
    margin-left: 7px;
  }
  #bd .productdetail-content .nav_button .prev,
  #bd .productdetail-content .nav_button .next {
    width: 62px;
    height: 33px;
    line-height: 38px;
  }
  #bd .productdetail-content .product-related-products {
    margin-top: 0;
  }
  #bd .productdetail-content .product-related-products .nav_button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 17px;
  }
  #bd .productdetail-content .product-related-products .pro_relate {
    width: 100%;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate {
    width: 223px !important;
    position: relative !important;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate .item {
    padding: 12px 10px;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate .item .product-content-inner .product-right {
    width: 50%;
  }
  #bd div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social {
    left: 58%;
  }
  #bd .dynamicslideshow-container .sale {
    margin-left: 50px;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 0 !important;
  }
  #bd .img-fulltext {
    clear: both;
  }
  #bd .item-page p {
    display: block;
  }
  #bd.rtl .productdetails-view #yt_relate .caroufredsel,
  #bd.rtl .productdetails-view #yt_relate .caroufredsel_wrapper {
    min-height: 410px;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button {
    background: #666666 url(../images/shoping-cart.png) no-repeat 101px 9px;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button:hover {
    background: #e05252 url(../images/shoping-cart.png) no-repeat 101px 9px !important;
  }
  #bd.rtl .productdetails-view .productdetail-content .product-info .product-fields .product-field .product-field-display select {
    margin-bottom: 0;
  }
  #bd.rtl .archive .filter-search select.inputbox {
    height: 30px !important;
  }
  #bd.rtl #sj_quickview .productdetails-view .productdetail-content .span4 {
    width: 40%;
    margin-left: 5%;
    margin-right: 0;
  }
  #bd.rtl #sj_quickview .productdetails-view .productdetail-content .span5 {
    margin-right: 0;
  }
  #bd.rtl #bottom1,
  #bd.rtl #bottom4,
  #bd.rtl #yt_copyrightposition {
    padding-right: 10px;
  }
  #bd.rtl .productdetail-content .additional-images .list_carousel {
    margin-left: 0;
    margin-right: 0;
  }
  #bd.rtl .productdetail-content .additional-images .nav_button {
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #bd .yt-main-in2.row-fluid .span4 {
    margin-left: 10px;
  }
  #bd #sj_quickview .productdetails-view .productdetail-content .span4 {
    width: 40%;
    margin-right: 5%;
  }
  #bd #sj_quickview .productdetails-view .productdetail-content .span5 {
    margin-left: 0;
  }
  #bd select[multiple],
  #bd select[size] {
    height: 30px;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_sticky_left,
  #bd #yt_sticky_right,
  #bd #yt_tool_bottom {
    display: none;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
    margin: 0;
  }
  #bd .sj-responsive-listing .respl-categories {
    max-width: 100%;
  }
  #bd .product-related-products .item-title {
    position: relative;
  }
  #bd .product-related-products .item-title .nav_button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #bd .productdetail-content .span3 {
    width: 22.077% !important;
  }
  #bd .layout-boxed {
    background: #ffffff;
  }
  #bd #yt_logoposition,
  #bd #bottom1,
  #bd #top1,
  #bd #bottom4,
  #bd #yt_copyrightposition {
    padding-left: 10px;
  }
  #bd #top2,
  #bd #bottom2,
  #bd #footer {
    padding-right: 10px;
  }
  #bd #top2 {
    padding-left: 0 !important;
  }
  #bd #partner,
  #bd #bottom3,
  #bd #content,
  #bd #yt_spotlight6,
  #bd #yt_spotlight9,
  #bd #yt_spotlight10 {
    padding: 0 10px;
  }
  #bd #bottom10 {
    margin-bottom: 20px;
  }
  #bd .homepage #content {
    padding: 0;
  }
  #bd #top3 {
    padding-right: 10px;
  }
  #bd #top3 .vmsearch {
    width: auto;
  }
  #bd #top3 .vmsearch .inputboxvmsearch {
    width: 70%;
  }
  #bd .layout-boxed {
    background: #ffffff;
  }
  #bd .module.box1 .modtitle {
    font-size: 95.7%;
  }
  #bd .vmreslisting .sj-responsive-listing .item-inner .item-title a {
    font-size: 15px !important;
  }
  #bd .exnewshome .item-info {
    width: 55%;
  }
  #bd .acymailing_module table.acymailing_form {
    width: 95%;
  }
  #bd #yt-responivemenu {
    display: block;
    text-align: left;
  }
  #bd #meganavigator,
  #bd #moonavigator,
  #bd #basicnavigator {
    display: none;
  }
  #bd .filter-search .button {
    padding: 4px 15px;
  }
  #bd .article-text .item-image {
    width: 236px !important;
    height: 158px !important;
    min-width: 236px !important;
    min-height: 158px !important;
  }
  #bd div.g-pageteam .w-top .w-left {
    width: 75%;
  }
  #bd .partner .container-slider .page-button.middle .control-button .preview {
    left: 3px;
  }
  #bd .partner .container-slider .page-button.middle .control-button .next {
    right: 12px;
  }
  #bd .productdetails-view .productdetail-content .product-info .product-fields .product-field {
    width: 100%;
  }
  #bd .category-view > h2 {
    margin: 0 0 1em;
  }
  #bd .productdetail-content .product-related-products {
    margin-top: 0;
  }
  #bd .productdetail-content .product-related-products h3.item-title {
    position: relative;
  }
  #bd .productdetail-content .product-related-products h3.item-title .nav_button {
    display: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
  }
  #bd .productdetail-content .product-related-products .pro_relate {
    width: 100%;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate {
    width: 171px !important;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate .item {
    padding: 12px 10px;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate .item .product-content-inner .product-left {
    width: 100% !important;
    text-align: center;
    display: block;
  }
  #bd .productdetail-content .product-related-products .pro_relate #yt_caroufredsel_relate .item .product-content-inner .product-right {
    width: 100%;
  }
  #bd .productdetail-content .product-related-products:hover h3.item-title  .nav_button {
    display: block;
  }
  #bd .productdetail-content .product-image .list_carousel {
    width: 157px !important;
  }
  #bd .productdetail-content .product-image .list_carousel .caroufredsel_wrapper {
    width: 157px !important;
  }
  #bd .productdetail-content .product-image .list_carousel .caroufredsel_wrapper #foo4 li {
    width: 75px !important;
  }
  #bd .productdetail-content .product-image .nav_button {
    margin-left: 7px;
  }
  #bd .productdetail-content .product-image .nav_button .prev,
  #bd .productdetail-content .product-image .nav_button .next {
    width: 63px;
    height: 33px;
    line-height: 38px;
  }
  #bd .productdetail-content .product-info .product-fields,
  #bd .productdetail-content .product-info .addtocart-bar {
    text-align: left;
  }
  #bd .g-pageteam .slidemember .item {
    padding-bottom: 50px;
  }
  #bd .g-pageteam .slidemember .carousel-caption {
    top: 0;
  }
  #bd .g-pageteam .slidemember .carousel-caption .b-ourteam {
    margin-top: 0;
  }
  #bd .g-pageteam .slidemember .carousel-caption .b-ourteam .img-member {
    width: 125px;
    height: 125px;
  }
  #bd .g-pageteam .slidemember .carousel-caption .b-ourteam .b-social {
    width: 80%;
  }
  #bd .wrap-contact .span8 .el-control-submit {
    width: 50%;
  }
  #bd .vmproducts .ProductContent {
    width: 85%;
  }
  #bd .dynamicslideshow-container .sale {
    margin-left: 120px;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 0 !important;
  }
  #bd .dynamicslideshow-container .tparrows {
    display: none;
  }
  #bd .dynamicslideshow-container .title,
  #bd .dynamicslideshow-container .short-des,
  #bd .dynamicslideshow-container .btn-atc {
    margin-left: 15px;
  }
  #bd .module.partner .vpo-wrap .vpi-wrap .item:first-child {
    padding-right: 1px;
    border-right: 0 !important;
  }
  #bd #top1 {
    width: 36.5%;
  }
  #bd #top2 {
    width: 60.5%;
  }
  #bd #bottom4 {
    width: 40%;
  }
  #bd #bottom4 .acymailing_module div table.acymailing_form {
    width: 100% !important;
  }
  #bd #bottom4 .acymailing_module div table.acymailing_form .acyfield_email .inputbox {
    width: 82% !important;
  }
  #bd #bottom5 {
    width: 55%;
  }
  #bd #bottom5 .mbottom li a {
    padding: 12px 20px 12px 15px;
  }
  #bd .vmproductsmega2  .ProductContent {
    width: 100% !important;
  }
  #bd #g-pagewhatnew .yt-lightbox.image-none {
    box-shadow: none;
    padding: 15px;
    text-align: center;
  }
  #bd .container-slider .page-button.middle {
    top: -2px;
  }
  #bd #sj_quickview .productdetail-content .span5 .quantity-input {
    width: 28px;
    height: 28px !important;
  }
  #bd #sj_quickview .span5 {
    width: 55%;
  }
  #bd.rtl .productdetail-content .product-info .product-field .product-fields-title-wrapper {
    width: 15%;
  }
  #bd.rtl #sj_quickview .productdetails-view .productdetail-content .span4 {
    width: 40%;
    margin-left: 5%;
    margin-right: 0;
  }
  #bd.rtl #sj_quickview .productdetails-view .productdetail-content .span5 {
    margin-right: 0;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button {
    background: #666666 url(../images/shoping-cart.png) no-repeat 101px 9px;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button:hover {
    background: #e05252 url(../images/shoping-cart.png) no-repeat 101px 9px !important;
  }
  #bd.rtl #yt_menuposition #yt-responivemenu .btn-navbar {
    text-align: right;
  }
  #bd.rtl #bottom1,
  #bd.rtl #bottom4,
  #bd.rtl #yt_copyrightposition {
    padding-right: 10px;
  }
  #bd.rtl #sj_quickview .productdetail-content .span5 .quantity-input {
    width: 24px;
    height: 24px !important;
  }
  #bd.rtl .blog .item {
    border: #ebebeb 1px solid !important;
  }
  #bd.rtl .productdetail-content .additional-images .list_carousel {
    margin-left: 0;
    margin-right: 0;
  }
  #bd.rtl .productdetail-content .additional-images .nav_button {
    float: right;
    margin-right: 7px;
  }
  #bd.rtl .productdetail-content #yt_caroufredsel_relate {
    left: auto !important;
    right: 10px;
  }
  #bd.rtl .productdetail-content .product-info .product-field .product-fields-title-wrapper {
    float: right;
    display: inline-block;
  }
  #bd.rtl .b-social {
    margin-left: -40%;
  }
  #bd.rtl .wrap-contact .span8 .el-control-name input {
    width: 88% !important;
  }
  #bd.rtl .myaccount {
    margin-right: 10px;
  }
  #bd.rtl #yt_logoposition {
    margin-left: -10px;
    padding-right: 10px;
  }
  #bd.rtl #yt_spotlight1 .yt-main-in2.row-fluid .span4 {
    margin-left: 0;
    margin-right: 10px;
  }
  #bd.rtl .category-view .category.span4,
  #bd.rtl .browse-view .product.span4 {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #bd #sj_quickview .productdetails-view .productdetail-content .span4 {
    width: 40%;
    margin-right: 5%;
  }
  #bd #sj_quickview .productdetails-view .productdetail-content .span5 {
    margin-left: 0;
  }
  #bd #yt_wrapper {
    font-size: 14px;
  }
  #bd select[multiple],
  #bd select[size] {
    width: 99%;
    height: 30px;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd .form-horizontal .controls input {
    width: 90%;
  }
  #bd select {
    width: 95%;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd table table {
    width: 100%;
    display: block;
  }
  #bd table tr {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
  }
  #bd table td,
  #bd table th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 5px 8px;
  }
  #bd .form-horizontal .controls,
  #bd dd {
    margin: 0;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
    width: 224px !important;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd .respl-items .respl-item {
    width: 48.950%;
  }
  #bd #yt_top {
    height: 38px !important;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
    margin: 0;
  }
  #bd #top1,
  #bd #top2 {
    height: 38px;
  }
  #bd #yt_top {
    height: 76px;
  }
  #bd #top2 {
    margin-top: -38px;
    margin-right: 15px;
    padding-left: 5.5%;
  }
  #bd #top3 {
    padding-right: 30px;
  }
  #bd #yt_logoposition {
    text-align: center;
  }
  #bd #bottom1,
  #bd #bottom2,
  #bd #bottom3 {
    padding: 0 10px;
  }
  #bd #bottom4 {
    text-align: center;
  }
  #bd #bottom4 table.acymailing_form {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
  #bd #bottom4 table.acymailing_form tr {
    border-bottom: none;
  }
  #bd #bottom4 table.acymailing_form tr .acyfield_email {
    width: 90%;
    float: left;
    display: inline-block;
    padding: 0;
  }
  #bd #bottom4 table.acymailing_form tr .acysubbuttons {
    width: 10%;
    text-align: right;
    float: left;
    display: inline-block;
    padding: 0;
  }
  #bd #bottom5 {
    text-align: center;
  }
  #bd #bottom5 .mbottom {
    float: none;
    display: block;
    width: 80%;
    margin: 15px auto;
  }
  #bd #yt_header {
    display: block;
    clear: both;
  }
  #bd #yt_copyrightposition {
    text-align: center;
    margin-top: 15px;
  }
  #bd #partner,
  #bd #content,
  #bd #yt_spotlight6,
  #bd #yt_spotlight9,
  #bd #yt_spotlight10 {
    padding: 0 10px;
  }
  #bd .acymailing_module div table.acymailing_form .acysubbuttons .subbutton {
    margin-top: 1px;
  }
  #bd .vmsearch .searchvmsearch .inputboxvmsearch {
    width: 73%;
  }
  #bd .bannerhome {
    text-align: center;
  }
  #bd .partner .item {
    width: 25.12% !important;
  }
  #bd .btotop a {
    right: 45%;
  }
  #bd .productdetail-content .product-image .list_carousel {
    width: 157px !important;
  }
  #bd .productdetail-content .product-image .list_carousel .caroufredsel_wrapper {
    width: 157px !important;
  }
  #bd .productdetail-content .product-image .list_carousel .caroufredsel_wrapper #foo4 li {
    width: 75px !important;
  }
  #bd .productdetail-content .product-image .nav_button {
    margin-left: 7px;
  }
  #bd .productdetail-content .product-image .nav_button .prev,
  #bd .productdetail-content .product-image .nav_button .next {
    width: 72px;
    height: 33px;
    line-height: 38px;
  }
  #bd .productdetail-content .product-related-products #yt_relate {
    width: 100%;
  }
  #bd .productdetail-content .product-related-products #yt_relate .caroufredsel_wrapper {
    width: 100% !important;
  }
  #bd .productdetail-content .product-related-products #yt_relate .caroufredsel_wrapper #yt_caroufredsel {
    width: 100% !important;
  }
  #bd .layout-boxed #yt_footer {
    margin-bottom: 0;
  }
  #bd .g-pageteam .w-top .w-left {
    width: 60%;
  }
  #bd .g-pageteam .w-top .w-right {
    width: 37%;
  }
  #bd .g-pageteam .slidemember .item {
    padding-bottom: 100px;
  }
  #bd .g-pageteam .slidemember .carousel-caption {
    top: 0;
  }
  #bd .g-pageteam .slidemember .carousel-caption .b-ourteam {
    margin-top: 0;
  }
  #bd .g-pageteam .slidemember .carousel-caption .b-ourteam .img-member {
    margin: 0 auto;
  }
  #bd .wrap-contact .span8 .el-control-submit {
    width: 50%;
  }
  #bd #moonavigator,
  #bd #basicnavigator,
  #bd #meganavigator {
    display: none;
  }
  #bd #yt-responivemenu {
    display: inline-block;
    text-align: left;
  }
  #bd #myLogin {
    width: 240px;
    padding: 15px 20px;
    margin: 0 auto;
    text-align: left;
    top: 30px;
  }
  #bd #myLogin h3.title {
    margin: -15px -20px 20px;
  }
  #bd #myLogin #form-login-submit {
    margin: 0;
  }
  #bd #myLogin #form-login-submit .button {
    display: block;
    margin: 0 0 10px;
  }
  #bd .input-prepend.input-append .add-on:first-child,
  #bd .input-prepend.input-append .btn:first-child {
    float: left;
  }
  #bd .input-prepend.input-append input,
  #bd .input-prepend.input-append select,
  #bd .input-prepend.input-append .uneditable-input {
    float: left;
  }
  #bd .newsfeed-category select[multiple],
  #bd .newsfeed-category select[size],
  #bd .contact-category select[multiple],
  #bd .contact-category select[size] {
    width: auto;
  }
  #bd div.archive .filter-search {
    padding: 15px;
  }
  #bd .search #searchForm .phrases-box input,
  #bd .search #searchForm .only input {
    margin-top: 6px;
  }
  #bd form#contact-form textarea,
  #bd form#contact-form textarea:focus {
    width: 90%;
  }
  #bd .form-horizontal .control-label {
    float: none;
  }
  #bd #finder-search .inputbox {
    margin-bottom: 10px;
  }
  #bd div.contact textarea,
  #bd div.contact input {
    width: 90%;
  }
  #bd .filter-search select {
    margin-bottom: 1em;
  }
  #bd div.contact .contact-image {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #bd div.contact .panel-form {
    padding: 10px;
  }
  #bd .weblink-category table.category td.title span {
    display: none;
  }
  #bd div.contact .panel-form {
    padding: 0;
  }
  #bd .blog .items-leading .item .item-image,
  #bd .blog .items-row .item .item-image {
    float: none;
    display: inline-block;
    margin: 0 0 5px;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .blog .items-leading .item.span3,
  #bd .blog .items-leading .item.span4,
  #bd .blog .items-leading .item.span6,
  #bd .blog .items-row .item.span3,
  #bd .blog .items-row .item.span4,
  #bd .blog .items-row .item.span6 {
    width: 100% !important;
    display: block !important;
    border: 1px solid #EBEBEB !important;
    margin-bottom: -1px;
  }
  #bd .blog-featured .items-leading .item .item-image,
  #bd .blog-featured .items-row .item .item-image {
    margin: 0 0 10px;
    float: none;
    display: inline-block;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .item-page > .img-fulltext {
    display: block;
    float: none;
  }
  #bd .contentpane {
    width: 98%;
    margin: 0;
  }
  #bd .newsfeed-category .category td a {
    display: block;
    white-space: pre-line;
    word-wrap: break-word;
    width: 250px;
  }
  #bd .category-view > h2,
  #bd .browse-view > h2 {
    margin: 10px 0;
  }
  #bd .category-view .display-number,
  #bd .browse-view .display-number {
    display: none;
  }
  #bd .category-view .category,
  #bd .category-view .product,
  #bd .browse-view .category,
  #bd .browse-view .product {
    margin-bottom: 1em;
  }
  #bd .category-view .horizontal-separator,
  #bd .browse-view .horizontal-separator {
    margin: 0;
  }
  #bd .category-view .spacer .product-header,
  #bd .browse-view .spacer .product-header {
    min-height: 43px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
    width: 100px;
  }
  #bd .productdetails-view .product-info {
    border: none !important;
  }
  #bd .productdetails-view .popup-btn {
    margin: 5px auto !important;
  }
  #bd .cart-view #com-form-login {
    padding: 15px;
  }
  #bd .cart-view .customer-comment textarea {
    width: 90%;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img {
    width: 85px;
  }
  #bd #facebox .content {
    width: 300px;
  }
  #bd #facebox .content iframe {
    width: 100%;
  }
  #bd #sbox-window {
    width: 280px !important;
    left: 10px !important;
  }
  #bd #sbox-window iframe {
    width: 100% !important;
  }
  #bd .ask-a-question-view .form-field textarea.field {
    width: 98%;
  }
  #bd .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price > .PricesalesPrice {
    min-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd .acount-view fieldset {
    overflow: hidden;
  }
  #bd .acount-view fieldset > * {
    width: 260px;
  }
  #bd .acount-view fieldset > * button {
    margin: 5px 0;
  }
  #bd .dynamicslideshow-container .tparrows {
    display: none;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 0 !important;
  }
  #bd .dynamicslideshow-container .sale {
    margin-left: 200px;
  }
  #bd .vmreslisting .respl-btn {
    width: 129px;
    max-width: 200px;
  }
  #bd .vmreslisting .respl-option {
    max-height: inherit !important;
    max-width: inherit !important;
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  #bd .vmreslisting .respl-option li a {
    margin: 0;
    padding: 5px 10px;
    background: #777;
    color: #fff;
  }
  #bd .vmreslisting .respl-option li a:hover {
    background: #e05252;
    color: #fff;
  }
  #bd .category-view .category {
    margin-right: 0 !important;
  }
  #bd .browse-view .product {
    margin-right: 10px !important;
    width: 48%;
  }
  #bd #breadcrumb div.module {
    margin-bottom: 0;
    padding: 10px 5px;
  }
  #bd #sj_quickview .productdetail-content .span5 {
    width: 100%;
  }
  #bd #sj_quickview .productdetail-content .span5 span.addtocart-button {
    padding: 0 !important;
    float: left;
  }
  #bd #sj_quickview .productdetail-content .span5 .quantity-input {
    width: 23px;
    height: 23px;
    border-radius: 0;
    float: left;
  }
  #bd #sj_quickview .productdetail-content .span5 .quantity-controls {
    margin: 0 !important;
    float: left;
    border: none;
  }
  #bd #sj_quickview .productdetail-content .span5 .quantity-controls .quantity-minus {
    margin: 0 5px !important;
  }
  #bd #sj_quickview .productdetail-content .span3 {
    display: none;
  }
  #bd #sj_quickview .productdetail-content ul.nav-tabs {
    margin-top: 20px;
  }
  #bd.rtl #top1 {
    width: 38.9362%;
    float: right;
    display: inline-block;
  }
  #bd.rtl #top2 {
    width: 58.9362%;
    float: left;
    display: inline-block;
    padding-left: 10px;
  }
  #bd.rtl #yt_logoposition {
    width: 100%;
    text-align: center;
  }
  #bd.rtl #top3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
  }
  #bd.rtl #top4,
  #bd.rtl #top5,
  #bd.rtl #top6,
  #bd.rtl #bottom3,
  #bd.rtl #bottom4,
  #bd.rtl #bottom5,
  #bd.rtl #bottom6,
  #bd.rtl #bottom7,
  #bd.rtl #bottom8,
  #bd.rtl #bottom9 {
    width: 100%;
  }
  #bd.rtl #yt_spotlight5 {
    height: auto;
    line-height: normal;
  }
  #bd.rtl ul.breadcrumb {
    line-height: normal;
    display: block;
    width: 100%;
    clear: both;
  }
  #bd.rtl ul.breadcrumb li {
    display: inline-block;
    line-height: normal;
    width: auto;
    direction: rtl;
  }
  #bd.rtl ul.breadcrumb li span {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
  }
  #bd.rtl .vmproducts .ProductContent {
    width: 83%;
  }
  #bd.rtl .btn-navbar {
    text-align: right !important;
  }
  #bd.rtl .menuress-toggle {
    left: auto !important;
    right: 0 !important;
  }
  #bd.rtl #yt_menuposition #yt-responivemenu.menu-selectbox {
    background-position: right 10px !important;
  }
  #bd.rtl #yt_menuposition #yt-responivemenu.menu-selectbox:before {
    padding: 6px 25px 0 22px;
  }
  #bd.rtl .blog .items-row {
    margin: 0;
  }
  #bd.rtl .blog .items-row .item {
    margin: 0;
  }
  #bd.rtl .productdetails-view .span3 {
    width: 98%;
  }
  #bd.rtl .productdetails-view .span3 .product-related-products #yt_relate {
    width: 100%;
  }
  #bd.rtl .productdetails-view .span3 .product-related-products #yt_relate .caroufredsel_wrapper {
    width: 100% !important;
  }
  #bd.rtl .productdetails-view .span3 .product-related-products #yt_relate .caroufredsel_wrapper #yt_caroufredsel {
    width: 100% !important;
  }
  #bd.rtl .wrap-contact .span8 .el-control-name input {
    width: 88% !important;
  }
}
@media all and (min-width: 320px) and (max-width: 480px) {
  #bd .cart-view #com-form-login .width30 {
    width: auto;
    clear: both;
  }
  #bd select {
    width: 100%;
  }
  #bd .bannerc {
    margin: 0 5px;
  }
  #bd .browse-view .product {
    margin-right: 0px !important;
    width: 100%;
  }
  #bd #g-pageportfolio,
  #bd #yt_spotlight1 [class*="span"] {
    margin-right: 0;
  }
  #bd #yt_header {
    display: block;
    clear: both;
  }
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
    margin: 0;
  }
  #bd .acymailing_module div table.acymailing_form .acysubbuttons .subbutton {
    margin-top: 1px;
  }
  #bd .dynamicslideshow-container .title {
    font-size: 15px;
    margin-left: 5px;
  }
  #bd .dynamicslideshow-container .btn-atc {
    margin-top: -15px !important;
    margin-left: 5px;
    font-size: 14px;
    line-height: 25px;
  }
  #bd .addtocart-bar,
  #bd .product-related-products {
    display: block;
    width: 100%;
    clear: both;
  }
  #bd .vmsearch {
    width: 100%;
    margin-right: -15px;
  }
  #bd .vmsearch .inputboxvmsearch {
    width: 73%;
  }
  #bd .product-info {
    padding-bottom: 0;
  }
  #bd .respl-items .respl-item {
    width: 100%;
  }
  #bd .yt-typography table code {
    white-space: normal;
  }
  #bd .yt-show-grid .yt-lightbox {
    box-shadow: none;
    padding: 15px;
  }
  #bd .fancybox-opened {
    width: 280px !important;
  }
  #bd .fancybox-opened .fancybox-inner {
    width: 250px !important;
  }
  #bd .fancybox-opened .fancybox-inner .span4 {
    width: 239px !important;
  }
  #bd #top1,
  #bd #top2 {
    width: 100%;
    position: relative;
  }
  #bd #top1 {
    z-index: 10;
    text-align: center;
  }
  #bd #top1 .myaccount li {
    float: none;
  }
  #bd #top1 .myaccount li #login-form {
    text-align: left;
  }
  #bd #top2 {
    z-index: 5;
    margin-top: 0;
    padding-left: 0;
  }
  #bd #top2 .modlanguage .dropdown-toggle {
    padding: 0 15px 0 5px;
  }
  #bd #top2 .modlanguage .dropdown-toggle:after {
    right: 0;
  }
  #bd #top2 .sj-minicart-pro .mc-wrap .mc-header {
    padding: 0 5px;
  }
  #bd #top2 form.demo {
    margin: 0;
  }
  #bd #top2 .sj-minicart-pro .mc-wrap .mc-content {
    left: 0;
  }
  #bd #top2 .modlanguage,
  #bd #top2 form.demo,
  #bd #top2 .sj-minicart-pro {
    float: left;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  #bd #top2 form.demo .vm-chzn .dropdown-menu.open,
  #bd #top2 .modlanguage .dropdown-menu {
    left: 0;
    right: auto;
  }
  #bd #top2 .sj-minicart-pro .mc-wrap .mc-content {
    left: auto;
  }
  #bd #yt_header #top3 {
    text-align: center;
  }
  #bd .exnewshome .item .item-info {
    width: 55%;
  }
  #bd .acymailing_module table.acymailing_form {
    width: 85% !important;
  }
  #bd .acymailing_module table.acymailing_form .acyfield_email {
    width: 85% !important;
  }
  #bd .acymailing_module table.acymailing_form .acyfield_email .inputbox {
    width: 80% !important;
  }
  #bd .acymailing_module table.acymailing_form .acysubbuttons {
    width: 15% !important;
  }
  #bd #yt_copyrightposition {
    padding: 0 10px;
  }
  #bd .orderby-displaynumber .adminlist tr {
    border-bottom: none;
  }
  #bd .orderby-displaynumber .adminlist tr td:first-child {
    display: none;
  }
  #bd .product-field {
    width: 100%;
  }
  #bd #yt_spotlight5 {
    height: auto;
    line-height: normal;
  }
  #bd .g-pageteam .page-header {
    margin-bottom: 0;
  }
  #bd .g-pageteam .w-left,
  #bd .g-pageteam .w-right {
    width: 100% !important;
    display: block !important;
    position: relative !important;
  }
  #bd .g-pageteam .w-left .w-left-title h2 {
    top: 0;
    width: auto;
  }
  #bd .g-pageteam .w-left .w-left-title .two-line {
    margin-top: 15px;
  }
  #bd .g-pageteam .w-right .w-left-title h2 {
    top: 0;
  }
  #bd .g-pageteam .w-right .w-left-title .two-line {
    margin-top: 15px;
  }
  #bd .g-pageteam .slidemember .item {
    padding-bottom: 240px;
  }
  #bd .g-pageteam .slidecustomer h3 {
    left: 5px;
  }
  #bd .wrap-contact .ctajax-element {
    float: none;
    width: 100% !important;
    display: block;
    margin: 0 !important;
  }
  #bd .wrap-contact .ctajax-element.span8 .el-inner {
    padding-left: 0;
  }
  #bd .wrap-contact .ctajax-element.span8 .el-inner .el-control-submit {
    width: 60%;
  }
  #bd .partner .item {
    width: 50.12% !important;
  }
  #bd .dynamicslideshow-container .sale,
  #bd .dynamicslideshow-container .short-des,
  #bd .dynamicslideshow-container .tparrows {
    display: none;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 0 !important;
  }
  #bd .dynamicslideshow-container .btn-atc {
    margin-top: -20px;
  }
  #bd .mc-content,
  #bd .mc-content-inner {
    width: 312px !important;
    min-width: 312px;
  }
  #bd .sj-minicart-pro .mc-header {
    font-weight: normal;
  }
  #bd.rtl .myaccount li #login-form .blogin {
    float: right;
  }
  #bd.rtl .myaccount li #login-form ul.blank {
    text-align: right;
  }
  #bd.rtl ul.breadcrumb li {
    float: none;
  }
  #bd.rtl #content_main.span9 {
    margin-right: 0;
  }
  #bd.rtl .slidecustomer h3 {
    left: auto;
  }
  #bd.rtl #top3 {
    padding-left: 0;
  }
  #bd.rtl .cssocial {
    clear: both;
    height: auto;
    float: none;
    margin-bottom: 20px !important;
  }
  #bd.rtl .vmsearch {
    margin-top: 0 !important;
  }
  #bd.rtl .vmreslisting .respl-group .respl-option {
    left: auto;
    right: 0;
  }
  #bd.rtl .vmreslisting .respl-group .respl-option li {
    display: block;
    width: 100%;
  }
  #bd.rtl .vmreslisting .respl-group .respl-option li a {
    display: block;
    width: 100%;
  }
  #bd.rtl table.acymailing_form tr .acyfield_email {
    float: right !important;
  }
  #bd.rtl table.acymailing_form tr .acysubbuttons {
    text-align: left !important;
  }
  #bd.rtl table.acymailing_form tr .acysubbuttons .subbutton i {
    left: 9px;
  }
  #bd.rtl #top1,
  #bd.rtl #top2 {
    width: 100%;
  }
  #bd.rtl #top1 .myaccount {
    float: none;
  }
  #bd.rtl #top2 {
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
  #bd.rtl #top2 .modlanguage .dropdown-toggle {
    padding: 0 5px 0 25px;
  }
  #bd.rtl #top2 .modlanguage .dropdown-toggle:after {
    left: 10px !important;
    right: auto;
  }
  #bd.rtl .vmproducts .ProductContent {
    width: 65%;
  }
  #bd.rtl .subheading-category {
    font-size: 14px;
    display: block;
    line-height: normal;
  }
  #bd.rtl .exnewshome .item-info {
    width: 53%;
  }
  #bd.rtl .btotop .backtotop-ex {
    right: 42%;
  }
  #bd.rtl .blog .items-row .item .article-text {
    padding: 10px;
  }
}
@media (width: 568px) {
  #bd .mc-content,
  #bd .mc-content-inner {
    width: 353px !important;
    min-width: 353px;
  }
  #bd .partner .item {
    width: 25.19% !important;
  }
  #bd .partner .item:nth-child(4) {
    width: 25.6% !important;
  }
  #bd .container-slider .page-button.middle .control-button .next {
    right: 10px;
  }
  #bd .partner .container-slider .page-button .preview,
  #bd .partner .container-slider .page-button .next {
    top: 25% !important;
    position: absolute;
  }
  #bd div.g-pageteam .yt-lightbox {
    background: none;
  }
  #bd div.g-pageteam .yt-lightbox a img {
    width: 100%;
  }
  #bd div.g-pageteam .slidemember #yt-slider-carousel .carousel-caption p {
    line-height: 17px;
  }
  #bd select {
    width: 100%;
  }
  #bd .productdetails-view .productdetail-content .product-info .product-neighbours {
    width: 98%;
  }
  #bd .addtocart-area .product-fields .product-fields-title-wrapper .product-fields-title {
    margin-top: -5px;
  }
  #bd .browse-view .product {
    float: right;
  }
  #bd .search .ordering-box select {
    width: auto;
  }
  #bd #yt_top {
    height: 76px !important;
  }
  #bd .mbottom li a {
    padding: 12px 12px 12px 10px;
  }
  #bd .vmsearch {
    margin-left: -22px !important;
  }
  #bd #top1 {
    display: block !important;
    width: auto !important;
    margin: 0 0 0 27% !important;
    float: none !important;
  }
  #bd #top2 {
    padding: 0 !important;
    margin: 0 20% 0 0 !important;
    display: block !important;
    width: auto !important;
  }
  #bd #top2 .sj-minicart-pro .mc-wrap .mc-content {
    left: 0;
    right: auto;
  }
  #bd .dynamicslideshow-container .sale,
  #bd .dynamicslideshow-container .short-des,
  #bd .dynamicslideshow-container .tparrows,
  #bd .dynamicslideshow-container .title {
    display: none;
  }
  #bd .dynamicslideshow-container .tp-bullets {
    left: 0 !important;
  }
  #bd .dynamicslideshow-container .btn-atc {
    margin-top: -20px;
    margin-left: 20px;
  }
  #bd.rtl .blog .items-row .item .article-text {
    padding: 10px;
  }
  #bd.rtl .cssocial {
    margin: 45px 11px 0 0 !important;
  }
  #bd.rtl table.acymailing_form tr .acysubbuttons {
    text-align: left !important;
  }
  #bd.rtl table.acymailing_form tr .acyfield_email {
    float: right !important;
  }
  #bd.rtl .productdetails-view .product-image .list_carousel {
    margin-right: -2px;
  }
  #bd.rtl .vmproducts .ProductContent {
    float: right;
    margin-right: 10px;
    width: 82%;
    margin-left: 0;
  }
  #bd.rtl #content_main.span9 {
    margin-right: 0;
  }
  #bd.rtl .wrap-contact .span8 .el-control-name input {
    width: 84% !important;
  }
  #bd.rtl #top1 {
    display: block !important;
    width: auto !important;
    margin: 0 27% 0 0 !important;
    float: none !important;
  }
  #bd.rtl #top2 {
    padding: 0 !important;
    margin: 0 0 0 20% !important;
    display: block !important;
    width: auto !important;
  }
  #bd.rtl #top2 .sj-minicart-pro .mc-wrap .mc-content {
    left: auto;
    right: 0;
  }
  #bd.rtl .vmsearch {
    margin-left: -15px !important;
  }
  #bd.rtl .g-pageteam .slidemember .item {
    padding-bottom: 185px;
  }
  #bd.rtl .wrap-contact .span8 .el-control-submit #cainput_submit {
    padding: 8px 25px 8px 0 !important;
    display: block;
  }
  #bd.rtl .addtocart-button {
    background: #666666 url(../images/shoping-cart.png) no-repeat 118px 9px;
    padding: 0 35px 0 10px;
  }
  #bd.rtl .addtocart-button input.addtocart-button {
    padding: 0;
  }
  #bd.rtl .addtocart-button:hover {
    background: #e05252 url(../images/shoping-cart.png) no-repeat 118px 9px !important;
  }
}
@media (width: 480px) {
  #bd #top2 {
    padding-left: 15.5%;
  }
  #bd .mbottom li a {
    padding: 12px 12px 12px 10px;
  }
  #bd.rtl #top2 {
    margin-left: 17.8%;
  }
  #bd.rtl .vmsearch {
    margin-left: -15px !important;
  }
  #bd.rtl .g-pageteam .slidemember .item {
    padding-bottom: 185px;
  }
  #bd.rtl .wrap-contact .span8 .el-control-submit #cainput_submit {
    padding: 8px 25px 8px 0 !important;
    display: block;
  }
}
@media (width: 360px) {
  #bd #yt_top {
    height: 76px !important;
  }
  #bd div.g-pageteam .w-left-title h2 {
    width: 47%;
  }
  #bd .productdetails-view .productdetail-content .product-info .product-title {
    width: 100%;
  }
  #bd #top2 {
    padding-left: 10px;
  }
  #bd.rtl #top2 {
    margin-left: 5.8%;
  }
}
@media (width: 320px) {
  #bd #com-form-login .width30.floatleft {
    width: auto;
    clear: both;
  }
  #bd .form-validate fieldset h2 {
    width: 85%;
  }
  #bd .form-validate fieldset .control-buttons {
    width: 70%;
  }
  #bd .form-validate fieldset .control-buttons .default {
    margin-bottom: 5px;
  }
  #bd .partner .container-slider .page-button .preview,
  #bd .partner .container-slider .page-button .next {
    top: 36% !important;
  }
  #bd .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-gotocart {
    float: left;
  }
  #bd .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer {
    display: inline-block;
  }
  #bd .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-checkout-footer {
    float: right;
  }
  #bd .cart-view #com-form-login .width30 {
    width: auto;
  }
  #bd .mbottom li {
    width: 125px;
  }
  #bd .mbottom li:last-child a {
    padding-right: 20px;
  }
  #bd #facebox {
    left: 7px !important;
  }
  #bd div.g-pageteam .yt-lightbox {
    background: none;
  }
  #bd div.g-pageteam .yt-lightbox a img {
    width: 100%;
  }
  #bd .productdetails-view .productdetail-content .product-info .product-fields .product-field {
    text-align: left;
  }
  #bd .search .ordering-box select {
    width: auto;
  }
  #bd #yt_top {
    height: 76px !important;
  }
  #bd .mc-total {
    display: none;
  }
  #bd #top2 {
    padding-left: 50px;
  }
  #bd #top2 .vm-chzn .dropdown-menu {
    left: -50px !important;
  }
  #bd #top2 .sj-minicart-pro .mc-content {
    left: -214px !important;
  }
  #bd .cssocial {
    display: none;
  }
  #bd.rtl .sj-minicart-pro .mc-list .mc-product-inner .mc-attribute {
    margin: 0 70px 0 15px;
  }
  #bd.rtl .sj-minicart-pro .mc-wrap.mc-right .mc-content {
    right: -55px;
  }
  #bd.rtl .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-gotocart {
    float: right;
  }
  #bd.rtl .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer {
    display: inline-block;
  }
  #bd.rtl .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-checkout-footer {
    float: left;
  }
  #bd.rtl .myaccount li #login-form .blogin {
    float: right;
  }
  #bd.rtl .myaccount li #login-form ul.blank {
    text-align: right;
  }
  #bd.rtl .productdetails-view .product-image .list_carousel {
    margin-right: -2px;
  }
  #bd.rtl .wrap-contact .span8 .el-control-name input {
    width: 84% !important;
  }
  #bd.rtl .contact-ajax .ctajax-wrap .ctajax-element .el-inner {
    padding: 0;
  }
  #bd.rtl #content_main.span9 {
    margin-right: 0;
  }
  #bd.rtl .browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button {
    background: #666666 url(../images/shoping-cart.png) no-repeat 90px 8px;
  }
  #bd.rtl .browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover {
    background: #e05252 url(../images/shoping-cart.png) no-repeat 90px 8px !important;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button {
    background: #666666 url(../images/shoping-cart.png) no-repeat 118px 9px;
    padding: 0 35px 0 10px;
  }
  #bd.rtl .vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button:hover {
    background: #e05252 url(../images/shoping-cart.png) no-repeat 118px 9px !important;
  }
  #bd.rtl .addtocart-area .product-fields .product-fields-title-wrapper {
    width: 15%;
  }
  #bd.rtl .addtocart-area .product-fields .product-fields-title-wrapper .product-fields-title {
    margin-top: -5px;
  }
  #bd.rtl .addtocart-area .product-fields .product-field-display {
    width: 40%;
  }
  #bd.rtl .productdetails-view .productdetail-content .product-info .product-fields .product-field {
    text-align: right;
  }
  #bd.rtl .slidecustomer h3 {
    right: 7px;
  }
  #bd.rtl #top2 {
    margin-left: 55px;
  }
  #bd.rtl #top3 {
    margin-top: 30px;
  }
  #bd.rtl #sj_quickview .product-image .additional-images {
    overflow: hidden;
  }
  #bd.rtl #sj_quickview .product-image .additional-images .nav_button {
    margin-left: 0;
    float: left;
  }
  #bd.rtl #sj_quickview .product-image .additional-images .list_carousel {
    width: 162px !important;
  }
}
