@charset "utf-8";
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	height:100% !important;
	overflow:hidden;
	max-width:1920px;
	margin:0 auto;
	background:#fff;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:930px !important;
	position:relative;
}
@media only screen and (min-width:1200px) and (max-width: 1360px) {
	.banner, .bannercontainer{	width:100%; height:760px;}
}
@media only screen and (min-width: 959px) and (max-width: 1200px) {
	.banner, .bannercontainer{	width:100%; height:560px;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer{	width:100%; height:460px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:100%; height:350px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:100%;height:159px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:100%;height:127px;	}
}

.tp-bullets.simplebullets.round .bullet:hover img,
.tp-bullets.simplebullets.round .bullet.selected img{ position:absolute; left:0; top:0;}



.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    
	/*top:336px;*/
}
.tp-bullets{ position:absolute; top:50%; margin-top:-61px; width:100% !important; left:90% !important;}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width:47px;
    height:21px;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:20px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}
.tp-bullets.simplebullets.round .bullet img{ position:absolute; left:0; bottom:0;}

.tp-leftarrow.large {display:none;}

.tp-rightarrow.large {display:none;}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.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: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/banner/loader.gif) no-repeat 10px 10px;
    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;
}
@media screen and (min-width:640px){
.nickadd{visibility: visible; width: 120px; left: 759px; bottom: 0px;}
}
@media screen and (max-width:640px){
.nickadd{ display:none;}
}