@font-face {font-family: 'Century Gothic';src: url('../assets/gothic.ttf');}

body{
	padding:0;
	margin:0;
	cursor:default;
	font-family:'arial';
	overflow-x:hidden;
}

a{
	text-decoration:none;
	cursor:pointer;
}

img{
	border:none;
}

.clear{
	clear:both;
}

.top{
	width:100%;
	height:37px;
	background:#3e606f;
	z-index:1;
	position:relative;
}

.toCenter{
	width:976px;
	margin:auto;
	position:relative;
}

.headImg{
	position:absolute;
	margin:-53px 0 0 -205px;
	z-index:0;
}

.header{
	background:#193441;
	height:307px;
}

.texts{
	color:#91aa9d;
	font-size:12px;
	margin: 60px 0 0 4px;
	line-height:18px;
}

.logo{
	float:right;
	width:319px;
	height:64px;
	background:url('../images/logo.png') no-repeat;
	margin: 37px 0 0 0;
}

.dots{
	width:425px;
	height:1px;
	background:url('../images/dots.png') no-repeat;
	margin: 34px 0 0 -101px;
	position:absolute;
}

.topRight{
	width:320px;
	float:right;
	z-index:2;
	position:relative;
}

.content{
	font-family:'Century Gothic';
}

.contentTop{
	text-align:center;
	font-size:36px;
	color:#193441;
	text-transform:uppercase;
	margin:44px 0 0 0;
	letter-spacing:2px;
	line-height:47px;
}

.lines{
	width:976px;
	height:504px;
	background:url('../images/lines.png') no-repeat;
	margin: 13px 0 0px 5px;
}

.contentTop span{
	color:#91aa9d;
}

.button{
	width:271px;
	height:41px;
	background:url('../images/button.png') no-repeat;
	margin: -67px 0 0 362px;
	position:absolute;
}

.buttonText{
	color:#193441;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:0.6px;
	text-align:center;
	margin:10px 0 0 0;
	line-height:20px;
}

.footer{
	background:#193441;
	width:100%;
	height:164px;
	margin: 14px 0 0 0;
	font-family:'Century Gothic';
}

.footerLogo{
	margin: 18px 28px 0 7px;
	float:left;
}

.footerText{
	float:left;
	color:#3e606f;
	font-size:21px;
	margin: 27px 26px 0 0;
	line-height:21px;
	letter-spacing:1px;
}

a>.footerText:hover{
	border-bottom:dotted 1px #3e606f;
}

/**/

.nav{font-family:'Century Gothic';position:absolute;top:8px;left:8px;width:100%;}

.lnk{
	color:#193441;
	cursor:pointer;
	text-transform:uppercase;
	font-size:16px;
	margin:0 30px 0 0;
	letter-spacing:1px;
}

a>.lnk:hover{
	border-bottom:dotted 1px #3e606f;
	color:#193441;
}

.lnk:hover{color:#91aa9d;}

.left{float:left;}

.right{float:right;}

.face{right:0;position:absolute;top:-3px;}

.port{
	width:230px;
	height:230px;
	position:relative;
	cursor:pointer;
	background:url('../images/hvr.png');
	margin:0 17px 20px 0;
}

.portfolio{margin:25px 0 0 12px;}

.titleBand{
	width:100%;
	height:57px;
	top:87px;
	background:url('../images/band.png');
	position:absolute;
}

.title{
	width:100%;
	text-align:center;
	color:#193441;
	font-family:'Arial';
	margin:15px 0 0 0;
	font-size:17px;
}

.portimg{display:block;margin-left:auto;margin-right:auto;}

.selectedProject{
	width:101%;
	height:447px;
	background:#91aa9d;
	display:none;
	margin: 0 0 20px -12px;
}

.triangle{
	width:16px;
	height:14px;
	position:absolute;
	left:108px;
	bottom:0;
	background:url('../images/triangle.png');
	z-index:-1;
	display:none;
}

.close{
	width:33px;
	height:21px;
	position:absolute;
	top:8px;
	right:-33px;
	background:url('../images/close.png') no-repeat;
	cursor:pointer;
}

.leftContent,.rightContent{display:none;}

.descriptionContent{
	margin:18px 0 0 0;
	color:#193441;
	font-size:12px;
	width:238px;
}

.txContent{line-height:18px;margin:0 0 28px 0;}

.prTitile{font-size:16px;font-weight:bold;margin:0 0 10px 0;}

.txReg{margin: 0 0 11px 0;}

.sliderControll{
	width:46px;
	height:46px;
	position:absolute;
	cursor:pointer;
	top:198px;
	z-index:999;
}

.sliderControll.leftBtn{
	background:url('../images/left.png') no-repeat;
	left:0;
}

.sliderControll.rightBtn{
	background:url('../images/right.png') no-repeat;
	right:-2px;
}

.sliderContent{
	position:relative;
	width:725px;
	height:447px;
	overflow:hidden;
	-user-select: none;
	-moz-user-select:none; 
	-webkit-user-select: none;}

.imgCnt{position:absolute;width:999999px;}

.imgCnt img{display:block;float:left;}