No Description
<script type="text/javascript" src="/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#subBannerHome .container').revolution({
delay:9000,
startwidth:960,
startheight:500,
autoHeight:"on",
fullScreenAlignForce:"off",
fullScreen:"off",
onHoverStop:"on",
navigationType:"bullet",
navigationArrows:"solo",
navigationStyle:"round",
navigationHAlign:"center",
navigationVAlign:"bottom",
navigationHOffset:20,
navigationVOffset:20,
soloArrowLeftHalign:"left",
soloArrowLeftValign:"center",
hideBulletsOnMobile:"on",
soloArrowLeftHOffset:20,
soloArrowLeftVOffset:0,
soloArrowRightHalign:"right",
soloArrowRightValign:"center",
soloArrowRightHOffset:20,
soloArrowRightVOffset:0,
touchenabled:"on",
stopAtSlide:-1,
stopAfterLoops:-1,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
hideSliderAtLimit:0,
dottedOverlay:"none",
});
});
</script>
#subBannerHome {
width: 100%;
position: relative;
padding: 0;
}
#subBannerHome .container {
width: 100%;
position: relative;
}
/*-----------------------------------------------*/
/*------------- CAPTION STYLES ---------------*/
/*-----------------------------------------------*/
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
visibility: hidden !important;
display: none !important;
}
.tp-caption {
z-index: 1;
position: absolute;
font-size:2em;
color:#fff;
display:block;
line-height:1em;
}
.tp-caption-demo .tp-caption {
position: relative !important;
display: inline-block;
margin-bottom: 10px;
margin-right: 20px !important;
}
.tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.tp-simpleresponsive a {
text-decoration: none;
}
.tp-simpleresponsive ul {
list-style: none;
padding: 0;
margin: 0;
}
.tp-simpleresponsive >ul >li {
list-stye: none;
position: absolute;
visibility: hidden;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
width: 3000px;
height: 1500px;
background: url(/coloredbg.png) repeat;
}
/*-----------------------------------------------*/
/*------------- INTIAL LOADING ---------------*/
/*-----------------------------------------------*/
.tp-loader {
background-color: #fff;
margin: -22px -22px;
top: 50%;
left: 50%;
z-index: 10000;
position: absolute;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tp-loader:after {
display: block;
content: "\f110";
font-family: FontAwesome;
color: #333;
font-size: 2em;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.tp-transparentimg {
content: "url(/transparent.png)"
}
.tp-3d {
-webkit-transform-style: preserve-3d;
-webkit-transform-origin: 50% 50%;
}
.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
zoom: 1;
}
/*-----------------------------------------------*/
/*------------- FULLSCREEN CONT ---------------*/
/*-----------------------------------------------*/
.fullscreen-container {
width: 100%;
position: relative;
padding: 0;
}
.fullwidthbanner-container {
width: 100%;
position: relative;
padding: 0;
overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
width: 100%;
position: relative;
}
/*-----------------------------------------------*/
/*------------- CAPTION ALT START ---------------*/
/*-----------------------------------------------*/
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; */
position: absolute;
visibility: hidden;
-webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
max-width: none;
}
/*-----------------------------------------------*/
/*------------- IE8 HACKS ---------------*/
/*-----------------------------------------------*/
.noFilterClass {
filter: none !important;
}
/*-----------------------------------------------*/
/*------------- IPHONE NAV BULLET ---------------*/
/*-----------------------------------------------*/
.tpclear {
clear: both;
}
.tp-bullets {
z-index: 1000;
width: 100%;
text-align: center;
margin: 0px !important;
left: 0px !important;
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tp-bullets .bullet {
background: rgba(255,255,255,.5);
width: 14px;
margin: 0 3px;
height: 14px;
border-radius: 100%;
cursor: pointer;
position: relative;
}
.tp-bullets.hidebullets {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-bullets .bullet.selected {
background: rgba(255,255,255,1);
}
/*-----------------------------------------------*/
/*------------- NAVIGATION ARROW ---------------*/
/*-----------------------------------------------*/
.tparrows {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-webkit-transform: translateZ(5px);
}
.tparrows.hidearrows {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.tp-leftarrow, .tp-rightarrow {
z-index: 100;
cursor: pointer;
position: relative;
width: 40px;
height: 40px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tp-leftarrow:before, .tp-rightarrow:before {
font-family: FontAwesome;
color: rgba(255,255,255,.5);
display: inline-block;
font-size: 2.5em;
line-height: 1em;
}
.tp-leftarrow:before {
content: "\f137"
}
.tp-rightarrow:before {
content: "\f138"
}
.tp-leftarrow:hover:before, .tp-rightarrow:hover:before {
color: rgba(255,255,255,1);
}
/*-----------------------------------------------*/
/*------------- IPHONE NAV SIZES ---------------*/
/*-----------------------------------------------*/
@media all and (max-width: 850px) {
.tp-leftarrow, .tp-rightarrow {
width: 15px;
height: 40px;
}
.tp-leftarrow:before, .tp-rightarrow:before {
font-size: 1.6em;
}
.tp-bullets .bullet {
width:8px;
height:8px;
}
}