@charset "utf-8";

/* Fonts */
@font-face {font-family: 'PTSansRegular';src: url('fonts/pts55f-webfont.eot');src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pts55f-webfont.woff') format('woff'),url('fonts/pts55f-webfont.ttf') format('truetype'),url('fonts/pts55f-webfont.svg#PTSansRegular') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'PTSansBold';src: url('fonts/pts75f-webfont.eot');src: url('fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pts75f-webfont.woff') format('woff'),url('fonts/pts75f-webfont.ttf') format('truetype'),url('fonts/pts75f-webfont.svg#PTSansRegular') format('svg');font-weight: normal;font-style: normal;}

img 		{ border: none; }
ul, ol, dl 	{ padding: 0 0 0 30px; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12pt/160% 'PTSansRegular', Helvetica, Arial, sans-serif;
	color: #333;
	background: #82bee8 url(../images/bg-body.jpg) no-repeat center top;
}

a 		{ color: #1b368a; text-decoration: none; }
a:hover	{ color: #1e46c2; }

h1, h2, h3	{ color: #1c4da5; }
h1			{ margin-top: 5px; }

#container {
	position: relative;
	width: 930px;
	margin: 0 auto 0 auto;
}

#header {
	height: 132px;
}
#header .logo img {
	float: left;
	margin-top: 38px;
	height: 85px;
	width: 350px;
}
#header .innovation img {
	float: right;
	margin-top: 60px;
	height: 35px;
	width: 140px;
}

/** MENU 
*/
#menu {
	font: 13pt/100% 'PTSansBold', Helvetica, Arial, sans-serif;
	clear: both;
	background: #120d45 url(../images/bg-menu.png) repeat-x left bottom;
	height: 40px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.9);
	border-radius: 5px;

	list-style-type: none;
	font-size: 11pt;
	padding: 5px 10px 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#menu li { 
	display: inline-block; 
	margin-left: 0; 
	width: auto; 
	background: transparent url(../images/menu-separator.png) no-repeat left bottom; 
}

#menu a { 
	height: 30px; 
	width: auto; 
	padding: 10px 20px;
	margin: 1px;
	display: inline-block; 
	text-decoration: none;
	color: #fff;
}
#menu a:hover 		{ color: #fff; background: #2FC3ED url(../images/bg-menu-shadow.png) repeat-x 0 15px; border-radius: 5px; }

/** CONTENT 
*/
#content {
}

#left {
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: justify;

	float: left;
	width: 510px;
	padding: 20px 30px 20px 20px;
	background: #fff url(../images/bg-left-shadow.png) repeat-x left bottom;
}

#left ul { text-align: left; }

#right {
	position: relative;
	float: right;
	width: 350px;
	padding: 0;
	background-color: transparent;
	color: #18367e;
}

#right .label 		{ position: absolute; top: 10px; left: 315px; width: 35px; height: 137px; z-index: 1000; }
#right .refer 		{ background: transparent url(../images/referencie.png) no-repeat top left; }
#right .dtp 		{ background: transparent url(../images/dtp.png) no-repeat top left; width: 35px; height: 90px; }
#right .design 		{ background: transparent url(../images/design.png) no-repeat top left; width: 35px; height: 196px; }
#right .webdesign 	{ background: transparent url(../images/webdesign.png) no-repeat top left; width: 35px; height: 144px; }
#right .ukazky 		{ background: transparent url(../images/ukazky.png) no-repeat top left; width: 35px; height: 120px; }
#right .kurzy 		{ background: transparent url(../images/kurzy.png) no-repeat top left; width: 35px; height: 196px; }
#right .projekty 	{ background: transparent url(../images/projekty.png) no-repeat top left; width: 35px; height: 123px; }

/** RIGHT BOX
*/
.right-box {
	position: relative;

	background: #3eace9 url(../images/bg-right-shadow.png) repeat-x left bottom;

	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.9);
	border-radius: 5px;

	margin-bottom: 20px;
	padding: 20px;
	color: #fff; 
}
.right-box a 		{ color: #fff; }
.right-box a:hover 	{ color: #1e46c2; }
.right-box h2,
.right-box h3 		{ color: #fff; margin: 0 0 10px 0; }
.right-box li 		{ line-height: 1.4 }

.right-box .thumb 	{ border: 5px solid #fff; border-radius: 5px; height: 80px; width: 80px; float: left; margin-right: 10px; }

.right-box.adobe .icons		{ float: left; width: 55px; margin: 0; line-height: 1; padding: 0; }
.right-box.adobe .icons	img	{ margin: 0; padding: 0; }
.right-box.adobe .text		{ float: left; font-size: smaller; line-height: 1.2; margin: 0; padding: 2px 0 0 0; ; width: 255px }

.slideshow {
	padding: 0;
	height: 250px;
}

.team-member {
	float: left;
	width: 50%;
	height: 200px;
}
.team-member h3 	{ margin: 0; }
.team-member p 		{ font-size: smaller; color: #666; margin: 10px; }

#referencie.right-box .viewer {
	position: absolute;
	width: 350px;
	height: 250px;
	border-radius: 5px;
}

#referencie.right-box .reel {
	border-radius: 5px;
}

#referencie.right-box .slide {
	overflow: hidden;
	position: relative;
	width: 350px;
	height: 250px;
	border-radius: 5px;
}

#referencie.right-box .slide img {
	border-radius: 5px;
}

#referencie.right-box .previous, 
#referencie.right-box .next {
	display: none;
}


/** FOOTER
*/
#bottom {
	clear: both;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.9);
	border-radius: 5px 5px 0 0;
	background: #0064b5 url(../images/bg-bottom-shadow.png) repeat-x left bottom;

	padding: 20px;
	color: #fff;
}
#bottom .wrapper {
	min-height: 250px;
}
#bottom .box {
	float: left;
	width: 245px;
	padding: 0 30px 0 10px;
	background: transparent url(../images/bg-bottom-separator.png) no-repeat 270px 20px;
	min-height: 300px;
}
#bottom .large {
	width: 500px;
	padding: 0 30px 0 10px;
	background: transparent url(../images/bg-bottom-separator.png) no-repeat 530px 20px;
}
#bottom .boxright {
	float: right;
	width: 285px;
	padding: 0 10px 0 20px;
}
#bottom .footer {
	clear: both;
	margin-top: 20px;
	font-size: 9pt;
	text-align: center;
	padding-left: 10px;
}

#bottom .thumb 	{ border: 5px solid #fff; border-radius: 5px; height: 80px; width: 80px; float: left; margin-right: 10px; }

#bottom .larger { font-size: 16pt; }

#bottom a,
#bottom h1,
#bottom h2,
#bottom h3 		{ color: #fff; margin-bottom: 20px; }

#bottom h2		{ background: transparent url(../images/bg-bottom-h.png) no-repeat 0px 28px; padding-bottom: 15px; }
#bottom h3 		{ margin-bottom: 10px; }
#bottom a:hover { color: #2fc3ed; }

#bottom p 		{ margin: 10px 0; }


/** TOOLS
*/
.clear { clear: both; }

a.button {
	display: block;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.9);
	border-radius: 5px;
	background: #0064b5 url(../images/bg-button.png) repeat-x left bottom;

	width: 5em;
	margin: 15px 0 15px 0;
	padding: 5px 20px;
	color: #fff;

	font-weight: bold;
}
a.button:hover {
	background: #2fc3ed url(../images/bg-button.png) repeat-x 0 15px;
	text-decoration: none;
	color: #fff;
}

.more {
	display: none;
}