/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Import Supersized plugin CSS */
@import url("supersized.css");

/* Import Fancybox CSS */
@import url("jquery.fancybox-1.3.4.css");

/* Nivo Slider */
@import url("nivo-slider.css");
@import url("nivo_theme/default.css");

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
/* Styles */

html {
	height: 100%;
}
body {
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	background: #eee;
}
body.single_image {
	background: url("../placeholders/800x600/9.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.color {
	background-color: #eee;
}
body.pattern {
	background: url("../patterns/candyhole.png") repeat;
}
body.gradient:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/gradient.png") repeat-x top center;
}
a, a:visited, a:hover {
	color: inherit;
	text-decoration: none;
}
p a, p a:visited {
	color: #5B94B4;
	text-decoration: underline;
}
p a:hover {
	color: #333;
}
a.read_more_dark, a.read_more_white {
	display: inline-block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.read_more_dark {
	color: #fff;
	margin-top: 15px;
	background: url("../img/read_more_dark.png") repeat-x;
}
a.read_more_dark:hover {
	background: url("../img/read_more_dark_hover.png") repeat-x;
}
a.read_more_white {
	color: #666;
	margin-top: 10px;
	background: url("../img/read_more_white.png") repeat-x;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
a.read_more_white:hover {
	background: url("../img/read_more_white_hover.png") repeat-x;
}
a.button_big {
	display: inline-block;
	border: 1px solid #d9d9d9;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 11px;
	margin-right: 20px;
	text-shadow: 0 1px 1px #fff;
	background: url("../img/button.png") repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_big:hover {
	color: #333;
}
a.button_big img {
	margin-right: 10px;
}
a.button, input[type="submit"] {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: repeat-x;
	font-weight: bold;
	font-size: 11px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
a.button:hover, input[type="submit"]:hover {
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
}
a.black, .black input[type="submit"] {
	background-image: url("../img/button_black.png");
	border: none;
}
a.grey, input[type="submit"] {
	background-image: url("../img/button_grey.png");
	border: none;
}
a.green {
	background-image: url("../img/button_green.png");
}
a.blue {
	background-image: url("../img/button_blue.png");
}
a.red {
	background-image: url("../img/button_red.png");
}
a.previous_posts, a.next_posts {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-top: 15px;
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.previous_posts:hover, a.next_posts:hover {
	border: 1px solid #ccc;
}
a.previous_posts {
	float: left;
}
a.next_posts {
	float: right;
}
form {
}
label {
	display: block;
	margin-bottom: 8px;
	color: #999;
}
textarea {
	background: transparent;
	border: none;
	width: 100%;
	height: 100px;
	color: inherit;
	line-height: 16px;
}
input, .textarea {
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	border: 1px solid #eaeaea;
	background-color: #fff;
}
input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.black input, .black .textarea {
	border: 1px solid #333;
	background-color: #232323;
	color: #ccc;
}
.sidebar input, .sidebar .textarea {
	margin-bottom: 20px;
}
input[type="submit"] {
	width: auto;
}
.sidebar input[type="submit"] {
	float: right;
}
.box form h3 {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
}
.status {
	display: inline-block;
	margin-left: 20px;
}
.black .status {
	color: #999;
}
ul {
}
.list li {
	background: url("../img/list.png") no-repeat left center;
	padding-left: 15px;
	line-height: 25px;
}
blockquote {
	margin: 0;
	padding: 15px 20px;
	color: #999;
	font-family: "Georgia", serif;
	font-style: italic;
	border: 1px solid #eaeaea;
	background-color: #f4f4f4;
}
blockquote .author {
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 15px;
	text-align: right;
	font-style: normal;
}
.iterated, .accordion {
	padding: 0 0 0 35px;
}
.iterated .number, .accordion .toggle {
	display: block;
	float: left;
	margin: 1px 0 0 -35px;
	width: 22px;
	height: 22px;
	background: url("../img/iterated.png") no-repeat center;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.accordion h4 {
	margin-bottom: 5px;
}
.accordion li {
	margin-bottom: 15px;
}
.accordion li p {
	display: none;
}
.accordion .opened p {
	display: block;
}
.tabs {
}
.tabs ul {
}
.tabs li {
	display: block;
	float: left;
	border: 1px solid #eaeaea;
	border-width: 1px 0 0 1px;
}
.tabs li:last-child {
	border-right-width: 1px;
}
.tabs li.selected, .tabs li:hover {
	background-color: #f4f4f4;
}
.tabs li a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.tab {
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	display: none;
}
.tab.selected {
	display: block;
}
hr {
	border-top: 1px solid #f0f0f0;
	margin: 15px;
}
.two_thirds hr {
	margin: 15px 0;
}
h1, h2 {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #333;
}
h3, h4 {
	font-weight: normal;
	color: #333;
}
.black h3 {
	color: #fff;
}
.upper {
	text-transform: uppercase;
}
#container {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0;
}
.box {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.box p:last-child {
	margin-bottom: 0;
}
.box h2 {
	font-size: 30px;
	margin: 15px;
	padding-bottom: 15px;
}
.box h2.separated {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
}
.two_thirds h2 {
	margin: 0 0 15px 0;
}
.box h3 {
	margin-bottom: 20px;
}
.black {
	background-color:#C00;
	color: #fff;
}

.red {
	background-color:#333;
	color: #fff;
}
.padding {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one_sixth, .one_quarter, .one_third, .one_half, .two_thirds {
	float: left;
	padding: 15px;
}
.one_sixth {
	width: 120px;
}
.one_quarter {
	width: 195px;
}
.one_third {
	width: 270px;
}
.one_half {
	width: 420px;
}
.one_half h2 {
	margin: 0 0 30px 0;
}
.two_thirds {
	width: 570px;
}
.two_thirds .breadcrumbs {
	padding: 0;
}
.float {
	float: left;
}
.item {
	width: 100%;
	display: inline-block;
	padding: 3px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item:hover {
	border: 1px solid #ccc;
}
.black .item {
	border: 1px solid #333;
	background-color: #222;
}
.black .item:hover {
	border: 1px solid #666;
}
.with_sidebar {
	overflow: hidden;
}
.sidebar {
	float: right;
	width: 300px;
	margin: -15px -15px -975px 0;
	padding: 30px 30px 1000px 30px;
	border-left: 1px solid #eaeaea;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar h3 {
	font-size: 12px;
}
.black .sidebar {
	border-left: 1px solid #333;
	background-color: #161616;
	color: #666;
}
.black .sidebar h3 {
	color: #999;
}
.sidebar hr {
	margin: 30px 0;
	border-top: 1px solid #eaeaea;
}
.sidebar .placeholder {
	border: 1px solid #eaeaea;
	background-color: #f0f0f0;
	height: 200px;
}
#header_contact {
	float: right;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 11px;
}
#header_contact img {
	margin-right: 8px;
}
#header_contact .space {
	display: inline-block;
	width: 20px;
}
header {
	height: 80px;
}
h1 {
	line-height: 80px;
	font-size: 30px;
	float: left;
	width: 240px;
	padding: 0 30px;
	color: #fff;
}
header ul {
	float: right;
	width: 570px;
	margin: 28px 0;
	padding: 0 30px;
	text-align: left;
}
header li {
	display: inline-block;
	margin-left: 10px;
}
header li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}
header li:hover a, header li.selected a {
	background-color:#F00;
}
header li ul {
	display: none;
	margin: 0;
	padding: 0;
}
header li:hover ul {
	display: block;
	position: absolute;
	float: none;
	width: auto;
	margin: 0;
	text-align: left;
	background-color: #2d2d2d;
}
header li:hover li {
	display: block;
	margin: 0;
}
header li:hover li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-transform: none;
	border-top: 1px solid #000;
}
header li:hover li:hover a {
	background-color: #3d3d3d;
}
footer {
	margin-bottom: 0;
}
footer .one_quarter h3 {
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer p {
	color: #999;
}
footer p a, footer p a:visited {
	color: #ccc;
}
footer p a:hover {
	color: #fff;
}
footer .links {
}
footer .links li {
	line-height: 25px;
	list-style: none;
	background: url("../img/footer_list.png") left center no-repeat;
	padding-left: 20px;
}
footer .links a, footer .links a:visited {
	color: #fff;
}
footer .links a:hover {
	color: #999;
}
footer .contact {
}
footer .contact li {
	list-style: none;
	line-height: 30px;
}
footer .contact a, footer .contact a:visited {
	color: #999;
}
footer .contact a:hover {
	color: #fff;
}
.slider {
	width: 930px;
	overflow: hidden;
	margin-bottom: 20px;
}
.slider ul {
	width: 99999px;
	position: relative;
}
.slider li {
	width: 930px;
	text-align: center;
	float: left;
}
.slider h2 {
	font-size: 40px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	padding: 50px 0 40px 0;
	border: none;
}
.slider p {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	padding: 0 0 100px 0;
}
#slider {
	height: 300px;
}
.slider nav {
	text-align: center;
	position: relative;
	top: -30px;
}
.slider nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../img/bullets.png") top left;
}
.slider nav a:hover, .slider nav a.selected {
	background-position: -12px 0;
}
.quote {
	margin: 15px -15px -15px -15px;
	background: #f7f7f7 url("../img/quote_shadow.png") top repeat-x;
	padding: 30px;
	text-align: center;
}
.quote p {
	font-family: "Georgia", serif;
	font-size: 18px;
	color: #333;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.portfolio {
}
.portfolio h3 {
	font-size: 12px;
	color: #333;
	margin: 20px 0 10px 0;
}
.portfolio h3.top {
	margin-top: 0;
}
.black .portfolio h3 {
	color: #ccc;
}
.portfolio .categories {
	display: block;
	margin-top: -3px;
	color: #ccc;
}
.portfolio .category {
	font-family: "Georgia", serif;
	font-style: italic;
	color: #999;
}
.portfolio .categories a:hover {
	color: #333;
}
.portfolio .categories_spaced {
	margin-bottom: 20px;
}
.filter {
	border: solid #f0f0f0;
	border-width: 1px 0px;
	margin: 15px;
}
.filter li {
	display: inline-block;
}
.filter a {
	display: inline-block;
	margin: 10px 0;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filter a:hover, .filter .selected {
	border-color: #eaeaea;
	background-color: #f4f4f4;
}
.services {
}
.services li {
	color: #999;
}
.services h3 {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}
.services_big {
	overflow: hidden;
}
.services_big li {
	padding: 30px;
	border-right: 1px solid #FFF;
	color: #ccc;
	width: 249px;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -970px;
}
.services_big li h3 {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 8px;
	color: #fff;
}
.services_big li h4 {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 25px;
}
.team {
}
.team h3 {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	margin: 20px 0 5px 0;
}
.team .position {
	display: inline-block;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #666;
	margin-bottom: 15px;
}
.tagline {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color:#333333;
	line-height:25px;
	padding: 0 15px 10px 15px;
	margin-top: -5px;
}
.breadcrumbs {
	color: #ccc;
	padding: 0 15px 10px 10px;
	margin-top: -5px;
}
.breadcrumbs a, .breadcrumbs a:visited {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	margin: 0 5px;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #333;
}
.contact {
}
.contact span {
	display: block;
	margin-bottom: 5px;
}
.contact img {
	margin-right: 10px;
}
.map {
	display: block;
	height: 250px;
}
.social {
	line-height: 100px;
	text-align: center;
}
article {
	padding: 15px 0;
}
article .side {
	float: left;
	width: 195px;
	margin-right: 30px;
}
article .side .item {
	margin-bottom: 20px;
}
article .meta {
	font-size: 11px;
}
article .meta li {
	line-height: 25px;
}
article .meta img {
	margin-right: 10px;
}
article .main {
	float: left;
	width: 345px;
}
article .main_image {
	margin-bottom: 20px;
}
.comment {
	margin-top: 30px;
}
.comment:first-child {
	margin-top: 0;
}
.comment .title {
	border: solid #f0f0f0;
	border-width: 1px 0;
	padding: 7px;
	margin-bottom: 20px;
}
.comment h3 {
	float: left;
	width: 276px;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 0;
}
.comment .meta {
	float: right;
	text-align: right;
	width: 200px;
	font-size: 11px;
	color: #999;
}
.comment .meta img {
	margin: 0 10px 0 20px;
}
.comment .meta a:hover {
	color: #333;
}
.comment .profile_picture {
	margin: 2px 20px 20px 0;
	float: left;
	width: auto;
}
.comment_reply {
	margin-left: 80px;
}
/* ======================= */
#settings {
	position: fixed;
	top: 71px;
	left: 0;
	width: 200px;
	left: -200px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#settings hr {
	margin: 10px 20px;
	border-top: 1px solid #e3e3e3;
}
#settings .settings_toggle {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#settings h3 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 10px 20px 0 20px;
}
#settings form {
	margin: 0 20px 20px 20px;
}
#settings input {
	width: auto;
	height: auto;
	margin-right: 10px;
	padding: 0;
}
#settings form hr {
	margin: 10px 0;
}
#settings li {
	line-height: 25px;
}
#colorpicker {
	margin: 10px 0 0 0;
	display: none;
}
#settings .patterns {
	display: none;
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 3px 3px 0 3px;
	margin: 5px 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#settings .patterns a {
	display: inline-block;
	margin: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
