@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

.fray-offer-wrapper > p {
  margin: 0;
}

.fray-outer-wrapper {
  background: none repeat scroll 0% 0% #ffffff;
  height: 100%;
  margin: 0px;
  position: relative;
  top: 0px;
  z-index: 4 !important;
  left: 0px;
}

#fray-header {
  background: none repeat scroll 0% 0% #FFF;
  z-index: 100;
  position: relative;
}

.topbar{
  overflow: hidden;
  background: none repeat scroll 0% 0% #AF4B63;
}

.fray-logo-wrapper {
  width: 100%;
  text-align: center;
}

.fray-logo-wrapper img{
  padding: 20px 0;
  max-height: 140px;
}

ul{ margin: 0;}

ul.fray-social-links {
  padding-top: 50px;
  list-style: none;
  margin-bottom: 0;
  float: left;
}

ul.fray-social-links li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  background: none repeat scroll 0% 0% #F5F5F5;
  margin-right: 9px;
  margin-bottom: 3px;
  text-align: center;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #F5F5F5;
}

ul.fray-social-links li:hover {
  background: none repeat scroll 0% 0% #AF4B63;
  box-shadow: 0px 0px 0px 2px #AF4B63;
  
}

ul.fray-social-links li:hover a {
  color: #FFFFFF;
}

ul.fray-social-links li a {
  color: #1f1d1d;
}

ul.fray-social-links.right li:nth-child(odd), ul.fray-social-links.left li:nth-child(even){
  display: none;
}

ul.fray-social-links.right li:nth-child(even), ul.fray-social-links.left li:nth-child(odd){
  display: block;
}

ul.fray-social-links li span {
  padding: 8px 10px;
  display: block;
}

.fray-offer-wrapper{
  font-family: Oswald;
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 10px;
  color: #FFF;
  letter-spacing: 0.025rem;
}

.fray-topbarnav ul#fray-orderonline-reservation-topbar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fray-topbarnav ul#fray-orderonline-reservation-topbar li{
  background: none repeat scroll 0% 0% #000;
  list-style-type: none;
  margin-left: 10px;
  padding: 0px;
  display: inline-block;
  line-height: 40px;  
  float: right
}

.fray-topbarnav ul#fray-orderonline-reservation-topbar li a {
  font-family: Oswald;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 30px;
}

.fray-topbarnav ul#fray-orderonline-reservation-topbar li:hover a {
  color: #AF4B63;
}

.sticky-wrapper {
  height:0px !important; 
}

.sticky-wrapper nav#fray-mainnav {
  left: 0px;
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  text-align: center;
}

.sticky-wrapper #fray-mainnav .fray-desktopnav {
  height: 50px;
  max-height: 100%;
}

.sticky-wrapper #fray-mainnav .fray-desktopnav > ul {
  display: inline-block !important;
  text-align: center;
  background: none repeat scroll 0% 0% #1F1D1D;
  /*box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2);*/
  text-indent: 0;
  margin: 0;
  /*height: 50px;*/
}

.sticky-wrapper #fray-mainnav .fray-desktopnav > ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  font-size: 0.857143rem;
  line-height: 50px;
}

#fray-mainnav .fray-desktopnav li a {
  /*background: none repeat scroll 0% 0% #AF4B63;*/
  font-family: Oswald;
  color: #FFF;
  border-bottom: 0px none;
  padding: 4px 20px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  line-height: 44px;
  text-decoration: none;
  transition: all 0.2s linear 0s;  
}

#fray-mainnav .fray-desktopnav li a:hover {
  color: #AF4B63;
}

#fray-mainnav .fray-desktopnav li a.active-mainnav{
  background-color: #AF4B63;
  color: #FFF;
}

#fray-home-slider {
  overflow: hidden;
}

#fray-header .sticky-wrapper.is-sticky nav#fray-mainnav {
  position: fixed;
  top: 0;
  z-index: 999999;
  transtion: all ease 0.5s;
}

/*
*media query at 864px to drop thr top-bar buttons below the offer text and then center align them
*take 864px as the breakpoint from desktop to potrait view of tab
*/

@media screen and (max-width: 960px){
  .fray-topbarnav ul#fray-orderonline-reservation-topbar li{
    float: none;
  }
  .fray-offer-wrapper, .fray-topbarnav ul#fray-orderonline-reservation-topbar {
    text-align: center;
  }
  .topbar .fray-offer-wrapper, .topbar .fray-topbar-buttons{
    width: 100%;
  }
  .fray-topbarnav ul#fray-orderonline-reservation-topbar {
    margin-bottom: 10px;
  }  
}

@media screen and (max-width: 768px){
  ul.fray-social-links.left li {
    display: none !important;
  }
  ul.fray-social-links.right li {
    display: inline-block !important;
    float: none !important;
  }

  .topbar + .row > .columns{
    width: 100%;
  }

  ul.fray-social-links {
    padding-top: 0px;
    float: none !important;
  }

  ul.fray-social-links.right{
    text-align: center;
    padding-bottom: 20px;
    float: none !important;
  }
}
