.slidearea{position: relative !important; width: 100%; height:900px !important;top: 0px;left: 0px; z-index: 0;}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left:2%;
	top:6%;
    width: 70%;
    text-align: center;
    opacity:1;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 {    
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
	
}
.cb-slideshow li span { 
    background-image: url(../assets/img/backgrounds/new2.jpg) 
	
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 1;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity:1 }
    100% { opacity:1 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity:1;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity:1 }
    100% { opacity:1 }
}
@-o-keyframes imageAnimation { 
    0% { opacity:1;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 1 }
    100% { opacity:1 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


.logomargin1{width:auto;float:left;text-align:center;}
.logomargin{width:100%;float:left;margin:54% 0px 0px;text-align:center;}

@media screen and (max-width:1600px) { 
	.slidearea{position: relative !important; width: 100%; height:800px !important;top: 0px;left: 0px; z-index: 0;}
}
@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
	.logomargin {margin: 90% 0px 0px;}
	.cb-slideshow li div {left: 2%;top: 0%;}
}

.no-web{display:none;}
@media screen and (max-width:1024px) { 
	.navbar-right {margin-right:15px;}
}
@media screen and (max-width:960px) { 
	.cb-slideshow li div {left: 2%;top:6%;}
	.navbar-right {margin-right: 0px;}
}
@media screen and (max-width:750px) { 
	.no-mob{display:none;}
	.no-web{display:block;}
	.logomargin1{width:45% !important;float:left;text-align:center;}
	.cb-slideshow li div {z-index: 1000;position: absolute; bottom: 30px;left: 0;top:19%;width:100%;}
	.logomargin{width:100%;float:left;margin:35% 0px 0px;text-align:center;}
	.cb-slideshow li:nth-child(1) span {background-image: url(../assets/img/backgrounds/mob-01.jpg);-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position:center;}
	.cb-slideshow li:nth-child(2) span {background-image: url(../assets/img/backgrounds/mob-1.jpg);-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position:center;}
	.cb-slideshow li:nth-child(3) span {background-image: url(../assets/img/backgrounds/2.jpg);-moz-background-size: cover;-o-background-size: cover;background-size: cover;	background-position:center;}
	.cb-slideshow li:nth-child(4) span {background-image: url(../assets/img/backgrounds/mob-1.jpg);-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position:center;}
	.cb-slideshow li:nth-child(5) span {background-image: url(../assets/img/backgrounds/2.jpg);-moz-background-size: cover;-o-background-size: cover;background-size: cover;	background-position:center;}
	.cb-slideshow li:nth-child(6) span {background-image: url(../assets/img/backgrounds/mob-1.jpg);	-moz-background-size: cover;-o-background-size: cover;background-size: cover;	background-position:center;}
}

@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}