body {
  font-family: 'Lato', sans-serif;
  min-width:320px;
  background-color:#fff;
}
@media (max-width: 767px){
body {
  background-color:#EEEEEE;
  }
}

.radio:last-child,
.checkbox:last-child
{
  margin-bottom:7px;
}

.radio:first-child,
.checkbox:first-child
{
  margin-top:0px;
}

.maincontainer a{text-decoration: underline;}
.panel a{text-decoration: none;}
.list-group-item .collapse a,list-group-item .collapse a:hover{text-decoration: underline;}
.social a{text-decoration: none;}
.posttabs a{text-decoration: none;}


.alert-info{
  background-color: #D6DDE0;
}

.boldtext{
  font-weight: 700;
}
.grayboldtext{
  font-weight: 700;
  color:#999;
}
.italicnotes{
  font-style: italic;
  color:#999;
}

h1 {
  font-size: 56px;
  font-weight: 300;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-family: 'Cantarell', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-top:30px;
  margin-bottom:20px;
}


h3 {
  color: #999;
  font-size: 30px;
  font-weight:300;
  text-align: center;
  margin-bottom:0px;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

h5 {
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom:5px;
  margin-top:0px;
}

h6 {
  font-weight: 700;
  color: #333;
  font-size: 24px;
  font-weight:300;
  text-align: center;
  padding-top:10px;
  margin-bottom:0px;
}

.btn-green {
      color: #fff;
      font-weight:700;
      border-color: #A6D45B;
      background-color: #A6D45B;
      min-width:100px;
border-color:rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);      
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .open .dropdown-toggle.btn-green
{
      color: #fff;
      border-color: #749440;
      background-color:#9DC064;
}

.btn-gray {
      color: #fff;
      font-weight:700;
      border-color: #D8D8D8;
      background-color: #D6D6D6;
      min-width:100px;
border-color:rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);      
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .open .dropdown-toggle.btn-gray
{
      color: #fff;
      border-color: #969696;
      background-color:#BFBFBF;
}

.btn-page-container {
    position:relative;
    top:20px;
    margin-bottom:-20px; 
}
.btn-page {

      color: #337ab7;
      font-weight:700;
      border-color: #ccc;
      background-color: #EEE;
      width:100%;

}
.btn-page-container li a{
    text-decoration: none;
    color:#337ab7;
}
.btn-page-container li a:hover{
      color: #2352A1;
}

.bootstrap-select a:focus {
    outline: thin solid #A6D45B !important;
    outline-offset: -2px !important;
}

.dropdown-menu::-webkit-scrollbar {
    width: 20px;
}
.dropdown-menu::-webkit-scrollbar-track {
    background-color: lightgray;
    -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #A6D45B; border: 1px solid #85AA49;
    -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

@media (min-width: 1000px) {
.navbar .navbar-header {
    float: left !important;
  }
}

.navbar{
        -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
        margin:0px;
        border:none;
}

.navbar-center{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
}
.navbar-center a:hover,
.navbar-center a:focus
{
text-decoration: none;
}

.navbar-center .dropdown-menu{
  background-color: #FFFFFF;
  margin-top:4px;
  padding:10px;
  -webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
  
}



.animate{
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.headertop {
    border-bottom: 1px solid #dadada;
    min-width:320px;
    height:45px;

    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,.3); 
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,.3); 
    box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,.3);
    
    background: -webkit-linear-gradient(left, #5F5F5F , #838383 , #333); 
    background: -o-linear-gradient(left,  #5F5F5F , #838383 , #333); 
    background: -moz-linear-gradient(left,  #5F5F5F , #838383 , #333); 
    background: linear-gradient(to right,  #5F5F5F , #838383 , #333); 
}

.iconbtn{
        padding-left: 5px !important;
        padding-right: 5px !important;
}


.headerbtn {
        margin: 0px !important;
        padding-left: 20px;
        padding-right: 20px;
        color: #B5B5B5;
        background-color: transparent;
        border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
        height:44px;
        min-width:60px;
        -webkit-box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);   
        -moz-box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);    
        box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);  
        
}

.socialbtn{
        margin: 0px !important;
        padding-left: 20px;
        padding-right: 20px;
        color: #666;
        background-color: transparent;
        border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
        height:44px;
        min-width:60px;
        -webkit-box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);   
        -moz-box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);    
        box-shadow: inset 0px -4px 0px 0px rgba(133,169,72,1);  
}




.headerbtn:hover, .headerbtn:active, .headerbtn:focus {
	color: #ffffff;
  background-color: #A6D45B;
}

.signedin{
  margin-top:5px;
  color:#fff;
}
.signedin a{
  color:#fff;
}

.accountsignedin{
  margin-top:5px;
  margin-bottom:5px;
  color:#333;
}
.signinpic{
  margin-right:10px;
  width:30px;
  height:30px;
  -webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;
}
.social{
display: inline-block;
}

.social .fa{
margin-right:5px;
}
.social .headerbtn{
min-width:102px;
}

.social .headerbtn{
padding-top:12px;
}
.social .headerbtn:hover{
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,.1);   
-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,.1);    
box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,.1); 
}

.headertop .dropdown {
        display: inline-block;
}


.googleplus{
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(221,75,57,.8);    
-moz-box-shadow: inset 0px -4px 0px 0px rgba(221,75,57,.8);     
box-shadow: inset 0px -4px 0px 0px rgba(221,75,57,.8);  
}
.twitter{
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(5,90,206,.8);    
-moz-box-shadow: inset 0px -4px 0px 0px rgba(5,90,206,.8);     
box-shadow: inset 0px -4px 0px 0px rgba(85,172,238,.8); 
}
.facebook{
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(59,89,152,.8);   
-moz-box-shadow: inset 0px -4px 0px 0px rgba(59,89,152,.8);    
box-shadow: inset 0px -4px 0px 0px rgba(59,89,152,.8); 
}


.googleplus:hover, .googleplus:active, .googleplus:focus{
	color: #ffffff;
        background-color: #dd4b39;
}
.twitter:hover, .twitter:active, .twitter:focus{
	color: #ffffff;
        background-color: #55acee;
}
.facebook:hover, .facebook:active, .facebook:focus{
	color: #ffffff;
        background-color: #3b5998;
}


.headertop .dropdown-menu{
        border-top:none;
        background-color: #FFFFFF;
        margin-top:0px;
        padding:10px;
        -webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}



#dropdownscoial{
        margin-top:0px;
        margin-left:-1px;
        min-width: 226px;
}
#dropdownsignin{
        min-width: 300px;
        margin-right:-1px;
}
#dropdowncart{
        min-width: 300px;
        margin-right:-1px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
}

@media (max-width: 420px) {
.headerbtn {min-width:84px;}
#dropdownsignin{margin-right:-85px;}
}

.inline{
  display: inline;
}
#dropdownsignin .btn-default{
  min-width: 129px;
}


#forgotpass{
  padding-top:10px;
}
.forgotpass{
  cursor: pointer;
}


#sidecart .table-striped, #headercart .table-striped{
  border-top-style: hidden;
  margin-bottom: 0px;
}



.headercartcontent{}
.headercartcheckout{
    padding-top: 10px;
}

.sidecartcontent{
  padding-top:4px;
  background-color: #fff;
  border-top: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
}
.sidecartcheckout{
  background-color: #D6DDE0;
  padding:5px;
  border-top: 1px solid #D6DDE0; border-bottom: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius: 4px;
}


.cartlogo{
  width:40px;
  height:40px;
  
}
.cartpackage{
  width:25px;
  height:25px;
  margin-bottom:5px;
}
td .cartpackage:last-child{
  margin-bottom:0px;
}

.cartpicture{
  width:40px;
  height:40px;
  -webkit-border-radius: 20px;-moz-border-radius:20px;border-radius: 20px;
  
}
.cartitemprice{
  text-align:right;
  font-size:12px;
  font-weight:700;
}


.trash{
        font-size:18px;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        color: #337ab7;
        background-color: transparent;
        border: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}
.trash:hover {color: #A6D45B;}

.btn.trash:focus, .btn.trash:active
{
      color: #84A848;
      outline: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
}
.carttotal{
      font-weight:700;
      line-height: 35px;
}
.cartprice{
      color: #749440;
}

.mainnav{
min-width:320px;
padding-top:15px;
padding-bottom:15px;
margin-bottom:0px;
}

.navbar-nav .dropdown li a{
  margin-top:0px;
  padding-top:3px;
  padding-bottom:3px;
}

.mainnav .navbar-brand {
  padding-top:0px;
  height:60px;
}
.mainnav .navbar-brand{
  font-family: 'Cantarell', sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #555;
}

.mainnav .navbar-brand>img {
  width:60px;
  height:60px;
  display:inline-block;
}

.mainnav .navbar-toggle {
  margin-top:12px;
  background-color: #749440;
}

.mainnav .navbar-toggle .icon-bar{
  background-color: #A6D45B;
}


@media (max-width: 420px) {
.mainnav .navbar-brand {padding-top:0px;height:50px;}
.mainnav .navbar-header .navbar-brand{font-size: 16px;}
.mainnav .navbar-brand>img{width:50px;height:50px;}
.mainnav .navbar-toggle {margin-top: 8px;}
}


.mainnav li a{
margin-top:5px;
color: #337ab7 !important;
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(166,212,91,1);
-moz-box-shadow: inset 0px -4px 0px 0px rgba(166,212,91,1);
box-shadow: inset 0px -4px 0px 0px rgba(166,212,91,1);


}
.mainnav li a:hover, .mainnav li a:focus, .mainnav li a:active {
outline: none;
background-color: #FFFFFF;
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(132,168,72,1);
-moz-box-shadow: inset 0px -4px 0px 0px rgba(132,168,72,1);
box-shadow: inset 0px -4px 0px 0px rgba(132,168,72,1);
}

.accountmenu li a,
.mainnav .dropdown-menu li a,
.navbar-center .dropdown-menu li a
{
color: #337ab7 !important;
margin-top:0px;
font-weight: normal;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(166,212,91,1);
-moz-box-shadow: inset 0px 0px 0px 0px rgba(166,212,91,1);
box-shadow: inset 0px 0px 0px 0px rgba(166,212,91,1);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mainnav .dropdown-menu li a:hover, .mainnav .dropdown-menu li a:focus, .mainnav .dropdown-menu li a:active,
.navbar-center .dropdown-menu li a:hover, .navbar-center .dropdown-menu li a:focus, .navbar-center .dropdown-menu li a:active,
.accountmenu li a:hover, .accountmenu li a:focus, .accountmenu li a:active
{
background-color: #F5F5F5;
-webkit-box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
-moz-box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
text-decoration: none;
}

.accountmenu ul{
margin:0px;
padding:0px;
border:0px;
}

.accountmenu li{
    list-style: none;
    line-height: 20px;
    padding: 3px;
}

.accountmenu li a{
    padding: 3px 20px;
    padding-left:36px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

#slider {
  position:relative;
}


#cyclercontainer{
  overflow:hidden;
  position: relative;
  width:100%;
  height:300px;
  border-top:1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#cyclercontainer img{
  position:absolute;
  width:100%;
  top:0px;bottom:0;left:0;right:0;margin:auto;z-index:1;

}
#cyclercontainer img.active{z-index:3;}

@media (max-width: 767px){
#cyclercontainer {
  height:200px;
  margin-bottom:-60px;
}
}

.searchtabs{
  position: absolute;
  margin-left:-15px;
  bottom:113px;
  margin-bottom:-113px;
  z-index:5;
  background-color: transparent;
  width: 100%;
}


/* Tab Content */
.searchtabs .tab-pane {
    background: #fff;
    text-align: left;
    padding: 10px;
    padding-bottom: 0px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
        -webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius: 4px;
         
}



.searchtabs .form-group{
  text-align: left;
  margin-bottom : 0px;
}

@media (max-width: 767px){
/*.searchtabs{position: relative; margin-left:0px;bottom:0px;margin-bottom:0px;}*/
.searchtabs{position: relative; margin-left:0px;bottom:0px;margin-bottom:0px;}
.searchtabs .form-group{margin-bottom: 15px;}
}

.searchtabs .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

.searchtabs .nav-tabs li a {
    color: #000000;
    font-weight:700;
    text-transform: uppercase;
    font-size:12px;
  margin-right:0px;
  min-width:180px;
    background: #F5F5F5;
    border: 1px solid #ddd;
    border-top: 4px solid #ddd;
    border-bottom: 1px solid #ddd;
    
-webkit-box-shadow: inset 0px -6px 10px -5px rgba(0,0,0,.4);
-moz-box-shadow: inset 0px -6px 10px -5px rgba(0,0,0,.4);
box-shadow: inset 0px -6px 10px -5px rgba(0,0,0,.4);

}

@media (max-width: 767px){
.searchtabs .nav-tabs li a {min-width:inherit;}
}
        
.searchtabs .nav-tabs li a:hover {
background-color: #fff;

-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
box-shadow: inset 0 0 0 0 rgba(0,0,0,0);  

    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-top: 4px solid #ddd;

}

.searchtabs .nav-tabs li.active a,
.searchtabs .nav-tabs li.active a:hover {
    background: #FFFFFF;
    border-bottom: 1px solid #fff !important;
    border-top: 4px solid #ddd;
-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
box-shadow: inset 0 0 0 0 rgba(0,0,0,0);

}

 
.searchtabs li{overflow:hidden;}
 
.golfsearchtab a{
  border-top-color:#A6D45B !important;border-right-color:#A6D45B !important;
  -webkit-border-top-right-radius: 0px;-moz-border-radius-topright:0px;border-top-right-radius: 0px;
  }
.golfpackagesearchtab a{
  border-top-color:#F69D32 !important;border-right-color:#F69D32 !important;
  -webkit-border-radius: 0px;-moz-border-radius:0px;border-radius: 0px;
  }
.hotelsearchtab a{
  border-top-color:#E0483E !important;border-right-color:#E0483E !important;
  -webkit-border-top-left-radius: 0px;-moz-border-radius-topleft:0px;border-top-left-radius: 0px;
}


.searchtabs .leftshadow a:after {
		content: '';
		position: absolute;
		width: 0px;
		height: 42px;
		bottom: 0px;
		left: -18px;
		-webkit-box-shadow:  20px 0 2px 7px rgba(0,0,0,.3);
		-moz-box-shadow:  20px 0 2px 7px rgba(0,0,0,.3);
		box-shadow: 20px 0 2px 7px rgba(0,0,0,.3);
		-webkit-transform: skew(-10deg);
		-moz-transform: skew(-10deg);
		transform: skew(-10deg);	
		
}
.searchtabs .rightshadow a:after {
		content: '';
		position: absolute;
		width: 0px;
		height: 42px;
		bottom: 0px;
		right: 22px;
		-webkit-box-shadow:  20px 0 2px 7px rgba(0,0,0,.3);
		-moz-box-shadow:  20px 0 2px 7px rgba(0,0,0,.3);
		box-shadow: 20px 0 2px 7px rgba(0,0,0,.3);
		-webkit-transform: skew(10deg);
		-moz-transform: skew(10deg);
		transform: skew(10deg);	
		
}


.golftabsprite {position:relative;width:17px;height:24px;top:-6px;margin-bottom:-10px;margin-right:12px;}
.golfpackagetabsprite {position:relative;width:18px;height:20px;top:-6px;margin-bottom:-10px;margin-right:12px;}
.hoteltabsprite {position:relative;width:21px;height:15px;top:-6px;margin-bottom:-10px;margin-right:12px}

.searchbottom{
display:table-cell;height:60px;width:inherit;vertical-align:bottom;
}

@media (max-width: 767px){
.searchbottom {display:inherit;height:inherit;vertical-align: inherit;}
}

.titlecontainer{
background-color:#fff;border-left: 1px solid #ddd;border-right: 1px solid #ddd;
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2); 
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
padding-top: 10px;
}

.maincontainer{
background-color:#fff;
padding-bottom: 30px;
}

@media (max-width: 767px){
.maincontainer {margin-left:15px;margin-right:15px;background-color:#fff;border-left: 1px solid #ddd;border-right: 1px solid #ddd;border-bottom: 1px none #ddd;}
}

.uspcontainer{
background-color:#fff;
padding-top: 40px;
padding-bottom:10px;
}

@media (max-width: 767px){
.uspcontainer {padding-top:20px;padding-bottom:0px;margin-left:15px;margin-right:15px;background-color:#fff;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
}

.uspicon{
  color: #999;
vertical-align: middle;
margin-right:10px;
}
.uspgolficon{
vertical-align: middle;
margin-right:10px;
width:35px;
height:35px;
}
.usptitle{
  color: #999;
  font-size:16px;
  font-weight:700;
}


.greenfeeicon{color: #A6D45B;}
.infoicon{color: #E0483E;}
.serviceicon{color: #F69D32;}
.socialicon{color: #5EAEFF;}


.googlemap{
  height:286px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  background-image:url('/images/map.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lxgooglemap{
  height:386px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.list-group-item[aria-expanded="true"]{
  background-color:#D4D5D5 !important;
}

#newsmenu  .panel,
#coursemenu  .panel {
    margin-top:-1px;
    -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
    
}
#newsmenu .panel:first-child,
#coursemenu.col-xs-6 .panel:first-child{
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
}
#newsmenu .panel:last-child,
#coursemenu.col-xs-6 .panel:last-child{
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius: 4px;
}
#newsmenu  .list-group-item,
#coursemenu  .list-group-item {
  -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
  margin:0px;
}

#newsmenu  a.list-group-item,
#coursemenu  a.list-group-item {
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
        border-width:0px;
        box-shadow: none;
}

#newsmenu a.list-group-item:hover,
#coursemenu a.list-group-item:hover{
        background-color: #A6D45B;
        color:#fff;
}

#newsmenu .collapse a.list-group-item,
#newsmenu .collapsing a.list-group-item,
#coursemenu .collapse a.list-group-item,
#coursemenu .collapsing a.list-group-item
{
 color: #337ab7; 
}
#newsmenu .collapse a.list-group-item:hover,
#newsmenu .collapsing a.list-group-item:hover,
#coursemenu .collapse a.list-group-item:hover,
#coursemenu .collapsing a.list-group-item:hover
{
background-color: #F5F5F5;
-webkit-box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
-moz-box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
box-shadow: inset 4px 0px 0px 0px rgba(166,212,91,1);
}


#coursemenu .fa-map-marker {
margin-top:-5px;color:#A6D45B;border:1px solid #DDDDDD;background-color:#F5F5F5;padding-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px;
-webkit-border-radius: 15px;-moz-border-radius:15px;border-radius: 15px;

}
@media (max-width: 520px){
#coursemenu .fa-map-marker {display:none;}
}
#coursemenu .fa-map-marker:hover {
  color:#fff;
  background-color:#A6D45B;
}

.headerlink{
  position:relative;
  top:-42px;
  margin-bottom:-42px;
}
.headerlink .fa{
  vertical-align:middle;
  color:#999;
  margin-right:5px;
}

.roundbox{
  padding:5px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.roundboxpadding{
  padding:10px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
  margin-bottom:20px;
}

.roundboxsmall{
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
  background-color: rgb(220,255,200);
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.fa-star,
.fa-quote-right,
.fa-quote-left,
.roundbox .fa{
  color: #999;
}


.roundboxaction{
  padding:5px;
  background-color: #D6DDE0; 
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.goldstar{
  color: #F69D32 !important;
}


#news .roundbox:not(:last-child),
#recentscores .roundbox:not(:last-child),
#custfeedback .roundbox:not(:last-child),
#custreviews .roundbox:not(:last-child),
#recentnotices .roundbox:not(:last-child),
#recentpagecomments .roundbox:not(:last-child),
.shoppingcartitems .roundbox:not(:last-child)
{
  margin-bottom:20px;
}

.profilepic{
width:60px;
height:60px;
border: 1px solid #fff;
-webkit-border-radius: 30px;-moz-border-radius:30px;border-radius: 30px;
}
.profilepicbig{
width:90px;
height:90px;
border: 1px solid #fff;
-webkit-border-radius: 45px;-moz-border-radius:45px;border-radius: 45px;
}

.score{
  font-size:24px;
  color: #666;
  margin-top:5px;
}
.score .fa {
  position: relative;
  font-size:18px;
  top:-2px;
}

.picwidth{
  width:100%;
  max-width:200px;
  border: 1px solid #999;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}
  
.footer1{
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #EDEDED;
  
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,.1); 
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,.1); 
    box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,.1);
}
.footer1 li{
  list-style-type: none;
} 
  

  
.creditcard{
  width:51px;
  height:32px;
  margin:10px;
  margin-top:0px;
  margin-bottom:0px;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(180,180,180,1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(180,180,180,1);
  box-shadow: 1px 1px 1px 1px rgba(180,180,180,1);
}

.footer2{
  padding-top:5px;
  padding-bottom:5px;
  background-color: #D4D4D4;
  color:#999;
}

.footer2 a{
  color:#999;
}

.gip{
  width:32px;
  height:34px;
  margin-right:10px;
}
.gipsmall{
  width:22px;
  height:24px;
  margin-right:5px;
}

.footer2right .btn{
  min-width: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow:  none;
  box-shadow:  none;
}

.grassheader{
  display:block;
  overflow:hidden;
  position: relative;width:100%;height:114px;
  border-top:1px solid #fff;
  border-bottom: 1px solid #ddd;

}
.grassheader img{position:absolute;width:100%;top:0px;left:0;right:0;margin:auto;z-index:1;

}
.grassheader img.active{z-index:3;}

.googlemapheader{
  display:none;
  height:420px;
}

.googlemapresults{
  height:420px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.pagelinks{
color: #666;
text-align: center;
padding-top:0px;
padding-bottom:0px;
margin-top:10px;
margin-bottom:10px;
cursor: default;
}

.droplink{
  display: inline-block;
  white-space:nowrap;
}

.link{
  display: inline-block;
  white-space:nowrap;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(166,212,91,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(166,212,91,1);
  box-shadow: 0px 4px 0px 0px rgba(166,212,91,1);
}

.link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
  box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
}

.link .fa{
  color: #999;
  color: #4A93CE;
}

.link:hover .fa{
color:#84A848;
}

.nonlink{
  display: inline-block;
  white-space:nowrap;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(220,220,220,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(220,220,220,1);
  box-shadow: 0px 4px 0px 0px rgba(220,220,220,1);
}

.pagelinks .active{
  display: inline-block;
  white-space:nowrap;
  color: #84A848;
  font-weight:700;
  padding:10px;
  padding-left:5px;
  padding-right:5px; 
  -webkit-box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
  box-shadow: 0px 4px 0px 0px rgba(132,168,72,1);
}

.pagelinks .active a{
  font-weight:400;
}

.roundboxtopcourse{
  padding:5px;
  background-color: #F5F5F5;
  border-top: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
}

.roundboxtop{
  padding:10px;
  background-color: #F5F5F5;
  border-top: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
}

.roundboxbot{
  padding:10px;
  background-color: #D6DDE0;
  background-color: #CAD3D6;
  border-top: 1px solid #D6DDE0; border-bottom: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius: 4px;
  margin-bottom:20px;
}

.brownbox{
  background-color: #8a6d3b;
  color: #fcf8e3;
}
.greenbox{
  background-color: #3c763d;
  color: #dff0d8;
}
.lightbrownbox{
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.lightgreenbox{
  background-color: #dff0d8;
  color: #3c763d;
}
.lightbluebox{
  background-color: #D6DDE0;
  color: #31708f;
}
.lightredbox{
  background-color: #f2dede;
  color: #a94442;
}

.roundboxbot label{
  padding-top: 7px;
}

.addtransfers{
  position:relative;
}
.addhotel{
  position:relative;
}
.disableadd{
    background-color:rgba(255, 255, 255, 0.5);
    z-index: 10;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius: 4px;
}

.discount{
margin-top:2px;
color: #999;
}
.discountamount{
font-weight: 700;
color: #E0483E;
}

.packageprice{
margin-top:2px;
}

.resultlink{
  font-size: 16px;
  font-weight: 700;
}

.courseresultphoto{
width:150px;height:100px;
border: 1px solid #999;
-webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.replytable{
margin: 0px;
}

.coursestable td:nth-child(2){
  font-weight: 700;
  color: #E0483E;
  text-align:center;
}
.coursestable td:last-child{
  text-align:right;
}
.coursestable tr:first-child td{
  font-weight: 700;
  color: #333;
}

.scorecardtable,
.resulttable,
.greenfeetable,
.itemtable,
.weathertable {
margin-top: 5px;
margin-bottom: 5px;
}

.resulttable,
.weathertable {
cursor: default;
}

.coursestable,
.greenfeestable {
margin-top: 0px;
margin-bottom: 0px;
}

.replytable td,
.scorecardtable td,
.greenfeestable td,
.resulttable td,
.itemtable td{
padding:2px !important;
}

.resulttable tr td:first-child,
.itemtable tr td:first-child{
padding-right: 10px !important;
}

.resulttable tr td:last-child {
white-space: nowrap;
}

.weathertable{
text-align: center;
table-layout: fixed;
}

.weathertable tr td:first-child {
text-align: left;
white-space: nowrap;
font-weight: 700;
font-color: #666;
}
 
.greenfeetable td:nth-child(1){
    width:86px;
    white-space:nowrap;
}
.greenfeetable td:nth-child(3){
    width:86px;
    white-space:nowrap;
}
.greenfeetable td:nth-child(2){
  width:13px;
  padding-left:5px !important;
  padding-right:5px !important;
  font-style: italic;
  color:#999;
}
.greenfeetableREMOVE td:nth-child(4){
  padding-left:5px !important;
  padding-right:5px !important;
  font-style: italic;
  color:#999;
}

.scorecardtable{
text-align: center;
table-layout: fixed;
}

.replytable tr td:first-child{
  width:80px;
}

.coursestable tr:first-child td,
.replytable tr:first-child td,
.scorecardtable tr:first-child td,
.greenfeestable tr:first-child td,
.greenfeetable tr:first-child td,
.resulttable tr:first-child td,
.itemtable tr:first-child td,
.weathertable tr:first-child td{
border-top-width: 0px;
}

.replytable tr:first-child td
{
padding-top:0px !important;
}

.replytable tr:last-child td
{
padding-bottom:0px !important;
}

.exchangetable{
margin-top: 0px;
margin-bottom: 0px;
}
.exchangetable tr td:not(:first-child){
text-align:right;
}
.exchangetable tr td{
padding-left:8px !important;
padding-right:8px !important;
}

#switch .btn-default {color:#84A848;}

.inlineform .form-group{ margin-bottom : 0px;}
.replybox .form-group{ margin-bottom : 0px;}

@media (max-width: 767px){
.smaddtop15 { margin-top : 10px;}
}

.itemalert{margin-top:-10px;margin-bottom:30px;}

.courselogo{
    width:90px;
    height:90px;
}

#myCarousel{
border: 1px solid #999;
-webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

#myCarousel .carousel-inner{
  height:300px;
}

#myCarousel .item{
  margin-top:-100px;
}

#myCarousel img{
  width:100%;
  min-height: 400px;
}



#myCarousel2{
border: 1px solid #999;
-webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

#myCarousel2 .carousel-inner{
  height:300px;
}

#myCarousel2 .item{
  margin-top:-100px;
}

#myCarousel2 img{
  width:100%;
  min-height: 400px;
}

.teetimestable{
  margin-top:20px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}

.teetimestable td{
padding:5px !important;
}


.tweet{
  font-weight: 700;
}



.inputbox {
  padding:10px;
  background-color: #D6DDE0;
  border: 1px solid #D6DDE0;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.control-label{
  text-align:left;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}


.selectstars .fa{
  cursor: pointer;
  color: #999;
  padding:7px;
  font-size:20px;
}

.posttabs{
border-bottom-width: 0px;
}

.posttabs>li.active>a,
.posttabs>li.active>a:focus,
.posttabs>li.active>a:hover{
    background-color: #CAD3D6;
    border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-tabs li a{
  background-color :#EEEEEE;
  border: 1px solid #ccc;
}
.nav-tabs li a:hover{
  background-color :#DEDEDE;
  border: 1px solid #ccc;
}
.postalert{
  margin-top:20px;
}
#postwrapper{
  position: relative;
}
.disablepost,
.disableemail{
    background-color:rgba(255, 255, 255, 0.5);
    z-index: 10;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
  border-top: 1px solid #D6DDE0; border-bottom: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius: 4px;
}

.disabletournament{
    background-color:rgba(255, 255, 255, 0.5);
    z-index: 10;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

#postsignin .social {
  margin-top:10px;
}

        .packfeestable {
          border-bottom: 1px solid #ddd;
        }
        .packfeestable tr td:first-child{
            width:14%;
        }
        
        .packfeestable tr td:not(:first-child){
            text-align:center;
            width:14%;
        }
        
        .greenfeestable td {
            white-space:nowrap;
        }
        
        .greenfeestable tr td:not(:first-child){
            text-align:center;
        }
        
        .greenfees-header {
            overflow-x:scroll;  
            margin-left:178px; 
            overflow-y:visible;
            margin-bottom:20px;
            border: 1px solid #CCCCCC;
            
        }
        .greenfees-container {
            overflow-x:hidden;  
            margin-left:178px; 
            overflow-y:visible;
            margin-bottom:20px;
            border: 1px solid #CCCCCC;
            width: -moz-calc(100% - 178px);
            width: -webkit-calc(100% - 178px);
            width: calc(100% - 178px);
        }
        .headcol {
          font-family: 'Arial', sans-serif;
          font-size: 12px;
            position:absolute; 
            width:178px; 
            left:15px;
        }
        .greenfee-cell {
          width: 92px;
          text-align:center;
        }
        
        .greenfees-container .greenfee-cell {
          font-family: 'Arial', sans-serif;
          font-size: 12px;
          position:relative;
        }
        
        .greenfee-month{
          color: #B8B8B8;
          margin-right:5px;
          font-size:11px;
        }
        
        
.table-striped-column > tbody > tr td:nth-of-type(even) {
    background-color: #EBEBEB;
}

.greenfees-header::-webkit-scrollbar {
    height: 20px;
}
.greenfees-header::-webkit-scrollbar-track {
    background-color: lightgray;
}
.greenfees-header::-webkit-scrollbar-thumb {
    background-color: #A6D45B; border: 1px solid #85AA49;
    -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

  .tooltip > .tooltip-inner {
    text-align:left;
      background-color: #333; 
      color: #fff; 
      border: 1px solid #333; 
          font-family: 'Arial', sans-serif;
          font-size: 12px;
  }

  .tooltip.top  >  .tooltip-arrow {
      border-top: 5px solid #333; 
  }
 


#mapmarkers ul{
  padding-left:10px;
}

#mapmarkers li{
  display: block;
  white-space:nowrap;
  padding:10px;
  padding-top:3px;
  padding-bottom:3px;
  background-color: #eee;
  border-bottom:1px solid #fff;
}



#mapmarkers li:hover .fa-map-marker {
color:#669933;
}

#mapmarkers .fa-map-marker {
font-size:16px;
margin-top:-5px;
color:#337ab7;
padding-right:10px;
}

#mapmarkers .fa-map-marker:hover {
  color:#A6D45B;
  cursor: pointer;
}

.gm-style-iw {
  margin-left:10px;
}

.gm-style-iw + div {
  display:none;
}

.closeinfo{
  display:none;
  position: absolute;
  top:-4px;
  right:3px;
  color: #999;
  font-size:14px;
}
.closeinfo:hover{
  color: #ddd;
  cursor: pointer;
}

.roundboxbot .row:not(:first-child) {
  margin-top:10px;
}

.cartcourselogo{
  width:60px;
  height:60px;
}

.cartpackagelogo{
  width:30px;
  height:30px;
  margin-bottom:5px;
}

.packagetitle{
  font-size: 16px;
  font-weight: 700;
}

.cartdel {
  color: #337ab7;
}
.cartdel:hover
{
      color: #A6D45B;
      cursor: pointer;
}
.cartdel:focus, .cartdel:active
{
      color: #84A848;

}

#itemsummary{
  border-top-style: hidden;
  margin-bottom: 0px;
}
#itemsummary td:last-child{
  text-align: right;
}
#itemsummary tr:last-child{
  font-weight: 700;
}

.cartalert{
  margin-top:20px;
}

#markerred {color: #E0483E;}
#markeryellow {color: #F69D32;}
#markerwhite {color: #aaa;}
#markerblue {color: #337ab7;}
#markergold {color: #FFD700;}

.weathericon{
  width: 50px;
  height: 50px;
}
.smallweathericon{
  width: 40px;
  height: 40px;
}

.bluecol{
  background-color:#CAD3D6;
}

.coursegraph{
  height:200px;
  width:100%;
}
.coursegraphcontainer{
  margin-left:15px;
  margin-right:15px;
  text-align:center;
  font-weight:700;
}

.video-wrapper {
  max-width:768px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  border:none;
}

.scorecardred {background-color: #E0483E;color:#fff;}
.scorecardyellow {background-color: #F69D32;color:#fff;}
.scorecardwhite {background-color: #CCCCCC;}
.scorecardblue {background-color: #337ab7;color:#fff;}
.scorecardgold {background-color: #FFD700;color:#fff;}

.greenroundbox{
  padding:10px;
  background-color: rgb(220,255,200);
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;

}

.layout{
  width:100%;
  max-width:300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.more{
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
  position: absolute;
  bottom:7px;
  right:10px;
  color: #337ab7;
  cursor:pointer;
}

.more:hover{
  color: #23527c;
  background-color :#DEDEDE;
}

.more_weather{
  margin: auto;
  text-align:center;
  width:200px;
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  -webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright: 4px;border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-left-radius: 4px;
  color: #337ab7;
  cursor:pointer;
}
.more_weather:hover{
  color: #23527c;
  background-color :#DEDEDE;
}


.rowwrapper{
  position: relative;
}
.smallgray{
  color:#999;
}

.pop{
  cursor:pointer;
}

.zoomimage{max-width:100%;}

.loading{
  position:relative;
  color: #999;
  top:11px;
}
.loading .fa{
  position:relative;
  vertical-align: middle;
  margin-right:10px;
  font-size:24px;
}

.cookiewarning{
  position:fixed;
  background-color:rgba(0,0,0,.75);
  bottom:-60px;
  left:0px;
  right:0px;
  color:#fff;
  margin:0px;
  text-align: center;
  padding:5px;
  padding-top:7px;
  z-index:10;
  -webkit-border-radius: 0px;-moz-border-radius:0px;border-radius: 0px;
}

.cookiewarning a{
  text-decoration: underline;
  color:#fff;
}

.cookiewarning .btn{
  position: relative;
  top:-1px;
  padding-left:40px;
  padding-right:40px;
  background-color:#337ab7;
  font-weight:700;
  margin-left:10px;
  margin-right:10px;
}
#cartitems {
  position: relative;
  top:-2px;
}

#faplus{color:#A6D45B;}
#faminus{color:#E0483E;}

.greenbold{
  font-weight:700;
  color:#84A848;
}
.yellowbold{
  font-weight:700;
  color:#F69D32;
}
.redbold{
  font-weight:700;
  color:#E0483E;
}

.inlineicons{
  display: inline-block;
  white-space:nowrap;
  padding-left:5px;
  padding-right:5px;
  color:#999;
}

.flag{
  width:28px;
  height:18px;
}

.removebotpadding{
  padding-bottom:0px;
}
.topmargin20{
  margin-top:20px;
}
.popshare{
  margin-top:5px;
}
#gshare{
  margin-right:10px;
}
                    
.markerselect label > input{
  display:none;
}

.markerselect .fa-stack-2x{
  color: #CAD3D6;
  cursor:pointer;
}

.markerselect .fa-stack:hover .fa-stack-2x{
  color:#A6D45B;
}


.markerselect label > input:checked + .fa-stack .fa-stack-2x{
  color:#fff;
}

.markerselect .radio-inline{
  padding:0px;
  margin:0px;
}

.autoresults li a{
  display: block;
  padding: 3px 20px;
}

.autocontainer{
  padding: 3px 20px;
}

#autocomplete{
  min-width: 300px;
}

.form-control{
  padding:6px 4px;
}


.pageheading{
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4),
    3px 3px 0px rgba(0, 0, 0, 0.4),
    4px 4px 2px rgba(0, 0, 0, 0.4),
    -1px 1px 0px rgba(0, 0, 0, 0.1),
    1px -1px 0px rgba(0, 0, 0, 0.1),
    -1px -1px 0px rgba(0, 0, 0, 0.1)
    ;
    text-outline: 2px 2px #ff0000;
    position: absolute;
    left:0px;
    z-index:4;
    top: 40px;
    color: #FFF;
}

@media (max-width: 767px){
.pageheading{
      top: 20px;
}
}

.courseheader-sm{
height:100%;
width:100%;
max-width: 100%;
margin-bottom:-66px;
}

.courseheader{
height:100%;
width:100%;
}

.courseheader-container{
  position: relative;
  width:100%;
  height:300px;
  border-top:1px solid #fff;
  border-bottom: 1px solid #ddd;
  text-align:center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


@media (max-width: 767px){
.courseheader-container {
  height:200px;
  margin-bottom:-66px;
  border-top:1px solid #fff;
  border-bottom: 1px solid #ddd;
}
}


@media (min-width: 992px){
.courseheader-container {
  background-size: 100% 150%;
  background-position: center;
}
}



.cartmodal{
  cursor: pointer;
  color:#337ab7;
}
.cartmodal:focus, .cartmodal:hover {
    color: #23527c;
}

.cartmodalgreenfees{
  cursor: pointer;
  color:#337ab7;
}
.cartmodalgreenfees:focus, .cartmodalgreenfees:hover {
    color: #23527c;
}

@media (min-width: 768px){
.modal-md {
    width: 640px;
}
}
.gbpprice{
  display:none;
}
.toppadding20{
  padding-top:20px;
}


.roundboxside{
  padding:10px;
  background-color: #F5F5F5;
  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
}

.roundboxbotlight{
  background-color: #F5F5F5;
  margin-bottom:30px;
}

@media (min-width: 767px){
  .roundboxbotlight{
  min-height:264px;
  }
}


.longphotobox{
  border-top: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
  width:100%;height:200px;
  background-size: 100% 100%;
  background-position: center;
  text-align:center;
}

@media (max-width: 767px){
  .longphotobox{
    height:150px;
  }
}

.longphototext{
    position: absolute;
    bottom: 10px;
    text-align:center;
    width:100%;
}

.longphotobox a{
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4),
    3px 3px 0px rgba(0, 0, 0, 0.4),
    4px 4px 2px rgba(0, 0, 0, 0.4),
    -1px 1px 0px rgba(0, 0, 0, 0.1),
    1px -1px 0px rgba(0, 0, 0, 0.1),
    -1px -1px 0px rgba(0, 0, 0, 0.1)
    ;
    text-outline: 2px 2px #ff0000;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight:500;
}

.bookateetime{
  cursor:pointer;
}

.justroundboxtop{
  margin-top:-4px;
  height:4px;
  background-color: #F5F5F5;
  border-top: 1px solid #ccc;  border-left: 1px solid #ccc;  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 4px;-moz-border-radius-topleft:4px;border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;-moz-border-radius-topright:4px;border-top-right-radius: 4px;
}


.ratedscore{
    display:none;
    background-color: #F69D32;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
    padding: 1px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 700;
    color: #fff;
}


.greennotes{margin-left:10px;}
  
.hiddencourse {
    display: none!important;
}

.hiddendeal {
    display: none!important;
}

.hiddendate {
    display: none!important;
}

.hiddenrow{
    display: none!important;
}

.italicgray{
  color: #999;
  font-style: italic;
}

.availcontainer{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.availbox,
.notavailbox{
  margin-top: 20px;
  display: inline-block;
  white-space: normal;
  line-height: normal;
  text-align: center;
  font-size:11px;
  font-weight:700;
  height: 101px;
  width:26px;
  margin-right: 5px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 2px 1px 0 rgba(0,0,0,.1);
  box-shadow: inset 2px 1px 0 rgba(0,0,0,.1);
}
.availpax{
  background-color: #aebd9c;
  padding:5px;
  color:#fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.availteetime{
padding: 2px;
line-height: 16px;
padding-top: 5px;
}

.isavail{
  cursor: pointer;
}
.isavail:hover .availteetime{
  background-color: #337ab7;
  color:#fff;
}

.hoverpax{
  color: #337ab7;
}
.clickpax{
  color: #6a873a;
}
.clickavail{
  background-color: #6a873a;
  color:#fff;
}

.notavail{
padding: 2px;
line-height: 16px;
padding-top: 5px;
}
.notavail i{
  margin-top:31px;
  margin-left:4px;
  color:#a94442;
}

#nocourses{
  text-align:center;
  margin-top:60px;
  margin-bottom: 30px;
    font-family: crete round,serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

#nocourses i{
  vertical-align: middle;
  margin-right: 10px;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.teetimesmesaage{
    position: sticky;
    left: 0px;
    font-style: italic;
    color: #777;
    padding:10px;
    padding-top: 0px;
    padding-bottom:0px;
    text-align: center;
    white-space: normal;
}
.teetimesmesaage i{
  vertical-align: middle;
  margin-right: 10px;
}


.bookteetime{
    letter-spacing: 1px;
    text-align:center;
    cursor: pointer;
    transition: 0.2s all ease;
    font-weight: 700;
    color: #337ab7;
}
.bookteetime:hover {
    color:#28527F;
}

.bookloading {
    color:#666;
}
.bookloading:hover {
    color:#666;
}

.bookteetimeopen{
    font-size: 13px;
    letter-spacing: 1px;
    text-align:center;
    font-weight: 700;
    padding-bottom: 15px;
}

.bookteetimeopen .caret{
  visibility: hidden;
}

.teetimeform{
    padding:10px;
    padding-top:0px;
    transition: 0.2s all ease;
}

select {
    font-family: 'FontAwesome', 'Lato';
}

.redunicrecontainer{
    background-color: #fff;
    padding: 20px;
    width: 50%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.redunicrelogo{
    width: 120px;
    height:51px;
    margin-top: 10px;
}

