/*--- Conditional CSS. See: adactio.com/journal/5429/   ---*/
body:after {
  content:'size-xs';
  display:none;
}

.hidden{
  display: none;
}
@media (max-width: 479px){
  .visible-xs{
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 829px) {
  body:after {
    content:'size-sm';
    display:none;
  }
  .visible-sm{
    display: block;
  }
}

@media (min-width: 830px) and (max-width: 1099px){
  body:after {
    content:'size-md';
    display:none;
  }
  .visible-md{
    display: block;
  }
}
@media (min-width: 1100px)  and (max-width: 1499px){
  body:after {
    content:'size-lg';
    display:none;
  }
  .visible-lg{
    display: block;
  }

}
@media (min-width:1500px) {
  body:after {
    content:'size-xl';
    display:none;
  }
  .visible-xl{
    display: block;
  }
}





.gpt-ad{
  clear: both;
}





/*1601+
1501-1600
1400-1500
1250-1399
1100-1249
1004-1099
900-1003
768-899
767-660
600-659
480-599
479
*/

/****************************
  Move this to CSS common
 ****************************/
.pg-adnotice {
  color: #999;
  text-transform: uppercase;
  margin: 0 auto;
  /*padding: 10px;*/
  font-size: 10px;
  border: 0px;
}
div[data-dfpads-position] {
  text-align: center; 
}
[class*="pg-adwrapper"] {
  background-color: #eee;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
  overflow: hidden; /* Prevents weird "jump" issue when banner ad loads */
}
[class*="pg-adwrapper"] > * {
  position: relative;
  z-index: 2;
}
[class*="pg-adwrapper"]:after {
  position: absolute;
  color: #cecece;
  content: url("https://814824ac51e64b4abcaa-cffb1f8b6941251295ee20eefbd7d321.ssl.cf2.rackcdn.com/ads/spinners/spinner2.gif");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.2;
  animation: fa-spin 1.5s infinite linear;
}
.pg-adwrapper-300x250 {
  width: 300px;
  min-height: 250px;
}

.pg-adwrapper-300x600 {
  width: 300px;
  min-height: 600px;
}

.pg-adwrapper-720x90 {
  width: 720px;
  height: 90px; 
}

.pg-adwrapper-970x90 {
  width: 720px;
  height: 90px; 
}

.pg-adwrapper-728x90 {
  min-width: 728px;
  min-height: 90px; 
}
.pg-adwrapper-320x50 {
  width: 320px;
  height: 50px;
}
.pg-adwrapper-320x53 {
  width: 320px;
  height: 53px;
}
.pg-adwrapper-964x768 {
  width: 964px;
  height: 768px;
}
.pg-adwrapper-910x150 {
  width: 910px;
  height: 150px;
}
.pg-adwrapper-1920x230 {
  width: 1920px;
  min-height: 230px;
}
