meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row input, .row textarea {
  width: 100%;
}

.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #efa016;
  border-color: #a31923;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.button.round {
  border-radius: 1000px;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  button,
  .button {
    display: inline-block;
  }
}

label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

div,
ul,
li,
h1,
p {
  margin: 0;
  padding: 0;
}

a {
  color: #efa016;
  line-height: inherit;
  text-decoration: none;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

h1 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.125rem;
}

i {
  font-style: italic;
  line-height: inherit;
}

ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet {
  list-style: none;
}

@media only screen and (min-width: 40.0625em) {
  h1 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #E2E2E2;
  color: #222222;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1 {
  font-size: 1.125rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #717171;
  left: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #efa016;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #fbb03b;
  border-bottom: none;
  border-top: 1px solid #fcbb56;
  color: white;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #991721;
  color: white;
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}

.row {
  margin-bottom: 0.5em;
}

.row .center-align {
  text-align: center;
  font-weight: 600;
}

.main-section {
  position: relative;
  padding-top: 0.9375em;
  background-color: #FAFAFA;
}

.ficon {
  display: inline-block;
  line-height: 1em;
  font-size: 1.2em;
  top: 0.2em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.call-to-action {
  text-align: center;
  margin-bottom: 0.9375em;
}

.call-to-action .button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3.5em;
  margin-bottom: 0;
  -moz-box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.7), 0 1px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.7), 0 1px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0px 0px rgba(255, 255, 255, 0.7), 0 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.call-to-action .button.success {
  -moz-box-shadow: inset 0 1px 0px 0px rgba(170, 222, 189, 0.8), 0px 1px 0px 0px rgba(38, 99, 61, 0.65);
  -webkit-box-shadow: inset 0 1px 0px 0px rgba(170, 222, 189, 0.8), 0px 1px 0px 0px rgba(38, 99, 61, 0.65);
  box-shadow: inset 0 1px 0px 0px rgba(170, 222, 189, 0.8), 0px 1px 0px 0px rgba(38, 99, 61, 0.65);
}

.call-to-action .ficon {
  font-size: 1.55em;
  top: 0.15em;
  margin-right: 0.15em;
}

.card-list {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  display: block;
}

.card-list {
  width: 100%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.card {
  position: relative;
  display: block;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  padding-bottom: 0.53571em;
  margin-bottom: 0.9375em;
  text-decoration: none;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.card-header {
  position: relative;
  display: block;
}

.card-header {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-bottom: 0.46875em;
}

.card-header img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

.card img {
  max-width: 100%;
  width: 100%;
}

.offcanvas-menu {
  -moz-box-shadow: inset -8px 0 6px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -8px 0 6px -3px rgba(0, 0, 0, 0.4);
  box-shadow: inset -8px 0 6px -3px rgba(0, 0, 0, 0.4);
}

.cover {
  position: relative;
  width   : 100%;
}

.slick-arrow {
  z-index: 20;
}

#slick {
  z-index: 10;
  top: 0;
  width: 100%;
  position: absolute;
}

.slider {
  margin-top: -0.9375em;
  position: relative;
  margin-bottom: 0.9375em;
  overflow: hidden;
}

.slider img {
  width: 100%;
  max-width: 100%;
}

.slick-arrow {
  position: absolute;
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  color: white;
  top: 50%;
  margin-top: -1.5em;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.slick-arrow {
  background: none;
  border: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-arrow.slick-arrow {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=30);
  zoom: 1;
}

.slick-arrow.slick-arrow-prev {
  left: 0;
}

.slick-arrow.slick-arrow-next {
  right: 0;
}

.tab-bar {
  -moz-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.tab-bar .menu-icon {
  text-align: center;
  text-indent: 0;
}

.tab-bar .menu-icon .ficon {
  display: inline-block;
  max-width: 100%;
  line-height: 2.8125rem;
  color: #222222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
}

.tab-bar img {
  display: block;
  height: 1.8125rem;
  margin: 0.5rem auto;
  padding-left: 20px;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.main-content{
	margin:0px 0px 20px;
	padding:15px;
}
.page-title{
	color:#efa016;
}
.footer-section{
	background-color: #ab700c;
}
.footer-section .item, .footer-section li{
	text-align:center;
}


/*css menu*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #333333;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 1920px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0 17px 17px 34px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	border-right:1px solid #333;
	float:left;
	margin-top:-2px;
	
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu #menu-button::after {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
	height: 8px;
}
#cssmenu #menu-button::before {
    background: #000 none repeat scroll 0 0;
}
#cssmenu #menu-button.menu-opened::before {
    background: #000 none repeat scroll 0 0;
    
}
#cssmenu #menu-button.menu-opened::after {
    background: #000 none repeat scroll 0 0;
   
}
#cssmenu ul ul li a {
    color: #fff !important;
   
}

}


.left-small{
	display:none;
}
#cssmenu {
    background: transparent none repeat scroll 0 0;
    margin-top: 0px;
    position: relative;
    width: 100%;
	
}
#cssmenu #menu-button{
	height:45px;
}
#cssmenu ul{
	background:#F7A100;
	clear: both;
}
#cssmenu > ul > li > a {
    color: #fff;
   
}
#cssmenu ul ul li a {
    color: #fff !important;
   
}
.slider{
	margin-top:0 !important;
}
.call-btn{
	padding: 5px 0;
	text-align: center;
	margin-bottom:0 !important;
	background:#f2f2f2;
}
.call-btn a{
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 25px;
	margin:0 15px;
}
.call-btn a:hover, .call-btn a:active, .call-btn a:focus{
	opacity:0.9;
	color:#fff;
}
.main-section{
	padding-top:0 !important;
	margin-top:118px;
	background-color:#fff !important;
}
.tab-bar, .tab-bar-section{
	height:64px !important;
}
.tab-bar img{
	height:50px !important;
}
.menu-btn{
	width:64px;
	height:64px;
	background:url(../images/menu-opened.png) no-repeat center center;
	position:absolute;
	top:0;
	cursor:pointer;
	border-right:1px solid #333;
}
.menu-btn.menu-active{
	background:url(../images/menu-closed.png) no-repeat center center;
}
#fixed-header{
	height: 120px;
    position: fixed !important;
    width: 100%;
    z-index: 100;
}

@media only screen and (max-width:600px){
	.call-btn a{
		font-size:22px;
	}
}

@media only screen and (max-width:480px){
	.call-btn a{
		font-size:17px;
	}
}

@media only screen and (max-width:360px){
	.call-btn a{
		font-size:14px;
	}
}
.header-img img{
	width:100%;
}

/*----ES Style-----*/


.biascu .div1, .biascu .div2, .biascu .div3, .biascu .div4 {
	
	width:50%; float:left; padding:10px;
	
}

.unpage p {color:#EFA016;}


.tafab {width:98%;}

.tafab b {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-table;
    line-height: 30px;
    margin: 2px;
    padding: 3px 5px;
}


@media only screen and ( max-width:510px) {
	
	.biascu .div1, .biascu .div2, .biascu .div3, .biascu .div4 {
	
	width:100%; float:left; padding:10px;
	
}
	
	
}
.charitable li{ list-style:none;}
.charitable{ margin-left:0px;}

.fea-link a{
	display:inline-block;
	margin-right:10px;
}

.menu-btn{
	background:#F89827 none repeat scroll 0 0;
	background-image:none;
	border: 1px solid transparent;
    border-radius: 4px;
    float: right;
   margin:15px 10px;
    padding: 9px 10px;
	height:auto;
	width:auto;
}
.menu-btn .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.menu-btn .icon-bar {
    background: #fff none repeat scroll 0 0;
}
.menu-btn .icon-bar + .icon-bar {
    margin-top: 4px;
}
.tab-bar{
	box-shadow:0 0 10px rgba(0, 0, 0, 0.12) !important;
	background:#fff !important;
}
#fixed-header{
	
}
.fot-top {
    text-align: center;
}

