@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
	font-family: "Raleway", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
/*  height: 100vh; */
/*  width: 100vw; */
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 2100;
  transition: all 0.3s ease;
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: darkblue;
  font-size: 1.4rem;
  font-weight: bold;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: #369;
}

.tm-navbar .tm-nav-link:hover,
.tm-navbar .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #369;
}

.navbar-toggler {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #aaa;
}

.navbar-toggler-icon {
  padding-top: 6px;
  color: #707070;
}

.navbar-toggler {
  display: block !important;
}

.fullscreen-toggler {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #aaa;
}

.fullscreen-toggler-icon {
  padding-top: 6px;
  color: #707070;
}

.fullscreen1-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url(http://radiosalento.net/images/expand-svg.svg);
  opacity: 0.5;
}

/* welcome */

#welcome {
  background-image: url("../sfondi/sfondo.jpg") !important;
  background-color: #222 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  position: relative;
  padding-top: 4em;
  padding-bottom: 2em;
}


.tm-welcome-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-welcome-title {
  font-weight: 900 !important;
    color: #c1fa7a !important;
    text-shadow: 3px 3px 3px #000 !important;
  font-size: 2.5rem;
}

.tm-welcome-subtitle {
  text-shadow: 2px 2px 2px #333;
  font-size: 1.8rem;
}

/* palinsesto */

.tm-section-title {
  font-weight: 900 !important;
  color: #c1fa7a !important;
  text-shadow: 3px 3px 3px #000 !important;
  font-size: 3rem;
}

.tm-intro-text {
  text-shadow: 2px 2px 2px #333;
  font-size: 1.8rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* SFONDI */
#palinsesto {
  color: white;
  background-image: url(../images/palinsesto.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#team {
  color: white;
  background-image: url(../images/deejay.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#laradio {
  color: white;
  background-image: url(..);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

#galleria {
  color: white;
  background-image: url(../images/gallery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#ondemand {
  color: white;
  background-image: url(../images/4328109-dark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.app-store-main {
  background-color:#fff;
  border-bottom:5px solid #000040;
  color: black;
  background-image: url(../images/app-phone2a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}

#contatti {
  color: white;
  background-position: center;
  background-repeat: repeat;
  background-image: url("../images/bg-pattern-white.png");
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.overlay-gray {
  /*background: url("../images/overlay.png") !important;*/
  background-color: #141418e0;
  background-size: 256px 256px !important;
  background-position: top left !important;
  background-repeat: repeat !important;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* team */

.tm-panel-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-team-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-team-item {
  margin-left: 35px;
  margin-right: 35px;
}

.tm-team-item img {
  border-radius: 25%;
  margin-bottom: 20px;
  border: 2px solid #00000080;
}
.tm-team-item h4 {
  font-size: 1.8rem;
}
.tm-team-item blockquote {
  font-size: 1.2rem;
}
.tm-team-item figcaption {
  text-align: center;
  font-style: italic;
  font-size: 1rem;
}

.content-slider {
  height: auto !important;
}
/* Work */

.tm-section-desc {
  width: 100%;
  font-size: 1.4rem;
}

/* galleria */

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}
.list-inline > li {
    display: inline-block;
}
.icon-lg {
    font-size: 24px;
}

a.button-gray-500, a.button-gray-500:focus {
    color: #ffffff;
    background-color: #545b65;
    border-color: #545b65;
}
.button-social {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 55px;
    height: 55px;
}
.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  padding: 1.5em 15px;
}

.tm-footer a {
	color: #ffe03d;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

.logo-sticker {
  position:absolute; 
  left: 10px; 
  top: 2px;
  z-index:2200;
  pointer-events: none; 
  max-width:350px; 
  width: 40%;
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*
body.scroll > .logo-sticker {
  -moz-transform: scale(.50);
  -webkit-transform: scale(.50);
  -ms-transform: scale(.50);
  transform: scale(.50);
}
*/
.shadowed {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important; /* proprietà per Chrome e Safari */
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;    /* proprietà per Firefox */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;         /* tutto il resto */
}

.full-height {
  min-height: 100vh;
}

#palinsesto .container {
  height: 100%;
  width: 100%;
}

.carousel-item {
  color: black;
  font-size: 1.5rem;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
  display:block;
}
.title-blue {
  color: #2b45a6;
  font-size: 2rem;
  text-align: center;
}
.palinsesto-container {
  /* border: .4rem solid #37A; */
  background: #37566d;
  border-radius: 1rem;
  max-width: 1000px;
  margin: 0 1rem;
}
/*
.carousel-control-prev, .carousel-control-next {
  vertical-align: top;
  align-items: normal;
  margin-top: 2em;
  opacity: 1;
}
*/
.pali-cont {
  background: #e5f4ff;
  border: 2px solid #3377aa;
}

.modal-fullscreen {
  width: 100vw !important;
  max-width: none;
  height: 100vh !important;
  margin: 0;
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-content {
  width: 100%;
  height: 100%;
} 
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}


.ape-player-container {
  position:fixed;
  left:0; 
  bottom: 1.5em; 
  padding:0;
  margin:0;
  width:100%;
  height:5rem;
  min-height: 5rem; 
  z-index:2000; 
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: transform 1s ease;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ape-player-buttonopenframe {
    position: absolute;
    right: -3em;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 2em;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: .2em .5em .2em .5em;
    background: #26C281;
    color: #fff;
    border-radius: 0 1em 1em 0;
    border: 4px solid #00330044;
    cursor: pointer;
}

body.scroll > .ape-player-container {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ape-player-background {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  left: 1rem;
  width: auto;
  height: 100%;
  padding:.4rem; 
  background-color:#ffffffd0;
  border: 1px solid #000000d0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important; /* proprietà per Chrome e Safari */
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;    /* proprietà per Firefox */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;         /* tutto il resto */
  /*pointer-events: none;*/
}

.ape-player-copertinaframe {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  width: 20%; 
  min-width: 6em; 
  max-width: 16em;
  background-color:#eee;
  border: 1px solid #20202080;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important; /* proprietà per Chrome e Safari */
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;    /* proprietà per Firefox */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;         /* tutto il resto */
}

.ape-player-copertinaimage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height:100%;
  object-fit: cover; 
  padding:.5rem; 
/*
  background-color:#eee;
  border: 1px solid #20202080;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important; /* proprietà per Chrome e Safari */
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;    /* proprietà per Firefox */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;         /* tutto il resto */
*/
}

.ape-player-buttonframe {
  position: absolute;
  bottom: 0;
  left: 20%;
  background-color:#ffffffd0;
  width:70px;
  height:70px;
  border: 2px solid #00000060;
  border-radius: 30%;
  margin:0;
  overflow:hidden;
  vertical-align:middle;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important; /* proprietà per Chrome e Safari */
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;    /* proprietà per Firefox */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4) !important;         /* tutto il resto */
  cursor: pointer;
}
  
.ape-player-titles {
  font-family: Verdana, sans-serif; !important;
  font-weight: 900;
  font-size: 18pt;
  line-height: 1.2;
  color: #183442;
  letter-spacing: 0.025em;

  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 1rem;
  width: auto;
  height: 100%;
  padding-left:1rem;
  padding-top:0;
  padding-right:2rem;
  pointer-events: none;
  vertical-align: baseline;
}

.ape-player-songtitle, .ape-player-songauthor {
  line-height: 1.2;
}

#ape-player-buttonplay  {
  color:#802020;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align:middle;
}

#ape-player-buttonstop  {
  color:#802020;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align:middle;
}

p.rights {
    font-size: 14px;
    line-height: 24px;
}

.chat-support {
  position: fixed;
  z-index: 2500;
  bottom: 1em;
  right: 1em;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.chat-button {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    vertical-align: bottom;
    padding: .2em .5em .2em .5em;
    background: #26C281;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    /* width: 2em; */
    /* height: 1.5em; */
    border-radius: 1em 0 0 0;
    font-size: 1.8em;
    border-top: 4px solid #00330044;
    border-left: 4px solid #00330044;
    border-right: 0;
    border-bottom: 0;
}
.chat-support .wcs-effect-1 {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transform: all 0.3s;
    transition: all 0.3s;
}
.chat-popup {
  position: fixed;
  width: 400px;
  height: 70%;
  min-height: 400px;
  bottom: 1em;
  right: 1em;
  max-width: 90vw;
  max-height: 90vh;
  visibility: hidden;
  border: 2px solid #00220088;
  border-radius: 8px;
  background: #26C281;
}

.chat-close {
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  border: none;
  background: transparent;
}

.wcs_popup_header {
    position: absolute;
    top: 0;
    height: 30px;
    left: 0;
    right: 0;
    padding: 2px;
    padding-right: 3em;
    color: #fff;
    text-align: center;
}

.chat-form {
  position: absolute;
  bottom: 0;
  height:7em;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  line-height: .4em;
}

.wcs_popup_person_container {
  position: absolute;
  top: 35px;
  bottom: 7em;
  left: 0;
  right: 0;
  padding: 10px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 1px solid #00220088;
  border-bottom: 1px solid #00220088;

}
.wcs_popup_person_content {
  background-color: #eee;
    margin: 5px;
    vertical-align: middle;
}
.wcs_popup_person_name {
    font-size: 13px;
    color: #383838;
    font-weight: bold;
}
.wcs_popup_person_description {
    font-size: 13px;
    line-height: 18px;
    color: #6c6c6c;
}
.wcs_popup_person_status {
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
    background: #26C281;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 5px;
}
.wcs_popup_person_offline .wcs_popup_person_status {
    background: #f1a528;
}
.form-control-xs {
  height: calc(1em + .375rem + 2px) !important;
  padding: .125rem .25rem !important;
  font-size: .75rem !important;
  line-height: 1.5;
  border-radius: .2rem;
}

.contact-link-container {
  margin: .2em;
  padding: .4em;
}

.contact-link-icon {
    vertical-align: middle;
    font-size: 30px;
}



@media (max-width: 766px) {
  .contatti-col {
     max-width: fit-content; 
     margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .radiosalento-stickerker {
    position: absolute;
    z-index: 1;
    width: 150%;
    top: 25%;
    right: 0;
  }
}

@media (max-width: 991px) {
  .radiosalento-stickerker {
    position: relative;
    z-index: 1;
    width: 100%;
    top:  -70%;
  }
}


    .ondemand-link a.selected {
      background-color: #5d8add80;
    }

    .ondemand-link a.selected > div::before{
      padding-right: 1em;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      color: black;
      content: "\f04b";
    
    }

    .ondemand-link a.selected.playing > div::before{
      padding-right: 1em;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      color: black;    
      content: "\f04c";
    }


.app-store-main {
    padding-bottom: 0;
    padding-top: 0;
}
.app-store, .app-store:hover {
    background: #ffffff90 none repeat scroll 0 0;
    border: 2px solid #00000090;
    border-radius: .5em;
    color: #7e7e7e;
    display: inline-block;
    padding-bottom: 18px;
    padding-left: 65px;
    padding-top: 5px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    margin-bottom: 1em;
}
.app-store img {
    left: 6px;
    position: absolute;
    top: 6px;
}
.app-store span {
    font-size: 10px;
    text-transform: uppercase;
}
.app-store h4 {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    margin: 0;
}
.pull-right {
    float: right !important;
}

.contatti-bg {
      color: white;
  background-color: #2b2d2f;
[  background-position: center;
    background-repeat: repeat;
    background-image: url("../images/bg-pattern-white.png");
  ]  position: relative;
}

/* HACKS FOR bootstrap */

.navbar-collapse {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px !important;
    border-radius: 3px !important;
}
.navbar-nav {
    max-width: 200px !important;
    text-align: right !important;
}
.container {
    max-width: 100% !important;
}

.col-xs-0, 
.col-sm-0,
.col-md-0,
.col-lg-0 {
  flex: 0 0 0;
  max-width: 0;
  padding-right: 0;
  padding-left: 0;
}




