.tp-bullets {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    opacity: 1 !important;
    -moz-opacity:1 !important; 
	filter:alpha(opacity=100) !important; 
}
.tp-bullets.simplebullets {
    bottom: 10px !important;
}
.tp-bullets.simplebullets.navbar {
    bottom: -20px;
    height: 35px;
    padding: 0px 0px;
    margin-top: -17px;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(68, 68, 68, 0.65) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 5px !important; 
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(68, 68, 68, 1) !important;
}



.tparrows:before {
    font-family: 'fontello';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 7px;
    text-align: center;
    width: 37px;
    font-size: 20px;
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(68, 68, 68, 0.65) !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 37px !important;
    height: 37px !important;
    top: 50% !important;
}
.tparrows:hover {
    color: #404040;
}
.tp-leftarrow:before {
    content: '\e75d';
}
.tp-rightarrow:before {
    content: '\e75e';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(68, 68, 68, 1) !important;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.tparrows {
	    padding-top: 1px;
	}
}
.tp-bannertimer {
    width: 100%;
    height: 5px;
    background: url(../img/tiles/bannertimer.png);
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
.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 {
    width: 10000px;
    height: 10000px;
}
/*.tp-loader {
    background: url(style/images/loading.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .tp-loader {
    background-image: url(style/images/loading@2x.gif);
  }
}*/