/*------------------------------------------------------*/
/* KEN BURNS 0644
/*------------------------------------------------------*/
#kenburns_0644{
  overflow: hidden;
    max-height: 450px;
    float: left;
    position: relative;
    width: 672px;
    margin: 32px 0px 20px 0px;
    background: #000000;
}

#kenburns_0644:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#kenburns_0644:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#kenburns_0644 > .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_orange > .carousel-indicators{
      right: -75%;
    bottom: 9%;
  left: auto;
  width: 90%;
  height: 35px;
  font-size: 0;
  cursor: e-resize;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.ps_indicators_orange > .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255, 255, 255,1);
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ps_indicators_orange > .carousel-indicators .active{
  width: 15px;
  margin: 1px;
  height: 15px;
  border: none;
  text-indent: 0;
  background: #436cc3;
}
.ps_indicators_orange > .carousel-indicators::-webkit-scrollbar{
  height: 5px;
}
.ps_indicators_orange > .carousel-indicators::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_orange .carousel-control{
  top: 3%;
    opacity: 1;
    width: 18px;
    height: 34px;
  z-index: 100;
  bottom: auto;
  color: #fd4000;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 17px;
  text-shadow: none;
  position: absolute;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ps_control_orange .carousel-control.left{
  left: auto;
  right: 51px;
}
.ps_control_orange .carousel-control.right{
  left: auto;
  right: 25px;
}
.ps_control_orange .carousel-control:hover{
  color: #ffffff;
  background: #fd4000;
}
/*---------- SLIDE CAPTION ----------*/
.kenburns_0644_slide{
      top: 339px;
    bottom: 0;
    width: 100%;
	background:#ffd816;
	height:76px;
    padding-top: 17%;
    position: absolute;
}
.kenburns_0644_slide_right{
  text-align: right;
}
.kenburns_0644_slide_center{
  text-align: center;
}
.kenburns_0644_slide > h1{
      padding: 0;
    width: 100%;
    color: #000;
    font-size: 40px;
	text-align:left;
    font-weight: 400;
    letter-spacing: 1px;
    margin: -101px auto 0 2%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > h1{
  margin: 0 15% 0 auto;
}
.kenburns_0644_slide_center > h1{
  margin: 0 auto;
}
.kenburns_0644_slide > h1 > span{
  font-weight: 800;
  margin-left: 0px;
  display: inline-block;
}
.kenburns_0644_slide > h2{
width: 51%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
    text-align: left;
    padding: 9px 18px;
    letter-spacing: 1px;
    margin: -50px auto 0 0%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > h2{
  margin: 0 15% 15px auto;
}
.kenburns_0644_slide_center > h2{
  margin: 0 auto 15px auto;
}
.kenburns_0644_slide > p{
  width: 376px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
  text-shadow: 2px 2px 4px #000000;
    letter-spacing: 1px;
    margin: 0 auto 0 7%;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > p{
  margin: 0 15% 0 auto;
}
.kenburns_0644_slide_center > p{
  margin: 0 auto;
}
.kenburns_0644_slide > a,
.kenburns_0644_slide > a:visited{
         width: 120px;
    height: 35px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    line-height: 33px;
    text-shadow: none;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
	float:left;
    text-decoration: none;
    display: inline-block;
    margin:-213px auto 0 71%;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.1s cubic-bezier(.455,.03,.515,.955);
    transition: all 0.1s cubic-bezier(.455,.03,.515,.955);
}
.kenburns_0644_slide_right > a{
  margin: 15px 15% 0 auto;
}
.kenburns_0644_slide_center > a{
  margin: 15px auto 0 auto;
}
.kenburns_0644_slide > a:hover,
.kenburns_0644_slide > a:active{
  background: #436cc3;
  color:#fff;
  border: 1px solid #436cc3;
}


@media only screen and (max-device-width: 640px) and (min-device-width: 360px)	
{	
	#kenburns_0644{
  overflow: hidden;
    max-height: 450px;
    float: left;
    position: relative;
    width: 100%;
    margin: -3px 0px 3px 0px;
    background: #000000;
}

#kenburns_0644:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#kenburns_0644:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#kenburns_0644 > .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_orange > .carousel-indicators{
      right: -75%;
    bottom: 9%;
  left: auto;
  width: 90%;
  height: 35px;
  font-size: 0;
  cursor: e-resize;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.ps_indicators_orange > .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255, 255, 255,1);
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ps_indicators_orange > .carousel-indicators .active{
  width: 15px;
  margin: 1px;
  height: 15px;
  border: none;
  text-indent: 0;
  background: #436cc3;
}
.ps_indicators_orange > .carousel-indicators::-webkit-scrollbar{
  height: 5px;
}
.ps_indicators_orange > .carousel-indicators::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_orange .carousel-control{
  top: 3%;
    opacity: 1;
    width: 18px;
    height: 34px;
  z-index: 100;
  bottom: auto;
  color: #fd4000;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 17px;
  text-shadow: none;
  position: absolute;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ps_control_orange .carousel-control.left{
  left: auto;
  right: 51px;
}
.ps_control_orange .carousel-control.right{
  left: auto;
  right: 25px;
}
.ps_control_orange .carousel-control:hover{
  color: #ffffff;
  background: #fd4000;
}
/*---------- SLIDE CAPTION ----------*/
.kenburns_0644_slide {
    top: 0px;
    bottom: 0;
    width: 100%;
    background: #3456a0;
    height: 200px;
    margin-top: 164px;
    padding-top: 17%;
    position: absolute;
}
.kenburns_0644_slide_right{
  text-align: right;
}
.kenburns_0644_slide_center{
  text-align: center;
}
.kenburns_0644_slide > h1{
      padding: 0;
    width: 100%;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
	text-shadow: 2px 2px 4px #000000;
    letter-spacing: 1px;
    margin: -46px auto 0 7%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > h1{
  margin: 0 15% 0 auto;
}
.kenburns_0644_slide_center > h1{
  margin: 0 auto;
}
.kenburns_0644_slide > h1 > span{
  font-weight: 800;
  margin-left: 0px;
  display: inline-block;
}
.kenburns_0644_slide > h2{
      width: 34%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
	display:none;
    padding: 9px 15px;
    letter-spacing: 1px;
    margin: -50px auto 0 47%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > h2{
  margin: 0 15% 15px auto;
}
.kenburns_0644_slide_center > h2{
  margin: 0 auto 15px auto;
}
.kenburns_0644_slide > p{
  width: 376px;
    color: #ffffff;
    font-size: 12px;
	display:none;
    font-weight: 400;
  text-shadow: 2px 2px 4px #000000;
    letter-spacing: 1px;
    margin: 0 auto 0 7%;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.kenburns_0644_slide_right > p{
  margin: 0 15% 0 auto;
}
.kenburns_0644_slide_center > p{
  margin: 0 auto;
}
.kenburns_0644_slide > a,
.kenburns_0644_slide > a:visited{
         width: 120px;
    height: 35px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    background: #ffffff;
    line-height: 33px;
    text-shadow: none;
    position: relative;
	display:none;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    margin: 49px auto 0 15%;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.1s cubic-bezier(.455,.03,.515,.955);
    transition: all 0.1s cubic-bezier(.455,.03,.515,.955);
}
.kenburns_0644_slide_right > a{
  margin: 15px 15% 0 auto;
}
.kenburns_0644_slide_center > a{
  margin: 15px auto 0 auto;
}
.kenburns_0644_slide > a:hover,
.kenburns_0644_slide > a:active{
  background: #fd4000;
  border: 1px solid #fd4000;
}
	
}