@-webkit-keyframes transform-wiggle
{
   0% { -webkit-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -webkit-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -webkit-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -webkit-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -webkit-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -webkit-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -webkit-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -webkit-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -webkit-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
}
@-moz-keyframes transform-wiggle
{
   0% { -moz-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -moz-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -moz-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -moz-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -moz-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -moz-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -moz-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -moz-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -moz-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
}
@keyframes transform-wiggle
{
   0% { transform: rotate(0deg) skewX(9deg) ;  }
   10% { transform: rotate(0deg) skewX(-8deg) ;  }
   20% { transform: rotate(0deg) skewX(7deg) ;  }
   30% { transform: rotate(0deg) skewX(-6deg) ;  }
   40% { transform: rotate(0deg) skewX(5deg) ;  }
   50% { transform: rotate(0deg) skewX(-4deg) ;  }
   60% { transform: rotate(0deg) skewX(3deg) ;  }
   70% { transform: rotate(0deg) skewX(-2deg) ;  }
   80% { transform: rotate(0deg) skewX(1deg) ;  }
   90% { transform: rotate(0deg) skewX(0deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
a.Sir_Mail
{
   color: #4169E1;
   text-decoration: none;
}
a.Sir_Mail:visited
{
   color: #4169E1;
   text-decoration: none;
}
a.Sir_Mail:active
{
   color: #4169E1;
   text-decoration: none;
}
a.Sir_Mail:hover
{
   color: #DC143C;
   text-decoration: underline;
}
a.Pubs
{
   color: #228B22;
   text-decoration: none;
}
a.Pubs:visited
{
   color: #228B22;
   text-decoration: none;
}
a.Pubs:active
{
   color: #228B22;
   text-decoration: none;
}
a.Pubs:hover
{
   color: #4169E1;
   text-decoration: underline;
}
a.Slider
{
   color: #4169E1;
   text-decoration: none;
}
a.Slider:visited
{
   color: #4169E1;
   text-decoration: none;
}
a.Slider:active
{
   color: #4169E1;
   text-decoration: none;
}
a.Slider:hover
{
   color: #DC143C;
   text-decoration: underline;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #000000;
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   position: absolute;
   content: "";
   left: 50%;
   top: -50px;
   z-index: 10;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   transform: translateX(-50%);
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   position: absolute;
   content: "";
   left: 50%;
   top: auto;
   bottom: -50px;
   z-index: 10;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   transform: translateX(-50%);
}
.diagonal
{
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: url('images/BG.jpg');
   background-repeat: repeat;
   background-position: top center;
   z-index: 1;
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   display: block;
   position: absolute;
   content: '';
   top: 0;
   left: -25%;
   z-index: -1;
   width: 150%;
   height: 75%;
   transform: rotate(-2deg);
   transform-origin: 0 0;
   height: 50%;
   transform: rotate(-3deg);
   transform-origin: 3% 0;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   display: block;
   position: absolute;
   content: '';
   top: 0;
   left: -25%;
   z-index: -1;
   width: 150%;
   height: 75%;
   transform: rotate(-2deg);
   transform-origin: 0 0;
}
.triangle
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangle:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   left: 50%;
   width: 100px;
   height: 100px;
   transform: translateX(-50%) rotate(45deg);
   bottom: -50px;
   z-index: 10;
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   left: 50%;
   width: 50px;
   height: 50px;
   transform: translateX(-50%) rotate(45deg);
   bottom: -25px;
   z-index: 10;
   background: #FFFFFF;
   box-shadow: -50px 50px 0px #FFFFFF, 50px -50px 0px #FFFFFF;
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   top: -70px;
   left: 0px;
   z-index: 10;
   width: 50%;
   height: 70px;
   border-radius: 0 80px 0 0;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   top: -70px;
   z-index: 10;
   width: 50%;
   height: 70px;
   left: 50%;
   border-radius: 80px 0 0 0;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   position: absolute;
   content: "";
   top: -50px;
   left: 0px;
   width: 100%;
   height: 50px;
   background-image: linear-gradient(to right, #000000 50%, #FFFFFF 50%);
   background-size: 130px 100%;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   top: -90px;
   background-image: linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   position: absolute;
   content: "";
   right: 0px;
   left: 0px;
   z-index: 10;
   display: block;
   height: 90px;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: transparent;
   top: 100%;
   background-image: linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%);
   background-position: 50%;
   background-size: 50px 100%;
   position: absolute;
   content: "";
   right: 0px;
   left: 0px;
   z-index: 10;
   display: block;
   height: 90px;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   left: 50%;
   width: 50px;
   height: 50px;
   transform: translateX(-50%) rotate(45deg);
   background: #FFFFFF;
   top: -25px;
   box-shadow: -50px 50px 0px #FFFFFF, 50px -50px 0px #FFFFFF;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   position: absolute;
   content: "";
   left: 50%;
   width: 100px;
   height: 100px;
   transform: translateX(-50%) rotate(45deg);
   top: -50px;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
}
