@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#location-head,
#location-head ul,
#location-head li,
#location-head a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#location-head {
  width: 350px;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#location-head a {
  line-height: 1.3;
}
#location-head > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#location-head > ul > li:first-child > a {
  padding: 0;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#location-head > ul > li:first-child > a > span {
  padding: 0;
}
#location-head > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#location-head > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#location-head > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#location-head > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#location-head > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#location-head > ul > li > a:hover {
  text-decoration: none;
}
#location-head > ul > li.active {
  border-bottom: none;
}
#location-head > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#location-head > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#location-head ul ul {
  display: none;
  background: #fff;
  width:1200px;
  float:left;
  padding: 0 0 10px 0;
}
#location-head ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#location-head ul ul li:last-child {
  border-bottom: none;
}
#location-head ul ul a {
  padding: 10px 0px 0px 15px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#location-head ul ul a:before {
  
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#location-head ul ul a:hover {
  color: #e94f31;
}
.location-box1{
width:100%;
margin:auto;
 	 
}
.location-box{
width:100%;
margin:auto;
height:100%;
 	 
}
.location{
width:100%;
margin:auto;
}
#location-heading{
width:100%;
font-family:'Fjalla One', sans-serif;
font-size: 16px;
color:#FB532C;
line-height: 30px;
padding: 10px 0 5px 16px;
border-bottom:#E0DEDE solid 1px;
margin:auto;
}
.footer_text {
font-family:'Play', sans-serif;
font-size:14px;
color:#5A5757;
line-height: 25px;
float: left;
text-decoration: none;
margin: 0 0px 0 0px;
padding:0 0px 0 0px;
}
.footer_text:hover{
color:#FB532C;
 
}
