.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link {
  color: #08c;
  text-decoration: none;
}
.link:hover {
  color: #444444;
}
.link:hover span {
  color: #444444;
}
.linkReverse {
  color: #444444;
}
.linkReverse:hover {
  color: #08c;
}
.linkReverse:hover span {
  color: #08c;
}
.linkGraylighter {
  color: #fff !important;
}
.linkGraylighter:hover {
  color: #eee !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.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;
}
div.marginBottom60 {
  margin-bottom: 60px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 150%;
  margin-bottom: 10px;
  font-weight: normal;
}
.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}
.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;
}
.grayLight {
  color: #999;
}
.bgcolor5 {
  color: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.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.25);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.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,
.img-effect .more {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i,
.img-effect .hoverLink span,
.img-effect .more > i,
.img-effect .more span {
  width: 32px;
  height: 32px;
  background: #08c;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  transform: scale(0.4,1);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.img-effect .more {
  font-size: 13px;
  margin: 0 0 -16px -45px;
}
.img-effect .more span {
  width: auto;
  height: auto;
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
.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);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.img-effect:hover .hoverLink i,
.img-effect:hover .hoverLink span {
  transform: scale(1,1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.adv-effect {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.adv-effect:before {
  content: "";
  width: 143px;
  height: 265px;
  position: absolute;
  z-index: 99;
  margin-top: -132px;
  top: 50%;
  left: -150px;
  background: url(../images/shadow-adv.png) no-repeat 0 0;
}
.adv-effect:hover:before {
  left: 110%;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #ccc;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll td p {
  margin: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.blank li:before {
  content: "" !important;
  margin: 0 !important;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0px;
  line-height: 20px;
  margin-bottom: 0;
}
.more-effect {
  position: relative;
  display: inline-block;
  padding: 4px 17px;
  background: #f4ac00;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.more-effect:before {
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  top: -200%;
  left: -110%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background: #333;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.more-effect span {
  position: relative;
  z-index: 10;
}
.more-effect:hover:before {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.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;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.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 .list-caret li:before {
  content: "\f0d9";
}
#bd {
  padding: 0;
}
#bd .row-fluid .first[class*="span"] {
  margin: 0;
}
#bd .row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#bd .row-fluid .hidden {
  display: none !important;
}
#bd .row-fluid .span3d {
  width: 18.630136%;
}
@media (min-width: 980px) and (max-width: 1024px) {
  #bd .row-fluid .span3d {
    width: 18.2978%;
  }
  #bd .g-pageteam [class*="span"] {
    padding: 0 10px;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: 960px;
  }
  #bd #yt_spotlight3 .module ul.menu {
    margin: 0 0 0 -6px;
  }
  #bd #yt_menuposition ul.navi > li.level1 > .item-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  #bd #yt_menuposition ul.navi > li.level1.havechild:after {
    content: "";
  }
  #bd #yt_menuposition.menu-fixed ul.navi {
    width: 980px;
  }
  #bd .blog .items-leading .item.span3 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-leading .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-row .item.span3 .item-image img {
    max-width: 100%;
    display: block;
  }
  #bd .blog .items-row .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .item-page .img-fulltext {
    display: block;
  }
  #bd dl.stats-module dt {
    width: 90px;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group {
    border: 1px solid #ccc;
    margin: 5px;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .lb_select_input,
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .loading_region {
    border-right: 0;
  }
  #bd #lb_main .lb_categorywrapper .lb_categorylisting {
    min-height: 320px;
  }
  #bd ul.listJoin li a {
    font-size: 13px;
  }
  #bd ul.listJoin li:before {
    margin: 0 2px;
  }
  #bd div.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
  }
  #bd div.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  }
  #bd div.contact .mainContact ul.blank {
    font-size: 13px;
  }
  #bd .listinline .item3 {
    display: none;
  }
  #bd div.moduletabs div.tabs-container ul.tabs li .tab {
    padding: 9px 13px;
  }
  #bd #lb_main .lb_adsdetailwrapper .lb_ad_left #slider {
    width: 100% !important;
  }
  #bd #slider li img {
    max-width: 310px;
  }
  #bd .gb_search_simple {
    padding: 4px 8px;
  }
  #bd .gb_search_simple #modfrmGBSearch .lb_select_input,
  #bd .gb_search_simple #modfrmGBSearch #categories {
    margin: 2px 10px 0;
  }
  #bd #login-form .userdata .inputbox {
    width: 90%;
  }
  #bd #gb-search-form .gb_submit_round_corner {
    float: left;
    margin-left: 4px;
    margin-top: 5px;
  }
  #bd .nbs-flexisel-ul .nbs-flexisel-item {
    width: 162px !important;
    padding-right: 0;
  }
  #bd.rtl #lb_main .lb_tabs #tabs ul li .lb_sort form select {
    height: 24px;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #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 #yt_header .yt-main {
    background-color: rgba(0,0,0,0.5);
  }
  #bd #yt_header .yt-main #yt_logoposition h1 {
    background: transparent;
  }
  #bd #yt_header .yt-main #topmenu {
    background: transparent;
  }
  #bd #yt_footer .yt-main #yt_copyrightposition {
    text-align: center;
  }
  #bd .layout-mr #right .module_menu,
  #bd .layout-mr #right div.module {
    float: left;
    width: 48.717948717949%;
    margin-left: 2.5641025641026%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd .layout-mr #right > div:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  #bd .layout-mr #right > div:nth-child(2n) {
    float: none;
    display: inline-block;
  }
  #bd #yt_menuposition {
    position: relative;
  }
  #bd #yt_menuposition.menu-fixed {
    position: static;
    height: auto !important;
    width: 60%;
    float: right;
    background: transparent;
    box-shadow: none;
  }
  #bd #yt_menuposition.fadeInDown {
    animation-name: none !important;
  }
  #bd #yt_menuposition .navi {
    display: none;
    width: auto;
    visibility: hidden;
  }
  #bd #yt_menuposition #yt-responivemenu {
    display: block;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group {
    border: 1px solid #ccc;
    margin: 5px;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .lb_select_input,
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .loading_region {
    border-right: 0;
  }
  #bd .blog .items-leading .item.span4 .item-image,
  #bd .blog .items-leading .item.span3 .item-image {
    display: block;
    min-width: inherit !important;
    min-height: inherit !important;
    float: none;
  }
  #bd .blog .items-leading .item.span4 .item-image .img_caption,
  #bd .blog .items-leading .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .item-image,
  #bd .blog .items-row .item.span3 .item-image {
    display: block;
    min-width: inherit !important;
    min-height: inherit !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .item-image .img_caption,
  #bd .blog .items-row .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd.on-sidebar-resmenu .yt-off-sideresmenu .yt-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  #bd div.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
  }
  #bd div.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  }
  #bd #lb_main .lb_adsdetailwrapper .lb_ad_left #slider {
    width: 100% !important;
  }
  #bd #lb_main .lb_categorywrapper .lb_categorylisting {
    width: 40%;
    min-height: 315px;
  }
  #bd #slider li img {
    max-width: 315px;
  }
  #bd .contact .mainContact ul.blank {
    font-size: 13px;
  }
  #bd .listinline .item3,
  #bd .listinline .item2 {
    display: none;
  }
  #bd #searchform .controls input {
    margin-bottom: 5px;
  }
  #bd #gb-search-form .gb_submit_round_corner {
    float: left;
    margin-left: 4px;
    margin-top: 5px;
  }
  #bd .g-pageteam [class*="span"] {
    padding: 0 10px;
  }
  #bd .nbs-flexisel-ul .nbs-flexisel-item {
    width: 165px !important;
    padding-right: 0;
  }
  #bd.rtl #lb_main .lb_sort select {
    padding-right: 20px;
    line-height: 20px;
  }
  #bd.rtl.on-sidebar-resmenu .yt-off-sideresmenu .yt-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    display: block;
    width: 270px;
  }
  #bd.rtl .yt-off-sideresmenu .yt-sideresmenu {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
  }
  #bd.rtl #lb_main .lb_categorywrapper .lb_categorylisting {
    float: right;
  }
  #bd.rtl #lb_main .lb_tabs #tabs ul li .lb_sort form select {
    height: 24px;
  }
}
@media (max-width: 767px) {
  #bd .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  #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 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    border: 1px solid #ccc;
  }
  #bd table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
  }
  #bd table th,
  #bd table td {
    margin: 0;
    vertical-align: top;
  }
  #bd table thead {
    display: block;
    float: left;
  }
  #bd table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #bd table tbody tr {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc;
    margin-left: -4px;
  }
  #bd table th:last-child,
  #bd table td:last-child {
    border-bottom: 1px solid #babcbf;
  }
  #bd table th {
    background: #ccc;
    border-radius: 0;
    color: #fff;
    display: block;
    text-align: right;
    border-bottom: 0;
    font-size: 13px;
    border-left: 0;
    padding: 7px 10px 5px;
    min-height: 27px;
  }
  #bd table td {
    display: block;
    padding: 7px 10px 5px;
    min-height: 26px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  #bd table td p {
    margin: 0;
  }
  #bd table .bs-docs-example th {
    min-height: 30px;
  }
  #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 #cpanel_wrapper {
    display: none;
  }
  #bd .container {
    margin: 0 auto;
    padding: 0 15px;
  }
  #bd #yt_header .yt-main {
    background-color: rgba(0,0,0,0.5);
  }
  #bd #yt_header .yt-main #yt_logoposition {
    width: 50%;
    float: left;
  }
  #bd #yt_header .yt-main #yt_logoposition a {
    background: transparent;
    width: 200px;
    height: 100px;
    line-height: 100px;
    padding: 0;
  }
  #bd #yt_header .yt-main #topmenu {
    background: transparent;
    width: 50%;
    float: left;
    margin-top: 45px;
  }
  #bd #yt_header .yt-main #topmenu ul.menu {
    text-align: right;
  }
  #bd #yt_header .yt-main #topmenu ul.menu > li > a {
    padding: 5px 0;
    font-size: 16px;
  }
  #bd #yt_header .yt-main #yt_menuposition {
    clear: both;
  }
  #bd #yt_header .yt-main #yt_menuposition #yt-responivemenu {
    margin-top: 10px;
  }
  #bd #yt_header .yt-main #yt_menuposition #yt-responivemenu.menu-selectbox {
    width: 100%;
  }
  #bd .yt-gallery ul li {
    margin-left: 18%;
  }
  #bd #yt_spotlight2 .module .hover-effect {
    display: inline-block;
    width: auto;
  }
  #bd #yt_spotlight3 .module ul.menu {
    margin: 0 0 0 -5px;
  }
  #bd #yt_footer .yt-main #yt_copyrightposition {
    text-align: center;
  }
  #bd #yt_footer .yt-main #footer {
    overflow: hidden;
    text-align: center;
    padding: 0 0 20px;
  }
  #bd #yt_footer .yt-main #footer .listinline {
    padding-bottom: 20px;
  }
  #bd #yt_footer .yt-main #footer .pull-right {
    float: none;
    display: table;
    margin: 0 auto;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group {
    border: 1px solid #ccc;
    margin: 5px;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .lb_select_input,
  #bd .module.lbsearch #gb_simpleSearch_wrapper .control-group .loading_region {
    border-right: 0;
  }
  #bd.on-sidebar-resmenu .yt-off-sideresmenu .yt-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  #bd #yt_menuposition {
    position: relative;
  }
  #bd #yt_menuposition.menu-fixed {
    position: static;
    height: auto !important;
    width: inherit;
    background: transparent;
    box-shadow: none;
  }
  #bd #yt_menuposition.fadeInDown {
    animation-name: none !important;
  }
  #bd #yt_menuposition .navi {
    display: none;
    width: auto;
    visibility: hidden;
  }
  #bd #yt_menuposition #yt-responivemenu {
    display: block;
  }
  #bd .module .categories-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
    margin-bottom: 0;
  }
  #bd .module .categories-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title a {
    font-size: 13px;
  }
  #bd .module .categories-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-info .item-content .item-des p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #bd .module .categories-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-read {
    margin-bottom: 0;
  }
  #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.img_caption {
    width: auto !important;
  }
  #bd div.archive .filter-search {
    padding: 15px;
  }
  #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 .weblink-category table.category td.title span {
    display: none;
  }
  #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-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 .item-page ul.related-items li {
    margin-bottom: 10px;
    overflow: hidden;
  }
  #bd .contentpane {
    width: 98%;
    margin: 0;
  }
  #bd #lb_main .lb_tabs #tabs ul li .lb_sort {
    margin: 2px 15px 0;
  }
  #bd #lb_main .lb_tabs #tabs ul li .lb_sort label {
    display: none;
  }
  #bd #lb_main .lb_adslistwrapper .lb_adslist .lb_content .lb_content_top {
    float: none;
    margin: 0 0 1em;
  }
  #bd #lb_main .lb_adslistwrapper .lb_adslist .lb_content .lb_content_top .lb_product {
    display: inline-block;
    width: auto;
  }
  #bd #lb_main .lb_adslistwrapper .lb_adslist .lb_content .lb_price {
    float: none;
  }
  #bd #lb_main .lb_adslist .lb_rightcol {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #bd #lb_main .lb_adslist .lb_rightcol .date {
    text-align: left;
  }
  #bd #lb_main .lb_centercol {
    width: 100%;
  }
  #bd #lb_main .lb_adsdetailcontent .lb_ad_left,
  #bd #lb_main .lb_adsdetailcontent .lb_ad_right,
  #bd #lb_main .lb_adsdetailcontent .lb_ad_center {
    width: 100%;
    float: none;
    padding: 0;
  }
  #bd #lb_main .lb_adsdetailcontent .lb_ad_left {
    margin-bottom: 1em;
  }
  #bd #lb_main .lb_adsdetailcontent .lb_profile_detail {
    text-align: left;
  }
  #bd #lb_main .lb_adsdetailcontent .lb_ad_right .date {
    text-align: left;
  }
  #bd #lb_main .lb_form .lb_post_category {
    width: 100%;
  }
  #bd #lb_main input.inputbox,
  #bd #lb_main .lb_post_category,
  #bd #lb_main textarea {
    width: 95%;
  }
  #bd #lb_main .lb_adsdetailcontent .lb_profile_image {
    float: none;
    margin: 0;
  }
  #bd .gbpopup {
    width: 90% !important;
    margin-left: -145px;
  }
  #bd div.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
  }
  #bd div.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  }
  #bd #myLogin {
    width: 260px;
    padding: 15px 20px;
    margin: 0;
    text-align: left;
  }
  #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 #logout-form {
    margin: 0;
  }
  #bd #logout-form > div {
    padding: 0;
    font-size: 12px;
  }
  #bd #search-form form a#advanced-search-toggle {
    margin-top: 10px;
  }
  #bd #lb_main .lb_adsdetailwrapper .lb_ad_left #slider {
    width: 100% !important;
  }
  #bd #slider li img {
    max-width: 292px;
  }
  #bd .block-adv img {
    max-width: none;
    margin: 0;
    width: 100%;
  }
  #bd .lb_categorylisting,
  #bd #category_wrapper .masonay_wrapper {
    width: 100%;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper input.btn {
    margin-right: 20px;
  }
  #bd #lb_main .lb_tabs #tabs ul li .lb_sort form select {
    margin-bottom: 4px;
  }
  #bd.view-post .lb_form .btn-group input {
    width: auto;
    float: left;
  }
  #bd.view-post .lb_wgt_block select {
    margin-bottom: 7px;
  }
  #bd #searchform .controls input {
    margin-bottom: 5px;
  }
  #bd .pane-slider .g-pageteam [class*="span"] {
    padding: 0 15px 0 0;
  }
  #bd .nbs-flexisel-ul .nbs-flexisel-item {
    width: 243px !important;
    padding-right: 0;
  }
  #bd.rtl #yt_header .yt-main #yt_logoposition {
    float: right;
  }
  #bd.rtl #yt_menuposition #yt-responivemenu.menu-selectbox {
    background-position: 8% 5px;
  }
  #bd.rtl #myLogin {
    text-align: right;
  }
  #bd.rtl .yt-off-sideresmenu .yt-sideresmenu {
    display: none;
  }
  #bd.rtl.on-sidebar-resmenu .yt-off-sideresmenu .yt-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    display: block;
    width: 270px;
  }
  #bd.rtl #lb_main .lb_tabs #tabs ul li .lb_sort form select {
    height: 24px;
  }
  #bd.rtl #lb_main .lb_adsdetailwrapper  .lb_ad_right * {
    padding-right: 0;
  }
  #bd.rtl #lb_main .lb_adsdetailwrapper .lb_ad_right .lb_taglist a {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  #bd #yt_spotlight2 .module .hover-effect {
    display: block;
    width: auto;
  }
  #bd #slider li img {
    max-width: 252px;
  }
  #bd .module.lbsearch #gb_simpleSearch_wrapper input.btn {
    margin-right: 27px;
  }
  #bd #lb_main .lb_adsdetailwrapper .lb_ad_bottom .nav-tabs li a {
    font-size: 14px;
    padding: 5px 14px;
  }
  #bd #lb_main .lb_tabs #tabs ul li .lb_sort {
    margin: 2px 0 0;
  }
  #bd .yt-gallery ul li {
    margin-left: 0;
  }
  #bd .yt-testimonial.tm-avatar small {
    font-size: 11px;
  }
  #bd .newsfeed ol li .feed-item-description img {
    float: none;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  #bd .nbs-flexisel-ul .nbs-flexisel-item {
    width: 260px !important;
    padding-right: 0;
  }
  #bd.rtl .newsfeed ol li .feed-item-description img {
    float: none;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .item-page ul.related-items li.span6 {
    width: auto;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .yt-gallery ul li {
    margin-left: 2%;
  }
}
