/*
Theme Name: Rustic Bylm
Theme URI: http://www.rusticbylm.com.au/
Author: WebDevElement
Author URI: http://webdevelement.info/
Description: WordPress Custom Responsive Theme
Version: 1.0
Tags: bootstrap, responsive, custom theme
*/

@import url(http://fonts.googleapis.com/css?family=Special+Elite);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body {
  font-family: "Special Elite", cursive;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}
.header .container {
  width: 100%;
  max-width: 1240px;
}
a {
  
}
a:hover {
  
}

/* =========== Header Styles =========== */
.header {
  position: fixed;
  width: 100%;
  color: #FFF;
  top: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 1.6;
  z-index: 99999;
}
.header ul {
  list-style-type: none;
}
.header .img-responsive {
  display: inherit;
}
.header .links-menu {
  text-align: right;
  height: 100%;
}
.header .links-menu ul {
  padding: 0px;
  margin: 0px;
}
.header .links-menu ul li {
  padding: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 48px;
}
.header .links-menu ul li a {
  display: inline-block;
  height: 48px;
  width: 124px;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
.header .links-menu .lotus a {
  background: url(images/link-lotus.png) no-repeat;
  background-size: 123px 48px;
  background-position: center right; 
}
.header .links-menu .dimsum a {
  background: url(images/link-dimsum.png) no-repeat;
  background-size: 124px 48px;
  background-position: center right; 
}
.header .links-menu .liana a {
/*  background: url(images/link-liana.png) no-repeat;*/
  background: url(images/link-paloma.png) no-repeat;
  background-size: 123px 48px;
  background-position: center right; 
}
.header .links-menu img {
  height: 49px;
}
@media only screen and (max-width: 767px) {
  .header .links-menu ul li {
    height: 40px;
  }
  .header .links-menu ul li a {
    height: 40px;
    width: 100px;
  }
  .header .links-menu .lotus a {
    background-size: 100px 40px;
  }
  .header .links-menu .dimsum a {
    background-size: 101px 40px;
  }
  .header .links-menu .liana a {
    background-size: 100px 40px;
  }
}
@media only screen and (max-width : 480px) {
  .header .links-menu ul li {
    height: 22px;
  }
  .header .links-menu ul li a {
    height: 22px;
    width: 57.5px;
  }
  .header .links-menu .lotus a {
    background-size: 57.25px 22px;
  }
  .header .links-menu .dimsum a {
    background-size: 57.5px 22px;
  }
  .header .links-menu .liana a {
    background-size: 57.25px 22px;
  }
  .header .links-menu img {
    height: 23px;
  }
}
.header .logo {
  z-index: 10;
  text-align: center;
}
.header .logo a {
  display: inline-block;
  margin: 0 auto;
}
.header .logo img {
  width: 100%;
}
.header .main-menu {
  text-align: left;
}
.header .main-menu ul {
  margin: 0;
  margin-top: 30%;
  padding: 0;
}
.header .main-menu li {
  padding: 4px 0px;
}
.header .main-menu li a {
  display: inline-block;
  background: transparent url(images/menubg.png) no-repeat scroll right center;
  padding: 0px 10px 0px 20px;
  margin-left: -10px;
  height: 33px;
  color: #fff;
  line-height: 33px;
  text-transform: lowercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  font-size: 13px;
}
.header .main-menu li a:hover,
.header .main-menu li a:focus {
  text-decoration: none;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .header .main-menu li {
    padding: 1px 0px;
  }
  .header .main-menu li a {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
}
@media only screen and (max-width : 480px) {
  .header .main-menu ul {
    margin-top: 0px;
  }
  .header .main-menu li {
    padding: 1px 0px;
  }
  .header .main-menu li a {
    padding: 0px 4px 0px 4px;
    margin-left: -2px;
    height: 20px;
    line-height: 20px;
    font-size: 5.5px;
  }
}

/* =========== Home Template Styles =========== */
.home-page {

}
.content {
  font-family: "Open sans", sans-serif;
  background-color: #fff;
  text-align: justify;
}
.dummy-section {

}
.content-section {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-color: #fff;
}
@media only screen and (max-width : 480px){
  .content-section {
    padding: 80px 0px 40px;
  } 
}
.content-section p {
  font-family: "Special Elite", cursive;
  font-size: 12px;
}
.carousel-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dummy-section {
  background-color: #333;
}
.fix .carousel-section {
  position: fixed;
}
.carousel { 

}
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*a.right:hover {
  right: 70px;
}
a.right {
  background: transparent url("graph/arrow-right.png") repeat scroll 0% 0%;
  float: right;
  clear: right;
  right: -56px;
}*/

.carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  bottom: auto;
  left: 0px;
  width: 126px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.carousel-control:focus, .carousel-control:hover {
  color: #FFF;
  text-decoration: none;
  outline: 0px none;
  opacity: 1;
}
.carousel-control.right {
  right: 0px;
  left: auto;
  background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, transparent 100%);
  background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
  width: 56px;
  height: 56px;
  margin-top: -15px;
  font-size: 120px;
  line-height: 0.65em;
  font-family: "Special Elite", cursive;
}
.carousel-control .icon-next::before, 
.carousel-control .icon-prev::before {
  content: "";
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next {
  right: -56px;
  margin-right: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url(images/arrow-right.png) no-repeat;
}
.carousel:hover .carousel-control .glyphicon-chevron-right, 
.carousel:hover .carousel-control .icon-next {
  right: 70px;
}
@media only screen and (max-width : 480px){
  .carousel:hover .carousel-control .glyphicon-chevron-right, 
  .carousel:hover .carousel-control .icon-next {
    right: 30px;
  }
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .icon-prev {
  left: -56px;
  margin-left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url(images/arrow-left.png) no-repeat;
}
.carousel:hover .carousel-control .glyphicon-chevron-left, 
.carousel:hover .carousel-control .icon-prev {
  left: 70px;
}
@media only screen and (max-width : 480px){
  .carousel:hover .carousel-control .glyphicon-chevron-left, 
  .carousel:hover .carousel-control .icon-prev {
    left: 30px;
  }
}

.table-bordered {
  border: 2px solid #000;
  margin-bottom: 50px;
}
.table-bordered > tbody > tr > td, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
  border: 1px solid #000;
}
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
  background: #000;
  color: #FFF;
  padding: 13px;
  vertical-align: bottom;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom-width: 2px;
  border: 1px solid #fff;
  font-family: "Special Elite", cursive;
}
.table-bordered > tbody > tr > td {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  padding: 17px;
} 

/* =========== Page Styles =========== */

/* =========== Gallery Styles =========== */


/* =========== Sidebar Styles =========== */


/* =========== Footer Styles =========== */
.footer {
  position: fixed;
  width: 100%;
  background: #000 none repeat scroll 0% 0%;
  color: #FFF;
  bottom: 0px;
  text-align: center;
  padding: 16px 0px;
  font-size: 15px;
  line-height: 1.6;
}
.footer p {
  margin: 0px;
}
.footer {

}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
	/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}
  
 
	/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
 
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
 
	}