@media all and (min-width: 900px) {
  html, body {
    height: 100%;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  #menu {
    background: #FFF;
  }
  #page {
    /*border-left: 1px solid #ccc;*/
    box-shadow: 3px 0 3px rgba(0,0,0,0.05) inset;
    min-height: 100%;
  }
  /* hide open-button */
  a[href="#menu"] {
    display: none !important;
  }
}
@media all and (max-width: 899px) {
    #menu {
        box-sizing:border-box;
        overflow: auto;
    }
    /*.logo a{
        display: none;
    }
*/
    h1.logo {
        background: none;
        display: none;
    }

    .logo a
    {
        width:105px;
        height: 95px;
        background:url(../images/logo_new.svg) no-repeat;
        background-size: 100% auto;
        text-indent: -99999px;
        margin: 20px auto 20px auto;
        padding:0; 
        display: block;

    }

    #menu h3{
        clear:both;
        border-bottom: 1px solid #000;
        font-size:12px;
        margin-bottom: 0px;
        color: #333;

        background: #333;
        color: #FFF;
        padding: 5px;
    }
    .main_menu {
        margin:5px 0; 
        font-size: 16px;
        text-align: left;
        letter-spacing: 0em;
        white-space: nowrap;
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .main_menu a{
        display: inline-block;
        color: #333;
        overflow: hidden;
        
    }
    .main_menu br {
        display: none;
    }
    .main_menu:after {
        font-family: icomoon;
        content: "\e90f";
        color:#DDD;
        font-size: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 4px;
    }
    .circle {
        font-size:26px;
        text-align: left;
        display: inline-block;
        margin:0 10px;
    }

    .logo_nega {
        width: 105px;
        height: 95px;
        margin:0 auto;
    }

    .bnr_area {
        width: 70%;
        display: block;
        margin: 20px 15% 0 15%;
    }
    .bnr_area img{
        width: 100%;
        border:1px solid #000;
    }
}
@media all and (min-width: 900px) {
    #menu {
        padding: 20px;
        box-sizing:border-box;
    }
    
    .logo {
        width: 100px;
        height: 130px;
        background-size: 100% auto;
        /*text-indent: -99999px;*/
        margin: 30px auto;
        padding:0; 
    }
    .logo a{
        width: 100px;
        height: 130px;
        background: url(../images/logo_mmam.svg) no-repeat;
        background-size: 100% auto;
        text-indent: -99999px;
        padding:0; 
        display: block;
    }

    /*.logo,
    .logo_3,
    .logo_8
     {
        width:135px;
        height: 125px;
        background:url(../images/logo_new.svg) no-repeat;
        background-size: 100% auto;
        text-indent: -99999px;
        margin: 20px auto 0 auto;
        padding:0; 
    }
    .logo_3 {
        width:115px;
        height: 175px;
        background:url(../images/logo_ver3_color.svg) no-repeat;
    }
    .logo_8 {
        width:135px;
        height: 155px;
        background:url(../images/logo_ver8_color.svg) no-repeat;
    }*/
    #menu h3{
        clear:both;
        border-bottom: 1px solid #000;
        font-size:12px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .main_menu {
        width: 60px;
        height: 90px;
        float: left;
        margin:5px 10px 5px 0px ; 
        font-size: 7px!important;
        text-align: center;
        letter-spacing: 0em;
        white-space: nowrap;
        display: block;
        line-height: 1.2em;
    }
    .main_menu:nth-child(5) {
        margin-right: 0;
    }
    .main_menu:nth-child(6),
    .main_menu:nth-child(9),
    .main_menu:nth-child(12)   {
        margin-left: 30px;
    }
    .circle {
        border-radius: 60px;
        width:60px;
        height: 45px;
        border:2px solid #000;
        display: block;
        font-size:30px;
        text-align: center;
        padding-top: 15px;
        margin-bottom: 5px;
    }
    .logo_nega {
        display: none;
    }

    .main_menu a,
    .main_menu a .circle{
        color: #333;
        border-color:#333;
        transition-duration:0.6s;
        -webkit-transition-duration:0.6s;
        
    }    
    .main_menu:nth-child(3) a:hover,
    .main_menu:nth-child(3) a .circle:hover{
        color: #EF1161;
        border-color:#EF1161;
    }
    .main_menu:nth-child(4) a:hover,
    .main_menu:nth-child(4) a .circle:hover{
        color: #FF9900;
        border-color:#FF9900;
    }
    .main_menu:nth-child(5) a:hover,
    .main_menu:nth-child(5) a .circle:hover{
        color: #99CC00;
        border-color:#99CC00;
    }
    .main_menu:nth-child(6) a:hover,
    .main_menu:nth-child(6) a .circle:hover{
        color: #0099FF;
        border-color:#0099FF;
    }
    .main_menu:nth-child(7) a:hover,
    .main_menu:nth-child(7) a .circle:hover{
        color: #9B00FF;
        border-color:#9B00FF;
    }
    .main_menu:nth-child(9) a:hover{
        color: #3B579B;
    }
    .main_menu:nth-child(9) a .circle:hover{
        background: #3B579B;
        border-color: #3B579B; 
        color: #FFF;
    }
    .main_menu:nth-child(10) a:hover{
        color: #00ADED;
    }
    .main_menu:nth-child(10) a .circle:hover{
        background: #00ADED;
        border-color: #00ADED;
        color: #FFF;
    }

    .bnr_area {
        width: 200px;
        display: block;
        margin-top: 20px;
    }
    .bnr_area img{
        width: 100%;
        border:1px solid #000;
    }
}

#header {
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0px;
    background: none;
    z-index: 9999;
}
.icon-menu {
    font-size: 30px;
    color:#FFF;
    float: left;
    padding:10px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}


@media all and (max-width: 999px) {
    .fullslide {
        height: 100%;
    }
    #fullslide section{
        height: 100%;
    }
    .slick-slider,
    .slick-list,
    .slick-track
     {
       height: 100%;
       overflow: hidden; 
    }
    .slick-track img{
        height: 100%;
    }

    .slider-for {
        width: 100%;
        height: 100%;
    }

/*  */
    #second {
        background-color: #F4F4F4;
        background-image: url(../images/bg/transparent-square-tiles.png);
    }
    #second .event{
        margin: -154px auto 0 auto;
        position: relative;
        z-index: 99999;
    }
    #second .event h2{
        padding: 10px 0;
        display: none;
    }
/*  */
    .event_list a:first-child,
    .event_list a:nth-child(2)
    {   
        width: 49.7%!important;
        margin: 0 0 10px 1px!important ;
        float: left;
        height: 153px;
        background: rgba(255,255,255,0.9);
    }
    .event_list a:first-child .thumb,
    .event_list a:nth-child(2) .thumb
     {
        float: left;
        width: 35%;
        height: 115px;
        overflow: hidden;
    }
    .event_list a:first-child .tag,
    .event_list a:nth-child(2) .tag,
    .event_list a:first-child .date,
    .event_list a:nth-child(2) .date
    {
        float: left;
        width:49%;
        margin-top: 10px;
    }
    .event_list a:first-child .tit,
    .event_list a:nth-child(2) .tit
    {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding:5px 0; 
    }
}
@media all and (min-width: 1000px) {
    #fullslide {
        height: 100%;
    }
    #fullslide section{
        height: 100%;
    }
    .slick-slider,
    .slick-list,
    .slick-track
     {
       height: 100%;
       overflow: hidden; 
    }
    .slick-track img{
        width: 100%;
    }
    .slider-for {
        width: 100%;
        height: 100%;
    }
    .slider-nav {
        position: absolute!important;
        top:0px;
        right:0px;
        z-index: 9999;
    }
/*  */
    #second {
        background-color: #F4F4F4;
        background-image: url(../images/bg/transparent-square-tiles.png);
    }
    #second .event{
        /*margin: -358px auto 0 auto;*/
        margin: -213px auto 0 auto;
        position: relative;
        z-index: 99999;
    }
    #second .event h2{
        padding: 10px 0;
    }
/*  */
    .event_list a:first-child,
    .event_list a:nth-child(2)
    {   
        width: 49.5%;
        margin: 0 1% 1% 0 ;
        float: left;
        height: 135px;
    }
    .event_list a:nth-child(2)
     {
        margin-right: 0;
    }
    .event_list a:first-child .thumb,
    .event_list a:nth-child(2) .thumb
     {
        float: left;
        width: 45%;
        height: 115px;
        overflow: hidden;
    }
    .event_list a:first-child .thumb img,
    .event_list a:nth-child(2) .thumb img
        margin-top: -25%;
    }
    .event_list a:first-child .tag,
    .event_list a:nth-child(2) .tag,
    .event_list a:first-child .date,
    .event_list a:nth-child(2) .date
    {
        float: left;
        width:24%;
        margin-top: 10px;
    }
    .event_list a:first-child .tit,
    .event_list a:nth-child(2) .tit
    {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding:10px 0; 
    }
}

.event {
    /*background: #333;*/
    padding-bottom: 20px;
}

.event h2{
    font-size: 24px;
    color:#FFF;
    padding:50px 0;  
    letter-spacing: 0.2em;
    
    visibility: hidden;
}

.event h2 span{
    display: block;
    font-size: 12px;
    letter-spacing: 1em;
    margin-top: 1em;
}

.float_block {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top:0px;
}

.float_block h1{
    font-size: 37px;
    font-style: italic!important;
    color: #FFF;
    margin-top: 17px;
    background: none;
    z-index: 99999;
    font-weight: 100;
    display: block;
    width: 100%;
    line-height: 1.2em;
}

.float_block h2{
    font-size: 21px;
    /*font-style: italic!important;*/
    color: #FFF;
    margin-top: 17px;
    margin-bottom: 10px;
    background: none;
    z-index: 99999;
    font-weight: 100;
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-indent: 0px;
    text-align: center;
}

@media all and (max-width: 899px) {
    .float_block {
        padding-top: 25%;
    }
    .float_block h1{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 37px;
    }
}
@media all and (min-width: 900px) {

    .float_block 
    {
        padding-top: 45%;
    }

    .float_block h1 br,
    .float_block p br
    {
        display: none;
    }

}

.float_block p {
    color:#FFF;

    text-align: center;
    z-index: 99999;
    display: block;
    width: 100%;
}

a.btn {
    border:1px solid #FFF;
    display: block;
    width: 30%;
    color:#FFF;
    margin:0 auto;
    text-align: center;
    height: 40px;
    width: 260px;
    line-height: 40px;
    margin-top: 40px;
    background-color: rgba(0,0,0,0.4);
    letter-spacing: 0.2em;
    cursor: pointer;
}

a.btn:hover {
    background:rgba(0,128,255,0.8);
    cursor: pointer;
}

a.btn:after,
a.btn_arrow:before
 {
    font-family: icomoon;
    content:"\e90f";
    color: #FFF;
    float: right;
    margin-right: 10px;
}


a.btn_arrow {
    /*background: rgba(0,0,0,0.5);*/
    /*border:1px solid #FFF;*/
    /*border-radius: 5px;*/
    display: block;
    margin:30px auto 0 auto;
    text-align: left!important;
    max-width: 400px;
    letter-spacing: 0.2em;
    cursor: pointer;
    padding: 10px;
    position: relative;
    /*background: rgba(0,0,0,.3);*/
    border:1px solid #FFF;
    border-radius:5px;
    transition: all .2s;
}
a:hover.btn_arrow {
    background: rgba(36,162,255,.3);
    border-top:1px solid rgba(255,255,255,0.5);
}
a.btn_arrow:before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    transition: all .2s;
}
a:hover.btn_arrow:before {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

a.btn_arrow h2,
a.btn_arrow p {
    text-align: center;
    padding: 0 5%;
    margin:5px; 
    line-height: 1em;
    /*width: 80%;*/
}
a.btn_arrow h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4em;
}

@media all and (max-width: 899px) {
    a.btn {
        margin-top: 2%;
    }
}
@media all and (min-width: 900px) {

}

.event_list {
    display: flex;
    flex-wrap: wrap;
}

.cap {
    position: absolute;
    z-index: 9999999;
    color:#FFF;
    background: red;
    top:100%;
    height: 40px;
    margin-top: -40px;
}

.event_list a
{
    width: 235px;
    /*height: 400px;*/
    background: #FFF;
    float: left;
    margin: 10px;
    position: relative;
}

.topics_list a
{
    height: auto;
}

.event_list a.new:before, 
.topics_list a.new:before 
{
    content: url("../images/indent_new.svg");
    width:40px;
    height: 40px;
    /*background: url(../images/indent_new.svg) no-repeat;
    display: block;
    background-size: 100%;*/
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 9999;
}

.event_list a .thumb,
.topics_list a .thumb
 {
    width: 215px;
    height: 215px;
    margin:10px;
    display: block;
}

.event_list a .tag, 
.topics_list a .tag 
{
    width: 50%;
    float: left;
    color: #FFF;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 77%;
    border-radius: 0px 3px 3px 0px;
}

.event_list a .date,
.topics_list a .date
 {
    width: 50%;
    float: left;
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
}

@media all and (max-width: 899px) {
    .event_list a .tag,
    .topics_list a .tag
    {
        height: 20px;
        line-height: 20px;
        font-size:12px;
    }
    .event_list a .date,
    .topics_list a .date
    {
        height: 20px;
        line-height: 20px;
        font-size:12px;
    }

    .event_list a.new:before,
    .topics_list a.new:before
     {
        left: 5px;
        z-index: 9999;
    }
}

.event_list a .tit,
.topics_list a .tit
{
    font-weight: bold;
    line-height: 1.4em;
    padding: 10px;
    text-align: left!important;
    display: block;
    clear: both;
}

.cate_01 { background: #EF1161; font-size:11px;}
.cate_02 { background: #FF9900;}
.cate_03 { background: #99CC00;}
.cate_04 { background: #0099FF;}
.cate_05 { background: #7800ff;}
.cate_06 { background: #999999;}

#menu h3,
.date,
.event h2
{
    font-family: 'Futura',”Century Gothic”, Verdana, Arial, sans-serif
}

#scroll_down:after {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 86%;
    left: 50%;
    margin-left: -25px;
    font-family: icomoon;
    content: "\e908";
    display: block;
    z-index: 99999;
    font-size:50px;
    color: #FFF;
}
@media all and (max-width: 899px) {
    .event h2{
        font-size: 24px;
        color:#FFF;
        padding:25px 0 0 0;  
        letter-spacing: 0.2em;
    }
    .event_list,
    .topics_list
    {
        width: 100%;
    }

    .event_list a
    {
        width: 42.5%;
        margin: 5% 2.5% 0% 5%;
        /*height: 255px;*/
        height: auto;
    }

    .topics_list a
    {
        width: 42.5%;
        margin: 5% 2.5% 0% 5%;
        height: auto;
    }

    .event_list a:nth-child(even),
    .topics_list a:nth-child(even)
    {
        width: 42.5%;
        margin: 5% 5% 0% 2.5%;
    }

    .event_list a .thumb,
    .topics_list a .thumb
    {
        width: 90%;
        height: 43%;
        margin: 5%;
        overflow: hidden;
    }

    .event_list a .thumb img,
    .topics_list a .thumb img
    {
        width:100%;
    }

    a.btn_more {
        width: 100%;
        height: 70px;
        line-height: 70px;
        display: block;
        margin: 5% auto;
        float: none;
        clear: both;
        background: #EEE;
    }

    .cate_01 { background: #EF1161; font-size:9px;}

}

@media (min-width: 900px) and (max-width: 999px) {
    .event_list 
    .topics_list 
    {
        /*width: 510px;*/
        margin: 0;
    }
    .event_list a, 
    .topics_list a 
    {
        margin:20px 0 0 20px ;
        width: 30%;
    }
    .event_list a .thumb, 
    .topics_list a .thumb{
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .event_list a .thumb img, 
    .topics_list a .thumb img{
        width: 100%;
    }

    .event_list a:nth-child(2n), 
    .topics_list a:nth-child(2n) 
    {
        margin-right: 0px;
    }

    a.btn_more {
        width: 100%;
        height: 70px;
        line-height: 70px;
        display: block;
        margin: 30px auto 0px auto;
        float: none;
        clear: both;
        background: #EEE;
    }
}
@media (min-width: 1000px) and (max-width: 1279px) {
    .event_list, 
    .topics_list 
    {
        width: 765px;
        margin: 0 auto;
    }

    .event_list a, 
    .topics_list a 
    {
        margin:30px 30px 0 0; 
    }

    .event_list a:nth-child(5), 
    .topics_list a:nth-child(5), 
    .event_list a:nth-child(8),
    .topics_list a:nth-child(8), 
    .event_list a:nth-child(11), 
    .topics_list a:nth-child(11) 
    {
        margin-right: 0px;
    }


    a.btn_more {
        width: 49%;
        height: 70px;
        line-height: 70px;
        display: block;
        margin: 30px auto 0px auto;
        float: none;
        clear: both;
        background: #EEE;
    }
}
@media all and (min-width: 1280px) {
    .event_list, 
    .topics_list 
    {
        width: 1000px;
        box-sizing:border-box;
        margin: 0 auto;
    }

    .event_list a, 
    .topics_list a 
    {
        margin:20px 20px 0 0;
    }

    .event_list a:nth-child(6), 
    .topics_list a:nth-child(6),
    .event_list a:nth-child(10), 
    .topics_list a:nth-child(10) 
    {
        margin-right: 0px;
    }

    a.btn_more {
        /*width: 490px;*/
        width: 48%;
        height: 70px;
        line-height: 70px;
        display: block;
        margin: 20px auto 0px auto;
        float: none;
        clear: both;
        background: #EEE;
    }
    .event a.btn_more {
        width: 43%;
    }

}

a.btn_more {
    background: #FFF;
    border-radius:3px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


.event_list a, 
.topics_list a 
{
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


a.btn_more {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
a.btn_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.btn_more:hover:before, a.btn_more:focus:before, a.btn_more:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}














.fs-paginate {
    margin-top: 40px;
}

.event_list a .thumb img,
.topics_list a .thumb img
    {
        width:100%;
    }

.fullSlideShow {
    background: #000;
}
.fullSlideShow .slide_photo{
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

footer {
    background-color: #000000;
    background-image: url(../images/bg/diagmonds.png);
    color: #FFF;
    padding:20px 0;
    text-align: center;
}

.fb_wall {
    width: 500px;
    margin: 0 auto 20px auto;
    /*border: 1px solid #FFF;*/
}

@media all and (max-width: 899px) {
    .fb_wall {
        display: none;
        }
    }
@media all and (min-width: 900px) {
    }

/* ==================================================== */
@media all and (max-width: 899px) {

    h1.logo_nega_absolute {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        z-index: 999999;
        top:10%;
        margin-top: 0;
        background: none!important;
    }

    h1.logo_nega_absolute_3 {
        position: absolute;
        width: 140px;
        left: 50%;
        margin-left: -70px;
        z-index: 999999;
        top:10%;
        margin-top: 0;
        background: none!important;

        display: none;
    }

    a.bnt_column_last {
        width: 100%;
        height:120px;
        margin:20px auto;
        display: block;
        overflow: hidden; 
        position: relative;

    }
    a.bnt_column_last div {

    }
    a.bnt_column_last div img{
        width: 100%;
        position: relative;
        z-index: 20;
    }
    figcaption {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 200;
      width: 100%;
      height: 100%;
      background: rgba(144,166,0,1);
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 1;
    }
    figcaption h3,
    figcaption p {
      position: absolute;
      /*left: 0;*/
      width: 100%;
      -webkit-transition: .3s;
      transition: .3s;
      z-index: 10000;
      color:#FFF;
      text-align: center;
    }
    figcaption h3 {
      top: 50%;
    }

    .bnt_column_last figcaption{background: rgba(0,0,0,0.1);}

    .bnt_column_last figcaption h3 { margin-top: -6px; font-weight: bold: ;}

    a:hover figcaption h3 img{
      opacity: 100;
    }
    figcaption p {
      top: 75px;
      color: #FFF;
    }
    a.bnt_column_last:hover figcaption {
      opacity: 1;
      border:5px solid #ffc600;
      box-sizing:border-box;
    }
    a.bnt_column_last:hover figcaption h3,
    a.bnt_column_last:hover figcaption p {
      left: 0px;
    }
    a.bnt_column_last:hover figcaption h3 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      color: #FFF;
      border:none;
    }
    a.bnt_column_last:hover figcaption p {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
    }
    .transform01 {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    a.bnt_column_last:hover .transform01 {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

}
@media all and (min-width: 900px) {
    h1.logo_nega_absolute {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        z-index: 999999;
        top:10%;
        margin-top: 0;
        background: none!important;
    }
    h1.logo_nega_absolute_3 {
        position: absolute;
        width: 120px;
        left: 50%;
        margin-left: -60px;
        z-index: 999999;
        top:10%;
        margin-top: 0;
        background: none!important;
    }
    h1.logo_nega_absolute_8 {
        position: absolute;
        width: 170px;
        left: 50%;
        margin-left: -85px;
        z-index: 999999;
        top:10%;
        margin-top: 0;
        background: none!important;
    }
    a.bnt_column_last {
        width: 600px;
        height:120px;
        margin:20px auto;
        display: block;
        overflow: hidden; 
        position: relative;

    }
    a.bnt_column_last div {

    }
    a.bnt_column_last div img{
        width: 100%;
        position: relative;
        z-index: 20;
    }
    figcaption {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: rgba(144,166,0,1);
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 1;
    }
    figcaption h3,
    figcaption p {
      position: absolute;
      left:-100%;
      width: 100%;
      -webkit-transition: .3s;
      transition: .3s;
      z-index: 10000;
      border:none!important;
      color: #FFF; 
    }
    figcaption h3 {
      top: 50%;
    }

    .bnt_column_last figcaption{background: rgba(0,0,0,0.5);}

    .bnt_column_last figcaption h3 { margin-top: -25px;}

    a:hover figcaption h3 img{
      opacity: 100;
    }
    figcaption p {
      top: 75px;
      color: #FFF;
    }
    a.bnt_column_last:hover figcaption {
      opacity: 1;
      border:5px solid #ffc600;
      box-sizing:border-box;
    }
    a.bnt_column_last:hover figcaption h3,
    a.bnt_column_last:hover figcaption p {
      left: 20px;
      color: #ffc600;
    }
    a.bnt_column_last:hover figcaption h3 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      color: #FFF;
      border:none;
    }
    a.bnt_column_last:hover figcaption p {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
    }
    .transform01 {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    a.bnt_column_last:hover .transform01 {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
}

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.big-background {
    width: 100%;
    height: 100%;
}
@media all and (max-width: 899px) {
    .big-background {
        background: url(../images/bg/bg_heli_shot_01.jpg) no-repeat center;
        background-size: cover;
    }
}

#wrap_all {
    width:100%;
    padding-left:240px;
    box-sizing:border-box; 
}

