/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.service1{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service1.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}

.service2{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service2.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.service3{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service3.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.service4{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service4.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.service5{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service5.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.service6{
	width: 150px;
	height: 150px;	
	background: url(../images/bg/service6.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
#map {
  height: 400px;
  width: 100%;
}
