.iBox { 
    position: relative; 
    margin-bottom: 28px; 
     font-family:"Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
}
.iBox a { color: inherit; font-weight: normal;}

/***************
STANDARD
****************/
.iBox.standard{
    background: #FFF;
}
.iBox.standard .title a i{
    position: relative;
    top: 0;
    display: inline-block;
    color: #010000;
    padding-left: 8px;
    font-size: 13px;
}

/* vertical "Skyscraper" */
.iBox.standard.vertical{
    max-width: 223px;
	border: 1px solid #a2a2a2;
}
.iBox.standard.vertical .iBox-int{
    padding: 16px;
}
.iBox.standard.vertical img{
	border: 2px solid #1d5c8f;
}
.iBox.standard.vertical .title a{
    display: block;
    position: relative;
    padding: 6px 25px 6px 12px;
    color: #1b5b8e;
    font-size: 20px;
    line-height: 20px;
    font-family:"Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.5; font-weight:200; font-style:normal;
    background-image: url(/includes/public/assets/wood-imagebox.png);
    box-shadow: inset 1px 1px 11px 4px rgba(53, 27, 0, 0.23);
    margin-top: 12px;
}
.iBox.standard.vertical .title a i{
    position: absolute;
    top: 11px;
    right: 12px;
    color: #1b5b8e;
}

/* horizontal "Leaderboard" */
.iBox.standard.horizonatal{
    width: 100%;
    border: 1px solid #c2c2c2;
}
.iBox.standard.horizonatal .iBox-int{
    position: relative;
    padding: 16px;
}
.iBox.standard.horizonatal .image{
    float: right;
    max-width: 195px;
}
.iBox.standard.horizonatal .info{
    float: left;
}
.iBox.standard.horizonatal img{
    border: 2px solid #858585;
}
.iBox.standard.horizonatal .title{
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #010000;
    font-size: 20px;
    line-height: 23px;
}
.iBox.standard.horizonatal .description{
    color: #949494;
    font-size: 13px;
    line-height: 17.2px;
    padding-bottom: 22px;
}



/** drop shadow **/
.drop-shadowx {
	position: relative;
}
.drop-shadowx:before,
.drop-shadowx:after { 
	content:"";
    position:absolute; 
    z-index:-2;

    -webkit-box-shadow:0 7px 7px rgba(0, 0, 0, 0.3);   
       -moz-box-shadow:0 7px 7px rgba(0, 0, 0, 0.3);
            box-shadow:0 7px 7px rgba(0, 0, 0, 0.3);
}

/* horizontal shadow */ 
.drop-shadowx.hshadow:before,
.drop-shadowx.hshadow:after { 
    bottom:4px;
    left:2px;
    width:49%;
    height:45px;
    max-width:205px;
   
    -webkit-transform:rotate(-4deg);    
       -moz-transform:rotate(-4deg);   
        -ms-transform:rotate(-4deg);   
         -o-transform:rotate(-4deg);
            transform:rotate(-4deg);
    }
.drop-shadowx.hshadow:after {
    right:2px; 
    left:auto;
    -webkit-transform:rotate(4deg);   
       -moz-transform:rotate(4deg);  
        -ms-transform:rotate(4deg);  
         -o-transform:rotate(4deg);
            transform:rotate(4deg);
}

/* vertical shadow */
.drop-shadowx.vshadow:before,
.drop-shadowx.vshadow:after { 
    right:4px;
    top:8px;
    width:50px;
    height:50%;

    -webkit-box-shadow:7px 1px 7px rgba(0, 0, 0, 0.3);   
       -moz-box-shadow:7px 1px 7px rgba(0, 0, 0, 0.3);
            box-shadow:7px -3px 7px rgba(0, 0, 0, 0.3);
   
    -webkit-transform:rotate(2deg);    
       -moz-transform:rotate(2deg);   
        -ms-transform:rotate(2deg);   
         -o-transform:rotate(2deg);
            transform:rotate(2deg);
    }
.drop-shadowx.vshadow:after {
    bottom:-7px; 
    top: auto;
    -webkit-transform:rotate(-2deg);   
       -moz-transform:rotate(-2deg);  
        -ms-transform:rotate(-2deg);  
         -o-transform:rotate(-2deg);
            transform:rotate(-2deg);
}

.iBox.horizonatal.drop-shadowx.hshadow:before, 
.iBox.horizonatal.drop-shadowx.hshadow:after{
    bottom: 7px;
}


/***************
MICRO
***************/

/* logo */
.iBox.micro.logo{
    /* max-width: 155px; */
}
.iBox.micro.logo img {
    display: block;
    margin: 0 auto;
}
.paper-background .iBox.micro.logo{
    max-width: 60%;
}
/* guide */
.iBox.micro.guide{
    max-width: 240px;
}
.iBox.micro.guide .image{
    position: relative;
    left: -8px;
}
.iBox.micro.guide .bottom{
    position: relative;
    background: #1d5c8f;
    padding: 12px 16px;
}
.iBox.micro.guide.brown .bottom{background: #c3ac88;}
.iBox.micro.guide.orange .bottom{background: #cb582c;}
.iBox.micro.guide .flap{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0px; line-height: 0%; width: 0px;
    border-right: 25px solid #FFF;
    border-bottom: 25px solid rgba(0,0,0 ,.3);
    box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.3);
}
.iBox.micro.guide .title{
    padding-right: 60px;
    font-size: 22px;
    line-height: 23px;
    color: #FFF;
}
.iBox.micro.guide .title a{
    color: inherit;
    display: block;
    padding-right: 26px;
    background-image: url(/includes/public/assets/nav-imagebox-wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right bottom 4px;
    font-weight: normal;
}

.iBox.micro.guide.micro-link .title{
    padding: 0 0 0 28px;
}

/***************
GRID
***************/

.imagebox_grid {
    text-align: center;
}

/* standard/highlights */
.iBox.grid{
    padding: 0 10px;
}
.iBox.grid.grid-standard{
    max-width: 360px;

}
.iBox.grid.grid-standard .info{
    padding-top: 20px;
}
.iBox.grid.grid-standard .title{
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #175c8e;
    font-family:"Begum Medium", Palatino, 'Times New Roman', Times, serif; font-size-adjust:0.51; font-weight:bold; font-style:normal;
}
.iBox.grid.grid-standard .desc{
    font-size: 13px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: Arial, sans-serif;
}

/* discoveries */
.iBox.grid.grid-discoveries{
    max-width: 240px;
    min-height: 229px;
}
.iBox.grid.grid-discoveries .iBox-int{
    padding: 5px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.iBox.grid.grid-discoveries .icon {
    position: absolute;
    z-index: 1;
    right: -18px;
    top: -13px;
}
.iBox.grid.grid-discoveries .bottom{
    padding: 10px;
}
.iBox.grid.grid-discoveries .title{
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 8px;
    color: #1d99d5;
    font-family: "Begum Medium", Palatino, 'Times New Roman', Times, serif;
}
.iBox.grid.grid-discoveries .title a { 
    color: inherit; 
    display: inline-table; 
    font-family: "Begum Medium", Palatino, 'Times New Roman', Times, serif;
    font-size: 19px;
    line-height: 25px;
}
.iBox.grid.grid-discoveries .desc{
    font-size: 13px;
    line-height: 19px;
    color: #2d2d2d;
    font-family: Arial, sans-serif;
}
.iBox.grid.grid-discoveries .desc a{
    position: relative;
    top: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #1d99d5;
    padding-left: 2px;
    font-size: 14px;
}

/* interior - override discoveries */
.iBox.grid.grid-discoveries.grid-interior .iBox-int{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.iBox.grid.grid-discoveries.grid-interior .iBox-int img{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.iBox.grid.grid-discoveries.grid-interior .bottom{
    padding: 20px 0;   
}
.iBox.grid.grid-discoveries.grid-interior  .title{
    text-align: center;
    font-size: 19px;
    line-height: 19px;
}
.iBox.grid.grid-discoveries.grid-interior  .desc{
    text-align: left;
}
.iBox.grid.grid-discoveries.grid-interior .title,
.iBox.grid.grid-discoveries.grid-interior .desc,
.iBox.grid.grid-discoveries.grid-interior .desc a{
    color: #FFF;
}


/* button */
.iBox.grid-button .title{
    max-width: 205px;
    height: 75px;
    background: #6d9355;
    border: 1px solid #2c2c2c;
    padding: 18px 11px 11px;
    text-align: center;

    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    color: #FFF;
}
.iBox.grid-button .title a { color: #FFF;}
.iBox.grid-button .top-title{margin-bottom: 6px;}

.iBox.grid-button.red    .title {background: #9f1e20;}
.iBox.grid-button.blue   .title {background: #1b5b8e;}
.iBox.grid-button.orange .title {background: #cc6228;}


.imagebox_grid.microsite { padding-top: 40px; }
.imagebox_grid.microsite .main-title {
    background-image: url(/includes/public/assets/micro-header-trail-ibox.png);
    width: 944px;
    height: 72px;
    top: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    margin-bottom: 20px;
}
.imagebox_grid.microsite .iBox.grid.grid-discoveries { vertical-align: top; }


/**************************************
            SIDE BAR
**************************************/

.sidebar_container .iBox.grid,
.sidebar_container .iBox.standard,
.sidebar_container .iBox.micro{
    float: none !important;
    margin: 0 auto 28px;
    clear: both;
}
.sidebar_container .iBox.grid {
    width: 100%;
    padding: 0;
    max-width: 300px;
}



/**************************************
            MAP
**************************************/

.iBox.map {
  position: relative;
  width: 100%;
  height: 695px;
  background-image: url(//res.cloudinary.com/simpleview/image/upload/q_75/v1439420436/delaware-background_zupo2n.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.iBox.map .title{
  font-size: 55px;
  line-height: 55px;
  font-family: "Begum Medium", Palatino, 'Times New Roman', Times, serif;
  color: #fff;
  text-align: center;
  padding: 65px 0 70px;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.95);
  width: 100%;
}
.iBox.map .map-wrapper{
    position: relative;
    width: 100%;
    max-width: 484px;
    margin: 0 auto;
}
.iBox.map .map-image{
    width: 205px;
    height: 461px;
    background-image: url(/includes/public/assets/maps/map.png);
    background-position: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.iBox.map.open .map-image{
    background-image: url(/includes/public/assets/maps/map-blue.png);
}
.iBox.map .map-tabs{
    width: 210px;
}
.iBox.map .item{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding:8px 10px;
    background: rgba(223,217,213,.69);
    box-shadow: 0px 0px 7px 0px rgba(105, 105, 105, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;

    -webkit-transition: all .25s;
    transition: all .25s;
}
.iBox.map .item.hover,
.iBox.map .item:active,
.iBox.map .item:hover{
    background: #a01e21;
    color: #FFF;
}


.iBox.map .map-hover{
    position: absolute;
    left: 138px;
    top: 0;
    width: 130px;
    height: 478px;
}
.iBox.map .map-hover-int{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 0;
    overflow: hidden;

    -webkit-transition: all .25s;
    transition: all .25s;
}
.iBox.map.open .map-hover-int{
    max-width: 130px;
}
.iBox.map .map-hover .map-hover-image{
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: left;
}
.iBox.map .map-hover-int[data-active-tab="lewes"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-lewes.png);
}
.iBox.map .map-hover-int[data-active-tab="cape"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-cape.png);
}
.iBox.map .map-hover-int[data-active-tab="rehoboth"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-rehoboth.png);
}
.iBox.map .map-hover-int[data-active-tab="dewey"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-dewey.png);
}
.iBox.map .map-hover-int[data-active-tab="seashore"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-seashore.png);
}
.iBox.map .map-hover-int[data-active-tab="bethany"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-bethany.png);
}
.iBox.map .map-hover-int[data-active-tab="southbethany"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-south-bethany.png);
}
.iBox.map .map-hover-int[data-active-tab="fenwick"] .map-hover-image{
     background-image: url(/includes/public/assets/maps/map-fenwick.png);
}

/* map small */
.iBox.map .title .bottom-title{
    font-size: 14px;
    line-height: 14px;
    padding-top: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.iBox.map .map-wrapper-small{
    width: 100%;
}
.iBox.map .map-wrapper-small-int{
    width: 216px;
    margin: 0 auto;
}

.iBox.map .map-wrapper-small .map-opener{
    padding: 8px 30px 8px 10px;
    margin: 0;
    color: #2d2d2d;

    background-image: url(/includes/public/assets/maps/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;

    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.iBox.map .map-wrapper-small .map-opener:hover{
    background-color: rgba(223,217,213,.69);
}
.iBox.map .map-wrapper-small .dropdown{
    position: relative;
    opacity: 1;
     z-index: 20;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.iBox.map .map-wrapper-small .dropdown select {
  background-color: #F3F3F3;
  background-color: rgba(243,243,243,0.7);
  color: #2d2d2d;
  font-weight: bold;
  font-size: 19px;
  padding: 0 28px 0 12px;
  border: none;
  background-image: url(/includes/public/assets/maps/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/** open/active **/
.iBox.map .map-wrapper-small.open .map-opener{
    opacity: 0;
}

/**************************************
            TRAIL MAP
**************************************/

.iBox.trailmap {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-image: url(/includes/public/assets/maps/background-trailmap.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 0px;
  padding: 100px 0px 100px 0px;
}
.iBox.trailmap .row.collapse > .column:not(:last-of-type) {
    padding-right: 10px;
}
.iBox.trailmap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 93%, rgba(0,0,0,0.40) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(93%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.40)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 93%, rgba(0,0,0,0.40) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 93%, rgba(0,0,0,0.40) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 93%, rgba(0,0,0,0.40) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 93%, rgba(0,0,0,0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.iBox.trailmap .border-box {
    display: block;
    margin: 0px auto;
    position: relative;
    max-width: 940px;
    padding: 0px 0px 15px 0px;
    border: 7px solid transparent;
    -moz-border-image: url(/includes/public/assets/maps/trailmap-border.png) 7 repeat;
    -webkit-border-image: url(/includes/public/assets/maps/trailmap-border.png) 7 repeat;
    -o-border-image: url(/includes/public/assets/maps/trailmap-border.png) 7 repeat;
    border-image: url(/includes/public/assets/maps/trailmap-border.png) 7 repeat;
}
.iBox.trailmap .top-title {
    color: transparent;
    text-align: center;
    height: 91px;
    width: 100%;
    background: url(/includes/public/assets/maps/trails-map-header.jpg) no-repeat center center transparent;
    background-size: contain;
    margin: 0px;
    display: inline-block;
    position: relative;
    top: -53px;
}
.iBox.trailmap .map-wrapper{
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.iBox.trailmap .map-image{
    width: 245px;
    height: 529px;
    float: none;
    margin: 0 auto;
    background-image: url(/includes/public/assets/maps/trail-map.png);
    background-position: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.iBox.trailmap .map-tabs{}
.iBox.trailmap .item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #f2dab6;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.iBox.trailmap .item.hover,
.iBox.trailmap .item:active,
.iBox.trailmap .item:hover,
.iBox.trailmap .item.active{
    color: #FFF;
}
.iBox.trailmap .item .titleblock {
    padding: 0px 0px 0px 25px;
}
.iBox.trailmap .item .titleblock .title {
    font-family: "open_sansbold";
}

.iBox.trailmap .item .titleblock .location {
    font-family: "open_sansregular";
    font-size: 11px;
}
.iBox.trailmap .item .item-num {
    background-color: rgba(255, 242, 217, 0.5);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    float: left;
    color: rgb(65, 64, 66);
    line-height: 20px;
}
.iBox.trailmap .item:hover .item-num,
.iBox.trailmap .item.active .item-num {
    background-color: rgba(255, 242, 217, 1);
}
.iBox.trailmap .map-image .plot {
    background-color: rgba(255, 242, 217, 0.30);
    border-radius: 100%;
    height: 18px;
    width: 18px;
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: rgb(65, 64, 66);
    line-height: 18px;
    position: absolute;
    box-shadow: 0px 0px 0.85px 0.15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.iBox.trailmap .map-image .plot.hover,
.iBox.trailmap .map-image .plot:active,
.iBox.trailmap .map-image .plot:hover,
.iBox.trailmap .map-image .plot.active {
    background-color: rgba(255, 242, 217, 1);
    box-shadow: 0px 0px 25px 15px rgba(255, 242, 217, 1);
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
}
.iBox.trailmap .map-image .plot[data-sv-plot="frozentoes"] { top: 10px; left: 68px; }
.iBox.trailmap .map-image .plot[data-sv-plot="ironhillwilmington"] { top: 31px; left: 89px; }
.iBox.trailmap .map-image .plot[data-sv-plot="bellefonte"] { top: 29px; left: 55px; }
.iBox.trailmap .map-image .plot[data-sv-plot="wilmington-brew-works"] { top: 48px; left: 45px; }
.iBox.trailmap .map-image .plot[data-sv-plot="liquidalchemy"] { top: 30px; left: 73px; }
.iBox.trailmap .map-image .plot[data-sv-plot="twinlakes"] { top: 48px; left: 66px; }
.iBox.trailmap .map-image .plot[data-sv-plot="argilla"] { top: 53px; left: 20px; }
.iBox.trailmap .map-image .plot[data-sv-plot="ironhillnewark"] { top: 76px; left: 14px; }
.iBox.trailmap .map-image .plot[data-sv-plot="crookedhammock-middletown"] { top: 181px; left: 28px; }
.iBox.trailmap .map-image .plot[data-sv-plot="stewarts"] { top: 130px; left: 39px; }
.iBox.trailmap .map-image .plot[data-sv-plot="paintedstave"] { top: 192px; left: 60px; }
.iBox.trailmap .map-image .plot[data-sv-plot="brickworks"] { top: 193px; left: 77px; }
.iBox.trailmap .map-image .plot[data-sv-plot="blueearl"] { top: 210px; left: 60px; }
.iBox.trailmap .map-image .plot[data-sv-plot="fordham"] { top: 257px; left: 97px; }
.iBox.trailmap .map-image .plot[data-sv-plot="harvestridge"] { top: 281px; left: 28px; }
.iBox.trailmap .map-image .plot[data-sv-plot="rebelseed"] { top: 276px; left: 64px; }
.iBox.trailmap .map-image .plot[data-sv-plot="pizzadili"] { bottom: 212px; left: 60px; }
.iBox.trailmap .map-image .plot[data-sv-plot="mispillion"] { bottom: 188px; right: 122px; }
.iBox.trailmap .map-image .plot[data-sv-plot="dogfishcraft"] { bottom: 142px; right: 105px; }
.iBox.trailmap .map-image .plot[data-sv-plot="brimminghorn"] { bottom: 136px; right: 71px; }
.iBox.trailmap .map-image .plot[data-sv-plot="beachtime"] { bottom: 122px; right: 55px; }
.iBox.trailmap .map-image .plot[data-sv-plot="nassauvalley"] { bottom: 107px; right: 58px; }
.iBox.trailmap .map-image .plot[data-sv-plot="crookedhammock"] { bottom: 116px; right: 23px; }
.iBox.trailmap .map-image .plot[data-sv-plot="delaware"] { bottom: 142px; right: -7px; }
.iBox.trailmap .map-image .plot[data-sv-plot="bigoyster"] { bottom: 122px; right: -7px; }
.iBox.trailmap .map-image .plot[data-sv-plot="revelations"] { bottom: 82px; right: -7px; }
.iBox.trailmap .map-image .plot[data-sv-plot="dogfishbrewings"] { bottom: 102px; right: -20px; }
.iBox.trailmap .map-image .plot[data-sv-plot="deweybeer"] { bottom: 88px; right: 12px; }
.iBox.trailmap .map-image .plot[data-sv-plot="sixteenmile"] { bottom: 90px; left: 130px; }
.iBox.trailmap .map-image .plot[data-sv-plot="fenwick"] { bottom: 53px; left: 53px; }
.iBox.trailmap .map-image .plot[data-sv-plot="saltedvines"] { bottom: 35px; right: 25px; }
.iBox.trailmap .map-image .plot[data-sv-plot="thirdwave"] { bottom: 10px; left: 65px; }
.iBox.trailmap .map-image .plot[data-sv-plot="dewpoint"] { top: 10px; left: 42px; }
.iBox.trailmap .map-image .plot[data-sv-plot="volunteer"] { top: 173px; left: 41px; }
.iBox.trailmap .map-image .plot[data-sv-plot="stitchhouse"] { top: 49px; left: 80px;}
.iBox.trailmap .map-image .plot[data-sv-plot="midnight"] { top: 110px; left: 19px; }
.iBox.trailmap .map-image .plot[data-sv-plot="ironhillrehoboth"] { bottom: 102px; right: 16px; }
.iBox.trailmap .map-image .plot[data-sv-plot="3875brewing"] { bottom: 101px; right: -2px; }
.iBox.trailmap .map-image .plot[data-sv-plot="autumn"] { top: 92px; left: 7px; }
.iBox.trailmap .map-image .plot[data-sv-plot="brickworks-millsboro"] { bottom: 80px; right: 40px; }
.iBox.trailmap .map-image .plot[data-sv-plot="thompsonisland"] { bottom: 92px; right: 10px; }


/* map small */
.iBox.trailmap .title .bottom-title{
    font-size: 14px;
    line-height: 14px;
    padding-top: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.iBox.trailmap .map-wrapper-small{
    width: 100%;
}
.iBox.trailmap .map-wrapper-small-int{
    width: 216px;
    margin: 0 auto;
}

.iBox.trailmap .map-wrapper-small .map-opener{
    padding: 8px 30px 8px 10px;
    margin: 0;
    color: #2d2d2d;

    background-image: url(/includes/public/assets/maps/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;

    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.iBox.trailmap .map-wrapper-small .map-opener:hover{
    background-color: rgba(223,217,213,.69);
}
.iBox.trailmap .map-wrapper-small .dropdown{
    position: relative;
    opacity: 1;
     z-index: 20;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.iBox.trailmap .map-wrapper-small .dropdown select {
  background-color: #F3F3F3;
  background-color: rgba(243,243,243,0.7);
  color: #2d2d2d;
  font-weight: bold;
  font-size: 19px;
  padding: 0 28px 0 12px;
  border: none;
  background-image: url(/includes/public/assets/maps/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.iBox.trailmap .map-wrapper-small.open .map-opener{
    opacity: 0;
}


/* instagram imagebox */
.imagebox_instagram {
  text-align: center;
}
.imagebox_instagram .iBox.grid {
  border: 1px solid #979797;
}
.imagebox_instagram .iBox.grid.grid-discoveries .iBox-int {
  padding: 15px;
}
.imagebox_instagram .iBox.grid.grid-discoveries .iBox-int img {
  border: 3px solid #858585;
  width: 100%;
}
.imagebox_instagram .iBox.grid.grid-discoveries .bottom {
  padding: 20px 0 5px 0;
}
.imagebox_instagram .iBox.grid.grid-discoveries .title {
  padding-bottom: 0;
}
.imagebox_instagram .iBox.grid.grid-discoveries .title a {
  color: #1b5b8e;
  font-size: 26px;
  line-height: 27px;
}
.imagebox_instagram .iBox.grid.grid-discoveries .desc {
  color: #1b5b8e;
  font-size: 26px;
  line-height: 27px;
  font-weight: bold;
  font-family: "Begum Medium", Palatino, 'Times New Roman', Times, serif;
}

@media (min-width: 971px){
    .discoveriesWrapper > .contentRender_name_plugins_collections_template_custom_imageboxgrid  {
        text-align: center;
    }
    body .discoveriesWrapper .iBox.grid-button.medium-3.columns {
        width: 24%;
        float: none !important;
        display: inline-block !important;
    }
}


@media (max-width: 970px){
    .main-content-left.sidebar_container .iBox.micro.guide,
    .sidebar_container .iBox.micro.guide,
    .iBox.micro,
    .iBox.standard { float: none !important; margin: 0 auto 28px; clear: both;}

    .iBox.grid.grid-discoveries{ width: 33%; max-width: 265px; padding: 0 22.5px; }
    .imagebox_instagram .iBox.grid.grid-discoveries{
      width: 100%;
      padding: 0;
    }
    /*.iBox.grid.grid-discoveries.row-4{display: none;}*/

    .iBox.grid-button .title{max-width: 170px;height: 62px; font-size: 14px; line-height: 14px;}

    .iBox.grid.grid-discoveries .title a {
        font-size: 14px;
        line-height: 18px;
    }
}


@media (max-width: 767px) {
    .custom_slider.featured-events.microsite .title { height: 42px; top: 10px; }
    .custom_slider.featured-events.microsite { margin-bottom: 30px; }
    .imagebox_grid.microsite { padding-top: 30px; }
    .imagebox_grid.microsite .main-title { height: 40px; }
}

@media (max-width: 640px){   
    .iBox.grid.grid-discoveries { width: 50%; max-width: 170px; min-height: 0; padding: 0 5px; float: none !important; display: inline-block;}
    .imagebox_instagram .iBox.grid.grid-discoveries {
      width: 100%;
      max-width: 265px;
      padding: 0;
    }
    /*.iBox.grid.grid-discoveries.row-4{display: block;}*/
    .iBox.grid.grid-discoveries .iBox-int {background: transparent; box-shadow: none; padding: 0;}
    .imagebox_instagram  .iBox.grid.grid-discoveries .iBox-int {
      background: white;
    }
    .iBox.grid.grid-discoveries img{border: 5px solid #FFF;}

    .iBox.grid.grid-discoveries.grid-interior .bottom,
    .iBox.grid.grid-discoveries .bottom { padding: 10px 7px 7px; min-height: 50px !important;}
    .iBox.grid.grid-discoveries .desc,
    .iBox.grid.grid-discoveries .icon {display: none; max-height: 0;}
    .imagebox_instagram .iBox.grid.grid-discoveries .desc {
      display: block;
      max-height: none;
    }
    .iBox.grid.grid-discoveries.grid-interior .title,
    .iBox.grid.grid-discoveries .title { color: #FFF; font-size: 14px; line-height: 14px; padding: 0;}
    .iBox.grid.grid-discoveries .title a {font-size: 14px; line-height: 16px;}

    .iBox.grid.grid-standard { width: 100%; max-width: 196px; padding: 0; float: none !important; margin: 0 auto 28px; clear: both;}
    .iBox.grid.grid-standard .title { text-align: left;}

    .iBox.standard.horizonatal .image {float: left; padding-bottom: 40px;}
    .iBox.standard.horizonatal .info{
        padding-bottom: 8px; width: 100%;
    }

    .iBox.horizonatal .drop-shadow.vshadow:before,
    .iBox.horizonatal .drop-shadow.vshadow:after{
        right: 13px;
    }

    .iBox.grid-button .title{max-width: 264px ;height: auto; margin: 0 auto; min-height: 43px; line-height: 18px; padding:11px;}
    .iBox.grid-button .top-title { margin: 0; display: inline-block;}

    .iBox.map { height: 400px; background-position: left bottom;}
    .iBox.map .title{font-size: 45px; line-height: 45px; padding: 35px 8px 24px;}

    .iBox.trailmap .top-title {
        height: 59px;
        background: url(/includes/public/assets/maps/trails-map-header-small.jpg) no-repeat center center transparent;
        top: -36px;
    }
}

@media only screen and (min-width: 40.063em) {
    .paper-background .iBox.micro.logo{
        max-width: 100%;
    }
}