/* Archivo CSS para portal E-Learning de Prodem */

/* Fuentes web para portal e-learning */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Exo:700italic);

@font-face {
  font-family: Frutiger;
  src: url(fuentes/FrutigerNextLT-Medium.otf);
}

@font-face {
  font-family: FrutigerLight;
  src: url(fuentes/FrutigerNextLT-Light.otf);
}

@font-face {
  font-family: FrutigerMedium;
  src: url(fuentes/FrutigerNextLT-Medium.otf);
}

@font-face {
  font-family: FrutigerBoldItalic;
  src: url(fuentes/FrutigerNextLT-BoldItalic.otf);
}

/* Estilo para Portal e-learning Prodem */
*{
  margin: 0 auto;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -51px;
  padding: 0 0 50px;
}

#footer {
  height: 50px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
}

.logo-empresa {
  background-image: url(../images/logo_web_completo.png);
  background-size: 200px;
  height:42px;
  width:200px;
  margin-top: -10px;
  background-repeat: no-repeat;
}

.navbar-static-top {
  margin-bottom: auto;
}

#barra-superior a{
	color:#075B8E;
}

#barra-superior a:hover{
	color:#2B7AAB;
}

.centrar{
	text-align: center;
}

.float-left{
	float:left;
}

.float-right{
	float: right;
	padding-right: 10px;
}

.borde{
	border: 1px solid #ccc;
}

ul{
	list-style: none;
	padding: inherit;
}

.submenu li {
  border-bottom: 1px solid #E4E4E4;
  padding: 4px 0 4px 0;
  margin: 0px;
}

h3{
	background: #075B8E;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 7px 14px;
  text-transform: uppercase;
  font-weight: normal;
}

h2{
  background: #075B8E;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 7px 14px;
  text-transform: uppercase;
  font-weight: normal;
}

h2 a {
	color:#fff;
	font-weight: 300;
}

h2 a:hover{
	color:#fff;
	text-decoration: underline;
}

li a{
	color: inherit;
}

li a:hover{
	color: #337ab7;
	text-decoration: underline;
}

#foro {
  background: #FFF;
}

.foro_contenedor {
  border: 1px solid #DBE4EF;
  background: #EBF0F3;
}

.pad5 {
	padding: 5px;
}

.marg-bottom10 {
	margin-bottom: 10px;
}

.pad-bottom10{
	padding-bottom: 10px;
}

.msg_error{
  background-color: darkred;
  color: #FFF;
  text-align: center;
  padding: 10px 0px;
}
.msg_correcto{
  background-color: darkgreen;
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}

.msg_info{
  color: #000;
  padding: 10px 0px;
  text-align: center;
}

.msg_info a{
	color: #004C88;
	font-weight: bold;
	text-decoration: #FFF;
}

#foro td {
    padding: 10px;
}

#foro tr {
  line-height: 1.3;
  border-bottom: 1px solid #F3F3F3;
}

#chat{
  margin:5px;
	height:390px;
}

#chat input{
  padding:5px;
  width:100%;
  float:left;

}
#chat .mensajes{
  background-color:#FFF;
  height:350px;
  margin-bottom:5px;
  overflow:auto;
}

#chat .button{
  padding:0px;
  height:30px;
  width:110px;
  background-color:#123;
  color:#FFF;
  font-weight: bold;
  border: none;
}

#usuarios_chat{
  overflow:auto;
}

#tabla {
  border: 1px solid #ccc;
}

#table {
  border: 1px solid #ccc;
}

#table .cabecera td {
    font-weight: bold;
}

#titulo_flash{
	font-size: 1em;
	font-weight:bold;
	padding: 7px 0 8px 15px;
  margin-bottom: 0;
  cursor: default;
}

.footer {
  cursor: default;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #CCC;
  background-color: #f5f5f5;
}



/* Estilo Pantalla Principal de Curso */

#contenedor_curso{
  min-height: 100%;
  font-family: 'Frutiger';
  padding: 0;
}

#col_titulo{
  margin-top:-20px;
  padding: 0;
  display: none;
}

#col_menu{
  padding-left: 0;
  padding-right: 0;
  display: none;
}

#titulo_flash{
  font-size: 15px;
  color: white;
  background-color: #075B8E;
  padding: 7px 15px 7px;
  margin-bottom: 0;
  text-transform: uppercase;
  cursor: default;
  border-top: 1px solid #326357;
}

#curso{
  /* padding: 0px 15px; */
}

#carga_curso{
  padding: 0;
}

#menu_cursos_nuevos {
  background-color: red;
  padding: 5px 0 6px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

#menu_desplegable {
  color: white;
}

.menu-curso{
  color:#333;
  width: 100%;
}

.menu-curso:hover{
  color: #333;
}

.menu-curso:visited {
  color: #333;
}

.menu-curso:active {
  color: #333;
}

.menu-curso-flash{
  color:#fff;
  width: 20%;
  padding: 3px 0 4px;
}

.menu-curso-flash:hover{
  color: #DCDCDC;
}

.menu-curso-flash:visited {
  color: #fff;
}

.menu-curso-flash:active {
  color: #fff;
}

#menu_curso_flash:hover{
  color: #999;
}

#fondo{
  max-width:100%;
  width: 100%;
  position: relative;
}

#imagen_fondo{
  animation-duration: 3s;
  animation-name: slidein;
  animation-fill-mode: forwards;
}

@keyframes slidein {
  from {
    margin-top: 10%;
    max-height: 100%;
    opacity: 0;
  }

  to {
    margin-top: 10px;
    max-height: 100%;
    opacity: 1;
  }
}

.titulo_curso{
  font-family: 'FrutigerBoldItalic', sans-serif;
  cursor: default;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #075B8E;
  font-weight: bold;
  text-shadow: rgb(140, 140, 140) 3px 3px 5px;
  background-color: rgba(210, 210, 210, 0.8);
  padding: 12px 0 15px 0;
  opacity: 0;
  -webkit-animation: fadein 3s 3s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s 3s forwards; /* Firefox < 16 */
      -ms-animation: fadein 3s 3s forwards; /* Internet Explorer */
       -o-animation: fadein 3s 3s forwards; /* Opera < 12.1 */
          animation: fadein 3s 3s forwards;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#sub_imagen{
  position: absolute;
  width:100%;
  bottom: 10px;
  opacity: 0;
  -webkit-animation: fadein 3s 3s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s 3s forwards; /* Firefox < 16 */
      -ms-animation: fadein 3s 3s forwards; /* Internet Explorer */
       -o-animation: fadein 3s 3s forwards; /* Opera < 12.1 */
          animation: fadein 3s 3s forwards;
}

#txt_1{
  position: absolute;
  bottom: 30px;
  color: white;
  font-family: 'FrutigerBoldItalic';
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadein 3s 3s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s 3s forwards; /* Firefox < 16 */
      -ms-animation: fadein 3s 3s forwards; /* Internet Explorer */
       -o-animation: fadein 3s 3s forwards; /* Opera < 12.1 */
          animation: fadein 3s 3s forwards;
}

#txt_2{
  position: absolute;
  left: 30px;
  font-family: 'FrutigerBoldItalic';
  font-size: 16px;
  color: #075B8E;
  font-weight: bold;
  opacity: 0;
  -webkit-animation: fadein 3s 3s forwards; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 3s 3s forwards; /* Firefox < 16 */
      -ms-animation: fadein 3s 3s forwards; /* Internet Explorer */
       -o-animation: fadein 3s 3s forwards; /* Opera < 12.1 */
          animation: fadein 3s 3s forwards;
}

#seccion_boton{
  padding: 8px 15px;
  text-align: center;
  width: 100%;
  background: linear-gradient(#E4E4E4, white);
  opacity: 0;
  -webkit-animation: fade_ 2s 4s forwards; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fade_ 2s 4s forwards; /* Firefox < 16 */
    -ms-animation: fade_ 2s 4s forwards; /* Internet Explorer */
     -o-animation: fade_ 2s 4s forwards; /* Opera < 12.1 */
        animation: fade_ 2s 4s forwards;
}

@keyframes fade_ {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade_ {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade_ {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade_ {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fade_ {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#boton_inicio_curso{
  padding: 13px 15px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 5px #0C0C0C;
  -webkit-box-shadow: 0px 0px 5px #0C0C0C;
  box-shadow: 0px 0px 5px #0C0C0C;
  background-color: rgba(158, 158, 158, 0.6);
  transition: all .1s linear;
}

#boton_inicio_curso:hover{
  background-color: rgba(158, 158, 158, 1);
  cursor: pointer;
}

#boton_inicio_curso:active{
  box-shadow: 0px 0px 2px #0C0C0C;
  transform: translateY(3px);
}

#txt_frase{
  font-size: 21px;
}

.dropdown-menu>li>a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  background-color: floralwhite;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color:#e7e7e7;
}


/* Estilo para Barra de Navegación de Curso */

#barra_superior_curso{
  text-align: right;
  background-color: #054267;
  color: white;
  padding: 5px;
  font-size: 15px;
}

#item_barra{
  padding: 0 10px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color:#FFF;
}

#item_barra:hover{
  background-color: #133A52;
  cursor: pointer;
}
#titulo_barra{
  float: left;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: justify;
  cursor: default;
}

#pantalla_capitulo{
  display: none;
}


/* Estilo para Menú de Capítulo de Curso */

#img_capitulo{
  max-width: 100%;
  padding: 0;
  position: fixed;
  height: 100%;
}

#imagen_cap{
  position: relative;
}

#presentacion_cap{
  font-family: 'FrutigerBoldItalic', sans-serif;
  background: linear-gradient(#DADADA, white);
  color: #676767;
  height: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  cursor: default;
  position: relative;
}

#menu_capitulo{
  background-color: #075B8E;
  color: white;
  text-align: justify;
  height: 100%;
  position: fixed;
  right: 0px;
  padding: 0px 15px;
}

#titulo_menu {
  font-size: 25px;
  margin:20px 0 0 0;
  font-weight: bold;
  padding-bottom: 15px;
  cursor: default;
  text-align: left;
}


/* Estilo para menú lateral del curso */

#sub_cap{
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  font-family: 'FrutigerLight';
  text-decoration: none;
  color:#FFF;
  display: inline-block;
}

#sub_cap:hover{
  color: #79b4d8;
}

#lista_menu_cap{
  cursor: pointer;
  font-size: 12pt;
  text-align: justify;
  padding: 8px 16px;
}

#lista_menu_cap:hover,
#lista_menu_cap:hover a{
  color: #CCC;
}
#lista_menu_cap a{
  display: block;
}

p #sub_cap{
  margin: 0 0 6px;
}


/* Estilo para contenido del curso */

#txt_titulo{
  padding: 5px 15px 0px 15px;
  color: #075B8E;
  font-size: 17pt;
  font-weight: bold;
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(63, 124, 109, 0.5);
  text-transform: capitalize;
  font-family: 'FrutigerBoldItalic', sans-serif;
  cursor: default;
}

#txt_contenido{
  text-align: justify;
  margin-top: -5px;
  font-size: 1.2em;
  font-family: 'FrutigerLight';
  display: none;
}

#txt_contenido ul{
  list-style: disc;
  padding-left: 15px;
}

#txt_contenido li{
  padding-bottom: 10px;
}

#txt_contenido p{
  padding-bottom: 2px;
}

#abreEncuesta{
  cursor: pointer;
}

#img_contenido{
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-bottom: 10px;
  display: none;
}

#botones_curso{
  position: fixed;
  bottom: 60px;
}

#btn_anterior{
  display:none;
}

#btn_siguiente{
  display:none;
}

#aviso_curso{
  background-color: #054267;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px black;
}

#saludo_final_prodem{
  position: fixed;
  font-weight: 600;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

/* Estilo para video dentro de curso (MP4 - WebM) */

/* Reset CSS */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/* Video Container / General Styles */
.mejs-container {
  position: relative;
  background: #000000;
}

.mejs-inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.me-plugin { position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
  width: 100%;
  height: 100%;
}

.mejs-embed,
.mejs-embed body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-poster img { display: block; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play { cursor: pointer; }

.mejs-inner .mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(http://www.prodemsa.net/images/video/play.png) no-repeat;
}

/* Controls Container */
.mejs-container .mejs-controls {
  position: absolute;
  width: 100%;
  height: 34px;
  left: 0;
  bottom: 0;
  background: rgb(0,0,0); /* IE8- */
  background: rgba(0,0,0, .7);
}

/* Controls Buttons */
.mejs-controls .mejs-button button {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: transparent url(http://www.prodemsa.net/images/video/controls.png);
}

/* Play & Pause Button */
.mejs-controls div.mejs-playpause-button {
  position: absolute;
  top: 12px;
  left: 15px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
  width: 12px;
  height: 12px;
  background-position: 0 0;
}

.mejs-controls .mejs-pause button { background-position: 0 -12px; }

/* Mute & Unmute */
.mejs-controls div.mejs-volume-button {
  position: absolute;
  top: 12px;
  left: 45px;
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  width: 14px;
  height: 12px;
  background-position: -12px 0;
}

.mejs-controls .mejs-unmute button { background-position: -12px -12px; }

/* Full-Screen Button */
.mejs-controls div.mejs-fullscreen-button {
  position: absolute;
  top: 7px;
  right: 7px;
}

.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-unfullscreen button {
  width: 27px;
  height: 22px;
  background-position: -26px 0;
}

.mejs-controls .mejs-unfullscreen button { background-position: -26px -22px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 65px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 60px;
  background: #d6d6d6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 4px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* Progress Bar */
.mejs-controls div.mejs-time-rail {
  position: absolute;
  width: 100%;
  left: 0;
  top: -10px;
}

.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgb(152,152,152); /* IE8- */
  background: rgba(152,152,152, .5);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgb(0,0,0); /* IE8- */
  background: rgba(0,0,0, .3);
}

.mejs-controls .mejs-time-rail .mejs-time-current { width: 0; }

/* Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 18px;
  top: -3px;
  background: url(http://www.prodemsa.net/images/video/handle.png);
}

/* Progress Bar Time Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 33px;
  height: 23px;
  top: -26px;
  margin-left: -17px;
  background: url(http://www.prodemsa.net/images/video/tooltip.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  position: absolute;
  display: block;
  left: 0;
  top: 4px;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }

/* Green Gradient (for progress and volume bar) */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #075B8E;
  background: -webkit-linear-gradient(top, #075B8E 0%, #2487C3 100%);
  background: -moz-linear-gradient(top, #075B8E 0%, #2487C3 100%);
  background: -o-linear-gradient(top, #075B8E 0%, #2487C3 100%);
  background: -ms-linear-gradient(top, #075B8E 0%, #2487C3 100%);
  background: linear-gradient(top, #075B8E 0%, #2487C3 100%);
}

/* Icono de carga de página */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display:none;
  position: fixed;
  width: 100%;
  height: 74.9%;
  z-index: 9999;
  background: url(http://www.prodemsa.net/manuales/1011/images/cargando.gif) center no-repeat #fff;
}

@media all and (max-width: 767px) {
  #curso{
    padding: 0;
  }

  #col_menu {
    padding-left: inherit;
  }

  #menu_cursos_nuevos{
    margin-top: 0;
  }

  .titulo_curso{
    font-size: 18px;
  }

  #menu_capitulo{
    position:relative;
    left: 0;
    padding-bottom: 10px;
  }

  #img_capitulo{
    position: relative;
  }

  #botones_curso{
    position: static;
    padding: 10px;
  }

  #contenedor_audio{
    padding:10px;
  }

  #presentacion_cap{
    padding-bottom: 20px;
  }

  #txt_contenido{
    padding-bottom: 15px;
  }

  #sub_imagen{
    width: 40%;
    max-width: 100px;
  }

  #txt_1{
    bottom: 10px;
    left: 15px;
    font-size: 16px;
    text-align: left;
    width: 65%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  #img2{
    width: 40%;
  }

  #boton_inicio_curso{
    margin-top: 30px;
  }

  #txt_frase{
    font-size: 13px;
  }

  #barra_superior_curso{
    overflow-x: scroll;
  }

  #saludo_final_prodem{
    position: relative;
    padding-top: 20px;
  }

}

@media all and (min-width: 768px) and (max-width: 991px) {
  #img_capitulo{
    position: relative;
  }

  #menu_capitulo{
    position: relative;
    left: 0;
    height: 100%;
    padding-bottom: 20px;
  }

  #presentacion_cap{
    padding-bottom: 20px;
  }

  #botones_curso{
    position: relative;
    bottom: 0;
    padding: 10px;
  }

  #contenedor_audio{
    padding:10px;
  }

  #txt_1{
    bottom: 10px;
    left: 15px;
    font-size: 16px;
    text-align: left;
    width: 65%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  #saludo_final_prodem{
    position: relative;
    padding-top: 20px;
  }
}

@media all and (min-height: 961px) {
  #menu_capitulo{
    position: fixed;
    right: 0;
    height: 100%;
    padding-bottom: 20px;
  }
}

@media all and (max-height: 600px) {
  #botones_curso{
    position: static;
    padding: 15px;
  }
}

.alternativas-pregunta .list-group-item{
  padding:0;
}
.alternativas-pregunta label{
  display: block;
  padding:10px 15px;
  margin:0;
  cursor: pointer;
}

.alternativas-pregunta label:hover{
  background-color: #f5f5f5;
}
.alternativas-pregunta label.active{
  background-color: #337AB7;
  color:#FFF;
}
.alternativas-pregunta input[type=checkbox]{
  display: none;
}


.c-menu {
    position: fixed;
    z-index: 200;
    background-color: #075B8E;
    transition: transform 0.3s;
  }

  .c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .c-menu__close {
    color: #fff;
    background-color: #3184a1;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  .c-menu__close:focus {
    outline: none;
  }

  .c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  }

  .c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
  }

  @media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
      width: 300px;
    }
  }

  .c-menu--slide-left .c-menu__item,
  .c-menu--slide-right .c-menu__item,
  .c-menu--push-left .c-menu__item,
  .c-menu--push-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: solid 1px #054A73;
    border-bottom: solid 1px #054A73;
  }

  .c-menu--slide-left .c-menu__item:first-child,
  .c-menu--slide-right .c-menu__item:first-child,
  .c-menu--push-left .c-menu__item:first-child,
  .c-menu--push-right .c-menu__item:first-child {
    border-top: none;
  }

  .c-menu--slide-left .c-menu__item:last-child,
  .c-menu--slide-right .c-menu__item:last-child,
  .c-menu--push-left .c-menu__item:last-child,
  .c-menu--push-right .c-menu__item:last-child {
    border-bottom: none;
  }

  .c-menu--slide-left .c-menu__link,
  .c-menu--slide-right .c-menu__link,
  .c-menu--push-left .c-menu__link,
  .c-menu--push-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff;
  }

  .c-menu--slide-left .c-menu__close,
  .c-menu--slide-right .c-menu__close,
  .c-menu--push-left .c-menu__close,
  .c-menu--push-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
    height: 51px;
  }

  .c-menu--slide-right,
  .c-menu--push-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  @media all and (min-width: 320px) {
    .c-menu--slide-right,
    .c-menu--push-right {
      transform: translateX(300px);
    }
  }

  .c-menu--slide-right.is-active,
  .c-menu--push-right.is-active {
    transform: translateX(0);
  }

  .o-wrapper.has-push-left {
    transform: translateX(100%);
  }

  @media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
      transform: translateX(300px);
    }
  }

  .o-wrapper.has-push-right {
    transform: translateX(-100%);
  }

  @media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
      transform: translateX(-300px);
    }
  }