@charset "UTF-8";

  h1 {
    font-size: 1.143em;
    font-weight: bold;
    line-height: 150%;
  }

h2{
    position: relative;
    color: #333;
    text-shadow: 2px 2px 5px #fff;
    background: radial-gradient(#FFFF00,#AEB404);
    font-size: 1.343em;
    font-weight: bold;
    margin: 0 -1.2em 1em -1.2em;
    padding: 0.8em 1.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h2:after,
h2:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h2:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h2:after{
    left: 0;
    border-right: 5px solid #333;
}

#text {
line-height: 150%;
font-size:18px;
color:#666;
text-align:left;
}


.field span{
background:red;
color:white;
padding:5px;
margin:8px;
}

.webicon {
    position: absolute;
    right: 0px;
    top: -50px;
    opacity: 0;
    width:150%;
    -webkit-animation-name: rotateArea;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateArea {
    0% {-webkit-transform: rotate(0deg);}
    25% {-webkit-transform: rotate(30deg);}
    50% {-webkit-transform: rotate(-30deg);}
}

.orderbt {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    width:10%;
}

.relative {
    position: relative;
}

.image{
    opacity: 0;
    width:50%;
}
