.desc_expnd{
	color: #3b3b3b;
	font-size: 12px;
	letter-spacing: 0.3px;
	clear: both;
	padding: 3px 0 0;
	width: 95%;
	height: 49px;
	overflow: hidden;	
	transition:height 1.5s; /* Animation time */
    -webkit-transition:height 1.5s; /* For Safari */
    -moz-transition:height 1.5s;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    margin-bottom: 16px;
    position: relative;
    font-family: "PT Sans", sans-serif;
    z-index: 1;
}
.desc_expnd .base{
	position: absolute;
	height: 12px;
	width:100%;
	z-index: 5;
	background-color: #FBF7EE;
	border-top: 1px solid #F1EBDB;
	bottom: 0;
	left: 0;
	}
.desc_expnd .basebutton{
	height: 12px;
	width: 60px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	background-color: #F1EBDB;
	border-radius: 0 0 4px 4px;
}
.desc_expnd:hover{
	height:158px;
};

@media (max-width: 599px) {
	.home .home-content .grid-view .grid-list .park-data {
	     margin-right: 0; 
	}
}


/* Weather Widget */
  .ww_day {
      float: left;
      width: 32%;
      text-align: center;
    }
    .ww_day h4 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
    }
    .ww_day img {
      width: 36px;
    }
    .ww_day p {
      font-size: 12px;
    }
    .ww_day_title {
      color: #76201e;
      font-size: 18px;
      font-style: italic;
      text-align: center;
      font-weight: bold;
    }
    .see_weather {
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #fff;
    }
    .current_temp {
      font-size: 14px;
    }

    /* SIDR Menu */

   .sidr
    {
      padding: 15px 0 0 15px;
      /*background: transparent url('/img/mobile-menu-bg.png') repeat-y 0 0;*/
      background: transparent repeat-y 0 0;
      -webkit-box-shadow: -15px -10px 25px -15px #000 inset;
      -moz-box-shadow: -15px -10px 25px -15px #000 inset;
      box-shadow: -15px -10px 25px -15px #000 inset;
    }
    .sidr ul{
        list-style: none;
        padding: 0;
    }
    .sidr ul li {
        padding-left: 1em;
        border: 1px solid #B3B0A7;
        border-left: none;
        border-right: none;
    }
    .sidr li.sidr-class-home:before{
      content:"\f015";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-book:before{
      content:"\f00c";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-faq:before{
      content:"\f059";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-contact:before{
      content:"\f098";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-expanded:before{
      content:"\f1bb";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-dstoverview:before{
      content:"\f1ad";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-dstprop:before{
      content:"\f236";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    } 
    .sidr li.sidr-class-dstgallery:before{
      content:"\f1c5";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-dstactivities:before{
      content:"\f206";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-dstfaq:before{
      content:"\f29c";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr li.sidr-class-dstmap:before{
      content:"\f279";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1em;
      width: 1em;
      padding-left: 8px;
    }
    .sidr ul li a, .sidr ul li span {
        padding: 0px;
        display: inline-block;
        text-decoration: none;
        color: #333;
    }
    .sidr-class-active{
      /*box-shadow: inset 0 0 15px 3px #333;*/
        background: rgba(51,51,51,0.1);
    }
    .sidr ul li ul li.sidr-class-active>a{
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }
    .sidr ul li.sidr-class-active>a{
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }
    .sidr ul li:hover>a{
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }
    .sidr ul li ul li:hover>a{
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }



/*

	   .articles img
       {
        width: 24%;
        border-radius: 10px;
        margin: 0 16px 0 0;
        float: left;
      }
      .lodge-box .image {
          float: left;
          height: 133px;
          margin-bottom: 18px;
          margin-right: 15px;
          background-position: center center;
          position: relative;
      }
      .lodge-box .image .frame {
          width: 133px;
          height: 133px;
      }
      .rounded-image .frame {
          position: relative;
          background: none !important;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-shadow: 1px 1px 2px 0 #fff;
          -moz-box-shadow: 1px 1px 2px 0 #fff;
          box-shadow: 1px 1px 2px 0 #fff;
          display: block;
      }
      .rounded-image {
          background-size: cover !important;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-shadow: 2px 2px 2px 0 #3f3f3f inset;
          -moz-box-shadow: 2px 2px 2px 0 #3f3f3f inset;
          box-shadow: 2px 2px 2px 0 #3f3f3f inset;
      }
      .prop_desc_expand{
        color: #3b3b3b;
        font-size:  12px;
        letter-spacing: 0.3px;
        padding: 3px 0 0;
        height: 49px;
        overflow: hidden;
        transition: height 1.5s;
        -webkit-transition: height 1.5s;
        -moz-transition: height 1.5s;
        animation-delay: 1s;
        -moz-animation-delay: 1s;
        margin-bottom: 16px;
        position: relative;
        font-family: "PT Sans", sans-serif;
        z-index:1;
      }
      .lodge-box .image .price {
          position: absolute;
          text-align: center;
          bottom: -10px;
          left: 0;
          width: 55px;
          height: 38px;
          color: #2b2b2b;
          font-size: 10px;
          line-height: 1em;
          font-weight: 400;
          font-style: italic;
          background: #fbf7ee;
          padding: 16px 0 0;
      }
       .lodge-box .image .price span {
          display: block;
          font-weight: 700;
          padding-top: 2px;
          font-size: 13px;
      }
      */


/* HEADER SPRITES */

.header-sprite-facebook{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 11px;
  height: 23px;
  background-position: -1px -1px;
  margin: 4px 0 0 10px;
}

.header-sprite-twitter{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 20px;
  height: 16px;
  background-position: -209px -1px;
  margin: 8px 0 0 5px;
}

.header-sprite-googplus{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 20px;
  height: 18px;
  background-position: -14px -1px;
  margin: 8px 0 0 5px;
}

.header-sprite-mail{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 21px;
  height: 16px;
  background-position: -112px -1px;
  margin: 8px 0 4px 5px;
}

.header-sprite-intphone{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-position: -90px -1px;
  float: right;
  /*margin: 8px 0 4px 5px;*/
}

.header-sprite-phone{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 72px;
  height: 72px;
  background-position: -135px -1px;
}

.header-sprite-menu{
  background: url('/img/spritesheet2.png') no-repeat;
  display: block;
  width: 52px;
  height: 34px;
  background-position: -36px -1px;
  /*margin: 8px 0 4px 5px;*/
}

input.search.search-ico {
    background-image: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
    /*background-position: right 8px;*/
    /*padding-right: 4px;*/
    display: block;
    width: 127px;
    height: 26px;
    background-position: 0px -847px;
    background-repeat: no-repeat;
    border: 0;
}


/*
textarea.text.icon-pickdate, input.text.icon-pickdate {
    background-image: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png);
     background-position: right 6px; 
    background-repeat: no-repeat;
    display: block;
    width: 127px;
    height: 29px;
    background-position: 0px -8px;
}*/

/*.reserve-lodge textarea.text.icon-pickdate, input.text.icon-pickdate {
    background-image: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
    background-repeat: no-repeat;
    display: block;
    width: 127px;
    height: 29px;
    margin-right: -10px;
    margin-top: 5px;
    background-position: -13px -14px;
}*/

 /* dest-overview */

            .sidebar-box textarea.text.icon-pickdate{
                background-image: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png);
                background-repeat: no-repeat;
                display: block;
                width: 127px;
                height: 39px;
                margin-right: -10px;
                margin-top: 5px;
                padding: 11px 10px 11px 11px;
                background-position: -13px -10px;
            }

            .sidebar-box input.text.icon-pickdate {
                background-image: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png);
                background-repeat: no-repeat;
                display: block;
                width: 127px;
                height: 39px;
                margin-right: -10px;
                margin-top: 5px;
                padding: 11px 10px 11px 11px;
                background-position: -13px -10px;
            }


/* lodg-header (prop-overview & prop-acc) */



            .lodge-header .reserve-div textarea.text.icon-pickdate.small-icon {
                background: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png);
                background-color: #fff;
                background-repeat: no-repeat;
                display: block;
                background-position: -36px -10px;
                height: 15px;
            }

            .lodge-header .reserve-div input.text.icon-pickdate.small-icon {
                background: url(https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png);
                background-color: #fff;
                background-repeat: no-repeat;
                display: block;
                background-position: -36px -10px;
                height: 15px;
            }



/*          .reserve-div textarea.text.icon-pickdate.small-icon, input.text.icon-pickdate.small-icon {
              background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
              background-color: #fff;
              background-repeat: no-repeat;
              display: block;
              background-position: -36px -10px;
              height: 15px;
          }*/


          .lodge-header input.text.check-date {
            display: none;
          }
          @media (min-width: 768px){
              .lodge-header input.text.check-date {
                width: 83px;
                margin: 12px 0 0 0;
                display: block
              }
          }

          .lodge-header input.text.num-night {
              width: 47px;
              margin: 12px 0 0 10px;
          }

          .lodge-header input.text.num-rooms {
              width: 49px;
              margin: 12px 0 0 10px;
              /*height: 29px;*/
          }




.home .home-content .grid-view .bg-content {
    background: transparent url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') repeat-x left bottom;
    background-position: -1px -121px;
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 73px;
    width: 100%;
    padding: 120px 0 0;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border: 0px solid #000;
}

header {
    /*background: url(../img/header_bg.png);*/
    background: transparent url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') repeat-x left top;
    background-position: -1px -484px;
    height: 74px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5000;
    -webkit-box-shadow: rgba(0,0,0,0.75) 0 0 5px;
    -moz-box-shadow: rgba(0,0,0,0.75) 0 0 5px;
    box-shadow: rgba(0,0,0,0.75) 0 0 5px;
}

.home .home-hero .info .reserve-lodge-search {
    padding: 11px 0 6px 10px;
    /*background-image: url(../img/index-back-form.png);*/
    background: transparent url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') repeat-x left center;
    background-position: 0 -560px;
    background-repeat: repeat-x;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home .home-content .toolbar {
    background: transparent url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') repeat-x left center;
   background-position: 0 -879px;
}

.map-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') top left no-repeat;
    background-position: -1px -1075px;
    padding-left: 13px;
}

.map-popup .right {
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') top right no-repeat;
    background-position: -1px -1131px;
    padding-right: 13px;
    margin-right: 13px;
    /*width: 13px;
    height: 49px;*/
}

.map-popup .right .content {
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') top left repeat-x;
    background-position: 0 -1190px;
    border-radius: 0 8px 8px 0;
    padding-right: 15px;
}


/*.ui-widget-content{
  border:1px solid #aaa;
  background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') top left repeat-x;
  background-color: #fff;
  background-position: 0 -959px;
  color:#222;
}*/

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    /*background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') top left repeat-x;*/
    background-position: 0 -959px;
}

.chosen-brown .chosen-container.chosen-container-single a.chosen-single div b{
  background-image: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
  background-position:0 4px
}

.chosen-brown .chosen-container.chosen-container-single a.chosen-single div b{
  background-position:0 -1247px;
  height: 5px;
  width: 10px;
  margin: 10px 0 0 8px;
}

.chosen-brown .chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active a.chosen-single div b{
  background-position:0 -1258px;
  height: 5px;
  width: 10px;
  margin: 10px 0 0 8px;
}

.chosen-white .chosen-container.chosen-container-single a.chosen-single div b {
    background-image: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png'); }

.chosen-white .chosen-container.chosen-container-single a.chosen-single div {
    background-position: 0 -1308px;
    height: 10px;
    width: 19px;
    /*margin-left: 5px;*/
    margin-top: 5px;
}    


.chosen-white.chosen-short .chosen-container.chosen-container-single a.chosen-single div b {
    background-position: 0 -1308px;
    height: 10px;
    width: 19px;
    margin-left: 5px;
    margin-top: 5px;
}

.chosen-white.chosen-short .chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active a.chosen-single div b {
    background-position: 0 -1321px;
    height: 10px;
    width: 19px;
    margin-left: 5px;
    margin-top: -2px;
}

.chosen-white .chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active a.chosen-single div b {
    background-position: 0 -1321px;
    height: 10px;
    width: 19px;
    margin-top: 6px;
}

.chosen-white .chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active a.chosen-single div {
    background-position: 0 -1321px;
    height: 10px;
    width: 19px;
    margin-left: 5px;
    margin-top: 10px;
}

.chosen-white .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px -1321px;
  height: 10px;
  width: 19px;
}

.chosen-white .chosen-container.chosen-container-single a.chosen-single div b {
    background-position: 0 -1308px;
    height: 10px;
    width: 19px;
    margin-top: 10px;
    margin-right: 5px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
}



#lightbox .lb-dataContainer .lb-data .lb-close {
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
    background-position: 0 -716px;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
}

.ui-dialog.npr-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span,.ui-dialog.npr-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover span{
  background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') !important;
  background-position: 0 -716px !important;
  width: 34px;
  height: 34px;
  margin:0;
}



/*.lb-next:hover {
  background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
  background-position: center -750px;
  width: 100%;
  height: 44px;
  margin-top: 250px;
}*/

/* VIDEO */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.block360 {
  display: none;
}

@media (min-width: 576px) {
  .block360 {
  display: block;
}
}



/* Custom Sprite Images */


/*.pod-page-park-w-lodges .sidebar .sidebar-box.sidebar-filters .parkmap-box h3 a.red-arrow {
    padding: 0 10px 0 0;
    background: url("https://s3-us-west-2.amazonaws.com/rocimages/1/img/sprite_icons.png") no-repeat;
    background-position: 0px -49px; width: 7px; height: 11px;
}*/

.pod-page-park-w-lodges .box-lodge .feature-label {
    position: absolute;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
    background-position: 0px -367px ;
    width: 55px;
    height: 54px;
    top: 0;
    left: 0;
    z-index: 0;
}

.pod-page-park-w-lodges .sidebar .sidebar-box.sidebar-filters .filter-box .price-slider .ui-slider .ui-slider-handle .triangle {
    width: 9px;
    height: 5px;
    top: -8px;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -5px;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') no-repeat;
    background-position: 0px -422px;
}

.pod-page-park-w-lodges .sidebar .sidebar-box.sidebar-filters .filter-box .filters a span {
    width: 21px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') no-repeat top right;
    background-position: 0px -451px;
}

.pod-page-park-w-lodges .sidebar .sidebar-box.sidebar-filters .filter-box .filters a.active span {
    width: 21px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') no-repeat top right;
    background-position: 0px -429px;
}

 /*.ui-widget-content { 
  border: 1px solid #aaaaaa;  
  background: #ffffff 
  url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') 50% 50% repeat-x; 
  background-position: 0px -959px;
  color: #222222; }*/

  .ss_facebook{
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/sprite_icons.png') no-repeat;
    background-position: 0px -138px; 
    width: 11px; 
    height: 25px;
  }

  .ss_twitter{
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/sprite_icons.png') no-repeat;
    background-position: 0px -1537px; 
    width: 20px; 
    height: 16px;
  }

    .ss_gplus{
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/sprite_icons.png') no-repeat;
    background-position: 0px -200px; 
    width: 21px; 
    height: 20px;
  }

    .ss_mail{
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/sprite_icons.png') no-repeat;
    background-position: 0px -650px; 
    width: 21px; 
    height: 16px;
  }

  .ta_logo{
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png') no-repeat;
    background-position: 0px -928px;
    width: 175px;
    height: 29px;
  }

/*  textarea.text.icon-pickdate, input.text.icon-pickdate {
    display: block;
    margin: 0 auto;
    background: url('https://s3-us-west-2.amazonaws.com/rocimages/1/img/spritesheet_1.png');
    background-position: 0 -14px;
    background-repeat: no-repeat;
    width: 136px;
    height: 30px;
}*/


@media (min-width: 768px) {
  .pod-page-park-w-map .info-box .detail {
      width: 100%;
  }
}


/* ordered and unorderd list hack */
ol {
    font-size: 0.75rem;
    font-family: 'PT Sans', sans-serif;
}

ul {
    font-size: 0.75rem;
    font-family: 'PT Sans', sans-serif;
}

.special-announcement-wrapper{
  position:absolute; 
  width:100%; 
  height: 1px; 
  overflow: visible; 
  z-index: 4950; 
  margin:0;
}
.special-announcement{
 /* FF3.6-15 */
 font-size:0.85rem;
 border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
  background: -webkit-linear-gradient(left, rgba(255,254,55,0) 0%, rgba(255,254,55,0.98) 50%, rgba(255,254,55,1) 51%, rgba(255,254,55,0) 100%);
  background: -o-linear-gradient(left, rgba(255,254,55,0) 0%, rgba(255,254,55,0.98) 50%, rgba(255,254,55,1) 51%, rgba(255,254,55,0) 100%);
  background: linear-gradient(to right, rgba(255,254,55,0) 0%, rgba(255,254,55,0.98) 50%, rgba(255,254,55,1) 51%, rgba(255,254,55,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff353', endColorstr='#fff353',GradientType=1 ); /* IE6-9 */ 
  width: 60%; 
  margin: 80px auto 0 auto; 
  z-index: 4950; 
  text-align: center; 
  font-weight:700; 
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}
.special-announcement-green{
  font-size:0.85rem;
  border-top: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,255,4,1) 50%, rgba(255,255,255,0) 100%);
/*  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff353', endColorstr='#fff353',GradientType=1 ); /* IE6-9 */ 
  width: 60%; 
  margin: 80px auto 0 auto; 
  z-index: 4950; 
  text-align: center; 
  font-weight:700; 
  padding: 10px;
  text-shadow: -2px -1px 3px #fff;
}

@media (min-width: 993px) {
  .special-announcement-green{ 
      font-size: 1.4em;
    }
    .special-announcement{
      font-size: 1.4em;
    }
}

.npr-tooltip-phone { opacity:1!important; /* for IE */ filter:alpha(opacity=100); }


.accgallery{
  width: 98%;
  margin: 15px auto;
}

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

.acc-gall-img{
  width: 23%
  margin: 0 0.5% 3px 0.5%;
  padding: 4px;
  height: 30px;
  border-radius: 6px;
  float: left;
}

.notes-wrapper{background-color: #fbf7ee;width: 94%;border-radius: 6px;margin: 0 auto 20px auto;box-shadow: 1px 1px 1px #999;}
  p.notes-headline{font-size: 0.9em;font-weight: 700;text-align: center;padding: 0.4em;color: #af2727;cursor: pointer;}
  .notes-body{padding: 2px 20px 15px 20px;font-size: 0.8em;}
  .notes-body .hidden { display: none; }


  .landing-page-contfull{
    border-radius: 8px;
    box-shadow: 2px 2px 2px #c9bb9c;
    background-color: #efeadd;
    margin: 5px auto 20px auto;
    margin: 100px auto 20px auto;
    padding: 40px;
  }

  .landing-page-contfull .imgright{
      width: 300px;
      height: auto;
      margin: 15px auto;
      text-align: center;
      color: #999;
    }

  @media(min-width: 768px){
    .landing-page-contfull .imgright{
      float: right;
      margin: 15px;
    }    
  }

  .landing-page-contfull .imgright img{
    width: 100%;
    height: auto;
    border: 1px solid #333;
    border-radius: 10px;
  }
