
/*!
 * font-family: 'Roboto', sans-serif;
   font-family: 'Cormorant Garamond', serif;
 */
html,
body {
    height: 100%;
	background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    padding: 0;

	color: #ccc;
    background-color: #000000;
}

hr {
  border-color: #ccc;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: #00acec;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ccc;
}
a:hover,
a:focus {
  color: #ccc;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
}
}
.h3, h3 {
    font-size: 20px;
}
p {
  font-size: 17px;
  line-height: 1.5;
}

.nostyle {
  margin: 0px;
}
.bg-primary {
  background-color: #ccc;
  color: #000;
}
.bg-primary p {
  margin: 15px;
}
.white{
  border-color: #ccc;
}
.bg-blue {
  background-color: #00acec;
  color: white;
}
.border-white{
  border-color: #ccc;
  border: 5px solid;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.bottom20{
  padding-bottom: 20px;
}

section {
  padding-top: 70px;
  min-height: 100vh;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.35s;
  font-size: 16px;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-default .navbar-header .navbar-brand {
  color: #ccc;
  font-family: 'Cormorant Garamond', serif;
  padding-top: 17px;
  font-size: 20px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 17px;
}
}
.img-brand{
  height: 35px;
  padding-bottom: 10px;
}
.navbar-brand {
    padding: 12px 15px;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 300;
  background-color: transparent;
  color: #ccc;

}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #ccc;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fff !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #c6d0da;
  }
  .navbar-default .navbar-header .navbar-brand {
	color: white;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #ccc;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default.affix {
    background-color: transparent;
    border-color: #ccc;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #ccc;

  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #ccc;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/slider-2.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}

header .header-content .header-content-inner h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}
header .slogan {
    text-align: center;
    padding-top: 200px;
}
@media (min-width: 768px) {
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;

  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 33px;
  }
  header .header-content .header-content-inner p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  header .slogan {
    text-align: center;
    padding-top: 300px;
}
}
.section-heading {
  margin-top: 0;
  font-size: 40px;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
  background: rgba(0, 0, 0, 0.86);
}
.portfolio-link :hover{
  background: #fff;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #00acec;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #00acec;
  border-color: #00acec;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00acec;
  border-color: #00acec;
}
.btn-primary .badge {
  color: #00acec;
  background-color: white;
}
.btn {
  font-family: 'Roboto', sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 300;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
.btn-info {
    color: #ccc;
    background-color: #00acec;
    border-color: #46b8da;
	border-radius: 0px;
    font-weight: 300;
} 
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.margin-top{
  margin-top: 100px;
}

/*typed */
@media only screen and (max-width: 608px) {
.aside-text.btn {
    height: auto;
    white-space: inherit;
}
}
.typed {
   background-color: #00acec;
}
.aside-text.btn{
	border: 1px solid #cccfff;
	border-radius: 0;
	padding: 10px 30px;
}
.aside-text.btn:hover{
	color: inherit;
}
.aside-text.btn:focus, 
.aside-text.btn:active:focus, 
.aside-text.btn.active:focus, 
.aside-text.btn.focus, 
.aside-text.btn:active.focus, 
.aside-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #cccfff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/* FB */
.profile-info{
		overflow:hidden;
	}
	
	.profile-photo{
		float:left;
	}
	
	.profile-photo img{
		width:40px; height:40px;
	}
	
	.profile-name{
		float:left;
	}
	
	.time-ago{
		color:#ccc;
	}
	
	.profile-message{
		margin: 0px;
	}
	
	.post-link{
		text-decoration:none;
	}
	
	.post-content{
		background: #f6f7f9; border: 1px solid #d3dae8; overflow:hidden;
	}
	
	.post-content img{
		width:auto;
		max-height: 200px;
	}
	
	.post-status{
		margin:.5em; font-weight:bold;
	}
	
	.post-picture{
		width:25%; float:left;
	}
	
	.post-info{
		width:70%; float:left; margin:.5em;
	}
	
	.post-info-name{
		font-weight:bold;
	}
	
	.post-info-description{
		color:#999;
	}
	
	.like-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -146px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 2px 5px 0 0;
	}
	
	.comment-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -160px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 3px 5px 0 0;
		
	}
/* Map */
#map-canvas{
	width : 100%; 	/* map width */
	height: 500px;	/* map height */
}
/*služby*/

.service-box {
    padding: 15px;
}
.service-box h2{
    font-size: 20px;
}

#contact {
    color: #000
	font-size: 16px;
}
.navbar-toggle {
    padding: 5px 10px;
}
/* tabs */
.nav-tabs>li>a {
    color: #000;
    cursor: default;
    background-color: #8BC34A;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ccc;
    cursor: default;
    background-color: #3F51B5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-flags {
    padding-top: 13px;
    float: left;
}
/* timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 23px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #ccc;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* highlight info - fix Apple sracky */
.highlight-vip {
    background: url(../img/vip1.jpg) center center no-repeat fixed;
    background-size: cover;
	height: 300px;
}
.highlight-vip2 {
	background: url(../img/vip2.jpg) center center no-repeat fixed;
    background-size: cover;
	height: 300px;
}
.highlight-vip3 {
    background: url(../img/vip3.jpg) center center no-repeat fixed;
    background-size: cover;
	height: 300px;
}
.highlight-vip4 {
    background: url(../img/vip4.jpg) center center no-repeat fixed;
    background-size: cover;
	height: 300px;
}
@supports (-webkit-touch-callout: none) {
.highlight-vip {
	background: url('../img/vip1.jpg') center top no-repeat scroll;
    background-size: auto 100vh;
	height: 300px;
}
.highlight-vip2 {
	background: url('../img/vip2.jpg') center top no-repeat scroll;
    background-size: auto 100vh;
	height: 300px;
}
.highlight-vip3 {
    background: url('../img/vip3.jpg') center top no-repeat scroll;
    background-size: auto 100vh;
	height: 300px;
}
.highlight-vip4 {
    background: url('../img/vip4.jpg') center top no-repeat scroll;
    background-size: auto 100vh;
	height: 300px;
}
}
/* highlight info - fix Apple sracky */
.hotel-vip {
   height: auto;
   background: #000;
}
.video-vip {
   min-height: 150px;
   background: #000;
}
.vip-button{
   padding-top: 50px;
}
.padding-vip {
   padding: 20px;
}
.highlight-eu {
   height: auto;
   background: #f2f2f2;
}
/* modal */
.modal-content {
    border-radius: 0px;
}
.modal-header {
    background: #000;
    color: #ccc;
}
.close {
    font-size: 41px;
    color: #ccc;
    opacity: 1;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ccc;
  background: #000;
  border-top-color: #ccc;
}
#footer a {
  color: #ccc;
}
.modal.in .modal-dialog {
    z-index: 1080;
}
#head-title {
   color: #ccc;
}
.map-wrapper {
    position: relative;
}
@media screen and (max-width: 1440px) and (min-width: 991px){
.map-wrapper .over_map {
    width: 255px;
    padding: 20px;
    top: 13px;
}
}
.map-wrapper .over_map {
    background: #ccc none repeat scroll 0 0;
    overflow: auto;
    padding: 30px;
    position: absolute;
    right: 10%;
    top: 40px;
    width: 310px;
    z-index: 99;
}
.partner-contact {
    background: #ccc none repeat scroll 0 0;
    padding: 30px;
}
.table-striped a[href$=".pdf"]:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: " \f1c1";
}
.table-striped a {
    text-decoration: inherit !important;
    color: #005aab !important;
    font-weight: inherit !important;
}
.footer-left, .footer-center, .footer-right {
    text-align: left;
}
.padding-top10 {
   padding-top: 10px;
}
.fb-hover :hover{
    background: #ccc;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.highlight-heading {
    padding: 35px;
	color: #ccc;
	text-shadow: 4px 4px #000;
	text-align: center;
}
.highlight-font {
	font-weight: bold;
	font-size: 64px
}
address {
    background: #000;
    color: #ccc;
    padding: 5px;
}
#contact-form .fa.infield {
    position: absolute;
    float: right;
    right: 25px;
    margin-top: 10px;
    font-size: 14px;
}
/* FB */
.profile-info{
		overflow:hidden;
	}
	
	.profile-photo{
		float:left;
	}
	
	.profile-photo img{
		width:40px; height:40px;
	}
	
	.profile-name{
		float:left;
	}
	
	.time-ago{
		color:#fff;
	}
	
	.profile-message{
		margin: 0px;
	}
	
	.post-link{
		text-decoration:none;
	}
	
	.post-content{
		background: #f6f7f9; border: 1px solid #d3dae8; overflow:hidden;
	}
	
	.post-content img{
		width:auto;
		max-height: 200px;
	}
	
	.post-status{
		margin:.5em; font-weight:bold;
	}
	
	.post-picture{
		width:25%; float:left;
	}
	
	.post-info{
		width:70%; float:left; margin:.5em;
	}
	
	.post-info-name{
		font-weight:bold;
	}
	
	.post-info-description{
		color:#999;
	}
	
	.like-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -146px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 2px 5px 0 0;
	}
	
	.comment-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -160px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 3px 5px 0 0;
		
	}
/** box **/
.smooth {
    opacity: 1;
}
.holder {
    border: 6px solid #FFFFFF;
    position: relative;
    overflow: hidden;
	padding: 5px;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.holder:hover {
    border: 6px solid #ccc;
    box-shadow: 0px 0px 5px #000;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.product-text {
    position: absolute;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    text-align: center;
    padding: 5px;
    top: 20px;
    font-size: 18px;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
.product-text {
   font-size: 30px;
   top: 50px; 
   }
}
.img-ram {
   	padding: 5px;
    box-shadow: 0px 0px 5px #333333;
}
.bottom-line {
   padding-bottom: 5px;
   padding-top: 5px;
}
.modal-body h2, h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}
/** style **/
.bottom5 {
    padding-bottom: 5px;
}
.bottom20 {
    padding-bottom: 20px;
}
.top5 {
    padding-top: 5px;
}
/*Business Card Css */
.business-card {
  border: 1px solid #cccccc;
  background: #000;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.profile-img {
  height: 50px;
  background: white;
}
.job {
  color: #fff;
  font-size: 17px;
}
.mail {
  font-size: 16px;
 }
 .media-heading {
   font-size: 22px;
 }
.logo_spendlik {
    bottom: 30px;
	width: 100px;
	right: 50px;
    position:fixed;
} 
.modal-content {
    position: relative;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.btn-group-lg>.btn, .btn-lg {
    padding: 5px 5px;
    font-size: 16px;
	margin-top: 5px;
	font-weight: 300;
    line-height: 1.3333333;
	border: 1px solid #ccc;
    border-radius: 0px;
    background: #000;
	color: #ccc;
}
@media (min-width: 992px) {
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
}
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active, .btn-lg.active, .open>.dropdown-toggle.btn-lg {
    color: #fff;
}
.btn-group-lg>.btn, .btn-lg :hover {
	color: #ccc;
}
 #backgroundaudio {
  display: block;
  position: fixed;
  bottom: -43px;
  left: 5px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
 }
 #backgroundaudio:hover {
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
 }
 #backgroundaudio audio {
  background: #ffffff;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  height: 43px;
  z-index: 9998;
 }
 #backgroundaudio i {
  font-size: 40px;
  display: block;
  background: #ffffff;
  padding: 5px;
  width: 50px;
  float: none;
  margin-bottom: -1px;
  z-index: 9999;
 }