body {
	font:14px/24px 'Arial Narrow', 'Arial', sans-serif;
	color:#828799;
	background:#fff;
	margin:0;
	min-width:320px;
}
a {
	text-decoration:none;
	color:#2d395f;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
header{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:100;
}
header .logo{
	width:400px;
	height:71px;
	display:block;
	margin-top:25px;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller .logo{
	width:278px;
	height:49px;
	display:block;
	margin-top:10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .margin{
	width:100%;
	max-width:1110px;
	padding:0 30px;
	margin: 0 auto;
	overflow: hidden;
}
header .menu{
	width:100%;
	margin:0 auto;
	padding:0;
	list-style: none;
	font-size:21px;
}
header .menu .active{
	font-weight: bold;
}
header .menu li:first-child{
	margin-left: 0;
}
header .menu li{
	float:left;
	margin-left: 50px;
	padding-bottom: 15px;
	/*font:25px/28px 'Arial';*/
}
header .menu a:hover{
	font-weight:bold;
}
header.smaller .menu li{
	padding-bottom:5px;
	line-height: 28px;
}
.slick-dots{
	bottom: 0;
	text-align: right;
	right:150px;
}
.slick-dots li.slick-active button::before{
	color:white;
}
.slick-dots li button::before{
	color:white;
	background:#fff;
	border:1px solid #000;
	content: "";
	border-radius: 10px;
}
.slick-prev{
	left:25px;
}
.slick-next{
	right:25px;
}
.slick-prev, .slick-next{
	z-index: 101;
}
#slider{
	margin-top:160px;
	position: relative;
	width:100%;
}
#slider figure {
    /*background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;*/
    margin: 0;
    position: relative;
}
#slider figure img{
	width:100%;
}
#slider .box {
	position:absolute;
	right:0;
	bottom:70px;
	overflow:auto;
	max-height:100%;
	background:rgba(255,255,255,0.5);
	color:#2d395f;
	font:32px/35px 'Arial', sans-serif;
	padding:20px 250px 20px 20px;
}
.slick-slider{
	margin:0;
}
.slick-dots{
	bottom:0;
	text-align: right;
	right:100px;
}
#practices{
	background:#eaebef;
	font:14px/24px 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#practices .menu{
	padding: 15px 0;
	width:100%;
	max-width:1170px;
	margin:0 auto;
	overflow: auto;
	list-style: none;
}
#practices .menu li{
	float:left;
	width:20%;
	max-width:200px;
	height:170px;
	padding-left:20px;
	padding-right: 20px;
	border-left:1px solid;
	text-align:center;
}
#practices .menu li:first-child{
	padding-left: 0;
	border:none;
}
#practices .menu li:last-child{
	padding-right:0;
}
#practices .menu li img{
	border:0;
	max-width:130px;
	width:100%;
}
#banner{
	margin-top:160px;
}
#banner img{
	width:100%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none;
	border:0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:none;
	border:0;
}
.ui-state-active .ui-icon{
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-widget-content{
	color:#828799;
	border:0;
}
.ui-accordion .ui-accordion-content{
	padding:0 2.2em;
}

#content{
	max-width:1170px;
	width:100%;
	overflow: auto;
	padding-top: 30px;
	margin:0 auto;
}
#content p{
	margin-top: 0;
}
#content h1{
	margin-top:0;
	color:#2d395f;
	font:24px/28px "Arial Narrow";
}
#content h2{
	color:#2d395f;
	font:20px/24px "Arial Narrow";
	margin-bottom: 5px;
}
#content #accordion h2{
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
}
#content #accordion h2 span{
	margin-right: 10px;
}
#content #accordion div{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#content-left{
	float: left;
	width:75%;
}
#content-right{
	float: right;
	width: 20%;
	margin-left:2%;
	border-left:1px solid;
	padding-left:2%;
}
#content-right img{
	/*width:100%;*/
	margin:0 auto;
}
a.btn{
	width:90%;
	border:2px solid #2d395f;
	text-align: center;
	display: block;
	color:#828799;
	font-size:20px;
	line-height:34px;
	margin-top:30px;
	margin-bottom: 30px;
}
#spacer{
	margin-top:20px;
	height:30px;
	background:#eaebef;
}
.error{
	color:red;
}
.ui-widget{
	font:14px/24px 'Arial Narrow', 'Arial', sans-serif;
}
footer{
	max-width:1170px;
	width:100%;
	margin:0 auto;
	padding-top: 20px;
	overflow: auto;
}
footer #footer-content{
	padding-left:30px;
	padding-right:30px;
}
footer .box{
	float:left;
	width:40%;
}
footer a{
	color:#828799;
}
footer a img{
	border:0;
}
footer .center{
	text-align: center;
	width:20%;
}
footer .right{
	text-align:right;
}


@media screen and (min-width: 1400px) {

}
@media screen and (max-width: 900px) {
	#header .menu{
		font-size:20px;
	}
	#header .menu li{
		margin-left:30px;
	}

}
@media screen and (max-width: 769px) {
	#header .menu li:first-child{
		margin-left:0;
	}
	#header .menu li{
		margin-left:30px;
	}
	#header .menu{
		font-size:18px;
	}
	#slider .box{
		padding:10px 100px 10px 10px;
		font:28px/32px "Arial",sans-serif;
		bottom:50px;
	}
	#practices .menu li{
		width:19.7%;
		height:170px;
		padding:0;
	}

}
@media screen and (max-width: 420px) {
	#header .margin{
		width:280px;
		padding:0 20px;
	}
	#header .logo{
		width:280px;
		height:50px;
	}
	header .menu li{
		width:100%;
		margin-left: 0 !important;
		border-bottom:1px solid;
		margin-bottom:7px;
		padding-bottom:8px;
	}
	#content-left{
		width:90%;
		padding: 5%;
		border-bottom:1px solid;
	}
	#content-right{
		width:90%;
		padding: 5%;
	}
	textarea{
		width:100%;
	}
	header .menu li:last-child{
		border:0;
	}
	#banner{
		margin-top:340px;
	}
	#content{
		padding-top: 0;
	}
	#slider{
		margin-top:339px;
	}
	.slick-dots{
		right:5px;
	}
	#slider .box{
		padding:10px 50px 10px 10px;
		font:20px/24px "Arial",sans-serif;
	}
	#practices .menu{
		width:280px;
	}
	#practices .menu li{
		width: 100%;
		padding:0;
		padding-bottom:20px;
		max-width:100%;
		border-bottom:1px solid;
		border-left:0;
		height:190px;
	}
	#practices .menu li:first-child{
		border-bottom:1px solid;
	}
	#practices .menu li:last-child{
		border:0;
	}
	footer .box{
		width:100%;
		text-align: center;
		margin-bottom:50px;
	}
	footer .box:last-child{
		margin-bottom:0;
	}
	footer table{
		margin:0 auto;
	}
}