/*
#------------------------------------------------------------------------
# John S. - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

body {
	background: #f5f5f5;
	color: #3a3636;
	font: 12px/1.8 Arial, Verdana;
	line-height: 1.8;
}
h2 {
	color: #3a3636;
	font: normal 20px/1.0 Arial, Verdana, sans-serif;
	margin: 0!important;
}
a {
	text-decoration: none;
	color: #3a3636;
	transition: color 0.15s linear;
}
a:active,
a:focus,
a:hover {
	color: #1dbaf4;
}
a > img {
	display: none!important;
}
#mailto-window {
	padding: 0 20px;
}
div.formelm { margin: 6px 0}
form div input {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border: 1px solid #ddd;
	width: 96%;
}
#mailtoForm p button {
	float: right!important;
}
#mailtoForm p button:first-child {
	float: left!important;
}
label {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
	margin: 2px 0 0 0;
	float: left;
	width: 20%;
}
input {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 2px 1px #ddd;
	-moz-box-shadow: inset 0 2px 1px #ddd;
	box-shadow: inset 0 2px 1px #ddd;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	height: 34px;
	max-width: 100%!important;
	padding: 2px 8px;
}
input:focus {
	background: #fffef4;
}
button,
.button,
input[type="submit"],
input[type="button"] {	
	background: #3a3636;
	border: 1px solid #3a3636;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500!important;
	height: 28px;
	line-height: 28px;
	margin: 0 5px 2px 2px;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #1dbaf4;	
	border: 1px solid #1dbaf4;
	color: #fff!important;
}
