body {
    font-family: 'Lato', sans-serif !important;
    min-width: 1000px;
	/* background: url("/img/main-layout/fullbg.jpg"); */
	background-color: #FFF/* ECE1CB */ !important;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
}
h2 {
    text-align:center !important;
}
#mbLB1 {
    display: inline-block !important; 
    float: right !important; 
    margin: 15px 10px 0 10px !important;
}
.alert-success {
    background-color:#CEE9CE !important;
}
.alert-header {
    color:#00561D !important;
    padding: 8px 0 8px 0 !important;
}
.info-header {
    color:#00561D !important;
    padding: 8px 0 8px 0 !important;
    font-size: 20px;
}
.item {
    width:100%;
    height:550px;
}
.image-slides {
    width:100% !important;
    height:550px;    
}
.image-slide5 {
    width:100% !important;
    height:550px;    
}
.footer-text a{
    color:#FFF !important;
}
.footer-text {
    color:#AAA !important;
    background-color:#333 !important;
}
/* style the nav bar */
.navbar {
    margin-bottom:0px !important;
    border-radius:0px !important;
}
.navbar .nav {
    margin: 0 !important;
}
  .navbar-inner {
    background:#333 !important;
    border-radius:0 !important;
  }
  
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse {
    background-color:#333 !important;
    color: #FFF !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover {
      background: #000 !important;
      color:#FFF !important;
  }

  .navbar-inverse a:active {
    background-color:#FFF !important;
    color: #376300 !important;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
      background: #333 !important;
      color:#FFF !important;
  }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
  .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
  .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
      background: #000 !important;
      color:#FFF !important;
  }

  .info_block {
      font-size: 16px;
      text-align:center;
  }
@media (max-width: 1199px) {
    .span25 {
            width: 18.27% !important;
    }
    .span4 {
        width: 25% !important;
        margin-left:30px;
    }
}
@media (min-width: 1200px) {
    .span25 {
            width: 17.92% !important;
    }
    .span4 {
        width: 25% !important;
        margin-left:95px !important;
    }

}

.container {
    max-width: 1400px !important;
    width: auto !important;
}
.landing {
    max-width: 100% !important;
    width: auto !important;    
}

.top_left_main_logo {
    margin: 10px 10px 0 10px;
    width: 382px;
    height: 99px;
    transition-duration: .2s;
}

@media (max-width: 1100px) {
    .top_left_main_logo {
        width: 200px;
        height: 52px;
        margin-top: 33px;
        transition-duration: .2s;
    }
    body {
        min-width: 100% !important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .top_left_main_logo {
        width: 300px;
        height: 79px;
        margin-top: 20px;
        transition-duration: .2s;
    }
}
.btn-navbar {
    float:left !important;
}

/* Additional Responsiveness */

@media (max-width: 1000px) {
  body {
    min-width: 100% !important;
  }
  blockquote {
    width:100% !important;
  }
  .gr-4.no-border {
    width: 90% !important;
  }
  .slide {
    width:100% !important;
}
  .alert-success {
      width:100% !important;
  }
  .alert-success .alert-header {
    width:100% !important;
    font-size: 18px;
    float:left !important;
  }
  .alert {
      width:100% !important;
      padding: 8px 13px !important;
  }
  .gr-4 {
      width:100% !important;
  }
}
@media (max-width:979px) {
    .slide {
      width:100% !important;      
    }
    .item {
        height:auto !important;
    }
    .image-slides .image-slide5 .front-slide {
        width:100%;
        height:550px;
    }
    .nav {
        float:none !important;
    }
    .navbar .btn-navbar {
      display: none;
      float: left;
      padding: 7px 10px;
      margin-right: 5px;
      margin-left: 5px;
      color: #ffffff;
   }
    .dropdown-menu {
      background: #777 !important;
      color: #FFF !important;
  }
  .dropdown-menu a {
      color:#333 !important;
  }
    .nav-collapse .nav > li > a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
      background: #000 !important;
      color:#FFF !important;
    }
}

@media (min-width: 700px) and (max-width: 979px) {
    .item {
        height:auto !important;
    } 
    .image-slides {
        width:100%;
    }
    .image-slides .image-slide5 .front-slide {
        width:100%;
        height:550px;
    }    
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse {
      margin-left: -21px !important;
  }
    .info_block {
      font-size: 22px;
      text-align:left;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
    body {
      min-width: 100% !important;
      padding-left: 3px !important;
      padding-right: 0 !important;
    }  
    .slide {
      width:100% !important;
    }    
    .span4 {
        width: 100% !important;
        margin:0 auto !important;
    }
    .alert-success {
        width:100% !important;
        margin:5px !important;
        text-align:left !important;
    }
    .nav {
        width:100% !important;
        padding-left:50px !important;
    }
    #myCarousel {
        width:100% !important;
    }
    .carousel .carousel slide .carousel-inner .carousel-caption {
        width:100% !important;
    }
    #mbLB1 {
        width:20% !important;
        height:auto !important;
        display: inline-block !important; 
        float: right !important; 
        margin: 15px 10px 0 10px !important;
    }
    .landing {
        max-width: 100% !important;
    }

    .alert-success .info-header {
      width:100% !important;
      margin:0 auto !important;
      float:left !important;
      font-size: 32px !important;
    }
    .alert {
      width:97% !important;
    }
    .info_block {
      font-size: 22px;
      text-align:left;
    }
    .image-slides .slide5 {
        height:550px !important;
    }
    
    .front-slide {
        height:550px !important;
    }
}
@media (max-width: 699px) {
    body {
      min-width: 100% !important;
      padding-left: 3px !important;
      padding-right: 0 !important;
    }
    .slide {
      width:100% !important;
    }
    .item {
        height:auto !important;
    }
    .image-slides {
        width:100%;
        height:354px;
    }
    .front-slide {
        width:100%;
        height: 354px;
    }
    .image-slide5 {
        width:100%;
        height:354px;
    }
    .span4 {
        width:100% !important;
        margin:0 !important;
        float:left !important;
        text-align:left !important;
    }
    .center {
        width:100% !important;
    }
    .nav {
        
        padding-left:0% !important;
    }
    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse {
      background-color:#333 !important;
      color: #FFF !important;
      margin-left: 0 !important;
    }    
    #myCarousel {
        width:100% !important;
        height:auto !important;
    }
    .carousel .carousel slide .carousel-inner .carousel-caption {
        width:100% !important;
        height:auto !important;
    }
    .landing {
        max-width: 100% !important;
        width: auto !important;    
    }
    .alert-success .info-header {
      width:100% !important;
      margin:0 auto !important;
      float:left !important;
      font-size: 32px !important;
    }
    .alert {
        width:100% !important;
        padding: 8px 0 !important;
    }
    .info_block {
      font-size: 22px;
      text-align:left;
    }
    .img-rounded {
        width: 95% !important;
    }
    .course_text {
        position: absolute;
        vertical-align: top;
        left:0px;
    }
    .state_text {
        position: absolute;
        bottom:50px !important;
        font-size:24px;
        color: #FFF;
    }
}
@media (max-width:599px) {
    .image-slides {
        width:100%;
        height:300px;
    }
    .front-slide {
        width: 100%;
        height: 300px;
    }
    .image-slide5 {
        width:100%;
        height: 300px;
    }
    .cmb_text .sm_checkmark_box {
        width: 95%;
    }
    .checkmark_box {
        width: 95%;
    }
    .course_text {
        position: absolute;
        vertical-align: top;
        top: 0px;
    }
    .state_text {
        position: absolute;
        bottom:50px !important;
        font-size:18px;
        color: #FFF;
    }
    .carousel-caption {
        position: absolute !important;
        margin: -190px 25px 0 48px !important;
        z-index: 10 !important;
    }
    .hero-unit {
        width:100% !important;
        padding: 0 0 0 5px !important;
    }
    .cmb_text {
        width:100% !important;
    }
}
.fancy_poiret {
	font-family: 'Poiret One', sans-serif;
}

.fancy_robato {
	font-family: 'Roboto', sans-serif;
}

.fancy_lato {
	font-family: 'Lato', sans-serif;
}

a:link, a:visited, a:active {
	color: #376300;
}

a:hover {
	color: #7EE600;
}

.alert-header {
    text-align: center;
    font-size: 18px;
    padding: 8px 0 8px 5px !important;
    margin-bottom: 0px !important;
}

.green_links {
    display: block;
}

.green_links > a {
    display: block;
    background: #EBF6EB;
    padding: 5px;
}

.green_links > a:hover {
    background: #779F68;
    text-decoration: none;
    color: #fff;
}

.checkbox label {
	margin: 6px 3px;
	width: auto;
}

div.no-bold-label label {
	font-weight: normal;
}

/* Fix the date elements */
div.input.date select {
	float: none;
	width: auto;
}

li.left {
	margin-left: 12em;
	margin-bottom: 1em;
}

ol, ul {
	margin: 1em 0 1em 3em;
}

p img.border {
	border: #c6c6c6 1px solid;
	margin: 1em;
	padding: .5em;
}

/* Begin General Layout */
#container {
	background: white;
	margin: auto;
	padding-bottom: 6px;
	width: 1016px;
}

#content {
	width: 100%;
	position: relative;
}

#course-search div.input, #course-search .submit {
	clear: none;
	float: left;
}

#course-search select, #course-search input {
	font-size: 12px;
	margin: 0;
}

#course-search .submit {
	margin-left: 5px;
}

#course-search p {
	clear: both;
	margin: .5em 0;
}

/* Grid-Specific Boxes */
.col-1, .col-2, .col-3, .col-4 {
	float: left;
	margin: 0;
	padding: 0;
	
}

.col-1 {
	width: 252px;
}

.col-2 {
	width: 504px;
}

.col-3 {
	width: 756px;
}

.col-4 {
	width: 1008px;
}

.gr-1, .gr-2, .gr-3, .gr-4 {
	border: #c6c6c6 1px solid;
	float: left;
	margin: 4px 0px 4px 8px;
	padding: 4px;
}

.gr-1.no-border, .gr-2.no-border, .gr-3.no-border, .gr-4.no-border {
    border: none;
	padding: 0;
}

.gr-1 {
	width: 234px;
}

.gr-1 h3 {
	background: #457D00;
	color: white;
	font-size: 18px;
	text-align: center;
}

.gr-1 label {
	width: auto;
}

.gr-1 li {
	list-style: none;
}

.gr-1 li, .gr-1 p {
	margin: 1em .5em;
}

.gr-1 ul {
	margin: 0;
}

.gr-1.no-border {
	width: 244px;
}

.gr-2 {
	width: 486px;
}

.gr-2.no-border {
	width: 496px;
}

.gr-3 { 
	padding: 10px;
	width: 726px;
}

.gr-3.no-border {
	width: 748px;
}

.gr-4 {
	width: 990px;
}

.gr-4.no-border {
	border: none;
	padding: 0;
	width: 1000px;
}

.left-dashed {
	border-left: #ccc 1px dashed !important;
}

/* Standard Classes */

.div_area {
	float: left;
	margin-bottom: 10px;
}


img.img-left{
	float: left;
	margin-right: 15px;
	 
}

img.img-right {
	float: right;
	margin-left: 15px;

}

.div_newsletter_area {
	float: 			left;
	margin-bottom: 	10px;
	width:			100%;
}


img.newsletter-img-left {
	float: 			left;
	margin-right: 	15px;
	height: 		150px;
	width: 			200px;
}

img.newsletter-img-right {
	float: 			right;
	margin-left: 	15px;
	height: 		150px;
	width: 			200px;
}

.indent {
	text-indent: 3em;
}

.green {
	color: green;
}

.red {
	color: red;
}

.paypal{
	width: 50px;
	height: 50px;
	float: right;
	border: 5em;
}

.hidden{
	display: none;
}

#rotating-item-wrapper {
    display: inline-block;
    position: relative;
    width: 1016px;
    height: 250px;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
	width: 1016px;
	height: 250px;
}

/* Carousel */

.carousel {
  position: relative;
  margin-bottom: 0 !important;
  line-height: 1;
}
.right-arrow {
    left: auto !important;
    right: 15px !important;
    padding-left: 2px !important;
}
.left-arrow {
    padding-right: 2px !important;
}


/* member benefits */
.mb_left {
/*	 background: url('/app/webroot/img/main/golfer.jpg');  */
	background-position: center top;
	background-repeat: no-repeat;
}

.mb_right {
	padding: 0 25px;
	border-left: #bcbcbc 1px dashed;
}

.checkmark_box {
	padding-left: 25px;
}

.checkmark_box .cmb_icon {
	float: left;
}

.checkmark_box .cmb_text {
	float: left;
	vertical-align: top;
	padding: 8px;
	width: 400px;
}

.checkmark_box i {
	color: #070;
}

/* member benefits small */
.sm_mb_left {
	background: url('/app/webroot/img/main/golfer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.sm_mb_right {
	padding: 0 25px;
	border-left: #bcbcbc 1px dashed;
	width: 300px;
	float: left;
}

.sm_checkmark_box {
	padding-left: 15px;
}

.sm_checkmark_box .sm_cmb_icon {
	float: left;
}

.sm_checkmark_box .sm_cmb_text {
	float: left;
	vertical-align: top;
	padding: 8px;
	width: 230px;
}

.sm_checkmark_box i {
	color: #070;
}

/* overall header */
.n_bar {
	display: block;
	text-align: center;
	padding-left: 9px;
	background: #95BCC0;
}

.n_bar > a {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 5px;
	font-size: 16px;
	color: #2D4042;
}

.n_bar > a:hover {
	text-decoration: none;
	background: #4C6163;
	color: #FFF;
}

.sn_bar {
	background: #C4D8BC;
	display: block;
	text-align: center;
	padding-right: 5px;
}

.sn_bar > a {
	display: inline-block;
	padding: 10px;
}

.sn_bar > a:hover {
	background: #4F7241;
	color: #fff;
	text-decoration: none;
}

.ul nav {
	background: #C4D8BC;
	display: inline;
	text-align: center;
	padding-right: 5px;
}

.ul nav > a {
	display: inline-block;
	padding: 10px;
}

.sn_bar > a:hover {
	background: #4F7241;
	color: #fff;
	text-decoration: none;
}
.heading {
    background: #dff0d8;
    color: #468847;
    display: block;
    text-align: left;
    padding:8px;
    border-radius: 5px;
    font-size:1.2em;
}

/* overall footer */
.f_bar {
	background: #CEE9CE;
	display: block;
	text-align: right;
        border-radius: 0 !important;
}

.f_bar .f_but {
	display: inline-block;
	padding: 10px;
}

.f_bar .f_but:hover {
	background: #567656;
	color: #FFF;
	text-decoration: none;
}

.fb-like {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

.fb-icon {
	float: left;
	margin-top: 6px;
	margin-left: 8px;
}

.fb-icon i {
	color: #3B5998;
}

.fb-icon:hover {
	text-decoration: none;
}

/* course directory */
.course_directory_template {
	background-image: url('/app/webroot/img/courses/course_directory_template.png');
	display: block;
	height: 125px;
}

.course_directory_template > div {
	display: block;
	position: relative;
	height: 125px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 61%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,1) 89%, rgba(0,0,0,1) 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(61%,rgba(0,0,0,0)), color-stop(69%,rgba(0,0,0,0.29)), color-stop(89%,rgba(0,0,0,1)), color-stop(92%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.course_directory_template .course_text {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 24px;
}

.course_directory_template .course_button {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 24px;
}

.course_landing_template {
	background-image: url('/app/webroot/img/courses/course_directory_template.jpg');
	display: block;
	width: 575px;
	height: 85px;
	float: right;
}

.course_landing_template > div {
	display: block;
	position: relative;
	width: 575px;
	height: 85px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 61%, rgba(0,0,0,0.29) 69%, rgba(0,0,0,1) 89%, rgba(0,0,0,1) 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(61%,rgba(0,0,0,0)), color-stop(69%,rgba(0,0,0,0.29)), color-stop(89%,rgba(0,0,0,1)), color-stop(92%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 61%,rgba(0,0,0,0.29) 69%,rgba(0,0,0,1) 89%,rgba(0,0,0,1) 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.course_landing_template .course_text {
	position: absolute;
	right: 10px;
	bottom: 34px;
	color: #fff;
	font-size: 24px;
}

.course_landing_template .course_button {
	position: absolute;
	left: 10px;
	bottom: 28px;
	color: #fff;
	font-size: 24px;
}

/* stuck to the sides */
.fb_float {
	position: fixed;
	right: 5px;
	bottom: 5px;
    z-index: -1;
}

/* utility classes */
.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
        padding:0px;
}
.right-alignment {
    text-align: right !important;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.white {
    background: #fff;
}

.shadowy {
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
}

#flashMessage, .error-message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	text-align: center;
}

/* jquery ui override */
.ui-corner-tl, .ui-corner-tr, .ui-corner-bl, .ui-corner-br {
	border-radius: 0px !important;
}

.ui-widget-header {
	background: #DFF0D8 !important;
	color: #000 !important;
	border: 0 !important;
}

.ui-state-default {
	background: #C2EBAF !important;
	color: #000 !important;
	font-weight: normal !important;
	border: 0 !important;
}

.ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #fbf5d0 !important;
}

/* bootstrap extensions */
.btn-gold {
  background-color: hsl(51, 85%, 64%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8eeb3", endColorstr="#f1d955") !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f8eeb3), to(#f1d955)) !important;
  background-image: -moz-linear-gradient(top, #f8eeb3, #f1d955) !important;
  background-image: -ms-linear-gradient(top, #f8eeb3, #f1d955) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8eeb3), color-stop(100%, #f1d955)) !important;
  background-image: -webkit-linear-gradient(top, #f8eeb3, #f1d955) !important;
  background-image: -o-linear-gradient(top, #f8eeb3, #f1d955) !important;
  background-image: linear-gradient(#f8eeb3, #f1d955) !important;
  border-color: #f1d955 #f1d955 hsl(51, 85%, 59%) !important;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33) !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ======================================================================= */
/* Golf Digest Disclaimer Popup  */
/* ======================================================================= */

#backgroundPopupGolfDigestDisclaimer{
	display:			none;
	position:			fixed;
	_position:			absolute; /* hack for internet explorer 6*/
	height:				100%;
	width:				100%;
	top:				0;
	left:				0;
	background:			#000000;
	border:				1px solid #cecece;
	z-index:			5;
}
#popupGolfDigestDisclaimer{
	display:			none;
	position:			fixed;
	_position:			absolute; /* hack for internet explorer 6*/
	width:				500px;
	background:			#FFFFFF;
	border:				2px solid #cecece;
	z-index:			10;
	padding:			12px;
	font-size:			1.0em;
}
#popupGolfDigestDisclaimer h3{
	text-align:			center;
	color:				green;
	font-size:			1.2em;
	font-weight:		bold;
	border-bottom:		2px double green;
	padding-bottom:		2px;
	margin-top:			0;
	margin-bottom:		5px;
}

#popupGolfDigestDisclaimer h4{
	text-align:			left;
	color:				green;
	font-size:			1.1em;
	font-weight:		bold;
	margin-bottom:		5px;
}
