/*
# ------------------------------------------------------------------------
# Vina Item Scrollbar for K2 for Joomla 3
# ------------------------------------------------------------------------
# Copyright(C) 2014 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://vinagecko.com
# Forum: http://vinagecko.com/forum/
# ------------------------------------------------------------------------
*/

.vina-scrollbar-k2 {
	box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
    position: relative;
}
@media (min-width: 992px) {
.vina-scrollbar-k2 img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 100px;  max-height:67px;
}
}
@media (max-width: 991px) {
.vina-scrollbar-k2 img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-height:67px; width: 100px;
}
}
.vina-scrollbar-k2 img:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
@media (min-width: 992px) {
.vina-scrollbar-k2 .info {
	font-size: 11px;
	margin-left:115px;
    color: #b0b0b0;
    font-family: "ArianAMURegular", "Arian AMU","Arial AMU","Arial Unicode",Sylfaen,sans-serif;
    font-style: normal;
	margin-bottom: 5px;
}
}
@media (max-width: 992px) {
.vina-scrollbar-k2 .info {
	font-size: 11px;
    color: #b0b0b0;
    font-family: "ArianAMURegular", "Arian AMU","Arial AMU","Arial Unicode",Sylfaen,sans-serif;
    font-style: normal;
	margin-bottom: 5px;
}
}
.vina-scrollbar-k2 .readmore {
	font-style: italic;
    margin-top: 5px;
}