﻿body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #DCF1F8;
}
.header-container {
	padding-top: 35px;
	background-color: #0097CE;
	height: 145px;
	width: 100%;
	margin-bottom: 100px;
}
.header {
	margin: 0 auto;
	width: 990px;
}
.hnav {
	text-align: right;
	text-transform: uppercase;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: MyriadProBold, sans-serif;
}
.hnav ul {
	float: right;
	display: block;
	margin-left: 20px;
}
.hnav li {
	color: #fff;
	list-style-type: none;
	display: inline;
	margin-left: 4px;
}
.hnav li a, .vnav li a {
	color: #000;
	text-decoration: none;
}
.hnav li a:hover, .hnav #selected a, .selected-site {
	color: #fff !important;
}
.hnav li:first-child:before {
	display: none;
}
.hnav li:before {
	content: "|";
	margin-right: 6px;
}
.hnav .menublock {
	margin-left: 10px;
}
/* Banners */
.header .logo {
	clear: right;
	background-color: #ACDFEF;
	height: 70px;
	margin-left: 90px;
	background: #acdfef url(images/lefttop.png) no-repeat scroll left top;
}
.header .logo img {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.header .logo div {
	background: url("images/righttop.png") no-repeat scroll right top #ACDFEF;
	color: #009BC8;
	float: right;
	font-family: MyriadProBold, sans-serif;
	font-size: 16px;
	padding-right: 50px;
	padding-top: 30px;
	text-transform: uppercase;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.vnav {
	float: left;
	width: 150px;
	text-align: right;
	margin: 70px 10px 80px 0;
	line-height: 17px;
	font-weight: bold;
	font-size: 11px;
	font-family: MyriadProBold, sans-serif;
}
.vnav li {
	text-transform: uppercase;
	list-style-type: none;
}
.vnav li a {
	color: #939598;
}
.vnav li a:hover, .vnav #selected > a {
	color: #000;
}
.vnav li li {
	list-style-type: disc;
	color: #939598;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	text-transform: none;
}
.vnav .menublock {
	margin-top: 10px;
}
.content {
	float: left;
	margin-bottom: 100px;
}
.sidebar {
	float: right;
	width: 264px;
}

/* Modules */
.content > h2, .content-text h2 {
	color: #00AEEF;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 18px;
}
.content-text a {
	color: #666;
	font-weight: bold;
}
.content-text > div {
	background-color: #fff;
	color: #666;
	padding: 10px;
	width: 535px;
	min-height: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Referer */
#clientcontainer {
	background-color: #e4721c;
	height: 100px;
}
#clientreference {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#clienttext {
	padding-top: 10px;
	display: block;
	margin-bottom: 10px;
	padding-left: 140px;
	color: #ffffff;
	font-weight: bold;
}
#close-client {
	position: absolute;
	right: 30px;
	top: 10px;
	cursor: pointer;
}
#clientreference a {
	text-decoration: none;
	color: #009BC9;
	background-color: #ffffff;
	font-weight: bold;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 140px;
}
/* Portfolio */
.portfolio-index {
	background-color: #A3A3A7;
	margin-top: 10px;
	padding: 10px;
	width: 790px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-index .column a {
	color: #000;
	text-decoration: none;
	float: left;
}
.portfolio-index a:hover {
	text-decoration: underline;
}
.portfolio-index h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.portfolio-index h3:before {
	font-weight: bold;
	content: '>>';
	margin-right: 5px;
}
.portfolio-index > div {
	margin-top: 10px;
}
.portfolio-index .column {
	float: left;
	width: 250px;
	margin-right: 5px;
}
.portfolio-index li {
	display: inline-block;
	list-style: none outside none;
	width: 100%;
}
.portfolio-mosaiek {
	width: 810px;
}
.portfolio-mosaiek .tile {
	float: left;
	background-color: #fff;
	padding: 5px;
	width: 255px;
	height: 135px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-mosaiek .tile span {
	background-color: #0097CE;
	color: #fff;
	display: none;
	font-family: MyriadProBold, sans-serif;
	left: 0;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 100%;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-mosaiek .tile:hover span {
	display: block;
}
.portfolio-mosaiek img {
	max-width: 255px;
}
.portfolio-mosaiek .tile a {
	text-decoration: none;
}
.portfolio-nav {
	color: #fff;
	background-color: #009BC8;
	width: 518px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 20px;
	float: left;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-nav a, .portfolio-othertypes a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.portfolio-nav a:hover, .portfolio-othertypes a:hover {
	text-decoration: underline;
}
.portfolio-nav .back {
	margin-right: 8px;
}
.portfolio-nav .next {
	margin-left: 8px;
}
.portfolio-othertypes {
	background-color: #009BC8;
	color: #fff;
	float: left;
	padding: 5px 10px;
	width: 240px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.nav-back-block {
	background-color: #009BC8;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
	width: 518px;
}
.nav-back-block:hover {
	background-color: #DF6D07;
	text-decoration: underline;
}

.portfolio-description {
	width: 790px;
	color: #666;
	background-color: #fff;
	padding: 20px;
	clear: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-description h3 {
	color: #939598;
	text-transform: uppercase;
	font-size: 19px;
}
.portfolio-description h4 {
	color: #DB6949;
	text-transform: uppercase; /*font-size: 19px;*/
}
.portfolio-description a {
	color: #666;
	font-weight: bold;
}
.portfolio-sidebar {
	background-color: #fff;
	height: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.portfolio-sidebar ul {
	list-style-type: none;
}
.portfolio-sidebar a {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.portfolio-sidebar img {
	max-width: 244px;
}
.portfolio-sidebar > div {
	margin: 10px;
}
/* Team */
.team {
	width: 535px;
}
.member {
	background-color: #fff;
	padding: 5px 5px 0;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.member img {
	float: left;
}
.member .name {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.member .details {
	color: #666666;
	float: right;
	margin-top: 25px;
	width: 280px;
}
.member a {
	color: #666;
}
/* News */
.news-list {
	width: 555px;
}
.news-list h2, .sidebar h2 {
	color: #00AEEF;
	line-height: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 18px;
}
.news-list .news-item-img {
	margin-bottom: 10px;
}
.news-item-img img {
	display: block;
}
.news-list .news-item {
	background-color: #FFFFFF;
	color: #666666;
	margin-bottom: 10px;
	overflow: visible;
	padding: 10px 10px 0;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.news-list .news-item > a {
	bottom: 10px;
	color: #666666;
	display: block;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	width: 285px;
}
.news-list .news-item h3 {
	color: #DD6C53;
	float: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	width: 285px;
}
.news-list .news-item img {
	float: left;
	width: 220px;
}
.news-list .news-content {
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 285px;
}
.news-list .news-item-big {
	background-color: #fff;
	color: #666;
	margin-bottom: 10px;
	overflow: visible;
	padding: 10px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.news-list .news-item-big a {
	color: #666;
}
.mini-news-list {
	margin-top: 40px;
	background-color: #fff;
	color: #666;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.mini-news-list .news-item {
	margin: 10px;
	width: 264px;
	background-color: #fff;
	line-height: 20px;
}
.mini-news-list .news-item h2 {
	font-size: 14px;
	color: #666;
	margin: 0;
}
.mini-news-list .news-item img {
	max-width: 240px;
}
.mini-news-list .news-item a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 20px;
}
.mini-news-list .news-content {
	overflow: hidden;
	width: 240px;
	position: absolute;
	top: 0;
	bottom: 40px;
}
/* Archive */
/*.sidebar h2 {
	color: #00AEEF;
	margin: 40px 0 10px 0;
	text-transform: uppercase;
}*/
.archive {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.archive ul {
	list-style-type: none;
}
.archive a {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
/* Login form */
.loginform {
	background-color: #fff;
	padding: 5px;
	color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.loginform label {
	margin: 0 5px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.loginform input[type=text], .loginform input[type=password] {
	width: 240px;
	border: none;
	background-color: #DCF1F8;
	padding: 5px;
	margin-bottom: 2px;
}
.loginform input[type=radio] {
	display: none;
}
.loginform input[type=submit] {
	width: 250px;
	border: none;
	padding: 5px;
	text-align: left;
	background-color: #FFCF00;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
/*Photo album */
.photoalbum {
	width: 555px;
	margin-top: 10px;
}
.photo_preview img {
	max-width: 168px;
}
.photo_preview {
	width: 168px;
	padding: 5px;
	background-color: #fff;
	float: left;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Forms */
.customform > div {
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	color: #666;
	margin-top: 10px;
	padding: 10px;
	width: 535px;	
}
.customform input[type=text], textarea, select {
	background-color:#DCF1F8;
	border: 1px solid #0097CE;
	vertical-align: text-top;
	width: 375px;
}
.customform .field-title {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.customform .form-info {
	display: block;
}
.customform label {
	display: inline-block;
	margin-bottom: 5px;
	width: 150px;
}
.customform .rightlabel {
	display: inline;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.customform h2 {
	margin-top: 10px;
}

/* News social buttons */
.twitter-share-button {
	float: left;
	margin-right: 20px;
}

/* Footer */
.footer {
	background-color: #98968A;
	clear: both;
	color: #fff;
	font-family: MyriadProBold, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	z-index: 10;
}
.footer .container {
	padding: 20px 0 100px 0;
}
.footer .logo {
	text-align: right;
	margin-top: -10px;
	margin-right: 10px;
}
.footer .logo img {
	width: 20px;
}
.footer a {
	color: #98968A;
}
.footer h2 {
	font-size: inherit;
	font-weight: inherit;
	color: #5F5316;
	text-transform: uppercase;
	margin: 0 0 10px 20px;
}
.footer .address {
	color: #fff;
	float: left;
	margin-left: 140px;
	width: 200px;
}
.footer .address > div {
	margin-top: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	line-height: 22px;
}
.footer .address a {
	color: #fff;
	text-decoration: none;
}
.footer .address a:hover {
	text-decoration: underline;
}
.footer .newsletter {
	float: left;
	color: #fff;
	width: 264px;
	margin-left: 92px;
}
.footer .newsletter form > div {
    background-color: #804469;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 7px 20px;
    line-height: 26px;
}
.footer .newsletter input[type=text] {
    background-color: #804469;
    border: none;
    color: inherit;
    width: 220px;
	font-family: MyriadProBold, sans-serif;
	text-transform: uppercase;
}
.footer .newsletter input[type=submit] {
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #9E3B17;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: inherit;
	font-size: inherit;
}
.footer .newsletter input[type=submit]:active {
    padding: 11px 19px 9px 21px;
}
.footer .newsletter a {
	color: #fff;
}
.footer .social-sites {
	margin-top: 60px;
}
.footer .social-sites .linkedin,
.footer .social-sites .facebook,
.footer .social-sites .twitter {
	max-height: 20px;
}
.footer .social-sites .linkedin,
.footer .social-sites .facebook {
    margin-right: 8px;
}
.footer .links {
	float: right;
	width: 264px;
}
.footer .links ul {
    list-style-type: none;
}
.footer .links li {
    background-color: #804469;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
	padding: 10px 20px;
}
.footer .links a {
    text-decoration: none;
    text-transform: uppercase;
}
.footer .links a:hover {
	color: #fff;
}
.clonedfooter {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35px;
}
.clonedfooter .logo {
	cursor: pointer;
}

