 @charset "utf-8";
.blue{ color:#0166b3 !important;}
.index-bg1{background-image:url(../img/sld1.jpg); width:101%; height:510px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2.jpg); width:101%; height:510px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3.jpg); width:101%; height:510px;background-size:cover;}
.index-bg4{background-image:url(../img/sld4.jpg); width:101%; height:510px;background-size:cover;}
.index-bg5{background-image:url(../img/sld5.jpg); width:101%; height:510px;background-size:cover;}
.margin-bottom{ margin-bottom:0px !important;}
.snipetBorder{border-right:2px solid #fff;}
.snipetBorder2{border-right:0px solid #fff;}
.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #FF0000;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
	 padding:0px !important; margin:0px !important;
	 width:100%;
}
.index-sniptet {
    height: 189px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.index-sniptet > .index-sniptet-img1 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    background-image: url(../img/s1.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
	 -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.index-sniptet:hover > .index-sniptet-img1 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}
.index-sniptet > .index-sniptet-img2 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background-image: url(../img/s2.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.index-sniptet:hover > .index-sniptet-img2 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);     
}
.index-sniptet > .index-sniptet-img3 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background-image: url(../img/s3.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.index-sniptet:hover > .index-sniptet-img3 {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}
.adjuster{padding: 30px 20px !important; padding-bottom:0px !important}
.adjuster2{ margin-left: 23px !important;}

.btn-changes {
    height: 23px;
    width: 90px;
    background-color: #ed1c24;
    margin: 10px;
    float: left;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
	 -moz-transition-duration: 0.2s;
	 -moz-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    margin-left: 0px;
	 margin-bottom: 20px !important;
	font-size: 11px;
	
}
.btn-changes:hover {
    -webkit-box-shadow: -100px 0 0 #0066b3 inset;
	-moz-box-shadow: -100px 0 0 #0066b3 inset;
	box-shadow: -100px 0 0 #0066b3 inset;
}

@media only screen and (min-width:1600px) and (max-width:1920px) {
.index-bg1{background-image:url(../img/sld1-1920.jpg); width:101%; height:680px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2-1920.jpg); width:101%; height:680px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3-1920.jpg); width:101%; height:680px;background-size:cover;}
}

@media only screen and (min-width:1366px) and (max-width:1600px) {
.index-bg1{background-image:url(../img/sld1.jpg); width:101%; height:483px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2.jpg); width:101%; height:483px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3.jpg); width:101%; height:483px;background-size:cover;}
}

@media only screen and (min-width:991px) and (max-width:1366px) {
.index-bg1{background-image:url(../img/sld1.jpg); width:101%; height:410px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2.jpg); width:101%; height:410px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3.jpg); width:101%; height:410px;background-size:cover;}
}


@media only screen and (min-width:767px) and (max-width:991px) {
.index-bg1{background-image:url(../img/sld1.jpg); width:101%; height:410px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2.jpg); width:101%; height:410px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3.jpg); width:101%; height:410px;background-size:cover;}
}
@media only screen and (min-width:300px) and (max-width:767px) {
	
.snipetBorder{border-left:0px solid #fff; border-right:0px solid #fff;}
.index-bg1{background-image:url(../img/sld1-m.jpg); width:101%; height:228px;background-size:cover;}
.index-bg2{background-image:url(../img/sld2-m.jpg); width:101%; height:228px;background-size:cover;}
.index-bg3{background-image:url(../img/sld3-m.jpg); width:101%; height:228px;background-size:cover;}
}
