/*#############################################################################

  #1. Base Settings for the stylesheet
  #2. Reset Styles
  #3. Header Styles
  #4. Page Styles
  #5. Footer Styles
  #6. Main Font Styles

##############################################################################*/
/* ==========================================================================
   #1. Base Settings for the stylesheet
   ========================================================================== */
body {
    background: url('../img/body-bg.jpg') no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'droid_sansregular';
	font-size: 14px;
	overflow-y: scroll;
}
/* ==========================================================================
   End of Base Settings for the stylesheet
   ========================================================================== */
/* ==========================================================================
   #2. Reset Styles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'droid_sansregular';
  font-weight: bold;
}
.form-control {
  font-size: 13px;
}
.container {
  max-width: 990px !important;
}
.reset-margin {
  margin: 0 !important;
}
.reset-padding {
  padding: 0 !important;
}
a:focus,
button:focus {
  outline: none;
}
.center {
  margin: 0 auto !important;
}
/* ==========================================================================
   End of Reset Styles
   ========================================================================== */
/* ==========================================================================
   #3. Header Base Styles
   ========================================================================== */
div#header {
  background: url('../img/trans-bg-gr.png') !important;
  padding: 0 15px;
  position: relative;
}
#logo img {
  display: inline-block;  
  margin: 20px 0 15px 0;
}
h1#logo {
  margin: 0 !important;
}

/*##############################
* NAV MENU
##############################*/
nav {
  width: 100%;
}

/*navbar bootsrap override*/
.nav-container {
  position: relative;
  margin-top: 11px;
}
.navbar-default {
  background: transparent;
  border: 0;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
  border: 0;
}
.navbar-header {
  background: none !important;
}
.navbar-nav > .active > a {
  background: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ace160;
  color: #333 !important;
}

.dropdown-menu > li > a:hover {
  background-color: #ace160 !important;
}
.nav > li > a:hover, 
.nav > li > a:focus {
  background-color: none;
  background: none;
}
.nav img.img-responsive {
  float: none !important;
  display: auto !important;
}
/* end of navbar bootsrap override*/
.nav-container {
  position: relative;
  }
ul.nav-menu{
  list-style: none;
  margin: 0 auto;
  display: table;
  padding: 0;
}
ul.nav-menu > li {
  display: inline-block;
  height: 50px;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
}
ul.nav-menu > li > a {
  color: #fff !important;
  text-decoration: none;
  line-height: 50px;
  height: 50px;
  display: block;
  font-family: 'cuprumregular';
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  position: relative;
}

ul.nav-menu > li > a:hover{
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  background: none !important;
}

ul.nav-menu > li:hover > a > span.grass{
  display: block;
}
ul.nav-menu > li > a > span.grass {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  display: none;
}
ul.nav-menu > li > a.active span.grass {
  display: block !important;
}

ul.nav-menu > li > a > span.grass img {
  position: relative;
  vertical-align: bottom;
  bottom: 0px;
  display: inline !important;
}

/***********/
/***Admin*****/
			table#yfg-member-tbl th:hover, table#yfg-golfers-tbl th:hover,
			table#yfg-instructors-tbl th:hover, table#yfg-invites-tbl th:hover,
			table#yfg-subscribers-tbl th:hover, table#yfg-product-purchases-tbl th:hover{
				background-color: #88b40c;
				color: #ffffff;
				border-radius: 5px;
			}
			table#yfg-member-tbl th:first-child, table#yfg-golfers-tbl th:first-child,
			table#yfg-instructors-tbl th:first-child, table#yfg-invites-tbl th:first-child,
			table#yfg-invites-tbl th:last-child,table#yfg-subscribers-tbl th:first-child,
			table#yfg-product-purchases-tbl th:first-child{
				background-color: #ffffff;
				color: #88b40c;
			}
			table#yfg-member-tbl th span, table#yfg-golfers-tbl th span,
			table#yfg-instructors-tbl th span, table#yfg-invites-tbl th span,
			table#yfg-subscribers-tbl th span, table#yfg-product-purchases-tbl th span{
				padding-left: 5px;
				padding-right: 10px;
			}
			table#yfg-member-tbl th, table#yfg-golfers-tbl th,
			table#yfg-instructors-tbl th, table#yfg-invites-tbl th,
			table#yfg-subscribers-tbl th , table#yfg-product-purchases-tbl th{
				padding-left: 10px;
				padding-right: 10px;
			}
			
/******/
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/
  .nav-container {
    margin-top: 10px;
  }
  ul.nav-menu > li > a {
    height: 51px;
  }
  ul.nav-menu > li > a > span.grass img {
  bottom: -1px;
  vertical-align: bottom;
  }

}
/*##############################
* SUBMENU
##############################*/
ul.nav-menu > li > ul.sub-menu {
  display: none;
}
ul.nav-menu > li:hover ul.sub-menu {
  display: block;
}
ul.sub-menu{
  list-style-type: none;
  height: auto;
  position: absolute;
  z-index: 999;
  padding: 0;
  background: #e8e8e8;
  display: block;
  border-top: 4px solid #75ab4a;
}
    
    .about-sub-menu {
        min-width: 200px;
        left: -33%;
        }
    .news-sub-menu {
        min-width: 120px;
        left: -5%;
      }
    .connect-sub-menu {
        min-width: 150px;
        left: -5%;
    }
	.instructor-sub-menu {
        min-width: 110px;
        left: 22%;
    }

ul.sub-menu > li{
  background: none;
  margin: 0;
  display: block;
  
}
ul.sub-menu > li > a{
  background: none;
  color: #666666 !important;
  font-size: 15px;
  display: block;
  text-decoration: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 4px solid transparent;
  font-family: 'cuprumregular';
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
.first-letter {
  font-size: 18px;
}
ul.sub-menu > li a:hover{
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  color: #333333 !important;
  background: #ace160;
}
ul.sub-menu > li a.active {
  background: #ace160;
}


/* ==========================================================================
   End of Header Base Styles
   ========================================================================== */
/* ==========================================================================
   #4. Page Base Styles
   ========================================================================== */
div#main-body {
  /*min-height: 300px;*/
}
div.page-section {
  padding: 40px 0;
  background-color: #ffffff;
  float: left;
  font-family: 'droid_sansregular';
  line-height: 1.7;
  width: 100%;
  color: #333;
  font-size: 14px;
  min-height: 300px;
}
h4.page-heading {
  font-family: 'cuprumregular';
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1em 0;
  font-size: 24px;
  font-weight: normal;
}
/* ==========================================================================
   End of Page Styles
   ========================================================================== */
/* ==========================================================================
   #5. Footer Styles
   ========================================================================== */
div#footer-nav-container {
  padding: 20px 0 0 0;
  background: url('../img/trans-bg-lb.png');
  float: left;
  width: 100%;
  border-top: 4px solid #fcff00;
}
div#footer-nav-container ul {
  padding: 0;
}
ul#fn-main-ul {
  display: table;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
ul#fn-main-ul > li {
  display: inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  width: 178px;
  height: 160px;
  margin: 0px 0px 20px 10px;
  text-align: center;
}
ul#fn-main-ul > li > ul.fn-sub-ul {
  float: left;
  /*text-align: left;*/
  list-style: none;
  width: 96%;
  padding-left: 4%;
  font-size: 14px;
}
ul#fn-main-ul > li > ul.fn-sub-ul > li {
  line-height: 25px;
  color: #fff;
}
ul#fn-main-ul > li > ul.fn-sub-ul > li > a {
  line-height: 25px;
  color: #999999;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;  
}
ul#fn-main-ul > li > ul.fn-sub-ul > li > a:hover,
ul#fn-main-ul > li > ul.fn-sub-ul > li > a:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;  
}
div#copyright {
  color: #666666;
  height: 60px;
  line-height: 55px;
  position: relative;
  padding: 0 15px;
  background: url('../img/trans-bg-db.png');
  font-size: 11px;
    float: left;
  width: 100%;
}
div#copyright a {
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;  
}
div#copyright a:hover,
div#copyright a:focus {
  text-decoration: none;
  color: #999999 !important;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
ul.soc {
  width: auto;
  padding:0;
  margin:0 0 0 -15px;
  float: right;
}
ul.soc li, div.page-section ul.soc li {
  display: inline-block;
  height: 23px;
  line-height: 25px;
  margin: 0px 3px;
  background:none;
}
ul.soc li a {
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
ul.soc li.soc-fb a {
  background:url('../img/sprite-social-2.png');
}
ul.soc li.soc-fb a:hover {
  background:url('../img/sprite-social-2.png') 0px -23px;
}
ul.soc li.soc-li a {
  background:url('../img/sprite-social-2.png') -23px 0px;
}
ul.soc li.soc-li a:hover {
  background:url('../img/sprite-social-2.png') -23px -23px;
}
ul.soc li.soc-tw a {
  background:url('../img/sprite-social-2.png') -46px 0px;
}
ul.soc li.soc-tw a:hover {
  background:url('../img/sprite-social-2.png') -46px -23px;
}
ul.soc li.soc-yt a {
  background:url('../img/sprite-social-2.png') -69px 0px;
}
ul.soc li.soc-yt a:hover {
  background:url('../img/sprite-social-2.png') -69px -23px;
}
ul.soc li.soc-ig a {
  background:url('../img/sprite-social-2.png') -92px 0px;
}
ul.soc li.soc-ig a:hover {
  background:url('../img/sprite-social-2.png') -92px -23px;
}
/* ==========================================================================
   End of Footer Styles
   ========================================================================== */
/* ==========================================================================
   #6. Main Font Styles
   ========================================================================== */
h6 {
  font-size: 13px;
}
.strong {
  font-weight: bold !important;
}
.heading-border {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.shadow {
  -webkit-box-shadow: 0px 10px 4px -3px rgba(50, 50, 50, 0.09);
  -moz-box-shadow:    0px 10px 4px -3px rgba(50, 50, 50, 0.09);
  box-shadow:         0px 10px 4px -3px rgba(50, 50, 50, 0.09);
}
.shadow-green {
  -webkit-box-shadow: 0px 10px 4px -3px #eafbce;
  -moz-box-shadow:    0px 10px 4px -3px #eafbce;
  box-shadow:         0px 10px 4px -3px #eafbce;
}
.hl-orange {
  color: #f8850a !important;
}
.hl-blue {
  color: #4881a3 !important;
}
.hl-red {
  color: #ff3333 !important;
}
.hl-gray {
  color: #666666 !important;
}
.hl-white {
  color: #ffffff !important;
}
.hl-green {
  color: #669900 !important;
}
.hl-lt-green {
  color: #88b40c !important;
}
.hl-dark {
  color: #333333 !important;
}
.hl-light {
  color: #999999 !important;
}
/* ==========================================================================
   End of Main Font Styles
   ========================================================================== */
   
#logo-golf{
	float: right;
	margin: 32px 232px 0px 0px;
}

