@font-face {
  font-family: "Franklin-Book";
  src: url("../fonts/franklin-bookd41d.eot?#iefix");
  src: url("../fonts/franklin-bookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin-book.woff") format("woff"), url("../fonts/franklin-book.ttf") format("truetype"), url("../fonts/franklin-book.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoona4cf.eot?-cpf6ve');
  src: url('../fonts/icomoond41d.eot?#iefix-cpf6ve') format('embedded-opentype'), url('../fonts/icomoona4cf.woff?-cpf6ve') format('woff'), url('../fonts/icomoona4cf.ttf?-cpf6ve') format('truetype'), url('../fonts/icomoona4cf.svg?-cpf6ve#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*****************************************************************************/
/*
/* Globals
/* Used on all responsive subpages
/*
/*****************************************************************************/
.hide {
  display: none;
}
.inline-block {
  display: inline-block;
  text-decoration: inherit;
}
/*****************************************************************************/
/*
/* Responsive Site Header
/*
/*****************************************************************************/
.top-nav .ico-nav {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  position: relative;
}
.top-nav .ico-nav:before,
.top-nav .ico-nav:after,
.top-nav .ico-nav span {
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: 0;
  transition: all 0.3s ease;
}
.top-nav .ico-nav:before,
.top-nav .ico-nav:after {
  content: '';
  top: 0;
  margin-top: 2px;
}
.top-nav .ico-nav:after {
  top: auto;
  bottom: 0;
  margin-bottom: 1px;
}
.active .ico-nav span {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
.top-nav .ico-nav:hover {
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: 'alpha(opacity=90)';
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.active .ico-nav:after,
.active .ico-nav:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}
.active .ico-nav:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.active .ico-nav:before {
  margin: 0;
}
.header-frame {
  font-family: "Franklin-Book", Helvetica, Arial, sans-serif;
  min-width: 960px;
}
.header-frame .header-logo {
  width: 140px;
  height: 73px;
  float: left;
  background-image: url("../img/responsive-logo.png");
  background-repeat: no-repeat;
}
.responsive-page .header-frame {
  min-width: 0;
}
body.responsive-page {
  min-width: 0;
}
.header-blue {
  background-color: #0d83dd;
  color: #fff;
}
.header-blue a {
  color: #fff;
  text-decoration: none;
}
.header-black {
  background: url(../img/nav-bg.png) repeat-x;
  color: #fff;
}
.header-black a {
  color: #fff;
  text-decoration: none;
}
.responsive-header {
  padding: 20px 30px;
}
.responsive-header:after {
  content: " ";
  visibility: hidden;
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.responsive-header .top-nav {
  float: right;
}
.responsive-header ul {
  padding: 0;
}
.responsive-header li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  line-height: 0.0625rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tel:before {
  content: "\e601";
}
.icon-arrow-down:before {
  content: "\e611";
}
.icon-arrow-left:before {
  content: "\e612";
}
.icon-arrow-right:before {
  content: "\e610";
}
.top-nav ul a {
  transition: all 0.5s ease;
}
.hide-desktop {
  display: none;
}
.top-header {
  background: #0673cd;
  color: white;
  padding: 11px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
}
.top-header .header-phone {
  color: white;
  text-decoration: none;
}
.icon-tel:before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 8px 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.header-phone {
  margin-left: 5px;
}
.nav-opener {
  display: none;
}
.top-nav li {
  float: left;
  margin: 0 0 0 37px;
}
.top-nav .nav-btn {
  margin: 0 0 0 7px;
}
.nav-btn.has-drop {
  position: relative;
  margin: 0 0 0 16px;
  padding: 0;
}
.nav-btn.has-drop > .open-link {
  position: relative;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
  filter: alpha(opacity=80);
  opacity: 0.8;
  border: none;
  margin: 7px 22px 8px;
  padding: 0;
  transition: none;
}
.nav-btn.has-drop > .open-link:hover {
  border: none;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  background: none;
  color: white;
}
.menu-link {
  display: none;
}
.active .nav-btn .open-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  background: white;
  width: 7px;
  height: 7px;
  z-index: 10;
  margin: 0 0 0 -1px;
}
.active .nav-btn .open-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0d83dd;
  width: 7px;
  height: 7px;
  border-radius: 0 0 0 3px;
  z-index: 12;
}
.active .nav-btn .open-link {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  background: white;
  color: #0064be;
  border-radius: 3px 3px 0 0;
  padding: 7px 22px 15px;
  margin: 0;
}
.active .nav-btn .open-link:hover {
  background: white;
  color: #0064be;
}
.top-link,
.drop a {
  margin: 7px 0 0;
  text-align: center;
  border-radius: 3px;
  display: block;
  color: white;
  text-decoration: none;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.top-link:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav-btn .top-link {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 0;
  padding: 6px 21px 7px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.nav-btn .top-link:hover {
  background: white;
  color: #0064be;
  border: 1px solid #ffffff;
}
.icon-arrow-down:before {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.drop {
  overflow: hidden;
  z-index: 50;
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  background: white;
  border-radius: 0 3px 3px;
  width: 167px;
  border: solid #e4f4fe;
  border-width: 0 1px 1px;
}
.drop ul {
  float: none;
  width: 100%;
  margin: 0;
  padding: 11px 15px 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.drop li {
  float: none;
  width: 100%;
  margin: 0 0 13px;
  line-height: 20px;
  line-height: 1.25rem;
}
.drop a {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  display: inline;
  color: #0064be;
}
.drop a:hover {
  text-decoration: underline;
}
.active .drop {
  display: block;
}
.btn-close {
  display: none;
}
@media only screen and (max-width: 962px) {
  .responsive-page .hide-tablet-item,
  .responsive-page .hide-tablet {
    display: none;
  }
  .responsive-page .hide-desktop {
    display: block;
  }
  .responsive-page .drop ul {
    padding: 4px 5px 0 15px;
  }
  .responsive-page .drop .drop-lower {
    padding: 7px 15px 13px;
    background: #ebf7fe;
  }
  .responsive-page .drop .drop-lower li {
    margin: 13px 0 0;
  }
  .responsive-page .drop .drop-lower li:first-child {
    margin: 0;
  }
  .responsive-page .drop .header-phone {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-top: 5px;
  }
  .responsive-page .drop .header-phone .icon-tel {
    position: relative;
    margin: 0;
  }
  .responsive-page .drop .header-phone .icon-tel:before {
    margin: 0;
  }
  .responsive-page .menu-link {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
  }
  .responsive-page .header-logo{
    width: 150px;
    height: 60px;
    margin: 0 0 10px 20px;
    background-size: 150px 60px;
  }
  .responsive-page .hide-mobile {
    display: none;
  }
  .responsive-page .hide-tablet-item {
    display: block;
  }
  .responsive-page .top-header {
    display: none;
  }
  .responsive-page .header-frame.header-blue {
    border-top: 1px solid #0d83dd;
  }
  .responsive-page .responsive-header {
    padding: 10px 0 0 0;
  }
  .responsive-page .top-nav {
    float: none;
    clear: both;
    position: relative;
    padding: 0;
    margin: 14px 0 0;
    width: 100%;
  }
  .responsive-page .nav-opener {
    position: absolute;
    right: 0;
    top: -62px;
    display: inline-block;
    text-decoration: none;
    margin: 5px 30px 0 0;
  }
  .responsive-page .nav-opener .text-holder {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 13px 0 0;
  }
  .responsive-page .slide-drop {
    display: block;
    overflow: hidden;
    margin: 0;
    background: white;
  }
  .responsive-page .top-nav ul {
    width: 100%;
    margin: 0;
  }
  .responsive-page .slide-drop .top-nav li {
    margin: 0;
    width: 100%;
  }
  .responsive-page .nav-btn.has-drop {
    margin: 0;
	width: 100%;
  }
  .responsive-page .top-nav a {
    padding: 12px 5px 13px;
  }
  .responsive-page .slide-drop .top-nav a {
    border-radius: 0;
    border-color: white;
    border-width: 1px 0 0;
    min-width: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .responsive-page .slide-drop .top-nav li:first-child a {
    border-top: 0;
  }
  .responsive-page .drop {
    box-shadow: none;
    border-radius: 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
  }
  .responsive-page .drop ul {
    padding: 1px 0px 12px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .responsive-page .drop .drop-lower {
    padding: 12px 0px 12px;
  }
  .responsive-page .drop .drop-lower li {
    margin: 12px 0 0;
    text-align: center;
  }
  .responsive-page .drop li {
    margin: 12px 0 0;
    text-align: center;
  }
  .responsive-page .drop a {
    display: block;
    margin: 0;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 14px;
	text-decoration:none;
  }
  .responsive-page .icon-tel:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .responsive-page .drop .header-phone {
    padding: 3px 0;
    display: block;
  }
  .responsive-page .drop .header-phone .icon-tel {
    font-size: 14px;
    left: 0;
    top: 1px;
  }
  .responsive-page .drop a:hover {
    color: #0064be;
  }
  .responsive-page .slide-drop {
    max-height: 0;
    transition: all 0.5s ease-in;
  }
  .responsive-page .active .slide-drop {
    max-height: 1200px;
    transition: max-height 0.5s ease-out;
  }
  .responsive-page .slide-drop .btn-close {
    display: block;
    clear: both;
    width: 100%;
    background: #0064be;
    color: white;
    text-align: center;
    padding: 5px;
    border-top: 2px solid #0d83dd;
  }
  .responsive-page .btn-close .icon-arrow-down {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .responsive-page .btn-close .icon-arrow-down:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  #sliderbutton, #sliderbutton2{
  display:none;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-page .hide-tablet-item {
    display: block;
  }
  #location_plan, iframe, img{max-width:100% !important;}
  .mob-padding{max-width:90% !important; padding:20px 2% !important;}
  #supersized img, .status img{max-width:none !important;}
  h3{font-size:15px}
}
