@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,300italic,400italic,700italic&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@font-face {
    font-family: "NobBold";
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Nobel-WGL-Bold.eot');
    src: url('../fonts/Nobel-WGL-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nobel-WGL-Bold.woff') format('woff'),
    url('../fonts/Nobel-WGL-Bold.ttf') format('truetype'),
    url('../fonts/Nobel-WGL-Bold.svg#webfont') format('svg');
}
@font-face {
    font-family: "NobBook";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Nobel-WGL-Book.eot');
    src: url('../fonts/Nobel-WGL-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nobel-WGL-Book.woff') format('woff'),
    url('../fonts/Nobel-WGL-Book.ttf') format('truetype'),
    url('../fonts/Nobel-WGL-Book.svg#webfont') format('svg');
}
@font-face {
    font-family: "NobLight";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Nobel-WGL-Light.eot');
    src: url('../fonts/Nobel-WGL-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nobel-WGL-Light.woff') format('woff'),
    url('../fonts/Nobel-WGL-Light.ttf') format('truetype'),
    url('../fonts/Nobel-WGL-Light.svg#webfont') format('svg');
}
@font-face {
    font-family: "NobRegular";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Nobel-WGL-Regular.eot');
    src: url('../fonts/Nobel-WGL-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nobel-WGL-Regular.woff') format('woff'),
    url('../fonts/Nobel-WGL-Regular.ttf') format('truetype'),
    url('../fonts/Nobel-WGL-Regular.svg#webfont') format('svg');
}
@font-face {
    font-family: 'Heading';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#Oswald') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyproCond';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "oswald_lght";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/oswald-light-webfont?#iefix") format("embedded-opentype"),
    url("../fonts/oswald-light-webfont.woff") format("woff"),
    url("../fonts/oswald-light-webfont.ttf") format("truetype"),
    url("../fonts/oswald-light-webfont.svg#steelfishregular") format("svg");
}
@font-face {
    font-family: "oswald_rg";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/oswald-regular-webfont?#iefix") format("embedded-opentype"),
    url("../fonts/oswald-regular-webfont.woff") format("woff"),
    url("../fonts/oswald-regular-webfont.ttf") format("truetype"),
    url("../fonts/oswald-regular-webfont.svg#steelfishregular") format("svg");
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, img, iframe, input, form, textarea, select, dl, dt, dd, dfn, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial;
}
.cf { 
	height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0;
	display: block;
}
a { cursor: pointer; }
a:hover { text-decoration: none; }
input, select, textarea {
	vertical-align: top;
}
textarea { overflow: auto; }

#wrapper {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
#right {
	position: fixed;
	width: 210px;
	height: 100%;
	top: 0;
	margin-left: 910px;
}
#right .inner {
	padding: 20px 0;
}
#langs {
	overflow: hidden;
	height: 17px;
	margin-top: 18px;
	margin-bottom: 66px;
}
#langs li {
	float: left;
	line-height: 17px;
	list-style: none;
	padding-right: 2px;
}
#langs a {
	font: 13px/17px MyproCond, Arial;
	color: #a7a7a7;
	text-decoration: none;
	display: block;
	padding: 0 6px;
	height: 17px;
	overflow: hidden;
	text-transform: uppercase;
}
#langs a:hover,
#langs a.active {
	background: #ff6600;
	color: #fff;
}
#menu {
	margin-bottom: 68px;
    margin-top: 50px;
}
#menu li {
	list-style: none;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
#menu a {
	font: 35px/26px Heading, Arial;
	color: #a7a7a7;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -3px;
	height: 26px;
	overflow: hidden;
	/*-webkit-transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in;*/ 
}
#menu a:hover {
	color: #020202;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none;
}
#menu a.active {
	color: #ffa40a;
}
#facebook {
	display: block;
	width: 150px;
	height: 0;
	padding-top: 32px;
	overflow: hidden;
	background: url(../img/facebook.png) 0 0 no-repeat;
	margin-bottom: 62px;
}
#facebook:hover {
	background-position: 0 -32px;
}
#footer,
#footer p,
#footer a {
	font: 9px/12px Roboto Condensed,sans-serif,Arial;
	color: #c5c5c5;
    text-transform: uppercase;
}

/* text */
.container {
	width: 790px;
	position: relative;
	padding: 150px 0 130px;
}
#index-container {
	padding: 50px 0;
}
#banners {
	width: 846px;
	height: 617px;
	position: relative;
	overflow: hidden;
}
#banners div {
	width: 846px;
	height: 617px;
	background: #fff center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#text-container .title {
	margin-bottom: 50px;
}
#text-container h2.title {
	margin-top: 30px;
}
#logo-container .title {
	margin-bottom: 90px;
}
#logo-container .pager {
	margin-left: 17px;
}
#logos {
	width: 792px;
	background: url(../img/logo-hr.gif) 6px 411px no-repeat;
	overflow: hidden;
	height: 100%;
	padding-bottom: 11px;
}
#logos li {
	float: left;
	list-style: none;
	width: 363px;
	height: 369px;	
	margin-right: 33px;
	margin-bottom: 81px;
}
#logos img {
	background: center center no-repeat;
}
#logos a {
	display: block;
	border: 1px solid #fff;
	padding: 0 0 15px 15px;
	text-decoration: none;
	font: 11px/18px Arial;
	color: #b7b7b7;
	-webkit-transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in; 
}
#logos a:hover {
	border-color: #dadada;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none;
}
#logos b {
	display: block;
	font: 13px/18px "NobBold",Arial;
	color: #666;
	margin: 10px 0 2px;
    text-transform: uppercase;
}
#contact-container {
	width: 760px;
	position: relative;
}
#contact-container .title {
	margin-bottom: 47px;
}
#contact-container form {
	position: relative;
	width: 620px;
	height: 385px;
	padding-top: 150px;
	padding-left: 80px;
	padding-right: 77px;
	background: url(../img/mail.jpg) no-repeat;
}
#contact-container div {
	margin-bottom: 10px;
}
#contact-container .left {
	float: left;
	margin: 0;
	width: 305px;
}
#contact-container .right {
	float: left;
	margin: 0;
	width: 300px;
}
#contact-container .text {
    border-color: #666 #ddd #ddd #666;
    border-style: solid;
    border-width: 1px;
    color: #898989;
    font: 11px/18px Roboto Condensed,sans-serif,Arial !important;
    padding: 11px 8px 10px 13px;
    width: 250px;
    height: 20px;
    text-transform: uppercase;
}
#contact-container sup {
    color: #ff5400;
    font: bold 17px/20px Arial;
}
#contact-container textarea {
    border-color: #666 #ddd #ddd #666;
    border-style: solid;
    border-width: 1px;
    color: #898989;
    font: 11px/18px Roboto Condensed,sans-serif,Arial !important;
    height: 175px;
    padding: 15px 8px 10px 15px;
    resize: none;
    width: 255px;
    text-transform: uppercase;
}
#contact-container div.submit {
	clear: both;
	text-align: right;
	padding-right: 37px;
	*position: absolute;
	bottom: 29px;
	right: 76px;
}
#contact-container input.submit {
    background: #efefef none repeat scroll 0 0 padding-box;
    border-radius: 0;
    color: #686868 !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/44px Roboto Condensed,sans-serif,Arial !important;
    height: 50px;
    margin: 5px 0 0;
    padding: 3px 25px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
#contact-container input.submit:hover {
	background: #999;
}
#contact-container input.submit:active {
	background: #888;
}
#contact-container .error {
	font: bold 12px/14px Arial;
	color: #ff0000;
	position: absolute;
	left: 60px;
	width: 320px;
	top: 328px;	
}
#contact-container .success {
    color: #A7A7A7;
    font: 35px/183px Arial;
    font-weight: bold;
    height: 150px;
    letter-spacing: -3px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
#portfolio-container .title {
	margin-bottom: 0px;
}
#portfolio-container .pager {
	margin-left: 17px;
    text-align: center;
}
#portfolio {
	width: 777px;
	background: url(../img/logo-hr.gif) 6px 411px no-repeat;
	overflow: hidden;
	height: 100%;
	padding-bottom: 11px;
    margin-top: 70px;
}
#portfolio img {
	background: center center no-repeat;
}
#portfolio li {
	float: left;
	list-style: none;
	width: 241px;
	height: 369px;	
	margin-right: 18px;
	margin-bottom: 81px;
}
#portfolio a {
	display: block;
	border: 1px solid #fff;
	padding: 10px 10px 10px 9px;
	text-decoration: none;
	font: 11px/18px Arial;
	color: #b7b7b7;
	-webkit-transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in; 
}
#portfolio a:hover {
	border-color: #dadada;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none;
}
#portfolio b {
	display: block;
	font: 13px/18px "NobBold",Arial;
	color: #666;
	margin: 10px 0 2px;
    text-transform: uppercase;
}
#portfolio-inner-container {
	overflow: hidden;
	height: 100%;
}
#portfolio-inner-container .content {
	padding-bottom: 80px;
}
#portfolio-inner-container .title {
	margin-bottom: 90px;
}
#portfolio-item {
	float: left;
	width: 221px;
	margin: 0 50px 20px 0;	
	font: 11px/18px Arial;
	color: #b7b7b7;
	padding-bottom: 8px;
}
#portfolio-item h2 {
	display: block;
	font: 17px/18px MyproCond, Arial;
	color: #666;
	margin: 10px 0 2px;
}
#portfolio-item img {
	background: center center no-repeat;
}
/* misc */
.title {
	padding-left: 0px;
}
.title,
.title a {
	font: 35px/35px "NobBold", Arial;
	letter-spacing: -3px;
	color: #3d3d3d;
	text-decoration: none;
	text-transform: uppercase;
}
.title a:hover {
	text-decoration: underline;
}
h1.title {
	margin-right: 120px;
}
.back {
	position: absolute;
	right: 0;
	top: 150px;
	font: 11px/21px Roboto Condensed, sans-serif, Arial;
	color: #939496;
	text-decoration: none;
	height: 21px;
	padding: 3px 10px 3px 44px;
	background: url(../img/back.gif) 8px 10px no-repeat;
    text-transform: uppercase;
}
.back:hover {
	color: #fff;
	background-color: #3d3d3d;
	background-position: 8px -90px;
}
.back-bottom {
    background: rgba(0, 0, 0, 0) url("../img/back.gif") no-repeat scroll 8px 10px;
    bottom: 100px;
    color: #939496;
    font: 11px/21px Roboto Condensed,sans-serif,Arial;
    height: 21px;
    padding: 3px 10px 3px 44px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.pager {
	border-top: 1px solid #efefef;
	padding: 50px 0;
}
.pager a {
	font: 27px/30px Heading, Arial;
	color: #a7a7a7;
	text-decoration: none;
	margin-right: 7px;
	padding: 0 5px;
	-webkit-transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-o-transition: all 0.2s ease-in; 
}
.pager a:hover {
	color: #000;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
}
.pager a.active {
	color: #ff5400;
}
/* content */
.content {
	color: #454545;
	font: normal 12px/20px 'Playfair Display', serif, Arial;
    margin-top: 50px;
}
.content p {
	font: normal 12px/22px 'Playfair Display', serif, Arial;
}
strong,
b {
    color: #494949;
    font: bold 12px/20px 'Playfair Display', serif, Arial;  
}
.contentbig {
    font: normal 17px/20px Arial !important;
    color: #494949;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.contentsmall {
    font: normal 11px/16px Arial !important;
}
.content p,
.content ul,
.content ol,
.content iframe,
.content object,
.content table,
.content embed {
	margin-bottom: 25px;
}
.content ul,
.content ol {
	margin-left: 20px;
	padding-left:20px;
	overflow: hidden;
}
.content li {
	font: normal 13px/20px Arial;
	padding-left: 8px;
}
.content em {
    font: italic 19px/28px "Playfair Display",serif,Arial;
}
.content a,
.content a:link,
.content a:visited,
.content a:active {
	color: #427fb6;
    font: 12px/20px "Playfair Display",serif,Arial;
}
.content table {
	border-collapse: collapse;  
	border-spacing: 0; 
}
.content th {
	border: 1px solid #b9b8b8;
	padding: 5px 8px;
	background: #eee;
	color: #000;
}
.content td {
	border: 1px solid #b9b8b8;
	padding: 3px 8px;
	color: #686868;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6  {
	font: bold 18px/20px Arial;
	color: #000;
	padding-bottom: 5px;
}
.content h4 { font: bold 16px/18px Arial }
.content h5 { font: bold 14px/18px Arial }
.content h6 { font: bold 13px/18px Arial }
.content hr {
	height: 1px;
	overflow: hidden;
	background: #ddd;
	margin: 20px 0;
	border: none;
}
.content .column-left {
	float: left;
	width: 46%;
}
.content .column-right {
	float: right;
	width: 46%;
}

@media all and (max-width: 1120px) {
	#wrapper {
		width: 998px;
	}
	#right {
		margin-left: 790px;
	}
	#banners {
		width: 760px;
	}
	#banners div {
		margin-left: -43px;
	}
	#right {
		position: absolute;
	}
}


.btn {
  font: 12px/44px Roboto Condensed, sans-serif, Arial !important;
  color: #686868 !important;
  background: #efefef;
  padding: 3px 25px 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 43px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 0 0;
  text-transform: uppercase;
}
a.btn {
  height: 43px;
  text-decoration: none !important;
}
.btn:hover {
  background: #ff5400;
  color: #fff !important;
}
.article + .article {
  margin-top: 60px;
  padding-top: 40px;
  background: url(../img/article-hr.gif) center top no-repeat;
}
.article + .pager {
  text-align: center;
  border-top: 0;
  background: url(../img/article-hr.gif) center top no-repeat;
  padding: 62px 0 16px;
  margin: 40px 0 0;
}
.stats {
    color: #323232;
    font: 20px/32px "Playfair Display",serif,Arial;
    margin: 16px 0 10px;
    text-align: center;
}
.statsb {
    color: #323232;
    font: 54px/60px "NobBold", Arial;
    margin: 16px 0 20px;
    text-align: center;
}
.sukis {
    color: #323232;
    font: 88px/70px "NobBold", Arial;
    margin: 50px 0 60px;
    text-transform: uppercase;
    letter-spacing: -6.9px;
}
