

/*NyoSCSS Monday August 25, 2014 01:47:14 PM*/

@font-face {
  font-family: 'bronze_script';
  src: url("fonts/bronzescript_personaluse-webfont.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BubblegumSans';
  src: url("fonts/BubblegumSans-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne';
  src: url("fonts/Champagne.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChampagneBold';
  src: url("fonts/ChampagneBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Souses';
  src: url("fonts/Souses.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
}

.background {
  position: fixed;
  z-index: -1;
  background-image: url("/img/background.png");
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.box {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.51);
}

.header {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
  margin-bottom: 360px;
}
.header .topbar {
  height: 40px;
  background-color: #F27161;
}
.header .topbar .login {
  width: 100%;
  float: right;
  display: inline-block;
}
.header .topbar .login .icon {
  float: right;
  background-image: url("/img/icons/appbar.user.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150% auto;
  width: 40px;
  height: 40px;
}
.header .topbar .login .username {
  width: 245px;
  margin-right: 5px;
  height: 100%;
  line-height: 40px;
  float: right;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
}
.header .topbar .login .LButton {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  display: inline-block;
  width: 65px;
  height: 15px;
  line-height: 15px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.05), inset 0 -0.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.5), 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0 3px 1em;
  margin-top: 4px;
  padding: .5em 1.5em .75em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  border-radius: .25em;
  background-color: #999;
  text-align: center;
}
.header .topbar .login .LButton:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), inset 0 0 0 3em rgba(255, 255, 255, 0.2), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
}
.header .topbar .login .LButton:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.1), inset 0 0 0 3em rgba(255, 255, 255, 0.2), inset 0 0.25em 0.5em rgba(0, 0, 0, 0.05), 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.25);
  margin-top: 7px;
  outline: none;
  padding-bottom: .5em;
}
.header .topbar .login .exHide {
  float: right;
  height: 120px;
  width: 300px;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #F27161;
  overflow: hidden;
  transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  -ms-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  -webkit-transition: height 0.3s ease 0s;
}
.header .topbar .login .exHide.explandSignup {
  height: 200px;
}
.header .topbar .login .exHide.explandProfile .name, .header .topbar .login .exHide.explandProfile .username, .header .topbar .login .exHide.explandProfile .email {
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
}
.header .topbar .login .exHide[hide="true"] {
  height: 0px;
  transition: height 0s ease 0s;
  -moz-transition: height 0s ease 0s;
  -ms-transition: height 0s ease 0s;
  -o-transition: height 0s ease 0s;
  -webkit-transition: height 0s ease 0s;
}
.header .topbar .login .exHide input {
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  float: left;
  width: 80%;
  margin-left: 10%;
  text-align: center;
}
.header .topbar .login .exHide input[type="checkbox"] {
  width: 40%;
}
.header .topbar .login .exHide label {
  width: 40%;
  float: left;
}
.header .title {
  font-family: 'bronze_script';
  font-size: 108px;
  font-weight: normal;
  font-style: normal;
  width: 630px;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.header .title .part1 {
  font-size: 90px;
  color: #F27161;
  position: relative;
  top: -7px;
  left: 137px;
  z-index: 10;
  text-shadow: 2px 2px 1px #333;
}
.header .title .part2 {
  font-family: 'BubblegumSans';
  font-size: 167px;
  color: #F27161;
  position: relative;
  top: -101px;
  left: 15px;
  text-shadow: 3px 2px 0px #333;
}
.header .title .part3 {
  position: relative;
  width: 300px;
  height: 300px;
  top: -229px;
  left: 400px;
  background-image: url("/img/Spaghetti.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.menuTop {
  width: 1200px;
  height: 60px;
  margin: auto;
  position: relative;
  top: -325px;
  z-index: 2;
}
.menuTop .buttons div {
  float: left;
  width: 20%;
  margin-left: 5%;
  cursor: pointer;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  z-index: 5;
  transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  -webkit-transition: background-color 0.5s ease 0s;
  background-color: rgba(102, 102, 102, 0.5);
}
.menuTop .buttons div:hover {
  background-color: rgba(242, 113, 97, 0.5);
}
.menuTop .buttons div a {
  color: black;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  display: block;
}

.main {
  width: 1200px;
  height: auto;
  margin: auto;
  padding: 40px;
  position: relative;
  top: -350px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.main .home {
  text-align: justify;
  font-family: sans-serif;
  font-family: "ChampagneBold";
  font-size: 23px;
  font-weight: 900;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.main .home .center {
  text-align: center;
}
.main .home .image {
  width: 100%;
  height: 600px;
  background-image: url("../img/Pasta.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.main .contact .map {
  width: 100%;
  height: 300px;
}
.main .contact .hours, .main .contact .location {
  font-family: sans-serif;
  font-family: "ChampagneBold";
  font-size: 20px;
  font-weight: 900;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  text-align: center;
}
.main .contact .location {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}
.main .contact .location .restaurant {
  margin-top: 30px;
}
.main .contact .location .restaurant .name {
  font-weight: 900;
}
.main .order .vip {
  width: 100%;
  font-family: "ChampagneBold";
  font-size: 23px;
  text-align: center;
}
.main .order .submit .failedcode {
  width: 100%;
  font-family: "ChampagneBold";
  font-size: 18px;
  text-align: center;
}
.main .order .submit .promotion {
  position: relative;
  width: 100%;
  float: right;
  font-family: "ChampagneBold";
  font-size: 18px;
  text-align: right;
}
.main .order .submit .disc {
  width: 100%;
  font-family: "ChampagneBold";
  font-size: 18px;
  text-align: right;
  color: red;
}
.main .order .submit .promobut {
  width: 150px !important;
  margin-top: 10px;
  float: right;
}
.main .order .submit {
  position: relative;
  width: 100%;
  margin-top: 60px;
  height: 50px;
}
.main .order .submit .finaladdress {
  width: 100%;
  height: 50px;
}
.main .order .submit input[type=submit] {
  float: right;
  width: 150px;
  height: 60%;
}
.main .order .zorder {
  text-align: center;
  font-family: "ChampagneBold";
  font-size: 20px;
  margin-bottom: 30px;
}
.main .order .pay {
  text-align: center;
  margin-bottom: 30px;
}
.main .order .final {
  text-align: right;
  font-family: "ChampagneBold";
  font-size: 20px;
  margin-top: 30px;
}
.main .order .xorder {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: rgba(242, 113, 97, 0.5);
  position: relative;
}
.main .order .xorder div {
  float: left;
  font-family: "Champagne";
  font-size: 18px;
}
.main .order .xorder .id, .main .order .xorder .restaurant {
  display: none;
}
.main .order .xorder .restname {
  font-size: 20px;
  font-family: "ChampagneBold";
  position: absolute;
  right: 400px;
  bottom: 0px;
}
.main .order .xorder .restname:before {
  content: 'Category: ';
}
.main .order .xorder .name {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  font-family: "ChampagneBold";
}
.main .order .xorder .newprice {
  font-size: 30px;
  font-family: "ChampagneBold";
  position: absolute;
  right: 65px;
  bottom: 0px;
}
.main .order .xorder .newprice:before {
  content: '$';
}
.main .order .xorder .newprice.nodisc {
  display: none;
}
.main .order .xorder .price {
  font-size: 20px;
  font-family: "ChampagneBold";
  position: absolute;
  right: 300px;
  bottom: 0px;
}
.main .order .xorder .price:before {
  content: '$';
}
.main .order .xorder .price.nodisc {
  right: 65px;
  bottom: 0px;
}
.main .order .xorder .disc {
  font-size: 20px;
  font-family: "ChampagneBold";
  position: absolute;
  right: 210px;
  bottom: 0px;
  color: red;
}
.main .order .xorder .disc:before {
  content: ' - $';
}
.main .order .xorder .disc.nodisc {
  display: none;
}
.main .order .xorder form {
  position: absolute;
  width: 100%;
  right: 5px;
  bottom: 0px;
  height: 50px;
}
.main .order .xorder form input[type=submit] {
  float: right;
  width: 60px;
  height: 100%;
}
.main .menu {
  font-family: "Souses";
  font-family: "ChampagneBold";
  font-size: 23px;
  height: auto;
  overflow: auto;
}
.main .menu .restaurant {
  font-weight: 700;
  text-align: center;
}
.main .menu form select {
  background-color: #F27161;
  font-size: 18px;
  border: 0px solid;
}
.main .menu form select option {
  text-align: center;
}
.main .menu .menuName {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  font-family: "Souses";
  text-shadow: 2px 2px 1px #FFF;
  background-color: #F27161;
}
.main .menu .menuItem {
  font-weight: 900;
  font-family: "sans-serif";
  font-size: 30px;
  height: 200px;
  width: 30%;
  position: relative;
  float: left;
  margin-top: 15px;
  margin-left: 2.5%;
  background-color: rgba(209, 137, 63, 0.3);
}
.main .menu .menuItem .back {
  z-index: -1;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.main .menu .menuItem .name {
  font-family: "ChampagneBold";
  text-transform: capitalize;
}
.main .menu .menuItem .desc {
  font-family: "ChampagneBold";
  font-size: 20px;
}
.main .menu .menuItem .disc {
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  font-family: "sans-serif";
  width: 50px;
  height: 50px;
  top: 50%;
  text-align: center;
  right: 0px;
  border-radius: 50%;
  background-color: #F27161;
  text-shadow: 2px 2px 1px #FFF;
  border: 10px solid #db2812;
}
.main .menu .menuItem .price {
  font-size: 20px;
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-decoration: line-through;
}
.main .menu .menuItem .newprice {
  font-size: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.main .menu .menuItem .add {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.footer {
  width: 500px;
  height: 100px;
  margin: auto;
}
.footer .buttons {
  height: 25px;
  width: 100%;
}
.footer .buttons div {
  width: 20%;
  margin-left: 5%;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 5;
  transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  -webkit-transition: background-color 0.5s ease 0s;
  background-color: rgba(102, 102, 102, 0.5);
}
.footer .buttons div:hover {
  background-color: rgba(242, 113, 97, 0.5);
}
.footer .buttons div a {
  display: block;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  color: black;
  text-decoration: none;
  font-weight: 900;
}
.footer .copy {
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 900;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .names {
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 900;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
