﻿.upscrollbutton
{
	display:block;
	text-align:right;
	float:right;
	width:56px;
	height:0px;
}

#toTop
{
	display:block;
	cursor:pointer;
	width:56px;
	height:46px;
	padding-top:5px;
	margin-left:0px;
	text-align:center;
	position:fixed;
	bottom:10px;
	z-index:100;
	float:right;
	right: 10px;
	_bottom:auto;
	_position:absolute;
	_margin-top:-60px;
	_margin-left:25px;

	-webkit-box-shadow: 0px 0px 5px #999;
	 box-shadow: 0px 0px 5px #999;
	 background: rgba(200,200,200,0.7);
}

#bottom
{
	background-color: #fcfcfc;
	clear:both;
	height:auto;

/*	width:100%;*/

	margin: 0px auto;
	background-position: left top;
	background-repeat: repeat-x;
	text-align:center;
	/*font-size:20px;*/
	font-size:16px;
	padding-top:0px;
	margin-top:-1px;

/*	background-image: url(/img/footer/footer.jpg);*/
	background-position: center top;
}

#bottom .midcolumn
{
	background:none;
	width: auto;
	margin: 0px auto;
	text-align: center;
	padding-top: 30px;
    border-top: 1px solid #E5E8EB;
    border-bottom: 1px solid #E5E8EB;
	max-width: 970px;
}

.veryfooter
{
	background-repeat:repeat-x;
	background-position:center top;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #9199A3;
}

.footer_blockwrap
{
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
}

.footer_block 
{
	display: flex;
    width: 1170px;
    max-width: 100%;
    position: relative;
	margin: 0px auto;
	padding: 2em 0px;
}

.footer_block>div
{
	display: block;
	flex-grow:1;
}

.footer_block>div ul
{
	width:100%;
	display: flex;
	margin-top: 25px !important;
}

.footer_block>div ul li
{
	display: block;
}

.footer_block>div ul li a
{
	text-decoration: none;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */


	color: #757575;
}


.logobottom
{
	max-height: 120px;
}

@media only screen and (max-width: 980px)  {

	.footer_block {
		display:block;
	}

	.footer_block>div ul {
	    width: 100%;
	    display: block;
	}
	.footer_block>div ul li	{
		padding: 5px;
	}

}