@charset "UTF-8";
@import url(animate.css);
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);*/
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #1c3c6c;
  font: 400 20px/30px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none;
  background: #a2dcf8;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  margin: 0;
  color: #1c3c6c;
}

h1, .h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2, .h2 {
  font-size: 42px;
  line-height: 1;
	font-weight: 700;
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.25;
	 font-weight: 700;
}

h4, .h4 {
  font-size: 27px;
  line-height: 1;
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.25;
}

h6, .h6 {
  font-size: 20px;
  line-height: 1.25;
  color: #17493e;
}
h6 a:hover, .h6 a:hover {
  color: #333;
}

h7, .h7 {
  font-size: 27px;
	color: #74a741;
	line-height: 1;
}

h8, .h8 {
  font-size: 27px;
	color: #74a741;
	font-style: italic;
	line-height: 1;
}

h9, .h9 {
  font-size: 16px;
font-style: italic;
	line-height: 1.25;

}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: underline;
}

time {
  /*display: block;*/
}

a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
padding-right: 20px;
}

.fright {
  float: right;
padding-left: 20px;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.pad {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pad-indent {
	padding-right: 60px;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr-orig {
  border: 0;
  border-top: 1px solid #a2dcf8;
  margin: 0;
  margin-right: 30px;
}

hr {
  border: 0;
  border-top: 1px solid #a2dcf8;
  margin: 0;
	margin-bottom: 10px;
}

.link1 {
  color: #17493e;
}
.link1:hover {
  color: #777;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
  .center991 * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
  .left767 * {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
  .left991 * {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
  .right767 * {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
  .right991 * {
    text-align: right;
  }
}

.center_img767 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fw-l {
  font-weight: 300;
}

.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-xb {
  font-weight: 800;
}

.white {
  color: #fff;
}

.txt-sec {
  color: #333;
}

.text-primary {
  color: #17493e;
}
.text-primary a:hover {
  color: #333;
}

.bord {
  border-left: 1px solid #a2dcf8;
  border-right: 1px solid #a2dcf8;
}
.bord-left {
  border-left: 1px solid #a2dcf8;
}
.bord-right {
  border-right: 1px solid #a2dcf8;
}

@media (max-width: 767px) {
  .bord {
    border: none;
  }
}

/** + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {margin-top: 20px;}*/
.mod {
  padding-right: 10px !important;
  padding-left: 30px !important;
}
@media (max-width: 767px) {
  .mod {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.mod1 {
  margin-left: -15px !important;
}
@media (max-width: 767px) {
  .mod1 {
    margin-left: 0 !important;
  }
}

.mod2 {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
@media (max-width: 767px) {
  .mod2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.mod3 {
  padding-bottom: 16px !important;
}

.mod4 {
  padding-right: 29px !important;
}

.mod5 {
  padding-bottom: 16px !important;
}

* + .navbar-slogan {
  margin-top: 0;
}

h3 + h6 {
  margin-top: 15px;
}

* + h6 {
  margin-top: 16px;
}

h3 + img {
  margin-top: 17px;
}

* + hr {
  margin-top: 27px;
}

hr + * {
  margin-top: 21px;
}

* + p {
  margin-top: 14px;
}

* + .btn-default {
  margin-top: 26px;
}

* + .contact-list {
  margin-top: 15px;
}

* + .marked-list {
  margin-top: 22px;
}

* + .index-list {
  margin-top: 23px;
}

* + .fb-page {
  margin-top: 25px;
}

* + .inline-list {
  margin-top: 17px;
}

* + .contact-info-list {
  margin-top: 13px;
}

* + .map {
  margin-top: 22px;
}

.map + hr {
  margin-top: 33px;
}

h3 + .fa-hospital-o {
  margin-top: 13px;
}

img + h6 {
  margin-top: 18px;
}

.scoreboard + h3 {
  margin-top: 21px;
}

.scoreboard2 + h3 {
  margin-top: 26px;
}

* + .scoreboard2 {
  margin-top: 34px;
}

* + .scoreboard2_mod {
  margin-top: 23px;
}

* + .fa-hands-helping-o, * + .fa-medkit {
  margin-top: 17px;
}

* + .media {
  margin-top: 21px;
}

.media + .media {
  margin-top: 10px;
}

.accordion + hr {
  margin-top: 37px;
}

.btn + hr {
  margin-top: 41px;
}

.marked-list + hr {
  margin-top: 33px;
}

h3 + address.h6 {
  margin-top: 15px;
}

* + .row {
  margin-top: 12px;
}

.row + .row {
  margin-top: 30px;
}

* + .off {
  margin-top: 12px;
}

* + hr.off1 {
  margin-top: 36px;
}

* + .marTop0 {
  margin-top: 0;
}

* + .marTop1 {
  margin-top: -7px;
}

/*=======================================================
						Components
=========================================================*/
/*=================      icons      =====================*/
.fa-hospital-o, .fa-hands-helping-o, .fa-medkit, .linecons-lab, .linecons-heart3, .linecons-like, .linecons-news, .linecons-small61, .linecons-small57, .linecons-pen3, .linecons-banknote, .linecons-study, .linecons-fire .linecons-wristwatch {
  color: #74a741;
  position: relative;
  padding-left: 71px;
}
.fa-hospital-o:before, .fa-hands-helping-o:before, .fa-medkit:before, .linecons-lab:before, .linecons-heart3:before, .linecons-like:before, .linecons-news:before, .linecons-small61:before, .linecons-small57:before, .linecons-pen3:before, .linecons-banknote:before, .linecons-study:before, .linecons-fire:before {
  color: #fff;
  font-size: 21px !important;
  line-height: 49px;
  text-align: center;
  height: 49px;
  width: 49px;
  background: #74a741;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 22px;
  position: absolute;
  top: 7px;
  left: 0;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fa-hospital-o:hover:before, .fa-hands-helping-o:hover:before, .fa-medkit:hover:before, .linecons-lab:hover:before, .linecons-heart3:hover:before, .linecons-like:hover:before, .linecons-news:hover:before, .linecons-small61:hover:before, .linecons-small57:hover:before, .linecons-pen3:hover:before, .linecons-banknote:hover:before, .linecons-study:hover:before, .linecons-fire:hover:before {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fa-hospital-o a:hover, .fa-hands-helping-o a:hover, .fa-medkit a:hover, .linecons-lab a:hover, .linecons-heart3 a:hover, .linecons-like a:hover, .linecons-news a:hover, .linecons-small61 a:hover, .linecons-small57 a:hover, .linecons-pen3 a:hover, .linecons-banknote a:hover, .linecons-study a:hover, .linecons-fire a:hover {
  color: #333;
}

/*=================   Inline list   =====================*/
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  font-size: 20px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #c2c2c2;
}
.inline-list li a:hover {
  background: #74a741;
  color: #fff;
}
.inline-list li + li {
  margin-left: 5px;
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.flex-list li {
  display: table-cell;
  position: relative;
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
}
/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
}
.index-list li:before {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 30px;
  line-height: 30px;
  color: #74a741;
}
.index-list li h6 {
  padding-left: 47px;
  color: #74a741;
}
.index-list li + li {
  margin-top: 26px;
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li a {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #17493e;
}
.marked-list li a:before {
  position: absolute;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 20px;
  left: 1px;
  top: 2px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.marked-list li a:hover {
  color: #333;
}
.marked-list li a:hover:before {
  left: 4px;
}
.marked-list li + li {
  margin-top: 31px;
}

/*================  Contact List    =================*/
.contact-list [class*="fa-"] {
  color: #17493e;
  position: relative;
  padding-left: 37px;
}
.contact-list [class*="fa-"]:before {
  font-size: 20px;
  color: #17493e;
  position: absolute;
  top: -1px;
  left: -1px;
}
.contact-list h6 * {
  vertical-align: 0;
}
.contact-list address {
  font-style: normal;
  display: inline-block;
}
.contact-list address span {
  font-size: 14px;
  line-height: 29px;
  color: #777;
}
.contact-list .fa-home {
  display: inline-block;
}
.contact-list time {
  font-size: 14px;
  line-height: 29px;
  color: #777;
}
.contact-list a {
  font-size: 14px;
}
.contact-list a span {
  font-size: 18px;
}
.contact-list a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-list time {
    font-size: 13px;
  }
}

/*================    Term list     =================*/
.terms-list {
  margin-top: 2px;
}
.terms-list dt {
  font-weight: 400;
  color: #17493e;
  font-size: 18px;
	font-style: italic;
  line-height: 29px;
}
.terms-list dd + dt {
  margin-top: 19px;
}
.terms-list dt + dd {
  margin-top: 15px;
}
.terms-list + a {
  margin-top: 21px;
  display: inline-block;
  color: #17493e;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*================   Contact Info List   =================*/
.contact-info-list {
  width: 145px;
}
.contact-info-list:before, .contact-info-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info-list:after {
  clear: both;
}
.contact-info-list dt {
  float: left;
  width: 40%;
}
.contact-info-list dd {
  float: right;
  width: 60%;
  text-align: right;
}
.contact-info-list .mail {
  float: left;
  width: 26%;
  text-align: left;
}
.contact-info-list a:hover {
  color: #17493e;
}
.contact-info-list [href*="mailto:"] {
  color: #17493e;
}
.contact-info-list [href*="mailto:"]:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .contact-info-list {
    width: 155px;
  }
}
@media (max-width: 991px) {
  .contact-info-list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .contact-info-list .mail {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .contact-info-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

article time + * {
  margin-top: -3px;
}
* + article {
  margin-top: 14px;
}
article + article {
  margin-top: 19px;
}

.scoreboard, .scoreboard2 {
  background: #74a741;
  color: #fff;
}
.scoreboard h1, .scoreboard h2, .scoreboard h3, .scoreboard h4, .scoreboard h5, .scoreboard h6, .scoreboard2 h1, .scoreboard2 h2, .scoreboard2 h3, .scoreboard2 h4, .scoreboard2 h5, .scoreboard2 h6 {
  color: #fff;
}
.scoreboard time, .scoreboard2 time {
  color: #fff;
}

.scoreboard {
  padding: 4px 23px 22px;
  margin-top: 10px;
}
.scoreboard .fa-clock-o:before {
  font-size: 45px;
  position: relative;
  top: 6px;
  margin-right: 12px;
}

.scoreboard2 {
  padding: 41px 42px 44px;
  position: relative;
}
.scoreboard2 h6 {
  line-height: 18px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.scoreboard2 h3 {
  position: relative;
  z-index: 1;
  line-height: 36px;
}
.scoreboard2 .linecons-user12, .scoreboard2 .linecons-world5 {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -67px;
  font-size: 120px;
  line-height: 120px;
  color: #58bc7f;
}
.scoreboard2_mod {
  margin-right: 22px;
}

.ins {
  margin-right: 22px;
}

.fb-page {
  height: 220px;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}

.navbar-header {
  margin-bottom: 20px;
}
.navbar-header img {
  display: inline-block;
  float: left;
  margin-right: 9px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-brand {
  color: #1c3c6c;
  display: inline-block;
  margin-top: 5px;
  line-height: 1;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #1c3c6c;
  background-color: transparent;
}

.navbar-slogan {
  display: block;
  color: #1c3c6c;
  font-size: 16px;
  line-height: 15px;
}
.navbar-slogan:hover, .navbar-slogan:focus {
  color: #1c3c6c;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #17493e;
}

.bg2 {
  background: #333;
}

.bg3 {
  background: #777;
}

.bg-primary {
  background: #fcfefd;
}

.bg-secondary {
  background: #a2dcf8;
}

.color1 {
  color: #17493e;
}

.color2 {
  color: #333;
}

.color3 {
  color: #777;
}

.color4 {
  color: darkred;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  border: 3px solid transparent;
  background: transparent;
  font-size: 20px;
  line-height: 20px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*overflow: hidden;*/
  padding: 11px 17px 13px 18px;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:after {
  content: '';
  width: 100%;
  height: 0%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn[class*="fa-"]:before {
  font-size: 25px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  z-index: 1;
}

.btn-default {
  color: #fff;
  background-color: #74a741;
  border-color: #74a741;
}
.btn-default:focus {
  color: #fff;
  background-color: #74a741;
  border-color: #74a741;
}
.btn-default:hover {
  color: #74a741;
  background-color: #74a741;
  border-color: #74a741;
}
.btn-default:hover:after {
  top: 0;
  height: 100%;
}
.btn-default:active {
  color: #fff;
}
.btn-default:active:after {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
}

.btn-primary {
  color: #fff;
  background-color: #17493e;
  border-color: #17493e;
}
.btn-primary:focus {
  color: #fff;
  background-color: #17493e;
  border-color: #17493e;
}
.btn-primary:hover {
  color: #17493e;
  background-color: #74a741;
  border-color: #17493e;
}

.btn-link {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  position: relative;
}
.btn-link:focus {
  color: inherit;
  font-size: inherit;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #17493e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #f7f7f7;
  text-decoration: underline;
}

.btn-lg {
  padding: 12px 27px 16px 24px;
  border: 5px solid transparent;
}

.btn-sm {
  padding: 12px 11.2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*==================      Media      ======================*/
.media {
  border: 1px solid #a2dcf8;
  padding: 11px 20px 21px;
  margin-right: 20px;
}
.media h6 {
  color: #17493e;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-object {
  display: block;
  margin-top: 9px;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 21px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media-left, .media2-left,
.media-right, .media2-right,
.media-body, .media2-body {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {
  .media-left, .media2-left,
  .media-right, .media2-right,
  .media-body, .media2-body {
    text-align: center;
    display: block;
    width: 100%;
  }
  .media-left img, .media2-left img,
  .media-right img, .media2-right img,
  .media-body img, .media2-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {
  .media-left, .media-left {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {
  .media, .media {
    margin-right: 0;
  }
}
.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 2px;
}
.media-heading + * {
  margin-top: 0;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.media {
  border: 1px solid #a2dcf8;
  padding: 11px 20px 21px;
  margin-right: 20px;
}
.media h6 {
  color: #17493e;
}
.media:first-child {
  margin-top: 0;
}

.media2,
.media2-body {
  zoom: 1;
  overflow: hidden;
}

.media2-object {
  display: block;
  margin-top: 9px;
}

.media2-right,
.media2 > .pull-right {
  padding-left: 10px;
}
.media2-right img,
.media2 > .pull-right img {
  max-width: none;
}

.media2-left,
.media2 > .pull-left {
  padding-right: 30px;
}
.media2-left img,
.media2 > .pull-left img {
  max-width: none;
}

@media (min-width: 1199px) {
  .media2-left {
    padding-right: 10px;
    min-width: 99px;
    text-align: left;
  }
}

.media2-heading {
  margin-top: 0;
  margin-bottom: 2px;
}
.media2-heading + * {
  margin-top: 0;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "PT Sans Narrow", sans-serif;
 font-weight: 700;
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 1px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 20px;
 font-weight: 700;
	padding: 19px 18px 20px 18px;
  letter-spacing: 1px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #8cb95e;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #17493e;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 185px;
  margin-top: 10px;
  padding: 0px 0 0px;
  background: #fff;
  z-index: 9999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PT Sans Narrow", sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
  border: 1px solid #74a741;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li + li {
  border-top: 1px solid #74a741;
}
.sf-menu ul > li > a {
  font-size: 16px;
	 font-weight: 700;
  line-height: 19px;
  color: #777;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
	 font-weight: 700;
  background: #17493e;
  text-decoration: underline;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 100%;
  width: auto;
  margin-top: -40px;
  min-width: 150px;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #777;
	 font-weight: 700;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
	 font-weight: 700;
  background: #17493e;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after {
  position: relative;
  margin-left: 7px;
  top: -2px;
  content: "";
  font: 400 11px/15px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #333;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 991px) {
  .sf-menu > li > a {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  color: #FFF;
  background: #777;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #777;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #777;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background-image: -webkit-linear-gradient(top, #74a741 0%, #a4ca7d 100%);
  background-image: linear-gradient(to bottom, #74a741 0%, #a4ca7d 100%);
  background-repeat: repeat-x;
}

.isStuck {
  /*background: $stuck-bg;*/
  z-index: 999;
  border-bottom: 1px solid #a4ca7d;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
#toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  background: #a4ca7d;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
#toTop:hover {
  color: #fff;
  background: #74a741;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Accordion    ======================*/
* + .accordion {
  margin-top: 22px;
}
.accordion + .accordion {
  margin-top: 3px;
}

.accordion_header {
  outline: none;
  background: #a4ca7d;
  padding: 13px 40px 17px 21px;
}
.accordion_header h5 {
  color: #17493e;
}
.accordion_header:hover {
  background: #8cb95e;
}
.accordion_header:hover:after {
  color: #74a741;
}

.accordion_cnt {
  background: #fcfefd;
  border: 1px solid #a2dcf8;
  padding: 16px 21px 22px;
}
.accordion_cnt_ins {
  padding: 16px 21px 10px;
}

.ui-accordion-header {
  position: relative;
  cursor: pointer;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-accordion-header:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 17px;
  content: '\f067';
  color: #74a741;
  font: 400 14px/20px "FontAwesome";
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-accordion-header-active:after {
  content: '\f068';
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #a2dcf8;
  padding-top: 32px;
  box-shadow: 0px 0px 300px 0px rgba(184, 222, 202, 0.5);
  position: relative;
}
header .contact-info {
  text-align: right;
  margin-top: 18px;
}
header .contact-info p {
  color: #1c3c6c;
  display: inline-block;
  line-height: 24px;
  margin-top: 1px;
  margin-right: 23px;
}
header .contact-info .fa-phone {
  float: right;
  font-size: 37px;
  line-height: 37px;
  font-weight: 700;
  color: #1c3c6c;
}
header .contact-info .fa-phone:before {
  font-size: 34px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  background: #fff;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .contact-info .fa-phone:hover {
  color: #333;
}
header .contact-info .fa-phone:hover:before {
  color: #fff;
  background: #1c3c6c;
}
@media (max-width: 991px) {
  header .contact-info .fa-phone {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  header .contact-info p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .navbar-header {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  header .contact-info {
    display: block;
    text-align: center;
  }
  header .contact-info p {
    text-align: center;
    display: block;
  }
  header .contact-info .fa-phone {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 40px;
  padding-bottom: 50px;
}

.well__ins {
  padding-bottom: 21px;
}

.well1 {
  padding-top: 0;
  padding-bottom: 50px;
}

/*========================================================
					 LIGHTBOX  Section
=========================================================*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
font-size: 140%;
  text-align: left;
  background-color: black;
  padding: 2px 16px;
  color: white;

}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #a2dcf8;
  padding-top: 46px;
  padding-bottom: 36px;
}
footer .fa-calendar {
  display: inline-block;
}
footer .fa-calendar + h6 {
  margin-top: 5px;
}
footer .fa-calendar:before {
  margin-right: 6px;
  color: #17493e;
}
footer h6 a:hover {
  color: #333;
}
footer .mod3 {
  padding-bottom: 43px !important;
}
footer hr {
  margin-left: auto;
  margin-right: auto;
}
footer .rights {
  text-align: center;
}
footer * + .fa-calendar {
  margin-top: 21px;
}
footer h6 + .fa-calendar {
  margin-top: 15px;
}
footer * + hr {
  margin-top: 40px;
}
footer * + .rights {
  margin-top: 16px;
}
footer * + h6 {
  margin-top: 0;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .contact-list {
    display: inline-block;
    text-align: left;
  }
  footer .contact-list .fa-home {
    display: block;
  }
}
