#shutter{font-family:Arial, Helvetica, sans-serif;font-size:15px;position:absolute;width:99.98%;min-width:360px;height:90px;top:-90px;left:0;background: rgba(0 0 0);-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;}
.sh-open{top:0!important;}
.shutter-content{position:relative;width:980px;height:100%;margin:0 auto;}
.shutter-column{display:table;float:left;width:auto;height:60px;margin-top:15px;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:85px;}
.shutter-content .schedule h3{font-size:16px;color:#ccc;padding:0;margin:0;}
.shutter-content .schedule p{font-size:15px;font-weight:normal;color:#aaa;padding:0;margin:0;}
.shutter-content .schedule p span{color:#ccc;}
.shutter-content .phones{display:table-cell;height:100%;background:url(image/phone-icon.png) left no-repeat;vertical-align:middle;padding-left:85px;}
.shutter-content .phones .phone-number{display:block;font-size:17px;color:#ccc;}
.shutter-content .internet{display:table-cell;height:100%;background:url(image/internet-icon.png) left no-repeat;vertical-align:middle;padding-left:85px;}
.shutter-content .internet .internet-cotact{display:block;color:#aaa;}
.shutter-content .internet .internet-cotact + .internet-cotact{margin-top:2px;}
.shutter-content .internet .internet-cotact a{color:#ccc;text-decoration:none;}
.shutter-content .internet .internet-cotact a:hover{color:#fff;}
.rope{position:absolute;bottom:-27px;right:35%;background-color:#f6e2d7;color:#fff;text-align:center;border-bottom:1px solid #00658F;padding:2px 0 6px;cursor:pointer;}
.rope:before,
.rope:after{content:"";position:absolute;background:#f6e2d7;width:100%;height:100%;top:0px;border-bottom:1px solid #00658F;-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(15deg);transform:skew(15deg);}
.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(-15deg);transform:skew(-15deg);}
.rope a{position:relative;color:#746161;text-decoration:none;margin:0 20px 0 23px;font-size: 15px;}
.rope a:hover{color:#000;border-bottom:1px 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;}
@media only screen and (min-width:80px) and (max-width:820px){#shutter{display:none;}