/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2016 | 14:36:05 */
.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
  bottom:1em;
  margin-left:-5em;
  background:#ff0200;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.26em;
  display:block;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ff0200 transparent transparent transparent;
}
