#lyth {
    min-height: inherit;
    height: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#sldsh {
    background: no-repeat;
    padding: 0;
}
#sldsh:before {
    display: none;
}
#sldsh h1 {
    color: #111;
    border-bottom: 1px solid #555;
    text-shadow: none;
}
#sldsh h2 {
    margin: 0 auto;
    text-align: center;
    width: 70%;
    padding: 0;
    display: table;
    text-align: center;
    font-size: 14px;
    font-family: 'open_sanslight';
    font-weight: normal;
    font-style: normal;
    color: #111;
}
#sldsh h3 {
    color: #111;
    text-shadow: none;
}
.sdrm {
    padding: 80px 50px;
    font-size: 13px;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    color: #555;
}
.sdrm article {
    padding: 0 20px;
    margin: 10px;
    font-family: 'open_sanslight';
    font-weight: normal;
    font-style: normal;
    color: #555;
    border-left: 4px solid #C20201;
    display: block;
    position: relative;
}
.sdrm article:after {
    content:'';
    height: 1px;
    width: 500px;
    border-bottom: 1px solid #555;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: -120px;
    z-index: 99;
}
.sdrm h1 {
    margin: 0;
    padding: 0 20px;
    display: block;
    font-size: 30px;
    font-family: 'open_sanslight';
    font-weight: normal;
    font-style: normal;
    color: #111;
}
.sdrm h2 {
    margin: 5px auto;
    padding: 0;
    display: table;
    font-size: 11px;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    position: relative;
    border: 1px solid #C20201;
}
.sdrm h2 a {
    text-decoration: none;
    color: #C20201;
    padding: 0 15px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sdrm h2 a:hover {
    color: #fff;
    background: #C20201;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.neu {
    overflow: hidden;
    margin: 80px 0;
}
.neu ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: table;
    overflow: hidden;
}
.neu ul li {
    margin: 0 0 0 0px;
    padding: 0;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 215px;
    background: #111;
    position: relative;
}
.neu ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/grid.png);
    opacity: .7;
}
.neu ul li:first-child {
    margin: 0;
}
.neu ul li img {
    opacity: .3;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -107px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.neu ul li:hover img {
    left: 50%;
    margin-left: -157px;
    top: 50%;
    margin-top: -113px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: .1;
}
.cneu {
    overflow: hidden;
    height: 130px;
    z-index: 999;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #fff;
    width: 80%;
    text-shadow: 0 0 5px #444;
    position: relative;
    opacity: .8;
}
.neu ul li:hover .cneu {
    opacity: 1;
}
.cneu h1 {
    margin: 5px 0;
    padding: 0;
    display: block;
    font-size: 18px;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.cneu p {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 13px;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    height: 37px;
    overflow: hidden;
}
.cneu h2 {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 50%;
    margin-left: -55px;
    display: table;
}
.cneu h2 a {
    margin: 0;
    padding: 0;
    width: 110px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cneu h2 a:hover {
    background: #fff;
    color: #C20201;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.skdslider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.skdslider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.skdslider ul.slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.skdslider ul.slides li {
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.skdslider ul.slides li img {
    height: 270px;
}
.skdslider a.prev {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30%;
    left: 0;
}
.skdslider a.prev:before, .skdslider a.next:before {
    content: "\e001";
    position: absolute;
    width: 40px;
    height: 70px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 40px;
    color: #111;
    -webkit-font-smoothing: antialiased;
    opacity: .4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.skdslider a.next {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 0;
}
.skdslider a.next:before {
    content: "\e000";
    right: 0;
    left: inherit;
}
.skdslider a.prev:hover:before, .skdslider a.next:hover:before {
    opacity: .8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media only screen and (max-width:640px) and (max-height:480px) {
    .skdslider {
        height: 700px;
    }
}
.skdslider ul.slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.skdslider ul.slides li {
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
}
.skdslider ul.slides li img {
    width: 100%;
    height: inherit;
}
.skdslider .slide-navs {
    top: 80%;
    left: 50%;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: .4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	display: none;
}
.skdslider .slide-navs:hover {
    opacity: .8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.skdslider .slide-navs li {
    float: left;
    background: #111;
    height: 18px;
    width: 18px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 50%;
}
.skdslider .slide-navs li.current-slide {
    background: #fff;
}
.skdslider a.prev {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 35%;
    left: 0;
}
.skdslider a.prev:before, .skdslider a.next:before {
    content: "\e001";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 80px;
    color: #111;
    -webkit-font-smoothing: antialiased;
    opacity: .4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.skdslider a.next {
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 35%;
    right: 0;
}
.skdslider a.next:before {
    content: "\e000";
    right: 0;
    left: inherit;
}
.skdslider a.prev:hover:before, .skdslider a.next:hover:before {
    opacity: .8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#demo img.imlh {
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 100px;
}
.cmgm {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70px;
    text-align: center;
}
.cmgm:before {
    content: '';
    width: 300px;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    opacity: .5;
}
.cmgm p {
    position: absolute;
    top: 330px;
    height: 200px;
    font-size: 100%;
    font-family: 'open_sansitalic';
    font-weight: normal;
    font-style: normal;
    padding: 0 20px;
    overflow: hidden;
    color: #fff;
}