/*reset*/

*{
    margin:0;
    padding:0;
    border:0;
}
h1{
    margin: 0 0 25px;
    font-family: Metric,Arial,Helvetica,sans-serif;
}
body{
    background: #f4f4f4;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.logo {
    max-width: 1230px; 
    margin: 20px auto;

}
.FixedHeader {
   
    background-color: rgba(132, 129, 176, 0.5);
    background-image: -webkit-gradient(linear, 0% 100%, 100% 100%, color-stop(0.22, rgba(115, 181, 140, 0.5)), color-stop(0.55, rgba(133, 204, 248, 0.5)), to(rgba(105, 187, 213,0.5))); 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}


.mu-single-slide {
     background:  url(../images/slider-img-2.jpg) 50% 0% no-repeat;
     background-size: cover;
     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mu-single-slide-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 240px;
}

.mu-single-slide-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 30px;
}

.mu-single-slide-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.mu-single-slide-content a {
    margin-top: 50px;
    text-decoration: none;
    color: #f3d845;
}

.mu-single-slide-content a:hover {
    text-decoration: none;
    color:  #bef4e7;
}
.mu-primary-btn {
    background-color: #0091ea;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 75px;
}

.mu-single-slide-content p{
    font-size: 22px;
    margin-top: 100px;
    font-weight: 300;
}