/*------------------------------------------------------*/
/* FULL WIDTH ANIMATED LAYERS 004
/*------------------------------------------------------*/
#fw_al_004 {
         overflow: hidden;
    max-height: 894px;
    width: 100%;
    margin-top: -200px;
    position: relative;
    float: left;
    background: #000000;
}
#fw_al_004:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#fw_al_004:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#fw_al_004 > .carousel-inner > .item > img,
#fw_al_004 > .carousel-inner > .item > a > img {
  opacity: 0.85;
  margin: auto;
  width: 100% !important;
}
/*---------- ZOOM EFFECT ----------*/
.ps_zoom_i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ps_zoom_i .item {
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  -webkit-transition: -webkit-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -moz-transition: -moz-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -ms-transition: -ms-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -o-transition: -o-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  transition: transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
}
.ps_zoom_i .item:first-child {
  top: auto;
  position: relative;
}
.ps_zoom_i .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -moz-transition: -moz-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -ms-transition: -ms-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  -o-transition: -o-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
  transition: transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_bround .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ps_control_bround:hover .carousel-control{
  opacity: 1;
}
.ps_control_bround .carousel-control.left {
  left: 1%;
}
.ps_control_bround .carousel-control.right {
  right: 1%;
}
.ps_control_bround .carousel-control.left:hover,
.ps_control_bround .carousel-control.right:hover{
  color: #ffffff;
  background: #222222;
  border: 1px solid #222222;
}
.ps_control_bround .carousel-control.left>span:nth-child(1){
  left: 45%;
}
.ps_control_bround .carousel-control.right>span:nth-child(1){
  right: 45%;
}
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide {
  left: 61px;
  top: 30%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 128px;
}
.fw_al_004_slide_right {
  text-align: right;
}
.fw_al_004_slide > h1 {
    padding: 0px 13px 0px 12px;
    color: #000000;
    font-size: 17px;
    line-height: 29px;
    background: #fff;
    /* text-shadow: 2px 0px 0px rgb(0, 0, 0); */
    font-family: "Roboto", sans-serif;
    margin-bottom: 58px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fw_al_004_slide > p {
 padding: 0;
    color: #fff;
    font-size: 78px;
    text-shadow: 2px 3px 0px rgb(0, 0, 0);
    line-height: 0px;
    text-transform: uppercase;
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-family: "Bebas Neue", sans-serif;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.fw_al_004_slide > a:nth-child(3){
  color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 30px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    background: red;
    display: inline-block;
    text-decoration: none;
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.fw_al_004_slide > a:nth-child(4){
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.fw_al_004_slide > a:hover,
.fw_al_004_slide > a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



@media only screen and (max-device-width: 640px) and (min-device-width: 360px)
{
	
	#fw_al_004 {
    overflow: hidden;
    max-height: auto;
    width: 100%;
    margin-top: 0px;
    position: relative;
    float: left;
    background: #000000;
}

.fw_al_004_slide {
          left: 0px;
        top: 40%;
        right: 0;
        margin: auto;
        padding: 10px;
        position: absolute;
        text-align: center;
        padding: 0px 23px;
}
	
	.fw_al_004_slide > a:nth-child(3) {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 15px;
 margin-top: -32px;
    text-align: center;
    padding: 6px 11px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    background: red;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none none solid;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}


.fw_al_004_slide > p {
    padding: 0;
    color: #fff;
    font-size: 28px;
    text-shadow: 2px 3px 0px rgb(0, 0, 0);
    line-height: 0px;
    text-transform: uppercase;
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-family: "Bebas Neue", sans-serif;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}


.fw_al_004_slide > h1 {
   padding: 0px 13px 0px 12px;
        color: #000000;
        font-size: 2px;
        line-height: 29px;
        display: none;
        background: #fff;
        /* text-shadow: 2px 0px 0px rgb(0, 0, 0); */
        font-family: "Roboto", sans-serif;
        margin-bottom: 58px;
        letter-spacing: 1px;
        /* display: inline-block; */
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
}
	
}
