/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
	width: 1020px;
	margin: 0 auto;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	padding: 5px 0;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:17px;
    line-height:100px;
	color:#777;
    text-align:center;
}

a {
	color: #6d442e;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:auto;
}

.content-b img {
	display: block;
}

#home-logo {
	float: right;
	margin-right: 70px;
	margin-top: 20%;
}

#work-logo {
	float: left;
	margin-left: 70px;
	margin-top: 20%;
}

#hello-logo {
	margin: 0 auto;
}

.leftbox, .rightbox, .fullbox {
	padding: 5px;
	line-height: normal;
}

.leftbox {
	float: left;
		width: 500px;
}

.rightbox {
	float: right;
		width: 500px;
}

.fullbox {
	clear: both;
}

.leftbox p, .rightbox p {
	text-align: left;
}

#bbtext {
	font-size: 20px;
	color: #6d442e;
}

.footer p {
	font-size: 12px;
}

.footer a {
	text-decoration: none;
	color: #999;
}



#floatinglogo {
	position: absolute;
	z-index: 9997;
	top: 3%;
	left: 3%;
	width: 150px;
}


#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 20px;
}
.slides-navigation a.next {
  right: 20px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #eee;
}

.contact-cont {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	border-top: 4px solid #6d442e;
		opacity: 0.85;
}

.contact {
	background: #6d442e;
	color: #fff;
	line-height: normal;
	padding: 20px 0;
	font-size: 18px;
	letter-spacing: 2px;

}

.contact a {
	color: #fff;
	text-decoration: none;
}

.contact p {
	margin: 0;
	padding: 10px 0;
}

.contact-tab {
	background: #6d442e;
	line-height: normal;
	float: right;
	margin-right: 5%;
	cursor: pointer;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0px 0px 10px 10px
}