/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
html, body {
    height: 100%;
}

.uk-container {
    padding: 0!important;
}
.tm-navbar {
	padding:20px 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.uk-breadcrumb {
	border-bottom:1px solid #eee;
	padding-bottom:10px!important;
	margin:30px 0;
}
.tm-toolbar {
	padding:0 0 20px 0;
	border-bottom:1px solid #eee;
	margin-top:0!important;
}
.tm-toolbar .uk-subnav {
	padding-top:10px;
}
.footer-module {
	margin-top:20px;
	margin-bottom:20px;
}
img.tm-image-pull {
	float:left;
	margin:0 30px 5px 0;
	-moz-box-shadow: 5px 5px #ddd;
	-webkit-box-shadow: 5px 5px #ddd;
	box-shadow: 5px 5px #ddd;
}
img.screenshots {
	float:left;
	margin:20px 10px 5px 0;
	border:1px solid #ccc;
	padding:10px;
}

.uk-dropdown-navbar{
	border:1px solid #eee;
}
.shadow-img {
	box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);

}
/* Logo for mobile view */
.tm-logo-small {
    display: inline-block;
}
/* Mosaic Overlay Image effect */

img.sprocket-mosaic-image { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.sprocket-mosaic-image:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

