@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700,700italic,600,400italic,600italic");
@import url("animations.css");

html {
  background: url("/background.png") center top no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  html {
    padding-bottom: 80px;
  }
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.0);
}

.background {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.navbar-static-top {
  border-bottom: 1px solid #e5e5e5;
  -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 0;
}

.video {
  width: 100%    !important;
  height: auto   !important;
}
@media (min-width: 768px) {
  .section {
    width: 100%;
    display: table;
    max-width: none;
    height: calc(100vh);
  }

  .content {
    display: table-cell;
    vertical-align: top;
  }

  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.centertext {text-align: center;}

header {
  text-align: center;
  color: #fff;
}

.whitefonts {
  text-align: center;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 3px; 
  line-height:250%;
  /* width: 200px; */
  /* height: 150px;   */

}
.intro {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 200%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.btn-links {
  position: absolute;
  bottom: 0;
  margin-bottom: 5px;
}

.media-controls {
  min-height: 70px;
  border-top: 1px solid #e5e5e5;
  -moz-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.media-controls ul {
  display: flex;
  align-items: center;
  padding: 3px 15px;
}

.inline-block {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
}

.inline-block div {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .media-controls ul {
    padding: 10px 0;
    margin: 0 !important;
  }

  .inline-block {
    justify-content: space-between;
  }
}

.current-song, .navbar-volume {
  padding-left: 10px;
}

.current-song {
  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  display: block;
}

.cover-sm {
  width: 50px;
  height: 50px;
}

.navbar-width {
  width: 100%;
}

.navbar-volume #volumeSlider {
  width: 150px;
}

@media (max-width: 767px) {
  .inline-block ul:first-child {
    width: calc(100% - 20px);
  }

  .current-song {
    width: calc(100% - 84px);
  }

  .navbar-volume {
    width: 100%;
  }

  .navbar-volume #volumeSlider {
    width: 100%;
  }
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.media-controls .btn-circle {
  text-align: right !important;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .media-controls .btn-circle {
    margin-right: 0;
  }
}

.paramargin {

    margin-right: 60px;
    margin-left: 60px;
    text-align: justify;
}

.demowell {
  text-align: center;
  min-height: 180px;
  color: #ffffff;
  border: 0px;
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.flagcontainer:hover .overlay {
  opacity: 1;
}
.radiotext {
  text-align: center;
  min-height: 180px;
  color: #ffffff;
  border: 0px;
  padding-top: 40px;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.image60 {
  -moz-transform:scale(0.6);
  -webkit-transform:scale(0.6);
  transform:scale(0.6);
}

.image80 {
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  transform:scale(0.8);
}

.imageresponsive {
  width: 80%;
  height: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.trunctext {
  display: block;
  display: -webkit-box;       
  margin: 0 auto;        
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
