@charset "utf-8";

ol,ul{
	list-style:none
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:600;
	color:#566965
}
table{
	border-width:0
}
fieldset,img{
	border:none
}
caption,th{
	text-align:left
}
q:after,q:before{
	content:""
}
article,aside,footer,header,nav,section{
	display:block
}
img{
	height:auto; 
	display: block
}
img.full{
	max-width:100%
}
#gmap picture img{
	width:100%;
	max-width:100%;
	margin-bottom:1em
}
.img-txt{
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none
}
img.subarticle{
	max-width:40%;
	height:auto
}
@keyframes zoominout{
	  0%{
		  transform:scale(1)
  }
	  20%{
		  transform:scale(1.1)
  }
	  40%{
		  transform:scale(1.2)
  }
	  60%{
		  transform:scale(1.3)
  }
	  80%{
		  transform:scale(1.4)
  }
	  100%{
		  transform:scale(1.5)
  }
}
@keyframes fadein{
	  from{
		  opacity:0
  }
	  to{
		  opacity:1
  }
}

/* FORMAT PAGE */
html{
	font-size:16px
}
body{
	font-family: Raleway,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 100%;
	line-height: 175%;
	color: #4c4c4c;
	background-color: #f7f7f1;
	padding: 0;
	margin: 0;
 }
article{
	line-height:175%
}
header{
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 5;
	padding: 0px;

}
section{
	min-height: 400px;
	width: 100%;
	clear: both;
	padding-top: 0px;
 }
article{
	padding-right:1em;
	padding-left:1em;
	margin-right:auto;
	margin-left:auto
}
#brand,#headline,footer{
	width: 1024px;
	max-width: 100%;
/* [disabled]	max-width: calc(100% - 40px); */
	margin-right: auto;
	margin-left: auto;
}
#brand{
	font-weight:700;
	font-variant:small-caps
}
nav{
	display: block;
	margin-top: 175px;
	width: 100%;
	background-color: #566965;
 }
 
#logo{
	display:inline-block;
	width:100%;
	text-align:center;
	color:#333
}
#logo img{
	margin-top: 0;
	/* [disabled]margin-left:10px; */
	position: absolute;
	height: 70px;
	width: 70px
}
#masthead{
	margin-right: auto;
	margin-left: auto;
	max-height: 600px;
	max-width: 100%;
	position: relative;
	background-color: #789993;
	margin-bottom: 50px;
	margin-top: 25px;
	padding: 0px;
	width: 100%;
}
#mobile-icon{
	width: 20px;
	height: 30px;
	top: 0px;
	position: absolute;
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
	text-align: center;
	right: 20px;
	box-shadow: none;
	padding: 10px;
	z-index: 11
}
#mobile-icon span{
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	border-radius:9px;
	opacity:1;
	left:0;
	transform:rotate(0);
	transition:.25s ease-in-out;
	background-color:#566965;
	padding-top:0
}
#mobile-icon.open{
	color:#fff
}
#mobile-icon span:nth-child(1){
	top:0;
	top:10px
}
#mobile-icon span:nth-child(2),#mobile-icon span:nth-child(3){
	top:25px
}
#mobile-icon span:nth-child(4){
	top:40px
}
#mobile-icon.open span:nth-child(1){
	top:18px;
	width:0%;
	left:50%
}
#mobile-icon.open span:nth-child(2){
	transform:rotate(45deg)
}
#mobile-icon.open span:nth-child(3){
	transform:rotate(-45deg)
}
#mobile-icon.open span:nth-child(4){
	top:18px;
	width:0%;
	left:50%
}
#menu{
	display:none;
	padding:0;
	margin:0;
	max-height:0
}
#menu.open{
	display:block;
	clear:both;
	max-height:1000px;
	animation:fadein 1s
}
#menu ul{
	padding:0;
	margin:0;
	background-color:#000
}
ul#menu li{
	margin:0;
	padding:0;
	list-style-type:none;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#999
}
ul#menu li ul li{
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#d6d6d6
}
ul#menu li a{
	text-transform:uppercase;
	height:40px;
	display:inline-block;
	vertical-align:middle;
	padding-left:1em;
	padding-right:1em;
	line-height:40px
}
#menu ul li a{
	text-transform:capitalize;
	padding-left:2.5em;
	display:block
}
ul#menu ul{
	visibility:hidden;
	overflow:hidden;
	height:0;
	transition:all .5s 0s ease-in
}
#menu li span.ddmenu{
	font-size:.8em;
	float:right;
	display:block;
	margin-right:5px;
	vertical-align:bottom;
	width:35px;
	text-align:center;
	line-height:40px;
	height:40px;
	max-height:40px;
	position:relative
}
#menu li span.ddmenu:after{
	float:right;
	content:"\002B";
	display:table-cell;
	margin-right:5px;
	color:#eee;
	vertical-align:bottom;
	width:40px;
	text-align:center;
	line-height:40px;
	position:absolute;
	transition:all .5s 0s ease-in;
	font-weight:700;
	font-size:2em
}
#menu li span.ddmenu.open:after{
	content:"\2212";
	color:#eee;
	font-weight:700
}
#map .smaller .address{
	line-height:1em;
	margin-top:-.5em;
	white-space:nowrap;
	display:block
}
ul#mClassifieds.open{
	height:90px;
	visibility:visible;
	transition:all .5s 0s ease-in
}
ul#mCountryClubs.open{
	height:215px;
	visibility:visible;
	transition:all .5s 0s ease-in
}
ul#mBusiness.open{
	height:130px;
	visibility:visible;
	transition:all .5s 0s ease-in
}
ul#mRealEstate.open{
	height:90px;
	visibility:visible;
	transition:all .5s 0s ease-in
}
ul#mAccount.open{
	height:210px;
	visibility:visible;
	transition:all .5s 0s ease-in
}
h1,h2,h3,h4{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:100%;
	letter-spacing:.04em;
}
#headline h1{
	color:#fff;
	font-size:1.4em;
	text-shadow:1px 1px 1px rgba(0,0,0,.8);
	text-align:center;
	padding:.5em
}
article h1{
	font-size:1.4em;
	margin-bottom:.5em
}
article h2{
	font-size:1.2em;
	margin-top:1em;
	margin-bottom:.5em;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#789993;
	display:inline-block
}
h3{
	font-size:1em;
	margin-top:2em;
	margin-bottom:1em;
	padding:.5em
}
#clubs h3,.rightColumnblock h3,.textmenu h3{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7); 
	background-color: #789993;
	letter-spacing: .041em;
}
.rightColumnblock h3{
	margin: 0;
	font-size: 1em;
	padding-bottom: 0px;
	font-family: Raleway, "sans-serif;";
}
.rightColumnblock{
	width: 100%;
	min-height: 50px;
	float: left;
	margin-right: 1em;
	border: 1px solid #789993;
	margin-bottom: 1em;
	padding-bottom: 1em;
 }
.rightColumnblock a { 	
margin-left: 1em;	}

h4{
	font-size:1em;
	margin-top:1em;
	margin-bottom:.5em;
	padding:.5em;
	text-align:center;
	font-weight:600;
	padding-right:.5em;
	padding-bottom:.5em;
	padding-left:.5em
}
h1#site-title{
	font-size: 3em;
	font-weight: 400;
	font-variant: small-caps;
	text-transform: none;
	padding: 0px;
	margin: 0px;
}
h1 small{
	font-variant:normal;
	text-transform:lowercase;
	line-height:1.5em;
	font-size:.7em
}
#site-title span{
	display:none
}
h1#site-title:after{
	content: " ";
	display: block;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	width: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
	color: #999
}
h2#site-tagline{
	font-family:Raleway,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:400;
	font-size:1.75em;
	color:#999;
	margin-top:0;
	margin-bottom:0
}
a{
	text-decoration:none;
	color:#fff;
	transition:color .5s;
	transition:border-bottom-color .5s
}
article a,  #clubs ul li em a  {
	display:inline-block;
	color:rgba(0,0,255,.9);
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:rgba(0,0,255,.5)
}
article a:hover,article a:visited:hover, #clubs ul li em a:hover,  #clubs ul li em a:visited:hover {
	color:rgba(255,0,0,.9);
	border-bottom-color:rgba(255,0,0,.5)
}
article a:visited, #clubs ul li em a:visited{
	color:#551a8b;
	border-bottom-color:rgba(85,26,139,.5)
}
#trailer a:hover,#trailer a:hover svg,a:hover,a:hover svg{
	color:#e7d6a0;
	fill:#e7d6a0;
	transition:all .5s
}
#trailer a:hover,#trailer a:hover svg{
	color:#e7d6a0;
	fill:#e7d6a0;
	transition:all .5s
}
.anchor-offset{
	display: inline-block;
	position: relative;
	top: -50px;
	visibility: hidden
}
.clear{
	clear:both;
	float:none;
	display:block
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.left{
	text-align:left
}
.center{
	text-align:center;
	margin-right:auto;
	margin-left:auto
}
.right{
	text-align:right
}
.floatLeft{
	float:left
}
.floatRight{
	float: right;
 }
.imgCenter,.imgLeft,.imgRight{
	box-shadow:0 0 5px rgba(0,0,0,.2);
	border-radius:10px
}
.imgLeft{
	float:left;
	margin-right:2em;
	margin-bottom:2em
}
.imgCenter{
	margin-bottom:1em;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	display:block
}
.imgRight{
	float:right;
	margin-left:2em;
	margin-bottom:2em
}
article ul{
	list-style:none
}
article ul li{
	background-image:url(../images/layout/ulIcon.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	list-style-type:none;
	margin-bottom:.5em;
	list-style-position:outside;
	margin-left:1em;
	margin-top:0;
	margin-right:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:1.5em;
	font-size:.95em
}
.textmenu ol li{
	padding-bottom:1em
}
.textmenu ul li{
	padding-bottom:1em
}
 
  .listhighlight {
	background-color: rgba(255,255,255,1);
	padding:1em;
	border:1px solid #789993
}
  

p{
	margin:1em
}
ol{
	list-style-type:decimal;
	margin-left:1em
}
.smaller{
	font-size:smaller
}
strong, .strong{
	font-weight:600
}
dfn{
	font-weight:600
}
 
 blockquote{
	font-size: .9em;
	margin-top: 1em;
	width: 90%;
	margin-left: 1em;
}
blockquote span{font-style:italic}
blockquote:after,blockquote:before{content:" ";background-image:url(../images/layout/quote.png);height:1.5em;width:1.8em;display:inline-block;background-repeat:no-repeat;float:left}
blockquote:after{float:none;vertical-align:text-bottom;height:1.5em;transform:rotate(180deg)} 

.button{
	background-color:#789993;
	text-shadow:0 0 2px #000;
	color:#fff;
	transition:all .5s
}
.button:hover{
	color:#f90;
	background-color:#e7d6a0;
	transition:all .5s
}
.blueback{
	text-shadow:0 0 2px #000
}
.blueback:hover{
	color:#f90;
	transition:all .5s
}
#map span{
	font-size:.8em
}
footer{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e7d6a0;
	margin-top:20px;
	padding-top:20px;
	clear:both;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e7d6a0;
	padding-bottom:20px;
	margin-bottom:50px
}
#footerAppend{
	margin-left:auto;
	display:block;
	margin-right:auto;
	line-height:1em
}
footer #clubs{
	font-size:1em
}
#clubs ul{
	margin-bottom:1em;
	clear:both
}
#clubs li{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:rgba(204,204,204,.7);
	font-size:.9em;
	line-height:2em;
	width:100%;
	text-align:left;
	display:block;
	margin:0;
	padding-top:.5em;
	padding-right:0;
	padding-bottom:.5em;
	padding-left:0
}
#clubs ul li span{
	min-width:10em;
	display:inline-block
}
#clubs li em{
	line-height:4em;
	color:#566965;
	float:right;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:rgba(204,204,204,.7);
	padding-left:.7em;
	font-style:normal;
	width:45%
}
#trailer{
	background-color: #566965;
	position: sticky;
	position: fixed;
	bottom: 0;
	text-align: center;
	display: block;
	line-height: 3em;
	color: #cadad7;
	clear: both;
	vertical-align: middle;
	padding-bottom: 10px;
	width: 100%;
	font-size: .9em;
	z-index: 9;
	height: 40px
}
#trailer .icon{
	float:none;
	position:absolute;
	top:7px
}
#clubs h3:first-child{
	margin-top:0
}
.subarticle:after{
	content:"";
	display:block;
	clear:both;
	float:none
}
.submenu{
	background-color:rgba(0,0,0,.5);
	margin-top:.5em;
	margin-bottom:1em;
	padding-left:1em;
	padding-bottom:1em
}
.submenu:after{
	content:"";
	display:block;
	clear:both;
	float:none
}
.listsection{
	font-weight:700;
	background-image:none;
	padding-left:0;
	margin-top:1.2em;
	font-style:italic
}
article li{
	padding:.5em;
	list-style-type:circle;
	list-style-position:inside;
	font-size:.9em
}
.submenu .imgRight.feature{
	margin-right:1em
}
.pipe{
	margin-right:1em;
	margin-left:1em;
	display:inline-block
}
.pipe:nth-of-type(3){
	margin-right:1em;
	margin-left:3em;
	display:inline-block
}
video{
	margin-top:2em;
	margin-bottom:2em;
	margin-right:auto;
	margin-left:auto;
	width:640px;
	max-width:100%;
	display:block
}
.controlPanel tr td a {
	color: rgb(51,102,255);
}
.controlPanel{
	border: thin solid #ccc;
	background-color: #fff;
	max-width: 80%;
}
.controlPanel th{
	text-align:left;
	border:thin solid #666;
	font-size:smaller;
	font-weight:600
}
.controlPanel td{
	border:thin solid #666;
	font-size:smaller
}
.controlPanel .view{
	width:2em
}
.controlPanel .status{
	width:5em
}
.controlPanel .trans_type{
	width:7em
}
.controlPanel .category{
	width:7em
}
.controlPanel .date{
	width:7em
}
.inactiveRow{
	background-color:#e9e9e9;
	color:#666
}
table.cc{
	background-color:#fff;
	width:100%;
	padding:1em;
	border:1px solid #789993
}
table.cc tr:nth-child(odd){
	background-color:rgba(120,153,147,.1)
}
table.cc td,table.cc th,table.cc tr{
	margin: 0px;
	padding: 0.5em;
 }

@media (min-width:1025px){
  html{
	  font-size:16px
  }
  body{
	  font-size:100%;
	  line-height:175%
  }
  header{
	  position:relative
  }
  #brand{
	  position:relative;
	  display:block;
	  padding-top:0;
	  margin-top:0
  }
  #mobile-icon{
	  display:none
  }
  masthead{
	  margin-top:0
  }
  nav.relative{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	border: 0 solid #fff;
	max-width: 100%;
	z-index: 100;
	display: block;
	height: 40px;
	margin-top: 25px;
	padding: 0px;
  }
  
  nav.sticky{
	  margin-right:auto;
	  margin-bottom:0;
	  margin-left:auto;
	  position:fixed;
	  top:0;
	  background-color:#000;
	  border:0 solid #fff;
	  max-width:100%;
	  z-index:11;
	  display:block;
	  height:40px;
	  margin-top:0
  }
  
  .content {max-width:1024px;}
  #menu{
  font-size: 0.95em;
  position: relative;
  z-index: 11;
  display: block;
  width: 1024px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto
  }
  ul#menu li{
	  float:left;
	  width:auto;
	  border-top-style:none
  }
  ul#menu li ul{
	  font-size:.9em;
	  box-shadow:0 7px 20px 1px rgba(144,182,203,.54);
	  border-bottom-right-radius:1em;
	  border-bottom-left-radius:1em;
	  border-right-width:1px;
	  border-bottom-width:1px;
	  border-left-width:1px;
	  border-right-style:solid;
	  border-bottom-style:solid;
	  border-left-style:solid;
	  border-right-color:rgba(204,204,204,.3);
	  border-bottom-color:rgba(204,204,204,.3);
	  border-left-color:rgba(204,204,204,.3)
  }
  ul#menu li ul li{
	  float:none;
	  width:auto
  }
  ul#menu li a{
	  padding-left:.7em;
	  padding-right:.7em
  }
  #menu li span.ddmenu{
	  margin-right:0;
	  margin-left:-15px;
	  text-align:left
  }
  #menu li #map span{
	  display:none
  }
  ul#menu li:hover>ul#mClassifieds{
	  height:90px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>ul#mCountryClubs{
	  height:215px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>ul#mBusiness{
	  height:130px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>ul#mRealEstate{
	  height:90px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>ul#mAccount{
	  height:210px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>ul{
	  height:180px;
	  visibility:visible;
	  transition:all .5s 0s ease-in
  }
  ul#menu li:hover>span.ddmenu:after{
	  content:"\2212";
	  color:#e7d6a0;
	  font-weight:700
  }
  #menu #mHome a{
	  padding-right:1em
  }
  ul#menu li a#map{
	  padding-right:0;
	  padding-left:0;
	  margin-right:0;
	  margin-left:0
  }
  section{
	  padding-top:40px
  }
  .sectionquote{
	  max-width:400px;
	  bottom:100px!important;
	  font-size:1.2em
  }
  a#gmap{
	  float:left;
	  width:70%;
	  width:calc(100% - 380px)
  }
  article{
	  width:1000px
  }
  article p{
	  margin-left:.7em;
	  margin-right:.7em
  }
  article .leftColumn{
  float: left;
  width: 70%;
  width: calc(100% - 270px)
  }
  article .rightColumn{
  float: right;
  width: 225px
  }
  footer #clubs{
	  float:right;
	  width:350px
  }
  .anchor-offset{
	  top:-100px
  }
  .submenu{
	  width:365px;
	  float:left;
	  display:block;
	  margin-right:2em;
	  margin-bottom:3.5em;
	  padding-bottom:2em
  }
  .subarticle{
	  clear:both
  }
  #headline h1{
	  font-size:1.5em
  }
  article h2{
	  font-size:1.3em
  }
  h3{
	  font-size:1.1em
  }
  h4{
	  font-size:1em
  }
  footer #clubs h3{
	  margin-left:-10px
  }
  
}

@media only screen and (max-width:600px){
  body{
  font-size: 90%;
  }
  #masthead{
  margin-top:0px
  }
  
  h1#site-title{
  font-size:2.2em
  }
  h2#site-tagline{
  font-size:1.5em;
  }
  #site-title span{
  display:inline
  }
  article .rightColumn  .rightColumnblock{
  width:100%;
  }
  .imgMobile {
  clear: both;
  float: none;
  text-align: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  }
  
  #adHeaderTbl {
	font-size: 11px;
  }
}
 
 
