/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/*
html { 
  background: url(../images/04.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.uk-container-center {
	background-color: rgba(0,0,0,0.8);
}*/
.text-shadow h1 {text-shadow: 0 2px 3px #000000;}
/*Center the Footer Menu
 ------------------------------------------------*/
.tm-footer .uk-subnav {
    display: inline-flex!important
}
img.effect {
	padding:10px;
	border:1px solid #222;
	background:rgba(51,51,51,0.3)
}
img.screenshots {
	padding:10px;
	border:1px solid #222;
	background:rgba(51,51,51,0.3);
	margin-right:24px;
}

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;
}


.shadow {
	-moz-box-shadow: 5px 5px #555;
	-webkit-box-shadow: 5px 5px #555;
	box-shadow: 5px 5px #555;
}
.shadow-img {
	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);
}

.accordion-group {
    border: 1px solid #333;
    border-radius: 4px;
    margin-bottom: 2px;
}
.form-actions {
    background:none;
    border-top: 1px solid #555;
}
.accordion-inner {
    border-top-color: #333;
}