@import url(http://fonts.googleapis.com/css?family=Lato:300);

body {
    background: url(img/body-bg.jpg) no-repeat scroll center center/ cover;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
body:before {
    background: url("img/simple_dashed.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
a, a:hover, a:focus {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    width: 100%;
    height: 100%;
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin: 0;
}
.content {
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #666;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    padding-bottom: 40px;
    padding-top: 30px;
    width: 1230px;
}
.logo {
    width: 520px;
}
.text {
    left: 5px;
    position: relative;
    top: 25px;
}
.text ul li {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
    padding-left: 5px;
}
.contact {
    padding-top: 13px;
    padding-bottom: 20px;
}
.contact img {
    height: 37px;
    margin-left: -4px;
    width: 258px;
}
.slider {
    background-color: #4f5050;
    border: 5px solid #353636;
    height: 350px;
    width: 555px;margin-top: 60px;
}
.slider_img {
    position: relative;
}
.slider_img:before {
    background: url("img/overlay-pattern.png") repeat scroll 0 0;
    content: "";
    height: 338px;
    left: 1px;
    opacity: 0.5;
    position: absolute;
    top: 1px;
    width: 548px;
    z-index: 1;
}
.slider_img img {
    height: 340px !important;
    border: 1px solid #B8BBBA;
    position: relative;
}