.anim-slider,
h1#looks {
    background-color: #fff;
}
h1#T,
h1#i,
h1#mark,
h1#r,
h1#t,
h1#y {
    top: 30%;
}
.anim-slide {
    opacity: 0;
}
.anim-slide-this {
    opacity: 1;
}
li.anim-slide:first-of-type {
    background: url("../../images/Slider_Image/lead-banner.jpg") #fff;
}
li.anim-slide:nth-of-type(2) {
	background: url("../../images/Slider_Image/banner-5.jpg") #fff;
   
}
li.anim-slide:nth-of-type(3) {
	 background: url("../../images/Slider_Image/banner-12.jpg") #fff;
   
}
li.anim-slide:nth-of-type(4) {
	 background: url("../../images/Slider_Image/banner-9.jpg") #fff;
    
}
li.anim-slide:nth-of-type(5) {
	background: url("../../images/Slider_Image/banner-8.jpg") #fff;
    
}
li.anim-slide:nth-of-type(6) {
	background: url("../../images/Slider_Image/banner-4.jpg") #fff;
    
}
li.anim-slide:nth-of-type(7) {
	background: url("../../images/Slider_Image/banner-1.jpg") #fff;
    
}
li.anim-slide:nth-of-type(8) {
	background: url("../../images/Slider_Image/banner-2.jpg") #fff;
    
}
li.anim-slide:nth-of-type(9) {
	background: url("../../images/Slider_Image/banner-3.jpg") #fff;
   
}

li.anim-slide:first-of-type > h1 {
    position: static;
    display: inline-block;
    margin: 0;
    font-size: 40px;
    padding: 0 25px;
}
h1#looks {
    color: #34495e;
}
h1#amazing {
    background-color: #34495e;
    color: #fff;
    margin: 0 -5px;
}
h1#place {
    background-color: #3498db;
    color: #fff;
}
li.anim-slide:nth-of-type(2) > div {
    width: 100%;
    height: 100%;
}
div#img1 {
    background: url("../../images/slider1.jpg") 100% / cover #fff;
}
div#img2 {
    background: url("../../images/slider3.jpg") 100% / cover #fff;
}
div#img3 {
    background: url("../../images/slider2.jpg") 100% / cover #fff;
}
li.anim-slide:nth-of-type(3) > h1 {
    margin: 0;
    font-size: 60px;
    color: #225a86;
}
h1#T {
    left: 25%;
}
h1#r {
    left: 28%;
}
h1#y {
    left: 30%;
}
h1#i {
    left: 35%;
}
h1#t {
    left: 37%;
}
h1#mark {
    left: 39%;
}
.slider_body {
    position: absolute;
    bottom: 2px;
    left: 1%;
    color: #fff;
    z-index: 1000;
    display: inline-block;
    background: rgba(84, 79, 2, 0.79);
    padding: 1em;
    max-width: 965px;
    max-height: 125px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.top-menu nav ul li .dropdown-menu {
    z-index: 99999 !important;
}
