@import url('../font/pt_sans_narrow.css');

button{
	background: transparent;
	border: 0;
	position: relative;
}

button:hover {
	background-position: 0 center;
}

button:active {
	background-position: 0 bottom;
}

input, button, textarea, select, option, label{
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.border-box{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c{
	clear: both;
	float: none !important;
}

.cl{
	clear: left !important;
}

.fleft{
	float: left !important;
	z-index: 20;
}

.fright{
	float: right !important;
	z-index: 20;
}

.block{
	display: block !important;
}

.table{
	display: table;
	width: 100%;
}

.clear{
	clear:both !important;
	font-size:0 !important;
	overflow:hidden;
	height:0;
}

.bold{
	font-weight: bold !important;
}

.ah{
	display: inline-block;
	height: 100%;
	width: 0px !important;
	vertical-align: middle;
	zoom: 1;
}

.oh{
	overflow: hidden;
}

.tac{
	text-align: center;
}

.hidden{
	display: none;
}

.bold{
	font-weight: bold;
}

.selector{
	position: relative;
	display: inline-block;
}

.selector select{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 10;
}

a{
	color: #00F;
}

a[href]:hover, a.hover{
	color: #F00;
}

body{
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #393939;
	min-width: 1000px;
}

h1, h3.blue{
	font-family: 'PT Sans Narrow', Arial;
}


h3.blue{
	font-weight: normal;
	color: #007DB2;
	font-size: 26px;
	line-height: 26px;
}

#wrapper{

}

#header{
	padding-bottom: 20px;
}

#main{
	padding-top: 20px;
}

#footer{
	background: #2e344a;
	box-shadow: inset rgba(0, 0, 0, 0.18) 0 4px 4px;
	padding: 30px 0;
	color: #FFF;
}

	#footer a{
		color: #8ED764;
	}

	#footer a:hover{
		color: #8AFC48;
	}

.container{
	width: 970px;
	margin: 0 auto;
}

	#header .container{
		padding-top: 30px;
	}

	#main > .container{
		margin: 50px auto 30px;
	}

.logo{

}

	#header .logo{
		float: left;
	}

.contacts{
	color:  #666;
}

	.contacts .ico{
		float: left;
	}

	.contacts .block{
		overflow: hidden;
		margin-top: 20px;
	}

	.contacts .block:first-child{
		margin-top: 0;
	}

	.contacts .block > div{
		margin-left: 65px;
	}

	.contacts p{
		margin-top: 3px;
	}

	.contacts .title{
		margin-top: 5px;
		color: #3a3a3a;
	}

	#header .contacts{
		float: right;
	}

.site-name{

}

	.site-name h1{
		font-size: 48px;
		line-height: 50px;
		color: #3A3A3A;
	}

	.site-name p{
		margin-top: 7px;
		font-style: italic;
		font-size: 16px;
		font-weight: bold;
		color: #2e344a;
	}

	#header .site-name{
		margin-top: 31px;
		padding-left: 30px;
		overflow: hidden
	}

.menu{
	background: #2e344a;
	padding: 18px 0 15px;
	text-align: center;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.34) 1px 1px 1px;
	box-shadow: inset rgba(0, 0, 0, 0.18) 0 4px 4px;
}

	.menu ul{
		display: table;
		/* table-layout: fixed;   */
		width: 100%;
	}

	.menu li{
		display: table-cell;
		text-transform: uppercase;
		font-weight: bold;
		vertical-align: middle;
	}

	.menu li a{
		text-decoration: none;
		color: #FFF !important;
	}

	.menu li a:before{
		float: left;
		content: ' ';
		margin-top: -2px;
	}

	.menu li:first-child a:before{
		content: '';
	}

	.menu li a:hover{
		text-decoration: underline;
	}

.sidebar{
	float: left;
	width: 210px;
	padding-right: 30px;
}

.subtitle{
	font-family: 'PT Sans Narrow', Arial;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	word-wrap: break-word;
}

	.subtitle img{
		float: left;
	}

	.subtitle span{
		display: block;
		margin-left: 70px;
	}

.submenu{
	margin-top: 50px;
}

	.submenu ul{

	}

	.submenu li{
		margin: 15px 0;
	}

	.submenu li a{
		font-size: 20px;
		line-height: 22px;
		color: #676767 !important;
		text-decoration: none;
	}

	.submenu li a:after{
		background: url('../images/blue/ico/quote.png') no-repeat;
		display: inline-block;
		width: 12px;
		height: 16px;
		margin-left: 20px;
		vertical-align: text-bottom;
		content: '';
	}

	.submenu li a:hover{
		text-decoration: underline;
	}

.content{
	line-height: 24px;
}

	.content > h1{
		font-size: 41px;
		line-height: 43px;
		font-weight: normal;
		margin-bottom: 30px;
	}
/*
	.content .wrap{
		min-height: 300px;
	}
*/
	.content .wrap > p{
		margin: 25px 0;
	}
	.wrap ul{
		list-style-type:circle;
		margin-left: 20px;
	}
	.wrap ol{
		list-style-type:decimal;
		margin-left: 30px;
	}

.colums{

}

	.colums > ul{
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.colums > ul > li{
		display: table-cell;
	}

	.colums ul ul{
		margin-top: 40px;
	}

	.colums ul ul li{
		margin: 10px 0;
	}

	.colums a{
		color: #FFF !important;
		text-decoration: none;
	}

	.colums a:hover{
		text-decoration: underline;
	}

	.colums .link{
		text-shadow: rgba(0, 0, 0, 0.34) 1px 1px 1px;
		text-transform: uppercase;
		font-weight: bold;
	}

.copyright{

}

	#footer .copyright{
		float: left;
		margin-top: 50px;
	}

.system{

}

	#footer .system{
		float: right;
		margin-top: 30px;
	}

	.system img{
		margin-right: 5px;

	}

	.system p,
	.system .pic{
		display: inline-block;
		vertical-align: middle;
	}

.grey-bg{
	background: url('../images/blue/bg/grey.jpg');
	margin: 25px 0;
	padding: 40px 0 25px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.slider{

}

	.slider img{
		height: 405px;
	}

	.slider .slides_container{
		background: #FFF;
		padding: 11px;
		border: 1px solid #CCC;
		box-shadow: rgba(0, 0, 0, 0.14) 0 2px 2px;
	}

	.slider .pagination{
		margin-top: 15px;
		text-align: center;
	}

		.slider .pagination li{
			display: inline-block;
			margin: 0 9px;
		}

		.slider .pagination li a{
			display: block;
			background: url('../images/blue/btn/slider.png');
			width: 29px;
			height: 30px;
			color: transparent;
		}

		.slider .pagination li.current a{
			background-position: 0 bottom;
		}

	.slider_620_wrap{
		float: left;
		width: 620px;
		margin-right: 20px;
	}

		.slider_620_wrap img{
			height: 364px;
		}

	.slider-desc{
		background: #FFF;
		background: rgba(255, 255, 255, 0.88);
		padding: 30px;
		width: 350px;
		position: absolute;
		top: 70px;
		left: 12px;
		z-index: 10;
	}

.categories{

}

	.categories h3{
		font-family: 'PT Sans Narrow';
		color: #2e344a;
		font-size: 26px;
		line-height: 28px;
		font-weight: normal;
	}

	.categories p{
		color: #3A3A3A;
		margin: 30px 0 20px;
		min-height: 145px;
	}

	.categories li{
		width: 25%;
		float: left;
		padding-right: 30px;
	}

a.more{
	display: block;
	background: url('../images/blue/bg/arr.png') no-repeat;
	width: 97px;
	height: 26px;
	padding: 2px 0 0 11px;
	color: #FFF !important;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.34) 1px 1px 1px;
}

	a.more:hover{
		text-decoration: underline;
	}

.img-block{
	margin: 30px 0;
}

	.img-block img{
		float: left;
		margin-right: 20px;
	}
	.img-block .map{
		float: left;
		margin-right: 20px;
	}

	.img-block p{
		margin: 20px 0;
		color: #6F6F6F;
		font-style: italic;
		font-size: 20px;
		line-height: 30px;
	}

.categories-list{
	overflow: hidden;
}

	.categories-list ul{

	}

	.categories-list li{
		clear: left;
		margin: 70px 0;
	}

	.categories-list li:first-child{
		margin-top: 0;
	}

	.categories-list img{
		float: left;
		margin-right: 20px;
	}

	.categories-list h3{
		margin-bottom: 20px;
	}

	.categories-list p{
		margin: 15px 0;
		font-size: 16px;
		line-height: 24px;
		color: #393939;
	}

.contactinput{
	background: white;
	width: 455px;
	border: 1px solid #00a8f0;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
}
#contactfield{
	background: white;
	width: 455px;
	height: 120px;
	border: 1px solid #00a8f0;
	padding: 5px;
	font-size: 12px;
}
#contactbutton{
	margin-top:20px;
	margin-left: 140px;
}
#notfound{
    color: #2E344A;
    font-size: 14px;
}

#advokat span {
    color: #e1bb40;
    font-size: 10px;
    text-transform: lowercase;
}
#advokat a {
    color: #e1bb40 !important;
}
