#shutter{
	font-family: Abel, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	width: 100%;
	min-width: 980px;
	height: 60px;
	top: -55px;
	left: 0;
	background: #FAFAFA;
        opacity: 0.8;
    	filter: alpha(opacity=80);
	border-bottom: 0px solid #000;
 -webkit-box-shadow: 0px 2px 2px #DDDDDD;
 -moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
 -webkit-transition: all ease 0.3s;
 -moz-transition: all ease 0.3s;
 -o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 999;
}
#shutter:hover {
	opacity: 1.0;
    	filter: alpha(opacity=100);
}
.sh-open{
	top: 0!important;
}
.shutter-content{
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 auto;

}
.shutter-column{
	display: table;
	float: left;
	width: 32%;
	height: 40px;
	margin-top: 10px;
	margin-left: 2%;
}
.shutter-column:first-child{
	margin-left: 0;
}
.shutter-content .schedule{
	display: table-cell;
	height: 100%;
	background: url(image/clock-icon.png) left no-repeat;
	vertical-align: middle;
	padding-left: 45px;
}
.shutter-content .schedule h3{
	font-size: 16px;
	color: #ccc;
	padding: 0;
	margin: 0;
}
.shutter-content .schedule p{
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	padding: 0;
	margin: 0;
}
.shutter-content .schedule p span{
	font-size: 22px;
	color: #828282;
}
.shutter-content .phones{
	display: table-cell;
	height: 100%;
	background: url(image/phone-icon.png) left no-repeat;
	vertical-align: middle;
	padding-left: 45px;
}
.shutter-content .phones .phone-number{
	display: block;
	font-size: 22px;
	color: #828282;
}
.shutter-content .internet{
	display: table-cell;
        font-size: 22px;
	height: 100%;
	background: url(image/internet-icon.png) left no-repeat;
	vertical-align: middle;
	padding-left: 45px;
}
.shutter-content .internet .internet-cotact{
	display: block;
	color: #828282;
}
.shutter-content .internet .internet-cotact + .internet-cotact{
	margin-top: 2px;
}
.shutter-content .internet .internet-cotact a{
	color: #828282;
	text-decoration: none;
}
.shutter-content .internet .internet-cotact a:hover{
	color: #2D3539;
}
/* --- rope ---*/
.rope{
	position: absolute;
	bottom: -23px;
	left: 13px;
	background-color: #FAFAFA;
	color: #fff;
	text-align: center;
	border-bottom: 0px solid #000;
	padding:  2px 0 6px ;
	cursor: pointer;
}
.rope:before,
.rope:after{
	content: "";
	position: absolute;
	background: #FAFAFA;
	width: 100%;
	height: 100%;
	top: 0px;
	border-bottom: 0px solid #000;
 -webkit-box-shadow: 0px 2px 2px #DDDDDD;
 -moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #ddd;
	z-index: -2;
}
.rope:before{
	left: -10px;
 -webkit-border-radius: 0 0 0 5px;
 -moz-border-radius: 0 0 0 5px;
 -khtml-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
 -moz-transform: skew(15deg);
 -ms-transform: skew(15deg);
 -o-transform: skew(15deg);
 -webkit-transform: skew(20deg);
	transform: skew(20deg);
}
.rope:after{
	right: -10px;
 -webkit-border-radius: 0 0 5px 0;
 -moz-border-radius: 0 0 5px 0;
 -khtml-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
 -moz-transform: skew(-15deg);
 -ms-transform: skew(-15deg);
 -o-transform: skew(-15deg);
 -webkit-transform: skew(-20deg);
	transform: skew(-5deg);
}
.rope a{
	position: relative;
	color: #424242;
	text-decoration: none;
	border-bottom: 0px dotted #888;
	margin: 0 20px 0 23px;
}
.rope a:hover{
	color: #6E6E6E;
	border-bottom: 0px dotted #aaa;
}
.rope a:before,
.rope a:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
}
.rope a:before{
	left: -25px;
	background: url('image/rope-phone.png') 0 0 no-repeat;
}
.rope a:after{
	right: -22px;
	background: url('image/rope-arrow.png') 0 0 no-repeat;
}
.sh-open .rope a:after{
	background-position:0 -15px;
}
