/*------------Start of font css---------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
/*-----------font-family: 'Source Sans Pro', sans-serif;----------*/

/*------------End of font css---------*/
/*--------------Start of global css-------------*/

body {
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background-color: #ffffff;
  background-attachment: fixed !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.area {
  width: 100%;
  float: left;
}
a,button,input,textarea {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}

/*--------------End of global css-------------*/

/*--------------Start of header css-------------*/

.header {
  background: #454e56;
  padding: 30px 0 15px;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
.logo {
  margin-bottom: 15px;
}
.navbar-brand {
  float: none;
  padding: 0;
  height: auto;
}
.text-logo {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 5px;
}
.logo-bottom-text {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 0;
}
.menu {
  margin-top: 18px;
}
.menu li {
  padding: 0 0 0 44px;
}
.menu li a {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 16px 0;
}
.menu li a:hover, .menu li a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  color: #f09200;
  background: none;
  text-decoration: underline;
}
.dropdown-menu {
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 0;
  left: 0 !important;
  right: auto !important;
}
.dropdown-menu li {
  padding: 0;
}
.dropdown-menu li a {
  color: #333333;
  padding: 7px 0;
}

@media (max-width:1199px) {
  .menu li {
    padding: 0 0 0 24px;
  }
  .menu li a {
    font-size: 15px;
  }
}
@media (max-width:991px) and (min-width:768px) {
  .menu {
    width: 100%;
    text-align: center;
  }
  .menu li {
    padding: 0 15px;
    float: none;
    display: inline-block;
  }
  .menu li a {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .logo {
    float: left;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .text-logo {
    font-size: 24px;
  }
  .logo-bottom-text {
    font-size: 14px;
  }
  .menu {
    margin-top: 15px;
  }
  .navbar-toggle {
    border: 1px solid #ffffff;
    border-radius: 0;
  }
  .icon-bar {
    background: #ffffff;
  }
  .menu li {
    padding: 0;
  }
  .menu li a {
    padding: 10px;
  }
  .dropdown-menu, .navbar-nav .open .dropdown-menu {
    display: block !important;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin: -8px 15px 10px 30px !important;
    position: static;
    width: auto;
  }
  .dropdown-menu li {
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 7px;
  }
}

/*--------------End of header css-------------*/

/*--------------Start of main css-------------*/

.main {
  padding: 40px 0 30px;
}
.page-title {
  background: url(../img/bg-top_2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*padding: 50px 0 70px;*/
  margin: 0 0 15px;
  position: relative;
  height: 162px;
  width: 100%;
  display: table;
}
.page-title-midle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.page-title h2 {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.page-title p {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.page-wrap {
  background: rgba(255, 255, 255, 0.9);
  max-height: 642px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  padding-bottom: 30px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}
.page-content {
  padding: 0 40px;
  max-height: 435px;
  overflow: auto;
}

@media (max-width:1440px) {
  .page-wrap {
    max-height: 390px;
  }
}
@media (max-width:1366px) {
  .page-wrap {
    max-height: 390px;
  }
  .page-content {
    max-height: 278px;
  }
}
@media (max-width:1024px) {
  .page-wrap {
    max-height: 352px;
  }
  .page-title h2 {
    font-size: 28px;
  }
  .page-content {
    max-height: 200px;
  }
  .page-title {
    height: 105px;
  }
}
@media (max-width:767px) {
  .page-wrap,
  .page-content {
    height: auto !important;
    max-height: 100% !important;
  }
  .footer {
    padding-bottom: 40px;
  }
}

/*--------------End of main css-------------*/

/*--------------start of footer css-------------*/

.footer-imgs {
  text-align: right;
  margin: 0 30px;
}
.footer-imgs li {
  vertical-align: bottom;
}

/*--------------End of footer css-------------*/

/*--------------Start of player css-------------*/

.audio-player {
  padding: 0 45px 0 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  width: 100%;
  word-break: break-all;
}
tbody {
  border-bottom: 1px solid #eee;
}
td:first-child, th:first-child {
  padding-left: 0;
}
th, td {
  background-color: #f09200;
  border-color: #f09200;
  padding: 0;
}
input[type="range"] {
  display: block;
  width: 100%;
}
.left_arrow {
  background: rgba(0, 0, 0, 0) url("https://voixmultiples.com/wp-content/uploads/2017/06/left_arrow.png");
  cursor: pointer;
  display: block;
  height: 28px;
  width: 46px;
}
.play {
  background: rgba(0, 0, 0, 0) url("https://voixmultiples.com/wp-content/uploads/2017/06/play.png");
  cursor: pointer;
  display: block;
  height: 33px;
  margin: 0 auto;
  text-align: center;
  width: 37px;
}
.right_arrow {
  background: rgba(0, 0, 0, 0) url("https://voixmultiples.com/wp-content/uploads/2017/06/right_arrow.png");
  cursor: pointer;
  display: block;
  float: right;
  height: 28px;
  width: 46px;
}
.pause {
    width: 37px;
    height: 33px;
    background: rgba(0, 0, 0, 0) url(https://voixmultiples.com/wp-content/uploads/2017/06/pause.png);
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.timecode {
  font-size: 10px;
  text-align: right;
}
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}
input[type="range"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  margin: 4px 0;
  width: 100%;
}
.timecode {
  font-size: 10px;
  text-align: right;
}
.big-play-btn {
  display: inline-block;
  max-width: 90px;
  margin-top: 25px;
}
.auto-height,.auto-height .page-content {
  height: auto !important;
  max-height: 100% !important;
}
.two-col-with-header {
  background: none;
  box-shadow: none;
}
.two-col-with-header .page-title {
  background: rgba(255, 255, 255, 0.9) url(../img/bg-top_2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 22px 22px 0 0;
}
.two-col-with-header .page-content,.two-col-with-header .player-wrap,.two-col-with-header .big-play-btn-wrap {
  background: rgba(255, 255, 255, 0.9);
}
.two-col-with-header .page-content {
  margin-top: -15px;
}
.player-wrap, .big-play-btn-wrap {
  padding-bottom: 50px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4px 0;
  background-color: transparent;
  border: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #00001e;
  height: 8px;
  width: 8px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.78);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #00001e;
  height: 8px;
  width: 8px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(240, 240, 240, 0.78);
  border: 0.2px solid #ffffff;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
  border: 0.2px solid #ffffff;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #00001e;
  height: 8px;
  width: 8px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
  height: 0px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
}

.play {
  width:37px;
  height:33px;
  background:url(https://voixmultiples.com/wp-content/uploads/2017/06/play.png);
  display: block; 
  text-align:center; 
  margin:0 auto;
  cursor: pointer;
}

.pause {
  width:37px;
  height:33px;
  background:url(https://voixmultiples.com/wp-content/uploads/2017/06/pause.png);
  display: block;
  text-align:center; 
  margin:0 auto;
  cursor: pointer;
}

.left_arrow {
  width:46px;
  height:28px;
  background:url(https://voixmultiples.com/wp-content/uploads/2017/06/left_arrow.png);
  display: block; 
  cursor: pointer;
}

.right_arrow {
  width:46px;
  height:28px;
  background:url(https://voixmultiples.com/wp-content/uploads/2017/06/right_arrow.png);
  display: block; 
  float:right;
  cursor: pointer;
}

.timecode {
  font-size: 10px;
  text-align: right;
}

th, td {
  background-color: #f09200;
  border-color: #f09200;
  padding: 0px 0px 0px 0px;

}
.captions p.current{
  background: #fff ;
  font-weight: 700;
  font-style: italic;
}
.captions p.current p{
  color: #000;
}
/*--------------End of player css-------------*/