.companyName-default
{
  margin-left: 10px;
  font-size: 10pt;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: 'MS Sans Serif';
  margin-top: 8px;
  color: #00F;
  line-height: 20pt;
}

.companyName-inverse
{
  margin-left: 10px;
  font-size: 16pt;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Microsoft Sans Serif';
  margin-top: 8px;
  color: #FFF;
}

.menuText
{
  font-size: 12pt;
  font-weight: bold;
}

.floatEnquiry{
	position: fixed;
	top:50px;
	right:10px;
	z-index: 104500;	
	background-color:#E0E0E0;
	border:1px solid #CCC;
	border-radius: 5px;
	text-align:center;
	padding:3px;
	box-shadow: 0px 0px 2px;
	}	

.floatEnquiry > .CallDetails{
	font-size: 22px;
	font-weight: bold;
	}	
	
.floatEnquiry > a{
/*	height: 35px; */
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	}

.modal-body .icon{
	font-size: 24px;
	margin-top:10px;
	}

.carousel-inner
{
  border-radius: 5px;
}

.imgList > img
{
  width: 250px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
}

@media only screen and (max-width: 720px)
{
  #slider
  {
    display: none;
  }
}

@media only screen and (max-width:480px)
{
  .companyName-inverse
  {
    font-size: 10pt;
    margin-top: 0px;
  }

  .navbar-brand > img
  {
    /*width: 60px;*/
    height: auto;
  }
  .MainImage
  {
    width: 100%;
    height: auto;
  }
}

body
{
  /*color: #333 !important;*/
}
.firstRow
{
  margin-top: 20px;
}
