/* your styles go here */

#div_facebook {
  height: auto;
  width: auto;
  position: fixed;
  right: 0;
  top: 28%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_facebook .btn_facebook {
  border-radius: 50px;
  display: block;
  background:#3b5998;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#div_facebook .btn_facebook:hover {
  background:#000;
}
#div_twitter {
  height: auto;
  width: auto;
  position: fixed;
  right: 0;
  top: 34%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_twitter .btn_twitter {
  border-radius: 50px;
  display: block;
  background:#6699FF;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#div_twitter .btn_twitter:hover {
  background:#000;
}
#div_linkedin {
  height: auto;
  width: auto;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_linkedin .btn_linkedin {
  border-radius: 50px;
  display: block;
  background:#0077B5;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#div_linkedin .btn_linkedin:hover {
  background:#000;
}
#div_quick_enquiry {
  height: 0px;
  width: 60px;
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_quick_enquiry a {
  border-radius: 10px;
  display: block;
  background:#00495d;
  border-color: #00495d;
  height: 52px;
  padding-top: 5px;
  width: 155px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#div_quick_enquiry a:hover {
  background:#000;
}

#div_quick_enquiry ul {
  height: 0px;
  width: 250px;
  z-index: 1000;
  padding: 0;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_quick_enquiry ul li {
  background: #00495d;
}
#div_quick_enquiry ul li a {
  border-radius: 0;
  display: block;
  background: blue;
  height: 52px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 155px;
  text-align: center;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

#div_quick_enquiry ul a:hover {
  background:#000;
  color:#fff;
}

#div_gold_partner {
  height: auto;
  width: 50px;
  position: fixed;
  left: 0;
  top: 33%;
  z-index: 1000;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#div_gold_partner img {
  /* border-radius: 10px; */
  display: block;
  /* background:#00495d; */
  height: auto;
  padding-top: 5px;
  width: 160px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#page_background_watermark {
 background:transparent url('../img/logo.png') right center /cover no-repeat;
 position: absolute;
 z-index: -1;
 opacity: .1;
 width: 100%;
 height: 100%;
 background-size: 300px;
}
