html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 0;
	padding: 5%;
	font-family: sans-serif;
	color: #333;
}


*, body {
	margin:0;
	padding:0;   
}

body {                                
	background: #222;   
	line-height: 1.6;
	font-size: 100%;
	color: #555;
	color: rgba(0,0,0,0.7);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	color:#FFF;
	text-decoration: none;
	outline: none;  
}                       

a:hover,
a:focus {
	text-decoration: none;
	color:#da251d;
}
	
a:visited {

}

img {
	border:none;
}

.clear {
	clear: both;
}

#wrapper {width:100%!important;overflow:hidden!important;height:100%;position:absolute;top:0;left:0;}

.body {
	width: 100%;
	z-index:100;  
	position: relative;                      
}

body#home .body {  
	position: absolute;                             
	bottom:0px; 
	left:0px;
	margin-bottom:20px;
}  
      	 

.logo-white {	
	position:absolute;
	top: 18px;
	right: 15px;
	width: 180px;
	height: 180px;
	display: block;
	background: url('../images/logo2.png') top left no-repeat;
	z-index: 1000;
	text-indent: -5000px;
	overflow: hidden;
}

article {
	width: 100%;
	display: block;	
}

.inner-container h2 {
	font-size: 26px;
	padding-left: 20px;
	color: #777;
	padding-bottom: 0px;
	line-height: 22px;
	text-transform:uppercase;
}

body.projects h2,body.projects h3 {
	color:#000!important;
}

.inner-container h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#999;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 16px;
}

.inner-container h5 {
	margin-bottom: 7px;
	font-size: 13px;
}
.inner-container .header {
	padding-top: 64px;
}

.inner-container p {
	margin-bottom: 8px;
}

.content-container {
	width: 972px;
	top: 0px;
	margin:0 auto;
	padding-top: 120px;
	margin-bottom: 140px;
}

.inner-container {
	position: relative;
	margin-left: 6px;
	font-size: 12px;
	width: 960px;
	background: #000;
	background: rgba(12,12,12,0.8);
	border: 4px solid #121212;;
	padding-bottom: 20px;
	background-position: top right;
	background-repeat: no-repeat;
}

.outer-column {margin-top:150px;background:#FFF!important;z-index:400;min-height:300px;padding-top:20px;}

body.projects .inner-container, body.presentations .inner-container, body.contact .inner-container, body.films .inner-container {
	padding-bottom: 0px;	
}

.inner-container .column {
	padding-left: 20px;
	width: 440px;
	overflow: hidden;	
	float: left;
}

.inner-container .column.second {
	padding-left: 30px;
	width: 440px;
}

.inner-container .column ul {
	
}

.inner-container .column li {
	
}

body.projects .inner-container h3 {padding-top:5px;}
body.projects .column.second { padding-left: 50px; }


body.presentations .inner-container h3 {padding-top:5px;}
body.presentations .column.second { padding-left: 50px; }


#button_slideshow a {
	position: absolute;
	display: block;
	top: 260px;
	left: 20px;
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url(../images/core/button-slideshow-2.png) top left no-repeat;	
}
body.en #button_slideshow a {
	background-image: url(../images/core/button-slideshow-2-en.png)!important;	
}

#button_video a {
	position: absolute;
	display: block;
	top: 310px;
	left: 120px;
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url(../images/core/button-video-2.png) top left no-repeat;	
}

body.en #button_video a {
	background-image: url(../images/core/button-video-2-en.png)!important;	
}

#slideshow {
	background: #000;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	width: 80%;
	height: 80%;
	position: relative;
	display: none;
}

#video, .video_container {
	background: #000;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	width: 610px;
	height: 343px;
	position: relative;
	display: none;
}


#loading {
	position: absolute;
	top: 38.5%; 
	left: 47.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}
#supersize{
	position:fixed;  
	bottom:0px;    
	overflow:hidden!important;
	height:100%!important; 
	
}
#supersize img, #supersize span {
	height:100%;
	width:100%;            
	position:absolute;
	z-index: 0;
}   

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;   
	
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#supersize .overlay {width:100%;height:100%;position:absolute;top:0;left:0;}
 
#supersize .overlay img {width:100%;height:100%; z-index:1000;}
   
#slidecaption {
	position:absolute;
	bottom:50px;
	right:0px;
	color:#FFF;
	color:rgba(255,255,255,0.85);
	z-index:400;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;    
	background: #000;
	background:rgba(0,0,0,.6);
	padding:6px;
	padding-bottom:7px;
	line-height:10px;
	padding-left:8px;
	padding-right:6px;
}

.slidecaption.top {
	position:absolute;   
	display:none;
	top:0px;
	left:0px;
	color:#FFF;
	color:rgba(255,255,255,0.85);
	z-index:400;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;    
	background: #000;
	background:rgba(0,0,0,.6);
	padding:6px;
	padding-bottom:20px;
	line-height:14px;
	padding-left:8px;
	padding-right:6px;   
	padding-top:65px;
	width:300px;
}

.slidecaption.top span {
	color:#FF3300!important;
}
	

nav {display:block;width:100%;background:#000;background: rgba(0,0,0,.84);}
    
.navigation {
	width:100%;
	z-index:1000;
	background:#000;
	background:rgba(0,0,0,1);
	min-height:20px;
	font-size:12px;
	color: #FFF;
	text-align: center;
}      

body.projects .navigation, body.portrait .navigation, body.presentations .navigation, body.films .navigation, body.partners .navigation, body.webshop .navigation, body.contact .navigation, body.gallery .navigation {
	position: absolute;
	bottom: -110px;
}


  
body#home .navigation {
	position:absolute;
	bottom:0px;
}
 
ul.main li {
	float:left;
}

ul.main > li:first-child {
	margin-left:20px;
}

ul.main li a {
	height:23px!important;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11.5px;
	font-weight: bold;
	text-transform: uppercase;
	display:block;      
	color:#FFF;
	margin-right: 30px;   
	line-height:18px;   
	padding-top:10px;  
	overflow:hidden!important;
}

ul a:hover, ul a.active { color:#FF3300!important;}
ul a:active { color: #FFFFFF;}

	
@media screen and (max-width: 500px) {
	nav ul{font-size: 0.75em;}}
	
@media screen and (max-width: 800px) {
	body { font-size: 95%; }}
	
@media screen and (min-width: 1024px) {
	body { font-size: 105%; }}
	

a.facebook {

	width: 24px;
	height: 16px!important;
	display: inline;
	float:left;    
	position:relative;
	text-indent: -400px;
	background: url(../images/icons/facebook.png) top right no-repeat;
	overflow: hidden!important;
	top:-25px;
	left: 130px;
	font-size: 11px;
	color: #FFF;
	padding-top: 6px;
	line-height: 6px;
	z-index: 300;
}


.teaser_popup {
	background: #000;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	width: 610px;
	height: 343px;
	position: relative;
	display: none;

}

.innerteaser h3 {
	color: #FFF;
}

.content {
	width: 100%;
	margin:0;
	padding:0;
	display: block;
	/* position: absolute; */
	background:transparent;
	/* top:-156px; */
}
.header {
	width: 100%;
	z-index:100;  
	position: relative;
	top: 10px;
}

.innercontent {             
	width:98%;
	max-width:1200px;   
	margin:0 auto;      
}
.innerheader{             
	width:98%;
	max-width:1200px;   
	margin:0 auto;      
}
.teaser {       
	max-width:250px;
	min-width:210px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;  
	float:left;       
}

.teaser2 {       
	max-width:250px;
	min-width:210px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;  
	float:right;       
}


.innerteaserinner1 {  
	background: url('../images/logo-ops.png') bottom right no-repeat;
	min-height:94px;    
	max-width:250px;
	min-width:210px;
}

.innerimage{
	position: relative;
	top: -3px;
}
.innerteaserinner4{  
	background: url('../images/logo-obchod.png') bottom right no-repeat;    
	min-height:94px; 
	max-width:250px;
	min-width:210px;	
}
.innerteaserinner_reseni{
	font-size:12px;
	color:#da251d!important;
	position:relative;
	text-align:center;
	top:-20px;
	left:10px;
	width:70px;
	height:70px;
	line-height:4px;
	float:right;
}
.innerteaserinner_reseni a:hover{
	color:#000;   
}

.innerteaser {  
	background: #000;          
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	background: rgba(0,0,0,.84);   
	position:relative;
	margin-bottom:10px;   
	margin-left:10px;   
	margin-right:10px;   
	padding:10px;
    margin-right:20px!important; 
/* 	margin-top:13px; */
	min-width:210px;     
	min-height:99px;
	cursor:pointer;
}
.innerteaser:hover {
	background: #FFF;          
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	background: rgba(255,255,255,0.60);
}
.innerteaser_active{  
	background: #FFF;          
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	background: rgba(255,255,255,.84);   
	position:relative;
	margin-bottom:10px;   
	margin-left:10px;   
	margin-right:10px;   
	padding:10px;
    margin-right:20px!important; 
/* 	margin-top:13px; */
	min-width:210px;     
	min-height:94px;
	cursor:pointer;
}

.innerteaser_active:hover {
	background: #000;          
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.95;
	background: rgba(0,0,0,0.84);
}
                 
.innerteaser h3{
	margin:0;
	padding:0;
	width:85%;      
}
                 
.innerteaser_active h3 {
	margin:0;
	padding:0;
	width:85%;      
	color:#da251d!important;	
}
.innerteaser h3 a {
	font-size:16px!important;
	text-transform:uppercase;
	margin:0;
	padding:0;    
	color:black!important;            
}

.innerteaser_active:hover h3{ 
	color:#da251d!important;
}      

.innerteaser:hover h3{ 
	color:#da251d!important;
}      

.innerteaser h4{
    line-height:17px!important; font-size:12px!important;      
	color:#DDD;   
	margin-top:10px; 
	width:85%;
	font-weight:normal;
}
.innerteaser:hover h4{
	color:#000;   
}

.innerteaser_active h4 {
    line-height:17px!important; font-size:12px!important;      
	color:#000;   
 	margin-top:5px;
	width:95%;   	
	font-weight:normal;
}
.innerteaser_active:hover h4{
	color:#DDD;   
}

.news {  
	background: #FFF;          
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	background: rgba(255,255,255,.84);   
	position:relative;
	margin-top:10px;   
	margin-bottom:10px;   
	margin-left:10px;   
	margin-right:20px;   
	padding:10px;
/* 	margin-top:13px; */
	min-width:210px;     
	min-height:94px;
	z-index:100;
	cursor:pointer;
}
.news h3{
	margin:0;
	padding:0;
}
.news h4, .news .news_text{
    line-height:17px!important; font-size:12px!important;      
	color:#666;   
	margin-top:10px; 	
}
#new_body {
    width:100%;
    background:#ddd;
	position:absolute;
	bottom: 0px;
	z-index:10000;
}
#new_content-1 {
    float:left;
    min-width:210px;
    max-width:300px;
	position:absolute;
	z-index:10000;
	left:20px;
	bottom:20px;
}
#new_content-2-1 {
    float:left;
    width:460px;
	position:relative;
	z-index:10000;
}
#new_content-2-2 {
    float:right;
    min-width:210px;
    max-width:300px;
	position:absolute;
	z-index:10000;
	right:20px;
	bottom:20px;
}
#new_footer {
    clear:both;
	position:relative;
	z-index:10000;
}
