/*    *****************
      BASIC PAGE STYLES
      *****************
*/

body,
html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 99vw;
    height: 100vh;
    min-height: 100vh;
    background: #0c2008;
    background-image: -ms-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .4) 51%, rgba(0, 3, 0, 1) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .4) 51%, rgba(0, 3, 0, 1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .4) 51%, rgba(0, 3, 0, 1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 3, 0, 1)), color-stop(51, rgba(35, 92, 22, .4)), color-stop(100, rgba(0, 3, 0, 1)));
    background-image: -webkit-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .4) 51%, rgba(0, 3, 0, 1) 100%);
    background-image: linear-gradient(to right, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .4) 51%, rgba(0, 3, 0, 1) 100%);
    background-repeat: repeat;
    color: #fff;
}

.background {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #0c2008;
    background-image: -ms-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .5) 50%, rgba(0, 3, 0, 1) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .5) 50%, rgba(0, 3, 0, 1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .5) 50%, rgba(0, 3, 0, 1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 3, 0, 1)), color-stop(50, rgba(35, 92, 22, .5)), color-stop(100, rgba(0, 3, 0, 1)));
    background-image: -webkit-linear-gradient(left, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .5) 50%, rgba(0, 3, 0, 1) 100%);
    background-image: linear-gradient(to right, rgba(0, 3, 0, 1) 0%, rgba(35, 92, 22, .5) 50%, rgba(0, 3, 0, 1) 100%);
    background-repeat: repeat;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    padding: 1px 0;
    color: #3d0818;
    font-family: 'Tangerine', cursive;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

h1 {
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .08);
    margin: 0 10px;
    padding-top: 8px;
    overflow: visible;
    border-bottom: solid 1px #d0cdcd;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 1%, #fffbea 8%, #d5cea6 29%, #fffbea 35%, #fff 50%, #fffbea 67%, #d3cda9 78%, #fffbea 92%, #fff 100%);
    background: -webkit-linear-gradient(-45deg, #fff 1%, #fffbea 8%, #d5cea6 29%, #fffbea 35%, #fff 50%, #fffbea 67%, #d3cda9 78%, #fffbea 92%, #fff 100%);
    background: linear-gradient(135deg, #fff 1%, #fffbea 8%, #d5cea6 29%, #fffbea 35%, #fff 50%, #fffbea 67%, #d3cda9 78%, #fffbea 92%, #fff 100%);
    color: #2b030f;
    font-family: 'Pinyon Script', cursive;
    font-size: 4.5rem;
    letter-spacing: .33rem;
    text-shadow: 1px 3px 3px rgba(43, 3, 15, .8);
    word-spacing: -.9rem;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .08);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    vertical-align: top;
}

h2 {
    margin: 8px auto;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Cormorant SC', serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(43, 3, 15, .3);
    text-transform: uppercase;
    word-spacing: .2rem;
}

h5 {
    display: block;
    width: 100%;
    margin: 40px 0 10px 0;
    padding: 5px 15px;
    background: #3d0818;
    color: #d5cea6;
    font-family: 'IM Fell Double Pica SC', serif;
    font-size: 2.2rem;
}

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

/* --end basic styles-- */




/*    *******************
      LEFT SIDEBAR STYLES
      *******************
*/

#sideNav,
#sideNavHome {
    height: 97vh;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border-right: 1px solid rgba(52, 51, 51, 1);
    border-bottom: 1px solid rgba(46, 46, 46, 1);
    background: rgba(32, 2, 11, 1);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 1)), color-stop(40, rgba(41, 5, 16, .5)), color-stop(75, rgba(51, 7, 20, .5)), color-stop(100, rgba(61, 8, 24, .7)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
}

#sideNavHome {
    height: auto;
    min-height: 83vh;
    padding: 3px;
    overflow: visible;
}


/*    -----------------
      LEFT SIDEBAR MENU
      -----------------
*/


/* CONTROLS THE Toggling of navigation */

#menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/* LEFT SIDEBAR MENU grouping  */

.navbar-default {
    width: 100%;
    margin: 0;
    border: none;
    background: transparent;
}

/* LEFT SIDEBAR MENU header  */

.navbar-header {
    position: relative;
    width: 100%;
}


/*    --------------
      ACCORDION MENU
      --------------
*/


/* ACCORDION HEADERS as links and group */

#accordion>div {
    width: 100%;
    margin: 0px;
    border: 0;
    background: transparent;
}


/* ACCORDION HEADERS and NON accordion links too */

#menu>ul>li>a,
.nav-link,
.list-group-item {
    display: inline-block;
    width: 98%;
    margin: 0 0 3px 0;
    padding: 3px 6px 1px 0;
    border: solid 1px black;
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(left, #454545 0%, #dad7d7 24%, #fff 49%);
    background: -webkit-linear-gradient(left, #454545 0%, #dad7d7 24%, #fff 49%);
    background: linear-gradient(to right, #454545 0%, #dad7d7 24%, #fff 49%);
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#ffffff', GradientType=1);
}

.list-group-item,
#menu>ul>li>a,
a.panel-heading {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 30px;
    font-size: 2.5rem;
    line-height: 3.2rem;
}

#thumbsHome>ul>li>a {
    width: 100%;
    padding-top: 4px;
    background: #fff;
    background: -moz-linear-gradient(right, #454545 0%, #dad7d7 24%, #fff 49%);
    background: -webkit-linear-gradient(right, #454545 0%, #dad7d7 24%, #fff 49%);
    background: linear-gradient(to left, #454545 0%, #dad7d7 24%, #fff 49%);
}



/* CONTROLS THE NAVIGATION hover  FOR non AND ACCORDION LINKS   */

#menu>ul>li>a:hover,
#accordion a:hover,
#sideNav>nav>ul>li>a:hover,
#sideNavHome>nav>ul>li>a:hover {
    border-top: solid 1px rgba(213, 206, 166, .4);
    border-bottom: solid 1px rgba(213, 206, 166, .4);
    border-radius: 0px;
    background: #3d0818;
    color: #d5cea6;
}


/* glyphicon CONTROLS */

.more-less {
    margin: 13px 4px 0 0;
    padding: 0;
    border: 0;
    color: #3d0818;
    font-size: 1rem;
    font-weight: bold;
}

a:hover>.more-less {
    border: 0;
    color: #d5cea6;
}

.glyphicon-play:before {
    font-size: 1rem;
    font-weight: bold;
}

.glyphicon-menu-down {
    margin: 0;
    padding-top: 3px;
}



/* CONTROLS THE COUNTRY FIRST TEAR links AND THE REGIONS links */

#morocco>ul>li>a,
#france>ul>li>a,
#peru>ul>li>a,
#france>a,
#morocco>ul>li>ul>li>a,
#france>ul>li>ul>li>a,
#peru>ul>li>ul>li>a {
    margin: 0;
    padding: 3px 3px 3px 10px;
    border: 0px solid #d5cea6;
    border-radius: 0;
    background-image: -ms-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    background-image: -moz-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    background-image: -o-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3D3C30), color-stop(4, #78755E), color-stop(20, #D5CEA6), color-stop(28, #F5EBBF), color-stop(98, #F5EBBF));
    background-image: -webkit-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    background-image: linear-gradient(to right, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    color: #3d0818;
    font-family: 'Lancelot', cursive;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .03rem;
    text-align: left;
    text-decoration: none;
}

#morocco>ul>li>a:hover,
#france>ul>li>a:hover,
#peru>ul>li>a:hover,
#france>a:hover,
#morocco>ul>li>ul>li>a:hover,
#france>ul>li>ul>li>a:hover,
#peru>ul>li>ul>li>a:hover {
    border: 0;
}




/* CONTROLS THE REGIONS links */

#morocco>ul>li>ul>li>a,
#france>ul>li>ul>li>a,
#peru>ul>li>ul>li>a {
    padding: 3px 3px 3px 20px;
}


/* CONTROLS THE FRANCE SubACCORDION */

#france>a {
    padding-left: 10px;
}

#morocco>div>li>ul,
#france>div>li>ul,
#peru>div>li>ul {
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
}

#morocco>div>li>a:hover,
#peru>div>li>a:hover,
#france>div>li>a:hover #morocco>ul>li>ul>li>a:hover,
#peru>ul>li>ul>li>a:hover,
#france>ul>li>ul>li>a:hover {
    margin: 0;
    border-top: solid 1px rgba(213, 206, 166, .4);
    border-bottom: solid 1px rgba(213, 206, 166, .4);
    border-radius: 0;
    background: #3d0818;
    color: #d5cea6;
}



/* CONTROLS THE FRANCE SubACCORDION REGIONS */

#burgundy {
    width: 96%;
    margin: 0 0 0 2px;
    padding: 0;
}


/* CONTROLS THE burgundy 1st and last tear links */

#burgundy>ul>li:nth-child(1)>a,
#burgundy>ul>li:last-child>a {
    padding-left: 16px;
    text-align: left;
}



/* CONTROLS THE rest of the burgundy links */

#burgundy>ul>li>a,
#burgundy>ul>li>ul>li>a {
    width: 100%;
    margin-bottom: 0;
    padding-left: 24px;
    border: 1px solid #fffbde;
    border-radius: 0;
    background: #fffbde;
    color: #3d0818;
    font-family: 'IM Fell Double Pica SC', serif;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: .01rem;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}

#burgundy>ul>li>ul>li>a.current,
#burgundy>ul>li>a.current {
    border: 1px solid #20020b;
    background: #061404;
    color: #fffbde;
    font-weight: bold;
    cursor: default;
}

/* --end left sidebar-- */





/*    **************************************
      CONTROLS THE SLIDESHOW CONTROL BUTTONS
      **************************************
*/

#iControl {
    position: absolute;
    top: 10px;
    width: 100%;
    color: #c1bfbf;
    font-size: .9rem;
    text-align: center;
    opacity: .4;
    z-index: 6;
}

#iControl:hover {
    color: #c1bfbf;
    opacity: 1;
}

#iControl a:active,
#iControl a:link,
#iControl a:visited {
    -moz-box-sizing: content-box;
    -webkit-border-radius: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    padding: 2px 4px;
    border: 1px solid rgba(213, 206, 160, 1);
    border-radius: 25px;
    background: #fff;
    font-size: 2.1rem;
    text-align: center;
    cursor: pointer;
}

#iControl a:hover {
    background: #3d0818;
    color: #d5cea6;
    text-decoration: none;
}

#iControl img {
    -webkit-border-radius: 25px;
    width: auto;
    height: 25px;
    border: 0;
    border-radius: 25px;
    background: #fff;
    color: #d5cea6;
    box-shadow: none;
}

.smallerText {
    margin: 0 1px;
    padding: 0 4px;
    border-radius: 4px;
    background: #fff;
    color: #3f0a07;
    font-size: 1.1rem;
    opacity: .7;
}


/*   controls the view larger image div overlay  */

.viewFullsize {
    display: inline-block;
    position: absolute;
    top: 55px;
    left: 30%;
    width: 40%;
    height: 85%;
    background: transparent;
    z-index: 5;
}

.slideshow-item>a:hover {
    background: transparent;
}

/* -- end slideshow controls -- */





/*  *******************************
    MAIN CONTENT AND SLIDESHOW AREA
    *******************************
*/

.mainContent {
    margin: 2% 1%;
    padding: 20px;
    background-color: white;
    color: #3f0a07;
    font-size: 1.5rem;
}

.mainContentHome {
    margin: 2% 1%;
    padding: 5px;
    background-color: white;
    color: #3f0a07;
    font-size: 1.5rem;
}

#title {
    width: 80%;
    margin: 0 auto 15px auto;
    padding: 3px;
    background: #3d0818;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#slideshow {
    margin: auto;
    text-align: center;
}

.slideshow-item {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 6px auto;
}

.slideshow-item img {
    -webkit-box-shadow: -2px 9px 22px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -2px 9px 22px 10px rgba(0, 0, 0, 0.9);
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 97vh;
    margin: 2px;
    padding: 1px;
    border: solid 3px white;
    background: #a1a1a1;
    box-shadow: -2px 9px 22px 10px rgba(0, 0, 0, 0.9);
}






/*      *******************************
        CONTROLS THE cool slideshow
        *******************************
*/

#slide {
    position: relative;
    width: auto;
  /* the slide column formating.  the parent div   */
    height: 96vh;
    margin: auto 30%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}

#slideContent {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
  /* slide layout control.  it's the div holding the pictureholder */
  color: #3d0818;
  text-align: center;
  z-index: 10;
}

#pictureholder {
  /* div directly from the coolslide script. where the pictures are loaded into  */
  position: absolute;
  top: 12px;
  width: auto;
  max-width: 100%;
  height: 92.5vh;
  margin: auto;
  overflow: hidden;
  text-align: center;
  z-index: 11;
}

#pictureholder img {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding: 2px;
  border: solid 6px #d9d4b0;
  border-radius: 10px;
  background: #fff;
  /* slide backing */
  text-align: center;
  z-index: 12;
}

#captionholder {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 98%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 30px;
  border: 0;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(0, 0, 0, 0.2)), color-stop(15%, rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  /* ie6-9 */
  color: #ffffff;
  font-size: 1.8rem;
  box-shadow: none;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  vertical-align: bottom;
  z-index: 13;
}

@media (max-width: 768px) {
  .captionholder {
    font-size: 1em;
  }
}

/* END slideshow css */




/*    -----------------------------------
      HOME PAGE MAP CONTROLS AND CONTENT
      -----------------------------------
*/


/* MAP  ACCORDION */


.accordian2 {
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  width: 99%;
  height: 65vh;
  margin: 2% auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.accordian2 ul {
  width: 102.5%;
  overflow: hidden;
}

.accordian2 li {
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
  -moz-transition: all .7s;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
  -webkit-transition: all .7s;
  display: block;
  position: relative;
  width: 8.3%;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
  transition: all .7s;
}


/* CONTROLS THE map 'other' tab spacing when map open*/

.accordian2 ul:hover li {
  width: 3.2%;
}


/* CONTROLS THE open map spacing */

.accordian2 ul li:hover {
  width: 61%;
}

.accordian2 li img {
  display: block;
  height: 65vh;
}

.image_title2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 14px;
  border-top: 1px solid #bdb590;
  border-bottom: 4px solid #bdb590;
  background: rgba(215, 208, 169, .4);
  color: #000;
  font-family: 'Kalam', cursive;
  font-size: 1.3rem;
  font-weight: bold;
}


.accordian2>ul>li>div>a,
.accordian2>ul>li>div>a:visited {
  display: inline;
  color: #3d0818;
  font-family: 'Kalam', cursive;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}

.accordian2>ul>li>div>a:hover {
  border-radius: 5px;
  background: rgba(61, 8, 24, 10);
  color: #d7d0a9;
  text-shadow: 3px 2px 3px #47463a;
}

/* -- end main content/slideshow -- */





/*  *******************************
    CONTROLS THE SLIDESHOW CAPTIONS
    *******************************
*/

#iDescription {
  position: absolute;
  /* ie6-9 */
  bottom: 07px;
  width: 99.5%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  border: none;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 62%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, .3)), color-stop(50%, rgba(0, 0, 0, .4)), color-stop(62%, rgba(0, 0, 0, .3)), color-stop(74%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 62%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 62%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 62%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  /* ie10+ */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, .3) 37%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 62%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.8rem;
  text-align: center;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
  vertical-align: middle;
  z-index: 20;
}

#iDescription>p {
  width: auto;
  min-width: 30%;
  max-width: 45%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
/* -- end slideshow captions -- */





/*  ****************************
    RIGHT SIDEBAR AND THUMBNAILS
    ****************************
*/

#thumbs {
  height: 97vh;
  margin: auto;
  padding: 5px;
  overflow: auto;
  border-bottom: 1px solid rgba(46, 46, 46, 1);
  border-left: 1px solid rgba(37, 37, 37, 1);
  background: rgba(32, 2, 11, 1);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .9) 0%, rgba(41, 5, 16, .7) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .9) 0%, rgba(41, 5, 16, .7) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .9) 0%, rgba(41, 5, 16, .7) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, .7) 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, .9)), color-stop(40, rgba(41, 5, 16, .5)), color-stop(55, rgba(51, 7, 20, .5)), color-stop(100, rgba(61, 8, 24, 1)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .9) 0%, rgba(41, 5, 16, .7) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, 1) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .9) 0%, rgba(41, 5, 16, .7) 40%, rgba(51, 7, 20, .5) 75%, rgba(61, 8, 24, 1) 100%);
  text-align: center;
  z-index: 40;
}

#thumbsHome {
  height: 83vh;
  margin: auto;
  padding: 5px;
  overflow: auto;
  border-bottom: 1px solid rgba(46, 46, 46, 1);
  border-left: 1px solid rgba(37, 37, 37, 1);
  background: rgba(43, 3, 15, 1);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .3) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .3) 55%, rgba(61, 8, 24, 1) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .3) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .3) 55%, rgba(61, 8, 24, 1) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .3) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .3) 55%, rgba(61, 8, 24, 1) 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, .3)), color-stop(40, rgba(41, 5, 16, .5)), color-stop(55, rgba(51, 7, 20, .3)), color-stop(100, rgba(61, 8, 24, 1)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .3) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .3) 55%, rgba(61, 8, 24, 1) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .3) 0%, rgba(41, 5, 16, .5) 40%, rgba(51, 7, 20, .3) 55%, rgba(61, 8, 24, 1) 100%);
  text-align: center;
  z-index: 40;
}

#thumbs>h2 {
  font-size: 2.5rem;
}

.thumbnail {
  all: initial;
  all: unset;
}

.thumbnail img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin: -.5px;
  padding: 0;
  border: solid #d0d0d0 1px;
  opacity: .8;
  vertical-align: top;
}

.thumbnail:hover {
  margin: -1.75px;
  border: solid #00c2f6 2px;
  opacity: 1;
}

.thumbnail_center.selected {
  margin: .3px;
  padding: 0;
  border: solid #fff 3px;
  cursor: default;
  opacity: .25;
}

.thumbnail_center.selected:hover {
  margin: 0;
  border: solid #2a3ef0 2px;
  opacity: .6;
}

#thumbsHome>ul>li>a:hover {
  border-top: solid 1px rgba(213, 206, 166, .4);
  border-bottom: solid 1px rgba(213, 206, 166, .4);
  background: #3d0818;
  color: #d5cea6;
}
/* -- end right sidebar and thumbnails -- */





/*  *************
    FOOTER STYLES
    *************
*/

footer {
  display: block;
  width: 98%;
  height: auto;
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
  background: #fff2d6;
  background: -moz-linear-gradient(top, #fff2d6 2%, #d5cea6 8%, #1c0000 9%, #c9c190 11%, #c9c190 91%, #1c0000 92%, #b7ad70 93%, #fffaea 95%, #fffaea 97%);
  background: -webkit-linear-gradient(top, #fff2d6 2%, #d5cea6 8%, #1c0000 9%, #c9c190 11%, #c9c190 91%, #1c0000 92%, #b7ad70 93%, #fffaea 95%, #fffaea 97%);
  background: linear-gradient(to bottom, #fff2d6 2%, #d5cea6 8%, #1c0000 9%, #c9c190 11%, #c9c190 91%, #1c0000 92%, #b7ad70 93%, #fffaea 95%, #fffaea 97%);
  color: #3d0818;
  font-family: 'IM Fell Double Pica SC', serif;
  font-size: 1.5rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2d6', endColorstr='#fffaea', GradientType=0);
}

footer>.row {
  -webkit-transform: scale(1.06);
  width: 100%;
  margin: auto;
  transform: scale(1.06);
  background-image: -ms-linear-gradient(left, rgba(0, 31, 4, 1) 0%, rgba(0, 31, 4, .2) 8%, rgba(201, 193, 144, .5) 49%, rgba(0, 31, 4, .2) 92%, rgba(0, 31, 4, 1) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 31, 4, 1) 0%, rgba(0, 31, 4, .2) 8%, rgba(201, 193, 144, .5) 49%, rgba(0, 31, 4, .2) 92%, rgba(0, 31, 4, 1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 31, 4, 1) 0%, rgba(0, 31, 4, .2) 8%, rgba(201, 193, 144, .5) 49%, rgba(0, 31, 4, .2) 92%, rgba(0, 31, 4, 1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 31, 4, 1)), color-stop(8, rgba(0, 31, 4, .2)), color-stop(49, rgba(201, 193, 144, .5)), color-stop(92, rgba(0, 31, 4, .2)), color-stop(100, rgba(0, 31, 4, 1)));
  background-image: -webkit-linear-gradient(left, rgba(0, 31, 4, 1) 0%, rgba(0, 31, 4, .2) 8%, rgba(201, 193, 144, .5) 49%, rgba(0, 31, 4, .2) 92%, rgba(0, 31, 4, 1) 100%);
  background-image: linear-gradient(to right, rgba(0, 31, 4, 1) 0%, rgba(0, 31, 4, .2) 8%, rgba(201, 193, 144, .5) 49%, rgba(0, 31, 4, .2) 92%, rgba(0, 31, 4, 1) 100%);
}

footer>.row>div {
  -webkit-transform: scale(1);
  width: 100%;
  margin: auto;
  transform: scale(1);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(87, 84, 68, .6) 5%, rgba(173, 168, 135, .2) 20%, rgba(255, 247, 199, .4) 40%, rgba(255, 255, 255, .3) 49%, rgba(255, 247, 199, .4) 60%, rgba(173, 168, 135, .2) 80%, rgba(87, 84, 68, .6) 95%, rgba(0, 0, 0, .6) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(87, 84, 68, .6) 5%, rgba(173, 168, 135, .2) 20%, rgba(255, 247, 199, .4) 40%, rgba(255, 255, 255, .3) 49%, rgba(255, 247, 199, .4) 60%, rgba(173, 168, 135, .2) 80%, rgba(87, 84, 68, .6) 95%, rgba(0, 0, 0, .6) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(87, 84, 68, .6) 5%, rgba(173, 168, 135, .2) 20%, rgba(255, 247, 199, .4) 40%, rgba(255, 255, 255, .3) 49%, rgba(255, 247, 199, .4) 60%, rgba(173, 168, 135, .2) 80%, rgba(87, 84, 68, .6) 95%, rgba(0, 0, 0, .6) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .6)), color-stop(5, rgba(87, 84, 68, .6)), color-stop(20, rgba(173, 168, 135, .2)), color-stop(40, rgba(255, 247, 199, .2)), color-stop(49, rgba(255, 255, 255, .3)), color-stop(60, rgba(255, 247, 199, .2)), color-stop(80, rgba(173, 168, 135, .2)), color-stop(95, rgba(87, 84, 68, .6)), color-stop(100, rgba(0, 0, 0, .6)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(87, 84, 68, .6) 5%, rgba(173, 168, 135, .2) 20%, rgba(255, 247, 199, .4) 40%, rgba(255, 255, 255, .3) 49%, rgba(255, 247, 199, .4) 60%, rgba(173, 168, 135, .2) 80%, rgba(87, 84, 68, .6) 95%, rgba(0, 0, 0, .6) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(87, 84, 68, .6) 5%, rgba(173, 168, 135, .2) 20%, rgba(255, 247, 199, .4) 40%, rgba(255, 255, 255, .3) 49%, rgba(255, 247, 199, .4) 60%, rgba(173, 168, 135, .2) 80%, rgba(87, 84, 68, .6) 95%, rgba(0, 0, 0, .6) 100%);
}


/*    -----------------------
      LEFT FOOTER COLUMN AREA
      -----------------------
*/

#footNav {
  width: 35%;
  margin: 0 0 0 11%;
  padding: 25px;
  float: left;
  background: url(../Images/dragon-headerResize.png)no-repeat 50% 21%;
  text-align: center;
}

#footNav>h5 {
  background: -moz-linear-gradient(360deg, rgba(56, 6, 21, .8) 0%, rgba(56, 6, 21, .6) 1%, rgba(56, 6, 21, .73) 2%, rgba(56, 6, 21, 1) 4%, rgba(56, 6, 21, 1) 5%, rgba(56, 6, 21, 1) 9%, rgba(56, 6, 21, 1) 12%, rgba(56, 6, 21, 1) 90%, rgba(56, 6, 21, 1) 91%, rgba(56, 6, 21, .3) 98%, rgba(56, 6, 21, .3) 100%, rgba(56, 6, 21, .3) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(56, 6, 21, .8)), color-stop(1%, rgba(56, 6, 21, .6)), color-stop(2%, rgba(56, 6, 21, .73)), color-stop(4%, rgba(56, 6, 21, 1)), color-stop(5%, rgba(56, 6, 21, 1)), color-stop(9%, rgba(56, 6, 21, 1)), color-stop(12%, rgba(56, 6, 21, 1)), color-stop(90%, rgba(56, 6, 21, 1)), color-stop(91%, rgba(56, 6, 21, 1)), color-stop(98%, rgba(56, 6, 21, .3)), color-stop(100%, rgba(56, 6, 21, .3)), color-stop(100%, rgba(56, 6, 21, .3)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(360deg, rgba(56, 6, 21, .8) 0%, rgba(56, 6, 21, .6) 1%, rgba(56, 6, 21, .73) 2%, rgba(56, 6, 21, 1) 4%, rgba(56, 6, 21, 1) 5%, rgba(56, 6, 21, 1) 9%, rgba(56, 6, 21, 1) 12%, rgba(56, 6, 21, 1) 90%, rgba(56, 6, 21, 1) 91%, rgba(56, 6, 21, .3) 98%, rgba(56, 6, 21, .3) 100%, rgba(56, 6, 21, .3) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(360deg, rgba(56, 6, 21, .8) 0%, rgba(56, 6, 21, .6) 1%, rgba(56, 6, 21, .73) 2%, rgba(56, 6, 21, 1) 4%, rgba(56, 6, 21, 1) 5%, rgba(56, 6, 21, 1) 9%, rgba(56, 6, 21, 1) 12%, rgba(56, 6, 21, 1) 90%, rgba(56, 6, 21, 1) 91%, rgba(56, 6, 21, .3) 98%, rgba(56, 6, 21, .3) 100%, rgba(56, 6, 21, .3) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(360deg, rgba(56, 6, 21, .8) 0%, rgba(56, 6, 21, .6) 1%, rgba(56, 6, 21, .73) 2%, rgba(56, 6, 21, 1) 4%, rgba(56, 6, 21, 1) 5%, rgba(56, 6, 21, 1) 9%, rgba(56, 6, 21, 1) 12%, rgba(56, 6, 21, 1) 90%, rgba(56, 6, 21, 1) 91%, rgba(56, 6, 21, .3) 98%, rgba(56, 6, 21, .3) 100%, rgba(56, 6, 21, .3) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(56, 6, 21, .8) 0%, rgba(56, 6, 21, .6) 1%, rgba(56, 6, 21, .73) 2%, rgba(56, 6, 21, 1) 4%, rgba(56, 6, 21, 1) 5%, rgba(56, 6, 21, 1) 9%, rgba(56, 6, 21, 1) 12%, rgba(56, 6, 21, 1) 90%, rgba(56, 6, 21, 1) 91%, rgba(56, 6, 21, .3) 98%, rgba(56, 6, 21, .6) 100%, rgba(56, 6, 21, .3) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#380615', endColorstr='#380615', GradientType=1);
  /* ie6-9 */
  ;
}



/*    ------------------------
      RIGHT FOOTER COLUMN AREA
      ------------------------
*/

#credits>a,
#credits>a:visited,
#credits>span>a,
#footNav>a:visited,
#footNav>a {
  color: #3d0818;
  font-family: 'Ruthie', cursive;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

#credits a:hover,
#footNav a:hover {
  color: #fcfcfc;
  text-shadow: 3px 2px 3px #47463a;
}

#credits {
  width: 35%;
  margin: 0 11% 20px 0;
  padding: 25px;
  float: right;
  background: url(../Images/dragon-headerResize.png)no-repeat 50% 13%;
  text-align: center;
}

#credits h5 {
  background: -moz-linear-gradient(0deg, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .3) 2%, rgba(56, 6, 21, .91) 9%, rgba(56, 6, 21, 1) 10%, rgba(56, 6, 21, 1) 88%, rgba(48, 7, 17, 1) 91%, rgba(46, 5, 18, 1) 95%, rgba(44, 4, 17, 1) 96%, rgba(41, 4, 16, .74) 98%, rgba(39, 4, 15, .6) 99%, rgba(38, 5, 14, .8) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(56, 6, 21, .6)), color-stop(0%, rgba(56, 6, 21, .6)), color-stop(2%, rgba(56, 6, 21, .3)), color-stop(9%, rgba(56, 6, 21, .91)), color-stop(10%, rgba(56, 6, 21, 1)), color-stop(88%, rgba(56, 6, 21, 1)), color-stop(91%, rgba(48, 7, 17, 1)), color-stop(95%, rgba(46, 5, 18, 1)), color-stop(96%, rgba(44, 4, 17, 1)), color-stop(98%, rgba(41, 4, 16, .74)), color-stop(99%, rgba(39, 4, 15, .6)), color-stop(100%, rgba(38, 5, 14, .8)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .3) 2%, rgba(56, 6, 21, .91) 9%, rgba(56, 6, 21, 1) 10%, rgba(56, 6, 21, 1) 88%, rgba(48, 7, 17, 1) 91%, rgba(46, 5, 18, 1) 95%, rgba(44, 4, 17, 1) 96%, rgba(41, 4, 16, .74) 98%, rgba(39, 4, 15, .6) 99%, rgba(38, 5, 14, .8) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .3) 2%, rgba(56, 6, 21, .91) 9%, rgba(56, 6, 21, 1) 10%, rgba(56, 6, 21, 1) 88%, rgba(48, 7, 17, 1) 91%, rgba(46, 5, 18, 1) 95%, rgba(44, 4, 17, 1) 96%, rgba(41, 4, 16, .74) 98%, rgba(39, 4, 15, .6) 99%, rgba(38, 5, 14, .8) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .3) 2%, rgba(56, 6, 21, .91) 9%, rgba(56, 6, 21, 1) 10%, rgba(56, 6, 21, 1) 88%, rgba(48, 7, 17, 1) 91%, rgba(46, 5, 18, 1) 95%, rgba(44, 4, 17, 1) 96%, rgba(41, 4, 16, .74) 98%, rgba(39, 4, 15, .6) 99%, rgba(38, 5, 14, .8) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .6) 0%, rgba(56, 6, 21, .3) 2%, rgba(56, 6, 21, .91) 9%, rgba(56, 6, 21, 1) 10%, rgba(56, 6, 21, 1) 88%, rgba(48, 7, 17, 1) 91%, rgba(46, 5, 18, 1) 95%, rgba(44, 4, 17, 1) 96%, rgba(41, 4, 16, .74) 98%, rgba(39, 4, 15, .6) 99%, rgba(38, 5, 14, .8) 100%);
  font-family: 'Jacques Francois Shadow', cursive;
  text-align: center;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#380615', endColorstr='#26050e', GradientType=1);
  /* ie6-9 */
  ;
}

.smallText {
  display: inline-block;
  margin-top: 10px;
  color: #553942;
  font-family: 'IM Fell Double Pica SC', serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
/* -- end footer styles -- */






/*  ********************************************
    SMALL AND MEDIUM SIZED SCREEN STYLE CONTROLS
    ********************************************
*/


/* CONTROLS TOGGLE MENUE ON SMALL AND MEDIUM SIZED SCREENS */

@media (min-width: 768px) and (max-width: 991px) {

  /* LEFT SIDEBAR MENU grouping  */
  .navbar-default {
    width: 100%;
    height: auto;
    min-height: 20px;
    border: none;
    background: transparent;
  }


  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  /* CONTROLS THE toggle button */
  .navbar-toggle {
    height: 28px;
    margin: 0 38% 0 -38%;
    padding: 1px;
  }

  /* CONTROLS THE toggle meanu header */
  .navbar-header {
    height: 35px;
    margin: 0;
    padding: 0;
  }
}



/*    -------------------------------------------
              CONTROLS LARGE SCREEN STYLES
      -------------------------------------------
*/

@media(max-width:1350px) {
  #sideNavHome,
  #sideNav {
    height: auto;
    min-height: 95vh;
    z-index: 20;
  }
  #thumbs,
  #thumbsHome {
    height: 95vh;
    overflow: scroll;
    z-index: 20;
  }

  .navbar-default {
    height: auto;
    min-height: 30px;
  }

  /* CONTROLS THE ACCORDION header links */
  a.panel-heading,
  #menu>ul>li>a,
  .nav-link,
  .list-group-item {
    padding: 0px;
    text-align: left;
  }

  .more-less {
    padding: 2px 2px 0 2px;
    font-size: .7rem;
  }

  /* CONTROLS THE COUNTRY FIRST TEAR links AND THE REGIONS links */
  #burgundy>ul>li>a,
  #burgundy>ul>li>ul>li>a,
  #burgundy>ul>li:nth-child(1)>a,
  #burgundy>ul>li:last-child>a {
    width: 100%;
    margin: 0;
    background: #fffbde;
  }

  /* CONTROLS THE image navigation */
  #iControl {
    top: 15px;
    margin: -1% 0 -4% 0;
    font-size: .9rem
  }

  #iControl a:active,
  #iControl a:link,
  #iControl a:visited {
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 6px;
    font-size: 1.8rem;
    text-align: center;
  }

  #iControl {
    margin: -1% 0 -4% 0;
    font-size: .9rem;
  }


  #iControl img {
    height: 15px;
  }


  /* CONTROLS THE IMAGE SIZING */
  .slideshow-item img {
    height: 95vh;
  }
}



/*    -----------------------------
      CONTROLS MIDSIZE SCREEN STYLES
      -----------------------------
*/

@media(max-width:992px) {
  body,
  html {
    width: 99vw;
    margin: 0 auto;
    padding: 0;
  }

  .navbar-header>h2 {
    margin: 0 0 0 5%;
    padding: 0;
  }

  #sideNavHome,
  #sideNav {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    top: 0;
    bottom: 0;
    width: 99%;
    height: auto;
    min-height: 20px;
    margin: auto;
    padding: 0;
    border-radius: 0;
    background: -moz-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(36, 6, 13, .2)), color-stop(2%, rgba(36, 6, 13, 1)), color-stop(3%, rgba(36, 6, 13, .8)), color-stop(5%, rgba(36, 6, 13, 1)), color-stop(6%, rgba(36, 6, 13, .95)), color-stop(9%, rgba(40, 6, 14, .8)), color-stop(15%, rgba(48, 6, 17, 1)), color-stop(21%, rgba(56, 6, 21, 1)), color-stop(28%, rgba(56, 6, 21, 1)), color-stop(32%, rgba(56, 6, 21, .95)), color-stop(35%, rgba(56, 6, 21, 1)), color-stop(41%, rgba(56, 6, 21, 1)), color-stop(50%, rgba(56, 6, 21, .7)), color-stop(59%, rgba(56, 6, 21, 1)), color-stop(65%, rgba(56, 6, 21, 1)), color-stop(68%, rgba(56, 6, 21, .95)), color-stop(71%, rgba(56, 6, 21, 1)), color-stop(79%, rgba(56, 6, 21, 1)), color-stop(86%, rgba(46, 6, 17, 1)), color-stop(91%, rgba(39, 6, 14, .8)), color-stop(94%, rgba(36, 6, 13, .95)), color-stop(95%, rgba(36, 6, 13, 1)), color-stop(97%, rgba(36, 6, 13, .8)), color-stop(98%, rgba(36, 6, 13, 1)), color-stop(100%, rgba(36, 6, 13, .2)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ie10+ */
    background: linear-gradient(92deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    box-shadow: none;
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24060d', endColorstr='#24060D', GradientType=1);
    /* ie6-9 */
    ;
  }

  #menu>ul>li>a {
    display: inline-block;
    justify-content: center;
    width: 98.5%;
    padding: 10px 0;
    line-height: normal;
    text-align: center;
  }

  /* CONTROLS THE ACCORDION header links */
  a.panel-heading {
    display: flex;
    justify-content: space-between;
    width: 98.5%;
    padding: 0 0 0 46%;
    text-align: center;
  }

  /* CONTROLS THE glyphicons */
  i,
  .more-less {
    margin: 0 35px 0 0;
    padding-top: 6px;
    border: 0;
    color: #3d0818;
    font-size: 1rem;
    font-weight: bold;
  }


  /* CONTROLS burgundy link    */
  #france>a.panel-heading.list-group-item,
  #france>a {
    width: 100%;
    margin: 0;
    padding: 0 0 0 45%;
    text-align: left;
  }

  /* CONTROLS THE COUNTRY FIRST TEAR links AND
    THE REGIONS links
    */
  #morocco>ul>li>a,
  #france>ul>li>a,
  #peru>ul>li>a,
  #morocco>ul>li>ul>li>a,
  #france>ul>li>ul>li>a,
  #peru>ul>li>ul>li>a {
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 46%;
    border: 1px solid #d5cea6;
    border-radius: 0;
    background: #d5cea6;
    color: #3d0818;
    font-family: 'Lancelot', cursive;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .03rem;
    text-align: left;
    text-decoration: none;
  }

  #burgundy>ul>li>a,
  #burgundy>ul>li>ul>li>a,
  #burgundy>ul>li:nth-child(1)>a,
  #burgundy>ul>li:last-child>a {
    width: 103.5%;
    margin: 0;
    padding: 0 0 0 48%;
    border: 0px solid #fffbde;
    border-radius: 0;
    background: #fffbde;
    color: #3d0818;
    font-family: 'IM Fell Double Pica SC', serif;
    font-size: 1.5rem;
    letter-spacing: .01rem;
    line-height: 2.5rem;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
  }


  /* CONTROLS THE sub accordion background */
  #morocco,
  #france,
  #peru {
    width: 96vw;
    margin: 0;
    border: 1px solid transparent;
  }


  .list-group-item,
  #menu>ul>li>a {
    padding: 0;
    background: #333;
    background: -moz-linear-gradient(left, #333 0%, #c6c6c6 15%, #efefef 29%, #fff 45%, #fff 56%, #efefef 75%, #c6c6c6 85%, #333 100%);
    background: -webkit-linear-gradient(left, #333 0%, #c6c6c6 15%, #efefef 29%, #fff 45%, #fff 56%, #efefef 75%, #c6c6c6 85%, #333 100%);
    background: linear-gradient(to right, #333 0%, #c6c6c6 15%, #efefef 29%, #fff 45%, #fff 56%, #efefef 75%, #c6c6c6 85%, #333 100%);
    font-size: 2.5rem;
    line-height: 2.4rem;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1);
  }

  .slideshow-item {
    left: 0;
    width: 99%;
    margin: 0;
  }

  .slideshow-item img {
    max-height: 87vh;
  }

  #thumbs {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-radius: 10px;
    background: -moz-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(36, 6, 13, .2)), color-stop(2%, rgba(36, 6, 13, 1)), color-stop(3%, rgba(36, 6, 13, .8)), color-stop(5%, rgba(36, 6, 13, 1)), color-stop(6%, rgba(36, 6, 13, .95)), color-stop(9%, rgba(40, 6, 14, .8)), color-stop(15%, rgba(48, 6, 17, 1)), color-stop(21%, rgba(56, 6, 21, 1)), color-stop(28%, rgba(56, 6, 21, 1)), color-stop(32%, rgba(56, 6, 21, .95)), color-stop(35%, rgba(56, 6, 21, 1)), color-stop(41%, rgba(56, 6, 21, 1)), color-stop(50%, rgba(56, 6, 21, .7)), color-stop(59%, rgba(56, 6, 21, 1)), color-stop(65%, rgba(56, 6, 21, 1)), color-stop(68%, rgba(56, 6, 21, .95)), color-stop(71%, rgba(56, 6, 21, 1)), color-stop(79%, rgba(56, 6, 21, 1)), color-stop(86%, rgba(46, 6, 17, 1)), color-stop(91%, rgba(39, 6, 14, .8)), color-stop(94%, rgba(36, 6, 13, .95)), color-stop(95%, rgba(36, 6, 13, 1)), color-stop(97%, rgba(36, 6, 13, .8)), color-stop(98%, rgba(36, 6, 13, 1)), color-stop(100%, rgba(36, 6, 13, .2)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ie10+ */
    background: linear-gradient(92deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    text-align: center;
    box-shadow: none;
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24060d', endColorstr='#24060D', GradientType=1);
    /* ie6-9 */
    ;
  }

  #thumbsHome {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 2% 5% 5% 5%;
    text-align: center;
    box-shadow: none;
  }
}

/* --- end medium sized styling */





/*    --------------------------
      CONTROLS MINI SIZE STYLING
      --------------------------
*/

@media(max-width:768px) {
  #sideNavHome,
  #sideNav,
  .navbar-default {
    height: auto;
    min-height: 30px;
    margin: 0;
    padding: 0;
  }

  /* CONTROLS THE Toggling of navigation */
  #menu {
    width: 98%;
    margin: auto;
  }
  /* CONTROLS THE toggle button */
  .navbar-toggle {
    height: 28px;
    margin: 0 30% 0 -30%;
    padding: 1px;
  }
  /* CONTROLS THE toggle meanu header */
  .navbar-header {
    height: 35px;
    margin: 0;
    padding: 0;
  }

  /* CONTROLS THE ACCORDION header links */
  a.panel-heading {
    padding: 0 0 0 43%;
  }

  #morocco>ul>li>a,
  #france>ul>li>a,
  #peru>ul>li>a,
  #morocco>ul>li>ul>li>a,
  #france>ul>li>ul>li>a,
  #peru>ul>li>ul>li>a,
  #burgundy>ul>li>a,
  #burgundy>ul>li>ul>li>a,
  #burgundy>ul>li:nth-child(1)>a,
  #burgundy>ul>li:last-child>a {
    width: 98%;
    padding: 0 0 0 40%;
    border: 0;
    background-image: -ms-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);

    background-image: -moz-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);

    background-image: -o-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);

    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3D3C30), color-stop(4, #78755E), color-stop(20, #D5CEA6), color-stop(28, #F5EBBF), color-stop(98, #F5EBBF));

    background-image: -webkit-linear-gradient(left, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);

    background-image: linear-gradient(to right, #3D3C30 0%, #78755E 4%, #D5CEA6 20%, #F5EBBF 28%, #F5EBBF 98%);
    font-size: 1.4rem;
  }

  #france>a.panel-heading.list-group-item,
  #france>a {
    width: 98%;
    padding: 0 0 0 37%;
    font-size: 1.4rem;
  }

  #burgundy>ul>li>a,
  #burgundy>ul>li>ul>li>a,
  #burgundy>ul>li:nth-child(1)>a,
  #burgundy>ul>li:last-child>a {
    width: 101%;
  }

  /* CONTROLS THE accordion SUBMENU A FONTS on hover */
  #iControl {
    margin: -1% 0 -4% 0;
    font-size: .9rem;
  }

  #iControl a:link,
  #iControl a:visited {
    margin: 1px;
    /*  padding: 4px 6px; */
    padding: 1px;
    font-family: 'IM Fell Double Pica SC', serif;
    font-size: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  #iControl a:active,
  #iControl a:hover {
    margin: 1px;
    /*  padding: 4px 6px; */
    padding: 1px;
    font-family: 'IM Fell Double Pica SC', serif;
    font-size: 8px;
    text-align: center;
    text-decoration: none;
  }

  #iControl img {
    height: 20px;
  }

  .mainContentHome {
    width: auto;
    margin: 0 2% 0 0;
  }



  /*   -------------
     CONTROLS MAP
     -------------
*/
  needs tweaking on small screan
  /* CONTROLS THE open map spacing */
  /*
  .accordian2 {
    width: 95%;
  }
}
 */
  /*
  .accordian2 ul {
    width: 99%;
  }
}
 */
  .accordian2 li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .accordian2 ul:hover li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto;
    box-shadow: none;
  }

  /*
    .accordian2 ul:hover li{
    width: .9%;
    }
  }
   */
  .accordian2 ul li:hover {
    width: 91%;
  }

  .accordian2 ul li:hover img {
    width: 100%;
  }

  footer>.row {
    -webkit-transform: scale(1.10);
    margin: 0;
    transform: scale(1.10);
  }

  #footNav {
    display: inline-block;
    width: 98%;
    margin: 72px 0 0 0;
    padding: 5px;
    float: none;
    background: url(../Images/dragon-headerResize.png)no-repeat 50% 10%;
  }

  #credits {
    display: inline-block;
    width: 98%;
    margin: 10px 0 0 0;
    padding: 0 5px 85px 5px;
    float: none;
    background: url(../Images/dragon-headerResize.png)no-repeat 50% 2.5%;
  }

  #credits h5,
  #footNav>h5 {
    background: -moz-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(36, 6, 13, .2)), color-stop(2%, rgba(36, 6, 13, 1)), color-stop(3%, rgba(36, 6, 13, .8)), color-stop(5%, rgba(36, 6, 13, 1)), color-stop(6%, rgba(36, 6, 13, .95)), color-stop(9%, rgba(40, 6, 14, .8)), color-stop(15%, rgba(48, 6, 17, 1)), color-stop(21%, rgba(56, 6, 21, 1)), color-stop(28%, rgba(56, 6, 21, 1)), color-stop(32%, rgba(56, 6, 21, .95)), color-stop(35%, rgba(56, 6, 21, 1)), color-stop(41%, rgba(56, 6, 21, 1)), color-stop(50%, rgba(56, 6, 21, .7)), color-stop(59%, rgba(56, 6, 21, 1)), color-stop(65%, rgba(56, 6, 21, 1)), color-stop(68%, rgba(56, 6, 21, .95)), color-stop(71%, rgba(56, 6, 21, 1)), color-stop(79%, rgba(56, 6, 21, 1)), color-stop(86%, rgba(46, 6, 17, 1)), color-stop(91%, rgba(39, 6, 14, .8)), color-stop(94%, rgba(36, 6, 13, .95)), color-stop(95%, rgba(36, 6, 13, 1)), color-stop(97%, rgba(36, 6, 13, .8)), color-stop(98%, rgba(36, 6, 13, 1)), color-stop(100%, rgba(36, 6, 13, .2)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(358deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* ie10+ */
    background: linear-gradient(92deg, rgba(36, 6, 13, .2) 0%, rgba(36, 6, 13, 1) 2%, rgba(36, 6, 13, .8) 3%, rgba(36, 6, 13, 1) 5%, rgba(36, 6, 13, .95) 6%, rgba(40, 6, 14, .8) 9%, rgba(48, 6, 17, 1) 15%, rgba(56, 6, 21, 1) 21%, rgba(56, 6, 21, 1) 28%, rgba(56, 6, 21, .95) 32%, rgba(56, 6, 21, 1) 35%, rgba(56, 6, 21, 1) 41%, rgba(56, 6, 21, .7) 50%, rgba(56, 6, 21, 1) 59%, rgba(56, 6, 21, 1) 65%, rgba(56, 6, 21, .95) 68%, rgba(56, 6, 21, 1) 71%, rgba(56, 6, 21, 1) 79%, rgba(46, 6, 17, 1) 86%, rgba(39, 6, 14, .8) 91%, rgba(36, 6, 13, .95) 94%, rgba(36, 6, 13, 1) 95%, rgba(36, 6, 13, .8) 97%, rgba(36, 6, 13, 1) 98%, rgba(36, 6, 13, .2) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24060d', endColorstr='#24060D', GradientType=1);
    /* ie6-9 */
    ;
  }
}
