@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300,700);
/*@import url("../OTBBakery/css/style.css");
*/*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-family: "Open Sans", Helvetica, arial, sans-serif;
  color: #333333;
  background-color: #eeeeee;
}

body.is-froze {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Raleway", "Open Sans", sans-serif;
}

a {
    color: #957D61;
    text-decoration: none;
}

img {
  max-width: 100%;
}

a {
  transition: color 0.3s ease-in-out;
}
a:hover {
    color: #957D61;
}

.main {
    overflow: hidden;
    position: relative;
    width: 100%;
    width: calc(100% - 60px);
    height: auto;
    margin-left: 60px;
    transition: 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    will-change: width, height, opacity, transform, clip-path;
    z-index: 1;
    background-color: #000000;
    bottom: 0px;
}
.RISBack {
    background-color: #E9E9E9;
}
.main.is-active {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  width: calc(100vw - 60px);
  pointer-events: none;
  opacity: 0.25;
  transform: scale(0.9) translate3d(60%, 0, 0);
}
@media (min-width: 800px) {
  .main.is-active {
    transform: scale(0.9) translate3d(40%, 0, 0);
  }
}
.main.is-transition-out {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.hero__content,
.content {
  max-width: 800px;
  margin: 0 auto;
}

.hero {
  background-color: #d2d5e1;
}

.hero__content {
  width: 100%;
  padding: 1.5rem;
  color: #4b5165;
  z-index: 1;
}

.hero__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 800px) {
  .hero__heading {
    font-size: 3rem;
  }
}

.hero__subheading {
  margin: 1rem 0 0;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media (min-width: 800px) {
  .hero__subheading {
    font-size: 1.5rem;
  }
}
.hero__subheading,
.hero__subheading a {
  color: #4b5165;
}

.article {
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 800px) {
  .article {
    padding: 6vmin;
  }
}
.article:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #7d87a8;
}
@media (min-width: 800px) {
  .article:not(:last-of-type):after {
    left: 6vmin;
  }
}

.article__title {
  display: block;
  position: relative;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #191b22;
}
@media (min-width: 800px) {
  .article__title {
    font-size: 3vmin;
  }
}
.article__title:hover {
  color: #7d87a8;
}

.article__time {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .article__time {
    font-size: 1.5vmin;
  }
}

.article__content {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 800px) {
  .article__content {
    font-size: 2vmin;
  }
}

.nav__bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100vh;
    border-right: 1px solid rgba(125, 135, 168, 0.25);
    background-color: #14110F;
    z-index: 99;
}

.nav__trigger {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  padding: 8px 0;
  margin-top: -10px;
  transition: 0.2s ease-in-out;
  z-index: 99;
}
.nav__trigger .bars {
  position: relative;
}
.nav__trigger .bars, .nav__trigger .bars:before, 
.nav__trigger .bars:after {
    width: 28px;
    height: 4px;
    background-color: #F8F1EE;
    transition: 0.2s ease-in-out;
    border-radius: 4px;
}
.nav__trigger .bars:before, .nav__trigger .bars:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.nav__trigger .bars:before {
  transform: translateY(-8px);
}
.nav__trigger .bars:after {
  transform: translateY(8px);
}
.nav__trigger.is-active {
  transform: rotate(-45deg);
}
.nav__trigger.is-active .bars:before, .nav__trigger.is-active .bars:after {
  transform: translateX(0) rotate(-90deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #14110f;
  z-index: 0;
}

.nav__list {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 60px;
    list-style: none;
    font-family: "Raleway", "Open Sans", sans-serif;
    transform: translateY(-50%);
}
.nav__list .nav__item {
  padding: 0.5rem 1rem;
}
@media (min-width: 800px) {
  .nav__list .nav__item {
    width: 33.3333333333%;
    padding: 0.5rem 1rem;
  }
}
.nav__list a {
    display: inline-block;
    color: #AD9F93;
    font-size: 1rem;
    line-height: 1.5;
}
.nav__list a:hover {
  color: #a39994;
}
.nav__list a.is-active {
  color: #c9c4c1;
}
@media (min-width: 800px) {
  .nav__list a {
    font-size: 1.5rem;
  }
}

.hpcontainer {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #2C9AB7;
    background-image: url(../images/RISBackStone02.png);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0px 25px;
    box-shadow: 0px 25px;
}
.hplogo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.hplogo img {	
/*	width: 70%;*/
}
.hpcontainer nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
    margin-top: 90px;
    padding-top: 16px;
}
.hpcontainer header nav ul {
	list-style: none;
	float: right;
}
.hpcontainer nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: large;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
    text-shadow: 3px 3px #14110F;
}
.hpcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.hpcontainer ul li:hover a {
	color: #2C9AB7;
}

/*The News styles begin*/

/* CSS for Food Menu */
.news-menu{
    background-color: #ececec;
    padding: 4% 0;
}
.news-menu-box{
    width: 43%;
    margin: 1%;
    padding: 2%;
    background-color: #BCAD94;
    border-radius: 15px;
    float: left;
}
.news-menu-boxLG{
    width: 93%;
    margin: 1%;
    padding: 2%;
    background-color: white;
    border-radius: 15px;
    float: left;
}

.news-menu-img{
    width: 20%;
    float: left;
}

.news-menu-desc{
    width: 90%;
    float: left;
    margin-left: 8%;
    color: #14110F;
}
.news-menu-desc h1{
	font-weight: bolder;
	font-size: large;
}

.news-menu-price{
    font-size: 1.2rem;
    margin: 2% 0;
}
.news-menu-detail{
    font-size: 1rem;
    color: #4A391D;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

/* CSS for news SEarch Section */

.news-search{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7% 0;
}

.news-search input[type="search"]{
    width: 50%;
    padding: 1%;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
}

.details{
    width: 100%;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
    background-color: #4A391D;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
    border: thin solid #FFFFFF;
    float: left;
    background-image: url(../images/Dual-simplerust2.jpg);
    background-position: 50% 50%;
}
.news-details-img{
    width: 45%;
    float: left;
    margin-left: 3px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.img-responsive{
    width: 100%;
}

.showMusic {
    color: #A0DAE9;
    width: 61%;
    padding-top: 12px;
    padding-bottom: 16px;
    height: 18px;
    font-weight: bold;
}
