@font-face {
    font-family: "Roboto-Light";
    src: url("https://3more-jpn.medacta.com/assets/stylesheets/fonts/Roboto-Light-webfont.woff") format('woff');
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("https://3more-jpn.medacta.com/assets/stylesheets/fonts/Roboto-Medium-webfont.woff") format('woff');
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("https://3more-jpn.medacta.com/assets/stylesheets/fonts/Roboto-Regular-webfont.woff") format('woff');
}

@font-face {
    font-family: "RobotoCondensed-Light";
    src: url("https://3more-jpn.medacta.com/assets/stylesheets/fonts/RobotoCondensed-Light-webfont.woff") format('woff');
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url("https://3more-jpn.medacta.com/assets/stylesheets/fonts/RobotoCondensed-Regular-webfont.woff") format('woff');
}

body {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0A4185;
    padding-bottom: 40px;
    overflow-x: hidden;
}
a{
    color:#13387F;
    text-decoration: none;
}
.menuLink{
    width: 270px;
}
strong{
    font-weight: 500;
}
.strong {
    font-weight: bold;
    font-style: normal;
}
.small{
    font-size: 0.9em;
}

.external {
    margin-left: 0;
    margin-right: 0;
}
.col-no-padding {
    padding: 0;
}

.text-muted {
    color: #AAA;
}
.content-box > div{
    /*margin-top: 1%;*/
    margin-bottom: 3%;
}
.text-box {
    font-size: 1.2em;
    padding: 15px 25px;
    border: 1px solid rgb(165,165,165);
    border-radius: 4px;
    background: -webkit-linear-gradient(white, rgb(246,246,246)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, rgb(246,246,246)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, rgb(246,246,246)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, rgb(246,246,246)); /* Standard syntax */
}
.box-buttons{
    padding: 1%;
    text-align:center;
    width: 100%;
}
.box-buttons input{
    width: 100%;
    max-width: 200px;
    margin-bottom: 1em;
}
.toogler{
    cursor: pointer;
}
.toogler:hover{
    text-decoration: underline;
}
.session-box{
    text-align: left;
    /*border-bottom: 1px solid #0A4185;*/
    padding: 1%;
}
.session-box:last-child{
    border: none;
}
.session-box .col-sm-8:first-child{
    padding-bottom: 3%;
}
.session-box-details{
    margin-left: 25px;
}
.session-speaker{
    white-space: nowrap;
}
.btn-collapser{
    display: none;
    margin-right: 10px;
    text-decoration: none;
}
.glyphicon-play{
    color: #666666;
    font-size: 0.6em;
}

.grey-text {
    color: #666666;
}

/* CONTACT US FORM */
.contact-form label{
    min-width: 20%;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
    min-width: 70%;
}
#sentMessage{
    font-size: 1.5em;
    color: #FF0000;
}

li {
    list-style-type: square;
}

.navbar-main{
    float: none;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.custom_test_ste {
  background: red;
}

.boxSession{
  border-radius: 4px;
  box-shadow: 1px 1px 14px 1px whitesmoke;
  background: -webkit-linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.4));
  background: -o-linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.4));
  background: -moz-linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.4));
  background: linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.4));
  text-align: center;
  margin-bottom: 40px;
  padding:15px;
}

.sessionTitleBox{
  margin-bottom: 40px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #003F85;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader_custom_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: rgba(211, 211, 211, 0.24);
}

@media (max-width: 767px) {
    body {
        font-size: 1.2em;
    }
    #header{
        display: none;
    }
    .navbar-main{
        float: none;
        text-align: center;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .navbar-nav > li > a, .panel-body{
        font-size: 2em;
    }
    #logo_medacta{
        display: auto;
    }
    .links {
        font-size: 1.3em;
    }
    .menuLink{
        width: 260px;
    }
    .session-box-details{
        margin-left: auto;
    }
    h1{
        font-size: 23px;
    }
    h3{
        font-size: 1.7em;
    }
    .btn-collapser{
        display: inline;
    }
    #logo_footer_2{
        font-size: 1.6em;
        color:#777777;
        display: inline;
    }
    #logo_footer_3{
        display: none;
    }
    .logo_8more {
        width: 210px;
    }
    #mainBoxTop{
        display: none;
    }
    #mainBoxTop_small{
        display: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #mainMenu{
        display: none;
    }
    #mainMenu_small{
        display: auto;
        margin-top: 10px;
        margin-bottom: 80px;
    }
    .menuHeader{
        cursor: pointer;
        font-size: 1.5em;
        margin-top: 0.5em;
        margin-bottom: 0;
    }
    .menuHeaderLink{
        font-size: 1em;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }
    .menuHeaderImgLink{
        margin-top: 0.1em;
        margin-bottom: 0.1em;
    }
}
@media (min-width: 768px) {
    .navbar-header{
        /*display: none;*/
    }
    #header{
        display: inline;
    }
    .navbar-main{
        /*float: right;*/
    }
    .navbar-nav {
        float: none;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li > a{
        font-size: 1em;
    }
    #logo_medacta{
        display: none;
    }
    #logo_footer_2{
        //display: none;
    }
    #logo_footer_3{
        display: inline;
    }
    #mainBoxTop{
        display: auto;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 0;
    }
    #mainBoxTop_small{
        display: none;
    }
    #mainMenu{
        display: auto;
    }
    #mainMenu_small{
        display: none;
    }
    .menuHeader{
        font-size: 1.2em;
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .menuHeaderLink{
        font-size: 1.2em;
        margin-bottom: 1em;
    }
    .menuHeaderImgLink{
        margin-bottom: 1em;
    }
}
@media (max-width: 991px) {
  .custom_padding {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 800px){
    #map{
        width: 380px;
        height: 300px;
    }
}
@media (max-width: 440px){
    #map{
        width: 280px;
        height: 300px;
    }
}
@media (max-width: 959px) {
    .box-buttons {
        padding: 3%;
    }
}


/* DRAWER */
.navbar-header {
    border: none;
    font-family: 'Roboto', sans-serif;
    color: #9d9d9d;
    //opacity: 0.8;
}
.navbar-header a{
    font-size: 1.5em;
}
.navbar-header a:hover{
    color: #9d9d9d;
}
.navbar-form{
    border: transparent;
}
.navbar-toggle{
    border: 1px solid #0A4185;
    margin: 23px;
}
.navbar-toggle:hover {
    color: #0A4185;
    background-color: #ffffff;
}
.navbar-toggle .icon-bar{
    color: #ffffff;
    background-color: #0A4185;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    color: #0A4185;
    background-color: #ffffff;
}
.navbar-nav > li > a{
    font-weight: unset;
    color: #545454;
}
/*.navbar-nav > li > a.subtitle{*/
    /*font-size: 0.8em;*/
    /*/!*color: #666666;*!/*/
/*}*/

.menuHeader{
    color: #FFFFFF;
    background-color: #003F85;
    padding: 0.4em;
    width: 100%;
    border-radius: 4px;
}
.menuHeaderLink{
    background: -webkit-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0),rgba(238,238,238,0.4)); /* Standard syntax */
    border-radius:4px;
    border:1px solid rgba(68,68,68,0.4);
    padding: 1em;
    text-align: center;
    width: 100%;
}
.menuHeaderImgLink{
    background-image: url("https://3more-jpn.medacta.com/assets/images/gallery.jpeg");
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    /*font-size: 7em;*/
    border-radius:4px;
    border:1px solid rgba(68,68,68,0.4);
    padding: 0;
    text-align: center;
    width: 100%;
    /*height: 100%;*/
    min-height: 220px;
}
.menuHeaderAppLink{
    background: -webkit-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0.4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(238,238,238,0),rgba(238,238,238,0),rgba(238,238,238,0.4)); /* Standard syntax */
    border-radius:4px;
    border:1px solid rgba(68,68,68,0.4);
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
    /*padding: 1em;*/
}

.logo img {
    width: 100px;
}

.logo_8more {
    margin: auto;
    width: 230px;
}
.menuLine {
    /*margin-top: 13px;*/
    /*margin-bottom: 13px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 40px;*/
}

/*#logo_footer_1{*/
    /*/!*margin: auto;*!/*/
    /*/!*margin-top:10%;*!/*/
    /*/!*display: inline;*!/*/
/*}*/

h3{
    /*margin-top: 1.2em;*/
    /*font-size: 1.4em;*/
}

.go-to-top{
    font-size: 2em;
}

a.subtitle{
    font-weight: bold;
}

a.btn-primary {
    color: white;
    background: #0A4185;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0a4185;
    padding: 4px 12px 2px;
    font-size: 1.15em;
    display: inline-block;
    text-decoration: none;
    width: 100px;
}
a.btn-primary:hover {
    color: #0A4185;
    background: white;
}

.display-table{
    display: flex;
    align-items: center;
    margin-top: 1%;
}
.right-case{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.program{
    text-align: left;
    /*list-style-type;*/
}

/* EXPAND MENU */
#header {
    padding: 15px 30px 0px 0px;
    /*background: rgba(255, 255, 255,0.5);*/
}
#bundle-menu {
    position: fixed;
    z-index: 1040;
    right: 21px;
    top: 50px;
    /*opacity: 0;*/
    visibility: hidden;
    background: #fff;
    padding: 10px;
}
#menu-toggle-button-container{
    text-align: right;
    background-color: #ffffff;
    width: 140px;
    line-height: 30px;
    position: fixed;
    right: 21px;
    padding-right: 5px;
}
#menu-toggle-button {
    cursor: pointer;
    font-size: 1.2em;
}

.nav>li>a {
    padding: 3px 9px;
}
#logo_medacta{
    padding: 3%;
}

/*#affix-menu .nav > li > a {*/
    /*color: #ffffff;*/
/*}*/

/*#affix-menu .nav>li>a {*/
    /*/!*color: #13387F;*!/*/
    /*color: #13387F;*/
    /*font-size: 1.2em;*/
    /*/!*font-weight: bold;*!/*/
/*}*/
/*#affix-menu .nav>li>a.subtitle {*/
    /*color: #666666;*/
    /*font-weight: unset;*/
    /*font-size: 1em;*/
/*}*/


.divider {
    height: 1px;
    margin: 5px 0 5px !important;
    overflow: hidden;
    background-color: #e5e5e5;
}
/*#ribbon_small_header .navbar-toggle{*/
    /*float:left;*/
    /*display: inline;*/
/*}*/
#bundle-menu-small {
    float:left;
}

#literature>ul>li{
    font-weight: bold;
}

#literature>ul>ul>li{
    list-style-type: circle;
}
.link_video:hover{
    font-weight:900;

}
.faculty_list{
    margin-bottom:10px;
}

.max-980 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
}

.venue-image {
    margin-bottom: 20px;
    width: 100%;
}

.mapouter, .gmap_canvas {
    width: 100% !important;
}

.venue-address {
    font-size: 14px;
}

.venue-map-container{
    margin-top: 10px;
}

@media (max-width: 992px) {
    .mapouter { margin-bottom: 20px}
    .venue-address {margin: 100px 0 40px}
}
