@font-face {
    font-family: 'roughtypewriterregular';
    src: url('font/rough_typewriter-webfont.eot');
    src: url('font/rough_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rough_typewriter-webfont.woff') format('woff'),
         url('font/rough_typewriter-webfont.ttf') format('truetype'),
         url('font/rough_typewriter-webfont.svg#roughtypewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	width: 100%;
	height: 100%;
	background: #010101 url(images/bck1.jpg) center -5px no-repeat;
	background-attachment: fixed;
	background-size: 1150px;
}
body {
	/*width: 1080px;*/
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#body_container {
	display: none;
	width: 860px;
	position: relative;
	height: 100%;
	margin: 0 auto;

	/**background-color: #000;
	background-clip: padding-box;
	border-style: solid;
	-moz-border-image: url(images/ivica.png) 4 5 fill repeat;
	-webkit-border-image: url(images/ivica.png) 4 5 fill repeat;
	-o-border-image: url(images/ivica.png) 4 5 fill repeat;
	border-image: url(images/ivica.png) 4 5 fill repeat;
	border-width: 6px;**/

}
#body_container_o {
	width: 860px;
	position: relative;
	background-color: #000;
	background-clip: padding-box;

	height: 100%;
	margin: 0 auto;
	border-style: solid;
	-moz-border-image: url(images/ivica.png) 4 5 fill repeat;
	-webkit-border-image: url(images/ivica.png) 4 5 fill repeat;
	-o-border-image: url(images/ivica.png) 4 5 fill repeat;
	border-image: url(images/ivica.png) 4 5 fill repeat;
	border-width: 6px;
}
#body_container_o p {
	color: #bdbdbd;
	font-family: 'roughtypewriterregular';
	font-size: 15px;
	margin: 80px 30px 30px 30px;
}
.text p {
	margin: 25px!important;
	line-height: 25px;
}
.text h4 {
	color: #bdbdbd;
	font-family: 'roughtypewriterregular';
	margin: 30px 30px 0;
}
#footer {
	height: 20px;
	position: fixed;
	width: 860px;
	bottom: 0;
	margin: 0 auto auto -430px;
	display: none;
	color: #888;
	font-family: 'Helvetica';
	font-size: 12px;
	left: 50%;
}
#footer_o, .push {
	height: 20px;
	position: fixed;
	width: 860px;
	bottom: 0;
	margin: 0 auto auto -430px;
	color: #888;
	font-family: 'Helvetica';
	font-size: 12px;
	left: 50%;
}
span.right {
	float: right;
	padding-right: 5px;
}
span.right a {
	text-decoration: underline;
	color: #888;
}
/********* FORMA ***********/
#contact_form {
	width: 100%;
	color: #bdbdbd;
	font-family: 'roughtypewriterregular';
	font-size: 16px;
}
#submitform {
	margin-top: 100px;
	margin-left: 30px;
}

#name, #email, #subject, input {
	width: 100%;
	height: 20px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	outline: none;
	font-size: 14px;
}
#message {
	width: 100%;
	height: 135px;
	resize: none;
	outline: none;
	display: block;
	position: relative;
	font-size: 14px;
}
#send {
	width: 30%;
	height: 30px;
	display: block;
	position: relative;
	background-color: #666;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	margin-right: -6px;
}
.error {
	display: block;
}
.socials {
	width: 100px;
	margin-left: 45px;
	margin-top: 400px;
}
/******* GALLERY *****/
#gallery {
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
}

#gallery .fancybox img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #E21E37;
}