@charset "UTF-8";
@import url('./style-fonts.css');
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: normal;
	border: none;
}

body {
	background: #3a489f url('../design/background-gradient.png') top left repeat-x;
	color: #ccd6f5;
	font-family: Helvetica, Arial, sans-serif;
	/*text-align: center;*/
}

::selection, ::-moz-selection {
	outline: 0;
	background-color: #ff216a;
	color: #fff;
}

h1 {
	font-family: MenschRegular, Helvetica, Arial, sans-serif;
	line-height: 110px;
	font-size: 48px;
	display: block;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

h1 a {
	text-decoration: none;
	color: #ccd6f5;
	line-height: normal;
	display: inline-block;
}

h2 {
	font-family: MenschRegular, Helvetica, Arial, sans-serif;
	color: #ccd6f5;
	font-size: 30px;
	display: block;
	text-align: center;
	font-weight: normal;
	margin: 75px 0 40px 0;
}

h2 span {
	font-family: MenschRegular, Helvetica, Arial, sans-serif;
	color: #ff216a;
}

h3 {
	color: #ff216a;
	margin: 40px auto 0 auto;
	text-align: left;
	width: 405px;
	font-size: 18px;
}

#nav {
	font-family: MenschThin, Helvetica, Arial, sans-serif;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 0px;
}

#nav li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
	letter-spacing: 0.11ex;
}

#nav a {
	color: #ccd6f5;
	text-decoration: none;
}

#nav a:hover {
	color: #ff216a;
}

.nav-delimiter {
	width: 68px;
	height: 10px;
	display: inline-block;
	background: transparent url('../design/navigation-delimiter.png') center center no-repeat;
}

#content {
	width: 940px;
	height: auto;
	min-height: 265px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	/*background-color: #000;*/
}

.preview, .group {
	border: thin solid #252c5b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	overflow: hidden;
	margin: 0 5px 5px 0;
}

.preview:hover {
	border-color: #ff216a;
}

.cube {
	width: 128px;
	height: 128px;
}

.big-cube {
	width: 263px;
	height: 263px;
}

.rect {
	width: 263px;
	height: 128px;
}

.massive-rect {
	width: 263px;
	height: 398px;
}

.vert-rect {
	width: 128px;
	height: 263px;
}

.wide-rect {
	width: 398px;
	height: 128px;
}

.edge {
	margin-right: 0 !important;
}

.group {
	border: none;
}

.group-big-cube {
	width: 265px;
	height: 265px;
}

.preview img:hover {
	margin-left: -100%;
}

#footer {
	width: 100%;
	min-width: 130px;
	height: 130px;
	background: transparent url('../design/made-on-a-mac.png') center center no-repeat;
	margin: 0;
}

#footer p {
	display: none;
}

#interests {
	display: block;
	margin: 0 auto 0 auto;
}

p {
	text-align: justify;
	width: 405px;
	margin: 15px auto 0px auto;
	font-size: 14px;
	line-height: 18px;
}

p strong {
	color: #FFFFFF;
}

p a {
	/*color: #ff216a;*/
	color: #ff3d7d;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.contact {
	background: transparent url('../design/map-bratislava-slovakia.png') top center no-repeat;
	min-height: 413px !important;
}

#contact-form {
	width: 405px;
	margin: 180px auto 0 auto;
	font-size: 0px;
}

#contact-form .form-input {
	font-family: Helvetica, Arial, sans-serif;
	border: thin solid #141624;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #22253c;
	width: 178px;
	height: 12px;
	padding: 8px 10px 8px 10px;
	margin: 0 5px 0 0;
	color: #ccd6f5;
	font-size: 12px;
}

#contact-form .form-textarea {
	font-family: Helvetica, Arial, sans-serif;
	border: thin solid #141624;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #22253c;
	padding: 8px 10px 8px 10px;
	margin: 5px 0 5px 0;
	color: #ccd6f5;
	font-size: 12px;
	width: 383px;
	line-height: 20px;
}

#contact-form #send {
	border: thin solid #ff216a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 75px;
	padding: 8px 0 8px 0;
	line-height: 100%;
	background-color: #ff216a;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#contact-form #send:hover {
	border-color: #ccd6f5;
	background-color: #ccd6f5;
	color: #22253c;
}

.temporary {
	color: #949dba !important;
}

#contact-form #first-name {
	display: none !important;
}

.ref-detail, .video {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin: 50px auto 0px auto;
}