body {
	margin: 0;
	padding: 0;
	padding-bottom: 80px;
	background: url(../images/backgroun1d.jpg) no-repeat top;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Montserrat";
	margin: 40px;
}



.header .logo {
	background: url(../images/officialogo.png) no-repeat;
	background-size: 100% auto;
	height: 100px;
	width: 100%;
	max-width: 350px;
}

.header .top-menu {
	list-style: none;
	position: absolute;
	right: 40px;
	top: 40px;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}

h2, h3, h4, h5, h6 {
	color: #fff;
}

h2 {
	font-size: 20px;
}

hr {
	background-color: #C5001A;
	height: 3px;
	border: 0;
	width: 80%;
	margin: auto auto;
	margin-top: 40px;
}

.card {
	padding: 10px;
	background-color: rgba(0,0,0,0.30);
	border-radius: 5px;
	margin-bottom: 20px;
}

.card h2 {
	color: rgba(247,247,247,0.80);
}


p {
	color: #fff;
}

.header .top-menu li {
	display: inline;
	color: rgba(255,255,255,0.6);
}

.header .top-menu li:after {
	content:"|";
}

.header .top-menu li:last-child:after {
	content: normal;
}

.header .top-menu li a {
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	font-family: "Montserrat";
	text-decoration: none;
	font-weight: bold;
}

.header .top-menu li a:hover {
	color: #fff;
}

.main-menu {
	margin: auto auto;
	margin-top: auto;
	margin-bottom:auto;
	position: relative;
	padding: 0;
	list-style: none;
	padding-top: 30px;
	padding-bottom: 30px;
}


.main-menu .item {
	margin: 60px;
}

.main-menu .item.mini {
	position: absolute;
	float: left;
	width: 100px;
	height: 100px;
	max-height: 100px;
	line-height: 100px;
	background-position: 50% 50%;
	margin: 0;	
	margin: 60px;
	z-index: 999;
	left: 0;
}

.main-menu .item.mini .title {
	display: none;	
}

.main-menu .item.mini .back {
	background: #ff6600 url(../images/bg-back.png) no-repeat center;
	background-size: 30%;
	background-position: 50% 50%;
}

.main-menu .item.mini .back h5 {
	display: none;
}

.main-menu .front {
	background-color: #fff;
	display: block;
	border-radius: 20%;
	background-position: 50% 30%;
	background-size: 60%;
	background-repeat: no-repeat;
	height: 90%;
	text-align: center;
}

.main-menu .front.icon1 {
	background-image: url(../images/icons/windowsrepairs.png);
	background-position: center center;
}
.main-menu .front.icon2 {
	background-image: url(../images/icons/automobile.png);
	background-position: center center;
}
.main-menu .front.icon3 {
	background-image: url(../images/icons/specialglass.png);
	background-position: center center;
}
.main-menu .front.icon4 {
	background-image: url(../images/icons/slidingdoor.png);
	background-position: center center;
}

.main-menu .front:first-child {
	margin-left: 0;
}
.main-menu .front:last-child {
	margin-right: 0;	
}

.main-menu .back {
	background-color: #ff6600;
	display: block;
	border-radius: 20%;
	margin: auto;
	color: #161616;
	text-decoration: none;
	padding: 15px;
	display: table;
}

.main-menu .back.ie {
	float: left;
	opacity: 0;	
}

.main-menu .back.ie:hover {
	opacity: 1;
}

.main-menu .front {
	backface-visibility: visible;
}

.main-menu .back h5 {
	font-size: 2.5vmin;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}

.main-menu .back:hover {
	text-decoration: none;
}

.main-menu .title {
	position: absolute;
	margin: 0;
	display: block;
	text-align: center;
	width: 91%;
	margin-top: 70%;
	font-size: 2.3vmin;
	color: #16677F;
	text-transform: uppercase;
}

.col-left{
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
}

.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.col-right{
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}

.footer-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;	
	padding: 10px;
	background-color: #161616;
}

.footer-menu ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.footer-menu ul li {
	display: inline;
	color: #ff6600;
}

.footer-menu ul li:after {
	content:" | ";
}

.footer-menu ul li:last-child:after {
	content: normal;
}

.footer-menu ul li a {
	color: #ff6600;
	text-transform:uppercase;
}

.footer-menu ul li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

ul{
	color:#FFFFFF;
}

a {
	color:#c5001a;
}
a:hover{
	color:#FFFFFF;
}

.content {
	padding: 10px;
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	border-radius: 5px;
	right: 0;
	float: right;
	width: 91%;
	display: none;
}

.content input[type="text"], .content input[type="email"], .content input[type="tel"], content textarea, .content select {
	width: 100%;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	float: left;
}

.content input[type="submit"] {
	float: right;
	margin-bottom: 20px;
	background-color: #ff6600;
	text-align: center;
	color: #fff;
	padding: 5px;
	border: 0;
	border-radius:3px;
	min-width: 100px;
	cursor: pointer;
}

.content input[type="submit"]:hover {
	background-color: #D8001C;
}

.card input[type="text"], .card input[type="email"], .card input[type="tel"], .card textarea, .card select {
	width: 100%;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	float: left;
}

.card input[type="submit"] {
	float: right;
	margin-bottom: 20px;
	background-color: #1f93ac;
	text-align: center;
	color: #fff;
	padding: 5px;
	border: 0;
	border-radius:3px;
	min-width: 100px;
	cursor: pointer;
}

.card input[type="submit"]:hover {
	background-color: #ff6600;
}

.message {
	background-color: #ff6600;
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}

.message h3 {
	font-size: 3.5vmin;
}

.message p {
	font-size: 2.5vmin;
}

@media (max-width: 900px) {
	
	body {
		margin: 10px;
		padding: 0;
	}
	
	.header .top-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 0;
		position: relative;
		right: 0;
		top: 0;	
	}
	
	h1 {
		margin-top: 10px;
		border-top: 1px solid rgba(255,255,255,0.5);
		padding-top: 15px;
		position: relative;
	}
	
	.header .top-menu li {
		display: block;
	}
	
	.main-menu .title {
		font-size: 3.7vmin;
	}
	
	.header .top-menu li a {
		display: block;
		background-color: rgba(255,255,255,0.25);
		margin-bottom: 1px;
	}
	
	.header .top-menu li a:hover {
		background-color: rgba(255,255,255,0.4);
	}
	
	.header .top-menu li:after {
		content: normal;
	}
	
	.main-menu .item {
		margin: 0px;
		margin: 10px;
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.footer-menu {
		position: relative;
		background-color: transparent;
	}
	
	.main-menu .item.mini {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
		position: relative;
		background-position: 50% 50%;
	}
	
	.content {
		margin-left: 0;
		width: 100%;
		margin-top: -20px;
		margin-bottom: 50px;
		position: relative;
	}
	
	.main-menu .back h5 {
		font-size: 3.5vmin;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}
	
	.content input[type="text"], .content input[type="submit"], .content input[type="email"], .content input[type="tel"] {
		position: relative;
		float: left;
		z-index: 999;
	}
	
	.content input[type="submit"] {
		width: 100%;
	}
	
	.message {
		margin-top: 20px;
	}
	
	.message h3 {
		font-size:4vmin;
	}
	
	.message p {
		font-size: 3.5vmin;
	}

}



