@charset "utf-8";
/* CSS Document */

@font-face {
		font-family: 'FuturaBook';
		src: url('FTR45.eot');
		src: url('FTR45.eot?#iefix') format('embedded-opentype'),
				 url('FTR45.woff') format('woff'),
				 url('FTR45.ttf') format('truetype'),
				 url('FTR45.svg#futurabook') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Bariol-Regular';
		src: url('bariolregular.eot');
		src: url('bariolregular.eot?#iefix') format('embedded-opentype'),
				 url('bariolregular.woff') format('woff'),
				 url('bariolregular.ttf') format('truetype'),
				 url('bariolregular.svg#bariolregular') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
    font-family: Biord_regular;
    src: url(Bariol_Regular.otf);
}

@font-face {
		font-family: 'Bender-Thin';
		src: url('benderthin.eot');
		src: url('benderthin.eot?#iefix') format('embedded-opentype'),
				 url('benderthin.woff') format('woff'),
				 url('benderthin.ttf') format('truetype'),
				 url('benderthin.svg#benderthin') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Ebrima';
		src: url('ebrima.eot');
		src: url('ebrima.eot?#iefix') format('embedded-opentype'),
				 url('ebrima.woff') format('woff'),
				 url('ebrima.ttf') format('truetype'),
				 url('ebrima.svg#ebrima') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'FuturaDemi';
		src: url('futurademi.eot');
		src: url('futurademi.eot?#iefix') format('embedded-opentype'),
				 url('futurademi.woff') format('woff'),
				 url('futurademi.ttf') format('truetype'),
				 url('futurademi.svg#futurademi') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'FuturaBT-Medium';
		src: url('futuramdbtmedium.eot');
		src: url('futuramdbtmedium.eot?#iefix') format('embedded-opentype'),
				 url('futuramdbtmedium.woff') format('woff'),
				 url('futuramdbtmedium.ttf') format('truetype'),
				 url('futuramdbtmedium.svg#futuramdbtmedium') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Gals';
		src: url('gals.eot');
		src: url('gals.eot?#iefix') format('embedded-opentype'),
				 url('gals.woff') format('woff'),
				 url('gals.ttf') format('truetype'),
				 url('gals.svg#gals') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'FuturaFuturis-Regular';
		src: url('futurafuturis.eot');
		src: url('futurafuturis.eot?#iefix') format('embedded-opentype'),
				 url('futurafuturis.woff') format('woff'),
				 url('futurafuturis.ttf') format('truetype'),
				 url('futurafuturis.svg#futurafuturis') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
    font-family: 'Conv_AGForeignerLightC';
    src: url('AGForeignerLightC.eot');
    src: local('☺'), url('AGForeignerLightC.woff') format('woff'), url('AGForeignerLightC.ttf') format('truetype'), url('AGForeignerLightC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_AGForeignerMediumC';
    src: url('AGForeignerMediumC.eot');
    src: local('☺'), url('AGForeignerMediumC.woff') format('woff'), url('AGForeignerMediumC.ttf') format('truetype'), url('AGForeignerMediumC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	min-width:1200px;
	font-family: 'FuturaBook';
    overflow-x: hidden;
}
.page_container {
	width:1200px;
	margin:0 auto;
}
.header {
	background:#000;
	height:80px;
}
.logo {
	float:left;
	margin:26px 0 0;
	height:50px;
	position:relative;
	z-index:10;
}
.logo a {
    display: block;
    width: 165px;
    height: 50px;
    background: url(../img/logo.png) left top no-repeat;
    text-decoration: none;
    color: #f4c33b;
    font-family: Biord_regular;
    font-size: 24pt;
    line-height: 16px;
    padding-left: 54px;
    padding-top: 16px;
}
.logo a span{
    font-family: Corbel;
    font-size: 8.67pt;
    color: #989898;
    line-height: 8.67pt;
    letter-spacing: 2px;
}
.top_nav {
	float:left;
	margin:40px 0 0 30px;
	list-style:none;
	width:760px;
	text-align:center;
}
.top_nav li {
	display:inline-block;
	margin-left:70px;
	font-family: 'Ebrima';
	font-size:16px;
    position: relative;
}
.top_nav li:first-child {
	margin-left:0;
}
.top_nav li a {
	color:#fff;
}
.top_nav li a:hover {
    color: #febf13;
    text-decoration: none;
}
.socials {
	float:left;
	margin:36px 0 0;
	width:136px;
	text-align:right;
}
.slider {
	width: 100%;
	height: 430px;
	position: relative;
}
.caroufredsel_wrapper {
	width: 100% !important;
	height: 100% !important;
}
.slide {
	width: 100%;
	height: 430px;
	overflow: hidden;
	float: left;
	position:relative;
}
.slide img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width:none;
}
.slide_text_wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/slide_text_bg.png) 50% 0 no-repeat;
}
.slide_text {
	position: absolute;
	top:0;
	left:0;
	height:360px;
	width:530px;
	padding:35px;
	font-family: 'Bariol-Regular';
	font-size:52px;
	line-height:56px;
	color:#fff;
}
.slide_text table {
	overflow:hidden;
}
.slide_text td {
	height:360px;
	width:530px;
	padding:0;
}
.slider_nav {
	position:absolute;
	left:0;
	bottom:10px;
	right:0;
	z-index:1;
}
.slider_nav a {
	display:inline-block;
	font-size:0;
	/*text-indent:9999px;*/
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	margin-right:4px;
}
.slider_nav a.selected {
	background:#fffc00;
}
.slider_nav a:focus {
    outline:none;
}
.latest {
	height:120px;
	background:#333 url(../img/latest_bg.png) 50% 0 no-repeat;
}
.latest_header {
	float:left;
	width:375px;
	line-height:120px;
	font-family: 'FuturaDemi';
    font-size: 36px;
	color:#fff;
	padding-left:75px;
	background:url(../img/latest_icon.png) 0 50% no-repeat;
}
.latest_carusel {
	float:right;
	width:644px;
	height:135px;
	padding:0 45px;
	position:relative;
}
.carusel_l {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:45px;
	background:url(../img/latest_l.png) 50% no-repeat;
}
.carusel_r {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:45px;
	background:url(../img/latest_r.png) 50% no-repeat;
}
.latest_item {
    float: left;
    width: 180px;
    height: 112px;
    margin: 6px 17px 4px;

}
.latest_item a {
    display: block;
    background: #000;
}
.latest_item a:hover img  {
    opacity: 0.75;
}
.page_header {
	font-family: 'FuturaDemi';
	font-size:45px;
	color:#4d4d4d;
	text-align:center;
	margin:0;
	line-height:90px;
}
.horizontal_line {
	height:2px;
	background: #e5e5e5;
	background: -moz-linear-gradient(left,  #ffffff 0%, #e5e5e5 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 0%,#e5e5e5 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.deeds {
	margin-left:-20px;
}
.deed {
    display: block;
	float:left;
	width:280px;
	margin-left:24px;
	margin-bottom:20px;
}
.deed h3 {
	font-family: 'Bender-Thin';
	font-size:30px;
	line-height:30px;
	margin:0 0 35px;
	color:#1a1a1a;
}
.deed h3 span {
	font-family: 'FuturaDemi';
	font-size:37px;
	color:#cccccc;
}
.deed_link {
    display: block;
    text-align: center;
    cursor: pointer;
}
.deed p {
	margin:10px 0 0;
	font-size:16px;
	color:#666666;
	text-align:justify;
}
.own_cms {
	padding:50px 0;
	min-height:270px;
	background:url(../img/own_cms_bg.png) 50% no-repeat;
}

.laptop {
    float:right;
    width: 420px;
    height: 233px;
    /*position: relative;*/
}

.laptop > a{
    z-index: 2;
    top: 15px;
    left: 65px;
    width: 289px;
    height: 181px;
    position: absolute;
    display: block;
}
.latest_item a {
    position: relative;
}

.latest_item_inner {
    display: none;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    z-index: 100;

}
.latest_item a:hover .latest_item_inner {
    display: block;
}
.own_cms h4 {
	font-family: 'Bariol-Regular';
	font-size:52px;
	color:#1a1a1a;
	line-height:52px;
	margin:0 0 30px;
	font-weight:normal;
}
.own_cms p {
	font-size:24px;
	color:#999999;
	line-height:30px;
	width:450px;
}
.rule {
	font-family: 'FuturaDemi';
	text-align:center;
	font-size:110px;
	color:#e5e5e5;
	background:url(../img/rule.png) right 0 no-repeat;
	height:78px;
	line-height:78px;
	padding:90px 0 0;
	overflow:hidden;
    position: relative;
    max-width: 1470px;
    margin: 0 auto;
}
.rule_over {
    position: absolute;
    left: 0;
    top: -15px;
}
.rule_over img, .rule_opacity img {
    max-width: inherit;
}
.rule_arrow {
    position: absolute;
    top: -45px;
    left: 66px;
    z-index: 3;
}
.rule_opacity {
    position: absolute;
    top: 4px;
    left: 0;
}

.statictics {
	background:#e5e5e5 url(../img/statistics.png) 50% no-repeat;
	padding:30px 0;
	height:268px;
}
.statictics.nl {
    background: #e5e5e5 url(../img/statistics2.png) 50% no-repeat;
}
.statictics.ru {
    background: #e5e5e5 url(../img/statistics.png) 50% no-repeat;
}
.team_wrap {
    margin: 0 -60px 0 -90px;
}
.team {
	position:relative;
	height:400px;
    width: 1005px;
	margin:0 auto;
}
.member {
	position:absolute;
}
.member_pic {
	background:#fff;
	padding:4px;
	border:2px solid #a4def6;
	border-radius:50%;
	width:70px;
	height:70px;
	overflow:hidden;
    position: relative;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.member-hover .member_pic {
	width:120px;
	height:120px;
	margin:-25px;
	border:2px solid #f47e23;
}
.member .member_pic img {
    width:70px;
    height:70px;
    position: absolute;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.member-hover .member_pic img {
    width:120px;
    height:120px;
}
.member-hover .member_pic img.black {
    opacity: 0;
}
.member_tag_container {
	position:absolute;
	top:-45px;
	left:-59px;
	height:30px;
	width:200px;
	text-align:center;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.member_tag {
	display:inline-block;
	background:#9bd8f5;
	border-radius:4px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	white-space:nowrap;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
    text-transform: uppercase;
}
.member-hover .member_tag_container {
	top:-70px;
}
.member-hover .member_tag {
	background:#f47e23;
}
.member_tag_arrow {
	content:"";
	position:absolute;
	bottom:-8px;
	left:50%;
	margin-left:-5px;
	border-top:8px solid #9bd8f5;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.member-hover .member_tag_arrow {
	border-top:8px solid #f47e23;
}
.member_tag_container.bottom {
	top:auto;
	bottom:-45px;
}
.member_tag_container.bottom .member_tag_arrow {
	bottom:auto;
	top:-8px;
	border-top:none;
	border-bottom:8px solid #9bd8f5;
}
.member-hover .member_tag_container.bottom {
	top:auto;
	bottom:-70px;
}
.member-hover .member_tag_container.bottom .member_tag {
	background:#f47e23;
}
.member-hover .member_tag_container.bottom .member_tag_arrow {
	border-top:none;
	border-bottom:8px solid #f47e23;
}
.member_connector {
	position:absolute;
	width:120px;
	height:60px;
	overflow:hidden;
	z-index:-2;
}
.member_connector_item {
	content:"";
	position:absolute;
	left:-130px;
	width:300px;
	height:300px;
	border:2px solid #a4def6;
	border-radius:50%;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.member-hover .member_connector_item {
	border:2px solid #f47e23;
}
.member-hover .member_connector {
	z-index:-1;
}
.promos {
	text-align:center;
	font-size:0;
	margin-bottom:40px;
}
.promo {
	display:inline-block;
	width:300px;
	margin:0 15px 30px;
	font-size:14px;
	vertical-align:top;
	box-shadow:1px 0 6px rgba(0,0,0,0.26);
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
}
.promo a:hover{
    text-decoration: none;
}
.promo-hover {
    box-shadow: 1px 0 6px #f47e23;
}

.promo-hover .promo_head {
    color: #f47e23;
}

.promo_separator {
	border-left:150px solid #71c5d3;
	border-right:150px solid #7eb66f;
	height:2px;
}
.promo_head {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	line-height:40px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
}
.promo_text {
	color:#666666;
	font-size:17px;
	line-height:22px;
	text-align:left;
	padding:0 25px 20px;
	height:66px;
    overflow: hidden;
}
.promo_date {
	border-top:1px solid #e5e5e5;
	line-height:38px;
	text-align:right;
	padding:0 25px;
	color:#b2b2b2;
	font-size:13px;
}
.promo_date span {
	display:inline-block;
	font-size:0;
	vertical-align:top;
	margin-right:5px;
}
.clients_head {
	font-size:22px;
	line-height:30px;
	margin:-16px 0 0;
	text-align:center;
	color:#808080;
}
.clients_head span {
	display:inline-block;
	background:#fff;
	padding:0 10px;
}
.client {
	float:left;
	width:240px;
	height:170px;
	font-size:0;
	line-height:170px;
	text-align:center;
}
.footer {
	background:#191919;
}
.footer_container {
	width:960px;
	margin:0 auto;
}
.footer_nav {
	margin:0;
	list-style:none;
	text-align:center;
    position: relative;
}
.footer_nav > li {
	display:inline-block;
	margin-left:150px;
	line-height:80px;
	font-family: 'Ebrima';
	font-size:16px;
}
.footer_nav li:first-child {
	margin-left:0;
}
.footer_nav li a {
	color:#fff;
    position: relative;
    z-index: 201;
}
.footer_nav li a:hover {
    color: #febf13;
    text-decoration: none;
}
.footer_nav .hasChildren ul {
    position: absolute;
    width: 220px;
    text-align: left;
    z-index: 200;
    margin: 0;
    padding: 10px 10px 10px 45px;
    display: none;
    top: 60px;
    left: 45px;
    list-style: none;
    background: #febf13;
    box-sizing: border-box;
}
.footer_nav .hasChildren:hover ul {
    display: block;
}
.footer_nav .hasChildren ul li {
    margin: 0;
    width: 100%;
}
.footer_nav .hasChildren ul li:last-child {
    border: none;
}
.footer_nav .hasChildren ul li a {
    display: inline-block;
    line-height: 30px;
    font-family: Bariol-Regular;
    font-size: 15px;
    color: #191919;
    text-shadow: 0px 1px 0px #937216;
}
.footer_nav .hasChildren ul li a:hover {
    color: #fff;
}
.footer_nav li a:focus, .footer_nav .hasChildren ul li a:focus {
    outline: none;
}
.footer_col {
	float:left;
	width:218px;
	height:240px;
	border-left:2px solid #2b2b2b;
	margin-bottom:40px;
	padding:0 50px;
}
.footer_col:first-child {
	border-left:2px solid transparent;
	background:url(../img/footer_logo.png) 10px 5px no-repeat;
}
.footer_head {
	font-family: 'FuturaFuturis-Regular';
	color:#808080;
	font-size:25px;
	line-height:30px;
	margin-bottom:10px;
}
address {
    margin-top: 20px;
    margin-bottom: 4px;
    margin-left: -40px;
    padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#b2b2b2;
	line-height: 16px;
    background: url(../img/footer_marker.png) 0 0 no-repeat;
}
.footer_contacts a {
	display:block;
	line-height:38px;
	color:#999999;
	font-family: 'FuturaFuturis-Regular';
	font-size:13px;
	white-space:nowrap;
}
.footer_contacts a span {
	display:inline-block;
	font-size:0;
	vertical-align:top;
	margin-right:20px;
}
.footer_col input[type="text"] {
	background:#333333;
	border-color:#333333;
	font-size:16px;
	font-family: 'FuturaFuturis-Regular';
	color:#666666;
}
.newsletter_btn {
	text-align:right;
}
.newsletter_btn button {
	font-size:13px;
	color:#808080;
	font-family: 'FuturaFuturis-Regular';
	background:none;
	border:none;
	padding:0;
}
.newsletter_btn button:hover {
	text-decoration:underline;
}
.newsletter_btn button span {
	display:inline-block;
	font-size:0;
	vertical-align:top;
	margin-left:10px;
}
.copyright {
	border-top:2px solid #2B2B2B;
	line-height:44px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fec013;
}
.contacts_line {
	background:url(../img/contacts_line.png) repeat-x;
	height:7px;
	position:relative;
	z-index:1;
}
.map {
	float:right;
	margin:-7px 0;
	position:relative;
}
.map_overlay {
	position:absolute;
	z-index:1;
	top:-44px;
	bottom:0;
	right:0;
	left:0;
	background:url(../pic/map_overlay.png) 85px 100% no-repeat;
}
.contacts_text {
	padding:20px 570px 0 0;
	font-size:20px;
	font-family: 'FuturaFuturis-Regular';
	color:#4d4d4d;
	line-height:26px;
}
.contacts_text .page_header {
	font-size:36px;
	text-align:left;
}
.contacts_form {
	margin:30px 0 0;
}
.contacts_form label {
	display:inline-block;
	vertical-align:top;
	width:135px;
	padding-left:15px;
	line-height:40px;
	font-size:20px;
	margin-bottom:15px;
}
.contacts_form_input {
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
}
.contacts_form_input input {
	border:4px solid #e5e5e5;
	height:24px;
	line-height:24px;
	border-radius:0;
	margin:0;
	font-family: 'FuturaFuturis-Regular';
	font-size:20px;
	color:#4d4d4d;
	width:260px;
}
.contacts_form_input textarea {
    border-width: 4px;
	/*border:4px solid #e5e5e5;*/
	line-height:24px;
	border-radius:0;
	font-family: 'FuturaFuturis-Regular';
	font-size:20px;
	color:#4d4d4d;
	width:350px;
	height:114px;
	margin:0;
	resize:none;
}
.color_line {
	border-left:600px solid #71c5d3;
	border-right:600px solid #7eb66f;
	height:2px;
}
.news_text {
	font-size:17px;
	line-height:30px;
	color:#666666;
}
.news_text p {
	margin-bottom:30px;
}
.page_header span {
	font-size:0;
	display:inline-block;
	vertical-align:top;
	margin-right:60px;
}
.solution_head {
	font-size:0;
	line-height:116px;
	font-family: 'Bariol-Regular';
}
.solution_head img {
	margin-right:35px;
}
.solution_head span {
    padding-top: 30px;
    padding-bottom: 40px;
	line-height:36px;
	font-size:31px;
	display:inline-block;
	vertical-align:top;
}
.hotel_solution_text {
	font-size:24px;
	line-height:28px;
	color:#666666;
	/*background:url(../img/hote_solution_bg.png) 100% 100% no-repeat;*/
	width:460px;
}
.hotel_solution_text p {
	margin-bottom:30px;
}
.portfolio_items {
	font-size:0;
}
.portfolio_item {
	display:inline-block;
	vertical-align:top;
	width:400px;
}
.portfolio_item:hover{
    text-decoration: none;
}
.portfolio_item_text {
	background:#f9f9f6;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:15px 0;
}
.portfolio_item_name {
    color: #333333;
}
.portfolio_item_tag {
	font-size:12px;
	color:#666;
}
.main_portfolio {
    margin: 0 auto;
    padding: 20px 0;
}
.main_portfolio_item {
    overflow: hidden;
    float: left;
    position: relative;
    width: 384px;
    height: 230px;
    /*margin: 0 2px 4px 2px;*/
    border: 1px solid rgba(37, 37, 37, 0.9);
    border-left: 0px;
    border-top: 0px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}
.main_portfolio_item_img img {
    width: 384px;
    height: 230px;
}
.main_portfolio_item_hover {
    position: absolute;
    width: 384px;
    height: 230px;
    top:155px;
}
.main_portfolio_item_title {
    width: 364px;
    top: 0px;
    height: 55px;
    padding: 10px;
    background: rgb(38, 38, 38);
    color: #ffffff;
    z-index: 2;
    opacity: 0.9
}
.main_portfolio_item_text {
    position: absolute;
    top: 75px;
    height: 135px;
    padding: 10px 10px 10px 10px;
    width: 364px;
    color: #ffffff;
    font-size: 17px;
    z-index: 2;
}
.main_portfolio_item_text a {
    color: #ffffff;
}
.main_portfolio_item_background {
    top: 75px;
    height: 155px;
    width: 384px;
    /*background: rgba(211, 211, 49, 1);*/
    background: rgba(0, 99, 146, 1);
    z-index: 1;
    opacity: 0;
}
.main_portfolio_item_name a {
    font-size: 35px;
    line-height: 35px;
    color: #fbc155;
    text-decoration: none;
}
.main_portfolio_item_description {
    font-size: 15px;
}
.blackout{
    background-color: #000000;
    opacity: 0.25;
    width: 300px;
    height: 200px;
}
.portfolio_images{
    width: 70%;
    float: left;
    margin-bottom: 30px;
}
.portfolio_menu{
    width: 300px;
    float: left;
    margin-left: 35px;
}

.portfolio_image{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    border: 15px solid #E6E6E9;
    margin: 15px 0 0 0;
}

.portfolio_image:hover {
    border-color: rgb(250, 220, 163);;
}

#link-project{
    position: relative;
    display: block;
    border: 1px solid #000;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -o-box-shadow: 0 1px 0 #fff;
    -ms-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    width: 227px;
    height: 38px;
    background: url(./../img/bg-single-cta.jpg) no-repeat top center;
    font-family: 'MuseoSlab-300',serif;
    color: #f9f9f9;
    font-size: 15px;
    line-height: 38px;
    text-align: left;
    padding-left: 22px;
    margin-top: 24px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
}
#link-project:hover, #link-project:focus{
    background-position:bottom center;
    text-decoration: none;
}
.portfolio_menu_item{

}
.cups_of_tea {
    display: block;
    height: 29px;
    white-space: nowrap;
    line-height: 29px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    background: url(./../img/sprite-single.png) no-repeat 0 0;
    margin: 22px 0 0 21px;
    padding-left: 30px;
    background-position: 0 -117px;
}
.customer {
    display: block;
    height: 29px;
    white-space: nowrap;
    line-height: 29px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    background: url(./../img/sprite-single.png) no-repeat 0 0;
    margin: 22px 0 0 21px;
    padding-left: 30px;
    background-position: 0 -89px;
}
.development_time {
    display: block;
    height: 29px;
    white-space: nowrap;
    line-height: 29px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    background: url(./../img/sprite-single.png) no-repeat 0 0;
    margin: 22px 0 0 21px;
    padding-left: 30px;
    background-position: 0 -58px;
}
.development_type {
    display: block;
    height: 29px;
    white-space: nowrap;
    line-height: 29px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin: 22px 0 8px 21px;
    float: left;
    width: 100%;
}
.portfolio_pagination{
    text-align: center;
    margin-top:10px;
}
.portfolio_pagination a{
    border-bottom: 3px solid #A6A6A6;
    display: inline-block;
    color: #ffffff;
}
.portfolio_pagination a.active{
    border-bottom-color: #161616;
}
.portfolio_menu_item.description{
    margin: 25px;
}
.sticked{
    position: fixed;
}
.job_type, .job_type img, .job_type span{
    float: left;
}
.job_type img{
    float: left;
}
.development_1{
    background-image: url(../img/development_type_1.png);
    width: 40px;
}
.development_2{
    background-image: url(../img/development_type_2.png);
    width: 80px;
}
.development_3{
    background-image: url(../img/development_type_3.png);
    width: 108px;
}
.development_4{
    background-image: url(../img/development_type_4.png);
    width: 28px;
}
.development_5{
    background-image: url(../img/development_type_5.png);
    width: 46px;
}
.development_type > div {
    overflow: hidden;
    background-repeat: no-repeat;
    padding-left: 30px;
    float: left;
}
/*----------------------------------*/

.deed img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    border-radius:50%;
    box-shadow: 0 0 0 0 #fbc155;
}

.deed:hover img {
    box-shadow: 0 0 0 5px #fbc155;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.deed span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.deed h3 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.deed:hover span {
    color:#fbc155;
}
.deed:hover h3 {
    color:#4b98e4;
}

.contacts_form input, .contacts_form textarea {
    -webkit-box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contacts_form .errorMessage {
    top: 7px;
    width:200px;
    left: 438px;
    font-size: 14px;
    position: absolute;
    background: bisque;
    color: #b94a48;
}

.contacts_form .control-group {
    position: relative;
}

::selection {
    background:#333;
    color:#fff;
}

#mouseclics-today {
    font-family: 'FuturaDemi';
    font-size: 46px;
    position: absolute;
    left: 174px;
    top: 197px;
    color:rgb(70, 70, 70);
}


.ch-info, #mouseclics-today {
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10  */
    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;
}
#mouseclics-today {
    cursor: default;
}

.portfolio_item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    max-width: 390px;
}

.portfolio-item-hover img {
    box-shadow: 1px 0 6px #f47e23;
    -webkit-filter: contrast(120%);
}
.portfolio_item_tag, .portfolio_item_name {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.portfolio-item-hover .portfolio_item_name {
    color:#4b98e4;
}
.portfolio-item-hover .portfolio_item_tag {
    color:#f47e23;
}

.rule_over {
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.slide_01_bg {
    /*background: url(../img/slider_bg_left.png) 50% 0 no-repeat;*/
    position: absolute;
    top: -100px;
    right: 0;
    width: 1920px;
    height: 1080px;
}

.projects .span1x1 {
    width: 480px;
    height: 360px;
}

.projects .span1x2 {
    width: 480px;
    height: 720px;
}

.projects .span2x1 {
    width: 960px;
    height: 360px;
}

.projects .span2x2 {
    width: 960px;
    height: 720px;
}

.project a {
    background-size: 101%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(0);
}
.project {
    margin: 0px;
}
.project .span1x1 .inner {
    padding: 6.8359375%;
}
.project .span1x2 .inner {
    padding: 6.8359375%;
}
.project .span2x1 .inner {
    padding: 3.4179687%;
}
.project .span2x2 .inner {
    padding: 3.4179687%;
}
.project > a {
    margin: 0px;
}
.project-title {
    opacity: 0;
    margin: 0 10px 0 -10px;
    color: #fff;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    -moz-transition: opacity .2s ease, margin .2s ease;
    -o-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease;
    font-size: 32px;
    font-family: 'FuturaDemi';
    position: relative;
}
.project a:hover .project-title {
    opacity: 1;
    margin: 0;
}
.project a {
    text-decoration: none;
}
.about_us_container {
    font-family: 'Conv_AGForeignerLightC';
}
.about_us_container .page_header {
    font-family: 'Conv_AGForeignerMediumC';
    font-size: 35px;
    text-transform: uppercase;
    line-height: 170px;
}
.about_us_container .page_header span {
    margin-right: 35px;
}
.about_us_title {
    font-size: 31px;
    margin: 40px 0;
    font-family: 'Bariol-Regular';
    color: #333333;
}
.about_us_pic {
    padding-bottom: 9px;
    background: url(../img/slider%20shadow.png) bottom no-repeat;
    text-align: center;
}
.about_us_text {
    padding: 25px 50px 35px;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    color: #666666;
    font-family: FuturaBook;

}
.about_us_container {
    font-size: 0;
}
.about_us_item {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    font-size: 13px;
    margin: 0 0 80px 0;
}
.about_item_pic {
    width: 270px;
}
.about_item_pic img {
    max-width: 270px;
    max-height: 270px;
}
.about_item_info {
    width: 270px;
    padding: 0 30px;
}
.about_item_name {
    font-size: 22px;
    line-height: 40px;
    color: #4d4d4d;
    font-family: FuturaBook;
}
.about_item_post {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #4d4d4d;
    font-family: FuturaBook;
}
.about_item_resume {
    line-height: 30px;
    color: #666666;
    font-family: FuturaBook;
    font-size: 14px;
}
.item_align {
    text-align: right;
}
.top_nav .hasChildren ul {
    position: absolute;
    width: 186px;
    text-align: left;
    z-index: 200;
    margin: 0;
    top: 20px;
    padding-top: 20px;
    display: none;
}
.top_nav .hasChildren ul li a {
    display: block;
    line-height: 26px;
    padding-left: 10px;
    font-family: Bariol-Regular;
    font-size: 15px;
}
.top_nav .hasChildren ul li {
    margin: 0;
    width: 100%;
    background: #000000;
}
.top_nav .hasChildren ul li:last-child {
    border: none;
}
.top_nav .hasChildren:hover ul {
    display: block;
}
.promo_date .promo_date_hover2 {
    display: none;
}
.promo:hover .promo_date_hover {
    display: none;
}
.promo:hover .promo_date_hover2 {
    display: block;
    margin-top: 12px;
}
.design_wrap .page_header {
    line-height: 170px;
}
.design_title {
    font-size: 31px;
    font-family: Bariol-Regular;
    color: #333333;
    margin-bottom: 16px;
}
.design_content_left {
    width: 600px;
    font-family: FuturaBook;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    box-sizing: border-box;
    padding-right: 25px;
}
.design_content_right {
    width: 600px;
    font-family: FuturaBook;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 25px;
}
.design_link {
    color: #b5b5b5;
    font-family: Bariol-Regular;
    display: block;
    margin-bottom: 20px;
    width: 370px;
}
.design_link:hover {
    color: #4b98e4;
    text-decoration: none;
}
.design_content_left p, .design_content_right p {
    margin-bottom: 20px;
}
.design_content {
    margin-top: 60px;
}
.design_wrap .page_header span{
    margin-right: 30px;
}
.design_content_right h2 {
    font-size: 22px;
    color:#333333;
}
.img_developer {
    margin-bottom: 50px;
}
.client .img_hover {
    display: none;
}
.client:hover img {
    display: none;
}
.client:hover .img_hover {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.member_fix .member_tag_container .member_tag {
    height: 40px;
    line-height: 20px;
}
.technology_title {
    font-size: 31px;
    font-family: Bariol-Regular;
    color: #333333;
}
.technology_block {
    width: 436px;
    position: relative;
    z-index: 1;
}
.technology_title img {
    padding-right: 24px;
}
.technology_content {
    width: 660px;
    margin-top: 24px;
    color: #666666;
    font-size: 24px;
    font-family: FuturaBook;
    line-height: 30px;
}
.technology_block_fix1 {
    margin-top: 60px;
    margin-left: 60px;
}
.technology_title tr td:last-child  {
    line-height: 36px;
    text-align: left;
}
.technology_title tr td:first-child {
    width: 100px;
}
.design_content {margin-bottom: 60px;position: relative}
.margin_fix {
    margin: 0;
}
.spec_fix {
    margin-top: 60px;
}
.technology_img_absolute {
    position: absolute;
    top: 100px;
    right: 0;
}
.height_fix {
    height: 630px;
}
.design_content_last {
    margin-bottom:50px ;
}
.technology_marg_top {
    margin-top: 68px;
}
.technology_img_abs {
    position: absolute;
    left: 130px;
    top: 142px;
}
.design_content_height{
    height: 672px;
}
.online_and_off {
    text-align: right;
    font-size: 24px;
    color: #666666;
    font-family: FuturaBook;
    line-height: 30px;
    margin-top: 326px;
}
.position_abs_img {
    position: absolute;
    top: -61px;
    right: -270px;
}
.position_abs_img2 {
    position: absolute;
    top: 0;
    left: 420px;
}
.design_content_height_fix {
    height: 622px;
    padding-top:40px;
}
.img_margin_fix {
    margin: 50px 0;
}
.fish_container {
    background: url(../img/development_img10.png) 50% 0 no-repeat;
    height: 540px;
}
.fish_text {
    width: 300px;
    position: relative;
}
.fish_text_top {
    font-size: 21px;
    color: #fff;
    font-family: Bariol-Regular;
    position: absolute;
}
.fish_text_bottom {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
}
.fish_text1 .fish_text_bottom {
    margin-top: 272px;
    padding-left: 38px;
}
.fish_text1 .fish_text_top {
    left: 108px;
    top: 158px;
}
.fish_text2 .fish_text_bottom{
    margin-top: 100px;
    margin-top: 316px;
    padding-left: 22px;
}
.fish_text2 .fish_text_top {
    top: 206px;
    left: 30px;
}
.fish_text3 .fish_text_bottom {
    margin-top: 210px;
}
.fish_text3 .fish_text_top {
    top: 110px;
    left: 116px;
}
.fish_text4 .fish_text_bottom {
    margin-top: 300px;
    padding-left: 16px;
}
.fish_text4 .fish_text_top {
    top: 184px;
    left: 84px;
}
.img_margin_fix2 {
    margin-top: 20px;
}
.technology_content_right {
    color: #333333;
    font-size: 31px;
    font-family: Bariol-Regular;
    line-height: 32px;
    margin-top: 230px;
}
.technology_img_3d {
    margin-right: 144px;
}
.technology_img_abs2 {
    left: 94px;
    top: 74px;
}
.design_content_height2 {
    height: 610px;
}
.online_and_off2 {
    margin-top: 290px;
    position: relative;
    z-index: 100;
}
.design_content_height_fix2 {
    padding-top: 40px;
    height: 500px;
}
.member_tag_container_fix {
    top: -55px;
}
.member_tag_container_fix .member_tag_arrow {
    bottom: -18px;
}
.member_fix2.member-hover .member_tag_container_fix {
    top: -80px !important;
}
.bg_project {
    height: 100%;
}
.project .bg_project:hover{
    background: url(../img/project_bg.png) !important;
    z-index: 1000;
}
div.fexed_page_header {
    font-size: 29px !important;
}
.lang-switcher {
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    font-family: 'Ebrima';
}
.lang-switcher a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.lang-switcher a:hover {
    color: #febf13;
}
.lang-switcher a.current {
    color: #febf13;
}
.contact_btn {
    background: url(../img/button1.png);
    width: 282px !important;
    height: 40px;
    /*background: none;*/
    /*font-family: 'FuturaFuturis-Regular';*/
    border: none;
    /*color: #666;*/
    margin-left: 154px;
}
.contact_btn:hover {
    color: #b94a48;
}
.errorMessage {
    padding-left: 5px;
}
.contact_btn.nl {
    background: url(../img/VERZENDEN.png) no-repeat;
}
.error_image {
    text-align: center;
    margin: 100px 0;
}
.error_text {
    text-align: center;
    font-size: 19px;
    margin: 0 0 93px;
}
.footer_phones {
    margin-bottom: 4px;
    margin-left: -40px;
    padding-left: 40px;
    font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
    font-size: 12px;
    color: #B2B2B2;
    line-height: 34px;
    background: url(../img/footer_phone.png) 0 0 no-repeat;
}
.footer_mail {
    margin-bottom: 4px;
    margin-left: -40px;
    padding-left: 40px;
    font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
    font-size: 12px;
    color: #B2B2B2;
    line-height: 34px;
    background: url(../img/footer_mail.png) 0 0 no-repeat;
}
.footer_contacts {
    display: none;
}
.promo_top_block {
    padding-top: 35px;
}
.promo_logo {
    padding-top: 32px;
    padding-bottom: 35px;
    padding-left: 35px;
}
.promo_top_text {
    max-width: 310px;
    padding-left: 55px;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}
.image_item_right {
    padding-right: 28px;
}
.image_item_left {
    margin-top: -280px;
}
.promo_btn {
    display: inline-block;
    padding: 17px 15px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    background-color: #f5b400;
    border-radius: 6px;
}
.promo_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F5C338;
}
.promo_button_item .promo_btn {
    margin-top: 80px;
    margin-right: 28px;
}
.promo_section_add {
    padding-top: 42px;
    padding-bottom: 40px;
    background-color: #f5b400;
}
.promo_section_left {
    padding-top: 36px;
    padding-left: 69px;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}
.promo_section_right {
    width: 390px;
}
.promo_section_item {
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
}
.promo_section_item img {
    padding-right: 18px;
    vertical-align: text-top;
}
.promo_article_wrap {
    padding-top: 60px;
    background: url("../img/promo_article_wrap_line.png") no-repeat 50% 100%;
}
.promo_article {
    padding-bottom: 60px;
}
.promo_article_text_left {
    width: 490px;
}
.promo_article_title {
    padding-bottom: 38px;
    font-family: 'Bariol-Regular', sans-serif;
    font-size: 31px;
    color: #333;
}
.promo_article_text {
    font-size: 17px;
    line-height: 30px;
    color: #666;
}
.promo_article_image_right {
    padding-right: 80px;
}
.promo_article_text_right {
    width: 500px;
    padding-right: 80px;
}
.propmo_article_button {
    padding-bottom: 48px;
    text-align: center;
}
.promo_info_add {
    padding-top: 32px;
    padding-bottom: 52px;
    text-align: center;
}
.promo_container {
    max-width: 1000px;
    margin: 0 auto;
}
.promo_info_add_text {
    font-size: 28px;
    line-height: 30px;
    color: #666;
}
.promo_info_add_title {
    position: relative;
    padding-top: 46px;
    padding-bottom: 36px;
    font-size: 40px;
    line-height: 30px;
    color: #000;
}
.promo_info_add_image {
    position: absolute;
    top: 32px;
    left: 587px;
}
.promo_info_price {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    text-decoration: line-through;
}
.promo_info_price_real {
    font-size: 28px;
    line-height: 30px;
    color: #f5b400;
}
.promo_info_value {
    padding-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.promo_info_list {
    padding-bottom: 23px;
    list-style: none;
}
.promo_info_list li {
    padding: 13px 0;
    font-size: 17px;
    line-height: 17px;
    color: #333;
}
.promo_info_list li:nth-child(even) {
    background-color: #f3f3f3;
}
.promo_info_add_button {
    padding-top: 46px;
}
.art-promo {
	padding-top: 40px;
	padding-bottom: 60px;
}
.art-promo-txt {
	padding-top: 40px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
}
.contactpage{
	line-height:45px;}



/*@media screen and (max-width:1024px) {
    .page_container {
        width: 1000px;
    }
    .portfolio-view {
        margin: 0 auto;
    }
    .top_nav {
        margin: 0;
        width: auto;
        padding-top: 45px
    }
    .socials {
        float: right;
        margin: 0;
        padding-top: 40px;
    }
    .client_wrap {
        height: 200px;
        overflow: hidden;
    }
    .deed {
        float: none;
        position: relative;
        width: auto;
    }
    .deed div {
        text-align: left !important;
    }
    .deed p {
        position: absolute;
        top: 0;
        left: 35%;
        margin: 0;
    }
    .projects.masonry {
        margin: 0 auto;
    }
}
@media screen and (max-width:768px) {
    .page_container {
        width: 760px;
    }
}*/
