/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
}
#header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 30px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#header .logo {
    float: left;
    font-size: 20px;
    font-weight:700;
    color: #FF5722;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing: 1px;
    /* border: 1px solid #fff; */
    padding: 8px 15px;
    margin-top: -15px;
    font-weight: bolder;
}
#header.fixed {
    background-color: #000000c7;
}
#header.fixed a {
    color: #ffffff;
}
#header.fixed a:hover{
    color:#ff5a27;
}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 0px 0px 0px;
}
#header.fixed .nav-toggle {
    top: 10px;
    color: #fff;
    background: #424242;
}

#main-slider {
    overflow: hidden;
}
#main-slider .item {
    height: 540px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}