


.headtoppart {
    display: block;
    width: 100%;
    background-color: #2D2D2D;
    height: 39px;
    margin: 0px auto;
    padding: 0px 0px;
    min-width: 320px;
}

.headertopleft {
  width: 50%;
  float: left;
}

.headertopright {
  width: 50%;
  float: right;
  text-align: right;
}

.headertopright a {
  line-height: 39px;
  color: #5f5f5f;
  font-size: 14px;
  padding: 12px 12px;
  float: right;
	height:100%;	
	
	
	
}

.headertopright a:first-child {
  font-size: 12px;
}

.headertopright a:hover {
  background-color: #272B37;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




.headertopright a.facebookicon {
    background-color: #3b5998;
    color: #fff;
}


.headertopright a.facebookicon:hover {
    background-color: #402c89 ;
    color: #fff;
}

.headertopright a.twittericon:hover {
  background-color: #55acee;
  color: #fff;
}

.headertopright a.linkedinicon:hover {
  background-color: #0077b5;
  color: #fff;
}

.headertopright a.googleicon:hover {
  background-color: #dd4b39;
  color: #fff;
}

.address {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 12px;
    padding-bottom: 0px;
    font-size: 12px;
    color: #f9bc01;
    font-family: Montserrat;
    font-weight: 600;
}


.norlt {
  position: static;
}



.mobiletext02 {
  display: none;
}

@media only screen and (min-width: 230px) and (max-width:991px) {
  .headtoppart {
    display: none;
  }
}
