.square-slider {
    overflow: hidden;
    position: relative;
    background: #fff;
	
}
.square-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    -moz-opacity: 0;
    -moz-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -webkit-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -o-transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    transition: opacity 800ms cubic-bezier(0.51, 0.01, 0.37, 0.98) 100ms;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	z-index:44444 !important;
}
.square-slider .slide:first-child { display: block; }
.square-slider .slide:first-child,
.square-slider .slide.active {
	display:block;
    opacity: 1;
    -moz-opacity: 1;
}
.square-slider .slide .content {
   
   z-index:77777;
  
    width: 1000px;
	margin:200px auto;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -webkit-transition-duration: 800ms,700ms;
    -moz-transition-duration: 800ms,700ms;
    -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -moz-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate(-30px, 0);
}
.square-slider .slide.inverted .content {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -450px;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate(30px, 0);
}
.square-slider .slide.active .content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}
.square-slider .slide .content { background:url(../images/headingbg.png) repeat-y; display:table; padding:10px 0 10px 20px;}
.square-slider .slide .content h3 { font-family: 'geoslab703_md_btbold'; font-size:42px; color:#FFF;   }
.square-slider .slide .content p { font-size:20px; padding:10px 0 10px 0; color:#FFF; width:800px;}
.square-slider .slide .content a { float:left;  color:#FFF; font-size:15px; background:url(../images/butreadmore.png) no-repeat; text-align:center; width:102px; height:26px; padding:6px 0 0 0; text-decoration:none; font-weight:bold; margin-bottom:20px;}
.square-slider .slide .asset {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -webkit-transition-duration: 800ms,700ms;
    -moz-transition-duration: 800ms,700ms;
    -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -moz-transition-timing-function: cubic-bezier(0.51, 0.01, 0.37, 0.98);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
}
.square-slider .slide.inverted .asset {
    left: auto;
    right: 50%;
}
.square-slider .slide.active .asset {
    -webkit-transform: translate3d(-7px, 3px, 0);
    -moz-transform: translate(-7px, 3px);
}
.square-slider .slide.inverted.active .asset {
    -webkit-transform: translate3d(7px, 3px, 0);
    -moz-transform: translate(7px, 3px);
}
.square-slider .prev,
.square-slider .next {
   
    display: block;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 99999;
    border: 0;
    text-indent: -9999px;
    display: none;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
.square-slider .prev { 
    left: 40px; 
    background-position: 0 100%;
}
.square-slider .next { right: 40px; }
.square-slider .prev:hover,
.square-slider .next:hover {
    opacity: 1;
    -moz-opacity: 1;
}
.overlay {
    /*position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    z-index: 40;
   background:url(../images/pattern.png);*/
}

/* Customisations */
.square-slider {
    width: 100%;
    height: 1000px;
    margin: 0px auto;
}
.square-slider .slide .content.light { color: #fff; }
.square-slider .slide .content.dark { 
    color: #333; 
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}
.square-slider .slide1 { background: url(../images/sliderimg1.jpg) no-repeat #FFF; background-attachment:fixed; background-size:100%; cursor:pointer !important; }
.square-slider .slide2 { background:  url(../images/sliderimg2.jpg) no-repeat 50% 50% #FFF;  background-attachment:fixed; background-size:100%;}
.square-slider .slide3 { background: url(../images/sliderimg3.jpg) no-repeat #FFF; background-attachment:fixed;  background-size:100%;}
.square-slider .slide4 { background: url(../images/sliderimg4.jpg) no-repeat #FFF; background-attachment:fixed;  background-size:100%;}






.square-slider .slide4 .content { background:url(../images/headingbg.png) repeat-y; margin-top:400px; margin-bottom:50px; display:table; padding:0px 0 0px 20px;}
.square-slider .slide4 .content h3 { font-family: 'geoslab703_md_btbold'; font-size:42px; color:#FFF;   }
.square-slider .slide4 .content p { font-size:20px; padding:10px 0 10px 0; color:#FFF; width:800px;}
.square-slider .slide4 .content a { float:left;  color:#FFF; font-size:15px; background:url(../images/butreadmore.png) no-repeat; text-align:center; width:102px; height:26px; padding:6px 0 0 0; text-decoration:none; font-weight:bold; margin-bottom:20px;}

.square-slider .slide2 .content { background:url(../images/headingbg2.png) repeat-y;  display:table; padding:0px 0 0px 20px;}
.square-slider .slide2 .content h3 { font-family: 'geoslab703_md_btbold'; font-size:42px; color:#FFF;   }
.square-slider .slide2 .content p { font-size:20px; padding:10px 0 10px 0; color:#FFF; width:800px;}
.square-slider .slide2 .content a { float:left;  color:#FFF; font-size:15px; background:url(../images/butreadmore.png) no-repeat; text-align:center; width:102px; height:26px; padding:6px 0 0 0; text-decoration:none; font-weight:bold; margin-bottom:20px;}