/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
font-family: "Futura Md BT";
  color: #333;
}
.mabot{
	margin-bottom:30px;
}

.topsocial{
	margin-top: 10px; 
	margin-right: 21px;
}

#yellowLine {
    background:#fba905;
    height: 7px;
    margin-top: 1px;
}

.paragraf{
	    font-size: 18px;
    line-height: 25px;
    padding: 0 0 20px;
}

.titleHD {
    font-size: 40px;
    padding: 35px 0;
	color: #00458e;
}

.tagLine {
    font-size: 18px;
    padding-top: 10px;
    margin: -30px 0 40px;
    font-weight: normal;
}

.tagLine span {
    color: #f8b123;
    font-size: 20px;
}

.subTitleHD {
    font-size: 25px;
    padding: 15px 0;
    margin-top: 25px;
    color: #00458e;
}
.secBlock ul{
	padding-left:0px;
}
.secBlock ul li.noBull {
    list-style: none;
}
.secBlock ul li.listHD {
    font-weight: bold;
    padding: 10px 0 8px;
	margin-left: 0px;
}
.secBlock ul li {
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 23px;
}

.addressBox p, p.yellwHD {
    font-size: 20px;
    color: #fba905;
    padding: 8px;
}

.addressBox span {
    color: #9d9d9d;
    font-size: 16px;
}
video{
    width: 100%;
}

footer {
    background: url(images/footerBG.png) repeat-x left 2px;
    height: 140px;
    position: relative;
    z-index: 0;
}


footer .player {
    background: url(images/golf-player.png) no-repeat;
    z-index: 0;
    top: -113px;
    right: 0;
    width: 211px;
    height: 213px;
    position: absolute;
}
.footersec{
	padding-top:110px;
}
.copyright ul{
	overflow:hidden;
	 padding-left: 0px;
	 margin-bottom:0px;
}
.socialIcons ul{
	overflow:hidden;
	margin-bottom:0px;
}
.socialIcons ul  li{
        float: right;
	list-style:none;
	margin-left:5px;
}

.socialIcons .facebook {
    background: url(images/c.png) no-repeat left top;
    height: 24px;
    width: 24px;
}

.socialIcons .facebook:hover {
    background: url(images/c.png) no-repeat left -29px;
    height: 24px;
    width: 24px;
}

.socialIcons .twitter {
    background: url(images/c.png) no-repeat -30px top;
    height: 24px;
    width: 24px;
}

.socialIcons .twitter:hover {
    background: url(images/c.png) no-repeat -30px -29px;
    height: 24px;
    width: 24px;
}

.socialIcons .gPlus {
    background: url(images/c.png) no-repeat -60px top;
    height: 24px;
    width: 24px;
}

.socialIcons .gPlus:hover {
    background: url(images/c.png) no-repeat -60px -29px;
    height: 24px;
    width: 24px;
}

.socialIcons .Pinterest {
    background: url(images/c.png) no-repeat -90px top;
    height: 24px;
    width: 24px;
}

.socialIcons .Pinterest:hover {
    background: url(images/c.png) no-repeat -90px -29px;
    height: 24px;
    width: 24px;
}


.socialIcons .yout {
    background: url(images/c.png) no-repeat -113px top;
    height: 24px;
    width: 24px;
}

.socialIcons .yout:hover {
    background: url(images/c.png) no-repeat -113px -29px;
    height: 24px;
    width: 24px;
}


.copyright ul li {
	float:left;
	list-style:none;
	margin-right:20px;
	   
}

.copyright ul li a{
	text-decoration:none;
}

#figure {
    margin-bottom: 60px;
    overflow: hidden;
}

#figure .floorImg {
     text-align: center;
   /*border: #d3d2d2 solid 1px;*/
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	
}

#figure .planHD h1 {
    color: #a16447;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 15px;
}

#figure .planHD .supArea {
    background: #f2f2f2;
    color: #737272;
    font-size: 15px;
    padding: 7px 15px 7px;
}
#figure .planHD {
    border-bottom: dashed 1px #dddcdc;
    overflow: hidden;
    margin-bottom: 15px;
}
.tableHeader {
    background: #e9bf6c;
    color: #fff;
    font-size: 30px;
    padding: 15px 0 12px 15px;
}
.hdaddres {
    background: #d8ae5a !important;
    color: #fff;
    padding: 5px 0 5px 15px;
    font-size: 15px !important;
}

table.gridtable td {
    border: 1px solid #666;
    padding: 8px;
    background-color: #ffffff;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border: 1px solid #666;
    border-collapse: collapse;
    text-align: center;
}

table.gridtable th {
    border: 1px solid #666;
    padding: 8px;
    background-color: #dddddd;
}

.addressBox .address {
    border: #d8d8d8 solid 1px;
    border-left: none;
    border-right: none;
    padding: 20px 5px;
    overflow: hidden;
    margin-bottom: 40px;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	    background: #6c6c6c;

    box-shadow: inset 0px 0px 1px #4499f3;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 667px;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height:667px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 667px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
   /* z-index: 0; */ /* Sit on top */
  /*  padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
   .modal-content {
    margin: auto;
    display: block;
    
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
       .modal-content {
        width: 100%;
    }
}

@media (max-width: 680px) {
	.socialIcons ul{
	 padding-left:0px;
	}
.socialIcons {
    /* float: left; */
}
	.socialIcons {
text-align:center;
		width:100%;
		
	}
.pt10{
margin-top:20px;
}
	
	.topsocial{
	margin-top: 10px; 
	margin-left: 0px;
}
	
	footer {
    background: url(images/footer.png) repeat-x left 2px;
    height: 214px;
    position: relative;
    z-index: 0;
}

footer .player {
    background: url(images/golf-player1.png) no-repeat;
    z-index: 0;
    top: -16px;
    right: 0;
    width: 110px;
    height: 120px;
    position: absolute;
}

	
	.socialIcons ul  li{
        float: left;
	list-style:none;
	margin-right:5px;
	margin-left:0px;
}

.copyright ul li {
	width:100%;
	list-style:none;
        text-align:center;
	   
}
	
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
img#myImg1 {
    display: none;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 0px 7px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -29px;
    z-index:1032;
}