﻿/* -----------------------------------------
:: CONTENT SECTION BACKGROUNDS
----------------------------------------- */
.bg1 {
	background: url('../graphics/bg1.png') center top no-repeat;
}
.bg2 {
	color: #C0C0C0;
	background: #359FCB url('../graphics/bg2-stripes.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: #359FCB;
}
.bg4 {
	background: #222222;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
.bg5 {
	background-color: rgba(255,255,255,0.2);
	background: url('../graphics/office-bg.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;
}
.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 no-repeat, url('../graphics/bg9-bottom.png') center bottom no-repeat;
}
.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: 20px 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: rgba(255,255,255,0.5);
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-right {
	background: rgba(255,255,255,0.0);
	border-radius: 5px;
	margin: 20px 0px 10px 0px;
	padding: 1px 5px 0px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-aside {
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	padding: 5px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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: 5px;
	margin: 0px -5px 10px -5px;
	padding: 15px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* -----------------------------------------
:: 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: #359FCB;
	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.5);
	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 {
	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;
}
