@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

* {margin : 0; padding : 0; outline: none !important;}
.clear, .clr { clear : both;}
.gap { clear : both; height : 10px;}
.frt {float : right;}
.flt {float : left;}
img {border : 0;}
form {margin : 0;}
/*ol, ul {list-style:none;}*/


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {text-decoration : none;}
a:hover {color:#c00;}
/*****
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
*****/

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

.result {width:100px; text-align:left;margin-left:10px; display:inline-block;}
.captcha { float:left; padding-top:2px;}
form em { color:#FF0000;}

.map-content  {height:400px; position:relative; overflow:hidden; margin-top:10px; }
.map-content iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

.breadcrumb { background:none; border-radius:0; margin-left:0;
	border-bottom:1px solid #ccc;
    margin-bottom: 15px;
    padding: 8px 0;}
.breadcrumb li a { color:#0175b2;}
.breadcrumb li a:hover { color:#000;}

h1, h2, h3, h4, h5 {font-family: 'Oswald', sans-serif; margin-top:5px;}

h1 {font-size:36px; margin:22px 0;  line-height:30px; color:#000; text-align:center; font-family: 'Open Sans', Helvetica, sans-serif;}
h2 { font-size:26px; font-weight: 400; line-height:30px; color:#000; font-family: 'Open Sans', Helvetica, sans-serif;}
h3 { font-size:22px; font-weight: 400; line-height:26px; color:#000; font-family: 'Open Sans', Helvetica, sans-serif;}
h4 { font-size:20px; font-weight: 400; line-height:24px; color:#000; font-family: 'Open Sans', Helvetica, sans-serif;}
h5 { font-size:16px; font-weight: 400; line-height:22px; color:#000; font-family: 'Open Sans', Helvetica, sans-serif;}

body { font-family: 'Open Sans', Helvetica, sans-serif; font-size:14px; color:#333; line-height:20px; background:#efefef;}


/*Back to Top*/
#back-top {position: fixed; bottom:40px;z-index:99; right:25px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#333; }
#back-top span {width:41px;height:41px; display: block;	background:url(../images/up-arrow.gif) no-repeat center center #333;border-radius: 50%; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}


/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:10px;}
ul.listing li:before {    
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px;}

ul.list { list-style:none; margin-left:0; padding-left:0;}
ul.list li { background:url(../images/sqr.jpg) no-repeat 0 7px; padding-left:16px;}
ul.list li a { color:#333;}
ul.list li a:hover { color:#3399cc;}
ul.list li li {list-style:none; padding-left:15px; margin-left:-20px; background:url(../images/subsqr.jpg) no-repeat 0 7px;}

main ul {margin-left:12px;}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn-default, a.btn-default { background:#163881; color:#fff; border-color:#003366;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#333; color:#fff; border-color:#000}

.banner { position:relative; margin-bottom:15px;}

main { margin:10px 0;}

.socialmedia {white-space:nowrap; text-align:center; margin:10px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:3px; vertical-align:middle;}
.socialmedia li img { width:42px;}

footer {background:#131211; color:#ccc; margin:2em 0 0;}
.footer {padding:25px 0 10px;}
.footer, .footer a {  color:#cccccc;  font-size:12px;  }
.footer a:hover { color:#fff;}

.footlist{ text-align:center }                      
.footlist li{ display: inline; list-style-type: none; padding: 0; margin:0; color:#cccccc;}
.footlist a { padding: 0px 2px; }
.footlist a:link, .footlist a:visited {color: #cccccc; text-decoration: none;}
.footlist a:hover{color: #2cafe5; text-decoration: none;}

.footlt { float:left;}
.footrt { float:right;}

.navigation { float:right; width:100%;}

.thumb { margin-bottom:7px;}
.thumb img { max-width:100%;}
.thumblt { float:left; width:350px; margin:2px 15px 5px 0; padding:0 10px;}
.thumbrt { float:right; width:350px; margin:2px 0 5px 15px;}
.thumblt img, .thumbrt img { max-width:100%;}

.search { display:inline-block; margin-left:10px; float:right; margin-top:7px; }

.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;}
.searchpanel { }
.searchpanel .btn-default { background:#fff; border:1px solid #ccc;}
.searchpanel .input-group .form-control { float:right;}
.searchpanel .input-group-btn .fa { color:#1b4279;}


.top-logo {margin:10px 0;}

.pga-title {color:#05c5e2;}
.welcome-text {text-align:center; line-height:22px;}
.welcome-img {margin:1.5em 0;}
.read-btn {border-radius:0px; margin:.5em 0; background:#05c5e2 !important; border:0px; color:#000 !important; font-size:17px;}
.read-btn:hover {background:#000 !important; color:#fff !important;}

.gray-bg {background:#515157; margin:2em 0 0; }
.icon {padding:2em 2em 0;}
.practice { text-align:center; font-family: 'Open Sans', Helvetica, sans-serif;  color:#fff; font-size:34px;}

.schedule-left {float:left;}
.schedule-right {float:right;}



.infoblock:first-child { margin-top:30px;}
.infoblock { background:#515157; margin:0; padding:15px; }
.infoblock .infolt { float:left; margin:0 30px 0 15px;}
.infoblock .title h2{ margin-top:30px; color:#fff; font-family: 'Open Sans', Helvetica, sans-serif; font-size:31px;}

.infoblock.gray {background:#515157;}
.infoblock.green {background:#a9cf54;}
.infoblock.blue {background:#00bff3;}

.infoblock.gray:hover {background:#636369;}
.infoblock.green:hover {background:#b4db5e;}
.infoblock.blue:hover {background:#12cafc;}

.logos-sec {background:#05AD22; margin:1em 0 0;}
.client-title {color:#fff; text-transform:uppercase;}

.client-logos {background:#d5d6d6;}
.new-logos {margin:2em 0 1em;}
.sport-logo {text-align:center; margin:15px 0; font-size:22px;}

.gallery-sec {background:#05AD22; margin:2em 0;}

.main-gallery {padding:0px;}

.footer-links {text-align:center; margin:2em 0;}
.footer-links a {color:#fff;}
.footer-links a:hover {color:#11E2F4;}

.social-icon {padding:0 10px;}

.design a {color:#fff;}
.design a:hover {color:#11E2F4;}

 #owl-demo .item{
        margin:20px 10px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
		
    }

.about-content {line-height:22px; margin:1em 0 0;}
.about-img {border-radius:10px; border:5px solid #fff;}

.services-golf {padding:0 10px;}
.contact-detials {padding:10px 10px;}

.member { margin-bottom:7px;}
.member img { max-width:100%;}
.memberlt { float:left; width:250px; margin:2px 15px 5px 0; padding:0 10px;}
.memberrt { float:right; width:250px; margin:2px 0 5px 15px;}
.memberlt img, .memberrt img { max-width:100%;}

.partners {padding:1em 0;}

. {float:left; width:300px;}

.ready {font-weight:bold; color:#FF0004;}

/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.wrapper { background:#F50B0B /*red*/}
	#cssmenu {margin:3em 0 0;}
	
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.footlt, .footrt { float:none; text-align:center;}
	.thumblt { float:left; width:300px; margin:2px 15px 5px 0;}
	.thumbrt { float:right; width:300px; margin:2px 0 5px 15px;}
	
	.memberlt { float:left; width:300px; margin:2px 15px 5px 0;}
	.memberrt { float:right; width:300px; margin:2px 0 5px 15px;}

}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	.thumblt, .thumbrt { float:none; width:100%; margin:2px 0 7px 0;}
	.infoblock { text-align:center;}
	.infoblock .infolt { float:none; margin:0 0 10px;}
	.col-xs-6 { width:100%; float:none;}
	
	.memberlt, .memberrt { float:none; width:100%; margin:2px 0 7px 0;}
	
	.pga-title {color:#05c5e2; padding:0 10px;}
	.about-content {padding:0 10px;}
}