/*
 * Hover.css - Demo Page
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014.
 */

/**
 * The following are default styles for the demo page,
 * you don't need to include these on your own site.
 */

hr {
  margin-top: 2em;
  background-color: #ddd;
  border: none;
  height: 1px;
}

.sep {
  color: #ddd;
  margin: 0 4px;
}

.carbon-ad.ad {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 6em;
  padding: 1em 2.5em;
  padding-top: 2em;
  text-align: center;
  font-size: 14px;
}

.carbon-ad-label {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0;
  margin-bottom: 2px;
  font-size: 11px;
  text-align: center;
  color: #999;
}

.carbon-ad .carbon-poweredby {
  margin-bottom: 0;
  font-size: 12px;
}

.carbon-ad .carbon-img {
  margin: 0 auto;
  margin-bottom: .625em;
  background: white;
}

.carbon-ad img {
  display: block;
  border: solid 1px #ddd;
}



.browsehappy {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 1em;
    background: black;
    color: white;
    text-align: center;
}

img {
  border: none;
}

small {
    display: block;
}



[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: .4em;
  padding: 10px;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
}

