
/* HEADER */
.header{

  width: 100%;
  background-color: #000;


}
/* LOGO */
.header .logo{
  color: #000000;
  background-color: #ffb503;
  background: linear-gradient(to top, #ffb503, #fbd680);
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
	line-height: 60px;
}

/* TOP MENU */
.header ul{
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  text-align: center;
}

.header ul li{
  list-style: none;

  margin: 0px;
  padding: 0px;
	height: 60px;
	line-height: 60px;
	border-bottom: dotted 1px #ffb503;

}
.header ul li a{
  /*color: #ffb503;*/
  color: #ffc746;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;

}



/* FOOTER */
.footer{
  width: 100%;

  background-color: #000000;
}
.footer ul{
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
  text-align: center;
}

.footer ul li{
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
}
.footer ul li a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;

}


/* PORTFOLIO */
.content .portfolio{
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.content .moduletable-portfolio h3{
  font-size: 35px;
  text-decoration: underline;
  text-align: center;
}

.content .portfolio img{
  width: 100%;
}


.content .portfolio a.link{
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #FFFFFF;
  margin-top: -120px;
  ransition: margin-top 0.3s ease-in-out 0.2s;
  -webkit-transition: margin-top 0.3s ease-in-out 0.2s;
  -moz-transition: margin-top 0.3s ease-in-out 0.2s;
  -o-transition: margin-top 0.3s ease-in-out 0.2s;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0px 30px 0px;
}
.content .portfolio:hover .link{
  margin-top: 0px;
}

/***********************************/
/*Portfolio*/
.portfolio{
  background: #fff;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;

}

.portfolio .item{
	width: 300px;
	margin: auto;
	margin-bottom: 40px;
	height: 300px;
	background: #000;
	border: 1px solid #fff;
}
.portfolio .img{
	width: 294px;
	margin: auto;
	height: 244px;
	margin-top: 4px;
	line-height: 420px;
	overflow: hidden;
	//opacity: 0.8;

	
}
.portfolio a{
	color:#fff;
	text-decoration: none;
	font-size: 20px;
	-moz-transition: color 0.3s ease-out ;
	-ms-transition: color 0.3s ease-out ;
	-o-transition: color 0.3s ease-out ;
	-webkit-transition: color 0.3s ease-out ;
	transition: color 0.3s ease-out ;
}
.portfolio .item a:hover{
	color:#ffb503;
	
}
.portfolio .item a:hover img{
	max-width: 290px;
}
.portfolio .item img{
	//max-width: 100%;
	max-width: 270px;
	
	-moz-transition: max-width 0.6s ease-out ;
	-ms-transition: max-width 0.6s ease-out ;
	-o-transition: max-width 0.6s ease-out ;
	-webkit-transition: max-width 0.6s ease-out ;
	transition: max-width 0.6s ease-out ;



	
}


/***********************************/
.content code{
  color: #fff;
  background: #000;
  border-radius: 5px;
  display: block;

  box-shadow: 0px 0px 6px #AAAAAA;
  width: 100%;
  word-wrap: break-word;
  line-height: 40px;

}
.content .code{
  color: #fff;
  background: #000;
  border-radius: 5px;
  display: block;
  padding: 12px 8px 12px 8px;
  box-shadow: 0px 0px 6px #AAAAAA;

}
.content .code p{
	margin: 0px;
}

.content img{
	max-width: 100%;
}

div[itemprop="blogPost"]{
  background: #fff;

  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 30px;
  padding: 28px;
}
div[itemprop="blogPost"] img{
  max-width: 100%;
}

div[itemprop="blogPost"] .item-image{
  text-align: center;
}

.item-page {
   background: #fff;

  border-radius: 4px;
  border: solid 1px #AAAAAA;
}


.content h1{
  text-align: center;
}
.content h2{
  text-align: center;
  font-size: 24pt;
  margin: 0px;
}
.content h2 a{
  text-decoration: none;
}



.content .readmore{
  position: relative;
  height: 20px;
  text-align: right;
  padding: 10px;
}

.content .readmore a{
  //margin-right: 20px;
  //background: #111111;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  //text-decoration: none;
  font-size: 18px;
}

.content .pagenav{
  list-style: none;
  //margin-top: 30px;
  padding: 0px;
  overflow: hidden;
  width: 250px;

	padding: 10px 0px 10px 0px;
}
.content .pagenav a{
  margin-right: 60px;
  background: #00b7ff;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  color: white;
}

.content .pagenav li{
  height: 60px;
  margin-right: 5px;
}


.content .block{
  width: 400px;
  float: left;
  margin-top: 40px;
}

.content .block b{
  font-weight: normal;
  font-size: 26px;
}
.content .block p{
  font-size: 16px;
  line-height: 1.5;
}


.content .but-view{
  margin-right: 60px;
  background: #00b7ff;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  color: white;
}

.content a.but-download:hover, .content a.but-view:hover{
  color: white;
}

/* Contacts */
.contact{
  margin-top: 40px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 20px;
}
.contact form{


}
.contact label{
  display: inline-block;
  width: 100%;

}
.contact .inputtext{
  border-radius: 4px;
  padding: 4px;
  width: 300px;
}

.contact textarea{
  border-radius: 4px;
  padding: 4px;
  width: 300px;
  height: 200px;
}

.contact input[type=submit]{
  border-radius: 4px;
  width: 120px;
  padding: 10px;
  cursor: pointer;
  background: #fff;
}


 
