@import url('https://fonts.googleapis.com/css?family=Battambang:400,700|Montserrat:400,700|Poppins:400,600');
body, h1, h2, h3, h4, h5, h6, button, #site-nav, .btn, .main-slider-wrapper .btn, .tooltip {
	font-family: 'Poppins', 'Montserrat', 'Battambang', cursive, sans-serif;
}
#site-header-top a {
	color: #919191;
}
#site-header-top a:hover {
	color: #ccc;
}
.my-time
{
  width: 200px;
}
.item-gallery {
	margin: 0 -15px 15px -15px;
	
}
.item-gallery, .item-gallery:hover img, .item-gallery img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.item-gallery:hover img	{
		-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}