.pattern {
    background-image: url(../img/pattern.png);
    position: absolute;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#carousel {
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    height: 300px;
}
.main-text {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    text-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    color: #ededed;
    z-index: 20;
}
.sub-text {
    position: absolute;
    top: 50%;
    margin-top: 30px;
    width: 100%;
    height: 21px;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    z-index: 20;
}




/*----------------------------------------------------*/
/*	Carousel
/*----------------------------------------------------*/
#carousel {position:relative;display:block;width:100% !important;bottom:0;top:0;overflow:hidden;height:750px;}
#carousel .carousel-holder {position:absolute;display:block;width:100%;height:100%;bottom:0;top:0;background-color:#000;overflow:hidden;}
#carousel .bg-img {height:100%;}
#carousel .bg-1 .sl-slide-inner {background: url(../img/carousel/slide-1.jpg) 50% 0;}
#carousel .bg-img-2 {background-image: url(../img/carousel/slide-2.jpg);}
#carousel .bg-img-3 {background-image: url(../img/carousel/slide-3.jpg);}
#carousel .bg-img-4 {background-image: url(../img/carousel/slide-11.jpg);}
#carousel .bg-img-5 {background-image: url(../img/carousel/slide-333.jpg);}

.prev {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../img/sprite.png') no-repeat 0px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;left:50px;width:41px;height:81px;z-index:100000;}
.next {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../img/sprite.png') no-repeat -48px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;right:50px;width:41px;height:81px;z-index:100000;}
.prev:hover, .next:hover {opacity:.4;}
.prev:active, .next:active {opacity:.4;}

.slide-text {position:relative;top:0;}
.slide-text li {height:22px;}

/* pattern */
.pattern {background-image:url(../img/pattern.png);position:absolute;opacity:0.8;left:0px;top:0px;right:0;bottom:0;width:100%;height:100%;z-index:1; }

.main-text {position:absolute !important;top:50% !important;margin-top:-55px !important;width:100% !important;font-family:'Raleway', sans-serif;text-shadow:0 0 15px rgba(0,0,0,0.3);text-transform:uppercase;text-align:center !important;font-weight:700;font-size:70px;line-height:70px;color:#ededed;z-index:20;}
.sub-text {position:absolute !important;list-style: none;top:50%;margin-top:30px !important;width:100% !important;height:21px;overflow:hidden !important;font-family:'Raleway', sans-serif;text-shadow:0 0 5px rgba(0,0,0,0.3);text-transform:uppercase;text-align:center !important;font-weight:400;font-size:18px; line-height:20px;color:#fff;z-index:20; }
.scroll-btn {display: none  !important;position: absolute;bottom:40px;left:50%;margin-left:-20px;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;transition: all .35s ease-in-out;width: 40px;height:46px;background:url(../img/sprite.png) no-repeat -155px -219px;z-index: 11;opacity:.6;}




.label {
    position: absolute;
    display: block;
    background-color: #fff;
    top: -35px;
    left: 0;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.logo_center {
  width: 150px;
height: 100px;
  margin: 0px auto;
  position: absolute;
  z-index: 999;
  left:1%;
  /*48*/
}
.bgss {
  background: #fff;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: .25em;
  white-space: nowrap;
vertical-align: baseline;
        top: -75px;
}
.rotate {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#logo_c {
  position: absolute;
  margin-left: 12px;
  z-index: 999999999;
}
#logo_c img {
  width: 125px;
}

.centered p {
  color: #000;
}

.carousel .item {
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next {
    left:0;
    opacity:1;
    z-index:1;
}
