/* cd-top - go to top */
.cd-top {display: inline-block;height: 40px; width: 40px;position: fixed;bottom: 40px;right: 10px;box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);overflow: hidden;text-indent: 100%;white-space: nowrap; background: rgba(51, 51, 51, 0.7) url(../images/cd-top-arrow.svg) no-repeat center 50%;visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s; z-index: 70000; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {visibility: visible;opacity: 1;}
.cd-top.cd-fade-out {opacity: .5;}
.cd-top:hover {background-color: rgba(51, 51, 51, 1); opacity: 1;}

/* sticky */
.sticky-header { -webkit-transition: all 500ms; transition: all 500ms; background-color: #fff; -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15); position: fixed; top: 0; left: 0; width: 100%; padding: 10px 0; z-index: 99; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); visibility: hidden; }
.sticky-header .main-nav-wrap { width: 1120px; margin: 0 auto; }
.sticky-header img { height: 50px; float: left; }
.sticky-header nav { float: right; }
.sticky li a { height: 50px; }
.visible { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); visibility: visible; }

/* mobile navihation */
.phone_navigation .menu-btn { display: none; }