@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body { line-height:normal ; font-family: 'Roboto', 'Roboto', Tahoma, Helvetica, Sans-Serif; }
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #272727;
}
h1, h2 { font-weight:normal ; }
.fill { 
    min-height: 100%;
    height: 100%;
    background: #335c71ed;;
    overflow:hidden
}
#map { 
    width: 100%;
    height: 100%;
    min-height: 100%;
}
div.image-background {
	background:url("https://inlinks.net/i/css/bg_bluegraph.jpg") no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; height:100% ;
    z-index:-99;
    background-position: center top !important;
    background-size: cover !important;
}
.big { font-size:2em ;}

.dot {
background:url("https://inlinks.net/i/css/dot.jpg?i=1") bottom center  no-repeat; 

 background-size: contain ;
padding-bottom:20px ;
 min-height:50px ;
    text-align:center
}
.dot p { font-size:1.2em ; margin-bottom:20px}
@media screen and (max-width: 480px) {	.dot { min-height: 35px ; } .dot p { font-size:1em ; margin-bottom:20px} .big { font-size:1.5em ; } }
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   
}
.h2s {
	font-size:1.2em ;
	font-weight:600;	
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #6799b3;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    border-radius: 4px;
}
.p1-2em { font-size:1.2em ; }
#getintouch { 
	    padding: 100px 0 70px;
    position: relative;
    z-index: 2;
    background: #132125 url('https://inlinks.net/i/css/meeting.jpg') no-repeat 0 0;
    background-size: cover;
}
.form-group {
    margin-bottom: 15px;
    margin-right: 5%;
    width: 45%;
}
.customerask li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: none;
    margin-left: -1.5em;
    color: #71b35a;;
    font-size: 22px;
    margin-right: 11px;
}