
html {
  scroll-behavior: smooth;
}
/* typography */
body{
	background:#fff;
	color:#596b71;
	font-family: Open Sans, Times, Georgia, serif; 
	font-size:1em;
	font-weight:normal;
	max-width: 100%;
    overflow-x: hidden;
	
}

p { line-height:1.6em; }

h1 { font-family: 'Goudy Bookletter 1911', Serif; font-weight:normal; line-height:1.4em;
	margin:.2em 0;
	padding:0;
	font-size: 2.5em;
}

h2 {
	font-weight:normal;
	font-family:'Goudy Bookletter 1911', Serif;
	margin:.45em 0;
	padding:0;
	font-size: 1.7em;
} 
h3 {
	font-weight:normal;
	font-family:'Open Sans', Times, Georgia, serif;
	padding:0;
} 

h4 { font-weight:normal;
	font-family:'Open Sans', Times, Georgia, serif;
	font-size: 1.2em;
	margin:.45em 0;
	padding:0;
	font-style:italic;
	
} 

h5 {
	font-weight:normal;
	font-family:'Open Sans', Times, Georgia, serif;
	font-size: 1em;
} 
/* links */
#footer a,
a:visited,
a:active {color:#d4e2f0;}
#footer a:hover {color:#fff; text-decoration:none;}

h1, h2 a,
a:visited,
a:active,
a:hover{color:#413834;}
a:hover{ text-decoration:none;}

a,
a:visited,
a:active { color:#168acd; text-decoration: none; font-weight: 500; }
a:hover{color:#0f6ca1; text-decoration:none; font-weight: 500;}


/* Box sizing */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
.wrappernarrow{
	width: 92%; 
	margin: 0 auto;
}

header p { 
	margin:0!important;
}

.headerright { display: none; }

#hero{
	width: 100%;
	/*margin-bottom: -80px;*/
	background: #fff;
	padding: 20px 0  15px 0;
}

#herohome{
	width: 100%;
	/*margin-bottom: -80px;*/
	background: #168acd url(../images/header.jpg);
	padding: 10px 0  0 0;
}
#herohome h1 { color: #fff; }
#herohome h4 { color: #fff; }

#hero1{
	background: #fff;
	padding:10px 0 20px 0;
	color: #000;
}
#hero1a{
	padding:20px 0;
	margin-top: 30px;
}

#hero1sm{
	background: #232027;
	padding:0 0 20px 0;
	color: #fff;
}
#herogold{
	background: #116b9f;
	padding:0;
	color: #fff;
}

#herogold1{
	background: #beab6b;
	padding:30px;
	color: #fff;
	margin-top: 20px;
}

#herogold1 h2 { color: #fff; }

#hero5 {
	background:#ebbd26;
	height: 34px;
	padding:0;
}
#hero5 h2 { color: #86958e; font-size: 2em; }

#hero3 {
	background:#f5f9f9;
	padding:0 20px;
}

#hero4{
	background: #fff;
	padding:10px 0 20px 0;
	color: #4e5b66;
}

#hero2 {
	background:#fccf7b;
	padding:0;
	color: #fff!important; 
}
#hero2 h2 { color: #fff; font-size: 2em; }

#hero6{
	background: #7fae4e url(../images/eating.jpg);
	background-size: cover;
	background-position: bottom;
	padding:10px 10px 0 10px;
	color: #fff;
	margin-top: 20px; 
} 

#hero h1{ 
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
	color: #c7cbbb; }

#hero6 h1{ 
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff;
	padding-top: 5%;
	font-size: 2em; }

#content {  
	margin:30px 0;
	padding: 20px;
	background: #fff;
}
.white { color: #fff; }
.grey { color: #323232; }
.imagebg1 { background: url(../images/bgimage.jpg) }

.paddingsm { padding-top: 20px; }

.fab {
  color: #fff;
  font-size: 1.5em; }


#socialbottom  li { display: inline;  list-style-type:none; text-align: left; }

/* Bounce animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}


blockquote h2 { text-align:center; }
blockquote h3 { text-align:center; }

.dots { border-bottom: dotted 1px #ccc; }

ul.listy
{
	list-style-type: disc;
	text-align: center;  list-style-position:inside;
}

hr { clear: both; border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }
hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
 border-radius: 50%; 
}
.hover11 figure:hover img {
	opacity: .7;
} 

.hover11 { text-align: center; } 

.callyellow { width: 60%; background: #fab720; padding: 0 0 10px 0; margin: 0 auto; }
.callgreen { width: 60%; background: #64b54f; padding: 0 0 10px 0; margin: 0 auto; }
.callblue { width: 60%; background: #6fc7da; padding: 0 0 10px 0; margin: 0 auto; }

 

ul.listlist
{
	list-style-type: none;
	text-align: left; display: inline-block;
}

ul.icon li
{
	text-indent: -1.4em;
}
	
ul.listlist li:before
{
	font-family: 'FontAwesome';
	content: "\f046";
	font-size: 1.2em;
	list-style:none;
	line-height: 1.8em;
	margin:0 0.2em 0 -1.2em;
}
	

.undisplay {display: none; }
.undisplaymob {display: block; }

.purple {color: #788bcd; }

.ccm-block-feature-item ul { padding: 0 0 0 0; }

.ccm-block-feature-item li { list-style-type: disc;
	text-align: center;  list-style-position:inside;
  }
.ccm-block-feature-item { background: #168acd url(../images/header.jpg) bottom; padding: 10px 0; border-radius:  0 0 25px 25px; text-align: center; }
.ccm-block-feature-item h4 { font-style:normal; text-align: center; }
.ccm-block-feature-item a { color: #fff; }
.ccm-block-feature-item a:hover { color: #bce3fa; }
.ccm-block-feature-item p { margin-left: 0!important; }



.ccm-block-feature-itemwho ul { padding: 0 0 0 0; }

.ccm-block-feature-itemwho li { list-style-type: disc;
	text-align: center;  list-style-position:inside;
  }
.ccm-block-feature-itemwho { padding: 10px 0; }
.ccm-block-feature-itemwho h4 { font-style:normal; }
.ccm-block-feature-itemwho a { color: #178acd; }
.ccm-block-feature-itemwho a:hover { color: #bce3fa; }
.ccm-block-feature-itemwho p { margin-left: 0!important; }
.ccm-block-feature-itemwho h3 { padding-top: 20px!important; }


.ccm-image-slider-title {  position: relative; top: 20px; left: 20px; }
.cycle-caption {
    position: absolute;
    left: 25px;
    right: 20px;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    text-align: left;
	z-index: 23!important;
}

/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

header {
    position: relative;
	top: 0px;
    align-items: center;
    width: 100%;
    padding: 0;
    transition: padding 300ms ease;	
	z-index: 3;
	  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
}

header.sticky {
    padding: 0;
	}

header.sticky img { max-width: 80px!important;
transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;  
  margin-top: 0; }  

.ineditmode { margin-top: 0; position: relative; }

.ccm-toolbar-visible header {
  margin-top: 48px;  
  position: relative;
}
.accordion-header { background: #e22724; color: #fff; padding: 5px; size: 2em; }
/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_3a,
.grid_3b,
.grid_6a,
.grid_4,
.grid_4a,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_8b,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid_12a {
	float: left;
	display: block;
}
.grid_4b 
{		float: left;
	display: block;
	 width: 31.33333333%;  }
	
.grid_8b 
{	width: 66.66666666%;
	float: left;
	display: block; }
/*For mobile header nav*/
.grid_7a { margin-bottom:-10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

div#ccm-highlighter {z-index:100!important;}

table { width: 100%; }

table td { border: 1px solid #ccc; padding: 4px; }

tbody tr:nth-child(even) { background: #f3f2f1; }

.button { display: none; }
.buttonmob { display: inline-block; float: right; margin-right: 8%;  margin-top: 2px }

a.buttonlink{
/*border: solid 2px #000; */
border-radius:  5px;
	background: #0b4c38;
	color:#fff;
	margin:10px 0; 
	padding: 10px 40px;
	text-decoration:none; text-align: center;
	display: inline-block;
	font-size: 1.1em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out;
}
a.buttonlink:hover{
	background:#157760;
	color: #fff;
}

a.buttonlinkmob{
border: solid 1px #beab6b; 
	color:#beab6b;
	margin:18px 0; 
	padding: 5px 8px;
	text-decoration:none; text-align: center;
	display: inline-block;
	font-size: .8em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out; 	
	font-family: 'Goudy Bookletter 1911', Serif;	
}
a.buttonlinkmob:hover{
	background:#beab6b;
	color: #fff;
}

a.buttonlinkbook{
	border: solid 1px #fff; 
	color:#fff;
	margin:20px 10px 20px 0; 
	padding: 10px 20px;
	text-decoration:none; text-align: center;
	font-size: 1.2em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out; 	
	white-space: nowrap;
	
}
a.buttonlinkbook:hover{
	background:#8c7e70;
}

a.buttonlinkslide{
border: solid 2px #fff; 
border-radius:  5px;
	color:#fff;
	margin:10px 0; 
	padding: 3px 30px;
	text-decoration:none; text-align: center;
	display: inline-block;
	font-size: 1.1em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out; 	
	font-family: 'Open Sans', serif;	
}
a.buttonlinkslide:hover{
	border: solid 2px #ccc; 
	color: #fff;
}

.paddingtophead { padding-top: 0; }
.paddingtophead1 { padding-top: 10px; }

.imageContainer {
   margin-left:0;
/*   display: inline-block;*/
   position: relative;
   text-align: center;
   color: #fff;
}
.caption{
   font-size: 1.4em;/* background-color:  rgba(155,176,161,0.5);*/ padding: 10px 20px;
   font-family:'Goudy Bookletter 1911', Serif;
   }
.centre {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
a.buttonlink1 {
	color:#19579b;
	background:rgba(255,255,255,0.8);
	margin:0; 
	padding: 10px 20px;
	text-decoration:none; text-align: center;
	display: inline-block;
	font-size: 1em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out;
}
a.buttonlink1:hover{
	background:#edf3f7;
	color: #19579b;
}
/* Medium  start*/

#nav-icon3.medium {

	width: 45px;

    height: 35px;
margin-top: 15px;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -240px;
}

.anchor {
  position: relative;
}

.list-inline li { display: inline-block; list-style-type: none; padding: 10px; margin: 0; font-size: 1.5em; }


/*FOOTER*/
footer{  
	clear:both;
	padding:25px 0 0 0;
	background: #168acd url(../images/header.jpg);
	min-height: 320px;
	
}
footer ul{
	margin:0;
	padding:0;
}

footer p { line-height: 1.8em;  color: #fff; font-size: 1.2em; }
footer h3 {  color: #fff; }


.contact { font-size: 1.2em; line-height: 35px; text-align: center; padding-top: 20px; }
.contact h1 { margin-bottom: 0!important; padding-bottom: 0!important; }

.tel { font: 1.3em cinzel, arial, verdana, sans serif; color: #c0bc9c; } 
ol.breadcrumb li { display: inline; }
ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ol.breadcrumb { border-bottom: 1px dotted #8ad2cc; margin-bottom: 20px; padding-bottom: 20px;  }

.cycle-caption h1 { color: #fff!important; font-size: 2.7em!important; font-weight: 700; line-height: 1.2em;}


/*colors and backgrounds*/

.formblock { width:100%;
    padding:30px;
    margin:40px auto;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); }
input[type="text"],
input[type="email"],
textarea,
select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	margin-bottom: 20px;
}

.section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
input[type="button"], 
input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
input[type="button"]:hover, 
input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.invalid-feedback { color: #d71919; }

h1 {
	color:#2665aa;
}

h2 { color: #2665aa; }
h3, h4, h5, h6 { color:#2665aa; }
.white h1 { color: #fff; font-size: 1.6em; margin-top: 35%; margin-left: 3%; line-height: 1.5em; }

#logo { margin-top: 0;  }
#logo img { max-width:80px; height:auto; padding-top: 5px; }
#logo p { margin: 0; padding: 0; text-align: left; }
.contact h3 { color: #705202; }
.nopad { padding-top: 0; margin-top: 0; }

.grid_3a { width: 50%; float: left;	display: block; } /*For footer*/
.grid_3b { display: none; } /*For footer*/
.grid_4a { width: 33.3333%; float: left;	display: block; } /*For footer*/
.grid_6a { width: 50%; float: left;	display: block; } /*For footer*/
.rowa {	 margin-left: 0; margin-right: 0; }

/*footer{ 
	margin-top: 50px;
}*/

footer ul{
	margin:0 0 20px 0;
}
/*footer ul li { list-style: none; display: inline; }
footer li+li:before {
  padding: 8px;
  content: "/\00a0";
}
footer p { font-size: .9em!important; }*/

/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}

a.link2:link { color: #fff;   }
a.link2:visited { color: #fff;  }
a.link2:hover { color:#fff4df; }

a.link3:link { color: #c59608; text-decoration: none; background: transparent; font-size:1em; font-weight: 500; }
a.link3:visited { color: #c59608; background: transparent; text-decoration: none; font-size:1em;  font-weight: 500; }
a.link3:hover { color: #dab34a!important; background: transparent;  text-decoration: none; font-size:1em;  font-weight: 500; }

.paddingtop { padding-top: 0; }
.paddingtopslh { padding-top: 0; }
.paddingtop1 { padding-top: 40px; }
.paddingtopmob { padding-top: 20px; }
.nodisplay { display: none; }

.whitelink a { color: #fff!important; text-decoration: none!important; }

.border { background: #fff; padding: 10px; }
.picright { float: right; padding: 0 0 0 20px; }

.clear { clear: both; }

.slider { display: block; margin-bottom: 30px; }
.slider img { display: block; }
.slider p { margin: 0!important; }


/*.wrapper, .sliderotherpages { width: 100%; }*/

.black { color: #323232!important; }

.slidermob { display: block; background-color:transparent!important; position: relative; }
.slidermob img { display: block; margin-top: 20px; 
width: 100%;
height: 250px; }

@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 20px;}
    100% {bottom: 0;}
}

#hero6 img { /*margin: 0 auto!important;*/ width: 100%; height: auto; }

/*Responsive Nav*/
* { box-sizing: border-box;
}
.book { display: none; }
.bookmob { display: inline-block; margin-left: -30px; }

.content {
   /* margin-top: 220px;*/
    padding: 20px 0 0;
    color: #202020;
}

header.sticky img { max-width: 230px!important;
transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;  
  margin-top: 0; }  
}
/*End Responsive Side Nav*/
/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {

.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}
.nodisplay { display: none; }

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/

@media only screen and (min-width: 805px) {
	
	/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_3a { width: 25%; }
.grid_3b { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_4a { width: 33.33333333%; }
.grid_4b { width: 32.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_6a { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_8b { width: 67.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_12a { width: 100%; }

.grid_7a { width: 58.33333333%; }

.grid_1,
.grid_2,
.grid_3,
.grid_3b,
.grid_4,
.grid_4a,
.grid_4b,
.grid_5,
.grid_6,
.grid_7,
.grid_8b,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12
.grid_12a {
	float: left;
	display: block;
}
	.grid_7a {
	float: left;
	display: block;
}
	.undisplay {display: block; }
	.undisplaymob {display: none; }
	.smallimg { 	max-width: 100%; }

header {
     position: relative;
    top: 0px;
    align-items: center;
    width: 100%;
    transition: padding 300ms ease;
	z-index: 25;
}
header.sticky {
    padding: 0;
}
header.sticky img { max-width: 250px!important;
transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;  
  margin-top: 0; }

.slider { display: block; position: relative; }
.slider img { display: block;/* margin-top: 195px;*/ width: 100%; }	

.paddingtophead { padding-top: 40px; }

.slidermob { display: none;  }
.slidermob img { display: none; }

.button { display: inline-block; white-space: nowrap; }
.buttonmob {display: none; }
.slhmob {display: none; }
.book { display: inline-block; padding-top: 15px; }
.bookmob { display: none; }

a.buttonlinkmob{
border: solid 1px #beab6b; 
	color:#beab6b;
	margin:20px 10px; 
	padding: 10px 20px;
	text-decoration:none; text-align: center;
	display: inline-block;
	font-size: 1.2em;
	transition: background .6s ease-in-out,color .2s ease-out,border .2s ease-in-out; 	
	font-family: 'Goudy Bookletter 1911', Serif;	
}
a.buttonlinkmob:hover{
	background:#beab6b;
	color: #fff;
}
#hero6{
	background: #7fae4e url(../images/eating.jpg);
	background-size: cover;
	background-position: top left;
	padding:20px ;
	color: #fff;
	margin-top: 25px;
	/*margin-bottom: -25px; */
}
#hero6 h1{ 
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff;
	font-size: 3em;
}
	
	#socialbottom  li { display: block;  list-style-type: none; text-align: right; }
.headerright { display: block; position:absolute; right: 10%; z-index: 500; margin-top: 20px;  }
.ccm-block-social-links ul.list-inline li {display: block!important; } /*Social links on top of each other*/
#logo img { max-width:80px; height:auto; padding-top: 0; }
#logo p { margin: 0; padding: 0; text-align: center; }
.cycle-caption h1 { color: #fff!important; font-size: 2.2em!important; font-weight: 700; line-height: 1.2em;}

.callyellow { width: 85%; background: #fab720; padding: 0 0 10px 0; margin: 0 auto; }
.callgreen { width: 85%; background: #64b54f; padding: 0 0 10px 0; margin: 0 auto; }
.callblue { width: 85%; background: #6fc7da; padding: 0 0 10px 0; margin: 0 auto; }
}
/*
DESKTOP
This is the average viewing window. Desktops, Laptops etc
*/
@media only screen and (min-width: 1030px) {
.nodisplay { display: inline-block; }
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.center { margin: 0; }
.white h1 { color: #fff; font-size: 3em; margin-top: 25%; margin-left: 3%; }

.book { display: inline-block; padding-top: 15px; }
.bookmob { display: none; }

.cycle-caption h1 { color: #fff!important; font-size: 2.7em!important; font-weight: 700; line-height: 1.2em;}

#logo img { /*max-width:100%; */height:auto; }
h2 { font-size: 2em; }
h1 { font-size: 2.5em; }
h3 { font-size: 1.3em;  line-height: 1.4em; }
h5 { font-size: 1.2em;  line-height: 1.3em; }
.content {
/*    margin-top: 135px;*/
    padding: 20px 0 0;
    color: #202020;
}
  
  .smallimg { 	max-width: 100%; }
.paddingtopmob { padding-top: 0; }
.paddingtophead { padding-top: 20px; padding-left: 80px; }
.wrapper{
	width: 90%; 
	margin: 0 auto;
}
.wrappernarrow{
	width: 70%; 
	margin: 0 auto;
}
.padding1 { margin-top: -10px; }

.sliderotherpages { display: block; position: relative; }
.sliderotherpages img { display: block; width: 100%; }
.sliderotherpages p { margin: 10px 0 0 0!important; }

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
.nodisplay { display: inline-block; }
.grid_12a {
	margin-bottom:10px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.grid_8b,
 {
	float: left;
	display: block;
	width: 67.66666667%; }
}
#hero1{
	background: #fff;
	padding:10px 0 20px 0;
	color: #000;
}
.cycle-caption h1 { color: #fff!important; font-size: 3.7em!important; font-weight: 700; line-height: 1.2em;}

} 

@media only screen and (min-width: 1700px) {
.callyellow { width: 75%; background: #fab720; padding: 0 0 10px 0; margin: 0 auto; }
.callgreen { width: 75%; background: #64b54f; padding: 0 0 10px 0; margin: 0 auto; }
.callblue { width: 75%; background: #6fc7da; padding: 0 0 10px 0; margin: 0 auto; }

 }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
.nodisplay { display: none; }

.grid_8 {
	margin-bottom:0;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.book { display: none; }
.bookmob { display: inline-block; }
} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  .nodisplay { display: none; }
.grid_8 {
	margin-bottom:0;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.book { display: none; }
.bookmob { display: inline-block; }
.buttonmob { display: inline-block; float: right; margin-right: 0; }
.slhmob { display: inline-block; float: right; margin-right: 0; }

@media only screen and (min-device-width: 374px) and (max-device-width: 376px)  and (-webkit-min-device-pixel-ratio: 2) { .buttonmob { display: inline-block; float: right; margin-right: 0; }

}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}