/* Preloader */

.rrssb-buttons.large-format{
width:75%;
margin-left:10%;
}


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#3F475F; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("../status.gif"); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



@font-face {
  font-family: "MolotRegular";
  src: url("../fonts/Molot.eot");
  src: local("../fonts/Molot"), local("../fonts/Molot"), url("../fonts/Molot/fonts/Molot.ttf") format("truetype"), url("../fonts/Molot.svg#Molot") format("svg"); }

body {
  background: url("../images/bg.gif"); 
  
   
    
   
}
button#playAll {
    background: #d8c54b;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5d57b), to(#ceb928));
    background: -moz-linear-gradient(#e5d57b, #ceb928);
    background: -o-linear-gradient(#e5d57b, #ceb928);
    background: linear-gradient(rgba(229, 213, 123, 0.86), #ceb928);
    border-radius: 8px;
    border: 1px solid#FFF;
    font-family: arial;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 1px #000;
	    box-shadow: 1px 2px 5px #232323;
}

button#clear {
    background: #91F579;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5d57b), to(#ceb928));
    background: -moz-linear-gradient(#e5d57b, #ceb928);
    background: -o-linear-gradient(#e5d57b, #ceb928);
    background: linear-gradient(229, 213, 123, 0.86), #ceb928);
    border-radius: 8px;
    border: 1px solid#FFF;
    font-family: arial;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 1px #000;
	    box-shadow: 1px 2px 5px #232323;
}

.comments {

border: 1px solid #666;
padding: 5px;
margin-top:20px;
}



.loop {
float:right;
color:#fff;
font-size:11px;

}

.credit {
float:right;
padding-right: 15px;

}


.headimg {
align:center;
}

div.hero-unit {
  background: transparent;
  color: #202b30;
  margin-top: 1px;
  padding: 10px; }

h1#page-title {
    font-size: 21px;
	padding-bottom:6px;
    text-align: center;
    color: #ffffff;
    font-family: "arial black", "Georgia", Helvetica, Arial;
    /* text-shadow: 1px 1px 0 #202b30, 1px 1px 0px #4e7178, 2px 2px 0px #4e7178, 2px 2px 0px #4e7178, 2px 3px 0px #4e7178, 2px 1px 0px #4e7178, 2px 2px 0px #4e7178; */
}

h5 {
  text-align: center;
  color: #74c0cf; }

div.soundbyte {
  height: 92px;
  margin-bottom: 10px;
  text-align: center;
  position: relative; }
  div.soundbyte .title {
    background: #f2f2f2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    cursor: pointer; }
    div.soundbyte .title.triangle-isosceles {
      position: relative;
      padding: 15px;
      margin: 1em 0 3em;
      
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; 
	      background: #91F579;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#91F579), to(#73B957));
    background: -moz-linear-gradient(#91F579, #73B957);
    background: -o-linear-gradient(#91F579, #73B957);
    background: linear-gradient(rgb(57 209 255 / 76%), #0088b1);
	  
	  
	  
	  
	  
	  }
    div.soundbyte .title.triangle-isosceles:after {
      content: "";
      position: absolute;
      bottom: 33px;
      left: -14px;
      border-width: 15px 15px 0;
      border-style: solid;
      border-color: #32a7cf transparent;
      display: block;
      width: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    div.soundbyte .title:hover {
      background: #fafafa;
      -webkit-box-shadow: 0 1px 8px 0px #4e7178;
      -moz-box-shadow: 0 1px 8px 0px #4e7178;
      box-shadow: 0 1px 8px 0px #4e7178;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      div.soundbyte .title:hover.triangle-isosceles {
        background: rgb(182, 185, 193);
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        div.soundbyte .title:hover.triangle-isosceles:after {
          border-color: rgb(182, 185, 193) transparent;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
  div.soundbyte h3 {
    text-shadow: 0 1px 1px #000;
    line-height: 24px; }
    div.soundbyte h3 .info {
      font-size: 14px;
      color: #fff;
      text-shadow: 0 0 0; }
  div.soundbyte a.play {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    top: -20px;
    margin: 0 auto;
display:none;
	}
    div.soundbyte a.play span {
      visibility: hidden; }
  div.soundbyte cite {
    text-shadow: 0 1px 1px white;
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%; 
	display:none;}

div.soundbyte.Dan a.play {
  background: url("../trump/images/Dan.png") top left no-repeat; }

div.soundbyte.Merlin a.play {
  background: url("../trump/images/Merlin.png") top left no-repeat; }

div.soundbyte.Gruber a.play {
  background: url("../trump/images/Gruber.png") top left no-repeat; }

div.soundbyte.Siracusa a.play {
  background: url("../trump/images/Siracusa.png") top left no-repeat; }

div.soundbyte.Marco a.play {
  background: url("../trump/images/Marco.png") top left no-repeat; }

#need_help {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 200px;
  background: rgba(250, 250, 250, 0.8);
  padding: 5px 10px; }
  #need_help h2 {
    font-size: 1.1em;
    text-align: center;
    cursor: pointer; }
  #need_help p {
    font-size: 0.8em;
    display: none; }

footer {
  -webkit-box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 1px black;
  background: #202b30 url("../images/boxes.png");
  color: #f2f2f2;
  height: 100px;
  border-top: 10px solid #4e7178; }
  footer a {
    color: #74c0cf; }
  footer a:hover {
    color: #74c0cf;
    text-decoration: underline; }
  footer h3 {
    color: #f2f2f2; }
	
	
	
/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  .span4{width:255px;}
  
  
  body {
  background: url("../images/bg.gif"); 
   
    
   
}





div.soundbyte .title.triangle-isosceles:after {
display:none;
}


div#soundbytes {
    margin-left: 5%;
}
h1#page-title {
  
    color: #3c82c7;
  
}
  
  .container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

  .loop {
  display:none;
  }
  
  
  
  div.soundbyte .title.triangle-isosceles {
    position: relative;
    padding: 20px;
    margin: 1em 0 3em;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: #91F579;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#91F579), to(#73B957));
    background: -moz-linear-gradient(#91F579, #73B957);
    background: -o-linear-gradient(#91F579, #73B957);
    background: linear-gradient(rgb(121 209 245 / 56%), #2d7bcf);
    min-height: 48px;
}
div.soundbyte {
    height: 90px;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}
h3 {
    font-size: 18px;
    font-weight: 500;
}
}
div.soundbyte h3 {
    text-shadow: 0 1px 1px #aaaaaa;
    line-height: 24px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}	
img.responsive {
	width: 100%;
}

@media (min-width: 768px) { 
	img.responsive {
		width: auto;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0px !important;
	}
	
}

.container {
    overflow: hidden;
}