/* Text Elements */

h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b89ade;
  color: #5b3984;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

h5 {
  background-color: rgba(253, 253, 253, .73);
  color: #0000;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
}

h5 a.preview-link-color {
  color: #959595;
  text-decoration: none;
}

h5 a.preview-link-color:hover {
  color: #000000;
  text-decoration: none;
}

div.caption_wrapper {
    margin: auto;
    text-align: center;
    height: 1px;
}

h5.admin_caption {
    background: #FFF;
	color: #0000;
    display: inline-block;
    position: relative;
	font-weight: bold;
    top: -20px;
    margin: 0;
}

div.container.menu-list {
  overflow: scroll;
  overflow-y: scroll;
  background-color: rgba(253, 253, 253, .95);
  color: #959595;
  width: 90%;
  /* max-height: 900px; */
  padding: 5px;
  font-weight: bold;
  margin: auto;
  /*
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  */
}

.scroll-pane {
	width: 100%;
	/* height: 200px; */
	overflow: auto;
}

.horizontal-only {
	height: auto;
	/* max-height: 200px; */
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.menu-list {
  overflow: scroll;
  background-color: rgba(253, 253, 253, .73);
  color: #959595;
  width: 90%;
  /* max-height: 90%; */
}

p.paragraph.copyright {
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 13px;
}

p.paragraph.portfolio-description {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  color: #5f5f5f;
  text-align: justify;
}

p.paragraph span.paragraph-text-1 {
  color: #050404;
}

p.paragraph.paragraph-1 {
  -webkit-align-self: center;
     -moz-align-self: center;
      -ms-align-self: center;
       -o-align-self: center;
          align-self: center;
}

p.paragraph span.paragraph-text-2 {
  color: #050404;
}

p.paragraph.paragraph-2 {
  width: 80%;
  border: 1px solid #09bf01;
}

ul.unorder-list {
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}

/* .rTable { */
  	/* display: block; */
  	/* width: 100%; */
/* } */
/* .rTableHeading, .rTableBody, .rTableFoot, .rTableRow{ */
  	/* clear: both; */
/* } */
/* .rTableHead, .rTableFoot{ */
  	/* background-color: #DDD; */
  	/* font-weight: bold; */
/* } */
/* .rTableCell, .rTableHead { */
  	/* border: 1px solid #999999; */
  	/* float: left; */
  	/* height: 17px; */
  	/* overflow: hidden; */
  	/* padding: 3px 1.8%; */
  	/* width: 28%; */
/* } */
/* .rTable:after { */
  	/* visibility: hidden; */
  	/* display: block; */
  	/* font-size: 0; */
  	/* content: " "; */
  	/* clear: both; */
  	/* height: 0; */
/* } */

.rTable {
	display: table;
    width: 90%;
	margin: auto;
	font-weight: bold;
}
.rTableRow {
   	display: table-row;
}
.rTableHeading {
   	display: table-header-group;
   	background-color: #ddd;
}
.rTablePrices {
   	display: table-cell;
	color: green;
   	padding: 3px 10px;
   	border: 1px solid #999999;
	width: 10%;
	max-width: 10%;
}
.rTableHead {
   	display: table-cell;
	color: red;
   	padding: 3px 10px;
   	border: 1px solid #999999;
	width: 10%;
	max-width: 10%;
}
.rEmptyCell {
   	display: table-cell;
	color: green;
   	padding: 3px 10px;
   	border: none;
	width: 10%;
	max-width: 10%;
}
.rFillerCell {
   	display: table-cell;
	color: green;
   	padding: 3px 10px;
   	border: none;
	border-bottom: 1px dashed #999999;
	width: 10%;
	max-width: 10%;
}
.rEmptyMain {
   	display: table-cell;
   	padding: 3px 10px;
   	border-bottom: none;
}
.rTableFoodItem {
   	display: table-cell;
   	padding: 3px 10px;
   	border-bottom: 1px dashed #999999;
}
.rTablePicture {
   	display: table-cell;
   	margin: auto;
   	border-bottom: 1px solid #999999;
	width: 50%;
	min-width: 50%;
	max-width:50%;
}
.rTableHeading {
   	display: table-header-group;
   	background-color: #ddd;
   	font-weight: bold;
}
.rEmptyTableHead {
   	display: table-header-group;
   	//background-color: #;
   	font-weight: bold;
	text-align: center;
}
.rTableFoot {
   	display: table-footer-group;
   	font-weight: bold;
   	background-color: #ddd;
}
.rTableBody {
   	display: table-row-group;
}

/* Common Elements */

div.rule.rule-1 hr {
  border-top-width: 7px;
  border-top-color: #09bf01;
}

div.rule.rule-1 {
  margin-top: 55px;
  margin-bottom: 2px;
  box-shadow: none;
}


div.divisor {
  margin: 0px;
  background-color: #09bf01;
}

div.divisor hr {
  border-top-width: 7px;
  border-top-color: #09bf01;
}


/* Interaction Elements */

a.link-button {
  margin-right: 0;
  margin-left: 0;
  background-color: transparent;
  color: #555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.toc-link {
  display: block;
  margin-bottom: 40px;
  margin-left: 0;
  line-height: 1.2;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button:hover {
  color: #8d8d8d;
  text-decoration: none;
}

a.link-button.toc-link:hover {
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Layout Elements */

html {
  
  font-size: 1em;
  line-height: 1.3;
  
  @media (min-width: 800px) {
    font-size: 1.5em;
  }

  @media (min-width: 1200px) {
    font-size: 2em;
    line-height: 1.4;
  }
}

body > .row {
  max-width: none;
  width: auto;
  background-image: none;
  position: relative;
}

body {
  /* height: 100%; */
  font-size: 1em;
  line-height: 1.6875;
  font-family: 'Source Sans Pro', sans-serif;
}

body > .row.bckgnd_image {
  position: static;
  /* min-height: 945px; */
  /* height: 100%; */
  background-image: url('../CC_Theme/pizza-ingredients.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

body > .row#pizza {
  background-image: url('../CC_Theme/pizza-ingredients.jpg');
}

body > .row#stromboli {
  background-image: url('../CC_Theme/stromboli.jpg');
}

body > .row#sandwiches {
  background-image: url('../CC_Theme/meatball-subs.jpg');
}

body > .row#dinners {
  background-image: url('../CC_Theme/Lasagna.jpg');
}

body > .row#salads {
  background-image: url('../CC_Theme/italian-salad-ingredients.jpg');
}

body > .row#soups {
  background-image: url('../CC_Theme/sausage-tortellini-soup-bowl.jpg');
}

body > .row#appetizers {
  background-image: url('../CC_Theme/toasted-ravioli.jpg');
}

body > .row#desserts {
  background-image: url('../CC_Theme/cannoli.jpg');
}

body > .row#drinks {
  background-image: url('../CC_Theme/fountainSoda-drink.jpg');
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0f1f1f;
}

body > .row > [class*='c-span-'].live_view {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  min-height: 50px;
  max-height: none;
  height: 100%;
  background-color: rgba(128, 50, 128, .8);
  opacity: 1;
  -webkit-transition-delay: .25s;
     -moz-transition-delay: .25s;
      -ms-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
      -ms-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.narrow-row {
  max-width: 1200px;
  border-width: 1px;
  border-color: #09bf01;
  -webkit-transition-delay: .01s;
     -moz-transition-delay: .01s;
      -ms-transition-delay: .01s;
       -o-transition-delay: .01s;
          transition-delay: .01s;
  -webkit-transition-duration: .01s;
     -moz-transition-duration: .01s;
      -ms-transition-duration: .01s;
       -o-transition-duration: .01s;
          transition-duration: .01s;
}

body > .row.heading-row {
  width: 100%;
  height: 100%;
}

body > .footer > [class*='c-span-'].footer-col {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.narrow-row.portfolio-description {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
}

body.grid-1 {
  border-width: 1px;
  border-color: #09bf01;
}

body > .row > [class*='c-span-'].column-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

body > .row.bckgnd_image:hover {
  opacity: 1;
}

body > .row > [class*='c-span-'].live_view:hover {
  border-width: 3px;
  border-style: none;
  background-color: rgba(0, 0, 0, .85);
  opacity: 1;
}

a.responsive-picture#backtotoparrow {
  position: fixed;
  right: 10px;
  bottom: 0;
  float: right;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 70px;
  opacity: .8;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

li {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

li a.contact_link {
  color: #fff;
}

.footer > [class*='c-span-'] > .container.footer_contact {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  
  margin-left: 0;
  /* min-height: 75px; */

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
     -moz-align-content: center;
      -ms-align-content: center;
       -o-align-content: center;
          align-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

a.social-image {
  margin-right: 1%;
  margin-left: 1%;
  min-width: 0;
  max-width: 60px;
  width: 100%;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  background-color: #802e66;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
      -ms-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

a.responsive-picture.thumbnail {
  margin-bottom: 20px;
  margin-left: 0;
  box-shadow: rgba(0, 0, 0, .64) 0 3px 20px 0;
  opacity: 1;
}

a.responsive-picture.toc-thumbnail {
  margin: 10px auto;
  max-width: none;
  width: 80%;
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px;
  box-shadow: rgba(0, 0, 0, .34) 0 2px 5px 0;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .7s;
     -moz-transition-duration: .7s;
      -ms-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s;

  -webkit-order: 1;
     -moz-order: 1;
      -ms-order: 1;
       -o-order: 1;
          order: 1;
  -webkit-flex: 1 auto;
     -moz-flex: 1 auto;
      -ms-flex: 1 auto;
       -o-flex: 1 auto;
          flex: 1 auto;
}

a.link-button-glyph.scroll-down {
  position: absolute;
  right: 0;
  bottom: -400px;
  left: 0;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
     -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
       -o-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

span.glyph-for-button.scroll-down-icon {
  display: block;
  color: rgba(255, 255, 255, .50);
  text-align: center;
  font-size: 30px;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 9px;
  min-width: 0;
  max-width: none;
  width: 80%;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  -webkit-transition-delay: .02s;
     -moz-transition-delay: .02s;
      -ms-transition-delay: .02s;
       -o-transition-delay: .02s;
          transition-delay: .02s;
  -webkit-transition-duration: .02s;
     -moz-transition-duration: .02s;
      -ms-transition-duration: .02s;
       -o-transition-duration: .02s;
          transition-duration: .02s;

  -webkit-flex: 1 auto;
     -moz-flex: 1 auto;
      -ms-flex: 1 auto;
       -o-flex: 1 auto;
          flex: 1 auto;
  -webkit-align-self: center;
     -moz-align-self: center;
      -ms-align-self: center;
       -o-align-self: center;
          align-self: center;
}

div.responsive-picture.picture-1 > picture {
  margin: 0;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 7px 7px;
  border-top-right-radius: 7px 7px;
  border-bottom-right-radius: 7px 7px;
  border-bottom-left-radius: 7px 7px;
  box-shadow: #777 2px 2px 5px 0;
  -webkit-transition-delay: .03s;
     -moz-transition-delay: .03s;
      -ms-transition-delay: .03s;
       -o-transition-delay: .03s;
          transition-delay: .03s;
  -webkit-transition-duration: .01s;
     -moz-transition-duration: .01s;
      -ms-transition-duration: .01s;
       -o-transition-duration: .01s;
          transition-duration: .01s;
}

div.responsive-picture.picture-2 > picture {
  margin: 0;
}

div.responsive-picture.picture-2 {
  display: inline;
  float: none;
  clear: both;
  overflow: visible;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  box-shadow: none;

  -webkit-align-self: stretch;
     -moz-align-self: stretch;
      -ms-align-self: stretch;
       -o-align-self: stretch;
          align-self: stretch;
  -webkit-flex: 1 auto;
     -moz-flex: 1 auto;
      -ms-flex: 1 auto;
       -o-flex: 1 auto;
          flex: 1 auto;
  -webkit-order: 1;
     -moz-order: 1;
      -ms-order: 1;
       -o-order: 1;
          order: 1;
}

a.responsive-picture.picture-link-1 > picture {
  margin: 0;
}

span.link-button-text.bt-text {
  float: left;
  padding-right: 19px;
  max-width: 300px;
  box-shadow: none;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

div.image-for-button.bt-image {
  float: left;
  padding-top: 5px;
  width: 20%;
}

a.link-button-image.get-RSD-bt {
  position: static;
  bottom: -251px;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
       -o-flex-direction: row;
          flex-direction: row;
  float: none;
  margin: 7px auto 25px;
  padding: 0 5px 5px;
  /* min-height: 66px; */
  max-width: 300px;
  border-top-left-radius: 7px 7px;
  border-top-right-radius: 7px 7px;
  border-bottom-right-radius: 7px 7px;
  border-bottom-left-radius: 7px 7px;
  background-color: #0039f5;
  box-shadow: #777 1px 3px 5px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
      -ms-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;

  -webkit-justify-content: flex-start;
     -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
       -o-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
  -webkit-order: 7;
     -moz-order: 7;
      -ms-order: 7;
       -o-order: 7;
          order: 7;
}

div.responsive-picture.picture-3 {
  margin: 10px auto;
  min-width: 0;
  max-width: none;
  width: 80%;
  border-top-left-radius: 12px 12px;
  border-top-right-radius: 12px 12px;
  border-bottom-right-radius: 12px 12px;
  border-bottom-left-radius: 12px 12px;
  box-shadow: #777 5px 5px 5px 0;
  vertical-align: middle;
}

div.responsive-picture.picture-4 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
}

li a.contact_link:hover {
  text-decoration: underline;
}

a.social-image:hover {
  background-color: #af478e;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
      -ms-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

a.responsive-picture.toc-thumbnail:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 10px 15px 0;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
      -ms-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scale(1.1) translateY(-3px) rotate(0deg) skewX(0deg) skewY(0deg);
     -moz-transform: scale(1.1) translateY(-3px) rotate(0deg) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1.1) translateY(-3px) rotate(0deg) skewX(0deg) skewY(0deg);
       -o-transform: scale(1.1) translateY(-3px) rotate(0deg) skewX(0deg) skewY(0deg);
          transform: scale(1.1) translateY(-3px) rotate(0deg) skewX(0deg) skewY(0deg);
}

a.responsive-picture#backtotoparrow:hover {
  max-width: 100px;
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button-glyph.scroll-down:hover {
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, rgba(173, 86, 213, 0) 0%, rgba(131, 85, 152, .35) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(173, 86, 213, 0) 0%, rgba(131, 85, 152, .35) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(173, 86, 213, 0) 0%, rgba(131, 85, 152, .35) 100%);
  background-image:      -o-linear-gradient(180deg, rgba(173, 86, 213, 0) 0%, rgba(131, 85, 152, .35) 100%);
  background-image:         linear-gradient(180deg, rgba(173, 86, 213, 0) 0%, rgba(131, 85, 152, .35) 100%);
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

a.link-button-image.get-RSD-bt:hover {
  background-color: #00d907;
  box-shadow: #777 0 7px 10px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
      -ms-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scale(1.05) translateY(-1px);
     -moz-transform: scale(1.05) translateY(-1px);
      -ms-transform: scale(1.05) translateY(-1px);
       -o-transform: scale(1.05) translateY(-1px);
          transform: scale(1.05) translateY(-1px);
}

a.link-button-image.get-RSD-bt:active {
  background-color: #01269e;
}

a.link-button-image.get-RSD-bt:visited {
  background-color: #00249a;
}

@media screen and (max-width: 755px) {
  /* Text Elements */

  h2 {
    font-size: 24px;
  }

  h5 {
    padding: 6px 20px;
    background-color: rgba(0, 0, 0, .70);
    font-size: 18px;
  }

  p.paragraph.portfolio-description {
    font-size: 14px;
  }

  /* Interaction Elements */

  a.link-button.toc-link {
    display: none;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  /* Layout Elements */

  body > .row.bckgnd_image {
    min-height: 50px;
    /* max-height: 400px; */
    height: auto;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.heading-row {
    height: auto;
  }

  body > .row > [class*='c-span-'].live_view {
    padding: 100px 8px;
    /* min-height: 350px; */
    /* background-color: transparent; */
    opacity: .8;
  }

  body > .row.narrow-row.portfolio-description {
    margin-top: 10px;
    margin-bottom: 0;
  }

  body > .row > [class*='c-span-'].live_view:hover {
    background-color: transparent;
  }

  a.responsive-picture.toc-thumbnail {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  a.responsive-picture.thumbnail {
    display: none;
    max-width: 100px;
  }

  a.social-image {
    min-width: 0;
    max-width: 35px;
  }

  .footer > [class*='c-span-'] > .container.footer_contact {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  a.link-button-glyph.scroll-down {
    display: none;
  }

  span.link-button-text.bt-text {
    font-size: 16px;
    line-height: 1;
  }

  div.image-for-button.bt-image {
    min-width: 0;
    max-width: 50px;
  }

  a.link-button-image.get-RSD-bt {
    float: none;
    padding-right: 5px;
    padding-bottom: 5px;

    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
  }
}

@media screen and (max-height: 800px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 775px;
	}
	div.container.menu-list {
		height: 725px;
	}
}

@media screen and (max-height: 775px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 750px;
	}
	div.container.menu-list {
		height: 700px;
	}
}

@media screen and (max-height: 750px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 725px;
	}
	div.container.menu-list {
		height: 675px;
	}
}

@media screen and (max-height: 725px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 700px;
	}
	div.container.menu-list {
		height: 650px;
	}
}

@media screen and (max-height: 700px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 675px;
	}
	div.container.menu-list {
		height: 625px;
	}
}

@media screen and (max-height: 675px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 650px;
	}
	div.container.menu-list {
		height: 600px;
	}
}

@media screen and (max-height: 650px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 625px;
	}
	div.container.menu-list {
		height: 575px;
	}
}

@media screen and (max-height: 625px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 600px;
	}
	div.container.menu-list {
		height: 550px;
	}
}

@media screen and (max-height: 600px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 575px;
	}
	div.container.menu-list {
		height: 525px;
	}
}

@media screen and (max-height: 575px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 550px;
	}
	div.container.menu-list {
		height: 500px;
	}
}

@media screen and (max-height: 550px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 525px;
	}
	div.container.menu-list {
		height: 475px;
	}
}

@media screen and (max-height: 525px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 500px;
	}
	div.container.menu-list {
		height: 450px;
	}
}

@media screen and (max-height: 500px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 475px;
	}
	div.container.menu-list {
		height: 425px;
	}
}

@media screen and (max-height: 475px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 450px;
	}
	div.container.menu-list {
		height: 400px;
	}
}

@media screen and (max-height: 450px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 425px;
	}
	div.container.menu-list {
		height: 375px;
	}
}

@media screen and (max-height: 425px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 400px;
	}
	div.container.menu-list {
		height: 350px;
	}
}

@media screen and (max-height: 400px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 375px;
	}
	div.container.menu-list {
		height: 325px;
	}
}

@media screen and (max-height: 375px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 350px;
	}
	div.container.menu-list {
		height: 300px;
	}
}

@media screen and (max-height: 350px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 325px;
	}
	div.container.menu-list {
		height: 275px;
	}
}

@media screen and (max-height: 325px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 300px;
	}
	div.container.menu-list {
		height: 250px;
	}
}

@media screen and (max-height: 300px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 275px;
	}
	div.container.menu-list {
		height: 225px;
	}
}

@media screen and (max-height: 275px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 250px;
	}
	div.container.menu-list {
		height: 200px;
	}
}

@media screen and (max-height: 250px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 225px;
	}
	div.container.menu-list {
		height: 175px;
	}
}

@media screen and (max-height: 225px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 200px;
	}
	div.container.menu-list {
		height: 150px;
	}
}

@media screen and (max-height: 200px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 175px;
	}
	div.container.menu-list {
		height: 125px;
	}
}

@media screen and (max-height: 175px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 150px;
	}
	div.container.menu-list {
		height: 100px;
	}
}

@media screen and (max-height: 150px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 125px;
	}
	div.container.menu-list {
		height: 75px;
	}
}

@media screen and (max-height: 125px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 100px;
	}
	div.container.menu-list {
		height: 50px;
	}
}

@media screen and (max-height: 100px ) {
	iframe#google_map {
		height: 300px;
	}
	
	div.menu-container {
		height: 75px;
	}
	div.container.menu-list {
		height: 25px;
	}
}

@media all and (orientation:portrait) {
	#viewNotice {
		display: normal;
	}
}

@media all and (orientation:landscape) {
	#viewNotice {
		display: normal;
	}
}
