@font-face {
  font-family: 'BankGothic';
  src: url('fonts/BankGothic.ttf'); /* IE9 Compat Modes */
  src: url('fonts/BankGothic.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BankGothic.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
}

#page{
    width: 100%;
    max-width: 930px;
    margin: 0px auto;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.39);
	overflow-x: hidden;
}

h1 { 
    display: block;
    font-size: 1em;
    margin-top: 0.41em;
    margin-bottom: 0.41em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1em;
    margin-top: 0.40em;
    margin-bottom: 0.40em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 { 
    display: block;
    font-size: 1em;
    margin-top: 0.39em;
    margin-bottom: 0.39em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 { 
    display: block;
    font-size: 1em;
    margin-top: 0.38em;
    margin-bottom: 0.38em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.clr{display:block;clear:both;}

.menu{
    font-family: BankGothic, Verdana, Arial;
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.menu li{
	display: table-cell;
    text-align: center;
    background: #95c395;
    border: 1.5px solid #fff;
    border-top: 3px solid #fff;
}
.menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    text-transform: uppercase;
    padding: 0px 0px 0px;
    display: block;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
    letter-spacing: -3.5px;
}

a{color:#0066FF;}

hr{
	width: 100%;
	max-width:930px;
    border: none;
    border-top: 1px solid #9a9a9a;
	margin: 0px;
}

hr.margin-15{margin:15px 0px;}

table{width:100%;}

table,
table tr,
table tr td,
table tr th{	font-family:Verdana, Arial, Helvetica, sans-serif;}

table tr td a{color:#000;}

.w33{width:33.33%;max-width:33.33%;}


.nopadding{padding:0;}

.map{    position: relative;}
.map #paddlecraftpark{
	width: 28%;
    height: 16%;
    position: absolute;
    display: block;
    top: 0px;
    left: 42%;
}
.map #caxambaspark{
	width: 28%;
    height: 14%;
    position: absolute;
    display: block;
    left: 44%;
    bottom: 3%;
}

.page-store .content img{
	max-width: 350px;
    margin: 0px auto 20px;
    display: block;
}
.page-store .content{}

.produce-detail{}
.produce-detail ul{
	margin: 0px;
    padding: 0;
    list-style: none;
}
.produce-detail ul li{margin-bottom: 20px;}

#nav{    background: #95c395;    overflow: hidden;    margin: 0px 0px 20px;}

.mtoggle {
    background: transparent url(mmenu.png) no-repeat 0px 10px;
    padding: 10px 0px 10px 30px;
    margin: 0px 15px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
}

.space-after{margin-bottom:15px;}
.space-before{margin-top:15px;}


.footer *{
	font-family:BankGothic;
}

.footer{margin-top: 20px;}
.footer .social-links{	text-align: right;}

.footer .copyright{}
.footer .copyright img{margin: 15px 0px 0px;}



@media (max-width: 767px){
	body *{
		font-size: 14px;
		line-height: 150%;
	}
	.menu{display:none;}
	.menu li a {
		font-size: 28px;
		padding: 3px 5px 5px;
		letter-spacing: 0px;
	}
	
	.menu{border: none;}
	.menu li {
		display: block;
		text-align: left;
		background: #95c395;
		border: none;
		border-top: 1px solid #fff;
	}
	.menu li a {
		font-size: 22px;
		padding: 5px 15px 8px;
		line-height: 145%;
	}
	
	.page-title{margin-top:10px !important;    font-size: 18px;}
	.page-title * {
		font-size: 18px !important;
	}
	
	#featured-video{
		width:100%;
		height:355px;
	}
	
	.paddlemarco-map {
		max-width: 550px;
		margin: 20px auto 0px;
		overflow: hidden;
		display: block;
		float: none;
	}
	
	.paddlemarco-map img{
		width: 101%;
		display: block;
		position: relative;
		left: -5px;
	}
	
	.footer .social-links {
		text-align: center;
	}
	.footer .copyright {
		text-align: center;
		margin: 0px 0px 25px 0px;
	}
	table tr td,
	table tr th{
		padding: 4px 10px;
	}
	
	.produce-detail{text-align:center;}
	.produce-detail ul li{margin-bottom:10px;}
	
	#nav {
		margin: 0px 2px 10px;
	}
	
	
	
}

@media (max-width: 620px){
	#nav{margin: 0px 2px 10px;}
	
	#featured-video {
		width: 100%;
		height: 300px;
	}
	table *{font-size:12px !important;}
	table tr td,
	table tr th{
		padding: 4px 7px;
		font-size:12px !important;
		*white-space:nowrap;
	}
	
	table tr td img{
		*max-width:110px;
		height:auto;
		margin:3px 0px;
		width:100%;
	}
	
	table tr .booknow img{
		height:100%;margin:0px 0px;
	}
	
	.cdsROW{}
	.TA_cdsratingsonlywide .cdsROW.wide{
		max-width: 100%;
		height: auto;
	}
	.TA_cdsratingsonlywide .cdsROW.wide .cdsROWContainer{
		width: auto;
		display: block;
		height: auto;
	}
	.TA_cdsratingsonlywide .cdsROW .logo{
		display: block !important;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		clear: both;
		height: 35px !important;
		padding: 5px 15px !important;
		border:none !important;
		border-bottom:1px solid #91b155 !important;
	}
	.TA_cdsratingsonlywide .cdsROW.wide .cdsROWContainer .cdsLocName,
	.TA_cdsratingsonlywide .cdsROW.wide .cdsROWContainer .cdsRating{
		max-width:50%  !important;
		width:50%;
		box-sizing:border-box;
		padding: 5px 10px;
	}
	#featured-video {
		width: 100%;
		height:340px;
	}
	
	
	table tr td.nopadding img{
			width: 100%;
			max-width: 92%;
	}
	
}

@media (max-width: 550px){
	#featured-video {
		width: 100%;
		height: 305px;
	}
}

@media (max-width: 500px){
	#featured-video {
		width: 100%;
		height: 270px;
	}
}

@media (max-width: 480px){
	#featured-video {
		width: 100%;
		height: 255px;
	}
}

@media (max-width: 440px){
	#featured-video {
		width: 100%;
		height: 225px;
	}
}

@media (max-width: 400px){
	.menu li a {
		font-size: 18px;
		padding: 5px 15px 8px;
		line-height: 145%;
	}
	
	.footer .copyright img{width:100%;}
	
	#featured-video {
		width: 100%;
		height: 215px;
	}
}