body{
  padding-top: 100px;
}
/* HEADER */
.header{
	position: fixed;
	top: 0px;
	left: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  box-shadow: inset 5px 0 20px rgba(255,255,255,1);
  z-index: 1000;

}
/* 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: 240px;
  border-radius: 0px 30px 30px 0px;
}

/* TOP MENU */
.header ul{
  position: absolute;
  right: 30px;
  top: 0px;
  margin: 0px;
}

.header ul li{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px 15px;
  position: relative;
	height: 60px;

}
.header ul li a{
  /*color: #ffb503;*/
  color: #ffc746;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;

}
.header ul li:hover{
	background: #ffb503;
	background: linear-gradient(to top, #ffb503, #fbd680);
}
.header ul li:hover a{
	color: #000;
}
.header ul li a:hover{
  /*text-decoration: underline;*/
}
.header ul li ul{
  //width: 200px;
  left: -5px;
  display: none;
  position: absolute;
  top: 40px;

  background: #000;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  border-radius: 10px;
}
.header ul li ul li{
  float: none;
  padding-left: 5px;
}
.header ul li ul li a{
  font-size: 20px;
}

.header ul li:hover ul{ display: block; };

.h-slider{
  width: 100%;
}
.h-slider img{
  width: 100%;
}
.h-slider h1{
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

/* CONTENT */
.cls{
  clear: both;
}



.content{
  max-width: 1260px;
  min-width: 400px;
  margin: auto;
  margin-top: 10px;
  color: #333333;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 120px;
  min-height: 500px;
  font-size: 17px;
  //background: #fff;
  line-height: 30px;
  //box-shadow: 0px 0px 6px #AAAAAA;
  padding: 0px;
  //border-radius: 4px;
  //border: solid 1px #AAAAAA;

}
.content dd{
	padding: 0px;
	margin: 0px;
}

div[itemprop=articleBody], .article-info{
	width: 1100px;
	margin: auto;
}
div[itemprop=articleBody] img{
	max-width: 100%;
}
/***********************************/
/*Portfolio*/
.portfolio{
  background: #fff;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;

}
.portfolio .row{
	width: 1208px;
	margin: auto;
}
.portfolio .item{
	width: 300px;
	float: left;
	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 ;



	
}

/*Projects*/
.projects{
  background: #fff;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;

}
.projects .row{
	width: 1208px;
	margin: auto;
	overflow: hidden;
}
.projects .item{
	width: 280px;
	float: left;
	height: 300px;
	border: 1px solid #aaa;
	border-radius: 10px;
	margin: 10px;
}
.projects .img{
	width: 250px;
	margin: auto;
	height: 244px;
	margin-top: 4px;
	overflow: hidden;
	text-align: center;

	
}
.projects .img img{
	max-width: 100%;
}
.projects a{
	color:#000;
	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 ;
}
.projects .item a:hover{
	color:#333;
	
}



/***********************************/
.content code{
  color: #fff;
  background: #000;
  border-radius: 5px;
  display: block;
  padding: 12px 8px 12px 8px;
  box-shadow: 0px 0px 6px #AAAAAA;

}
.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;
}


div[itemprop="blogPost"]{
  background: #fff;
  //padding: 5px;
  //margin: 20px;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 30px;
  padding: 28px;
}
div[itemprop="blogPost"] img{
  max-width: 760px;
}

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 a:hover{
  color: #CCCCCC;
  //text-decoration: underline;
}
/*.content .item{
  border-bottom: solid 1px #999999;
}
.content .leading-0{
  border-bottom: solid 1px #999999;
}*/

.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 .readmore a:hover{
  //color: #fff;
  //text-decoration: underline;
}
.content .pagenav{
  list-style: none;
  //margin-top: 30px;
  padding: 0px;
  overflow: hidden;
  width: 1100px;
  margin: auto;
	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 a:hover{
  color: #444444;
}
.content .pagenav li{
  float: left;
  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-download{
  margin-right: 60px;
  background: #00b7ff;
  background: linear-gradient(to top, #00b7ff, #8ad7f5);
  min-width: 180px;
  text-align: center;
	height: 45px;
	line-height: 45px;
  text-decoration: none;
  font-size: 18px;
  
  color: #444444;
  display: inline-block;
  padding: 0px 20px;
}
.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;
}


/* 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{
  max-width: 100%;
  min-width: 160px;
}


.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;
}


/* DEMO */
.content .demo .item{
  margin-top: 80px;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.content .demo .item img{
  width: 100%;
}


.content .demo .item 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 .demo .item:hover .link{
  margin-top: 0px;
}



.content .contacts img{
  float: left;
  width: 50px;
}
.content .contacts{

  font-weight: bold;
  font-size: 18px;
}
.content .contacts p{
  text-indent: 10px;
  padding-top: 25px;
}
/* MESSAGE */
.content form{
  margin-bottom: 50px;
}

.content form input{
  width: 250px;
  font-size: 16px;
}
.content form textarea{
  width: 500px;
  height: 100px;
}

.content form button{
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  //margin-left: 10px;
  margin-top: 10px;
}
.content .wrong{
  //color: red;
  font-style: italic;
}

/* FOOTER */
.footer{
  width: 100%;
  height: 80px;
  background-color: #000000;
}
.footer ul{
  width: 230px;
  margin: auto ;
  margin-top: 30px;
}

.footer ul li{
  list-style: none;
  float: left;
  padding: 8px 5px 0px 5px;
}
.footer ul li a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;

}
.footer ul li a:hover{
  text-decoration: underline;
}

/* Slider Portfolio */
.slider{
  width: 960px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  background: #000;
  border-radius: 6px;
}

.slider h3, .slider h4{
  text-align: center;

}
.slider h3{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 25pt;
  padding-top: 25px;
}
.slider h4{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22pt;
}

.slider-portfolio{
  position: relative;
  width: 800px;
  height: 700px;
  overflow: hidden;
  margin: auto;

}




.slider-portfolio #sdprev{
  position: absolute;
  top: 50%;
  left: 10px;
  cursor: pointer;
  background-image: url(images/arrow-left.png);
  width: 42px;
  height: 42px;
  z-index: 100;
}
.slider-portfolio #sdnext{
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  background-image: url(images/arrow-right.png);
  width: 42px;
  height: 42px;
  z-index: 100;
}
.slider-portfolio .item{
  width: 100%;
  text-align: center;
}
.slider-portfolio .item p{
  height: 700px;
  line-height: 700px;
}

.slider-portfolio .item img{
  line-height: 700px;
  max-width: 760px;
  border-radius: 10px;

}


/* Contacts */
.contact{
  margin-top: 40px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #AAAAAA;
  margin-bottom: 20px;
}
.contact form{
	margin-left: 70px;
	width: 500px;
}
.contact label{
  display: inline-block;
  width: 120px;
  float: left;
}
.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;
}


 
