/*  Created on : Mar 6, 2017, 12:29:26 PM Author     : Vi Quang Hoa <vyquanghoa@gmail.com> Mobile     : 0983.50.99.56
*/
@media (min-width: 1200px) { .container { width: 1010px; } }
body { font-family: 'Roboto Condensed', Arial, sans-serif; }

.errorMessage { color: #c00; }

.overview { line-height: 24px; }
.overview p:last-child { margin-bottom: 0; }
.overview img { max-width: 100% !important; height: auto !important; }

a { color: #388714; }
a:hover { color: #000; }

.img-full { width: 100%; }

i.arr-right { background: url(../images/icon-arrow.png) no-repeat 0 center; width: 8px; height: 9px; display: inline-block; vertical-align: middle; text-indent: -9999px; margin-top: -2px; }

.mrg-btm-15 { margin-bottom: 15px; }

.mrg-btm-20 { margin-bottom: 20px; }

.mrg-btm-25 { margin-bottom: 25px; }

.mrg-btm-30 { margin-bottom: 30px; }

.btt { font-weight: bold; }
.btt span { display: inline-block; border-bottom: 2px solid #69bd43; }
.btt span:first-child { color: #7e6d43; border-bottom: 2px solid #f0bc32; }

h1.page-title, .news-list h1, .product-view h1 { margin: 0 0 30px; font-size: 24px; text-transform: uppercase; font-weight: bold; }

.price { color: #f00; }

header .hdr-top { background: #948062 url(../images/grid.png); line-height: 36px; color: #fff; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
header .hdr-top a { color: #fff; }
header .hdr-top a:hover { text-decoration: none; color: #f6cf96; }
header .hdr-top .left span { color: #f6cf96; }
header .hdr-top .right a { padding: 0; display: inline-block; margin-left: 40px; }
header .hdr-top .right a:first-child { margin-left: 0; }
header .hdr-top .right a:hover { background: none; }
header .hdr-top .right a:hover .cart-count { color: #000; }
header .hdr-top .right li.dropdown { margin-right: 30px; }
header .hdr-top .right li.dropdown.open a { background: none; }
header .hdr-top .right li.dropdown.open .dropdown-menu a { text-shadow: none; color: #000; display: block; padding: 5px 10px; }
header .hdr-top .right li.dropdown.open .dropdown-menu a:hover { color: #f6cf96; }
header .hdr-top .right .cart-count { border-radius: 3px; background: #69bd43; display: inline-block; line-height: 18px; padding: 0 6px; font-weight: bold; font-size: 12px; text-shadow: none; }
@media (max-width: 520px) { header .hdr-top .right { clear: both; float: none !important; } }
header .hdr-midd { position: relative; padding: 25px 0; }
header .hdr-midd .logo { position: absolute; top: 25px; }
header .hdr-midd .navbar { margin: 0 0 0 220px; }
header .hdr-midd .navbar.navbar-default { background: none; box-shadow: none; border-radius: 0; border: none; z-index: 10; min-height: 0; }
header .hdr-midd .navbar ul._navbar { list-style: none; margin: 0; padding: 0; float: right; }
header .hdr-midd .navbar ul._navbar li { position: relative; }
header .hdr-midd .navbar ul._navbar li a { text-decoration: none; }
header .hdr-midd .navbar ul._navbar > li { float: left; margin-left: 3px; }
header .hdr-midd .navbar ul._navbar > li > a { display: inline-block; text-transform: uppercase; font-size: 16px; padding: 8px 15px; color: #986b3f; position: relative; -moz-transition: all .2s ease-in-out .2s; -webkit-transition: all .2s ease-in-out .2s; transition: all .2s ease-in-out .2s; }
header .hdr-midd .navbar ul._navbar > li > a:before { background: #69bd43; content: ''; display: block; position: absolute; left: 50%; top: 0; width: 0; height: 2px; z-index: -1; transition-timing-function: all ease-in-out; transition-delay: 0s,.2s,0s,.2s; transition-duration: .2s; transition-property: width,height,left,top; }
header .hdr-midd .navbar ul._navbar > li.active > a { color: #fff; }
header .hdr-midd .navbar ul._navbar > li.active > a:before { border-radius: 3px; width: 100%; height: 100%; left: 0; top: 0; }
header .hdr-midd .navbar ul._navbar > li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; background: #e8f7e1; border: 2px solid #69bd43; border-radius: 3px; min-width: 170px; margin-top: 5px; left: 0; }
header .hdr-midd .navbar ul._navbar > li ul li a { display: block; padding: 7px 10px; font-weight: bold; color: #333; }
header .hdr-midd .navbar ul._navbar > li ul li ul { left: 100%; top: -2px; margin-left: 7px; margin-top: 0; }
header .hdr-midd .navbar ul._navbar > li ul li ul:before { content: ''; display: block; position: absolute; left: -7px; top: 7px; border-width: 7px 7px 7px 0; border-color: transparent #69bd43 transparent transparent; border-style: solid; }
header .hdr-midd .navbar ul._navbar > li ul li:hover > a { background: #abdd93; }
header .hdr-midd .navbar ul._navbar > li:after { opacity: 0; display: block; bottom: 34px; position: absolute; content: ''; left: 50%; margin-left: -6px; border-width: 6px 5px 0 5px; border-style: solid solid none solid; border-color: #69bd43 transparent transparent transparent; transition-delay: .3s; transition-duration: .2s; transition-property: display,bottom,opacity; }
header .hdr-midd .navbar ul._navbar > li:hover > a { color: #fff; }
header .hdr-midd .navbar ul._navbar > li:hover > a:before { border-radius: 3px; width: 100%; height: 100%; left: 0; top: 0; }
header .hdr-midd .navbar ul._navbar > li:hover:after { bottom: -6px; opacity: 1; }
header .hdr-midd .navbar ul._navbar > li:last-child > ul { left: auto; right: 0; }
@media (min-width: 768px) and (max-width: 991px) { header .hdr-midd .navbar.navbar-default { margin: 20px 0 0; background: #e8f7e1; } }
@media (max-width: 991px) { header .hdr-midd .logo { position: relative; top: auto; }
  header .hdr-midd .navbar ul._navbar { float: none; }
  header .hdr-midd .navbar ul._navbar > li { margin-left: 0; margin-right: 3px; } }
@media (max-width: 767px) { header .hdr-midd .logo { float: left; margin-bottom: 10px; }
  header .hdr-midd nav#bs-navbar-collapse-mobile { clear: both; }
  header .hdr-midd .navbar.navbar-default { margin: 0; }
  header .hdr-midd .navbar.navbar-default .navbar-toggle { margin: 0; }
  header .hdr-midd .navbar ul._navbar { display: none; } }
header .hdr-midd #bs-navbar-collapse-mobile { background: #f8f8f8; }
header .hdr-midd #bs-navbar-collapse-mobile > ul > li > a { text-transform: uppercase; font-weight: bold; }
header .hdr-midd #bs-navbar-collapse-mobile > ul > li ul { margin-left: 15px; }
header .hdr-midd #bs-navbar-collapse-mobile ul li a { background: #f8f8f8; border-top: 1px solid #ccc; }
@media (min-width: 768px) { header .hdr-midd #bs-navbar-collapse-mobile.collapse.in { display: none; } }

.hotline-icon { border-radius: 4px; background: #69bd43; width: 46px; height: 46px; background-repeat: no-repeat; background-position: center center; margin-right: 8px; }
.hotline-icon.icon-phone { background-image: url(../images/icon-phone2.png); }
.hotline-icon.icon-face { background-image: url(../images/icon-facebook.png); }

footer { margin-top: 20px; }
footer .foot-top { padding-bottom: 15px; }
footer .foot-top .bg { background: #F6F6F6; border-radius: 2px; padding: 15px; }
footer .foot-top .bg .icon { border-radius: 4px; background: #69bd43; width: 58px; height: 58px; background-repeat: no-repeat; background-position: center center; margin-right: 8px; }
footer .foot-top .bg .icon.icon-phone { background-image: url(../images/icon-phone2.png); }
footer .foot-top .bg .icon.icon-face { background-image: url(../images/icon-facebook.png); }
footer .foot-top .bg .hotline { font-size: 18px; font-weight: bold; }
footer .foot-top .bg .hotline a { font-size: 25px; font-weight: bold; }
footer .foot-top .bg .fb-box { overflow: hidden; }
@media (min-width: 720px) and (max-width: 991px) { footer .foot-top .bg .col-md-4 { width: 35%; float: left; }
  footer .foot-top .bg .col-md-8 { width: 65%; float: left; } }
@media (max-width: 719px) { footer .foot-top .bg .left { margin-bottom: 15px; } }
footer .foot-btm { background: #52833c url("../images/grid.png"); line-height: 36px; color: #fff; }
footer .foot-midd a { color: #000; }
footer .foot-midd ul li { padding: 2px 0; }
footer .foot-midd ul li:first-child { font-size: 15px; color: #a59258; margin-bottom: 5px; }
footer .foot-midd .right { text-align: right; color: #cc7812; }
footer .foot-midd .right a { color: #cc7812; }
footer .foot-midd .right ul li:first-child { color: #69bd43; }
footer .foot-midd .right ul li:after { content: ''; display: block; clear: both; }
@media (min-width: 550px) and (max-width: 767px) { footer .foot-midd .left .col { float: left; width: 33.3333%; } }
@media (max-width: 991px) { footer .foot-midd .right { text-align: left; margin-top: 20px; }
  footer .foot-midd .right > ul { border-top: 1px solid #eee; padding-top: 20px; }
  footer .foot-midd .right > ul li img { float: left; margin-right: 5px; } }

.product-list { background: url(../images/full-box-shadow.png) no-repeat center bottom; padding-bottom: 20px; position: relative; }
.product-list .page-title, .product-list .news-list h1, .news-list .product-list h1, .product-list .product-view h1, .product-view .product-list h1 { font-size: 28px; margin: 0 0 10px 0; padding: 0; }
.product-list .filter-form .form-group { margin-right: 20px; }
.product-list .filter-form .form-group label { font-weight: normal; }
@media (min-width: 992px) { .product-list .filter-form { position: absolute; right: 0; top: -45px; }
  .product-list .filter-form .form-group { margin-left: 20px; margin-right: 0; } }
.product-list .row ._item { margin: 20px 0; }
.product-list .row ._item .ptop { font-weight: bold; margin-bottom: 10px; /* price */ }
.product-list .row ._item .ptop img { float: left; margin-right: 10px; }
.product-list .row ._item .ptop a.pt { line-height: 20px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000; }
.product-list .row ._item .ptop a.pt:hover { color: #388714; }
.product-list .row ._item .ptop .pp { color: #a66900; font-family: Arial; font-size: 12px; }
.product-list .row ._item .ptop:after { content: ''; display: block; clear: both; }
.product-list .row ._item .pimg { position: relative; overflow: hidden; }
.product-list .row ._item .pimg img { width: 100%; }
.product-list .row ._item .pimg:before { content: ''; width: 0; height: 5px; position: absolute; background: rgba(255, 255, 255, 0.5); left: 50%; top: 50%; transition: .2s ease-in-out; /*transition: width .2s, left .2s, height .2s ease-in .2s, top .2s ease-in .2s;*/ }
.product-list .row ._item .pimg .pico { position: absolute; top: 50%; width: 42px; height: 42px; margin-top: -21px; text-indent: -9999px; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; }
.product-list .row ._item .pimg .pico.preview { background: rgba(54, 136, 17, 0.75) url("../images/icon-zoom.png") no-repeat center center; left: -42px; }
.product-list .row ._item .pimg .pico.detail { background: rgba(54, 136, 17, 0.75) url("../images/icon-view.png") no-repeat center center; right: -42px; }
.product-list .row ._item .pimg .btns { position: absolute; bottom: -44px; left: 0; width: 100%; background: rgba(255, 255, 255, 0.5); padding: 10px; height: 44px; -moz-transition: .2s  ease-in-out; -webkit-transition: .2s  ease-in-out; transition: .2s  ease-in-out; }
.product-list .row ._item .pimg .btns:after { content: ''; display: block; clear: both; }
.product-list .row ._item .pimg .btns a { text-decoration: none; }
.product-list .row ._item .pimg .btns .add-to-cart { background: url(../images/icon-cart1.png) no-repeat 0 center; padding-left: 28px; font-weight: bold; line-height: 22px; display: block; line-height: 24px; float: left; }
.product-list .row ._item .pimg .btns .wish-list { float: right; display: block; text-indent: -9999px; height: 24px; width: 24px; background: url(../images/icon-star.png) no-repeat 0 0; overflow: hidden; text-indent: -9999px; -moz-transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; }
.product-list .row ._item .pimg .btns .wish-list:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.product-list .row ._item .pimg:hover:before { width: 100%; height: 100%; left: 0; top: 0; }
.product-list .row ._item .pimg:hover .pico:hover { background-color: rgba(0, 0, 0, 0.6); }
.product-list .row ._item .pimg:hover .pico.preview { left: 50%; margin-left: -50px; }
.product-list .row ._item .pimg:hover .pico.detail { right: 50%; margin-right: -50px; }
.product-list .row ._item .pimg:hover .btns { bottom: 0; }
@media (min-width: 580px) and (max-width: 991px) { .product-list .row ._item { width: 50%; float: left; }
  .product-list .row ._clearfix { display: block; clear: both; } }
@media (min-width: 992px) { .product-list .row ._item .pimg { height: 155px; } }
@media (min-width: 1022px) { .product-list .row { margin-left: -30px; margin-right: -30px; }
  .product-list .row ._item { padding: 0 30px; } }
.product-list .form-search .form-control { width: 200px; }
@media (max-width: 767px) { .product-list .form-search .input-group { display: inline-table; vertical-align: middle; }
  .product-list .form-search .input-group .form-control, .product-list .form-search .input-group .input-group-btn { display: table-cell; float: left; } }
@media (max-width: 650px) { .product-list .btt { float: none !important; margin-bottom: 15px; }
  .product-list .form-search.pull-right { float: none !important; clear: both; } }
.product-list .carousel_control { display: block; width: 28px; height: 28px; overflow: hidden; text-indent: -9999px; float: left; margin-left: 5px; margin-top: 1px; }
.product-list .carousel_control.left { background: url(../images/icon-prev1.png) no-repeat 0 0; }
.product-list .carousel_control.right { background: url(../images/icon-next1.png) no-repeat 0 0; }

.main-news .bt { font-weight: bold; }
.main-news .left ul li { padding: 3px 0; }
.main-news .left ul li:after { content: ''; display: block; clear: both; }
.main-news .left ul li span { display: block; float: left; text-align: right; margin-right: 10px; color: #888; }
@media (min-width: 992px) { .main-news .left ul li span { width: 66px; } }
.main-news .left ul li a { display: block; overflow: hidden; color: #9f7f29; }
.main-news .right .tablist .nav.nav-tabs { margin-bottom: 5px; border: none; }
.main-news .right .tablist .nav.nav-tabs li { text-transform: uppercase; font-weight: bold; margin-right: 30px; margin-top: 5px; }
.main-news .right .tablist .nav.nav-tabs li a { color: #7e6d43; padding: 0 0 2px; border: none; background: none !important; display: block; position: relative; }
.main-news .right .tablist .nav.nav-tabs li a:after { content: ''; display: block; height: 2px; background: #7e6d43; transition: .2s ease-in-out; position: absolute; bottom: 0; width: 0; left: 50%; }
.main-news .right .tablist .nav.nav-tabs li a:hover { color: #000; }
.main-news .right .tablist .nav.nav-tabs li a:hover:after { left: 0; width: 100%; }
.main-news .right .tablist .nav.nav-tabs li.active a { color: #388714; }
.main-news .right .tablist .nav.nav-tabs li.active a:after { left: 0; width: 100%; background: #69bd43; }
.main-news .right .tablist .tab-content { background: #fdfbf5; border: 1px dashed #609d71; padding: 12px 15px; line-height: 22px; }
.main-news .right .tablist .tab-content .tab-pane p:last-child { margin-bottom: 0; }

@media (max-width: 991px) { .main-news .left { margin-bottom: 15px; } }
.mcr { margin-bottom: 30px; }

.mon-ngon .bt { font-weight: bold; margin-bottom: 10px; }
.mon-ngon ._item a { display: block; color: #333; text-decoration: none; line-height: 18px; }
.mon-ngon ._item a > div { overflow: hidden; }
.mon-ngon ._item a > div > .tt { display: block; font-weight: bold; color: #a75a00; }
.mon-ngon ._item a:hover > div > .tt { color: #388714; }
.mon-ngon ._item a img { float: left; margin-right: 10px; width: 72px; }
.mon-ngon ._item a:after { content: ''; display: block; clear: both; }
.mon-ngon .carousel { min-height: 91px; }
.mon-ngon .carousel .carousel-inner .item { padding: 15px 40px 0 40px; }
.mon-ngon .carousel .carousel_control { display: block; position: absolute; top: 0; width: 30px; height: 91px; text-indent: -9999px; }
.mon-ngon .carousel .carousel_control.left { background: #fff url(../images/icon-prev.png); left: 0; }
.mon-ngon .carousel .carousel_control.right { background: #fff url(../images/icon-next.png); right: 0; }
.mon-ngon.mobile { display: none; }
.mon-ngon.product ._item a { color: #388714; }
.mon-ngon.product ._item a .tt { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; }
.mon-ngon.product ._item a img { float: none; width: 100%; margin: 5px 0 0; }
.mon-ngon.product .carousel .carousel_control { top: 66px; }

@media (max-width: 991px) { .mon-ngon { display: none; }
  .mon-ngon.mobile { display: block; }
  .mon-ngon.mobile ._clearfix { display: block; clear: both; }
  .mon-ngon.mobile ._item { width: 50%; float: left; margin-bottom: 15px; } }
@media (max-width: 991px) and (max-width: 650px) { .mon-ngon.mobile ._item img { float: none; width: 100%; margin-bottom: 10px; } }
@media (max-width: 991px) and (max-width: 440px) { .mon-ngon.mobile ._item { float: none; width: auto; } }

.nivo-controlNav { padding: 15px 0; bottom: 10px; right: 10px; position: absolute; z-index: 100; }
.nivo-controlNav a { display: inline-block; border-radius: 500px; width: 15px; height: 15px; text-indent: -9999px; background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(0, 0, 0, 0.5); margin-left: 5px; }

.well.text-box { background: none; border: 1px solid #69bd43; }

._hotline { font-size: 14px; font-weight: bold; }
._hotline .icon { border-radius: 4px; background: #69bd43; width: 48px; height: 48px; background-repeat: no-repeat; background-position: center center; margin-right: 8px; }
._hotline .icon.icon-phone { background-image: url(../images/icon-phone3.png); }
._hotline a { font-size: 20px; font-weight: bold; }

.main-banner { background: url(../images/banner-bg.png) no-repeat center bottom; padding-bottom: 34px; }

.mc { margin-bottom: 30px; }

.breadcrumb { background: none; padding: 0; }
.breadcrumb li { color: #666; }

.news-view h1 { margin: 0 0 20px 0; padding: 0; font-size: 22px; color: #388714; text-transform: uppercase; font-weight: bold; }
.news-view .desc { line-height: 24px; font-weight: bold; margin-bottom: 15px; }
.news-view .overview { text-align: justify; }

.well.buy-guide { background: #F7F6E3; border: 1px solid #d6d6d6; }

.buy-guide { font-weight: bold; font-size: 17px; }
.buy-guide a { color: #bf8528; text-decoration: none; }
.buy-guide a:hover { color: #388714; }
.buy-guide a span { display: block; font-size: 22px; }

.pagination > li > a { color: #388714; }
.pagination > li.active > span { background: #388714; }

.news-list .item { padding-bottom: 30px; }
.news-list .item.after { content: ''; display: block; clear: both; }
.news-list .item .img { display: block; float: left; margin-right: 15px; width: 25%; }
.news-list .item .img img { width: 100%; }
.news-list .item .info { overflow: hidden; }
.news-list .item .info .tt { display: block; font-size: 18px; margin-bottom: 5px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news-list .item .info p { height: 60px; overflow: hidden; color: #000; line-height: 20px; text-align: justify; }
.news-list._2col { margin-left: -15px; margin-right: -15px; }
.news-list._2col .pagination { padding-left: 15px; }
.news-list._2col .item { padding-left: 15px; padding-right: 15px; width: 50%; float: left; }
.news-list._2col .item:after { content: ''; display: block; clear: both; }
.news-list._2col .item .img { float: left; width: 33%; }
@media (max-width: 991px) { .news-list._2col .item { float: none; width: auto; } }
@media (max-width: 680px) { .news-list._2col .item .img { float: none; width: 100%; } }

@media (max-width: 680px) { .news-list { margin: 0 -15px; }
  .news-list h1 { padding: 0 15px; }
  .news-list ._clearfix { clear: both; }
  .news-list .item { float: left; width: 50%; padding: 0 15px; margin-bottom: 20px; }
  .news-list .item .img { float: none; width: auto; margin: 0 0 10px 0; }
  .news-list .item .info .tt { white-space: normal; overflow: auto; } }
@media (max-width: 449px) { .news-list { margin: 0; }
  .news-list h1 { padding: 0; }
  .news-list .item { width: auto; float: none; padding: 0; }
  .news-list .item .info p { height: auto; overflow: auto; } }
.product-view h1 { margin-bottom: 15px; font-size: 20px; }
@media (max-width: 991px) { .product-view h1 { margin: 10px 0; } }
.product-view .params .input-group { display: inline-table !important; vertical-align: middle; width: auto; }
.product-view .params .input-group .input-group-addon { cursor: pointer; }
.product-view .params .input-group .form-control { width: 70px; text-align: center; }
@media (max-width: 767px) { .product-view .params .input-group .input-group-addon { width: auto; display: table-cell; }
  .product-view .params .input-group .form-control { display: table-cell; } }
.product-view .params label { font-weight: normal; }
.product-view .share { padding: 15px 0 0; }
.product-view .nav-tabs { border-color: #ebebeb; font-weight: bold; }
.product-view .nav-tabs li.active > a:hover, .product-view .nav-tabs li.active > a { border-color: #ebebeb; border-bottom-color: transparent; }
.product-view .tab-content { border: 1px solid #ebebeb; border-top: none; }
.product-view .tab-content .tab-pane { padding: 10px; }
.product-view ul.image-thumb { margin: 0 -5px; padding-top: 5px; }
.product-view ul.image-thumb li { float: left; width: 25%; padding: 5px; }
.product-view ul.image-thumb li a { display: block; }
.product-view ul.image-thumb li a img { width: 100%; }
.product-view ul.image-thumb li a.zoomGalleryActive { filter: grayscale(1); }
.product-view ul.image-thumb:after { content: ''; display: block; clear: both; }

.zoomContainer { z-index: 1000; }

.stButton .stButton_gradient { box-sizing: content-box; }

.stButton, .st_fblike_hcount { margin-bottom: 10px; display: inline-block; }

.monngon-tab { margin: 0 0 30px 0; }
.monngon-tab ul { margin: 0; padding: 0; list-style: none; background: #f1f1f1; }
.monngon-tab ul:after { content: ''; display: block; clear: both; }
.monngon-tab ul li { display: inline-block; }
.monngon-tab ul li a { display: inline-block; padding: 0 20px 0 55px; font-size: 18px; text-decoration: none; line-height: 50px; background: url(..//images/monngon-tab-bg.png) no-repeat 0 0; }
.monngon-tab ul li.active a { background-color: #4E9E2A !important; color: #fff; }
.monngon-tab ul li.bepviet a { background-position: 0 0; }
.monngon-tab ul li.bepviet.active a { background-position: 0 -50px; }
.monngon-tab ul li.camnang a { background-position: 0 -100px; }
.monngon-tab ul li.camnang.active a { background-position: 0 -150px; }
.monngon-tab ul li.monngon a { background-position: 0 -200px; }
.monngon-tab ul li.monngon.active a { background-position: 0 -250px; }
@media (max-width: 570px) { .monngon-tab ul li { display: block; }
  .monngon-tab ul li a { display: block; } }

.otherPostsLeft .item { border-bottom: 1px solid #eee; padding: 15px 0; text-align: justify; }
.otherPostsLeft .item:after { content: ''; display: block; clear: both; }
.otherPostsLeft .item .img { display: block; float: left; margin-right: 15px; }
.otherPostsLeft .item .info .tt { font-weight: bold; }
.otherPostsLeft .item .info p { margin: 0; padding: 5px 0 0 0; }

/*# sourceMappingURL=style.css.map */
