@font-face {font-family: 'AsapCondensed-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('AsapCondensed-SemiBold'), local('AsapCondensed-SemiBold'), url('fonts/AsapCondensed-SemiBold.ttf') format('truetype');
	}

@font-face {font-family: 'BrushScriptStd';
	font-style: normal;
	font-weight: normal;
	src: local('BrushScriptStd'), local('BrushScriptStd'), url('fonts/BrushScriptStd.otf') format('truetype');
	}

@font-face {font-family: 'OpenSans-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('OpenSans-Regular'), local('OpenSans-Regular'), url('fonts/OpenSans-Regular.ttf') format('truetype');
	}

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 18px;
    line-height: 20px;
    font-family: OpenSans-Regular, arial, sans-serif;
    color: #000;
    background-color: #fff;
}

a { color: #00C000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
p { padding: 0 0 11px 0; }
.left {float: left; padding: 5px 10px 0 0;}
.right {float: right; padding-left: 10px;}

.wrapper {width: 90%; padding 5px; margin: auto;}
#heading {padding: 10px 0 40px; margin: 0; width: 100%; text-align: center; background-color: #fff; line-height: 40px;}
#address-phone {padding: 15px 0 10px 0; margin: 0; width: 100%; text-align: center; background-color: #f1f1f1; border-bottom: 1px solid #fff; line-height: 200%;}
.phone {font-family: AsapCondensed-SemiBold, Arial, sans-serif; font-size:30px; font-weight: normal; color: #14AFCF; letter-spacing: 2px;}
.phone a {text-decoration: none; color: #14AFCF;}
.address a {color: #004000;}
.address {font-family: AsapCondensed-SemiBold, Arial, sans-serif; font-size:22px; font-weight: normal; color: #004000;}

#splash {padding: 0; margin: 0 auto; width: 100%; height: 205px; text-align: center; background-color: #fff;}

#content-white {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #fff;}
#content-grey {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #f1f1f1;}

.name {color: #D34B07;}

hr { 
  border : 0;
  height: 2px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

#footer {padding-top: 20px; padding-bottom: 20px; margin: 0; width: 100%; background-color: #117C09; text-align: center; color: #fff; line-height: 35px;}
.copy {font-family: AsapCondensed-SemiBold, Arial, sans-serif; font-size:18px; line-height: 110%;}
#footer a {color: #fff;}
.footer-header {font-family: BrushScriptStd, Arial, sans-serif; font-size:28px;}

h1 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #000;}
h2 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #000;}
h3 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #000;}
h4 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #000;}
h5 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #000;}
h6 {font-family: BrushScriptStd, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #000;}

a.button {background:#001D3A; font-size:18px; line-height:24px; color:#fff; display:inline-block; padding:5px 23px 5px 23px;}
a.button:hover {background:#131313; }

#cssmenu {
  font-family: AsapCondensed-SemiBold, Arial, sans-serif;
  font-size: 22px;
  line-height: 15px;
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #117C09;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #808080;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #00C000;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #00C000 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #00C000;
  color: #fff;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #00C000;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

.nav-wrapper {width: 99%;}


.swiper-container {
      width: 335px;
      height: 100%;
	color: #fff;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
	color: #fff;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }