@charset "UTF-8";
@import url("navbar-custom.css");
@import url("carousel-custom.css");
/* CSS Document */

/* CSS Document */

body ,html{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
a {
}
a:hover {
}
p {
	line-height: 100%;
}
.logo {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 17px;
}
.logo a{
	color: #333;
}
.logo a:hover{
}
.linkBox {
	position: relative;
	margin-bottom: 30px;
}
.linkBox .thumb-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
.linkBox:hover .thumb-overlay {
}
.linkBox:hover .textBox {
}
.textBox {
	position: absolute;
	padding: 30px;
	transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-webkit-transition: 0.8s ease-in-out;
}
.visibleBox {
	background-color: #900;
}
.border-white {
	border: 10px solid #fff;
}
.border-grey {
	border: 10px solid #555;
}
.border-black {
	border: 10px solid #212121;
}
#line-onWhite {
	clear: both;
	height: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}
.line-muted {
	clear: both;
	height: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.bkg-muted {
	background-color: #f2f2f2;
}
.panel-group {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
panel-collapse a {
	padding-bottom: 4px;
}
.list-unstyled {
}
.baseline-shift {
	padding-top: 10px;
}
.sketchbook {
	background-color: #f2f2f2;
	background-image: url(../_images/_body/down-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.line-thick {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.line-thin {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
}
.icn-scroll {
	position: absolute;
	bottom: 55px;
	text-align: center;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
}
.carousel-scroll {
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 0px;
	right: 0px;
	height: auto;
	width: 100%;
}
.carousel-scroll a{
	color: #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	display: block;
}
.carousel-scroll a:hover{
	background-color: #0099CC;
}
.carousel-shade {
	display: block;
	height: 100%;
	width: 100%;
}
.carousel-btn {
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 11px;
}
.carousel-btn:hover{
	background-color: rgba(255,255,255,0.3);
}
#I-centrePos {
	height: 270px;
	width: 100%;
	margin-top: -120px;
	position: absolute;
	top: 50%;
	color: #FFF;
}
#I-centreCon {
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#I-linkBox {
	height: 90px;
	width: 90px;
}
#I-linkBox a{
	display: block;
}
#I-linkBox a:hover{
	background-color: #333;
}
#_br30percent {
	clear: both;
	width: 100%;
	padding-bottom: 30%;
}
#C-pos {
	height: auto;
	width: 100%;
	position: absolute;
}
@media (max-width: 767px) {
	#C-pos {
		top: 32px;
	}
	.logo {
		padding-top: 7px;
  	}
	.carousel-shade {
		padding-top: 15%;
	}
	.rhyme-break {
		padding-top: 15%;
	}
}
@media (min-width: 768px) {
	#C-pos {
		top: 50px;
	}
	.carousel-shade {
		padding-top: 10%;
	}
	.rhyme-break {
		padding-top: 10%;
	}
}
.list-inline  {
}
.list-inline li {
}
.list-inline li a{
	background-color: #CCC;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.quote-box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
#nav-social {
	background-color: #fff;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
}
#nav-social ul   {
	float: right;
	list-style-type: none;
}
#nav-social ul li  {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
}
#nav-social ul li a {
	height: 79px;
	width: 79px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #dcdcdc;
}
#nav-social ul li a:visited {
}
#nav-social ul li a:hover {
}
.full-height {
	clear: both;
	height: 100%;
	width: 100%;
}
.bkg-muted {
	background-color: #f2f2f2;
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 54.2%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
.rhyme-break {
	clear: both;
	height: 0px;
	width: 100%;
}
