/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* QB styles */

body {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 146%;
}
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
input:focus, select:focus, textarea:focus {
	border-color: red;
}
input[type="submit"] {
	cursor: pointer;
}
a {
	color: #656565;
}
a:hover {
	text-decoration: underline;
	color: red;
}

.container {
	width: 860px;
	padding: 25px;
	margin: auto;
}

.container > header {
	margin-bottom: 38px;
	margin-top: 13px;
	overflow: hidden;
}

.container > header hgroup {
	float: left;
}
.container > header hgroup h1 {
}
.container > header hgroup h1 a {
	display: block;
	height: 100%;
}
.container > header hgroup h2 {
	margin-top: -12px;
	font-size: 14px;
	color: #999;
}
.container > header nav {
	margin-top: 37px;
	margin-bottom: 5px;
	float: right;
}
.container > header nav ul {
	list-style-type: none;
}
.container > header nav li {
	display: inline-block;
}
.container > header nav a {
	color: #666;
}

.container > header nav a {
	border-radius: 3px;
	padding: 7px 10px;
	text-decoration: none;
	color: #999;
	border: 1px solid #fff;
}
.container > header nav .active a {
	border-color: #ccc;
	cursor: default;
	color: red !important;
	font-weight: bold;
	text-decoration: none !important;
}
.container > header nav a:hover {
	text-decoration: underline;
	color: red;
}




.promote,
.slider {
	position: relative;
}
.promote .next, .promote .prev {
	cursor: pointer;
	width: 58px;
	height: 104px;
	position: absolute; top: 50%;
	margin-top: -52px;
	left: -5px;
	z-index: 1;
	background: url(../i/promote-prev.png) no-repeat;
}
.promote .next:hover, .promote .prev:hover {
	background-position: 0 -102px;
}
.promote .next {
	left: auto;
	right: -5px;
	background: url(../i/promote-next.png) no-repeat;
}
.slider .next, .slider .prev {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute; top: 169px; left: -36px;
	z-index: 1;
	background: url(../i/slider-controls.png) no-repeat;
	display: none;
}
.slider .next {
	background-position: 0 -30px;
	left: auto; right: -36px;
}
.three-rows-list.with-slider:hover .next,
.three-rows-list.with-slider:hover .prev {
	display: block;
}
.promote .inner-wrapper,
.slider .inner-wrapper {
	height: 460px;
	position: relative;
	margin: 14px 0;
	overflow: hidden;
}
.slider .inner-wrapper {
	height: 332px;
}
.promote ul,
.slider ul {
 	width: 20000em;
    position: absolute;
    list-style: none;
	height: 100%;
}
.promote li,
.slider li {
	position: relative;
	float: left;
	width: 860px;
	height: 100%;
}
.promote .caption,
.slider .caption {
	position: absolute; bottom: 25px; left: 50px;
	width: 290px;
	color: #fff;
}
.promote .caption strong {
	display: block;
	padding: 9px 12px;
	background: #333;
	font-size: 21px;
}
.promote .caption i {
	display: block;
	padding: 5px 8px 13px;
	background-color: rgba(51,51,51,.7);
	line-height: 120%;
	font-size: 13px;
}
.promote .caption .more {
	background: red;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	position: relative; top: -8px;
	margin-left: 12px;
	padding: 5px 8px;
	display: inline-block;
}
.promote .item-1 {
	background: url(../i/promote/1.jpg) no-repeat;
}
.promote .item-2 {
	background: url(../i/promote/2.jpg) no-repeat;
}
.promote .item-3 {
	background: url(../i/promote/3.jpg) no-repeat;
}
.promote .item-4 {
	background: url(../i/promote/4.jpg) no-repeat;
}
.promote .item-5 {
	background: url(../i/promote/5.jpg) no-repeat;
}
.promote .item-6 {
	background: url(../i/promote/6.jpg) no-repeat;
}

.front-text {
	color: #666;
	margin-top: 21px;
	padding: 21px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.front-text p + p {
	margin-top: 21px;
}

.three-rows-list {
	overflow: hidden;
}
.three-rows-list.with-slider {
	overflow: visible;
	margin: 0 -40px;
	padding: 0 40px;
}
.three-rows-list .item {
	width: 240px;
	height: 295px;
	margin: 15px 37px 0 0;
	float: left;
	text-decoration: none;
	color: #333;
	border: 1px solid white;
	padding: 10px;
}
.three-rows-list a.item:hover {
	cursor: pointer;
	border-radius: 3px;
	border-color: #ccc;
}
.three-rows-list .item.third {
	margin-right: 0;
}
.three-rows-list .item > span {
	display: block;
}
.three-rows-list .item .image {
	position: relative;
	margin-bottom: 12px;
}
.three-rows-list .item .image img {
	display: block;
}
.three-rows-list a.item:hover .image:before {
	content: "";
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.1);
}
.three-rows-list .item .name {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
}
.three-rows-list .item .description {
	font-size: 11px;
	line-height: 180%;
	margin: 10px 0;
}

.paging {
	clear: both;
}
.paging ul {
	list-style-type: none;
	text-align: center;
	padding: 23px 0 21px;
	font-size: 18px;
}
.paging li {
	display: inline-block;
}
.paging a {
	border-radius: 3px;
	padding: 3px 13px;
	text-decoration: none;
	color: #999;
	border: 1px solid #fff;
}
.paging .active a {
	border-color: #ccc;
	cursor: default;
	color: red !important;
	font-weight: bold;
	text-decoration: none !important;
}
.paging a:hover {
	color: red;
	text-decoration: underline;
}

.container > footer {
	color: #999;
	font-size: 14px;
	line-height: 170%;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.container > footer a {
	color: #999;
}
.container > footer a:hover {
	text-decoration: underline;
	color: red;
}
.container > footer address {
	float: left;
}
.container > footer address span {
	display: block;
}

.container > footer .footer-actions {
	float: right;
	text-align: right;
	margin-top: 27px;
}
.container > footer .footer-actions ul {
	margin-bottom: 10px;
}

.search input[type="text"] {
	text-transform: lowercase;
	text-align: right;
}
.search input[type="submit"] {
	display: none;
}



.no-js .promote .next,
.no-js .promote .prev {
	display: none;
}



.content {
	color: #656565;
	margin-bottom: 50px;
	font-size: 14px;
}
.content h2 {
	font-size: 21px;
	margin-bottom: 21px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.content p + p {
	margin-top: 21px;
}
.content section {
	margin-bottom: 28px;
}
.content section + section {
	margin-top: 50px;
}

.content .projects hgroup {
	overflow: hidden;
}
.content .projects h2 {
	float: left;
	width: 280px;
	padding: 10px;
	background: #000;
	color: #fff;
	margin-right: 10px;
}
.content .projects h3 {
	font-size: 13px;
	color: #656565;
}
.content .quests h3 {
	font-size: 18px;
	margin: 30px 11px 10px;
}
.content .quests .three-rows-list .item {
	height: 380px;
}
.content .quests .three-rows-list + h3 {
	clear: both;
}
.content .quests .benefits {
	background: #f3f3f3;
	padding: 20px;
	list-style-type: decimal;
	margin: 5px 0;
}
.content .quests .benefits li {
	margin: 0 25px;
}
.content .quests .benefits li + li {
	margin-top: 18px;
}
.content .quests .benefits + a {
	display: inline-block;
	margin-top: 8px;
	margin-left: 20px;
}

.content .quests nav {
	background: #656565;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 4px 8px;
	margin-bottom: 30px;
}
.content .quests nav span {
	display: inline-block;
}
.content .quests nav a {
	font-size: 16px;
	display: inline-block;
	margin: 0 8px;
	color: #fff;
}
.content .quests nav a:hover {
	text-decoration: none;	
}
.content .contacts {

}
.content .contacts address {
	margin-bottom: 21px;
	font-size: 16px;
}
.content .contacts address span {
	display: block;
}
.content .contacts form {
	text-align: right;
}
.content .contacts form input,
.content .contacts form textarea {
	font-size: 18px;
	padding: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.content .contacts form .form-input-name,
.content .contacts form .form-input-contact {
	width: 355px;
}
.content .contacts form .form-input-contact {
	margin-left: 100px;
}
.content .contacts form textarea {
	margin: 0;
	margin-top: 21px;
	width: 837px;
	height: 96px;
}
.content .contacts form input[type="submit"] {
	background: #999;
	color: #fff;
	border: 0;
	margin: 18px 0;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.content .one-project header {
	position: relative;
}
.content .one-project header h2 {
	margin-bottom: 9px;
}
.content .one-project header ul {
	font-size: 12px;
	color: #998D92;
	line-height: 160%;
}
.content .one-project header .cost {
	position: absolute; bottom: 0; right: 0;
	font-size: 10px;
	color: #999;
	text-align: center;
}
.content .one-project header .cost i {
	font-family: Impact, Helvetica, sans-serif;
	font-size: 24px;
	display: block;
	color: #000;
	margin-top: -3px;
}
.content .one-project header .cost i .currency {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.content .one-project .more-projects {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.content .one-project article .description {
	font-size: 16px;
	margin-bottom: -15px;
}
.content .one-project .promote {
	margin-bottom: 14px;
}
.content .one-project h2 + .three-rows-list {
	margin-top: -15px;
}