.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: #515151;
}
.linkReverse {
  color: #515151;
}
.linkReverse:hover {
  color: #08c;
}
.linkGraylight {
  color: #fff !important;
}
.linkGraylight:hover {
  color: #eee !important;
}
.linkGray {
  color: #666;
}
.linkGray:hover {
  color: #08c;
}
.linkGraylighter {
  color: #eee;
}
.linkGraylighter:hover {
  color: #fff;
}
.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;
}
.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;
  -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;
}
.img-effect:hover .hoverLink:hover i {
  background-color: #444444;
}
.toRightFromLeft 49% {
  margin-left: -74px;
}
.toRightFromLeft 50% {
  opacity: 0;
  margin-left: -74px;
}
.toRightFromLeft 51% {
  opacity: 1;
  margin-left: 0px;
}
@-webkit-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-moz-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-ms-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-o-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
#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: #666666;
  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 .bs-docs-example th {
  min-height: 30px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.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: #ce407a;
  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: #ce407a;
}
#filter .blur img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(2px);
}
#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#disgrayscale);
  -webkit-filter: grayscale(0%);
}
.placeholder input::-webkit-input-placeholder {
  color: #999;
}
.placeholder input::-moz-placeholder {
  color: #999;
}
.placeholder input:-ms-input-placeholder {
  color: #999;
}
.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 .img-effect .hoverLink .icon-img {
  background: url(../images/rtl/arrow-right-img.png) no-repeat 6px center;
}
#bd {
  padding: 0;
  width: auto;
}
@media (min-width: 1200px) {
  #bd .hidden-desktop {
    display: none;
  }
  #bd .visible-desktop {
    display: block;
  }
  #bd .visible-tablet {
    display: none;
  }
  #bd .visible-phone {
    display: none;
  }
  #bd.homepage .menu-fixed {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #bd.homepage .menu-fixed #topnav {
    display: none;
  }
  #bd.homepage .menu-fixed #yt_logoposition {
    visibility: visible;
  }
}
@media (min-width: 980px) and (max-width: 1190px) {
  #bd .container {
    width: 980px;
  }
  #bd #yt_menuposition ul.navi > li.level1 > .item-link {
    padding: 18px 33px 19px;
  }
  #bd #yt_menuposition #yt-responivemenu .btn-navbar i.icon-list-alt {
    float: right;
  }
  #bd .blog .sub-category .heading-category {
    font-size: 220%;
  }
  #bd .blog .items-row .item .article-text .item-headinfo dl.article-info dd:before {
    margin: 0 2px;
  }
  #bd .blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd:before {
    margin: 0 2px;
  }
  #bd .item-page .img-fulltext {
    display: block;
  }
  #bd #mod-finder-searchform input.inputbox {
    width: 65px;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline-head {
    width: 390px;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline {
    width: 400px;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline:before {
    left: 50%;
    right: auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l {
    float: none;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click {
    position: static;
    margin: 1em auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click:before {
    content: "\f0d7";
    margin: 0;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r {
    float: none;
    margin: 0 auto;
    border: 3px solid #ccc;
    background: #fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:before {
    display: none;
  }
  #bd .contact-ajax .ctajax-element .el-info-contact {
    width: 100%;
    position: static;
  }
  #bd .block-service .box-service .service-avatar .service-img {
    width: 90px;
  }
  #bd #yt_menuposition ul.navi > li.level1.level1.last:hover ul.level2 {
    left: -104%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #bd #yt_menuposition #yt-responivemenu .btn-navbar i.icon-list-alt {
    float: right;
  }
  #bd .hidden-tablet {
    display: none;
  }
  #bd .visible-desktop {
    display: none;
  }
  #bd .visible-tablet {
    display: block;
  }
  #bd .visible-phone {
    display: none;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: 724px;
  }
  #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 .hidden-tablets {
    display: none;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_sticky_left,
  #bd #yt_sticky_right,
  #bd #yt_tool_bottom {
    display: none;
  }
  #bd #topnav {
    display: none;
  }
  #bd #yt_logoposition {
    visibility: visible;
    margin: 0 auto;
    float: none;
    padding: 10px 0;
  }
  #bd .layout-mr #right .module_menu,
  #bd .layout-mr #right div.module,
  #bd .layout-ml #left .module_menu,
  #bd .layout-ml #left 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),
  #bd .layout-ml #left > div:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  #bd .layout-mr #right > div:nth-child(2n),
  #bd .layout-ml #left > div:nth-child(2n) {
    float: none;
    display: inline-block;
  }
  #bd #yt_menuposition #yt-responivemenu {
    display: block !important;
  }
  #bd #yt_menuwrap {
    margin-top: 40px;
  }
  #bd #yt_menuwrap #yt_menuposition {
    position: absolute;
    z-index: 1;
    top: -43px;
    left: 0;
    margin: 0;
    width: 100%;
  }
  #bd #yt_menuwrap .navi {
    display: none;
  }
  #bd .blog .sub-category .heading-category {
    float: none;
  }
  #bd .blog .sub-category .category-desc {
    border: none;
    border-top: 4px solid #E9E9E9;
    padding: 20px 0 0;
    margin-top: 20px;
  }
  #bd .blog .item .item-image {
    min-height: inherit !important;
    min-width: inherit !important;
    display: block;
  }
  #bd .module.titleFont50 .modtitle {
    font-size: 40px;
  }
  #bd .block-service .box-service .service-avatar {
    width: 100%;
    text-align: center;
  }
  #bd .block-service .box-service .service-avatar .service-img {
    margin: 0 auto;
  }
  #bd .block-service .box-service .service-avatar:after {
    display: none;
  }
  #bd .block-service .box-service .service-content {
    width: 100%;
    padding: 20px 15px;
    text-align: center;
  }
  #bd .block-skill > div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #bd .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat a {
    padding: 13px 20px;
    font-size: 110%;
  }
  #bd .sj-responsive-listing .more-desc .more-inner .more-content {
    display: none;
  }
  #bd .sj-resume .resume-col1 {
    width: 22%;
  }
  #bd .sj-resume .resume-col2 {
    width: 78%;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline-head {
    width: 400px;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline {
    width: 400px;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline:before {
    left: 50%;
    right: auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l {
    float: none;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click {
    position: static;
    margin: 1em auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click:before {
    content: "\f0d7";
    margin: 0;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r {
    float: none;
    margin: 0 auto;
    border: 3px solid #ccc;
    background: #fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:before {
    display: none;
  }
  #bd .contact-ajax .ctajax-element .el-info-contact {
    width: 100%;
    position: static;
  }
  #bd .contact-ajax .ctajax-element .el-ctajax-form {
    width: auto;
  }
  #bd #yt_menuposition ul.navi > li.level1.level1.last:hover ul.level2 {
    left: -104%;
  }
  #bd.rtl .main-timeline {
    text-align: right;
  }
  #bd.rtl .main-timeline > div,
  #bd.rtl .main-timeline ul {
    display: inline-block;
  }
  #bd.rtl .layout-mr #right .module_menu,
  #bd.rtl .layout-mr #right div.module,
  #bd.rtl .layout-ml #left .module_menu,
  #bd.rtl .layout-ml #left div.module {
    float: right;
    margin: 0;
    margin-right: 2.5641025641026%;
  }
  #bd.rtl .layout-mr #right > div:nth-child(2n+1),
  #bd.rtl .layout-ml #left > div:nth-child(2n+1) {
    margin-right: 0;
    clear: both;
  }
}
@media (max-width: 767px) {
  #bd .hidden-phone {
    display: none;
  }
  #bd .visible-desktop {
    display: none;
  }
  #bd .visible-tablet {
    display: none;
  }
  #bd .visible-phone {
    display: block;
  }
  #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 .container {
    margin: 0 auto;
    padding: 0 15px;
  }
  #bd .hidden-mobile {
    display: none;
  }
  #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: #666666;
    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 .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 #topnav {
    display: none;
  }
  #bd #yt_logoposition {
    visibility: visible;
    padding: 10px 0;
    text-align: center;
  }
  #bd #yt_menuwrap {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #bd #yt_menuwrap #yt_menuposition {
    position: absolute;
    z-index: 1;
    top: -43px;
    left: 0;
    margin: 0;
    width: 100%;
  }
  #bd #yt_menuwrap .navi {
    display: none;
  }
  #bd #yt_menuposition #yt-responivemenu {
    display: block !important;
  }
  #bd #yt_menuposition #yt-responivemenu .btn-navbar i.icon-list-alt {
    float: right;
  }
  #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 #yt_wrapper #content .yt-main .content-main-inner .newsfeed-category .pull-left {
    float: none;
    display: inline-block;
  }
  #bd #yt_wrapper #content .yt-main .content-main-inner .newsfeed-category .pull-left a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  #bd .blog .sub-category .heading-category {
    float: none;
  }
  #bd .blog .sub-category .category-desc {
    border: none;
    border-top: 4px solid #E9E9E9;
    padding: 20px 0 0;
    margin-top: 20px;
  }
  #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 .finder #search-form #finder-search .word .button {
    margin-top: 10px;
  }
  #bd.view-login .wrap-login {
    width: 280px;
  }
  #bd .yt-lightbox.image-right,
  #bd .yt-lightbox.image-left {
    float: none;
    margin: 0 0 15px;
  }
  #bd .module.titleFont50 .modtitle {
    font-size: 40px;
  }
  #bd .sj-wellcome h1 {
    font-size: 40px;
  }
  #bd .sj-wellcome h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #bd .block-service .box-service {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #bd .block-service .box-service:hover {
    transform: none !important;
  }
  #bd .block-service .box-service .service-avatar {
    width: 100%;
    text-align: center;
  }
  #bd .block-service .box-service .service-avatar .service-img {
    margin: 0 auto;
  }
  #bd .block-service .box-service .service-avatar:after {
    display: none;
  }
  #bd .block-service .box-service .service-content {
    width: 100%;
    padding: 20px 15px;
    text-align: center;
  }
  #bd .block-skill > div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #bd .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat a {
    background: #fff;
  }
  #bd .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:after {
    display: none;
  }
  #bd .sj-resume .resume-col1 {
    display: none;
  }
  #bd .sj-resume .resume-col2 {
    width: 100%;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline-head {
    width: 100%;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline {
    width: 100%;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline:before {
    left: 50%;
    right: auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l {
    float: none;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-l:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click {
    position: static;
    margin: 1em auto;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click:before {
    content: "\f0d7";
    margin: 0;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r {
    float: none;
    margin: 0 auto;
    border: 3px solid #ccc;
    background: #fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:after {
    display: none;
  }
  #bd .sj-resume .resume-col2 .main-timeline .timeline .timeline-r:before {
    display: none;
  }
  #bd div.contact-ajax .el-info-contact {
    padding: 20px;
    padding-bottom: 50px;
  }
  #bd div.contact-ajax .el-info-contact .icon-map-marker {
    display: none;
  }
  #bd #map-toggle {
    margin: 0;
    left: 0;
    width: auto;
    right: 0;
  }
  #bd .contact-ajax .ctajax-element .el-info-contact {
    width: 100%;
    position: static;
  }
  #bd .contact-ajax .ctajax-element .el-ctajax-form {
    width: auto;
  }
  #bd #yt_menuposition ul.navi > li.level1.level1.last:hover ul.level2 {
    left: -104%;
  }
}
@media (max-width: 360px) {
  .item-page ul.related-items li.span6 {
    width: auto;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
