/* 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;}

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);
}

/* Bottom D Form */
.contact-form .text-input {
border: none;
padding: 10px 15px;
background: #111;
color: white;
font-size: 100%;
font-family: "Open Sans", Helvetica, sans-serif;
outline: none;
margin: 10px 0px;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
width:100%;
}

.contact-form textarea {
background: #111;
resize: none;
padding: 15px;
height: 140px;
width: 100%;
margin: 10px 0px;
color: white;
font-family: "Open Sans", Helvetica, sans-serif;
font-size: 100%;
border: none;
outline: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

.contact-form input:focus, .contact-form textarea:focus{
background: rgb(0, 0, 0);
}

.contact-form .send{
border: none;
background-color: rgb(54, 54, 54);
color: white;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 105%;
padding: 10px 20px;
width: 140px;
height: 50px;
-webkit-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin: 10px 0px;
cursor:pointer;
-webkit-font-smoothing: antialiased;
}

.contact-form .send:hover {
background-color: rgb(36, 36, 36);
}

.contact-form label {
color: white;
-webkit-font-smoothing: antialiased;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 105%;
margin-top: 20px;
display: block;
}

span.required{
color:red;	
}