.text-slider h2.maintitle {
    color: #ffffff;
    font-size: 44px;
  font-style: normal;
  font-family: Slabo 27px;
  font-weight:300;
    text-shadow: 4px 4px 4px #aaa;
}

.text-slider p.subtitle{
    color: #ffffff;
    font-size: 35px;
    font-style: normal;
  font-family: Papyrus, fantasy;
  
}

.site-header.fixed {
	position: fixed;
}

.site-title a {
    color: #ffffff;
    font-family: Papyrus, fantasy;
    font-size: 44px;
  font-weight: 400;
  text-shadow: 4px 4px 4px #aaa;
    
}

.icon-facebook, .icon-facebook-sign{
    color: blue;
  font-size:27px;
  
}


.icon-youtube, .icon-youtube-sign{
    color: #c4302b;
  font-size:27px;
  
}

h3 {
	font-family: Papyrus, fantasy;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
  text-shadow: 4px 4px 4px #aaa;
}

.roll-team .team-inner {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.preloader .pre-bounce1, .preloader .pre-bounce2 {
    display: none;
}
.preloader .spinner {
    background-image: url(http://www.visitmiltownmalbay.ie/wp-content/uploads/2016/06/169-1.gif);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 900px){
  #slideshow{
    height: 400px !important;
  }
}

@media only screen and (max-width: 600px){
  #slideshow{
    height: 210px !important;
  }

  .text-slider-section{
    top: 40%;
  }

}

#slideshow .slides-container .slide-item{
  background-position: top center;
  background-size: 100%;
  background-color: #141414;
}




