html {
  overflow: hidden;
}

html, body {
  height:100%;
   width:100%;
   margin:0;
}

a {
  text-decoration: none;
}
ul, ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu_area {
  position: absolute;
  background-color: #616975;
  /* height: 60px; */
  width: 100%;
}

#showmenu {
   position: absolute;
  z-index: 9001;
  padding: 0px;
}

.btn_showmenu {
    background-color: #616975;
    border-color: #616975;
    width: 194px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 300;
}

.btn_showmenu:hover {
    background-color: #35afe3;
    border-color: #35afe3;
}

#wrapper {  
  width: 220px;
  position: absolute;
  font-size: 0.8125em;
  z-index: 9000;
  top: 33px;
}
.menu {
  display: none;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
  background-color: #616975;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
  background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
  border-bottom: 1px solid #33373d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
  -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
  box-shadow: inset 0px 1px 0px 0px #878e98;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 1.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
  font-size: 14px;
}
.menu ul li a {
  background: #fff;
  border-bottom: 1px solid #efeff0;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 4.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #878d95;
}
.menu ul li:last-child a {
  border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
  background-color: #35afe3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
  background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
  border-bottom: 1px solid #103c56;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu > li > a.active {
  border-bottom: 1px solid #1a638f;
}
.menu > li > a:before {
  /*content: '';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  font-size: 36px;
  height: 1em;
    width: 1em;
  position: absolute;
    left: 0;
  top: 50%;
  margin: -.5em 0 0 0;*/
}
.item1 > a:before {
  background-position: 0 0;
}
.item2 > a:before {
  background-position: -38px 0;
}
.item3 > a:before {
  background-position: 0 -38px;
}
.item4 > a:before {
  background-position: -38px -38px;
}
.item5 > a:before {
  background-position: -76px 0;
}
.menu > li > a span {
  font-size: 0.857em; 
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%; 
  background: #48515c;
  line-height: 1em;
  height: 1em;
  padding: .4em .6em;
  margin: -.8em 0 0 0; 
  color: #fff;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: .769em;
  -moz-border-radius: .769em;
  border-radius: .769em;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
  font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
  background: #2173a1;
}
.menu > li > ul li a:before{
  content: '▶';
  font-size: 8px;
  color: #bcbcbf;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
  color: #32373D;
}

.menu ul > li > a span {
  font-size: 0.857em; 
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%; /
  background: #fff;
  border: 1px solid #d0d0d3;
  line-height: 1em;
  height: 1em;
  padding: .4em .7em;
  margin: -.9em 0 0 0; 
  color: #878d95;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: .769em;
  -moz-border-radius: 769em;
  border-radius: 769em;
  text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*Modal Window Customisations*/

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  top: 50px;
  width: 50%;
  left: 25%;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #616975;
  color: #fff;
}

.modal {
  text-align: left;
  z-index: 99999;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: none;
    border-bottom-color: transparent;
    border-bottom: none;
}

.nav-tabs>li>a:hover {
    border-color: #FFF #FFF #202020;
}

.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #FFF;
}

.modal-header .close {
margin-top: -5px;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #B50000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .7;
}


.carousel-indicators li {
  border: 1px solid #00aae0 !important;
}

.carousel-indicators .active {
  background-color: #00aae0;
}

.modal-header {
  background: #00aae0;
}

.carousel-control {
  color: #00aae0;
}

.modal-body {
  padding-top: 0px;
}


.gallery_button {
  position: absolute;
  top: 50px;
  right: 50px;
}

.close_button {
  background: #03a97a;
  color: #fff;
}

.close_button:hover {
  background: #03a97a;
  color: #fff;
}

.bottom_pane {
  z-index: 90001;
  position: absolute;
  bottom: 0px;
  height: 50px;
  float: right;
  width: 152px;
  background: #616975;
  color: #fff;
  right: 0px;
  border-radius: 25px 0 0 0;
}

.bottom_pane_left {
  z-index: 90002;
  position: absolute;
  bottom: 0px;
  height: 50px;
  float: left;
  width: 204px;
  background: #616975;
  color: #fff;
  left: 0px;
  border-radius: 0 25px 0 0;
}

.fa-plus-circle {
  padding: 11px 15px 15px 8px;
  font-size: 28px !important;
}

.fa-minus-circle {
  padding: 11px 15px 15px 8px;
  font-size: 28px !important;
}

.fa-camera {
  padding: 14px 15px 12px 9px;
  font-size: 21px !important;
}

.fa-repeat {
  padding: 12px 15px 12px 9px;
  font-size: 26px !important;
}

.fa-phone {
  padding: 11px 15px 15px 8px;
  font-size: 28px !important;
}

.bottom_pane_title{
  margin: 15px;
  float: left;
  -webkit-font-smoothing: antialiased;
  color: #35afe3;
  font-weight: 400;
}

.bottom_pane_content{
  padding-top: 16px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  margin: 5px 0 5px;
}

.social_square {
    margin: 5px;
    float: right;
    cursor: pointer;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.fb_icon {
  background-color: rgba(68, 68, 68, 0.51);
}
.fb_icon:hover {
  background-color: #4e5e90;
}

.twitter_icon {
  background-color: rgba(68, 68, 68, 0.51);
}

.twitter_icon:hover {
  background-color: #4b9ec3;
}

.mail_icon {
  background-color: rgba(68, 68, 68, 0.51);
}
.mail_icon:hover {
  background-color: #7cbb52;
}

.fa-envelope{
  padding: 14px 11px;
}
.fa-twitter{
  padding: 15px 13px;
}
.fa-facebook{
  padding: 15px;
}

.share_view {
  float: right;
  padding: 5px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

/*Pop Over Style*/
#pop_over {
  height: auto;
  width: 500px;
  background: #fff;
  border-radius: 8px;
  z-index: 90000;
  position: absolute;
  top: 20%;
  left: 20%;
  padding: 10px;
  display: none;
}

#pop_over-vid {
  height: auto;
  width: 500px;
  background: #fff;
  border-radius: 8px;
  z-index: 90000;
  position: absolute;
  top: 20%;
  left: 20%;
  padding: 10px;
  display: none;
}

/*
.pop_over-show {
  visibility: visible;
}

.pop_over-hide {
    visibility: hidden;
}*/

.pop_head h3{
  margin-top: 0px;
  margin-bottom: 2px;
}

.pop_body{
  
}

.pop_footer{
 
}

/* Custom CSS Added by FTC Team */
.close-window{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}