/*==========  Eric Meyer's Reset  ==========*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*SimpleLightbox*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:rgba(0,0,0,0);font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media(min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}

/*----------  BORDER-BOX RESET  ----------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

html,body{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
body{
  font-family: 'Lato', 'Arial', sans-serif;
  color: #363231;
}
a{
  color: #363231;
  text-decoration: none;
}

.select-input{
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.select-input::after{
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 2px solid #363231;
  border-left: 2px solid #363231;
  transform: rotate(-45deg);
  pointer-events: none;
  top: 7px;
  right: 12px;
}
select{
  font-family: 'Lato', 'Arial', sans-serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #EEEAE2;
  font-size: 20px;
  border-radius: 22px;
  padding: 0.3em 2em 0.3em 1em;
  text-align: center;
  color: #363231;
}
input{
  font-family: 'Lato', 'Arial', sans-serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: none;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  border-bottom: 1px solid #363231;
  padding: 0.3em 1em;
  background: transparent;
  text-align: center;
  width: 100%;
  color: #363231;
}
input::placeholder{
  font-family: 'Lato', 'Arial', sans-serif;
  color: #363231;
  text-align: center;
}
.button{
  font-family: 'Cormorant Garamond', serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #EEEAE2;
  color: #363231;
  display: table;
  margin: 0 auto;
  font-size: 26px;
  border-radius: 26px;
  padding: 0.3em 1em;
}
.input-alt{
  color: #fff;
  background-color: rgba(54, 50, 49, .8);
}

#connection{
  position: fixed;
  display: none;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
#connection.show{
  display: block;
}
header{
  position: fixed;
  top: 0px;
  height: 70px;
  width: 100%;
  display: none;
  z-index: 2;
}
.single header{
  background: -moz-linear-gradient(top,  rgba(58,58,58,0.9) 0%, rgba(99,99,99,0.5) 70%, rgba(109,109,109,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(58,58,58,0.9) 0%,rgba(99,99,99,0.5) 70%,rgba(109,109,109,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(58,58,58,0.9) 0%,rgba(99,99,99,0.5) 70%,rgba(109,109,109,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63a3a3a', endColorstr='#006d6d6d',GradientType=0 ); /* IE6-9 */
}
header #btn-back-list{
  position: absolute;
  width: 30px;
  height: 28px;
  top: 15px;
  left: 20px;
}
.list header #btn-back-list{
  display: none;
}
header #btn-menu{
  position: absolute;
  width: 40px;
  height: 25px;
  top: 15px;
  right: 20px;
}
header #btn-menu svg{
  fill: #363231;
}
.single header #btn-back-list svg,
.single header #btn-menu svg{
  fill: #fff;
}

#menu{
  width: 100%;
  height: 100%;
  background-color: #363231;
  padding: 70px 20px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all .3s;
  color: #fff;
}
#menu.show{
  transform: translateX(0);
}
#menu #btn-close-menu{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 20px;
}
#menu #info-code{
  margin-bottom: 40px;
}
#menu h3{
  font-size: 30px;
  margin-bottom: 15px;
}
#menu p{
  line-height: 1.5;
}
#menu .select-input{
  margin-bottom: 10px;
}
#menu select{
  text-align: left;
}
#menu .button{
  display: block;
  margin: 0;
  font-size: 20px;
}
section{
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 50px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  overflow-y: auto;
}
section.active{
  z-index: 1;
}
#splashscreen{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #363231;
}
.logo{
  text-align: center;
}
.logo svg{
  width: 260px;
  fill: #EEEAE2;
}
#checkcode .logo svg{
  fill:  #363231;
}
.logo + h1{
  margin-top: 20px;
}

#lang{
  background-color: #363231;
  color: #EEEAE2;
  text-align: center;
}
#lang #lang-header{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  margin-bottom: 100px;
}

#checkcode{
  background: url('img/code.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
}

#checkcode #checkcode-header{
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  margin: 50px auto;
}

#form-checkcode{
  width: 90%;
  margin: 0 auto 20px;
}
#form-checkcode .select-input::after{
  border-color: #EEEAE2;
}
#form-checkcode p{
  margin-bottom: 1.5em;
}
#intro{
  background: url('img/intro.jpg') no-repeat center;
  background-size: cover;
  padding-top: 150px;
}
#intro #welcome{
  max-width: 355px;
  margin: 0 auto;
}
#intro h1{
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: #EEEAE2;
  margin-top: 60px;
  line-height: .8;
  text-align: right;
}
#intro h1.second{
  margin-top: 0;
  text-align: right;
  margin-bottom: 60px;
  font-size: 75px;
  line-height: 0.9em;
}
#loading-files{
  text-align: center;
  width: 80%;
  color: #EEEAE2;
  margin: 0 auto;
}
#loading-files h6{
  margin: 1em 0;
}
#loader{
  width: 100%;
  height: 10px;
  border: 1px solid #EEEAE2;
  margin-bottom: 1em;
  border-radius: 5px;
  overflow: hidden;
}
#loader-progress{
  width: 0;
  background-color: #EEEAE2;
  height: 8px;
}
#btn-intro{
  display: none;
}

#list{
  background-color: #EEEAE2;
  padding: 70px 20px 20px;
}
#list h1.index-title {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'Cormorant Garamond';
    padding-left: 5px;
}
#list .postazione{
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
  align-items: center;
  box-shadow: 0px 2px 3px rgba(51,51,51,.1);
}
#list .postazione .thumb{
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
  border-radius: 15px;
  flex-basis: 70px;
  flex-grow: 0;
  flex-shrink: 0;
}
#list .postazione .info{
  flex: 1;
}
#list .postazione .info h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  margin-bottom: 5px;
}
#list .postazione .info h3{
  margin-bottom: 5px;
  color: #988050;
  font-size: 15px;
}

#list .postazione .info h3.anno:before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMaXZlbGxvXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE1IDE3Ljg3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6Izk4ODA1MDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxpdmVsbG9fMS0yIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMS42LDIuODdoLS4zMlYuMzZjMC0uMi0uMTYtLjM2LS4zNi0uMzZzLS4zNi4xNi0uMzYuMzZ2Mi41MWgtNi4xVi4zNmMwLS4yLS4xNi0uMzYtLjM2LS4zNnMtLjM2LjE2LS4zNi4zNnYyLjUxaC0uMzJjLTEuODgsMC0zLjQsMS41My0zLjQsMy40djguMTljMCwxLjg4LDEuNTMsMy40LDMuNCwzLjRoOC4xOWMxLjg4LDAsMy40LTEuNTMsMy40LTMuNFY2LjI4YzAtMS44OC0xLjUzLTMuNC0zLjQtMy40Wk0zLjQsMy45MWguMzJ2MS44MWMwLC4yLjE2LjM2LjM2LjM2cy4zNi0uMTYuMzYtLjM2di0xLjgxaDYuMXYxLjgxYzAsLjIuMTYuMzYuMzYuMzZzLjM2LS4xNi4zNi0uMzZ2LTEuODFoLjMyYzEuMzEsMCwyLjM3LDEuMDYsMi4zNywyLjM3djEuNzJIMS4wM3YtMS43MmMwLTEuMzEsMS4wNi0yLjM3LDIuMzctMi4zN1ptOC4xOSwxMi45M0gzLjRjLTEuMzEsMC0yLjM3LTEuMDYtMi4zNy0yLjM3di01Ljc1aDEyLjkzdjUuNzVjMCwxLjMxLTEuMDYsMi4zNy0yLjM3LDIuMzdaIi8+PC9nPjwvc3ZnPg==);
    width: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#list .postazione .info h3.anno, #list .postazione .info h3.sala {
    display: inline-block;
    margin-right: 5px;
}

#list .postazione .info h3.anno:after {
    content: ' ●';
}

#list .postazione[data-id="0"] .info h3, 
#list .postazione[data-id="1"] .info h3, 
#list .postazione[data-id="2"] .info h3, 
#list .postazione[data-id="11"] .info h3, 
#list .postazione[data-id="12"] .info h3, 
#list .postazione[data-id="24"] .info h3, 
#list .postazione[data-id="25"] .info h3, 
#list .postazione[data-id="26"] .info h3, 
#list .postazione[data-id="31"] .info h3, 
#list .postazione[data-id="32"] .info h3 {
  display:none;
}

#single{
  padding: 0;
}

.single-postazione{
  display: none;
}
.single-postazione.show{
  display: block;
}
.single-postazione .image{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single-postazione .single-info{
  padding: 20px 40px 40px;
  position: relative;
}
.single-postazione .single-info .zoom-lightbox{
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #EEEAE2;
  right: 20px;
  top: -21px;
}
.single-postazione .single-info nav{
  padding: 10px 0;
}
.single-postazione .single-info nav button{
    font-family: 'Cormorant Garamond', serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #EEEAE2;
  color: #363231;
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 20px;
  padding: 0.3em 1em;
}
.single-postazione .single-info nav button.prev{
  margin-right: 10px;
}
.single-postazione h3{
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin: 10px 0;
}
.single-postazione h6{
  margin-bottom: 20px;
  font-size: 12px;
}
.single-postazione h4{
  margin-bottom: 20px;
  color: #786B54;
}
.single-postazione audio{
  margin-top: 20px;
  width: 100%;
}
.single-postazione .desc{
  padding-top: 20px;
}
.single-postazione .desc p{
  margin-bottom: 0.7em;
  font-size: 24px;
  line-height: 1.6em;
  color: #000000;
}
.single-postazione .desc strong {
    font-weight: 900;
    color: #000000;
}
.single-postazione .desc em {
    font-style: italic;
}
.view-more{
  position: relative;
  height: 250px;
  overflow: hidden;
}
.view-more::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);

}
.btn-view-more{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  border: 0;
  outline: 0;
  font-family: 'Cormorant Garamond', serif;
  color: #786B54;
  appearance: none;
  border-radius: 16px;
  font-size: 16px;
  background: #EEEAE2;
  padding: 0.4em 2em;
  cursor: pointer;
}
.gallery{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.gallery a{
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banner1{
  display: block;
  margin-bottom: 10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #eee;
  border-color: #eee transparent #eee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

audio::-webkit-media-controls-panel {
  background-color: #EEEAE2;
}


@font-face {
    font-family: 'Lato';
    src: url('./font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./font/CormorantGaramond-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============================
=            INDEX            =
=============================*/
#installInstructions {
   display: none
}
@media (display-mode: browser) {
   #installInstructions {
     display: block
   }
}

#index-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  background: url('img/main-bg.jpeg') no-repeat center;
  background-size: cover;
  padding-top: 80px;
  color: #EEEAE2;
}
#index-wrap a{
  color: #000;
  text-decoration: none;
}
#index-wrap::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, .6);
  position: absolute;
  top: 0;
  left: 0;
}

#index-wrap > *{
  position: relative;
  z-index: 1;
}
#index-header{
  margin: 0 auto;
}
#index-header #logo-accord{
  width: 150px;
  margin: 0 auto 10px;
}
#index-header #welcome{
  max-width: 460px;
  margin: 0 auto;
}
#index-header h1{
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  color: #EEEAE2;
  margin-top: 30px;
  line-height: .8;
}
#index-header h1.second{
  margin-top: 10px;
  text-align: right;
  margin-bottom: 60px;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
#desktop-view, #mobile-view{
  display: table;
  margin: 0 auto;
} 
#mobile-view{
  display: none;
}
#desktop-view p{
  text-align: center;
}
#desktop-view #device-list{
  display: flex;
  padding-top: 30px;
}
#desktop-view #device-list li{
  background-color: #333;
  color: #EEEAE2;
  font-family: 'Cormorant Garamond', serif;
  padding: .5em 1em .5em 3em;
  border-radius: 26px;
  font-size: 20px;
  width: 200px;
}
#desktop-view #device-list li:first-child{
  margin-right: 60px;
}
#desktop-view #contact{
  margin-top: 30px;
  background-color: #EEEAE2;
  color: #000;
  border-radius: 100px;
  padding: 15px 50px 20px;
  text-align: center;
}
#desktop-view #contact h5{
  font-size: 26px;
  margin-bottom: 15px;
}
#desktop-view #contact-list{
  display: flex;
  text-align: left;
  justify-content: space-between;
}
#desktop-view small{
  font-size: 12px;
}


/*---Tablet Portraint---*/
@media only screen and (max-width: 991px){
  #index-wrap{
    padding-top: 40px;
  }
  #index-header #welcome{
    max-width: 355px;
  }
  #index-header h1{
    font-size: 50px;
  }
  #index-header h1.second{
    font-size: 70px;
  }
  #desktop-view{
    display: none;
  }
  #mobile-view{
    display: table;
  }
  #mobile-view #browser-list li{
    font-family: 'Cormorant Garamond', serif;
    background-color: #333;
    color: #EEEAE2;
    padding: .3em 1em .5em 3em;
    border-radius: 50px;
    font-size: 26px;
    width: 260px;
    margin-bottom: 10px;
  }
  #mobile-view #browser-list li small{
    font-size: 14px;
  }

  #mobile-view #browser-list li:before {
    position: absolute;
    left: 1.3em;
    padding-top: .4em;
}

  #mobile-view #browser-list li.chrome:before {
    content: url(img/chrome-icon.png);
  }

  #mobile-view #browser-list li.safari:before {
    content: url(img/safari-icon.png);
  }

  #mobile-view #browser-list li.firefox:before {
    content: url(img/firefox-icon.png);
  }

  #mobile-view #browser-list li .step {
    display: inline-block;
    max-width: 49%;
    padding: 10px;
}
}

