@charset "UTF-8";

/*
Title:      	Twisted Toad stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	14th may 2022
*/


/* PRIMARY COMPONENTS */

* {
  margin: 0;
  padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  	font-size: 100%;
	}

html * {
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;     
	}

.fade-in {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}

.fade-in-footer {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}



@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


body {
	font-size: 1.0em;
	line-height: 1.6875em;
  	font-family: "GT-Sectra-Book";
	font-weight: normal;
	font-style: normal;
  	color: #3d0a1b;
    background: #efdecb url("../jpg/bg-paper.jpg") no-repeat top center;
    background-size: 100%;
	}

body, html {
  	/* prevent horizontal scrolling */
  	overflow-x: hidden;
	}
	
::-moz-selection { 
	background: rgba(71, 86, 17, 1.0);
	text-shadow: none; 
	}

::selection { 
	background: rgba(71, 86, 17, 1.0);
	text-shadow: none; 
	}

img::-moz-selection	{ 
	background: transparent; 
	}
	
img::selection { 
	background: transparent; 
	}
	
a:active {
	outline: none;
	}

a:focus	{
	-moz-outline-style: none;
	}	
	

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
	}		

	
p {
	margin: 0 0 1.0em 0; 
	text-align: left;
	color: #3d0a1b;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
    text-rendering: optimizeLegibility; 
	}

em {
	margin: 0 0 1.0em 0; 
	text-align: left;
	color: #8c1042 !important;
	font-family: "FSBraboItalic";
	font-weight: normal;
	font-style: normal;
	}


blockquote {
	margin: 2.0rem 0 2.0rem 0; 
	padding: 0 16.666% 0 2.0rem;
	border-left: 5px solid #e2cdb6;
	text-align: left;
	color: #3d0a1b;
	font-size: 1.4625rem;
	line-height: 1.725rem;	
	font-family: "FSBraboBoldItalic";
	font-weight: normal;
	font-style: normal;
	}
	
strong {
	font-family: "FSBraboBold";
	font-weight: normal;
	font-style: normal;
	}



h1 {
 	text-align: left;
	font-size: 4.0rem;
	line-height: 4.3rem;
	color: #3d0a1b;
	font-family: "FSBraboBold";
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0 0 2.0rem 0;	
	text-transform: uppercase;
	}
h1 a:link, h1 a:visited {
	color:#3d0a1b;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}	
h1 a:active, h1 a:hover {
	color:#3d0a1b;
	background-size: 100% 1px;	
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h1 {
	font-size: 3.2rem;
	line-height: 3.5rem;
	}	
}




h2 {
	text-align: left;
	font-size: 2.0rem;
	line-height: 2.35rem;
	color: #3d0a1b;
	font-family: "FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.4rem 0;
	padding: 0;
    text-transform: uppercase;
	}
h2 a:link, h2 a:visited {
	color:#3d0a1b;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}	
h2 a:active, h2 a:hover {
	color:#3d0a1b;
	background-size: 100% 1px;	
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h2 {
	font-size: 1.8rem;
	line-height: 2.1rem;
	}	
}



	
h3 {
	text-align: left;
	font-size: 1.775rem;
	line-height: 2.175rem;
	color: #3d0a1b;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
    text-transform: uppercase;
    }
h3 a:link, h3 a:visited {
	color:#3d0a1b;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size .3s;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}	
h3 a:active, h3 a:hover {
	color:#3d0a1b;
	background-size: 100% 3px;	
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h3 {
	font-size: 1.575rem;
	line-height: 1.875rem;
	}	
}



h4 {
	text-align: left;
	font-size: 2.0rem;
	line-height: 2.35rem;
	color: #3d0a1b;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0.5rem 0 0 0;
	text-transform: uppercase;
	}
h4 a:link, h4 a:visited {
	color:#3d0a1b;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}	
h4 a:active, h4 a:hover {
	color:#3d0a1b;
	background-size: 100% 1px;	
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h4 {
	font-size: 1.8rem;
	line-height: 2.1rem;
	}	
}



h5 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.6rem;
	color: #efdecb;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
	}
h5 span {
	font-family:"FSBraboItalic";
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	}
h5 a:link, h5 a:visited {
	color:#efdecb;
	text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}	
h5 a:active, h5 a:hover {
	color:#ffffff;
	background-size: 100% 1px;	
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
	h5 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	}	
}



h6 {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #3d0a1b;
	font-family:"FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
	padding: 0;
	text-transform: uppercase;
	}



	
	
.divlinesolid {
	height: 0;
	margin: 2.2rem 0;
	width: 100%;
	border-bottom: #e2cdb6 solid 1px;
	}	


.clear {
 	clear: both;
	overflow: hidden;
	height: 0;
 	}	








/* TEXT COMPONENTS */

.subtitletxt {
	text-align: left;
	color: #3d0a1b;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-family: "FSBraboItalic";
	font-weight: normal;
	font-style: normal;
	}
.subtitletxt strong {
	font-family: "FSBraboBoldItalic";
	font-weight: normal;
	font-style: normal;
	}
.subtitletxt a:link, .subtitletxt a:visited {
	color:#3d0a1b;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboItalic" !important;
	font-weight: normal;
	font-style: normal;
	}	
.subtitletxt a:active, .subtitletxt a:hover {
	color:#3d0a1b;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboItalic" !important;
	font-weight: normal;
	font-style: normal;
	}


.subscribetxt {
	text-align: center;
	color: #efdecb;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}

.gallerynumtxt {
	text-align: left;
	color: #aa9071;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
    padding: 2.0rem 0 0.5rem 0;
	}
	
.normaltxt {
	text-align: left;
	color: #3d0a1b;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
.normaltxt a:link, .normaltxt a:visited {
	color:#8c1042;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}	
.normaltxt a:active, .normaltxt a:hover {
	color:#8c1042;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}


.smallertxt {
	text-align: left;
	color: #3d0a1b;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
.smallertxt a:link, .smallertxt a:visited {
	color:#8c1042;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}	
.smallertxt a:active, .smallertxt a:hover {
	color:#8c1042;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}


.bulletlistlegal {
	margin: 0.5rem 0 1.0rem 1.0rem;
	padding: 0;
	list-style: none;
	color: #3d0a1b;
	}
.bulletlistlegal ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.bulletlistlegal li {
	text-align: left;
	color: #3d0a1b;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0.4rem 0;
	}
.bulletlistlegal li i {
	margin: 0 0.5rem 0 0;
	font-size: 0.85rem;
	color: #3d0a1b;
	}
.bulletlistlegal a:link, .bulletlistlegal a:visited {
	color:#8c1042;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
.bulletlistlegal a:active, .bulletlistlegal a:hover  {
	color:#8c1042;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}





.creamtxt {
	text-align: left;
	color: #efdecb;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
.creamtxt a:link, .creamtxt a:visited {
	color:#efdecb;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}	
.creamtxt a:active, .creamtxt a:hover {
	color:#ffffff;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .creamtxt {
      display: none;
      height: 0;
      visibility: hidden;
  }
}



.creamtxt2 {
	text-align: center !important;
	color: #efdecb;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
.creamtxt2 a:link, .creamtxt2 a:visited {
	color:#efdecb;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}	
.creamtxt2 a:active, .creamtxt2 a:hover {
	color:#ffffff;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .creamtxt2 {
      display: none;
      height: 0;
      visibility: hidden;
  }
}




.footerlinksleft {
	text-align: left;
	color: #efdecb;
	font-size: 0.85rem;
	line-height: 1.15rem;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    margin: 3.0rem 0 0.75rem 0;
	}
.footerlinksleft ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.footerlinksleft li {
	display:inline;
    text-align: left;
	color: #efdecb;
	font-size: 0.85rem;
	line-height: 1.15rem;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	padding: 0 1.4rem 0 0;
     text-transform: uppercase;
	}
.footerlinksleft li i {
	margin: 0 0.5rem 0 0;
	font-size: 0.85rem;
	color: #efdecb;
	}
.footerlinksleft a:link, .footerlinksleft a:visited {
	color:#efdecb;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
.footerlinksleft a:active, .footerlinksleft a:hover  {
	color:#765847;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .footerlinksleft {
      margin: 0 0 0.75rem 0;
  }
    .footerlinksleft li {
      display: block;
      padding: 0 0 0.8rem 0;
  }
}

.copyrighttxt {
	text-align: left;
	color: #523828;
	font-size: 0.75rem;
	line-height: 1.15rem;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
	}

.footerlinksright {
	text-align: right;
	color: #efdecb;
	font-size: 0.85rem;
	line-height: 1.15rem;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    margin: 3.0rem 0 0.75rem 0;
	}
.footerlinksright ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.footerlinksright li {
	display:inline;
    text-align: right;
	color: #efdecb;
	font-size: 0.85rem;
	line-height: 1.15rem;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0 1.4rem;
    text-transform: uppercase;
	}
.footerlinksright li i {
	margin: 0 0.5rem 0 0;
	font-size: 0.85rem;
	color: #efdecb;
	}
.footerlinksright a:link, .footerlinksright a:visited {
	color:#efdecb;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
.footerlinksright a:active, .footerlinksright a:hover  {
	color:#765847;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  .footerlinksright {
      margin: 0 0 0.75rem 0;
  }
    .footerlinksright li {
      display: block;
      padding: 0 0 0.8rem 0;
  }
}



.amenitiesbullets {
	text-align: left;
	color: #3d0a1b;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
    margin: 0;
	}
.amenitiesbullets ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	}
.amenitiesbullets li {
    text-align: left;
	color: #3d0a1b;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0.45rem 0;
	}
.amenitiesbullets li span {
	padding: 0 0.7rem 0 0;
	color: #505d13;
    font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	}


.addresstxt {
	text-align: left;
	color: #3d0a1b;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
.addresstxt a:link, .addresstxt a:visited {
	color:#8c1042;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}	
.addresstxt a:active, .addresstxt a:hover {
	color:#8c1042;
	background-size: 100% 1px;	
	text-decoration: none;
	font-family: "FSBraboMedium";
	font-weight: normal;
	font-style: normal;
	}


.longlattxt {
	text-align: left;
	color: #3d0a1b;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 0.05rem;
	}





/* BACKGROUND */

#background {
    background: #efdecb url("../jpg/bg-paper.jpg") no-repeat top center;
    background-size: 100%;
    background-position: fixed;
    width: 100%;
	}


.buttontoptel {
	font-size: 1.0rem;
	line-height: 1.0rem;	
	padding: 2.0rem 2.5%;
	text-decoration:none;
	color: #a3285a !important;
	display: block;
	text-align: center;
    font-family:"FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	margin: 0;
    text-transform: none;
    letter-spacing: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	}	
.buttontoptel:hover {
	color: #370e1b !important;	
    background-size: 100% 1px;	
	}
@media screen and (max-width: 960px) {
  .buttontoptel {
	  border-right: 1px solid rgba(226, 205, 182, 1.0);
      padding: 1.1rem 5%;    
      height: 3.3rem;
      background: rgba(235, 218, 201, 1.0);
      border-top: 1px solid rgba(226, 205, 182, 1.0);	
  }
    .buttontoptel:hover {
        color: #8c1042 !important;
	background: rgba(255, 255, 255, 1.0);	
	}
}

.buttontoptel a:link, .buttontoptel a:visited {
	color:#3d0a1b;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboItalic" !important;
	font-weight: normal;
	font-style: normal;
	}	
.buttontoptel a:active, .buttontoptel a:hover {
	color: #370e1b !important;	
    background-size: 100% 1px;	
	}



.buttontoptel2 {
	font-size: 1.0rem;
	line-height: 1.0rem;	
	padding: 2.0rem 2.5%;
	text-decoration:none;
	color: #a3285a !important;
	display: inline-block;
	text-align: center;
    font-family:"FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	margin: 0 4.166% 0 0;
    text-transform: none;
    letter-spacing: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	}	
.buttontoptel2:hover {
	color: #370e1b !important;	
    background-size: 100% 1px;	
	}
@media screen and (max-width: 960px) {
  .buttontoptel2 {
	  border-right: 1px solid rgba(226, 205, 182, 1.0);
      padding: 1.1rem 5%;    
      height: 3.3rem;
      border-top: 1px solid rgba(226, 205, 182, 1.0);	
  }
    .buttontoptel2:hover {
        color: #efdecb !important;
	background: rgba(61, 10, 27, 1.0);	
	}
}

.buttontoptel2 a:link, .buttontoptel2 a:visited {
	color:#3d0a1b;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
	font-family: "FSBraboItalic" !important;
	font-weight: normal;
	font-style: normal;
	}	
.buttontoptel2 a:active, .buttontoptel2 a:hover {
	color: #370e1b !important;	
    background-size: 100% 1px;	
	}




.buttontopbook {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 0.9rem 0 0.7rem 0;
	text-decoration:none;
	color: #efdecb !important;
	display: block;
	text-align: center;
    background: rgba(140, 16, 66, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 1.0rem 15%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttontopbook:hover {
	color: rgba(140, 16, 66, 1.0) !important;
    background: rgba(235, 218, 201, 1.0);	
	}
@media screen and (max-width: 960px) {
  .buttontopbook {
      margin: 0;
      padding: 1.1rem 5%;
      height: 3.3rem;
      border-top: 1px solid rgba(226, 205, 182, 1.0);	
      color: #8c1042 !important;
      background: rgba(235, 218, 201, 1.0);
  }
    .buttontopbook:hover {
        color: #8c1042 !important;
	background: rgba(255, 255, 255, 1.0);	
	}
}






/* TOP NAV / HEADER COMPONENTS */

.nav-float-twisted-toad {
    background: rgba(84, 9, 33, 1.0);	
    }

#topnavtelholderhome {	
	top: 0;
	left: 0;
    z-index: 10000 !important;
	position: fixed !important;
    margin: 0 auto !important;
	padding: 0 !important;
	width: 100%;
    border-bottom: 1px solid #e2cdb6;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	}	

#topnavtelholderother {	
	top: 0;
	left: 0;
    z-index: 10000 !important;
	position: fixed !important;
    margin: 0 auto !important;
	padding: 0 !important;
	width: 100%;
    border-bottom: 1px solid #e2cdb6;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	}	


#twistedtoadlogohome {
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
  }


#twistedtoadlogoother {	
	visibilty: hidden;
    display: none;
	}
@media screen and (max-width: 960px) {
  #twistedtoadlogoother {
	display: inherit;
      visibilty: visible;
      padding: 0;
    margin: 0 auto -3.0rem auto;
    max-width: 130px;
      z-index: 100;
      position: relative;
  }
}
@media screen and (max-width: 640px) {
  #twistedtoadlogoother {
    margin: 0 auto -2.0rem auto;
    max-width: 100px;
  }
}



#twistedtoadlogo2 {	
	padding: 0;
    margin: 0 auto -3.0rem auto;
    max-width: 130px;
    z-index: 100;
    position: relative;
	}
@media screen and (max-width: 640px) {
  #twistedtoadlogo2 {
    margin: 0 auto -2.0rem auto;
    max-width: 100px;
  }
}


#twistedtoadlogofooter {
    padding: 0;
    margin: 0 auto;
    max-width: 100px;
  }
@media screen and (max-width: 960px) {
  #twistedtoadlogofooter {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #twistedtoadlogofooter {
    visibilty: hidden;
    display: none;
  }
}



.h1homehero {
 	text-align: center !important;
	font-size: 4.25rem;
	line-height: 4.625rem;
	color: #efdecb;
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2.0rem 0;
	margin: 0;		
    text-transform: uppercase;
	}
@media screen and (max-width: 640px) {
  .h1homehero {
    font-size: 3.525rem;
	line-height: 3.825rem;
  }
}


.h2homehero {
 	text-align: center !important;
	font-size: 3.25rem;
	line-height: 3.625rem;
	color: #efdecb;
	font-family: "FSBraboSemiBold";
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2.0rem 0;
	margin: 0;		
    text-transform: uppercase;
	}
@media screen and (max-width: 640px) {
  .h2homehero {
    font-size: 2.625rem;
	line-height: 2.925rem;
  }
}

.upto4guests {
	text-align: center !important;
    font-size: 2.725rem;
	line-height: 2.725rem;
    font-family: "FSBraboItalic";
	font-weight: normal;
	font-style: normal;
    color: #efdecb;
    padding: 0 0 2.0rem 0;
	margin: 0;	
	}	
@media screen and (max-width: 640px) {
  .upto4guests {
      font-size: 2.225rem;
	line-height: 2.525rem;
  }
}

.guisboroughtxt {
	text-align: center !important;
    font-size: 1.325rem;
	line-height: 1.525rem;
    font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
    color: #efdecb;
    padding: 0 0 2.0rem 0;
	margin: 0;	
    letter-spacing: 0.5rem;
    text-transform: uppercase;
	}	
@media screen and (max-width: 640px) {
  .guisboroughtxt {
     font-size: 1.125rem;
	line-height: 1.325rem;
  }
}



#topnaviconsholder {
	padding: 0 !important;
    margin: 0 !important;
    z-index: 1;
    text-align: right;
  	}
.topnavlefticon, .topnavrighticon {
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
	}


#logosplitholder {
	padding: 0;
    margin: 0;
  	}
#logosplitleft {
	width: 50%;
	padding: 25px 4.166% 0 4.166%;
	margin: 0;
	float: left;
	}
#logosplitright {
	width: 50%;
	padding: 25px 4.166% 0 4.166%;
	margin: 0;
	float: left;
	}

@media screen and (max-width: 960px) {
  #logosplitleft {
	padding: 26px 2.083% 26px 20%;
  }
}
@media screen and (max-width: 960px) {
  #logosplitright {
	padding: 26px 20% 26px 2.083%;
  }
}






/* NAV OVERLAY COMPONENTS */

#navcornerbutton {	
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	bottom: 3.0rem;
	left: 4.166%;
	z-index: 200;
	}
@media (max-width: 960px) {
	#navcornerbutton {	
	margin: 0 auto;
        left: 4.166%;
        right: 4.166%;
	}
}
/* @media (max-width: 960px) {
	#navcornerbutton {	
	display: none;
	visibility: 0;
	height: 0;
	}
} */

#navimages {	
	-webkit-box-shadow: 0 0 80px 0 rgba(54,10,20,1.0);
    box-shadow: 0 0 80px 0 rgba(54,10,20,1.0);
	}
@media (max-width: 960px) {
	#navimages {	
	display: none;
	visibility: 0;
	height: 0;
	}
}


#navfooterlinks {	
	margin: 3.0rem 0 0 0;
	padding: 0 4.166%;
	text-align: right;
	}
@media (max-width: 960px) {
	#navfooterlinks {	
	display: none;
	visibility: 0;
	height: 0;
	}
}






/* BUTTONS COMPONENTS */

.buttonholderleft {
	padding: 3.0rem 0 0 0;
	margin: 0;
	text-align: left;
	}
.buttonholderright {
	padding: 3.0rem 0 0 0;
	margin: 0;
	text-align: right;
    clear: both;
	}	
@media screen and (max-width: 960px) {
  .buttonholderright {
	text-align: left;
  }
}

.buttonholderright2 {
	padding: 1.0rem 0 0 0;
	margin: 0;
	text-align: right;
    clear: both;
	}	
@media screen and (max-width: 960px) {
  .buttonholderright2 {
	text-align: left;
  }
}

.buttonred {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 1.2rem 2.0rem 1.1rem 2.0rem;
	text-decoration: none;
	color: #efdecb !important;
	display: block;
    min-width: 300px;
	text-align: center;
    background: rgba(140, 16, 66, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttonred:hover {
	color: #efdecb !important;
    background: rgba(61, 10, 27, 1.0);		
	}

.buttonredshort {
	font-size: 1.0rem;
	line-height: 1.0rem;
	padding: 1.1rem 3.0rem 1.0rem 3.0rem;
	text-decoration: none;
	color: #efdecb !important;
    min-width: 320px;
	text-align: center;
    background: rgba(140, 16, 66, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
    display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttonredshort:hover {
	color: #efdecb !important;
    background: rgba(61, 10, 27, 1.0);		
	}




.buttongreen {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 1.2rem 2.0rem 1.1rem 2.0rem;
	text-decoration: none;
	color: #efdecb !important;
	display: block;
    min-width: 300px;
	text-align: center;
    background: rgba(53, 65, 9, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttongreen:hover {
	color: #efdecb !important;
    background: rgba(94, 111, 34, 1.0);		
	}


.buttongreenshort {
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 1.1rem 3.0rem 1.0rem 3.0rem;
	text-decoration: none;
	color: #efdecb !important;
    min-width: 300px;
	text-align: center;
    background: rgba(53, 65, 9, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttongreenshort:hover {
	color: #efdecb !important;
    background: rgba(94, 111, 34, 1.0);		
	}


.buttonpromos {
	font-size: 0.85rem;
	line-height: 0.85rem;
	padding: 0.75rem 0 0.5rem 1.0rem;
	text-decoration: none;
	color: #540921 !important;
	display: inline-block;
	text-align: center;
    background: none;
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1.0rem 0;
    letter-spacing: 0.2rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 4px solid #8c1042;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
	}	
.buttonpromos:hover {
	border-left: 6px solid #8c1042;
    color: #8c1042 !important;
	}





/* SUBSCRIBE FORM COMPONENTS */

.mailinginputholder input[type="email"] {
  	color: #e2cdb6 !important;
	width: 100%;
	height: 50px;
	padding: 1.1rem 2.0rem 1.0rem 2.0rem;
	margin: 0;
	font-size: 1.05rem;
	line-height: 40px;
	vertical-align: middle;
	font-family: "FSBraboItalic";
	font-weight: normal;
	font-style: normal;
	background: rgba(25, 13, 17, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-left: 4px solid #540921;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
.mailinginputholder input[type="email"]:hover {
	border-left: 6px solid #540921;
	background: rgba(25, 13, 17, 0.65);
	color: #ffffff;
	}


.buttonsubscribeform {
	font-size: 1.0rem;
	line-height: 1.0rem;
    height: 50px;
	padding: 1.1rem 0;
	text-decoration: none;
	color: #efdecb !important;
	width: 100%;
	text-align: center;
    background: rgba(140, 16, 66, 1.0);
    text-transform: uppercase;
    font-family:"FSBraboBold";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border: 0;	
	}	
.buttonsubscribeform:hover {
	color: #540921 !important;
    background: rgba(239, 222, 203, 1.0);		
	}







/* BODY COMPONENTS */

#h1holder {	
    text-align: center !important;
    padding: 32.5vh 16.666% 0 16.666%;
    content: 'viewport-units-buggyfill;'  'padding: 32.5vh 16.666% 0 16.666%;';
    margin: 0;
	}	
@media screen and (max-width: 960px) {
  #h1holder {
	padding: 20vh 4.166%;
    content: 'viewport-units-buggyfill;'  'padding: 20vh 4.166%;';
  }
}

#wrapperbody {
	margin: 0 auto;
	width: 100%;
	background-color: #1c252c;
	}	

#logoholder {	
	margin: 0 auto;
	max-width: 225px;
	padding: 25px 0 0 0;
	}	
@media screen and (max-width: 960px) {
  #logoholder {
	max-width: 200px;
    padding: 25px 0 15px 0;
  }
}

#headerholder {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 3.0rem 0;
	overflow: hidden !important;
  	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, .25);
	}

#headerheroholder {
	width: 100%;
	margin: 20vh 0 8.0rem 16.666%;
	padding: 0;    
    height: 85vh;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 8.0rem 16.666%;'  'height: 85vh;';
    background-color: #1c252c;
	}
@media screen and (max-width: 960px) {
  #headerheroholder {
	margin: 20vh 0 8.0rem 0;
    height: 85vh;
    padding: 0 0 20vh 0; 
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 8.0rem 0;'  'height: 85vh;'  'padding: 0 0 20vh 0;';
  }
}



#headerheroholderother {
	width: 100%;
	margin: 20vh 0 0 0;
	padding: 0 0 5.0rem 0;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 0 0;';
	}
@media screen and (max-width: 960px) {
  #headerheroholderother {
	margin: 20vh 0 4.0rem 0;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 4.0rem 0;';
  }
}



#headerheroholderdaysout {
	width: 100%;
	margin: 20vh 0 0 0;
	padding: 0 0 5.0rem 0;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 0 0;';
	}
@media screen and (max-width: 960px) {
  #headerheroholderdaysout {
	margin: 20vh 0 0 0;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 0 0;';
  }
}



#homesidelogoholder {
    background-color: #540921 !important;
    width: 25%;
    margin: 15vh 0 0 -12.5%;
    padding: 10vh 2.083%;
    height: 70vh;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #homesidelogoholder {
      display: none;
      visibility: hidden;
      height: 0;
  }
}

#herotitleholder {
    margin: 0;
    padding: 0 4.166%;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #herotitleholder {
      padding: 0;
  }
}



#herotoplefttitleholder {
    margin: 0;
    padding: 4.0rem 8.333% 0 8.333%;
	}
@media screen and (max-width: 960px) {
  #herotoplefttitleholder {
      padding: 3.0rem 4.166% 3.0rem 4.166%;
  }
}


#herotoprightimageholder {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70vh;
    content: 'viewport-units-buggyfill;'  'height: 70vh;';
    background-color: #1c252c;
	}
@media screen and (max-width: 960px) {
  #herotoprightimageholder {
    height: 50vh;
    content: 'viewport-units-buggyfill;'  'height: 50vh;';
  }
}


#locationmap {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70vh;
    content: 'viewport-units-buggyfill;'  'height: 70vh;';
    background-color: #1c252c;
	}
@media screen and (max-width: 960px) {
  #locationmap {
    height: 50vh;
    content: 'viewport-units-buggyfill;'  'height: 50vh;';
  }
}



#homeheaderholder {
	padding: 0 4.166% 3.0rem 16.666%;
	margin: 0 auto;    
	}
@media screen and (max-width: 960px) {
  #homeheaderholder {
      padding: 0 4.166%;
  }
}



#homegalleryholder {
	padding: 0 4.166% 4.0rem 16.666%;
	margin: 0 auto 4.5rem auto; 
    border-bottom: #e2cdb6 solid 1px;
	}
@media screen and (max-width: 960px) {
  #homegalleryholder {
      padding: 3.0rem 4.166% 4.0rem 4.166%;
  }
}



#bodyholder {
	padding: 0 4.166% 4.0rem 4.166%;
	margin: 0 auto 4.5rem auto; 
    border-bottom: #e2cdb6 solid 1px;
	}
@media screen and (max-width: 960px) {
  #bodyholder {
      padding: 3.0rem 4.166% 4.0rem 4.166%;
  }
}

#bodyrightholder {
    margin: 0;
    padding: 5.0rem 0 0 0;
	}



#quotesholder {
	padding: 0 16% 0 16%;
	margin: 0 auto 4.5rem auto; 
    border-bottom: #e2cdb6 solid 1px;
    text-align: center;
	}
@media screen and (max-width: 960px) {
  #quotesholder {
      padding: 3.0rem 4.166% 4.0rem 4.166%;
  }
}


#quotesinner {
    margin: 0 auto;
    padding: 0;
	}
#quotesinner p {
    margin: 0 0 1.3rem 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
	color: #3d0a1b;
	font-size: 1.8rem;
	line-height: 2.1rem;
	font-family: "FSBraboRegular";
	font-weight: normal;
	font-style: normal;
	}
@media screen and (max-width: 960px) {
  #quotesinner p {
    font-size: 1.4rem;
	line-height: 1.7rem;
  }
}

#quotesinnerblock {
    max-width: 70%;
    margin: 0 auto -8.0rem auto;
    padding: 0;
    height: 20vh;
    content: 'viewport-units-buggyfill;'  'height: 20vh;';
    background-color: #e2cdb6;
	}


#quotesquotemarks {
    max-width: 46px;
    margin: 0 auto ;
    padding: 0;
}

#quotescontroller {
    padding: 0 auto;
    margin: 2.0rem auto 0 auto;
    position: relative;
    bottom: 0;
    text-align: center;
	}
.quotescontrollerdivline {
    margin: 0 0 1.0rem 0;
    padding: 2.0rem 0;
    display: inline;    
    height: 80px !important;
    border-right: 1px solid #d5bba0;
	}




#hometwinpromoholder {
	padding: 4.0rem 4.166% 6.0rem 4.166%;
	margin: 0 auto; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2cdb6+0,e2cdb6+50,efdecb+51,efdecb+100 */
    background: #e2cdb6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2cdb6 0%, #e2cdb6 40%, #efdecb 40%, #efdecb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2cdb6 0%,#e2cdb6 40%,#efdecb 40%,#efdecb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2cdb6 0%,#e2cdb6 40%,#efdecb 40%,#efdecb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2cdb6', endColorstr='#efdecb',GradientType=0 ); /* IE6-9 */
	}
@media screen and (max-width: 960px) {
  #hometwinpromoholder {
      background: #e2cdb6 !important;
      padding: 4.0rem 4.166%;
  }
}
.twinpromoinner {
	width: 75%;
    padding: 1.5rem 0 0 0;
    margin: 0 0 3.0rem 0;    
	}


#mailinglistholder {
	padding: 6.0rem 25%;
	margin: 0 auto; 
    background: #efdecb url("../jpg/vintage-wallpaper-tile-2.jpg") repeat center center;
    background-size: 290px;
	}
@media screen and (max-width: 960px) {
  #mailinglistholder {
      padding: 5.0rem 16.666%;
  }
}
@media screen and (max-width: 640px) {
  #mailinglistholder {
      padding: 4.0rem 4.166%;
  }
}



#greenfooterbarholder {
	padding: 2.0rem 4.166%;
	margin: 0 auto; 
    color: #354109;
    background: #475611;
    font-weight: bold;
    -webkit-box-shadow: undefinedpx 30px 20px 20px rgba(25,13,7,.5);
    box-shadow: undefinedpx 30px 20px 20px rgba(25,13,7,.5);
	}
@media screen and (max-width: 640px) {
  #greenfooterbarholder {
      display: none;
      visibility: hidden;
      height: 0;
  }
}


#footerholder {
	padding: 4.0rem 4.166%;
	margin: 0 auto; 
    background: #efdecb url("../jpg/footer-paper.jpg") no-repeat center center;
    background-size: cover;    
	}


.locationcontactblocks {
    margin: 0;
    padding: 0 0 3.0rem 0;
	}




#daysouttoplefttitleholder {
    margin: 0;
    padding: 4.0rem 8.333% 0 8.333%;
	}
@media screen and (max-width: 960px) {
  #daysouttoplefttitleholder {
      padding: 3.0rem 4.166% 0 4.166%;
  }
}

.daysoutrow01 {
	padding: 0 16.6666% 2.0rem 4.166%;
	margin: 0 auto 4.5rem auto; 
	}
@media screen and (max-width: 960px) {
  .daysoutrow01 {
      padding: 0 4.166% 3.0rem 4.166%;
  }
}

.daysoutrow02 {
	padding: 0 4.166% 2.0rem 16.666%;
	margin: 0 auto 4.5rem auto; 
	}
@media screen and (max-width: 960px) {
  .daysoutrow02 {
      padding: 0 4.166% 3.0rem 4.166%;
  }
}


.daysoutrow03 {
	padding: 0 8.333% 2.0rem 8.333%;
	margin: 0 auto 4.5rem auto; 
	}
@media screen and (max-width: 960px) {
  .daysoutrow03 {
      padding: 0 4.166% 3.0rem 4.166%;
  }
}


#legalpages {
	margin: 20vh 0 0 0;
	padding: 0 16.666% 5.0rem 16.666%;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 0 0;';
	}
@media screen and (max-width: 960px) {
  #legalpages {
      margin: 20vh 0 0 0;
      padding: 0 4.166% 5.0rem 4.166%;
  	content: 'viewport-units-buggyfill;'  'margin: 20vh 0 0 0;';
  }
}

.longlatcodeholder {
    margin: 0;
    padding: 1.0rem 0 0 0;
    position: absolute;
    bottom: 0;
	}
@media screen and (max-width: 960px) {
  .longlatcodeholder {
      position: relative;
        bottom: auto;
  }
}

.uk-card-body-days-out-horizontal {
    padding: 1.0rem 4.166%;
	}
@media screen and (max-width: 960px) {
  .uk-card-body-days-out-horizontal {
      padding: 2.0rem 0 0 0;
  }
}


.uk-card-body-days-out-vertical {
    padding: 1.0rem 0;
	}
@media screen and (max-width: 960px) {
  .uk-card-body-days-out-vertical {
      padding: 2.0rem 0 6.0rem 0;
  }
}


.uk-card-body-days-out-vertical2 {
    padding: 1.0rem 0;
	}
@media screen and (max-width: 960px) {
  .uk-card-body-days-out-vertical2 {
      padding: 2.0rem 0 1.0rem 0;
  }
}


.uk-card-body-days-out-vertical3 {
    padding: 1.0rem 0 6.0rem 0;
	}
@media screen and (max-width: 960px) {
  .uk-card-body-days-out-vertical3 {
      padding: 2.0rem 0 6.0rem 0;
  }
}







/* FOOTER COMPONENTS */

#quickemailholder {	
	margin: 0 auto 2.0rem auto;
	padding: 0;
	}

#copyrightholder {	
	margin: 0 auto;
	padding: 0;
	}

	
.center {
	text-align: center !important;
	}	

.right {
	text-align: right !important;
	}
@media screen and (max-width: 960px) {
	.right {
	text-align: center !important;
	}	
}
	
.white {
	color: #ffffff;
	}	

.hideme {
    opacity:0;
	}
	

#happyleaves {	
	width: 180px;
	height: 14px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right !important;
	}
@media screen and (max-width: 960px) {
	#happyleaves {
	    display: none;
        visibility: hidden;
	}	
}


#happyleaves2 {
    display: none;
    visibility: hidden;
	}
@media screen and (max-width: 960px) {
	#happyleaves2 {
    display: inherit;
    visibility: visible;
    width: 180px;
	height: 14px;
	margin: 1.5rem 0 0 0;
	padding: 0;
	text-align: left !important;
	}	
}



a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
	}
.gmnoprint div {
    background:none !important;
	}	
		
			
input:focus, textarea:focus, select:focus{
        outline: none;
    }

*:focus {
    outline: none;
}






	
	