html{
    
}
body {
    height: auto;
    margin: 0px auto;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.row {
 margin-left: 0px; 
 margin-right: 0px; 
}
.maintitle{
   text-align: center;
   font-weight: 700;
   height: 10px;
   padding-top: 45px;
   font-size: 30px;
   margin-bottom: 35px;
   background:url(../images/bg.jpg);
   color: #fff;
   line-height: 25px;
   border-bottom: 3px solid #fff;
}

.navbar{
    background:url(../images/bg.jpg);
}

.companypanel{
   float: right;
   padding-left: 2px;
   padding-right: 1px;
   margin-right: 0px;
}

.maintitle span{
    font-weight: 300;
    font-size: 25px;
}
.maparea{
    height: 100%;
    position: fixed;
    top:0px;
    padding: 0px;
}
#map-canvas{
    height: 100%;
}
.infoicon{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    color: orange;
    
}
.socialicon{
    font-size: 20px;
}
.socialicon a{
    font-size: 25px;
    text-decoration: none;
    outline: none;
    padding: 0px 5px;
}
.socialicon a:nth-child(1){
 
    padding:0px;
}

.socialicon .facebook{
    color: #222;
}
.socialicon a .facebook:hover{
    color: #3B5998;
}
.socialicon .twitter{
    color: #222;
}
.socialicon a .twitter:hover{
    color: #5eaade;
}
.socialicon .linkedin{
    color: #222;
}
.socialicon a .linkedin:hover{
    color: #0177b5;
}
.socialicon .Googleplus{
    color: #222;
}
.socialicon a .Googleplus:hover{
    color: #dd4b39;
}
.socialicon .youtube{
    color: #222;
}
.socialicon a .youtube:hover{
    color: #e12b28;
}
.companycontactdetails{
    border-bottom: 1px solid #e5e5e5;
}

.companycontactdetails div{
    font-size: 14px;
    padding: 0px 0 8px 0;
    margin-bottom: 3px;
}
.peopledetails{
    padding: 0 0 10px 0;
}
.peopledetails .name{
    font-weight: 700;
}
.peopledetails .destination{
    font-size: 12px;
}
.detailscontainer{
    border-bottom: 1px solid #e5e5e5;
}

.peopledetails a{
    color: #333;
    display: block;
}

.peopledetails a:hover{
    text-decoration: none;
}
