@import url("komunikacijossprendimai-fonts.css");

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	color: #000;
	font-size: 18px;
}

html, body {
    height: 100%;
    margin: 0;
	font-family: 'Segoe', Arial, Verdana, Tahoma;
	text-align: center;
	background: url(../images/ks-bg-up.jpg) no-repeat fixed #a9b2bb;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #637991;
}

#wrapper {
	padding: 0;
	position: relative;
	width: 48%;
	margin: 0 0 0 50%;
	text-align: left;
	padding-top: 40px;	
	text-align: center; 		
}

#komunikacijossprendimai-logo {
	position: relative;
	height: 169px;
	background: url(../images/komunikacijos-sprendimai.png) no-repeat center;
	margin-bottom: 40px;
}


#footer {
	position: relative;
	font-size: 0.9em;
	margin: 20px 10px 20px 10px;
}

.smile-button, .smile-button:active, .smile-button:visited, .smile-button:target, .smile-button:focus {
	color: #000;
	padding: 20px;
	text-decoration: none;
	cursor: pointer;  
	text-align: center;
	border-radius: 20px;
	border: none;
	margin-bottom: 5px;
	font-size: 1em;
	display: block;
	position: relative;
	background: #fff;
	box-shadow: 1px 5px 15px #ddd;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	position: relative;
	margin: 40px 20%;;
}

.smile-button:hover {
	color: #fff;
	text-decoration: none;
	background: #637991;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

#sprendimas-rastas {
	margin-top: 40px;
	color: #fff;
	font-size: 1em;
	display: none;
}


@media only screen and (max-width: 900px) {
	#wrapper {
		position: relative;
		width: 100%;
		margin: 10px;
		padding-top: 40px;	
		text-align: center; 		
	}

	html, body {
		height: 100%;
		margin: 0;
		font-family: 'Segoe', Arial, Verdana, Tahoma;
		text-align: center;
		background: url(../images/ks-bg-up-small.jpg) no-repeat fixed #a9b2bb;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}