@charset "utf-8";

/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  DEFAULTS
\*------------------------------------*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #494949;
	
}

a{
	text-decoration: none;
	color: #494949;
}
a:hover {
	color: #000;
}

li{
	list-style-type: none;	
}

h1 {
	font-size: 2.6em;
	font-weight: bold;
	text-transform: uppercase;
} 

	
h2 {
	font-size: 1.6em;
	font-weight: bold;
    line-height: 1.8em;
} 

h3 {
	font-size: 1.2em;
	font-weight: bold;
    line-height: 1.4em;
} 

.img {
	width: 100%;
	/*padding-bottom: 2px;*/
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
label {
	width: 120px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 3px;
	font-style: italic;
	line-height: 25px;
}
input {
	margin-left: 3px;
	height: 25px;
	min-width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea{
	margin-left: 3px;
	height: 100px;
	min-width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/*------------------------------------*\
  CLEARFIX
\*------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*------------------------------------*\
  LAYOUT
\*------------------------------------*/
@media screen and (min-width: 640px) {   
    #container {
       width: 100%;
	   margin-right: auto;
	   margin-left: auto;
	   margin-top: 10px;
	   margin-bottom: auto;
    }
    #content {
    	width: 100%;
    	margin-top: 100px;
    	min-width: 640px;
    }
    #top .menu-left {
        max-width: 75%;
    }
}
@media screen and (min-width: 1200px) {   
    #container {
       width: 1200px;
	   margin-right: auto;
	   margin-left: auto;
	   margin-top: 10px;
	   margin-bottom: auto;
    }
    #content {
    	width: 100%;
    	margin-top: 120px;
    	min-width: 1000px;
    }
    #top .menu-left {
        max-width: 1100px;
    }
}
@media screen and (min-width: 1980px) {   
    #container {
       width: 1980px;
	   margin-right: auto;
	   margin-left: auto;
	   margin-top: 10px;
	   margin-bottom: auto;
    }
    #content {
    	width: 100%;
    	margin-top: 120px;
    	min-width: 1600px;
    }
    #top .menu-left {
        max-width: 1100px;
    }
}

#top {
	min-height: 80px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;	
    background-color: rgba(255, 255, 255, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
}
#popup {
	font-size: 0.8em;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	padding: 4px;
	display: none;
}

/*------------------------------------*\
  OTHER
\*------------------------------------*/
#flash {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -365px;
    margin-left: -600px;
}

#container .main-menu {
	margin: 30px 0 0 10px;
}
#container .main-menu li{
	padding: 0 10px 0 10px;
    line-height: 2em;
    font-size: 3em;
    text-transform: uppercase;
}
#top .menu-left {
	float: left;
    width: auto;
}
#top .menu-right {
	float: right;
    z-index: 1000;
}
#top .logo {
    width: auto;
    padding-right: 10px;
    height: 60px;
    text-align: center;
}
#top .navigation {
    margin-right: 10px;
    text-align: center;
}
#top .navigation a{
	padding: 0 10px 0 10px;
    line-height: 30px;
    font-size: 0.7em;
    text-transform: uppercase;
}
#top .navigation a.arrows-left:hover{
    /*
	background-image: url(../img/arrows_left_light.png);
	background-position: left center;
	background-repeat: no-repeat;
    */
}
#top .navigation a.arrows-right:hover{
    /*
	background-image: url(../img/arrows_right_light.png);
	background-position: right center;
	background-repeat: no-repeat;
    */
}
#top .top-menu {
	margin: 30px 0 0 10px;
}
#top .top-menu li {
	float: left;
    padding-right: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
ul#projects {
    width: 100%;
}

#projects li {
	float: left;
	width: 33.33333%;
	position: relative;
}
#projects .project_container {
    background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#projects .project_info {
	width: 100%;
	text-align: right;
	/*display: none;*/
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 100%;
	left: 0px;
    
    color: rgba(1, 1, 1, 0);
    background-color: rgba(255, 255, 255, 0);
    
    -webkit-transition: background 0.4s linear, color 0.4s linear;
    -moz-transition: background 0.4s linear, color 0.4s linear;
    -o-transition: background 0.4s linear, color 0.4s linear;
    -ms-transition: background 0.4s linear, color 0.4s linear;
    transition: background 0.4s linear, color 0.4s linear;
    /*
	background-image: url(../img/bg_top.png);
	background-repeat: repeat;
    */
}
#projects .project_info p {
	font-size: 0.9em;
	line-height: 1.4em;
}
#projects .project_info h2 {
	font-size: 2em;
	margin-bottom: 25px;
}

#projects li img {
    width: 100%;
}

#projects li a:hover .project_info{
	/*display: block;*/
    color: rgba(1, 1, 1, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
#projects  .inner{
	padding: 10px;

}

#project_data {
	width: 33.3333%;
	float: left;
	position: relative;
}
#project_images {
	width: 66.6666%;
	float: left;
	position: relative;
}
#project_images .img{
	margin: 0;
	padding: 0 0 2px 0;
}
#project_images object{
	position: static;
}
#project_data .main_info {
	margin-bottom: 50px;
	font-size: 0.8em;
}
#project_data .inner {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Definice stylu pro textove pole editovatelne */
.description  h3{
	margin-bottom: 5px;
	font-weight: bold;
}
.description  h4{
	margin-bottom: 5px;
	font-weight: bold;
}
.description p {
	line-height: 25px;
	margin-bottom: 30px;
    font-size: 0.80em;
}

#project_head {
	margin: 10px;
}
#project_head .main_title{
	float: left;
	width: auto;
}
#project_head .navigation{
	float: right;
	width: auto;
}
#project_head .navigation a{
	padding: 10px;
}
#project_head .navigation a.arrows-left:hover{
	background-image: url(../img/arrows_left_light.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#project_head .navigation a.arrows-right:hover{
	background-image: url(../img/arrows_right_light.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.links{
	margin-top: 5px;
	margin-bottom: 5px;
}
.links li{
    float: left;
    margin-right: 6px;
}
.links li a{
    color: #3b5998;
    line-height: 28px;
}
.projects_list{
	padding-left: 1px;
}

.file_container{
	float: left;
    margin-bottom: 2px;
    width: 100%;
    /*max-width:350px;
    max-height:350px;
    border: 1px solid #494949;*/
}
.file_preview{
    float: right;
    position: relative; 
    padding: 5px;
    margin: 0 0 2px 0;
    width: 60%;  
}
.file_preview img{
    width: 100%;
    /*max-width:350px;
    max-height:350px;*/
}
.file_info{
    float: left;
    width: auto;
    /*display: none;
    position: absolute;*/
    z-index: 20;
    bottom: 0px;
    background-image: url(../img/bg_top.png);
	background-repeat: repeat;
}
.area_description{
    width: 99%;
    height: 600px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #494949;    
}
.description{
   padding-right: 25px;
}
.contact_leftcolumn {
	float: left;
	width: 33.33333%;
	position: relative;
}
.contact_rightcolumn {
	float: left;
	width: 66%;
	position: relative;
}
.contact_leftcolumn  .inner{
    padding-left: 5px;

}
form .form_row{
	margin-bottom: 5px;
}
.err {
	color: #E83515;
	line-height: 20px;
}

