﻿.pull-down, .pull-top {
    position: initial;
}
.navbar-header {
    /* background-color: #B3E5FC; */
}
li.inline_list {
    display: inline;
}
li.inline_list a {
    display: inline;
    line-height: 41px;
    padding: 18.5px 22px;
}
.expo2_detail>div:not(.expo2_detail_before):not(.expo2_detail_after) {
    background-size: contain;
}
.container {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 700px) {
    .expo2_detail>div:not(.expo2_detail_before):not(.expo2_detail_after) {
        background-size: contain;
    }
}
@media (min-width: 700px) {
    @media screen\0 {
        .expo2_detail_before {
            padding: 2% 0 0 0;
        }
        .expo2_detail_after {
            padding: 2% 0 0 0;
        }
    }
}

/* @media (min-width: 768px) { */
    li.inline_list {
        display: block;
    }
    li.inline_list a {
        display: block;
        padding: 10px;
        line-height: 20px;
        width: 50px;
    }
/* } */
@media (min-width: 992px) {
    .pull-down {
        position: absolute;
        bottom: 0;
    }
    .pull-top {
        position: relative;
        top: 100px;
    }
    /*div.refList>div.row div:nth-child(3):before {
        content: '';
    }
    div.refList>div.row div:nth-child(4):before {
        content: '';
    }
	div.refList>div.row div:before {
        content: '';
    }*/
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
    .width_initial {
        width: initial;
        max-width: 80%;
    }
    .navbar-header {
        background-color: transparent;
    }
}
@media (max-width:576px){
  .video {
      MARGIN: 0 AUTO;
      DISPLAY: BLOCK;
      max-width: 600px;
      width: 100%;
      min-height: auto;
height: auto;
  }
  section {
    margin: 20px 0;
}

