/* -----------------------------------------
:: HEADER TOP / BOTTOM
----------------------------------------- */
.header-top {
	background: #23201D url('../graphics/header-top-bg.jpg') center top repeat-x;
	min-height: 70px;
}
.header-bottom {
	background: #ffffff url('../graphics/header-bottom-bg.jpg');
	min-height: 40px;
	border-bottom: 1px #00CC00 solid;
}
.header-top .container {
	position: relative;
	padding: 0;
	box-sizing: border-box;
}
.header-bottom .container {
	position: relative;
}
/* -----------------------------------------
:: BODY BACKGROUND
----------------------------------------- */
html {
	background-color: #ffffff;
}
body {
	background-color: #ffffff;
}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
	background: #393939 url('../graphics/footer-bg.jpg') center top repeat-x;
	padding: 40px 0px 20px 0px;
	min-height: 357px;
}
.footer-image {
	float: left;
	margin-right: 30px;
}
.footer .lead {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.1;
	margin-bottom: 0px;
	background: rgba(255,255,255,0.2);
}
.copyright-bg h1, .copyright-bg h2, .copyright-bg h3, .copyright-bg p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.copyright-bg p {
	margin-top: 3px;
}
.copyright-bg {
	background: #111;
}
/* -----------------------------------------
:: CONTENT SECTION BACKGROUNDS
----------------------------------------- */
.bg1 {
	background: #eeeeee url('../graphics/bg1.jpg') center top repeat-x;
	background: url('../graphics/bg1-border.jpg') center top repeat-x, url('../graphics/bg1-border.jpg') center bottom repeat-x, url('../graphics/bg1.jpg');
}
.bg2 {
	background: #009900 url('../graphics/bg2.png');
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 1.0);
	box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 1.0);
}
.bg3 {
	background: url('../graphics/inner-background-designed.png');
	border-top: 1px solid rgba(101, 123, 142, .5);
	border-bottom: 1px solid rgba(101, 123, 142, .5);
	color: #009900;
}
.bg4 {
	background: #efefef;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
/* blurred office image */
.bg5 {
	background-color: rgba(255,255,255,0.2);
	background: url('../graphics/bg5.jpg') center center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
	color: #0A1018;
}
.bg5 .container {
	background: rgba(255,255,255,0.4);
	padding-bottom: 20px;
}
/* wood panel */
.bg6 {
	background: rgba(255,255,255,0.4);
	background: url('../graphics/bg6.jpg') center center;
	padding-bottom: 20px;
}
.bg8 {
	background: rgba(255,255,255,0.05);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	padding: 5px 20px 10px 20px;
}
.bg9 {
	background: url('../graphics/bg9-top.png') center top repeat-x, url('../graphics/bg9-bottom.png') center bottom repeat-x;
}
.bg10 {
	background: url('../graphics/bg10.jpg') center center;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	-webkit-box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.6);
	box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.6);
	padding: 10px 0px;
	margin: 0px 0px;
}
/* -----------------------------------------
:: CONTENT BOXES
----------------------------------------- */
/* main content boxes */
.box-center {
	/*background: url('../graphics/box-bg-highligh.png') center top repeat-x;*/
	padding: 2px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-section {
	/*background: url('../graphics/box-bg-highligh.png') center top repeat-x;*/
	padding: 2px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* side column / info box boxes */
.box-left {
	background: #eee;
	border-radius: 0px;
	margin: 10px 10px 30px 10px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-image: url('../graphics/box-article-border.jpg') 5px auto;
	border-style: solid;
	border-width: 10px 0px;
	-moz-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round;
	-webkit-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	-o-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	border-image: url(../graphics/box-article-border.jpg) 10 0 fill repeat round;
}
.box-right {
	background: #eee;
	border-radius: 0px;
	margin: 10px 10px 30px 10px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	border-image: url('../graphics/box-article-border.jpg') 5px auto;
	border-style: solid;
	border-width: 10px 0px;
	-moz-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round;
	-webkit-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	-o-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	border-image: url(../graphics/box-article-border.jpg) 10 0 fill repeat round;
}
.box-aside {
	background: #eee;
	border-radius: 0px;
	margin: 10px 10px 30px 10px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	border-image: url('../graphics/box-article-border.jpg') 5px auto;
	border-style: solid;
	border-width: 10px 0px;
	-moz-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round;
	-webkit-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	-o-border-image: url(../graphics/box-article-border.jpg) 10 0 repeat round; 
	border-image: url(../graphics/box-article-border.jpg) 10 0 fill repeat round;
}
/* same as 'box-aside' but designed for full page width "margin-left" & "margin-right" removed */
.box-article {
	background: rgba(255,255,255,0.5);
	border-radius: 0px;
	margin: 10px 0px 30px 0px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	background: #eee;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */ 0 10px 0 -5px #eee, /* The second layer */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */ 0 20px 0 -10px #eee, /* The third layer */ 0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
}
/* -----------------------------------------
:: CONTAINER WRAPPER
----------------------------------------- */
.container-wrapper {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	position: relative;
}
.inner-wrapper {
	background: -moz-linear-gradient(center top , #F8F8F8, #FAFAFA) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px 1px 3px;
	border-radius: 3px;
	transition: background 0.5s ease-in-out 0s;
	border-bottom-color: #009900;
	margin: 5px;
	padding: 10px;
}
.caption {
	padding: 10px;
	font-size: 14px;
}
.caption p {
	margin-bottom: 10px;
}
/* -----------------------------------------
:: THUMBNAILs and WELLs
----------------------------------------- */
.thumbnail {
	background-color: transparent; /*background: url('../graphics/box-bg-dark.png') center top repeat-x;*/;
	border: 0px solid #000;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 10px 4px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.img-thumbnail {
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	border: 0px;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}
.well {
	background: rgba(0,0,0,0.1);
	border: 1px solid #111;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}
/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider1 {
	background: url('../graphics/diagonal-right.png') center center;
	height: 20px;
	width: 100%;
	border-top: 1px #ddd solid;
	border-bottom: 0px #ddd solid;
}
.divider2 {
	background: url('../graphics/bg10.jpg') center center;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	-webkit-box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.6);
	box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.6);
	padding: 10px 0px;
	margin: 20px 0px;
}
/* -----------------------------------------
:: FANCY HEADING BG
----------------------------------------- */
.subtitle {
	margin: 0 0 0px 0;
}
.fancy {
	overflow: hidden;
	text-align: center;
}
.fancy span {
	position: relative;
}
.fancy span:before, .fancy span:after {
	$linesHeight: 7px;
	content: "";
	position: absolute;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #dddddd;
	width: 600px;
	height: $linesHeight;
	top: 50%;
    margin-top: floor(-$linesHeight / 2);
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
/* -----------------------------------------
:: hr horizontal rule 
----------------------------------------- */
hr {
	height: 0px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #000;
}
