/*html, body {
	
	height: 100%;
	margin: 0;
	
	color: #A6A8AB;
	background: #eee;
	text-shadow: 1px 1px #fff;
}


.content {
	min-height: 100%;
	margin: 0 auto;
	width: 100%;
	background: #eee;
	margin-bottom: -50px;
}
*/

html, body {
	height: 100%;
	margin: 0;
	color: #444; /* #A6A8AB; */
	background: #eee;
	text-shadow: 1px 1px #fff;
}
.content {
  min-height: 100%;
}
.content-inside {
  padding: 20px;
  padding-bottom: 50px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #eee;
  color: #444;
}

body {
  font: 16px Sans-Serif;
}
h1 {
  margin: 0 0 20px 0;
}
p {
  margin: 20px 0 0 0;
}
footer {
  background: #42A5F5;
  color: white;
  line-height: 50px;
  padding: 0 20px;
}

.centered {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}


.logo {
	margin: 0 auto;
	padding-top: 25px;
	width: 498px;
	height: 57px;
	background: url(../images/logo.png) no-repeat center;
}

.comming {
	margin: 0 auto;
	padding-top: 25px;
	width: 498px;
	height: 57px;
	background: url(../images/comming.png) no-repeat center;		
}

.countdown{
	margin-top: 250px;;
}

.demo-link {
	margin: 0 auto; 
	width: 250px; 
	height: 50px; 
	line-height: 50px;
	vertical-align: middle;
	text-align: center; 
	
	border: 1px solid red;
}

.petarmilan {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 252px;
	height: 24px;
	background: url(../images/petarmilan.png);
}

.petarmilan > a {
	width: 252px;
	height: 24px;
	display: block;
}

.brands {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 575px;
	min-height: 100px;
	box-sizing: border-box;
}

.brand_logo {
	display: inline-block;
	width: 120px;
	height: 43px;
	margin: 5px;
	padding: 5px;
}

.php {
	background: url(../images/php_logo.png) no-repeat center;  
}

.mysql {
	background: url(../images/mysql_logo.png) no-repeat center;  
}

.codeigniter {
	background: url(../images/codeigniter_logo.png) no-repeat center;  
}

.smarty {
	background: url(../images/smarty_logo.png) no-repeat center;  
}

.jquery {
	background: url(../images/jquery_logo.png) no-repeat center;  
}

.html5 {
	background: url(../images/html5_logo.png) no-repeat center;  
}

.css3 {
	background: url(../images/css3_logo.png) no-repeat center;  
}	

.bootstrap {
	background: url(../images/bootstrap_logo.png) no-repeat center;  
}	

.phpstorm {
	background: url(../images/phpstorm_logo.png) no-repeat center;  
}

.ajax {
	background: url(../images/ajax_logo.png) no-repeat center; 
}

.git {
	background: url(../images/git_logo.png) no-repeat center; 
}

.illustrator {
	background: url(../images/illustrator_logo.png) no-repeat center; 
}

br {
	clear: both;
}

hr {
	width: 361px;
	height: 3px;
	background: url(../images/hr.png) 50% 0 repeat-x;
	border: 0;
}

/* Slider */
.slideshow { 
	margin: auto;
	width: 640px;
	height: 75px; 
}

.slideshow img { 
	/* width: 196px;
	height: 39px; */
	padding: 15px; 
}

.slide {
	width: 640px;
	height: 40px; 
}

