@charset "utf-8";
@import url("smallcottage.css");



body {
	font-family: 'Roboto', sans-serif;
/*	background-image:url(../comgrafx/bgrpt.jpg);
	background-repeat:repeat-x;*/
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Eagle Lake, cursive;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-right: 15px;
	padding-left: 15px;
	color: #463E1C;
	font-size: 1.4em;
	
}

h1 {
	
font-size: 3em;

}

h3 {
	
font-size: 1.1em;

}

p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}

img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 1em;
	margin-right: 15px;
}
.fltlft {
	float: left;
	margin-right: 1em;
	margin-left: 15px;
}
.clearfloat {
	clear:both;
	height:1em;
	
	line-height: 0px;
}

/* responsive elements */

.container {
	width:100%;
	max-width: 1260px;
	min-width: 360px;
	background: #fff;
	margin: 0 auto;
}

.header {
	position: relative;
	
	
}
.slide{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
}
.slide:nth-child(1) {
	animation: xfade 36s 30s infinite;
}
.slide:nth-child(2) {
	animation: xfade 36s 24s infinite;
}
.slide:nth-child(3) {
	animation: xfade 36s 18s infinite;
}
.slide:nth-child(4) {
	animation: xfade 36s 12s infinite;
}
.slide:nth-child(5) {
	animation: xfade 36s 6s infinite;
}
.slide:nth-child(6) {
	animation: xfade 36s 0s infinite;
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20%{
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#navcontainer
{
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 5%;
	font-family: Eagle Lake, cursive;
	}


#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	background-color: rgba(43, 19, 99, 0.5);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;	
}

#navcontainer ul li { 
display: inline-block;
line-height:2.5em; 
}

#navcontainer ul li a
{
	text-decoration: none;
	color: #fff;
	background-color: rgba(43, 19, 99, 0.5);
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	margin: 0.5em;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: rgb(43, 19, 99);
}

.content {
	position: static;
}

.logo {
	width: 100%;
	z-index: 1;
	position: relative;
	opacity: 0.8;
	/*mix-blend-mode: overlay;*/
}


.imgmax71fltrt {
	max-width:71%;
	height:auto;
	float: right;
	margin-left: 1em;
	margin-right: 15px;
}
.imgmax30fltrt {
	max-width: 50%;
	height:auto;
	float: right;
	margin-left: 1em;
	margin-right: 0px;
}
.imgmax30fltlft {
	max-width: 50%;
	height:auto;
	float: left;
	margin-left: 0px;
	margin-right: 1em;
}
.img100{
	width: 100%;
	height:auto;
}
	
.img50fltrt {
	width: 49%;
	height:auto;
	float: right;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-top: 1%;
}
.img50fltlft {
	width: 49%;
	height:auto;
	float: left;
	margin-bottom: 1%;
	margin-right: 1%;
	margin-top: 1%;
}



.halfdiv {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding-left: 2%;
	padding-bottom: 15px;
}

.halfdiv img {
	width: 100%;
}


.ratetable {
	padding-right: 15px;
	padding-left: 15px;
	
}

.shareouter {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.sharebtmflt {
	background: #fff;
	width: 65px;
	height: 32px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 1px grey;
	-moz-box-shadow: 0px 0px 20px 1px grey;
	box-shadow: 0px 0px 20px 1px grey;
	padding: 7px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.addthiswrap {
    display: inline-block;
	vertical-align: top;
    height: 36px;
    width: 185px;
}.shareouter .sharebtmflt a img {
	display: inline-block;
}

.footerfull {
    width: 100%;
    background-color: #501c7c;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-content {
    width: 100%;
    color: #CCC;
}

.footerlidiv {
    display: inline-block;
    width: 30%;
    min-width: 200px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    vertical-align: top;
}

.footerlidiv h4 {
    font-size: 1.5em;
    color: #d2a9f4;
    padding-left: 0px;
    padding-bottom: 15px;
}

.footul a:hover {
    color: #fff;
}

.footul a {
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
    color: #CCC;
}

.footul {
	list-style-type: none;
	padding-left: 0px;
}

.footul li li {
    padding-left: 0px;
    list-style-type: none;
}
.fbfind {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 5;
	width: 200px;
}

@media print {
    #navcontainer, .fbfind, .shareouter, .footerfull, .slide  {
        display: none;
    }
	body {font-size: 12px}
	.logo {width: 50%; opacity: 1; 
    margin-bottom: -100px;
}
	h1 {font-size: 2em;}
} 
.redbold {
	font-weight: bold;
	color: #F00;
}
#cf {
	position: relative;
	left: 0px;
	top: 0px;	
}

#cf img {
  /*position:absolute;
  left:0;*/
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
 }
 
  #cf img.bottom {
	position:relative;
	left: 0px;
	top: 0px;  /*left:0;*/
}
 #cf img.top {
	position:absolute;
	left: 0px;
	top: 0px;  /*left:0;*/
}

#cf img.top:hover {
  opacity:0;
}
