/*
    StyleSheet For Responsive Bootstrap Carousel Effect Ken Burns
    Author: Razboynik
    Author URI: http://filwebs.ru
    Description: Bootstrap Carousel Effect Ken Burns
*/
.kb_control_left,.kb_control_right{
    top:0;
    z-index:2;
    opacity:1;
width: 40px;
height: 40px;
    text-align:center;
    -webkit-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
.kb_control_left{
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.kb_control_right{
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.kb_wrapper:hover .kb_control_left,.kb_wrapper:hover .kb_control_right{
    opacity:.8
}
.btn_raw {
    float: left;
    width: 131px;
    height: 40px;
	background: #ec217bcc;
	-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.kb_icons{
    line-height:37px !important;
    font-size:34px!important;
    font-weight:normal!important
}
.kb_control_left{
    left:0%!important
}
.kb_control_right{
    right: 0% !important;
}
.kb_elastic{
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1)
}
.kb_elastic .item{
    top:0;
    z-index:1;
    opacity:0;
    width:100%;
    position:absolute;
    left:0!important;
    display:block!important;
    -webkit-transform:scale3d(2,1,2);
    transform:scale3d(2,1,2);
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s
}
.kb_elastic .item:first-child{
    top:auto;
    position:relative;
}
.kb_elastic .item.active{
    opacity:1;
    z-index:2;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s;
	
}
.pattern {
   /* background: #0000004d;*/
    /*background: url(dott.png)repeat 0px 0px;
    background-size: auto auto;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;*/
    height: 468px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.thim-click-to-bottom {
    position: absolute;
    bottom: 4%;
    left: 48.9%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
	z-index: 9999;
}
.thim-click-to-bottom i {
    color: #fff;
    padding: 20px 10px;
    font-size: 20px;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
.scroll-down {
    height: 80px;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(scroll-down.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 0
}
.kb_wrapper{
    overflow:hidden;
    max-height:465px; 
	height:465px;
}
.kb_wrapper>.carousel-inner>.item>img,.kb_wrapper>.carousel-inner>.item>a>img{
    margin:auto;
    opacity:.8;
    width:100%!important;
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-animation:immortalkenburns 20000ms linear 0s infinite alternate;
    animation:immortalkenburns 20000ms linear 0s infinite alternate;
	
}
@-webkit-keyframes immortalkenburns{
    0%
{
    -webkit-transform:scale(1);
    -webkit-transition:-webkit-transform 20000ms linear 0s
}
    100%
{
    -webkit-transform:scale(1.2);
    -webkit-transition:-webkit-transform 20000ms linear 0s
}

}
    @-moz-keyframes immortalkenburns
{
    0%
{
    -moz-transform:scale(1);
    -moz-transition:-moz-transform 20000ms linear 0s
}
    100%
{
    -moz-transform:scale(1.2);
    -moz-transition:-moz-transform 20000ms linear 0s
}

}
    @-ms-keyframes immortalkenburns
{
    0%
{
    -ms-transform:scale(1);
    -ms-transition:-ms-transform 20000ms linear 0s
}
    100%
{
    -ms-transform:scale(1.2);
    -ms-transition:-ms-transform 20000ms linear 0s
}

}
    @-o-keyframes immortalkenburns
{
    0%
{
    -o-transform:scale(1);
    -o-transition:-o-transform 20000ms linear 0s
}
    100%
{
    -o-transform:scale(1.2);
    -o-transition:-o-transform 20000ms linear 0s
}

}
@keyframes immortalkenburns{
    0%
{
    transform:scale(1);
    transition:transform 20000ms linear 0s
}
100%{
    transform:scale(1.2);
    transition:transform 20000ms linear 0s
}

}
.kb_caption {
   /* left: 17%;
    width: 28%;
    top: 27%;*/
    text-align: left;
}
.kb_caption_right{
    /*left:50%*/
}
.carousel-captions.kb_caption.kb_caption_right {
top: 18%;
bottom: inherit;
position: absolute;
z-index: 99999;
width: 43%;
right: 0%;

}
.kb_caption_center{
    float:none;
    margin:auto
}
.kb_wrapper{
background: #FFF;
width: 100%;
padding: 15px;
}
.kb_control_left,.kb_control_left:hover,.kb_control_left:active,.kb_control_left:focus,.kb_control_right,.kb_control_right:hover,.kb_control_right:active,.kb_control_right:focus{
    color:#FFF;
    border:0px solid #fff;
    background:#0a1c6ecc !important
}  
.kb_caption h3{
color: #ffffff;
font-size: 30px;
font-weight: 300;
text-align: right;
text-shadow: none;
padding: 10px 10px;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
-ms-animation-delay: 1s;
animation-delay: 1s;
line-height: 30px;
margin: 0px;
background: #0a1c6e4d;
background: #0825abcc;
}
.kb_caption h4 {
color: #fff;
font-size: 18px;
text-align: right;
text-shadow: none;
margin: 0px;
font-weight: normal;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
line-height: 30px;
padding: 10px 10px;
background: #0006;
background: #0a1c6ecc;
}
.kb_caption h4 a {
color: #fff;
font-size: 18px;
text-align: right;
text-shadow: none;
margin: 0px;
font-weight: normal;

} 
a:hover{text-decoration:none;}
.kb_caption a.rd {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
line-height: 35px;
float: right;
height: 37px;
text-align: center;
color: #FFF;
border-radius: 0px;
background: #0a1c6ecc;
opacity: 1;
position: relative;
right: 39%;
margin-top: 2px;
padding: 0 10px;
} 
.kb_caption a.rq {
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
animation-delay: 2.5s;
line-height: 38px;
float: left;
width: 150px;
height: 40px;
text-align: center;
border: 2px solid #EEE;
color: #FFF;
border-radius: 20px;
background: #0a1c6ecc;
opacity:0;


}
.kb_caption a.rd:hover {
opacity:0.8;
}
.kb_caption a.rq:hover{
background: none;
color: #FFF;
} 
.con-butt {
    position: relative;
    left: 0;
	top: 0px;
    width: 100%;
	height: 40px;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
}
@media(max-width:1440px){
.kb_caption { 
    /*width: 34%; */
}
.kb_caption h3 { 
    font-size: 30px; 
}
}
@media(max-width:1280px){
.kb_caption h4 { 
  
}
.kb_control_left, .kb_control_right {
    top: 39%; 
} 
}
@media(min-width:992px) and (max-width:1199px){ 
.kb_caption h3 {
    font-size: 2.8em;
}
.kb_caption h4 {
 
    font-size: 1.2em;
}
}
@media(min-width:768px) and (max-width:991px){ 
.kb_caption h3 {
    font-size: 2em;
}
.kb_caption h4 {
   
    font-size: 1.1em;
}
.carousel-captions.kb_caption.kb_caption_right {
    top: 17%;
    bottom: inherit;
}
} 
@media(max-width:767px){
 
.kb_caption h3 {
    font-size: 1.8em;
}
.kb_caption h4 { 
    font-size: 1.1em; 
    margin-top: 0.5em; 

}
.kb_caption {
    /*width: 37%;*/
}
} 
@media(max-width:600px){
.kb_control_left,.kb_control_right{
    border:0
} 
.kb_caption h3 {
    font-size: 1.8em;
}
.kb_caption {
    /*width: 43%;*/
}
.carousel-captions.kb_caption.kb_caption_right {
    top: 67%;
    bottom: inherit;
	width: 100%;
}
}
@media only screen and (max-width:480px){
.kb_control_left,.kb_control_right{
    border:0
}
.kb_caption h3 {
    font-size: 1.6em;
} 
.kb_caption {
   /* width: 45%;*/
}
.kb_caption h4 {

    font-size: 0.9em;
}
.carousel-captions { 
    padding: 0; 
} 
.kb_control_left, .kb_control_right { 
    width: 40px;
    height: 40px; 
}
.kb_icons {
    line-height: 39px !important;
    font-size: 27px !important; 
}
.kb_caption_right {
    /*left: 27%;*/
}
}
@media only screen and (max-width:375px){
.kb_caption h3 {
    font-size: 1.3em;
} 
.kb_caption h4 {

    font-size: 0.9em;
    margin-top: 0.2em;
} 
.thim-click-to-bottom{left: 38.9% !important;}
}

@media (max-width: 1280px){
		.kb_wrapper {
    height: 472px;
}
.kb_wrapper .carousel-inner{
    height: 472px;
}
.kb_wrapper .carousel-inner img{
    height: 472px;
}
}
@media (max-width: 800px){
			.kb_wrapper {
    height: 450px;
}
.kb_wrapper .carousel-inner{
    height: 450px;
}
.kb_wrapper .carousel-inner img{
    height: 450px;
}
}
@media (max-width: 767px){
			.kb_wrapper {
    height: 420px;
}
.kb_wrapper .carousel-inner{
    height: 420px;
}
.kb_wrapper .carousel-inner img{
    height: 420px;
}
}
@media (max-width: 736px){
			.kb_wrapper {
    height: 400px;
}
.kb_wrapper .carousel-inner{
    height: 400px;
}
.kb_wrapper .carousel-inner img{
    height: 400px;
}
}
@media (max-width: 640px){
	.kb_wrapper {
    height: 360px;
}
.kb_wrapper .carousel-inner{
    height: 360px;
}
.kb_wrapper .carousel-inner img{
    height: 360px;
}
}
@media (max-width: 568px){
				.kb_wrapper {
    height: 262px;
}
.kb_wrapper .carousel-inner{
    height: 262px;
}
.kb_wrapper .carousel-inner img{
    height: 262px;
}
}
@media (max-width: 414px){
.kb_wrapper {
    height: 242px;
}	
.kb_wrapper .carousel-inner{
    height: 242px;
}
.kb_wrapper .carousel-inner img{
    height: 242px;
}
}
@media (max-width: 384px){
.kb_wrapper {
    height: 220px;
}	
.kb_wrapper .carousel-inner{
    height: 220px;
}
.kb_wrapper .carousel-inner img{
    height: 220px;
}
}
@media (max-width: 375px){
.kb_wrapper {
    height: 206px;
}	
.kb_wrapper .carousel-inner{
    height: 206px;
}
.kb_wrapper .carousel-inner img{
    height: 206px;
}
}
@media only screen and (max-width:320px){
.kb_caption {
    /*width: 54%;*/
}
.kb_caption_right {
    /*left: 23%;*/
}
.kb_caption a.rq
{
line-height: 24px;
float: left;
width: 85px;
height: 29px;
}
.kb_caption a.rd
{
line-height: 24px;
float: left;
width: 85px;
height: 29px;
}
.con-butt
{
	width:100% !important;
}
.kb_wrapper {
    height: 187px;
}
img.imgkb{height: 200px !important;}
.thim-click-to-bottom{left: 38.9% !important;}
}