@charset "utf-8";
/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoDescription{
    background-color: #1B1B1B;
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #474747;
}
/* END Responsive Video Embed */

/*btn_paly and pause*/

.play{
  display: none;
}
.pause{
  display: block;
}

.play, .pause {
  
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  background: rgba(50, 50, 50, 0.44);
  position: absolute;
  top: 42px;
  right: 1500px;
  padding-top:4px;
  border-radius: 10px;

    border: 1px solid #ffffff;
    color: #ffffff;
}





.pageTop img{
    margin:0px auto;
}
.content{
    padding-bottom:15px;
}

.button_back{display: inline-block;
    width: 126px;
    margin-top:42px;
    padding: 8px 18px;
    color:#08538d;
    border:3px solid #0061af;
    color:#0061af;
}
a.button_back {
    font-size:18px;
}
a.button_back:hover{
    text-decoration: none;
    background-color:#0061af;
    color:#fff;
}

#sthoverbuttons .sthoverbuttons-label{margin-left:20px!important;}

.innerImage{
    margin-bottom: 26px;
}

h1{
    margin-bottom: 25px;
}
.richtext {
    font-size: 18px;
    color: #57585B;
    line-height: 1.6em;
    margin-bottom: 30px;
    margin-top: 35px;
}

.titleLine{
    background-color: #0061af;
    height: 4px;
    width: 100%;
    margin-top: 15px;
}

.galleryTitle{
    text-align: center;
}

.galleryTitle{
    margin-bottom: 30px;
}
.slick-prev, .slick-next {
top: 47%;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .galleryTitle{
        margin-bottom: 15px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}