@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
.cbp-bicontrols {
	position: fixed;
    width: auto;
    height: 100px;
    right: 30px;
    bottom: 10%;
}
.cbp-bicontrols span {
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
    background: #0e0e0e;
    margin-right: 8px;
    opacity: 0.65;
    border-radius: 5px;
	cursor:pointer;
}
.cbp-bicontrols span:hover {
    background:#FFF;
}
.cbp-bicontrols span:hover:before {
    color: #0e0e0e;
}
.cbp-bicontrols span:before {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
	opacity: 1;
}
.cbp-bicontrols span:active:before {
	top: 2px;
}
span.cbp-biplay:before {
	content: "\e002";
}
span.cbp-bipause:before {
	content: "\e003";
}
span.cbp-binext:before {
	content: "\e000";
}
span.cbp-biprev:before {
	content: "\e001";
}
.cbp-bicontrols span.cbp-binext {
	float: right;
}
/* Fallback */
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
/**** Custom Styles *****/

#cbp-bicontrols .cbp-biprev1 {
  position: fixed;
  right: 30px;
  bottom: 20%;
  margin-top: -40px;
  background: url(images/nextprev.png) no-repeat right 0;
  height: 41px;
  width: 40px;
}
#cbp-bicontrols .cbp-binext1 {
  position: fixed;
  right: 30px;
  bottom: 20%;
  margin-top: -40px;
  background: url(images/nextprev.png) no-repeat right 0;
  height: 41px;
  width: 40px;
}
#header #logo {
  float: left;
  margin-left: 10;
  position:absolute;
  top:15px;
  left:15px;
}
.div-quick-contact{
  position:fixed;display:block;position:fixed;top:5%;right:0px;padding:10px 0;height:50px;
}
.div-quick-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 15px;
  background: #9d7a2c;
}
.div-quick-contact ul li {;
  color: #FFF;
  font-size:12px;
}
#footer {
  text-align: center;
  display: block;
  padding: 0;
  background: #100d0e !important;
  padding: 5px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0;
  z-index: 999;
  opacity: 0.65;
}
#footer .copyright {
  text-align: center;
  color: #9d7a2c;
  font-size: 14px;
  float: left;
  width: 80%;
  padding-left: 20%;
  margin-top: 3px;
}
#footer .social-links {
  float: right;
  width: 15%;
  text-align: right;
  margin-right: 20px;
  color:#ac9258;
}
#footer .social-links span {
  color: #9d7a2c;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#footer .social-links .fa{
  color: #9d7a2c;
}
.contact-info {
  position:fixed;
  display:block;
  position:fixed;
  top:5%;
  right:0;
  padding:10px 0;
  height:50px;
}
.contact-info ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 15px;
  background: #9d7a2c;
}
.contact-info ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FFF;
    font-family: Arial;
    direction: ltr;
    text-align: left;
}
.text-caption.fixed {
  display: block;
  position: fixed;
}
.text-caption {
  float: left;
  width: auto;
  background:#3b3835;
  max-width:300px;
  min-width:200px;
  line-height:20px;
  position: absolute;
  bottom: 70px;
  right:30px;
  padding: 6px 12px 6px 11px;
  font-size: 14px;
  color: #b79855;
  display: none;
  border-radius:4px;
}
.text-caption a:hover {
  color: #acacac;
}