#wilgolf-main
{
   background: #F3F8F1 url('images/fondo2015.jpg') top center no-repeat fixed;
   /*background: url('images/pageglare.png') no-repeat, url('images/fondo2015.jpg') top center no-repeat, #F3F8F1;*/
   background-attachment: fixed, fixed, scroll !important;
   margin:0 auto;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-align: justify;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}
table, ul.wilgolf-hmenu
{
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

/* Reset buttons border. It's important for input and button tags. 
 * border-collapse should be separate for shadow in IE. 
 */
.wilgolf-button
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #8CC0AA url('images/button.png') scroll;
   background: linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), -webkit-linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), -moz-linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), -o-linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), -ms-linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   background: linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(165, 205, 188, 0.18) 0, rgba(120, 181, 156, 0.07) 40%, rgba(115, 178, 152, 0.08) 50%, rgba(120, 181, 156, 0.07) 60%, rgba(165, 205, 188, 0.18) 100%) no-repeat, url('images/button.png'), linear-gradient(top, #9CC9B6 0, #7FB8A0 40%, #7BB79E 50%, #7FB8A0 60%, #9CC9B6 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   border:1px solid #A6A6A6;
   padding:0 15px;
   margin:0 auto;
   height:26px;
}

.wilgolf-postcontent,
.wilgolf-postheadericons,
.wilgolf-postfootericons,
.wilgolf-blockcontent,
ul.wilgolf-vmenu a 
{
	text-align: left;
}

.wilgolf-postcontent,
.wilgolf-postcontent li,
.wilgolf-postcontent table,
.wilgolf-postcontent a,
.wilgolf-postcontent a:link,
.wilgolf-postcontent a:visited,
.wilgolf-postcontent a.visited,
.wilgolf-postcontent a:hover,
.wilgolf-postcontent a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-postcontent p
{
   margin: 12px 0;
}

.wilgolf-postcontent h1, .wilgolf-postcontent h1 a, .wilgolf-postcontent h1 a:link, .wilgolf-postcontent h1 a:visited, .wilgolf-postcontent h1 a:hover,
.wilgolf-postcontent h2, .wilgolf-postcontent h2 a, .wilgolf-postcontent h2 a:link, .wilgolf-postcontent h2 a:visited, .wilgolf-postcontent h2 a:hover,
.wilgolf-postcontent h3, .wilgolf-postcontent h3 a, .wilgolf-postcontent h3 a:link, .wilgolf-postcontent h3 a:visited, .wilgolf-postcontent h3 a:hover,
.wilgolf-postcontent h4, .wilgolf-postcontent h4 a, .wilgolf-postcontent h4 a:link, .wilgolf-postcontent h4 a:visited, .wilgolf-postcontent h4 a:hover,
.wilgolf-postcontent h5, .wilgolf-postcontent h5 a, .wilgolf-postcontent h5 a:link, .wilgolf-postcontent h5 a:visited, .wilgolf-postcontent h5 a:hover,
.wilgolf-postcontent h6, .wilgolf-postcontent h6 a, .wilgolf-postcontent h6 a:link, .wilgolf-postcontent h6 a:visited, .wilgolf-postcontent h6 a:hover,
.wilgolf-blockheader .t, .wilgolf-blockheader .t a, .wilgolf-blockheader .t a:link, .wilgolf-blockheader .t a:visited, .wilgolf-blockheader .t a:hover,
.wilgolf-vmenublockheader .t, .wilgolf-vmenublockheader .t a, .wilgolf-vmenublockheader .t a:link, .wilgolf-vmenublockheader .t a:visited, .wilgolf-vmenublockheader .t a:hover,
.wilgolf-headline, .wilgolf-headline a, .wilgolf-headline a:link, .wilgolf-headline a:visited, .wilgolf-headline a:hover,
.wilgolf-slogan, .wilgolf-slogan a, .wilgolf-slogan a:link, .wilgolf-slogan a:visited, .wilgolf-slogan a:hover,
.wilgolf-postheader, .wilgolf-postheader a, .wilgolf-postheader a:link, .wilgolf-postheader a:visited, .wilgolf-postheader a:hover
{
   font-size: 28px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent a, .wilgolf-postcontent a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #808080;
}

.wilgolf-postcontent a:visited, .wilgolf-postcontent a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #9C9C9C;
}

.wilgolf-postcontent  a:hover, .wilgolf-postcontent a.hover
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   color: #BABABA;
}

.wilgolf-postcontent h1
{
   color: #808080;
   font-size: 28px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h1
{
   font-size: 28px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h1 a, .wilgolf-postcontent h1 a:link, .wilgolf-postcontent h1 a:hover, .wilgolf-postcontent h1 a:visited, .wilgolf-blockcontent h1 a, .wilgolf-blockcontent h1 a:link, .wilgolf-blockcontent h1 a:hover, .wilgolf-blockcontent h1 a:visited 
{
   font-size: 28px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h2
{
   color: #808080;
   font-size: 22px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h2
{
   font-size: 22px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h2 a, .wilgolf-postcontent h2 a:link, .wilgolf-postcontent h2 a:hover, .wilgolf-postcontent h2 a:visited, .wilgolf-blockcontent h2 a, .wilgolf-blockcontent h2 a:link, .wilgolf-blockcontent h2 a:hover, .wilgolf-blockcontent h2 a:visited 
{
   font-size: 22px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h3
{
   color: #9C9C9C;
   margin: 10px 0;
   font-size: 18px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h3
{
   margin: 10px 0;
   font-size: 18px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h3 a, .wilgolf-postcontent h3 a:link, .wilgolf-postcontent h3 a:hover, .wilgolf-postcontent h3 a:visited, .wilgolf-blockcontent h3 a, .wilgolf-blockcontent h3 a:link, .wilgolf-blockcontent h3 a:hover, .wilgolf-blockcontent h3 a:visited 
{
   font-size: 18px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h4
{
   color: #292929;
   margin-top: 0;
   margin-bottom: 0;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h4
{
   margin-top: 0;
   margin-bottom: 0;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h4 a, .wilgolf-postcontent h4 a:link, .wilgolf-postcontent h4 a:hover, .wilgolf-postcontent h4 a:visited, .wilgolf-blockcontent h4 a, .wilgolf-blockcontent h4 a:link, .wilgolf-blockcontent h4 a:hover, .wilgolf-blockcontent h4 a:visited 
{
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h5
{
   color: #292929;
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h5
{
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h5 a, .wilgolf-postcontent h5 a:link, .wilgolf-postcontent h5 a:hover, .wilgolf-postcontent h5 a:visited, .wilgolf-blockcontent h5 a, .wilgolf-blockcontent h5 a:link, .wilgolf-blockcontent h5 a:hover, .wilgolf-blockcontent h5 a:visited 
{
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h6
{
   color: #616161;
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-blockcontent h6
{
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postcontent h6 a, .wilgolf-postcontent h6 a:link, .wilgolf-postcontent h6 a:hover, .wilgolf-postcontent h6 a:visited, .wilgolf-blockcontent h6 a, .wilgolf-blockcontent h6 a:link, .wilgolf-blockcontent h6 a:hover, .wilgolf-blockcontent h6 a:visited 
{
   font-size: 14px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

header, footer, article, nav, #wilgolf-hmenu-bg, .wilgolf-sheet, .wilgolf-hmenu a, .wilgolf-vmenu a, .wilgolf-slidenavigator > a, .wilgolf-checkbox:before, .wilgolf-radiobutton:before
{
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
}

header, footer, article, nav, #wilgolf-hmenu-bg, .wilgolf-sheet, .wilgolf-slidenavigator > a, .wilgolf-checkbox:before, .wilgolf-radiobutton:before
{
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 903px;
   color: #292929;
}

.wilgolf-header:before, #wilgolf-header-bg:before, .wilgolf-layout-cell:before, .wilgolf-layout-wrapper:before, .wilgolf-footer:before, .wilgolf-nav:before, #wilgolf-hmenu-bg:before, .wilgolf-sheet:before
{
   width: 100%;
   content: " ";
   display: table;
}
.wilgolf-header:after, #wilgolf-header-bg:after, .wilgolf-layout-cell:after, .wilgolf-layout-wrapper:after, .wilgolf-footer:after, .wilgolf-nav:after, #wilgolf-hmenu-bg:after, .wilgolf-sheet:after,
.cleared, .clearfix:after {
   clear: both;
   font: 0/0 serif;
   display: block;
   content: " ";
}

form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

li h1, .wilgolf-postcontent li h1, .wilgolf-blockcontent li h1 
{
   margin:1px;
} 
li h2, .wilgolf-postcontent li h2, .wilgolf-blockcontent li h2 
{
   margin:1px;
} 
li h3, .wilgolf-postcontent li h3, .wilgolf-blockcontent li h3 
{
   margin:1px;
} 
li h4, .wilgolf-postcontent li h4, .wilgolf-blockcontent li h4 
{
   margin:1px;
} 
li h5, .wilgolf-postcontent li h5, .wilgolf-blockcontent li h5 
{
   margin:1px;
} 
li h6, .wilgolf-postcontent li h6, .wilgolf-blockcontent li h6 
{
   margin:1px;
} 
li p, .wilgolf-postcontent li p, .wilgolf-blockcontent li p 
{
   margin:1px;
}


.wilgolf-shapes
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   z-index: 0;
}

.wilgolf-slider-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.wilgolf-slidenavigator > a {
   display: inline-block;
   vertical-align: middle;
   outline-style: none;
   font-size: 1px;
}

.wilgolf-slidenavigator > a:last-child {
   margin-right: 0 !important;
}

.wilgolf-slideheader0-object1298385505 h1, 
.wilgolf-slideheader0-object1298385505 h2, 
.wilgolf-slideheader0-object1298385505 h3, 
.wilgolf-slideheader0-object1298385505 h4, 
.wilgolf-slideheader0-object1298385505 h5, 
.wilgolf-slideheader0-object1298385505 h6, 
.wilgolf-slideheader0-object1298385505 p, 
.wilgolf-slideheader0-object1298385505 a, 
.wilgolf-slideheader0-object1298385505 ul, 
.wilgolf-slideheader0-object1298385505 ol, 
.wilgolf-slideheader0-object1298385505 li
{
  line-height: 100%;
}

.wilgolf-slideheader0-object1298385505
{  
  position: absolute;
  top: 175px;
  left: 2.54%;
  margin-left: -11px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 1;
  width: 468px;
  height: 59px;
}

.wilgolf-slideheader0-object1298385505-text-container 
{
    display: table;
}
.wilgolf-slideheader0-object1298385505-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 59px;
  width: 468px;  
word-wrap: break-word;
}

.wilgolf-slideheader0-object1298385505-text,
.wilgolf-slideheader0-object1298385505-text a.wilgolf-rss-tag-icon,
.wilgolf-slideheader0-object1298385505-text a.wilgolf-facebook-tag-icon,
.wilgolf-slideheader0-object1298385505-text a.wilgolf-twitter-tag-icon
{
font-size: 30px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-align: left;
vertical-align: middle;
  color: #DEDEDE !important;
}

.wilgolf-textblock ul > li
{
    background-position-y: 8px !important;
}
.wilgolf-slideheader1-object1775560038 h1, 
.wilgolf-slideheader1-object1775560038 h2, 
.wilgolf-slideheader1-object1775560038 h3, 
.wilgolf-slideheader1-object1775560038 h4, 
.wilgolf-slideheader1-object1775560038 h5, 
.wilgolf-slideheader1-object1775560038 h6, 
.wilgolf-slideheader1-object1775560038 p, 
.wilgolf-slideheader1-object1775560038 a, 
.wilgolf-slideheader1-object1775560038 ul, 
.wilgolf-slideheader1-object1775560038 ol, 
.wilgolf-slideheader1-object1775560038 li
{
  line-height: 100%;
}

.wilgolf-slideheader1-object1775560038
{  
  position: absolute;
  top: 183px;
  left: 93.17%;
  margin-left: -416px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 1;
  width: 447px;
  height: 48px;
}

.wilgolf-slideheader1-object1775560038-text-container 
{
    display: table;
}
.wilgolf-slideheader1-object1775560038-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 48px;
  width: 447px;  
word-wrap: break-word;
}

.wilgolf-slideheader1-object1775560038-text,
.wilgolf-slideheader1-object1775560038-text a.wilgolf-rss-tag-icon,
.wilgolf-slideheader1-object1775560038-text a.wilgolf-facebook-tag-icon,
.wilgolf-slideheader1-object1775560038-text a.wilgolf-twitter-tag-icon
{
font-size: 30px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-align: left;
vertical-align: middle;
  color: #242424 !important;
}

.wilgolf-textblock ul > li
{
    background-position-y: 8px !important;
}
.wilgolf-slideheader2-object1339369344 h1, 
.wilgolf-slideheader2-object1339369344 h2, 
.wilgolf-slideheader2-object1339369344 h3, 
.wilgolf-slideheader2-object1339369344 h4, 
.wilgolf-slideheader2-object1339369344 h5, 
.wilgolf-slideheader2-object1339369344 h6, 
.wilgolf-slideheader2-object1339369344 p, 
.wilgolf-slideheader2-object1339369344 a, 
.wilgolf-slideheader2-object1339369344 ul, 
.wilgolf-slideheader2-object1339369344 ol, 
.wilgolf-slideheader2-object1339369344 li
{
  line-height: 100%;
}

.wilgolf-slideheader2-object1339369344
{  
  position: absolute;
  top: 108px;
  left: 92.1%;
  margin-left: -246px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 1;
  width: 268px;
  height: 59px;
}

.wilgolf-slideheader2-object1339369344-text-container 
{
    display: table;
}
.wilgolf-slideheader2-object1339369344-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 59px;
  width: 268px;  
word-wrap: break-word;
}

.wilgolf-slideheader2-object1339369344-text,
.wilgolf-slideheader2-object1339369344-text a.wilgolf-rss-tag-icon,
.wilgolf-slideheader2-object1339369344-text a.wilgolf-facebook-tag-icon,
.wilgolf-slideheader2-object1339369344-text a.wilgolf-twitter-tag-icon
{
font-size: 30px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-align: left;
vertical-align: middle;
  color: #E3E3E3 !important;
}

.wilgolf-textblock ul > li
{
    background-position-y: 8px !important;
}
.wilgolf-slidecontainerheader {
    position: relative;
            width: 100%;
    height: 100%;
    }

.wilgolf-slidecontainerheader .wilgolf-slide-item
{

}


.wilgolf-slidecontainerheader .wilgolf-slide-item {
    -webkit-transition: 800ms ease-in-out top;
    -moz-transition: 800ms ease-in-out top;
    -ms-transition: 800ms ease-in-out top;
    -o-transition: 800ms ease-in-out top;
    transition: 800ms ease-in-out top;
    position: relative;
    display: none;
    width:  100%;
    height: 100%;
}

.wilgolf-slidecontainerheader .active, .wilgolf-slidecontainerheader .next, .wilgolf-slidecontainerheader .prev {
    display: block;
}

.wilgolf-slidecontainerheader .active {
    top: 0;
}

.wilgolf-slidecontainerheader .next, .wilgolf-slidecontainerheader .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.wilgolf-slidecontainerheader .next {
    top: 100%;
}

.wilgolf-slidecontainerheader .prev {
    top: -100%;
}

.wilgolf-slidecontainerheader .next.forward, .wilgolf-slidecontainerheader .prev.back {
    top: 0;
}

.wilgolf-slidecontainerheader .active.forward {
    top: -100%;
}

.wilgolf-slidecontainerheader .active.back {
    top: 100%;
}



.wilgolf-slideheader0 {
    background-image: url('images/slideheader0-object1298385505.png'),  url('images/slideheader0.jpg');
        background-size: 51.94% 23.6%,  100%;
        background-position: 11px 175px,  0 0;
    background-repeat: no-repeat;
}
.wilgolf-slideheader1 {
    background-image: url('images/slideheader1-object1775560038.png'),  url('images/slideheader1.jpg');
        background-size: 49.61% 19.2%,  100%;
        background-position: 423px 183px,  0 0;
    background-repeat: no-repeat;
}
.wilgolf-slideheader2 {
    background-image: url('images/slideheader2-object1339369344.png'),  url('images/slideheader2.jpg');
        background-size: 29.74% 23.6%,  100%;
        background-position: 583px 108px,  0 0;
    background-repeat: no-repeat;
}


.wilgolf-slidenavigatorheader {
  display: inline-block;
  position: absolute;
  direction: ltr !important;
  top: 10px;
  left: 0.89%;
  z-index: 101;
  line-height: 0 !important;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
    white-space: nowrap;
    }
.wilgolf-slidenavigatorheader
{
background: #A5CC8A;background: linear-gradient(top, transparent 0, transparent 100%) no-repeat;background: -webkit-linear-gradient(top, transparent 0, transparent 100%) no-repeat;background: -moz-linear-gradient(top, transparent 0, transparent 100%) no-repeat;background: -o-linear-gradient(top, transparent 0, transparent 100%) no-repeat;background: -ms-linear-gradient(top, transparent 0, transparent 100%) no-repeat;background: linear-gradient(top, transparent 0, transparent 100%) no-repeat;-svg-background: linear-gradient(top, transparent 0, transparent 100%) no-repeat;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;


padding:7px;





}
.wilgolf-slidenavigatorheader > a
{
background: #000000;background: #000000;background: #000000;background: #000000;background: #000000;background: #000000;background: #000000;-svg-background: #000000;
-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;

border:2px solid #FFFFFF;

margin:0 5px 0 0;

width: 10px;

height: 10px;
}
.wilgolf-slidenavigatorheader > a.active
{
background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;-svg-background: #FFFFFF;
-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;



margin:0 5px 0 0;

width: 10px;

height: 10px;
}
.wilgolf-slidenavigatorheader > a:hover
{
background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;background: #FFFFFF;-svg-background: #FFFFFF;
-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;



margin:0 5px 0 0;

width: 10px;

height: 10px;
}







.wilgolf-sheet
{
   border:1px solid #000000;
   border-top:none;
   border-bottom:none;
   margin:0 auto;
   position:relative;
   cursor:auto;
   width: 903px;
   z-index: auto !important;
}

.wilgolf-nav
{
   background: #000000;
   padding:3px 3px 0;
   margin:0 auto;
   position: relative;
   z-index: 499;
   text-align: center;
}

ul.wilgolf-hmenu a, ul.wilgolf-hmenu a:link, ul.wilgolf-hmenu a:visited, ul.wilgolf-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.wilgolf-hmenu, ul.wilgolf-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.wilgolf-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.wilgolf-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.wilgolf-hmenu:after, ul.wilgolf-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.wilgolf-hmenu, ul.wilgolf-hmenu ul 
{
   min-height: 0;
}

ul.wilgolf-hmenu 
{
   display: inline-block;
   vertical-align: bottom;
}

.wilgolf-nav:before 
{
   content:' ';
}

.wilgolf-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.wilgolf-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.wilgolf-menuitemcontainer
{
   margin:0 auto;
}
ul.wilgolf-hmenu>li {
   margin-left: 2px;
}
ul.wilgolf-hmenu>li:first-child {
   margin-left: 1px;
}
ul.wilgolf-hmenu>li:last-child, ul.wilgolf-hmenu>li.last-child {
   margin-right: 1px;
}

ul.wilgolf-hmenu>li>a
{
   background: #5D732B;
   background: linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   background: -webkit-linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   background: -moz-linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   background: -o-linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   background: -ms-linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   background: linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   -svg-background: linear-gradient(top, #60762D 0, #637A2E 40%, #637A2E 70%, #2D3715 100%) no-repeat;
   -webkit-border-radius:3px 0 0;
   -moz-border-radius:3px 0 0;
   border-radius:3px 0 0;
   padding:0 8px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 31px;
   cursor: pointer;
   text-decoration: none;
   color: #FFFFFF;
   line-height: 31px;
   text-align: center;
}

.wilgolf-hmenu a, 
.wilgolf-hmenu a:link, 
.wilgolf-hmenu a:visited, 
.wilgolf-hmenu a.active, 
.wilgolf-hmenu a:hover
{
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
}

ul.wilgolf-hmenu>li>a.active
{
   background: #FFFFFF;
   background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -webkit-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -moz-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -o-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -ms-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   -svg-background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   -webkit-border-radius:3px 0 0;
   -moz-border-radius:3px 0 0;
   border-radius:3px 0 0;
   padding:0 8px;
   margin:0 auto;
   color: #364319;
}

ul.wilgolf-hmenu>li>a:hover, .desktop ul.wilgolf-hmenu>li:hover>a
{
   background: #FFFFFF;
   background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -webkit-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -moz-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -o-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: -ms-linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   -svg-background: linear-gradient(top, #D6D6D6 0, #DBDBDB 40%, #DBDBDB 70%, #A6A6A6 100%) no-repeat;
   -webkit-border-radius:3px 0 0;
   -moz-border-radius:3px 0 0;
   border-radius:3px 0 0;
   padding:0 8px;
   margin:0 auto;
}
ul.wilgolf-hmenu>li>a:hover, 
.desktop ul.wilgolf-hmenu>li:hover>a {
   color: #5D732B;
}

ul.wilgolf-hmenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left:  -2px;
   width:2px;
   height: 31px;
   background: url('images/menuseparator.png') center center no-repeat;
}
ul.wilgolf-hmenu>li:first-child:before{
   display:none;
}

ul.wilgolf-hmenu li li a
{
   background: #E0E0E0;
   background: transparent;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   padding:0 8px;
   margin:0 auto;
}
ul.wilgolf-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 0;
   margin-bottom: 0;
}

.desktop ul.wilgolf-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.wilgolf-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.wilgolf-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 24px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 24px;
   color: #696969;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   margin:0;
}

.wilgolf-hmenu ul a:link, 
.wilgolf-hmenu ul a:visited, 
.wilgolf-hmenu ul a.active, 
.wilgolf-hmenu ul a:hover
{
   text-align: left;
   line-height: 24px;
   color: #696969;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   margin:0;
}

ul.wilgolf-hmenu ul li a:hover, .desktop ul.wilgolf-hmenu ul li:hover>a
{
   background: #CAE2D8;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin:0 auto;
}

.wilgolf-hmenu ul li a:hover
{
   color: #000000;
}

.desktop .wilgolf-hmenu ul li:hover>a
{
   color: #000000;
}

ul.wilgolf-hmenu ul:before
{
   background: #FFFFFF;
   -webkit-border-radius:0 0 3px 3px;
   -moz-border-radius:0 0 3px 3px;
   border-radius:0 0 3px 3px;
   border:1px solid #737373;
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop ul.wilgolf-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop ul.wilgolf-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.wilgolf-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
}

.desktop ul.wilgolf-hmenu>li>ul
{
   padding: 12px 32px 32px 32px;
   margin: -10px 0 0 -30px;
}

.desktop ul.wilgolf-hmenu ul ul
{
   padding: 32px 32px 32px 14px;
   margin: -32px 0 0 -9px;
}

.desktop ul.wilgolf-hmenu ul.wilgolf-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop ul.wilgolf-hmenu ul.wilgolf-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop ul.wilgolf-hmenu li li:hover>ul.wilgolf-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop ul.wilgolf-hmenu li li:hover>ul.wilgolf-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop ul.wilgolf-hmenu ul ul.wilgolf-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 32px 32px 32px 14px;
   margin: -32px 0 0 -9px;
}

.desktop ul.wilgolf-hmenu ul ul.wilgolf-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 32px 14px 32px 32px;
   margin: -32px -9px 0 0;
}

.desktop ul.wilgolf-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop ul.wilgolf-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop ul.wilgolf-hmenu ul ul:before
{
   border-radius: 3px;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 12px;
}

.desktop ul.wilgolf-hmenu>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop ul.wilgolf-hmenu>li>ul.wilgolf-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop ul.wilgolf-hmenu>li>ul.wilgolf-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop ul.wilgolf-hmenu ul ul.wilgolf-hmenu-left-to-right:before {
   right: 30px;
   left: 12px;
}
.desktop ul.wilgolf-hmenu ul ul.wilgolf-hmenu-right-to-left:before {
   right: 12px;
   left: 30px;
}

.wilgolf-header
{
   margin:0 auto;
   height: 250px;
   background-image: none;
   background-position: 0 0;
   background-repeat: no-repeat;
   position: relative;
   z-index: auto !important;
}

.responsive .wilgolf-header 
{
   background-image: none;
   background-position: center center;
}

.wilgolf-header>.widget 
{
   position:absolute;
   z-index:101;
}

.wilgolf-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
}

.wilgolf-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.wilgolf-content-layout-row 
{
   display: table-row;
}

.wilgolf-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

/* need only for content layout in post content */ 
.wilgolf-postcontent .wilgolf-content-layout
{
   border-collapse: collapse;
}

.wilgolf-block
{
   padding:2px;
   margin:10px;
}
div.wilgolf-block img
{
   border: none;
   margin: 0;
}

.wilgolf-blockcontent
{
   margin:0 auto;
   color: #1C1C1C;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
.wilgolf-blockcontent table,
.wilgolf-blockcontent li, 
.wilgolf-blockcontent a,
.wilgolf-blockcontent a:link,
.wilgolf-blockcontent a:visited,
.wilgolf-blockcontent a:hover
{
   color: #1C1C1C;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.wilgolf-blockcontent a, .wilgolf-blockcontent a:link
{
   color: #4F4F4F;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
}

.wilgolf-blockcontent a:visited, .wilgolf-blockcontent a.visited
{
   color: #7D7D7D;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
}

.wilgolf-blockcontent a:hover, .wilgolf-blockcontent a.hover
{
   color: #7D7D7D;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}
.wilgolf-block li
{
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   line-height: 125%;
   color: #0D0D0D;
}

.wilgolf-breadcrumbs
{
   margin:0 auto;
}

a.wilgolf-button,
a.wilgolf-button:link,
a:link.wilgolf-button:link,
body a.wilgolf-button:link,
a.wilgolf-button:visited,
body a.wilgolf-button:visited,
input.wilgolf-button,
button.wilgolf-button
{
   text-decoration: none;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: 1px 0 12px rgb(255, 255, 255), 1px 0 12px rgb(255, 255, 255), 0 -1px 12px rgb(255, 255, 255), 0 1px 12px rgb(255, 255, 255), 0 0 22px rgb(0, 0, 0);
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #000000;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 26px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.wilgolf-button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .wilgolf-button
{
   display: block;
   float: left;
}

input, select, textarea, a.wilgolf-search-button span
{
   vertical-align: middle;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: 1px 0 12px rgb(255, 255, 255), 1px 0 12px rgb(255, 255, 255), 0 -1px 12px rgb(255, 255, 255), 0 1px 12px rgb(255, 255, 255), 0 0 22px rgb(0, 0, 0);
}

.wilgolf-block select 
{
   width:96%;
}

input.wilgolf-button
{
   float: none !important;
}

.wilgolf-button.active, .wilgolf-button.active:hover
{
   background: #FFFFFF url('images/activebutton.png') scroll;
   background: linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), -webkit-linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), -moz-linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), -o-linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), -ms-linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   background: linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(251, 251, 251, 0.22) 0, rgba(205, 205, 205, 0.07) 40%, rgba(201, 201, 201, 0.08) 50%, rgba(205, 205, 205, 0.07) 60%, rgba(251, 251, 251, 0.22) 100%) no-repeat, url('images/activebutton.png'), linear-gradient(top, #F2F2F2 0, #D4D4D4 40%, #D1D1D1 50%, #D4D4D4 60%, #F2F2F2 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   border:1px solid #A6A6A6;
   padding:0 15px;
   margin:0 auto;
}
.wilgolf-button.active, .wilgolf-button.active:hover {
   color: #000000 !important;
}

.wilgolf-button.hover, .wilgolf-button:hover
{
   background: #F3F8F1 url('images/hoveredbutton.png') scroll;
   background: linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), -webkit-linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), -moz-linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), -o-linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), -ms-linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   background: linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(249, 252, 248, 0.21) 0, rgba(199, 223, 192, 0.07) 40%, rgba(194, 221, 187, 0.08) 50%, rgba(199, 223, 192, 0.07) 60%, rgba(249, 252, 248, 0.21) 100%) no-repeat, url('images/hoveredbutton.png'), linear-gradient(top, #F0F6EE 0, #CFE4C9 40%, #CCE2C5 50%, #CFE4C9 60%, #F0F6EE 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.34);
   border:1px solid #A6A6A6;
   padding:0 15px;
   margin:0 auto;
}
.wilgolf-button.hover, .wilgolf-button:hover {
   color: #000000 !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   background: #F9FAFB;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   border-width: 0;
   margin:0 auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   width: auto;
   padding: 3px 0;
   color: #3D3D3D !important;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: none;
}
input.wilgolf-error, textarea.wilgolf-error
{
   background: #F9FAFB;
   border:1px solid #E2341D;
   margin:0 auto;
}
input.wilgolf-error, textarea.wilgolf-error {
   color: #3D3D3D !important;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
form.wilgolf-search input[type="text"]
{
   background: #F9FAFB;
   border-radius: 0;
   border:1px solid #CCD6E0;
   margin:0 auto;
   width: 100%;
   padding: 0 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #3D3D3D !important;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
form.wilgolf-search 
{
   background-image: none;
   border: 0;
   display:block;
   position:relative;
   top:0;
   padding:0;
   margin:5px;
   left:0;
   line-height: 0;
}

form.wilgolf-search input, a.wilgolf-search-button
{
   top:0;
   right:0;
}

form.wilgolf-search>input, a.wilgolf-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

form.wilgolf-search input[type="submit"], input.wilgolf-search-button, a.wilgolf-search-button
{
   background: #C7C7C7;
   -webkit-border-radius:0 -1px -1px 0;
   -moz-border-radius:0 -1px -1px 0;
   border-radius:0 -1px -1px 0;
   margin:0 auto;
}
form.wilgolf-search input[type="submit"], input.wilgolf-search-button, a.wilgolf-search-button {
   position:absolute;
   left:auto;
   display:block;
   border: 0;
   top: 1px;
   bottom: 1px;
   right: 	1px;
   padding:0 6px;
   color: #595959 !important;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   cursor: pointer;
}

a.wilgolf-search-button span.wilgolf-search-button-text, a.wilgolf-search-button:after {
   vertical-align:middle;
}

a.wilgolf-search-button:after {
   display:inline-block;
   content:' ';
   height: 100%;
}

a.wilgolf-search-button, a.wilgolf-search-button span,
a.wilgolf-search-button:visited, a.wilgolf-search-button.visited,
a.wilgolf-search-button:hover, a.wilgolf-search-button.hover 
{
   text-decoration: none;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

label.wilgolf-checkbox:before
{
   background: #F9FAFB;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.wilgolf-checkbox
{
   cursor: pointer;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #404040 !important;
}

.wilgolf-checkbox>input[type="checkbox"]
{
   margin: 0 5px 0 0;
}

label.wilgolf-checkbox.active:before
{
   background: #C7C7C7;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.wilgolf-checkbox.hovered:before
{
   background: #E0E0E0;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.wilgolf-radiobutton:before
{
   background: #F9FAFB;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
}
label.wilgolf-radiobutton
{
   cursor: pointer;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   line-height: 12px;
   display: inline-block;
   color: #404040 !important;
}

.wilgolf-radiobutton>input[type="radio"]
{
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

label.wilgolf-radiobutton.active:before
{
   background: #C7C7C7;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

label.wilgolf-radiobutton.hovered:before
{
   background: #E0E0E0;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

.wilgolf-comments
{
   border-top:1px dotted #B5B5B5;
   margin:0 auto;
   margin-top: 25px;
}

.wilgolf-comments h2
{
   color: #292929;
}

.wilgolf-comment-inner
{
   background: #E2E8EE;
   background: transparent;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   padding:7px;
   margin:0 auto;
   margin-left: 94px;
}
.wilgolf-comment-avatar 
{
   float:left;
   width:80px;
   height:80px;
   padding:1px;
   background:#fff;
   border:1px solid #E2E8EE;
}

.wilgolf-comment-avatar>img
{
   margin:0 !important;
   border:none !important;
}

.wilgolf-comment-content
{
   padding:10px 0;
   color: #404040;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-comment
{
   margin-top: 6px;
}

.wilgolf-comment:first-child
{
   margin-top: 0;
}

.wilgolf-comment-header
{
   color: #292929;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 100%;
}

.wilgolf-comment-header a, 
.wilgolf-comment-header a:link, 
.wilgolf-comment-header a:visited,
.wilgolf-comment-header a.visited,
.wilgolf-comment-header a:hover,
.wilgolf-comment-header a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 100%;
}

.wilgolf-comment-header a, .wilgolf-comment-header a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #878787;
}

.wilgolf-comment-header a:visited, .wilgolf-comment-header a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #878787;
}

.wilgolf-comment-header a:hover,  .wilgolf-comment-header a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #878787;
}

.wilgolf-comment-content a, 
.wilgolf-comment-content a:link, 
.wilgolf-comment-content a:visited,
.wilgolf-comment-content a.visited,
.wilgolf-comment-content a:hover,
.wilgolf-comment-content a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-comment-content a, .wilgolf-comment-content a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #696969;
}

.wilgolf-comment-content a:visited, .wilgolf-comment-content a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #545454;
}

.wilgolf-comment-content a:hover,  .wilgolf-comment-content a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #696969;
}

.wilgolf-pager
{
   background: #EFF2F5;
   background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #93A8BE 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #B5B5B5;
   padding:5px;
}

.wilgolf-pager>*:last-child,
.wilgolf-pager>*:last-child:hover
{
   margin-right:0;
}

.wilgolf-pager>span {
   cursor:default;
}

.wilgolf-pager>*
{
   background: #E0E0E0;
   background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #E0E0E0;
   padding:7px;
   margin:0 4px 0 auto;
   position:relative;
   display:inline-block;
   margin-left: 0;
}

.wilgolf-pager a:link,
.wilgolf-pager a:visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   color: #212121
;
}

.wilgolf-pager .active
{
   background: #B6BFC9;
   background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   background: -webkit-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   background: -moz-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   background: -o-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   background: -ms-linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   -svg-background: linear-gradient(top, #E5E8EB 0, #8796A6 100%) no-repeat;
   border:1px solid #E0E0E0;
   padding:7px;
   margin:0 4px 0 auto;
   color: #FFFFFF
;
}

.wilgolf-pager .more
{
   background: #E0E0E0;
   background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #ABABAB 100%) no-repeat;
   border:1px solid #E0E0E0;
   margin:0 4px 0 auto;
}
.wilgolf-pager a.more:link,
.wilgolf-pager a.more:visited
{
   color: #212121
;
}
.wilgolf-pager a:hover
{
   background: #C7C7C7;
   background: linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   background: -webkit-linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   background: -moz-linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   background: -o-linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   background: -ms-linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   background: linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   -svg-background: linear-gradient(top, #F0F0F0 0, #9E9E9E 100%) no-repeat;
   border:1px solid #E0E0E0;
   padding:7px;
   margin:0 4px 0 auto;
}
.wilgolf-pager  a:hover,
.wilgolf-pager  a.more:hover
{
   color: #292929
;
}
.wilgolf-pager>*:after
{
   margin:0 0 0 auto;
   display:inline-block;
   position:absolute;
   content: ' ';
   top:0;
   width:0;
   height:100%;
   right: 0;
   text-decoration:none;
}

.wilgolf-pager>*:last-child:after{
   display:none;
}

.wilgolf-commentsform
{
   background: #E2E8EE;
   background: transparent;
   padding:10px;
   margin:0 auto;
   margin-top:25px;
   color: #292929;
}

.wilgolf-commentsform h2{
   padding-bottom:10px;
   margin: 0;
   color: #292929;
}

.wilgolf-commentsform label {
   display: inline-block;
   line-height: 25px;
}

.wilgolf-commentsform input:not([type=submit]), .wilgolf-commentsform textarea {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width:100%;
   max-width:100%;
}

.wilgolf-commentsform .form-submit
{
   margin-top: 10px;
}
.wilgolf-post
{
   background: #FFFFFF;
   -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.1);
   box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
a img
{
   border: 0;
}

.wilgolf-article img, img.wilgolf-article, .wilgolf-block img, .wilgolf-footer img
{
   border: 1px solid #C7C7C7;
   margin: 5px 5px 5px 0;
}

.wilgolf-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.wilgolf-article table, table.wilgolf-article
{
   border-collapse: collapse;
   margin: 1px;
}

.wilgolf-post .wilgolf-content-layout-br
{
   height: 0;
}

.wilgolf-article th, .wilgolf-article td
{
   padding: 2px;
   border: dashed 1px #C7C7C7;
   vertical-align: top;
   text-align: left;
}

.wilgolf-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

.preview-cms-logo
{
   border: 0;
   margin: 1em 1em 0 0;
   float: left;
}

.image-caption-wrapper
{
   padding: 5px 5px 5px 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper img
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper div.wilgolf-collage
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper p
{
   font-size: 80%;
   text-align: right;
   margin: 0;
}

.wilgolf-postmetadataheader
{
   background: #C7C7C7;
   background: rgba(199, 199, 199, 0.8);
   margin:0 auto;
   position:relative;
   z-index:1;
   padding: 1px;
}

.wilgolf-postheader
{
   color: #2B2B2B;
   margin: 15px 0 5px 10px;
   font-size: 22px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postheader a, 
.wilgolf-postheader a:link, 
.wilgolf-postheader a:visited,
.wilgolf-postheader a.visited,
.wilgolf-postheader a:hover,
.wilgolf-postheader a.hovered
{
   font-size: 22px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}

.wilgolf-postheader a, .wilgolf-postheader a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #595959;
}

.wilgolf-postheader a:visited, .wilgolf-postheader a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #6E6E6E;
}

.wilgolf-postheader a:hover,  .wilgolf-postheader a.hovered
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   text-align: left;
   color: #828282;
}

.wilgolf-postheadericons,
.wilgolf-postheadericons a,
.wilgolf-postheadericons a:link,
.wilgolf-postheadericons a:visited,
.wilgolf-postheadericons a:hover
{
   font-size: 11px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #3B3B3B;
}

.wilgolf-postheadericons
{
   padding: 1px;
   margin: 0 0 0 10px;
}

.wilgolf-postheadericons a, .wilgolf-postheadericons a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #171717;
}

.wilgolf-postheadericons a:visited, .wilgolf-postheadericons a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #454545;
}

.wilgolf-postheadericons a:hover, .wilgolf-postheadericons a.hover
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   color: #5E5E5E;
}

.wilgolf-postdateicon:before
{
   content:url('images/postdateicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .wilgolf-postdateicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-postpdficon:before
{
   content:url('images/postpdficon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .wilgolf-postpdficon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-postprinticon:before
{
   content:url('images/postprinticon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .wilgolf-postprinticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-postemailicon:before
{
   content:url('images/postemailicon.png');
   margin-right:6px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .wilgolf-postemailicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-postcontent ul>li:before,  .wilgolf-post ul>li:before,  .wilgolf-textblock ul>li:before
{
   content:url('images/postbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .wilgolf-postcontent ul>li:before, .opera   .wilgolf-post ul>li:before, .opera   .wilgolf-textblock ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-postcontent li, .wilgolf-post li, .wilgolf-textblock li
{
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   color: #404040;
   margin: 0 0 0 9px;
}

.wilgolf-postcontent ul>li, .wilgolf-post ul>li, .wilgolf-textblock ul>li, .wilgolf-postcontent ol, .wilgolf-post ol, .wilgolf-textblock ol
{
   padding: 0;
}

.wilgolf-postcontent ul>li, .wilgolf-post ul>li, .wilgolf-textblock ul>li
{
   padding-left: 16px;
}

.wilgolf-postcontent ul>li:before,  .wilgolf-post ul>li:before,  .wilgolf-textblock ul>li:before
{
   margin-left: -16px;
}

.wilgolf-postcontent ol, .wilgolf-post ol, .wilgolf-textblock ol, .wilgolf-postcontent ul, .wilgolf-post ul, .wilgolf-textblock ul
{
   margin: 1em 0 1em 9px;
}

.wilgolf-postcontent li ol, .wilgolf-post li ol, .wilgolf-textblock li ol, .wilgolf-postcontent li ul, .wilgolf-post li ul, .wilgolf-textblock li ul
{
   margin: 0.5em 0 0.5em 9px;
}

.wilgolf-postcontent li, .wilgolf-post li, .wilgolf-textblock li
{
   margin: 0 0 0 0;
}

.wilgolf-postcontent ol>li, .wilgolf-post ol>li, .wilgolf-textblock ol>li
{
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.wilgolf-postcontent ul>li, .wilgolf-post ul>li, .wilgolf-textblock ul>li
{
   /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
   overflow-y: hidden;
}

blockquote
{
   background: #F2F2F2 url('images/postquote.png') no-repeat scroll;
   padding:12px 12px 12px 49px;
   margin:0 0 0 15px;
   color: #121212;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: italic;
   text-align: left;
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}
blockquote a, .wilgolf-postcontent blockquote a, .wilgolf-blockcontent blockquote a, .wilgolf-footer blockquote a,
blockquote a:link, .wilgolf-postcontent blockquote a:link, .wilgolf-blockcontent blockquote a:link, .wilgolf-footer blockquote a:link,
blockquote a:visited, .wilgolf-postcontent blockquote a:visited, .wilgolf-blockcontent blockquote a:visited, .wilgolf-footer blockquote a:visited,
blockquote a:hover, .wilgolf-postcontent blockquote a:hover, .wilgolf-blockcontent blockquote a:hover, .wilgolf-footer blockquote a:hover
{
   color: #121212;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: italic;
   text-align: left;
}

/* Override native 'p' margins*/
blockquote p,
.wilgolf-postcontent blockquote p,
.wilgolf-blockcontent blockquote p,
.wilgolf-footer blockquote p
{
   margin: 0;
   margin: 2px 0 2px 15px;
}

.wilgolf-postmetadatafooter
{
   background: #C7C7C7;
   background: rgba(199, 199, 199, 0.8);
   border:1px solid #B5B5B5;
   margin:0 auto;
   position:relative;
   z-index:1;
   padding: 1px;
}

.wilgolf-postfootericons,
.wilgolf-postfootericons a,
.wilgolf-postfootericons a:link,
.wilgolf-postfootericons a:visited,
.wilgolf-postfootericons a:hover
{
   font-size: 11px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   color: #4A4A4A;
}

.wilgolf-postfootericons
{
   padding: 1px;
   margin: -5px 0 0 10px;
}

.wilgolf-postfootericons a, .wilgolf-postfootericons a:link
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #171717;
}

.wilgolf-postfootericons a:visited, .wilgolf-postfootericons a.visited
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
   color: #454545;
}

.wilgolf-postfootericons a:hover, .wilgolf-postfootericons a.hover
{
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
   color: #757575;
}

.wilgolf-postcommentsicon:before
{
   content:url('images/postcommentsicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .wilgolf-postcommentsicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.wilgolf-footer
{
   background: #000000 url('images/footer.png') scroll;
   background: linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   background: -webkit-linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), -webkit-linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   background: -moz-linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), -moz-linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   background: -o-linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), -o-linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   background: -ms-linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), -ms-linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   background: linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   -svg-background: linear-gradient(top, rgba(134, 134, 134, 0.23) 0, rgba(0, 0, 0, 0.16) 100%) no-repeat, url('images/footer.png'), linear-gradient(top, #595959 0, #000000 100%) no-repeat;
   margin:-20px auto 0;
   position: relative;
   color: #FFFFFF;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-align: center;
}

.wilgolf-footer a,
.wilgolf-footer a:link,
.wilgolf-footer a:visited,
.wilgolf-footer a:hover,
.wilgolf-footer td, 
.wilgolf-footer th,
.wilgolf-footer caption
{
   color: #FFFFFF;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer p 
{
   padding:0;
   text-align: center;
}

.wilgolf-footer a,
.wilgolf-footer a:link
{
   color: #FFFFFF;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}

.wilgolf-footer a:visited
{
   color: #FFFFFF;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}

.wilgolf-footer a:hover
{
   color: #E2341D;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}

.wilgolf-footer h1
{
   color: #A6A6A6;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer h2
{
   color: #B5B5B5;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer h3
{
   color: #B5B5B5;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer h4
{
   color: #C7C7C7;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer h5
{
   color: #C7C7C7;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer h6
{
   color: #C7C7C7;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.wilgolf-footer img
{
   border: none;
   margin: 0;
}

.wilgolf-rss-tag-icon
{
   background:  url('images/footerrssicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.wilgolf-rss-tag-icon:empty
{
   vertical-align: middle;
}

.wilgolf-facebook-tag-icon
{
   background:  url('images/footerfacebookicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.wilgolf-facebook-tag-icon:empty
{
   vertical-align: middle;
}

.wilgolf-twitter-tag-icon
{
   background:  url('images/footertwittericon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.wilgolf-twitter-tag-icon:empty
{
   vertical-align: middle;
}

.wilgolf-footer li
{
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 125%;
   color: #D4D4D4;
}

.wilgolf-page-footer, 
.wilgolf-page-footer a,
.wilgolf-page-footer a:link,
.wilgolf-page-footer a:visited,
.wilgolf-page-footer a:hover
{
   font-family: Arial;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #FFFFFF;
}

.wilgolf-page-footer
{
   position: relative;
   z-index: auto !important;
   padding: 1em;
   text-align: center !important;
   text-decoration: none;
   color: #A6A6A6;
}

.wilgolf-lightbox-wrapper 
{
   background: #333;
   background: rgba(0, 0, 0, .8);
   bottom: 0;
   left: 0;
   padding: 0 100px;
   position: fixed;
   right: 0;
   text-align: center;
   top: 0;
   z-index: 1000000;
}

.wilgolf-lightbox,
.wilgolf-lightbox-wrapper .wilgolf-lightbox-image
{
   cursor: pointer;
}

.wilgolf-lightbox-wrapper .wilgolf-lightbox-image
{
   border: 6px solid #fff;
   border-radius: 3px;
   display: none;
   max-width: 100%;
   vertical-align: middle;
}

.wilgolf-lightbox-wrapper .wilgolf-lightbox-image.active
{
   display: inline-block;
}

.wilgolf-lightbox-wrapper .lightbox-error
{
   background: #fff;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 80px;
   opacity: .95;
   padding: 20px;
   position: fixed;
   width: 300px;
   z-index: 100;
}

.wilgolf-lightbox-wrapper .loading
{
   background: #fff url('images/preloader-01.gif') center center no-repeat;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 32px;
   opacity: .5;
   padding: 10px;
   position: fixed;
   width: 32px;
   z-index: 10100;
}

.wilgolf-lightbox-wrapper .arrow
{
   cursor: pointer;
   height: 100px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   width: 82px;
   z-index: 10003;
}

.wilgolf-lightbox-wrapper .arrow.left
{
   left: 9px;
}

.wilgolf-lightbox-wrapper .arrow.right
{
   right: 9px;
}

.wilgolf-lightbox-wrapper .arrow:hover
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.wilgolf-lightbox-wrapper .arrow.disabled 
{
   display: none;
}

.wilgolf-lightbox-wrapper .arrow-t, 
.wilgolf-lightbox-wrapper .arrow-b
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   left: 26px;
   position: relative;
   width: 30px;
}

.wilgolf-lightbox-wrapper .arrow-t
{
   top: 38px;
}

.wilgolf-lightbox-wrapper .arrow-b
{
   top: 50px;
}

.wilgolf-lightbox-wrapper .close
{
   cursor: pointer;
   height: 22px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   right: 39px;
   top: 30px;
   width: 22px;
   z-index: 10003;
}

.wilgolf-lightbox-wrapper .close:hover 
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.wilgolf-lightbox-wrapper .close .cw, 
.wilgolf-lightbox-wrapper .close .ccw
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   position: absolute;
   left: -4px;
   top: 8px;
   width: 30px;
}

.wilgolf-lightbox-wrapper .cw
{
   transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   /* IE 9 */
    -webkit-transform: rotate(45deg);
   /* Safari and Chrome */
    -o-transform: rotate(45deg);
   /* Opera */
    -moz-transform: rotate(45deg);
/* Firefox */}

.wilgolf-lightbox-wrapper .ccw
{
   transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   /* IE 9 */
    -webkit-transform: rotate(-45deg);
   /* Safari and Chrome */
    -o-transform: rotate(-45deg);
   /* Opera */
    -moz-transform: rotate(-45deg);
/* Firefox */}

.wilgolf-lightbox-wrapper .close-alt, 
.wilgolf-lightbox-wrapper .arrow-right-alt, 
.wilgolf-lightbox-wrapper .arrow-left-alt 
{
   color: #fff;
   display: none;
   font-size: 2.5em;
   line-height: 100%;
}

.ie8 .wilgolf-lightbox-wrapper .close-alt, 
.ie8 .wilgolf-lightbox-wrapper .arrow-right-alt, 
.ie8 .wilgolf-lightbox-wrapper .arrow-left-alt 
{
   display: block;
}

.ie8 .wilgolf-lightbox-wrapper .cw, 
.ie8 .wilgolf-lightbox-wrapper .ccw 
{
   display: none;
}

.wilgolf-content-layout .wilgolf-sidebar1
{
   background: #FFFFFF url('images/sidebar1glare.png') top center no-repeat scroll;
   background: rgba(255, 255, 255, 0.6) url('images/sidebar1glare.png') top center no-repeat scroll;
   margin:0 auto;
   width: 200px;
}

.wilgolf-content-layout .wilgolf-content
{
   margin:0 auto;
}

/* Begin Additional CSS Styles */
.wilgolf-blockheader .t, .wilgolf-vmenublockheader .t {white-space: nowrap;}
/* End Additional CSS Styles */
