/*------------------------------------------------------*/
/* FULL WIDTH ANIMATED LAYERS 004
/*------------------------------------------------------*/
#fw_al_004 {
     overflow: hidden;
    max-height: 850px;
    width: 100%;
    margin-top: -293px;
    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.65;
  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;
  font-weight: normal;
  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: 125px;
  top: 42%;
  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: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;

}

.fw_al_004_slide > p {
     padding: 0;
    color: #ffffff;
    font-size: 77px;
    text-shadow: 2px 3px 0px rgb(0 0 0);
    line-height: 0px;
    text-transform: uppercase;
    /* font-style: italic; */
    text-shadow: 2px 1px 0px rgb(0 0 0);
    font-weight: normal;
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.fw_al_004_slide > a:nth-child(3){
     color: #000000;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-top: -200px;
    margin-right: 8px;
    text-align: center;
    padding: 12px 26px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none none solid;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 0px;
    border-radius: 36px;
    -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-weight: 400;
  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;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  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;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_al_004_slide,
  .fw_al_004_slide.fw_al_004_slide_right {
    top: 15%;
	padding: 0;
	text-align: center;
  }
  .fw_al_004_slide > h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .fw_al_004_slide > p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
  }
  .fw_al_004_slide > a:nth-child(3),
  .fw_al_004_slide > a:nth-child(4) {
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 25px;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .ps_control_bround .carousel-control {
    display: none;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_al_004_slide > h1 {
    font-size: 28px;
    line-height: 28px;
	text-align: center;
    margin-bottom: 10px;
  }
  .fw_al_004_slide > p {
	font-size: 20px;
  }
  .fw_al_004_slide > a:nth-child(3),
  .fw_al_004_slide > a:nth-child(3),
  .fw_al_004_slide > a:nth-child(4),
  .fw_al_004_slide > a:nth-child(4) {
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 25px;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_al_004_slide {
	top: 10%;
  }
  .fw_al_004_slide > h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .fw_al_004_slide > p {
	font-size: 25px;
  }
}
/*---------- MEDIA 768px - 889px ----------*/
@media (min-width: 768px) and (max-width: 889px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_al_004_slide > h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
/*---------- MEDIA 890px - 950px ----------*/
@media (min-width: 890px) and (max-width: 950px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_al_004_slide > h1 {
    font-size: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-device-width: 640px) and (min-device-width: 360px)
{
	
	#fw_al_004 {
          overflow: hidden;
        max-height: 750px;
        width: 100%;
        margin-top: 84px;
        position: relative;
        float: left;
        background: #000000;
}

.fw_al_004_slide, .fw_al_004_slide.fw_al_004_slide_right {
       top: 0%;
    padding: 0;
    float: left;
    left: 0%;
    /* width: 100%; */
    text-align: center;
}

#fw_al_004 > .carousel-inner > .item > img, #fw_al_004 > .carousel-inner > .item > a > img {
    opacity: 0.65;
    margin: auto;
    height: 190px;
    width: 100% !important;
}

.fw_al_004_slide > h1 {
  padding: 0;
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    font-style: normal;
    line-height: 0px;
    margin-bottom: 0px;
    margin-top: 55px;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fw_al_004_slide > p {
      padding: 0;
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
    text-shadow: 2px 3px 0px rgb(0, 0, 0);
    line-height: 26px;
    text-transform: uppercase;
    /* font-style: italic; */
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    font-weight: normal;
    margin-bottom: 19px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.fw_al_004_slide > a:nth-child(3){
         color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
        margin-right: 10px;
        text-align: center;
        padding: 7px 17px;
        white-space: nowrap;
        letter-spacing: 1.5px;
        background: #078881;
    display: inline-block;
    text-decoration: none;
  text-transform: uppercase;
  border-style: none none solid;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  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;
}

	
}



@media only screen and (max-device-width: 667px) and (min-device-width: 375px)
{

	#fw_al_004 {
          overflow: hidden;
        max-height: 750px;
        width: 100%;
        margin-top: 84px;
        position: relative;
        float: left;
        background: #000000;
}

.fw_al_004_slide, .fw_al_004_slide.fw_al_004_slide_right {
       top: 0%;
    padding: 0;
    float: left;
    left: 0%;
    /* width: 100%; */
    text-align: center;
}

#fw_al_004 > .carousel-inner > .item > img, #fw_al_004 > .carousel-inner > .item > a > img {
    opacity: 0.65;
    margin: auto;
    height: 190px;
    width: 100% !important;
}

.fw_al_004_slide > h1 {
  padding: 0;
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    font-style: normal;
    line-height: 0px;
    margin-bottom: 0px;
    margin-top: 55px;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fw_al_004_slide > p {
      padding: 0;
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
    text-shadow: 2px 3px 0px rgb(0, 0, 0);
    line-height: 26px;
    text-transform: uppercase;
    /* font-style: italic; */
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    font-weight: normal;
    margin-bottom: 19px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.fw_al_004_slide > a:nth-child(3){
         color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
        margin-right: 10px;
        text-align: center;
        padding: 7px 17px;
        white-space: nowrap;
        letter-spacing: 1.5px;
        background: #078881;
    display: inline-block;
    text-decoration: none;
  text-transform: uppercase;
  border-style: none none solid;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  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;
}

	
}




@media only screen and (max-device-width: 736px) and (min-device-width: 414px)
{

	#fw_al_004 {
          overflow: hidden;
        max-height: 750px;
        width: 100%;
        margin-top: 84px;
        position: relative;
        float: left;
        background: #000000;
}

.fw_al_004_slide, .fw_al_004_slide.fw_al_004_slide_right {
       top: 0%;
    padding: 0;
    float: left;
    left: 0%;
    /* width: 100%; */
    text-align: center;
}

#fw_al_004 > .carousel-inner > .item > img, #fw_al_004 > .carousel-inner > .item > a > img {
    opacity: 0.65;
    margin: auto;
    height: 190px;
    width: 100% !important;
}

.fw_al_004_slide > h1 {
  padding: 0;
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    font-style: normal;
    line-height: 0px;
    margin-bottom: 0px;
    margin-top: 55px;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fw_al_004_slide > p {
      padding: 0;
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
    text-shadow: 2px 3px 0px rgb(0, 0, 0);
    line-height: 26px;
    text-transform: uppercase;
    /* font-style: italic; */
    text-shadow: 2px 1px 0px rgb(0, 0, 0);
    font-weight: normal;
    margin-bottom: 19px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.fw_al_004_slide > a:nth-child(3){
         color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 12px;
        line-height: 11px;
        margin-right: 10px;
        text-align: center;
        padding: 7px 17px;
        white-space: nowrap;
        letter-spacing: 1.5px;
        background: #078881;
    display: inline-block;
    text-decoration: none;
  text-transform: uppercase;
  border-style: none none solid;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  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;
}



	
}


