body {
	padding: 0;
	margin: 0;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.frontpage > body { 
	background: url(http://vanillacatering.lv/wp-content/uploads/2014/03/zivis3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.frontpage body {
	padding-bottom: 50px;
}
a {
	color: #222;
	text-decoration: none;
}

.cite {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 800px;
	height: 60px;
	background: url(../images/cite.png) no-repeat;
	font-size: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

p {
	margin: 0 0 24px;
}

hr {
	height: 0;
	width :100%;
	margin: 24px 0;
	border: none;
	border-top: 1px solid #eee;
}

.container {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

.footer {
	clear: both;
	overflow: hidden;
}

.fpcontent {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	position: absolute;
	top: 30%;
	display: none;
	margin-bottom: 50px;
}
.fp-foot-space {
	width: 100%;
	height: 40px;
	content ' ';
}

.footer .copyright {
	float: right;
	margin: 20px;
}
.footer .copyright img {
	width: 100px;
}

.headline {
	margin-top: 130px;
}
.headline h1 {
	display: inline-block;
	margin: 0;
	padding: 10px;
	color: #222;
	background: rgba(255,255,255,0.9);
	font: 300 48px/60px 'Dosis', sans-serif;
}

.content  {
	padding: 20px;
	color: #222;
	font: 300 17px/24px 'Dosis', sans-serif;
	position: relative;
	background: #fff;
	margin-top: -150px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.grid {
	position: relative;
}
.grid.half {
	width: 480px;
	float: left;
	margin-left: 20px;
}
.grid.third {
	width: 313px;
	margin-left: 20px;
	float: left;
}
.grid.first {
	margin-left: 0;
}

.grid img {
	width: 100%;
}

.image-thumb {
	display: block;
	width: 100%;
}
.grid.half .image-thumb h3 {
	font-size: 26px;
	line-height: 32px;
}

#fancybox-wrap {
  position: absolute;
  top: 100px !important;
}

input[type="text"],
input[type="email"],
textarea {
	width: 99%;
	border: 1px solid #ccc;
	height: 30px;
	font: normal 14px 'PT Sans';
}

textarea {
	min-height: 200px;
}

input[type="submit"] {
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
}

input[type="submit"] {
	cursor: pointer;

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}