/**
* Template Name: USAsGolfCenters
* Template URL: https:/USAsGolfCenters.com/
* Author: USAsGolfCenters.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #00C8FF;
  text-decoration: none;
}

a:hover {
  color: #00cc81;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans", sans-serif; color:#001768;
}
h5 {font-size:18px;
	color:#000;
    font-style: italic;
    font-weight:bold;
}
h5 {font-size:18px;
	color:#000;
    font-style: italic;
    font-weight:bold;
}
h6 {font-size:14px;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00C8FF;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00C8FF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #00c27b;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #00C8FF;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #00C8FF;
}
.btn-learn-more:hover {
  background: #00C8FF;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/

table, th,td,tr {
  	border-collapse:separate;background:#F0F0F0; border: 1px solid #F9F9F9;
}
.table-border{
 	background:#F0F0F0;border: 1px solid #005AC5;border-radius:11px;padding:10px;
}
th.th-header {
	text-align:center; background:#005AC5;color:#fff;padding:8px;width:150px;border-radius:11px;margin-right:16px}

/*
.td-head {
	width:180px;font-size:16px;font-weight:bold;text-align:center;background:#005AC5;color:#fff
    }
.td-subhead {
	width:180px;padding-left:12px;font-size:13px;text-align:center;background:#E0EBFD;color:#000; 
    }
    */
.td-Options{
	width:180px;padding-left:12px; text-align:center;border:0px;
    }
 
 /*---------------------   ALert    ---------------*/
 
 .alert {
	background-color: #f9f9f9;
	border: 1px solid gray;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.alert h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.alert h3:before {
	content: '\f071';
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px;
}
.alert p, .alert ul, .alert ol {
	margin: 0 0 10px;
}
.alert p:last-child,.alert ul:last-child,.alert ol:last-child,.alert p:nth-last-child(2),.alert ul:nth-last-child(2),.alert ol:nth-last-child(2){margin-bottom:0}
.alert ul, .alert ol {
	margin-left: 20px;
}
.alert ol {
	list-style-position: inside;
}
.alert.issue {
	background-color: #fff0f0;
	border-color: #f99;
}
.alert.issue h3, .alert.issue p, .alert.issue li, .alert.issue a {
	color: #c00;
}
.alert.warn {
	background-color: #fff9e5;
	border-color: #ffd24d;
}
.alert.warn h3, .alert.warn p, .alert.warn li, .alert.warn a {
	color: #997300;
}
.alert.success {
	background-color: #f0faeb;
	border-color: #a3e085;
}
.alert.success h3, .alert.success p, .alert.success li, .alert.success a {
	color: #3d7a1f;
}
.alert a:hover {
	color: #222;
}
.alert .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/*-------------  FROM LESS  -------*/
.alert{
	background-color: @off-white;
	border: 1px solid @gray;
	margin-bottom: @v-gutter - 10;
	padding: 10px;
	position: relative;
		h3{
			font-size: @font-base + 2;
			font-weight: bold;
			margin: 0;
				&amp;:before{
					content: @fa-var-exclamation-triangle;
					font-family: @fam-ico;
					font-size: @font-base - 2;
					font-weight: normal;
					margin-right: 5px;
				}
		}
		p, ul, ol{
			margin: 0 0 @h-gutter;
			&amp;:last-child,
			&amp;:nth-last-child(2){ margin-bottom: 0; }
		}
		ul, ol{ margin-left: @v-gutter; }
		ol{ list-style-position: inside; }
		&amp;.issue{
			background-color: lighten(@red,57%);
			border-color: lighten(@red,40%);
				h3, p, li, a{ color: @red; }
		}
		&amp;.warn{
			background-color: lighten(@yellow,35%);
			border-color: lighten(@yellow,5%);
				h3, p, li, a{ color: darken(@yellow,30%); }
		}
		&amp;.success{
			background-color: lighten(@green,45%);
			border-color: lighten(@green,20%);
				h3, p, li, a{ color: darken(@green,20%); }
		}
		a:hover{ color: @black; }
		.close{
			position: absolute;
			top: 10px;
			right: 10px;
		}
}


.hide {
	display: none;
}

textarea,select[multiple=multiple],input:not([type=submit]){background-color:#fff;border:1px solid #b5b5b5;color:gray;padding:5px 10px;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
textarea:focus,select[multiple=multiple]:focus,input:not([type=submit]):focus{background-color:#fff;border-color:#85a3e0;-moz-box-shadow:0 0 0 2px rgba(32,226,255,.3);-webkit-box-shadow:0 0 0 2px rgba(32,226,255,.3);box-shadow:0 0 0 2px rgba(32,226,255,.3)}
input[type=radio], input[type=checkbox] {
	border: 0;
	padding: 0;
	width: auto;
}
input[type=submit] {
	cursor: pointer;
}
select[multiple=multiple] {
	padding: 8px 10px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
textarea {
	min-height: 50px;
	max-height: 500px;
	resize: vertical;
	vertical-align: top;
}
/*========================================
fieldset {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0;
}
fieldset em {
	color: gray;
	display: block;
	font-size: 12px;
	font-style: normal;
}
fieldset.ctrls {
	border-bottom: 0;
	text-align: center;
}
fieldset.first {
	padding-top: 0;
}
fieldset input::-webkit-input-placeholder {
	color: #cfcfcf;
}
fieldset textarea::-webkit-input-placeholder {
	color: #cfcfcf;
}
fieldset input:-moz-placeholder {
	color: #cfcfcf;
}
fieldset textarea:-moz-placeholder {
	color: #cfcfcf;
}
fieldset input::-moz-placeholder {
	color: #cfcfcf;
}
fieldset textarea::-moz-placeholder {
	color: #cfcfcf;
}
fieldset input:-ms-input-placeholder {
	color: #cfcfcf;
}
fieldset textarea:-ms-input-placeholder {
	color: #cfcfcf;
}
fieldset [class*=w-] {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0;
}
fieldset [class*=w-]:first-child {
	padding-top: 0;
}
fieldset [class*=w-]:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width:750px){
fieldset [class*=w-] {
	border-bottom: 0;
	padding: 0;
}
=========*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.header-scrolled, #header.header-inner-pages {
	background: url("https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/USAGolf-01.png") top center;
  background-size: cover;opacity:0.9;/*rgba(0, 20, 40, 0.9);*/
    margin-bottom:80px;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;

  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 80px;
}
@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #00C8FF;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.get-started-btn:hover {
  background: #00b371;
  color: #fff;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*******************
* Desktop Navigation 
********************/
.navbar {
  padding: 0; 

}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-shadow:1px 1px #131360;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #00C8FF;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  background: #D9DCE9;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #00C8FF;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #282828;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00C8FF;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------
*             Mobile Navigation 
===================================*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #D9DCE9;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #282828;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00C8FF;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #D9DCE9;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00C8FF;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# home  Section
--------------------------------------------------------------*/
#home  {
  width: 100%;
  height: 100vh;
  background: url("https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/USAGolf-01.png") top center;
  background-size: cover;
  position: relative;
}
#home :before {
  content: "";
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#home  .container {
  padding-top: 0px;
  position: relative;
  text-align: center;
}
#home  h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  font-variant: small-caps;
  line-height: 56px;
  color: #003C89;
  text-shadow: 1px 1px #fff;
}
#home  h2 {
	font-variant: small-caps;
	color: #4B87D4;
	margin-bottom: 40px;
	font-size: 24px;
}
#home  .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#00C8FF 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
#home  .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#home  .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 153, 97, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#home  .play-btn:hover::after {
  border-left: 15px solid #00C8FF;
  transform: scale(20);
}
#home .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #home  {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #home  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home  h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 260px;
  height: 3px;
  background: #00C8FF;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content {
	margin-top:0px
    }
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #00C8FF;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #00C8FF;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #00C8FF;
}
.about .content .btn-learn-more:hover {
  background: #00C8FF;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.flex-box-title  {
	border-radius:11px;
    background:#005AC5;
    color:#FFF;
    text-align:center;
    font-weight:bold;
    padding:3px 0px;
    margin-bottom:10px;
}
.flex-box, .flex-box.items, .flex-box.border{
	background:#F9F9F9;
    padding:0;
    margin:0;
    border-radius: 11px;
    border: 1px solid #005AC5;
    text-align:center;
    font-size:14px;
}
.flex-box.items {
	background:#E5F1FD;  
    border-radius: 11px;
    border: 1px solid #005AC5;
}

.services {
  background-color: #f9f9f9;
}
.services .icon-box {
  padding: 0px /*8px 8px 30px 8px*/;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  /*box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);*/
  border-radius: 0px;
  border-bottom: 5px solid #fff;
}
.services .icon-box-text {
  padding: 12px;
}
.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #00C8FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services img.pic {
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .img-size{  
	height:280px; width:auto;
    }
.services .icon-box .icon i {
  font-size: 28px;
}
.services h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #282828;
}
.services .icon-box h4, .fix-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #282828;
}
.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}
.services .icon-box h6 {
  font-weight: 500;
  margin: 10px 0;
  color: #005A91;
}
.services .icon-box h6 a{
  font-weight: 500;
  margin: 10px 0;
  color: #005A91;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #0082B9;
}
.services .icon-box:hover h4 a {
  color: #00C8FF;
}

/*--------------------------------------------------------------
# promo
--------------------------------------------------------------*/
.promo{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/USAGolf-01.png") fixed center center;
    background-size: cover;
    padding: 120px 0;
  }
  
.promo.floor-plan {
    background:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 		url("https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/DesignConcept-LowerLevel.png") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    background-attachment: fixed;
  }
.promo h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.promo p {
  color: #fff;
  font-size:24px;
}

.promo .promo-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: #00C8FF;
  color: #fff;
  border-radius: 50px;
}
.promo .promo-btn:hover {
  background: #00b371;
}
@media (max-width: 1024px) {
  .promo {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .promo .promo-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# invest
--------------------------------------------------------------*/
.invest {
  background-color: #f8f8f8;
}
.ivest ,img-size{
	height:290px;width:500px;
    }
.invest .box {
	background: #fefefe;
  	padding: 40px 20px;
    transition: all ease-in-out 0.3s;
    border-bottom: 5px solid #fff;
	border-width:1px;
    border-color: #000;
    border-radius: 1px;
    text-align: center;  
  	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.invest .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}
.invest .box h4 {
  font-size: 42px;
  color: #00C8FF;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.invest .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.invest .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.invest .box ul {
  padding: 20px 0;
  list-style: none;
  color: #282828;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.invest .box ul li {
  padding-bottom: 16px;
}
.invest .box ul i {
  color: #00C8FF;
  font-size: 18px;
  padding-right: 4px;
}
.invest .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.invest .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.invest .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #00C8FF;
  color: #00C8FF;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.invest .box .btn-buy:hover {
  background: #00C8FF;
  color: #fff;
}
.invest .recommended {
  border-color: #00C8FF;
}
.invest .recommended .btn-buy {
  background: #00C8FF;
  color: #fff;
}
.invest .recommended .btn-buy:hover {
  background: #00b371;
  border-color: #00b371;
}
.invest .recommended-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #edfbf0;
  color: #00C8FF;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
}
.contact-area {
	background: url(https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/Contact-Back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 50px 0px;
    display: block;
}
.contact-inner {
}
.Cont-content{
}
.email-us-bg {
    background:#E0EBFD;
    display: inline-block;
    opacity: 0.9;
    border-radius:7px;
    width: 100%;
    padding:10px 20px 0px;
    margin-bottom:20px;
}
.content-icons h4:before{
    content: "\f0e0";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.content-icons h4.intro-head::after {
 	background: #0A2573; none repeat scroll 0 0;
}
.contact h4.intro-head {
    color:#0A2573; 
    border-bottom: 0px solid #0088FF;	

}
.contact h4.intro-head::after {
	background: #ddd none repeat scroll 0 0;
}
.Cont-content {
    margin-bottom: 12px;
}

.map-zone, contact-zone {
  display: block;
  overflow: hidden;
  background: #fff;
}
.map-area, contact-area {
  float: left;
  width: 60%;
}
.contact-bg {
    background:#E0EBFD;
    opacity: 0.9;
    border-radius:8px;
    width: 70%;
    padding:20px 20px;
}
.contact-info {
  width: 70%;
  color:#000;
  padding:20px 20px;
  font-size:18px;
}
.contact-icons > h3 {
  position: relative;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 10px 0px;
}
.contact-icons h3:before{
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.contact-icons h4:before{
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.contact-icons ul li{
  border-bottom: 1px solid #0088FF;
  float: left;
  font-size: 16px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.contact-icons ul li i {
  font-size: 16px;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid #0021AD;
  text-align: center;
  line-height: 23px;
  color: #0021AD;
}
.contact-icons {
  margin-bottom: 20px;
  overflow: hidden;
}
.icons-bottom{
  display: inline-block;
}
.icons-bottom ul li{
  display: inline-block;
}
.icons-bottom ul li a:hover {
  border: 2px solid #2bcdc1;
  background: #2bcdc1;
  color: #fff;
}
.icons-bottom ul li a {
  border: 2px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}
.icons-bottom ul li{
  display: inline-block;
}
.icons-bottom ul li a:hover {
  border: 2px solid #2bcdc1;
  background: #2bcdc1;
  color: #fff;
}
.icons-bottom ul li a {
  border: 2px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}
.contact-list ul span {
  font-size: 16px;
  color: #81848f;
  margin-bottom: 10px;
}
.contact-icons ul li a:hover {
  text-decoration: underline;
}
.contact-icons ul li a {
  color: #f3652a;
  font-size:16px;
}
.contact-list ul li {
  font-size: 16px;
  color: #81848f;
  margin-bottom: 10px;
}
.contact-list > li {
  font-size: 16px;
  color: #81848f;
  margin-bottom: 10px;
}

.contact-form h3 {
  margin-bottom: 30px;
}
.contact-form input[type=text], .contact-form input[type=email] {
  background: rgba(224, 235, 253, 1) none repeat scroll 0 0;
  opacity: 0.9;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #0A2573;
  font-size:18px;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}
.contact-form textarea#message {
  background: rgba(224, 235, 253, 1) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 140px;
  padding: 20px;
  width: 100%;
  color: #0A2573; 
  font-size:18px;
}

.contact-form input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  padding: 13px 24px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.contact-form input[type=submit]:hover{
  color:#fff;
  border: 1px solid #00C8FF;
  background: #00C8FF;
}
.contact-form textarea ::-ms-input-placeholder {
	color:#fff
    }
.contact-form ::-moz-placeholder {
  color: #C1DDEE;
}
.contact-form ::-ms-input-placeholder {
  color: #C1DDEE;
}
.contact-form ::-webkit-input-placeholder {
  color: #C1DDEE;
}
.contact-form :focus {
  color: #515769;
  box-shadow: none;
}
.contact-form :focus::-moz-placeholder {
  color: #515769;
}
.contact-form :focus:-ms-input-placeholder {
  color: #515769;
}
.contact-form :focus::-webkit-input-placeholder {
  color: #515769;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#2C426F /*#3C527F #001428*/;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 40px 0;

}

#footer .footer-section-img{
	background: url(https://www.usagolfcenters.com/themes/user/site/default/asset/img/home/USAGolf-logo-footer-grn.png) no-repeat; 			
	background-size: 224px 234px; 
    background-position: left center; 
    max-height: 100%
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00C8FF;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #6EE111;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
#footer .credits a {
  color: #00b371;
  transition: 0.3s;
}
#footer .credits a:hover {
  color: #00C8FF;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9f9;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #424242;
  content: "/";
}
