@import url(https://fonts.googleapis.com/css?family=Playball);

body {
	text-align:center;
	font:13px Verdana,Arial;
	background: url(../img/LinenTexture.jpg);
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

input[type="radio"] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	padding-bottom: 5px;
}

.navbar-aluminium {
	background: url(../img/AluminiumTexture.jpg);
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
	-moz-box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
	box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}


.overlay {
	background: url(../img/AluminiumTexture.jpg);
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
	-moz-box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
	box-shadow: 10px 10px 20px 0px rgba(51,51,51,1);
}

.converter {
	padding: 20px;
	margin-top: 170px;
}
@media (max-width: 800px) {
	.converter {
		margin-top: 50px;
	}
}
.content-page {
	padding: 20px;
	margin-top: 50px;
}

.converter h2, .content-page h2 {
	font-family: 'Playball', cursive;
	text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
}

.converter p, .content-page p {
	font-size: 14px;
	font-weight: bold;
}

.converter input {
	background-color: #ECECEC;
	border: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	border-color: transparent;
	-webkit-box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
	-moz-box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
	box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
}
.converter input:focus {
 	border-color: transparent;
	-webkit-box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
	-moz-box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
	box-shadow: inset -1px 8px 24px -10px rgba(184,184,184,1);
}

.form-control::-moz-placeholder {
  	color: #B8B8B8;
  	opacity: 1;
}
.form-control:-ms-input-placeholder {
  	color: #B8B8B8;
}
.form-control::-webkit-input-placeholder {
  	color: #B8B8B8;
}

 /* Progress bar */
#progress-bar {
	width: 200px;
	padding: 2px;
	border: 2px solid #aaa;
	background: #fff;
	margin: 0 auto;
}

.progress-content {
	background: #000;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0;
	text-indent: 5px;
	width: 0%;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress-striped {
	background-color: #111;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

/* Footer */
.social-buttons {
	float: left;
}

.twitter, .facebook, .google-plus {
	font-size: 30px;
	display: inline-block;
	padding: 5px 8px 0px 8px;
}
.twitter a {
	color: #55acee;
}
.facebook a {
	color: #3b5998;
}
.google-plus a {
	color: #dc4e41;
}
.copyright {
	float: right;
	padding-right: 15px;
	font-weight: bold;
	padding-top: 15px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background-color: #fff;
}
.footer p {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

@media (max-width: 520px) {
	.social-buttons {
		padding-top: 10px;
		float: none;
		text-align: center;
	}
	.copyright {
		float: none;
		padding-right: 15px;
		font-weight: bold;
		padding-top: 5px;
		text-align: center;
	}
	.footer {
		height: 80px;
	}
}