/* @import "mixins"; */
/* line 5, srh/sass/_mixins.scss */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, srh/sass/_mixins.scss */
.floatLeft, .innerBannerSection .innerBanner, .galleryListBlock {
  float: left;
}

/* line 15, srh/sass/_mixins.scss */
.fullWidth, .innerBannerSection .innerBanner, .contactMap {
  width: 100%;
}

/* line 19, srh/sass/_mixins.scss */
.floatRight, .header .socialNav .socialLinks .sponLinksList a, .mobileMenu {
  float: right;
}

/* line 23, srh/sass/_mixins.scss */
.wrapper, .container {
  max-width: 980px;
}

/* line 2, srh/sass/srhStyles.scss */
* {
  font-family: 'Open Sans', Arial, sans-serif;
}

/* line 7, srh/sass/srhStyles.scss */
.headerBg {
  background: url(../images/newmainbg.jpg) repeat-x left -20px;
}

/* line 14, srh/sass/srhStyles.scss */
.header .branding a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
  text-align: center;
}
/* line 21, srh/sass/srhStyles.scss */
.header .branding a img {
  max-height: 116px;
}
/* line 29, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponLinksList {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 33, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponLinksList a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3px;
  font-size: 0;
  clear: both;
}
/* line 46, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponLinksList .facebook {
  background-image: url(../images/facebook.png);
}
/* line 50, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponLinksList .twitter {
  background-image: url(../images/twitter.png);
}
/* line 54, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponLinksList .linkedInn {
  background-image: url(../images/linkedInn.png);
}
/* line 59, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponExtLinks {
  float: left;
  width: 50%;
  text-align: right;
}
/* line 63, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponExtLinks a {
  display: block;
  margin-top: 2px;
}
/* line 67, srh/sass/srhStyles.scss */
.header .socialNav .socialLinks .sponExtLinks a img {
  max-height: 30px;
}
/* line 75, srh/sass/srhStyles.scss */
.header .mobileMenu {
  cursor: pointer;
}
/* line 79, srh/sass/srhStyles.scss */
.header .mainNavigation {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 92, srh/sass/srhStyles.scss */
.header .mainNavigation ul {
  background-color: white;
  position: relative;
  height: 100%;
  overflow: auto;
  width: 70%;
  min-width: 300px;
  float: right;
  list-style: none;
  padding-left: 0;
  -webkit-box-shadow: -4px 0 6px #333333;
  -moz-box-shadow: -4px 0 6px #333333;
  box-shadow: -4px 0 6px #333333;
}
/* line 104, srh/sass/srhStyles.scss */
.header .mainNavigation ul li {
  width: 100%;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
  font-size: 95%;
}
/* line 110, srh/sass/srhStyles.scss */
.header .mainNavigation ul li ul {
  float: right;
  border-left: 1px solid #CCC;
  width: 94%;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: inherit;
}
/* line 119, srh/sass/srhStyles.scss */
.header .mainNavigation ul li ul li a {
  color: white;
}
/* line 125, srh/sass/srhStyles.scss */
.header .mainNavigation ul li a {
  padding: 10px 15px;
  display: block;
  font-weight: normal;
}
/* line 131, srh/sass/srhStyles.scss */
.header .mainNavigation ul li:last-child {
  border-bottom: none;
}
/* line 134, srh/sass/srhStyles.scss */
.header .mainNavigation ul li:last-child a {
  padding-right: 0;
}
/* line 142, srh/sass/srhStyles.scss */
.header .hideMenu {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: -110%;
  opacity: 0;
}

/* line 149, srh/sass/srhStyles.scss */
.socialLinks {
  height: 70px;
}

/* line 153, srh/sass/srhStyles.scss */
.mobileMenu {
  width: 42px;
  padding: 10px;
}
/* line 157, srh/sass/srhStyles.scss */
.mobileMenu img {
  width: 100%;
}

/* line 163, srh/sass/srhStyles.scss */
.homeContent .row {
  /* border-bottom: 1px dashed #CCC; */
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 168, srh/sass/srhStyles.scss */
.homeContent h1 {
  color: #2f980c;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
}
/* line 175, srh/sass/srhStyles.scss */
.homeContent p {
  color: #666;
}
/* line 180, srh/sass/srhStyles.scss */
.homeContent .homeIntroImage img {
  width: 100%;
}
/* line 185, srh/sass/srhStyles.scss */
.homeContent .homeThreeCols {
  border-top: 1px dashed #ccc;
  padding-top: 26px;
  border-bottom: none;
  margin-top: 26px;
}
/* line 190, srh/sass/srhStyles.scss */
.homeContent .homeThreeCols .homeCol {
  padding: 10px;
  background-color: #E5E5E5;
  border: 1px solid #CCC;
}
/* line 195, srh/sass/srhStyles.scss */
.homeContent .homeThreeCols .homeCol h2 {
  color: #ef3e50;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  margin-top: 10px;
}
/* line 202, srh/sass/srhStyles.scss */
.homeContent .homeThreeCols .homeCol ul {
  list-style: none;
  padding-left: 0;
}
/* line 206, srh/sass/srhStyles.scss */
.homeContent .homeThreeCols .homeCol ul li {
  padding: 10px 0 10px 20px;
  background: url(../images/hi-icon.png) no-repeat left 13px;
}

/* line 218, srh/sass/srhStyles.scss */
.footer {
  background-color: #333;
  padding-bottom: 20px;
}
/* line 222, srh/sass/srhStyles.scss */
.footer .footerNav {
  border-bottom: 1px solid #555;
  padding: 10px 15px;
  color: white;
  text-align: center;
}
/* line 228, srh/sass/srhStyles.scss */
.footer .footerNav a {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 13px;
  border-right: 1px solid white;
  line-height: 0.7;
  color: white;
}
/* line 238, srh/sass/srhStyles.scss */
.footer .footerNav a:last-child {
  border-right: none;
}
/* line 244, srh/sass/srhStyles.scss */
.footer .copyRights {
  font-size: 11px;
  color: white;
  padding-top: 12px;
}

/* line 251, srh/sass/srhStyles.scss */
.activePage {
  background-color: #de172b;
  color: white;
}
/* line 255, srh/sass/srhStyles.scss */
.activePage > a {
  color: white;
}

/* line 261, srh/sass/srhStyles.scss */
.activeSubPage > a {
  background-color: #de172b;
  color: white;
}

/* line 267, srh/sass/srhStyles.scss */
.bannerSection {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 270, srh/sass/srhStyles.scss */
.bannerSection .item {
  padding-left: 0;
  padding-right: 0;
  height: 200px;
  text-align: center;
  background-color: #eee;
}

/* line 279, srh/sass/srhStyles.scss */
.closeMainMenu {
  background: url(../images/closeWhite.png) no-repeat 15px center;
  background-size: 20px 20px;
  background-color: black;
  color: white;
  width: 70%;
  min-width: 300px;
  float: right;
  height: 26px;
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
}

/* line 293, srh/sass/srhStyles.scss */
.hideMenu {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: -110%;
  opacity: 0;
}

/* line 300, srh/sass/srhStyles.scss */
.homeTreatment,
.homeHighlights {
  margin-top: 20px;
}

/* line 305, srh/sass/srhStyles.scss */
.innerBannerSection .innerBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 148px;
}

/* line 316, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent {
  margin-top: 40px;
}
/* line 318, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent h1 {
  font-size: 20px;
  color: #ef3e50;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
/* line 326, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent h3.subSubHeading {
  padding-left: 30px;
  color: #53b96d;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}
/* line 334, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent ul {
  list-style: none;
  padding-left: 30px;
}
/* line 338, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent ul li {
  background: url(../images/arrow1.jpg) no-repeat left 5px;
  padding-left: 22px;
  width: 100%;
  padding-bottom: 14px;
  font-size: 13px;
}
/* line 349, srh/sass/srhStyles.scss */
.innerMainContent .leftMainContent .packageNote {
  padding-left: 30px;
}
/* line 354, srh/sass/srhStyles.scss */
.innerMainContent .rightPhotoGallery {
  margin-top: 40px;
}
/* line 357, srh/sass/srhStyles.scss */
.innerMainContent .rightPhotoGallery h2 {
  font-size: 20px;
  color: #ef3e50;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 365, srh/sass/srhStyles.scss */
.innerMainContent .rightPhotoGallery .rightPhotoGalleryBlck {
  float: left;
}
/* line 368, srh/sass/srhStyles.scss */
.innerMainContent .rightPhotoGallery .rightPhotoGalleryBlck div.item {
  float: left;
  width: 100%;
}
/* line 372, srh/sass/srhStyles.scss */
.innerMainContent .rightPhotoGallery .rightPhotoGalleryBlck div.item img {
  width: 100%;
}

/* line 384, srh/sass/srhStyles.scss */
.packagesList li span {
  width: 200px;
  float: left;
  color: #09962d;
}

/* line 392, srh/sass/srhStyles.scss */
.contactHeading {
  color: #09962d;
  font-size: 20px;
}

/* line 401, srh/sass/srhStyles.scss */
.galleryListBlock {
  margin-top: 40px;
  float: left;
  padding-left: 15px;
}
/* line 406, srh/sass/srhStyles.scss */
.galleryListBlock h1 {
  font-size: 20px;
  color: #ef3e50;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
/* line 413, srh/sass/srhStyles.scss */
.galleryListBlock .galleryList {
  list-style: none;
  padding-left: 0;
}
/* line 416, srh/sass/srhStyles.scss */
.galleryListBlock .galleryList li {
  padding-left: 0;
  background-image: none;
  margin-bottom: 15px;
}
/* line 421, srh/sass/srhStyles.scss */
.galleryListBlock .galleryList li a {
  width: 100%;
  display: block;
  float: left;
  border: 4px solid #CCC;
}
/* line 427, srh/sass/srhStyles.scss */
.galleryListBlock .galleryList li a img {
  width: 100%;
}
