img {
	border: none;
	outline: none;
}
a:focus, img:focus, div:focus
{
	outline: none !important;
	outline-width: 0 !important;
}
body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 0;
	background: url(/assets/i/bg.png);
}
.container {
	width: 1024px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 7.7px 2.3px rgba(0, 0, 0, 0.27);
}
.container > header {
	padding: 17px 23px 0 32px;
	height: 352px;
	background: url(/assets/i/header-bg.jpg) no-repeat;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	//border-bottom: 1px solid #ec4141;
}
.container > header a {
	color: #fff;
	display: block;
}
.container > header > a:hover {
	color: #eee;
}
.container > header > a.logo {
	width: 206px;
	height: 108px;
	margin-right: 73px;
	background: url(/assets/i/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
.container > header > p {
	display: inline-block;
	font-size: 18px;
	float: left;
	margin: 0;
	line-height: 18px;
}
.container > header > address {
	float: right;
	font-style: normal;
	text-align: right;
}
.container > .mainmenu {
background: #2690e2;
background: -moz-linear-gradient(top,  #2690e2 0%, #2790e2 28%, #1362a0 65%, #043255 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2690e2), color-stop(28%,#2790e2), color-stop(65%,#1362a0), color-stop(100%,#043255));
background: -webkit-linear-gradient(top,  #2690e2 0%,#2790e2 28%,#1362a0 65%,#043255 100%);
background: -o-linear-gradient(top,  #2690e2 0%,#2790e2 28%,#1362a0 65%,#043255 100%);
background: -ms-linear-gradient(top,  #2690e2 0%,#2790e2 28%,#1362a0 65%,#043255 100%);
background: linear-gradient(to bottom,  #2690e2 0%,#2790e2 28%,#1362a0 65%,#043255 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2690e2', endColorstr='#043255',GradientType=0 );


	height: 50px;
	//border-top: 1px solid #da3d3d;
	overflow: hidden;
	zoom: 1;
}
.container > .mainmenu > h1 {
	display: block;
	position: relative;
	width: 258px;
	height: 50px;
	line-height: 50px;
	margin: 0 9px 0 8px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	float: left;

	background: rgb(247,63,63);
	background: -moz-linear-gradient(top,  rgba(247,63,63,1) 0%, rgba(211,69,69,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,63,63,1)), color-stop(100%,rgba(211,69,69,1)));
	background: -webkit-linear-gradient(top,  rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73f3f', endColorstr='#d34545',GradientType=0 );

}
.container > .mainmenu > h1:after {
	display: block;
	width: 15px;
	height: 50px;
	content: "";
	position: absolute;
	right: -15px;
	top: 0;

	background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1);
}
.container > .mainmenu > nav {
	width: 745px;
	display: block;
	float: left;
	font-size: 0;
}
.container > .mainmenu > nav > a {
	margin: 3px;
	behaviour: url(/assets/vendor/pie/PIE.php);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 143px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	position: relative;
}
.container > .mainmenu > nav > a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 143px;
	height: 44px;
	content: "";
	background: url(/assets/i/mainmenu-border.png) no-repeat;
}
.container > .mainmenu > nav > a:hover:before
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 143px;
	height: 44px;
	content: "";
	background: url(/assets/i/mainmenu-border-hover.png) no-repeat;
}
.container > .mainmenu > nav > a:hover {
	behavior: url(/assets/vendor/pie/PIE.php);
	background: #f99494; 
	background: -moz-linear-gradient(top, #f99494 0%, #ea4d4d 32%, #ab0808 69%, #760000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99494), color-stop(32%,#ea4d4d), color-stop(69%,#ab0808), color-stop(100%,#760000)); 
	background: -webkit-linear-gradient(top, #f99494 0%,#ea4d4d 32%,#ab0808 69%,#760000 100%); 
	background: -o-linear-gradient(top, #f99494 0%,#ea4d4d 32%,#ab0808 69%,#760000 100%); 
	background: -ms-linear-gradient(top, #f99494 0%,#ea4d4d 32%,#ab0808 69%,#760000 100%); 
	background: linear-gradient(to bottom, #f99494 0%,#ea4d4d 32%,#ab0808 69%,#760000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99494', endColorstr='#760000',GradientType=0 ); 
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.container > .mainmenu > nav > a.selected:before {
	display: none;
}
.container > .mainmenu > nav > a.selected {

	margin: 0px !important;
	width: 149px;
	line-height: 50px;
	height: 50px;
	behavior: url(/assets/vendor/pie/PIE.php);
	background: rgb(12,73,120);
	background: -moz-linear-gradient(top,  rgba(12,73,120,1) 0%, rgba(13,77,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,73,120,1)), color-stop(100%,rgba(13,77,127,1)));
	background: -webkit-linear-gradient(top,  rgba(12,73,120,1) 0%,rgba(13,77,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(12,73,120,1) 0%,rgba(13,77,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(12,73,120,1) 0%,rgba(13,77,127,1) 100%);
	background: linear-gradient(to bottom,  rgba(12,73,120,1) 0%,rgba(13,77,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4978', endColorstr='#0d4d7f',GradientType=0 );
	
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.27), inset 0 0 5px rgba(10,48,69,.75);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.27), inset 0 0 5px rgba(10,48,69,.75);
	box-shadow: inset 0 1px rgba(255,255,255,.27), inset 0 0 5px rgba(10,48,69,.75);
}
.container > .body {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 50px;
}
.container > .body > nav {
	width: 259px;
	float: left;
	padding: 0 8px 500em 8px;
    margin-bottom: -500em;
    background-color: #c3c7ca;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: 1px 1px 3px 3px rgba(54, 38, 68, 0.2);
}
.container > .body > nav:after {
	display: block;
	content: "";
	padding-bottom: 75px;
}
.container > .body > nav > h2 {
	border: 1px solid #a0b2b9;
	position: relative;
	padding: 1px 0 0 14px;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	color: #fff;
	line-height: 40px;
	margin: 20px 0 0 0;
	font-family: 'PF Agora Sans Pro';

	background: rgb(25,129,210);
	background: -moz-linear-gradient(top,  rgba(25,129,210,1) 1%, rgba(20,104,169,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(25,129,210,1)), color-stop(100%,rgba(20,104,169,1)));
	background: -webkit-linear-gradient(top,  rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: -o-linear-gradient(top,  rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: -ms-linear-gradient(top,  rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1981d2', endColorstr='#1468a9',GradientType=0 );
}
.container > .body > nav > h2:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	background: #fff;
	content: "";
}
.container > .body > nav > h2:first-child {
	border-top: none;
	margin-top: 0;
}
.container > .body > nav > a {
	display: block;
	border: 1px solid #a0b2b9;
	position: relative;
	padding: 1px 0 0 14px;
	font-size: 14px;
	height: 40px;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	font-weight: normal;

	background: rgb(241,244,245);
	background: -moz-linear-gradient(top,  rgba(241,244,245,1) 0%, rgba(201,216,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,244,245,1)), color-stop(100%,rgba(201,216,221,1)));
	background: -webkit-linear-gradient(top,  rgba(241,244,245,1) 0%,rgba(201,216,221,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,244,245,1) 0%,rgba(201,216,221,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,244,245,1) 0%,rgba(201,216,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,244,245,1) 0%,rgba(201,216,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4f5', endColorstr='#c9d8dd',GradientType=0);
}
.container > .body > nav > a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	background: #fff;
	content: "";
}
.container > .body > nav > a:after {
	display: block;
	position: absolute;
	top: 14px;
	right: 9px;
	width: 9px;
	height: 13px;
	content: "";
	background-image: url(/assets/i/vertmenu-arrow.png);
}
.container > .body > nav > .current-section {
	display: block;
	border: 1px solid #a0b2b9;
	position: relative;
	padding: 1px 0 0 14px;
	font-size: 14px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	font-weight: normal;

	background: rgb(118,129,133);
	background: -moz-linear-gradient(top, rgba(118,129,133,1) 0%, rgba(132,141,144,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,129,133,1)), color-stop(100%,rgba(132,141,144,1)));
	background: -webkit-linear-gradient(top, rgba(118,129,133,1) 0%,rgba(132,141,144,1) 100%);
	background: -o-linear-gradient(top, rgba(118,129,133,1) 0%,rgba(132,141,144,1) 100%);
	background: -ms-linear-gradient(top, rgba(118,129,133,1) 0%,rgba(132,141,144,1) 100%);
	background: linear-gradient(to bottom, rgba(118,129,133,1) 0%,rgba(132,141,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768185', endColorstr='#848d90',GradientType=0);
}
.container > .body > nav > .current-section:before {
	display: none;
}
.container > .body > nav > .current-section:after {
	display: block;
	position: absolute;
	top: 14px;
	right: 9px;
	width: 9px;
	height: 13px;
	content: "";
	background-image: url(/assets/i/vertmenu-arrow-selected.png);
}
.container > .body > nav > a:hover {
	display: block;
	border: none;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 14px;
	height: 43px;
	color: #000;
	line-height: 43px;
	text-decoration: none;
	color: #fff;
	background: #f99494;
	background: -moz-linear-gradient(top,  #f99494 0%, #ea4d4d 31%, #a20404 78%, #830202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99494), color-stop(31%,#ea4d4d), color-stop(78%,#a20404), color-stop(100%,#830202));
	background: -webkit-linear-gradient(top,  #f99494 0%,#ea4d4d 31%,#a20404 78%,#830202 100%);
	background: -o-linear-gradient(top,  #f99494 0%,#ea4d4d 31%,#a20404 78%,#830202 100%);
	background: -ms-linear-gradient(top,  #f99494 0%,#ea4d4d 31%,#a20404 78%,#830202 100%);
	background: linear-gradient(to bottom,  #f99494 0%,#ea4d4d 31%,#a20404 78%,#830202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99494', endColorstr='#830202',GradientType=0 );

}
.container > .body > nav > a:hover:before {
	display: none;
}
.container > .body > nav > a:hover:after {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 9px;
	height: 13px;
	content: "";
	background-image: url(/assets/i/vertmenu-arrow-hover.png);
}
.container > .body > article {
	width: 668px;
	float: left;
	padding: 20px 40px 500em 40px;
    margin-bottom: -500em;
}
.container > .body > article p {
	font-size: 14px;
	text-indent: 15px;
	margin: 0;
	text-align: justify;
}
.container > .body > article h2 {
	text-indent: 15px;
	color: #313131;
	font-weight: 600;
	font-size: 28px;
	margin: 20px 0 5px 0;
}
.container > .body > article h1 {
	font-size: 30px;
	font-weight: 600;
	/*margin: 5px 0 5px -17px;*/
	margin: 5px 0 15px 0px;
	color: #505050;
	position: relative;
}
.container > .body > article h1:before {
	content: url(/assets/i/header-bullet.png);
	margin-right: 5px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0px;
}
.container > .body > article ul {
	color: #0052c2;
	font-size: 18px;
	font-weight: 600;
}

.container > footer {
	height: 53px;
	line-height: 53px;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.21);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.21);
	box-shadow: inset 0 1px rgba(255,255,255,.21);
	background: rgb(29,122,194);
	background: -moz-linear-gradient(top,  rgba(29,122,194,1) 1%, rgba(19,101,165,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(29,122,194,1)), color-stop(99%,rgba(19,101,165,1)));
	background: -webkit-linear-gradient(top,  rgba(29,122,194,1) 1%,rgba(19,101,165,1) 99%);
	background: -o-linear-gradient(top,  rgba(29,122,194,1) 1%,rgba(19,101,165,1) 99%);
	background: -ms-linear-gradient(top,  rgba(29,122,194,1) 1%,rgba(19,101,165,1) 99%);
	background: linear-gradient(to bottom,  rgba(29,122,194,1) 1%,rgba(19,101,165,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7ac2', endColorstr='#1365a5',GradientType=0);

	color: #fff;
	font-size: 13px;
	padding: 0 49px 0 28px;
}
.container > footer > address {
	display: inline-block;
	margin-left: 65px;
	font-style: normal;
	font-size: 14px;
}
.container > footer > address > a {
	color: #fff;
}
.container > footer > address > a:hover {
	color: #eee;
}
.container > footer > address i.mail {
	display: inline-block;
	width: 15px;
	height: 16px;
	vertical-align: text-top;
	line-height: 16px;
	margin-right: 5px;
	background: url(/assets/i/icon-mail.png) no-repeat;
}
.container > footer > address i.phone {
	display: inline-block;
	width: 11px;
	height: 18px;
	vertical-align: text-top;
	line-height: 18px;
	margin: 0 5px 0 12px;
	background: url(/assets/i/icon-phone.png) no-repeat;
}
.container > footer > span {
	float: right;
	font-size: 16px;
}
.container > footer a {
	color: #9adaff;
}
.container > footer a:hover {
	color: #fff;
}

.rd-select {
	display: inline-block;
	background: #f2faff url(/assets/i/select-arrow.png) no-repeat top right;
	overflow: hidden;
	width: 245px;
	height: 23px;
	border: 1px solid #87caff;
}
.rd-select > select {
	background: transparent;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 23px;
	-webkit-appearance: none;
	width: 265px;
	outline: none;
	color: #0f5f9d;
}
.rd-select > select::-ms-expand {
    display: none;
}

form.feedback .column {
	float: left;
	color: #505050;
}
form.feedback .column > h3 {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: 600;
}
form.feedback .column > h3.red, form.feedback .column > label.red {
	color: #da3d3d;
}
form.feedback .column > label {
	font-size: 18px;
	font-weight: 600;
}
form.feedback .column > input[type=text] {
	background-color: #f2faff;
	outline: none;
	color: #0f5f9d;
	border: 1px solid #87caff;
	height: 21px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
form.feedback .column > textarea {
	background-color: #f2faff;
	outline: none;
	color: #0f5f9d;
	border: 1px solid #87caff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 0;
	resize: none;
	overflow-y: auto;
}
form.feedback input[type=submit] {
	border: 0;
	margin-top: 25px;
	height: 45px;
	width: 245px;
	color: #fff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	background-color: #1397ff;
	border: solid 1px #007ada;
	background-image: -webkit-linear-gradient(bottom, #0f5c98, #137dd0);
	background-image: -moz-linear-gradient(bottom, #0f5c98, #137dd0);
	background-image: -o-linear-gradient(bottom, #0f5c98, #137dd0);
	background-image: linear-gradient(to top, #0f5c98, #137dd0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5c98', endColorstr='#137dd0',GradientType=0);
	cursor: pointer;
	border-bottom: 2px solid #1397ff;
}
form.feedback input[type=submit]:hover {
	border-color: #ec4141;
	background: #ec4141;
	background: -moz-linear-gradient(top,  #ec4141 0%, #f04242 29%, #b73636 81%, #bb3838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec4141), color-stop(29%,#f04242), color-stop(81%,#b73636), color-stop(100%,#bb3838));
	background: -webkit-linear-gradient(top,  #ec4141 0%,#f04242 29%,#b73636 81%,#bb3838 100%);
	background: -o-linear-gradient(top,  #ec4141 0%,#f04242 29%,#b73636 81%,#bb3838 100%);
	background: -ms-linear-gradient(top,  #ec4141 0%,#f04242 29%,#b73636 81%,#bb3838 100%);
	background: linear-gradient(to bottom,  #ec4141 0%,#f04242 29%,#b73636 81%,#bb3838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4141', endColorstr='#bb3838',GradientType=0);
	border-bottom: 2px solid #910000;
}
	
form.feedback .column.column-wide {
	width: 268px;
}
form.feedback .column.column-wide > input[type=text] {
	width: 242px;
	padding-left: 3px;
}
form.feedback .column.column-xwide {
	width: 395px;
}
form.feedback .column.column-xwide > textarea {
	width: 390px;
	height: 100px;
}
form.feedback .column.column-medium {
	width: 152px;
}
form.feedback .column.column-small {
	width: 124px;
}
form.feedback .column.column-medium > input[type=text],
form.feedback .column.column-small > input[type=text] {
	width: 80px;
	text-align: center;
}

.float-container {
	overflow: hidden;
	zoom: 1;
}
.float-container.padded {
	margin-bottom: 25px;
}

hr {
	margin-top: 20px;
	background-color: #bdbdbd;
	border: 0;
	height: 1px;
}

article > address {
	font-style: normal;
}
article > address p {
	margin: 0;
	font-size: 18px !important;
}
article > address p, article > address h2 {
	text-indent: 0 !important;
}
article > address a {
	color: #0f5d99;
}
article > address a:hover {
	color: #003a67;
}
#yandex-maps {
	height: 450px;
	border: 3px solid #b3b3b3;
	margin-bottom: 50px;
}

.vacancy > h2 {
	display: inline-block;
	background: #1478c6;
	color: #fff !important;
	text-indent: 0 !important;
	padding: 0 5px;
	font-weight: 600;
}
.vacancy > p {
	text-indent: 0 !important;
}
.vacancy strong {
	color: #1478c6;
	font-size: 18px;
}

article a.project-type {
	display: block;
	float: left;
	height: 250px;
	width: 49%;
	color: #505050;
	font-size: 18px;
	font-weight: 600;
}
article a.project-type:hover {
	color: #000;
}
article a.project-type.living {
	background-image: url(/assets/i/project-type/living.png);
	background-repeat: no-repeat;
	background-position: -15px 30px;
}
article a.project-type.office {
	background-image: url(/assets/i/project-type/office.png);
	background-repeat: no-repeat;
	background-position: -15px 30px;
}
article a.project-type.kindergarten {
	background-image: url(/assets/i/project-type/kindergarten.png);
	background-repeat: no-repeat;
	background-position: -25px 30px;
}
article a.project-type.industry {
	background-image: url(/assets/i/project-type/industry.png);
	background-repeat: no-repeat;
	background-position: -15px 15px;
}
article a.project-type.different {
	background-image: url(/assets/i/project-type/different.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

article a.project {
	display: block;
	width: 30%;
	float: left;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	margin: 25px 2px 0 0;
	font-weight: 600;
	position: relative;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}
article a.project:hover {
	color: #505050;
}
article a.project img {
	display: block;
	width: 182px;
	height: 182px;
	margin: 3px 0 0 0;
}
article a.project:hover:after {
	display: block;
	position: absolute;
	bottom: 72px;
	left: 72px;
	width: 68px;
	height: 68px;
	background: url(/assets/i/zoom.png) no-repeat;
	content: "";
}

article a.project .project-title-box
{
	height: 55px;
}

article a.project .project-thumb-box
{
}

article .project-gallery a.main-image {
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
}
article .project-gallery a.main-image:hover:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	margin: -34px 0 0 -34px;
	background: url(/assets/i/zoom.png) no-repeat;
	content: "";
}
article .project-gallery a.main-image img {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	max-width: 668px;
	margin: 0 auto;
}

article .project-gallery .project-thumbs {
	background: #ececec;
	padding: 10px 28px 10px 28px;
	margin-bottom: 30px;
	position: relative;
}
article .project-gallery .project-thumbs > a.button {
	position: absolute;
	top: 70px;
	background-image: url(/assets/i/arrows.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 21px;
	text-indent: -9999px;
}
article .project-gallery .project-thumbs > a.button.prev {
	left: 10px;
}
article .project-gallery .project-thumbs > a.button.next {
	background-position: -15px 0px;
	right: 10px;
}
article .project-gallery .project-thumbs > a.button.prev {
	left: 10px;
}
article .project-gallery .project-thumbs > a.button.next {
	background-position: -15px 0px;
	right: 10px;
}
article .project-gallery .project-thumbs .cycle-slideshow a {
	display: block;
	margin: 0 5px;
	width: 143px;
}

article > .project-description {
	display: none;
}

article .project-back {
	color: #1478c6;
	font-size: 14px;
	font-weight: 600;
}

.sessionError {
	color: red;
}
.sessionSuccess {
	color: green;
}

.breadcrumbs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.breadcrumbs, .breadcrumbs a {
	color: gray;
	font-size: 14px;
}

.breadcrumbs:after {
	content: '';
	display: block;
	clear: both;
}
.breadcrumbs__item {
	float: left;
}
.breadcrumbs__item + .breadcrumbs__item {
	margin-left: 10px;
}
.breadcrumbs__item + .breadcrumbs__item:before {
	content: '>';
	margin-right: 10px;
	color: gray;
	font-size: 14px;
}

.project__tabs {
	margin-top: 20px;
}
.project__tabs-headers:after {
	content: '';
	display: block;
	clear: both;
}
.project__tabs-header {
	float: left;
	padding: 10px 20px;
	color: white;
	margin-right: 5px;
	cursor: pointer;

	background: rgb(25,129,210);
	background: -moz-linear-gradient(top, rgba(25,129,210,1) 1%, rgba(20,104,169,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(25,129,210,1)), color-stop(100%,rgba(20,104,169,1)));
	background: -webkit-linear-gradient(top, rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: -o-linear-gradient(top, rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	background: linear-gradient(to bottom, rgba(25,129,210,1) 1%,rgba(20,104,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1981d2', endColorstr='#1468a9',GradientType=0 );
}

.project__tabs-header_active {
	background: rgb(247,63,63);
	background: -moz-linear-gradient(top, rgba(247,63,63,1) 0%, rgba(211,69,69,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,63,63,1)), color-stop(100%,rgba(211,69,69,1)));
	background: -webkit-linear-gradient(top, rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: -o-linear-gradient(top, rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	background: linear-gradient(to bottom, rgba(247,63,63,1) 0%,rgba(211,69,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73f3f', endColorstr='#d34545',GradientType=0 );
}

.project__tab {
	display: none;
	border: 1px solid rgb(24, 124, 202);
	min-height: 220px;
	padding: 10px;
}

.project__tab_active {
	display: block;
}

.cycle-slideshow__link {
	float: left;
	height: 143px;
	padding: 3px;
	margin: 5px;
	border: 1px solid rgb(24, 124, 202);
}

.project__tep-image {
	height: 150px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.certificates {
	position: relative;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.certificate {
	float: left;
	text-align: center;
	padding: 10px;
}
/* .certificate + .certificate {
	margin-left: 20px;
} */
.cert-image-wrapper {
	display: table-cell;
	width: 90px;
	height: 90px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.cert-image {
	max-width: 90px;
	max-height: 90px;
}
.cert-title {
	text-align: center;
}
.certificates-container {
	text-align: center;
}
.certificates-slidee {
	//width: 500px;
	height: 100px;
}
.cert-prev, .cert-next {
	position: absolute;
	content: '';
	width: 17px;
	height: 32px;
	top: 50%;
	margin-top: -14px;
}
.cert-prev {
	background-image: url(/assets/i/cert-prev.png);
	left: -20px;
}
.cert-next {
	background-image: url(/assets/i/cert-next.png);
	right: -20px;
}
.rd-project-blue {
	color: rgb(25,129,210);
}
.project__tep + .project__tep {
	margin-left: 20px;
}