/*Name: style.css
*/

@charset "utf-8";
@import url(“font-awesome.min");





.verticalLine {
    border-left: thin solid #f36b08;
    padding: 5px;
}

.verticalLineR {
    border-right: thin solid #f36b08;
    padding: 5px;
}
.horizontalLine {
  border-bottom: thin solid #f36b08;
  padding: 15px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5%;
}




.whiteback {
    position: relative;
    background-color: #FFFFFF;
    max-width: 100%;
    float: center;
    height: 250px;
    overflow: hidden;
    text-align: center;
    vertical align: middle;
}

   

.whiteback img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
    opacity: .25;
}
.bannercontainer {
   position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid red;
    z-index: 2;
    vertical-align: middle;
}

.bannercontainer h1 {   
    margin-left: auto;
    margin-right: auto:
    width: 100%;
    margin-top: 1em;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f36b08;
} 

@media(max-width:640px) {
    .whiteback {
       height: 120px;
     }
   .bannercontainer {
      height: 120px;
    }
   .bannercontainer h1 {
     font-size: 36px;
    }
   .bannercontainer h4 {
     font-size: 8px;
    }
    }

.bannercontainer h4 {
    margin-top: 1em;
    transform: scaleY(1);
    width: 100%;
    line-height: 1em;
    text-transform: uppercase;
    color: #008080;
    font-weight: 300;
}


.NametagOuter {
    position: relative;
    display: block;
    background-color: #ccc;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
    height: 150px;
    overflow: hidden;
    
}

.NametagOuter img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}



@media(max-width:640px) {
    .NametagOuter {
     height: 60px;
    }
    .Nametag {
     height: 60px;
     overflow: hidden;
     }
     .Nametag h2 {
      font-size: 32px;
    }

    }

.Nametag {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid red;
    z-index: 2;
    }

.Nametag h2 {   
    margin-left: auto;
    text-align: left;
    margin-left: 13%;
    margin-top: 1em;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0px;
    color: #f36b08;
}



   

.caption h4 {
    letter-spacing: 1.1em;
    width: 100%;
    text-align: center;
    line-height: 1em;
    text-transform: lowercase;
    padding: 5%;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
   }

@media(max-width:640px) {
    .caption {
    width: 50%
}
}


.footer_slider {
    position: relative;
    width: 100%;
    height: 174px;
    overflow: hidden;
  }

@media(max-width:640px) {
   .footer_slider {
      height: 120px;
     }
   }
    
.bijspacer {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 50px;
  border: 0px solid red;
  background-color: #fff;
  }

@media(max-width:640px) {
   .bijspacer {
    display: none;
    }
   }

.contactheader {
   display: block;
   position: relative;  
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   color: #008080;
   text-align: center;
   margin-top: -2em;
}

.contactheader h3 {
  width: 100%;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 3em;
  text-align: center;
  margin-top: 5%;
}

@media(max-width:1050px) {
     .contactheader h3 {
      font-size: 2.4em;
      letter-spacing: 0;
      line-height: 1em;
      margin-bottom: 2em;
      margin-top: 7%;
     }
     }

@media(max-width:750px) {
   .contactheader h3 {
      font-size: 1.2em;
      letter-spacing: 0;
      line-height: 1.5em;
      margin-bottom: 2em;
      margin-top: 5%;
     }
     }

@media(max-width:600px) {
   .contactheader h3 {
      font-size: 1.8em;
      letter-spacing: 0;
      line-height: 1.5em;
      margin-bottom: 2em;
      margin-top: 7%;
     }
     }

@media(max-width:400px) {
   .contactheader h3 {
      width: 100%;
      font-size: 1.2em;
      letter-spacing: 0;
      line-height: 1.5em;
      margin-bottom: 2em;
      margin-top: 5%;
     }
     }

.contactheader2 {
   display: block;
   position: relative;  
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   color: #008080;
   text-align: center;
   margin-top: 1em;
   margin-bottom: 2em;
}

.contactheader2 h3 {
  width: 100%;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 3em;
  text-align: center;
  margin-top: 1em;
}

@media(max-width:1050px) {
     .contactheader2 h3 {
      font-size: 2em;
      letter-spacing: 0;
      line-height: 1em;
     }
     }

@media(max-width:640px) {
   .contactheader2 h3 {
      font-size: 1.2em;
      letter-spacing: 0;
      line-height: 1em;
      margin-top: 10%;
     }
     }




.mapContainer {
   display: block;
   position: relative;  
   width: 80%;
   height: auto;
   margin: 0 auto;
   color: #008080;
   text-align: center;
    }

@media(max-width:1050px) {
    .mapContainer {
     width: 100%;
     }
     }

@media(max-width:640px) {
   .mapContainer {
      width: 100%;
     }
   }

/*--------------------*/
    /* Super Slides slider */
    /*--------------------*/
    #sliderSection {
      float: left;
      display: inline;
      width: 100%;
      /* height: 530px;*/
      overflow: hidden;
      margin-top: 10px;
    }

   #slider1_container{
       margin: 0 auto;
       position: relative;
       width: 1100px !important;
       height: 380px; 
       overflow: hidden;
    }

    .mainslider_area {
      float: left;
      display: inline;
      width: 100%;
    }

    #slides {
      position: absolute;
      left: 0px;
      top: 0px;
      overflow: hidden;
      max-width: 100%;
    }
     
.slider_caption2 {
      text-align: center;
      width: 25%;
      margin: 0 auto;
      float: none;
      padding: 2% 2% 2% 2%;
      
    }
    .slider_caption2 h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 300;
      line-height: 1em;
      text-transform: uppercase;
      font-family: 'Josefin Sans', sans-serif;
      margin-bottom: 18px;
    }
    .slider_caption2 h2 span {
      font-weight: 700;
      font-size: 60px;
      line-height: 1.3em;

    }
    .slider_caption2 p {
      color: #fff;
      font-size: 1em;
      line-height: 22px;
      font-family: 'Josefin Sans', sans-serif;
    }



    .slider_caption {
      text-align: center;
      width: auto;
      float: left;
      background-color: rgba(0,0,0,.6);
      padding: 2% 2% 2% 2%;
      margin: 20% 20% 5% 15%;
      
    }
    .slider_caption h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 300;
      line-height: 1em;
      text-transform: uppercase;
      font-family: 'Josefin Sans', sans-serif;
      margin-bottom: 18px;
    }
    .slider_caption h2 span {
      font-weight: 700;
      font-size: 60px;
      line-height: 1.3em;

    }
    .slider_caption p {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      font-family: 'Josefin Sans', sans-serif;
    }


@media(max-width:1050px) {
	.slider_caption {
        top: 0;
        margin-top: 45%;
      }
	.slider_caption > h2 {
        font-size: 37px;
      }
    }
@media(max-width:640px) {
      .slider_caption {
        top: 0;
        margin-top: 75%;
      }
      .slider_caption > h2 {
        font-size: 1.5em;
        line-height: 1em;
        margin-bottom: 10px;
      }
      .slider_btn {
        margin-top: 10px;
      }
    }

@media(max-width:450px) {
      .slider_caption {
        margin-top: 60%;
        margin-right: 50%;
        padding: 0 4% 2% 4%;
      }
      .slider_caption > p {
        font-size: 1em;
        line-height: 1em;
      }
      .slider_btn {
        font-size: 14px;
        padding: 8px 13px;
        
      }
    }

.slider_caption2 {
      text-align: center;
      width: auto;
      float: center;
      padding: .2%;
      
    }
@media(max-width:450px) {
     
     }



.slider_btn {
      color: #fff;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      margin-top: 0px;
      padding: 10px 15px;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .slider_btn:hover,
    .slider_btn:focus {
      background-color: #fff;
      border: 1px #fff;
      text-decoration: none;
    }
     .slider_btn_teal {
      color: #008080;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      border: 1px #008080;
      letter-spacing: 2px;
      margin-top: 40px;
      padding: 10px 15px;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .slider_btn_teal:hover,
    .slider_btn:focus {
      background-color: #fff;
      border: 1px #fff;
      text-decoration: none;
    }



      .get_button_teal {
      background-color: #fff;
      border: 2px solid #008080;
      color: #008080;
      display: inline-block;
      font-size: 12px;
      margin-top: 5%;
      text-transform: uppercase;
      padding: 2% 6%;
      letter-spacing: 3px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .get_button_teal:hover,
    .get_button:focus {
      color: #fff;
       background-color: #008080;
      
    }

    @media(max-width:1050px) {
      .get_button_teal {
        font-size: 10px;
        padding: 2% 6%;
        margin-top: 8%;
      }
    }
    
    @media(max-width:480px) {
     .get_button_teal {
       font-size: 10px;
       padding: 2% 6%;
       margin-top: 10%;
       }
    }



      .get_button_teal2 {
      background-color: #fff;
      border: 2px solid #008080;
      color: #008080;
      display: inline-block;
      font-size: 12px;
      margin: 0 auto;
      text-transform: uppercase;
      padding: 1% 3%;
      letter-spacing: 3px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    .get_button_teal:hover,
    .get_button_teal2:hover,
    .get_button:focus {
      color: #fff;
       background-color: #008080;
      
    }

    @media(max-width:1050px) {
      .get_button_teal2 {
        font-size: 10px;
        padding: 2% 6%;
        margin-top: 8%;
      }
    }
    
    @media(max-width:480px) {
     .get_button_teal2 {
       font-size: 10px;
       padding: 2% 6%;
       margin-top: 10%;
       }
    }
    .loading_area {
      position: absolute;
      top: 0px;
      left: 0px;
    }
    .loading_filter {
      filter: alpha(opacity=70);
      opacity: 0.7;
      position: absolute;
      display: block;
      background-color: #000;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
    }
    .preloader_img {
      position: absolute;
      display: block;
      background: url(img/home/loading.gif) no-repeat center center;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
    }

.slogan {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
    text-transform: uppercase;
    }

.slogan h3 {
    font-size: 1.9em;
    }

@media(max-width:1050px) {
    .slogan {
    width: 100%;
    }
    .slogan h3 {
    font-size: 1.5em;
    }
    }
@media(max-width:640px) {
    .slogan {
    width: 100%;
    }
    .slogan h3 {
    font-size: 1em;
    }
    }

.homestanwidth_2 {
    display: block;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    overflow: hidden;
}
   
@media(max-width:1050px) {
    .homestanwidth_2 {
    height: 250px;
    width: 100%;
    }
    }
@media(max-width:650px) {
    .homestanwidth_2 {
    height: 100px;
    width: 100%;
    }
    }

#genrelist {
    width: 80%;
    margin: 0 auto;
    }


#genrelist ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    }

#genrelist ul li a {
    color: #008080;
    font-size: 1em;
    letter-spacing: .1em;
    }

@media(max-width:1050px) {
    #genrelist {
      width: 100%;
     }
    #genrelist ul li a {
    font-size: .9em;
    }
    }

@media(max-width:650px) {
    #genrelist {
     width: 80%;
     margin: 0 auto;
    }
    #genrelist ul li {
    list-style: none;
    display: block;
    float: left;
    width: 80%;
    margin-bottom: 5%;
    text-align: center;
    }
    }
    
.bijspacer2 {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 4em;
  clear: both;
  }

@media(max-width:1050px) {
    .bijspacer2 {
    display: none;
    }
    }


@media(max-width:650px) {
    .bijspacer2 {
    display: none;
    }
    }

.bijspacer3 {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 4em;
  clear: both;
  }

.bijspacer4 {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 2em;
  clear: both;
  }

.homestanwidth_5 {
    display: block;
    background-color: #000;
    height: auto;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    overflow: hidden;
    text-align: center;
    }

.homestanwidth_5 img {
    width: 100%;
    position: relative;
    }
.homestanwidth_6 {
    display: block;
    height: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    overflow: hidden;
    border: 0px solid #008080;
    text-align: center;
 background: rgba(201,229,234,1);
background: -moz-linear-gradient(top, rgba(201,229,234,1) 0%, rgba(201,229,234,1) 19%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(201,229,234,1)), color-stop(19%, rgba(201,229,234,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(201,229,234,1) 0%, rgba(201,229,234,1) 19%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(201,229,234,1) 0%, rgba(201,229,234,1) 19%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(201,229,234,1) 0%, rgba(201,229,234,1) 19%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(201,229,234,1) 0%, rgba(201,229,234,1) 19%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e5ea', endColorstr='#ffffff', GradientType=0 );

  }


.homestanwidth_6 h1 {
    font-weight: 400;
    font-size: 60px;
    color: #f36b08;
    line-height: 1.4em;
}
 
.homestanwidth_6 h4 {
    text-align: justify;
    padding: 20px;
    line-height: 2em;
    font-weight: 400;
    font-size: 16px;
}

@media(max-width:650px) {
    .homestanwidth_6 h1 {
    font-size: 3em;
    }
    }

.homestanwidth_7 {
    display: block;
    background-color: #fff;
    height: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.homestanwidth_7 h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    }

@media(max-width:1050px) {
    .homestanwidth_7 h3 {
    font-size: 1.5em;
    }
    }

@media(max-width:640px) {
    .homestanwidth_7 h3 {
    font-size: 1.5em;
    }
    }

.homestanwidth_8 {
    display: block;
    background-color: #fff;
    height: auto;
    *margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.homestanwidth_8 img {
   width: 100%;
   height: 500px;
   position: relative;
   object-fit: cover;
}


@media(max-width:1050px) {
      .homestanwidth_8 img {
      height: auto;
      }
      }   






.bijstanwidth {
    display: block;
    background-color: #fff;
    border: 0px solid red;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 1%;
    width: 80%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.bijstanwidth img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;

}

@media(max-width:1050px) {
   .bijstanwidth {
      width: 80%;
      height: 380px;
     }
   }
@media(max-width:640px) {
   .bijstanwidth {
      width: 100%;
      height: 235px;
     }
   }

.bijteamgal_single {
   width:100%;
   height: 400px;
   overflow: hidden;
   object-fit: cover;
   }

.bijteamgal_single img {
    width: 100%;
    height: 300px;
    }
  
.two_third h3 span {
    font-weight: 300;
    }

.bijport_single {
   width:100%;
   height: 100%;
   overflow: hidden;
   object-fit: cover;
   
   }


.bijport_single img {
    width: 100%;
    margin-top: 7%;
    }


.bijporttxt h3 {
   text-align: left; 
   font-size: 28px;
   text-transform: uppercase;
   margin-top: .5em;
   font-weight: 400;
   }

.bijporttxt h4 {
   text-align: justify;
   text-transform: sentence;
   font-size: 20px;
   margin-bottom: 1em;
   line-height: 1.6em;
   font-weight: 300;
   }

@media(max-width:1050px) {
   .bijporttxt h3 {
     font-size: 1em;
   }
   .bijporttxt h4 {
     font-size: 1em;
   }
   }

@media(max-width:640px) {
   .bijporttxt h3 {
     font-size: .8em;
   }
   .bijporttxt h4 {
     font-size: .7em;
   }
      
   }

.int_span_cont {
    margin-bottom: 2%;
    width: 100%;
    }

.int_span_cont3 {
    display: inline-block;
    float: left;
    background-color: #fff;
    border: 0px solid green;
    width: 55%;
    position: relative;
    margin: 0 0 0 5%;
}



@media(max-width:1050px) {
    .int_span_cont3 {
     display: block;
     float: none;
     width: 100%;
     margin: 0 auto;
     margin-top: 4%;
     }
     }


.intstanwidth {
    display: block;
    height: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
}


.intstanwidth h2 {
    width: 100%;
    text-align: center;
    font-weight:400;
    text-transform: lowercase;
    letter-spacing: .05em;
    font-size: 3.8em;

}
.intstanwidth h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}

.intstanwidth h3 span {
    font-weight: 400;
    }

@media(max-width:1050px) {
	.intstanwidth {
        width: 100%;
     }
	.intstanwidth h3 {
        font-size: 1.8em;
     }

   }

@media(max-width:640px) {
    .intstanwidth {
        width: 100%;
     }
     .intstanwidth h2 {
        font-size: 30px;
     }
      .intstanwidth h3 {
        font-size: .8em;
     }
     }



.bijframe {
    width: 100%;
    overflow: hidden;
    }

.bijframe2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    }

.bijcentrespan {
    width: 100%;
    height: auto;
    border: 0px solid red;
    text-align: center;
    }



.bijquote_single {
   width: 100%;
   overflow: hidden;
   object-fit: cover;
   height: auto;   
   }


.bijquotetxt h3 {
   text-align: left; 
   font-size: 20px;
   text-transform: sentence;
   margin-top: .5em;
   font-weight: 700;
   margin-left: 4%;
   }

.bijquotetxt h4 {
   text-align: justify;
   text-transform: sentence;
   font-size: 18px;
   margin-bottom: 1em;
   line-height: 1.6em;
   font-style: italic;
   margin-left: 4%;
   font-weight: 400;
   }

@media(max-width:1050px) {
    .bijquote_single {
    height: auto;
    width: 100%;
    }
   
   .bijquote_single img {
    margin-top: 40px; 
    }  
   .bijquotetxt h3 {
     font-size: 100%;
    }
   .bijquotetxt h4 {
     font-size: 100%;
    }
    }

@media(max-width:640px) {
     .bijquote_single {
    height: auto;
    width: 100%;
    }


   .bijquote_single img { 
    height: auto;
   }
   }

@media(max-width:400px) { 
   .bijquotetxt h3 {
     font-size: 100%;
   }
   .bijquotetxt h4 {
     font-size: 100%;
   }
   }

.bijquote_singleSm {
   display : block;
   width: 100%;
   overflow: hidden;
   object-fit: cover;
   height: auto;
   padding: 12% 0 0 0;
        
   }
.bijquote_singleSm img {
   height: 230px;
   margin-top: .5em;
   }
@media(max-width:1050px) {
   .bijquote_singleSm img {
    height: 200px;
    }
    }

.bijquotetxtSm {
   margin-top: .5em;
   width: 110%;
  }
@media(max-width:1050px) {
	.bijquotetxtSm {
         width: 90%;
         }
     }
	
@media(max-width:650px) {
	.bijquotetxtSm {
         width: 90%;
         }
     }




.bijquotetxtSm h3 {
   text-align: left; 
   font-size: 1em;
   text-transform: sentence;
   margin-top: .5em;
   font-weight: 600;
   margin-left: 8%;
   }

.bijquotetxtSm h4 {
   text-align: justify;
   text-transform: sentence;
   font-size: 1em;
   margin-bottom: 1em;
   line-height: 3em;
   font-style: italic;
   margin-left: 8%;
   font-weight: 400;
   width: 100%;
   }
@media(max-width:1050px) {
    .bijquotetxtSm h4 {
     line-height: 2.4em;
    }
    }

.homestanwidth_9_left {
    background-color: #fff;
    border: 0px solid red;
    height: 100%;
    width: 50%;
    display: inline-block;
    float: left;
    margin: 15px 0 1% 10%;
    position: relative;
}

@media(max-width:1050px) {
     .homestanwidth_9_left {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 4%;
      display: block;
      text-align: center;
      float: none;
     }
     }


.homestanwidth_9_right {
    width: 25%;
    background-color: #fff;
    border: 0px solid blue;
    height: 100%;
    display: inline-block;
    float: right;
    margin: 15px 10% 60px 5%;
    position: relative;
    text-align: right;
}

@media(max-width:1050px) {
     .homestanwidth_9_right {
      width: 80%;
      margin: 0 auto;
      display: block;
      text-align: center;
      float: none;
     }
     }

.homestanwidth_9_leftbanner {
    height: auto;
    width: 100%;
    text-align: left;
    padding: 10px;        
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%,    rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(117,189,209,0.8)), color-stop(100%, rgba(0,128,128,0.5)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008080', GradientType=1 );
 
  }

.homestanwidth_9_leftbanner h2 {
     color: #f36b08;
     font-size: 32px;
     line-height: 1.1em;
     font-weight: 300;
     }

@media(max-width:1050px) {
   .homestanwidth_9_leftbanner h2 {
    text-align: center;
    }
    }


@media(max-width:640px) {
    .homestanwidth_9_leftbanner h2 {
    font-size: 1.5em;
    text-align: center;
    }
    }


.homestanwidth_9innercol {
   display: block;
   width: 100%;
   height : 100%;
   background-color: #fff;
   }
   

.innercol_slider {
   display: block;
   width: 100%;
   height : 350px;
   background-color: #fff;
   margin: 60px 0 30px 0;
   }

@media(max-width:640px) {
   .innercol_slider {
    height: 150px;
    }
    }



.homestanwidth_9_rightbanner {
    height: auto;
    text-align: right;
    padding: 10px;    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%,    rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(117,189,209,0.8)), color-stop(100%, rgba(0,128,128,0.5)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(117,189,209,0.8) 41%, rgba(0,128,128,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008080', GradientType=1 );
 
  }

.homestanwidth_9_rightbanner h2 {
     color: #f36b08;
     font-size: 32px;
     line-height: 1.1em;
     font-weight: 300;
     }


@media(max-width:1050px) {
   .homestanwidth_9_rightbanner h2 {
    text-align: center;
    }
    }

.bts_container {
    position: relative;
    display: inline-block;
    width: 42%;
    margin-left: 10%;
    float: left;
    height: 100%;
    border: 0px solid red;
    overflow: hidden;
    text-align: left;
   }

@media(max-width:1050px) {
    .bts_container {
     display: block;
     float: none;
     width: 80%;
     text-align: center;
     }
     }
@media(max-width:640px) {
     .bts_container {
     height: 150px;
     }
     }


#jssor_5 {
    float: left;
    }
@media(max-width:1050px) {
    #jssor_5 {
     float: none;
     }
     }

.bts_containerR {
    position: relative;
    display: inline-block;
    width: 38%;
    margin-right: 10%;
    float: left;
    height: 100%;
    border: 0px solid red;
    overflow: hidden;
    text-align: center;
    background-color: rgba(201, 229, 234, .2);
   }

@media(max-width:1050px) {
    .bts_containerR {
     display: block;
     float: none;
     width: 80%;
     margin: 0 auto;
     }
     }

.bts_containerR img {
    width: 50%;
    height: auto;
    opacity: 1;
   }

.bts_containerR h3 {
    position: absolute;
    width: 100%;
    font-size: 1.5em;
    bottom: 0;
    color: rgba(243, 107, 8, 1);
    text-transform: uppercase;
    letter-spacing: .2em;
    }

@media(max-width:1050px) {
      .bts_containerR img {
      width: auto;
      height: 100%;
      }
      }

@media(max-width:640px) {
     .bts_containerR h3 {
     font-size: .8em;
      }
      .bts_containerR img {
      width: 100%;
      height: auto;
      }
      }



   .bijpressgal_left {
   position: relative;
   display: inline-block;
   border: 1px solid #000;
   float: left;
   width: 24%;
   height: auto;
   margin-left: 10%;
   margin-top: 4%;
   margin-bottom: 4%;
   overflow: hidden;
   background-color: #000;
   padding-bottom: 2%;
   }

   .bijpressgal_left img {
   width: 100%;
   height: 350px;
   object-fit: contain;
   }

  .bijpressgal_middle {
   position: relative;
   display: inline-block;
   border: 1px solid #000;
   float: left;
   width: 24%;
   height: auto;
   margin-left: 3%;
   margin-right: 3%;
   margin-top: 4%;
   margin-bottom: 4%;
   overflow: hidden;
   background-color: #000;
   padding-bottom: 2%;
   }

  .bijpressgal_middle img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  }

  .bijpressgal_right {
   position: relative;
   display: inline-block;
   border: 1px solid #000;
   float: left;
   width: 24%;
   height: auto;
   margin-right: 10%;
   margin-top: 4%;
   margin-bottom: 4%;
   overflow: hidden;
   background-color: #000;
   padding-bottom: 2%;
   }

  .bijpressgal_right img {
   width: 100%;
   height: 350px;
   object-fit: contain;
   }




.bijpressgal_left h3 {
    position: absolute;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: .1em;
    bottom: 0;
    width: 100%;
    text-align: center;  
    }

.bijpressgal_right  h3 {
    position: absolute;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: .1em;
    bottom: 0;
    width: 100%;
    text-align: center;  
    }


.bijpressgal_middle h3 {
    position: absolute;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: .1em;
    bottom: 0;
    width: 100%;
    text-align: center;  
    }


@media(max-width:1050px) {
   .bijpressgal_left, .bijpressgal_right, .bijpressgal_middle {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    }
    }

@media(max-width:640px) {
   .bijpressgal_left, .bijpressgal_right, .bijpressgal_middle {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    float: none;
    height: auto;
    padding: 0;
    }
    }


.song_title h5 {
   width: 100%;
   font-weight: 600;
   }

.song_title h5 span {
   width: 100%;
   font-weight: 400;
   }


