@charset "utf-8";
/* CSS Document */
/*Small change*/
/*Skeleton BASE*/

.container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .one-2.columns                  { width: 11.0111111111%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%;}
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  color: #222;
  background-color:#EEE;
  }
  
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

  
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
input,
textarea,
select,
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 2.5rem; }
  
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*So its all about mobile up here - lets start by hiding the section we don't want showing up on mobi phones*/
.company-nav {display:none;} /*We'll put this in the footer for mobi's*/

/*Style Elements*/
body {
	text-align:center;
	color:#E1F0FF;
	padding:0px;
	margin:0px;
}
.top-div { /*Purely an empty styling div*/
	height:50px;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	margin-top:70px;
	background-color:#598ca2;
	border-left-width:0px;border-right-width:0px;
}

.header {
	margin-top:-120px;
}
.container {width:100%;}
.row {margin-left:auto;margin-right:auto;}
ul {list-style-type:none;margin:0px;padding:0px;text-align:center;}
li {display:block;margin:0px;padding:0px;}

h1, h2, h3, .company-telephone {
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*NAV - Responsive topNav */
p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top:70px;
}

nav li {
	text-align:left;
}

nav ul li ul {
	margin-top:0px;
	background-color:rgba(89, 140, 162, 0.9);
	text-align:left;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: transparent;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  font-size:1.1em;
  border:0px;
  margin-top:-1px;
}

nav li a:active, nav li a:hover, nav li a:focus {
	background-color:#98bad6;
	color:#333;
}

nav ul li ul li:hover { background: #000; }

nav a:hover { background-color: transparent; }

nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 270px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

nav li > a:after { content: ' +'; }

nav li > a:only-child:after { content: ''; }

.views {
	background-color:#F90;padding:20px;margin-top:18px;text-align:center;color:#fff;font-size:1.1em;
}

.views img {
	float:none;
	display:block;
	width:48px;
	margin-left:auto;
	margin-right:auto;
}

#cycler{
	max-width:904px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	padding-bottom:136px;
	}
#cycler a img{
	position:absolute;
	z-index:1;
	/*background-color:white;*/
	max-width:904px;
	display:block;
	width:100%;
	border-radius:7px;
	/*box-shadow:0px 0px 3px #999;*/
	}
#cycler a img.active{z-index:3}


/* NAV Media Queries - Having to switch to max-width as impossible to achive using min-width
--------------------------------------------- */

/*@media all and (max-width : 768px) {*/

@media all and (max-width : 893px) { /*To incorporate 5 elements now*/


nav { margin: 0;
	}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
  margin-top:2px;
}


.toggle:hover { cursor:pointer;}

[id^=drop]:checked + ul { display: block; }

nav ul {
	margin-top:0px;
	text-align:center;
	width:100%;
}

nav ul li {
  display: block;
  width: 100%;
  background-color:#069;
  clear:both;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}


}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
  
}

}

/*END Top NavBAR*/


.header .eight.columns li a{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	margin-right:10px;
	color:#E1F0FF;
	text-decoration:none;
	font-size:1.2em;
	background-color:#26779D;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:6px;
	border-radius:7px;
}

.company-nav a {
	text-decoration:none;
	color:#4892b5;
	color:#598ca2;
}

.secondary-nav {
	text-align:center;
	margin-top:25px;
}
.secondary-nav li {
	display:inline-block;
	background-color:#5B9DBD;
	border-top-right-radius:5px;	
	margin-bottom:5px;
}
.secondary-nav li:last-child {
	margin-bottom:0px;
}

.secondary-nav li:first-child {
	border:0px;
}

.secondary-nav li a {
	display:inline-block;
	color:#E8F3F7;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:-.02em;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}

.property-secondary-nav {
	margin-top:40px;
	margin-bottom:-3px;
}

.property-secondary-nav li {
	display:inline-block;
}
.property-secondary-nav li a {
	background-color:#fff;
	padding:10px;
	color:#598ca2;
	text-decoration:none;
	border-top-right-radius:7px;
}

/* SecondaryNav */
.secondarynav {
		display:inline-block;
		padding:5px;
		margin-left:0px;
		padding-left:1px;
		padding-right:3px;
		padding-bottom:0px;
		margin-top:-15px;
		
	}
	
	.secondarynav li {
		display:block;
		margin-bottom:12px;
		margin-left:3px;
		margin-right:2px;
	}
	
	.secondarynav li a {
		background-color:#39C;
		color:#fff;
		padding:5px;
		text-decoration:none;
		border-style:solid;
		border-width:1px;
		border-color:#2181a9;
		border-bottom-style:none;
		display:block;
	}
	
	.secondarynav.property li, .secondarynav.property li a, .secondarynav.articles li, .secondarynav.articles li a, .secondarynav.iterator li, .secondarynav.iterator li a {
		display:inline-block;
		margin-bottom:3px;
	}
	
	.secondarynav.iterator li, .secondarynav.iterator li a {
		margin-bottom:4px;
	}
	
	.onlytobigscreens {
		display:none;
	}
	
p.newsletter {
	padding:20px;
	/*background:#Ff0099;
	background:#fc4cb6;*/
	background:#aa5c74;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-radius:7px;
}

p.newsletter a {
	color:#fff;
}
.breaker {
	background:#598ca2;
	color:#fff;
	font-size:1.3em;
	border-radius:7px;
	margin-bottom:5px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.breaker a {
	color:#fff;
}
	
.cottage-result.area:hover, .cottage-result.article:hover, .cottage-result.filter:hover {
	transform: scale(0001.0001);
	box-shadow:none;
}	

.cottage-result {
	/*transition: all .2s ease-in-out;*/
}
.cottage-result:hover {
	/*transform: scale(1.03);*/
	box-shadow:0px 0px 3px #333;
}
.cottage-result.area {
	
}

.cottage-result, .single-cottage-result, .forms, .search {
	background-color:rgba(255, 255, 255, 0.9);
	padding:10px;
	color:#444;
	/*font-size:.9em;*/
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
	box-shadow:0px 0px 2px #CCC;
}

.cottage-result.grouped {
	background-color:#598ca2;
}
.cottage-result.grouped h2 a, .cottage-result.grouped p {
	color:#fff;
}

/*.single-cottage-result and search-results*/

.single-cottage-result {
	font-size:.9em;
}

.wifi img{
	float:none;display:inline-block;width:34px;margin:0px;padding:0px;margin-bottom:-5px;
	}
	
.cottage-result .three.columns {
	text-align:center;
}

.cottage-result .eight.columns {
	margin-top:-10px;
}


.cottage-result .nine.columns {
	margin-top:-10px;
}

.cottage-result h2 a, .cottage-result h2 {
	color:#4892b5;
	color:#598ca2;
	text-decoration:none;
	font-weight:normal;
	line-height:1.2em;
}

.cottage-result h2, .single-cottage-result h2, .forms h1, .single-cottage-result h1 {
	padding:0px;
	margin-top:25px;
	margin-bottom:5px;
	color:#4892b5;
	color:#598ca2;
}

.cottage-result h2 {
	margin-top:15px;
}

.cottage-result a, .cottage-result.article a, .search a {
	text-decoration:none;
	color:#444;
}
.cottage-result.article a {
	text-decoration:underline;
}

.cottage-result a:after { content: ''; }

li.current-page a{
	text-decoration:underline;
	color:#000;
	background-color:#999;
}

.tick {
	color:#090;
	font-weight: bold;
}
.cross {
	color:#FF6937;
}

.tick, .cross {
	font-size:1.3em;
}

.cottage-result ul, .cottage-result p {
	margin-top:5px;
	margin-bottom:7px;
}

.special-offer {
	color:#AA3776;
	display:block;
}

.cottage-result.area {
	background:#598ca2;
	border-radius:0px;
	margin-top:-5px;
}

.cottage-result.area h1 {
	font-weight:normal;
}

.cottage-result.area h1, .cottage-result.area p {
	color:#e1f0ff;
}

.cottage-result.area p {
	line-height:1.8em;
}

.blurb-accom {
	letter-spacing:.009em;
}

.cottage-result.area a {
	color:#e1f0ff;
	text-decoration:underline;
}

.cottage-result.filter {
	margin-top:-15px;
	border-radius:0px;
}

.cottage-result .button a, .avail-dates a, .book-call a {
	display:block;
	color:#333;
	font-weight:normal;
	background-color:#FFDA8C;
	padding-top:4px;
	padding-bottom:4px;
	border-color:#FFE2A6;
	border-width:2px;
	border-style:solid;
	border-radius:5px;
	text-align:center;
	margin-top:9px;
	margin-left:auto;
	margin-right:auto;
	
}

.cottage-result .button a:active, .cottage-result .button a:hover, .cottage-result .button a:focus, .avail-dates a:active, .avail-dates a:hover, .avail-dates a:focus, .book-call a:active, .book-call a:hover, .book-call a:focus {
	background-color:#FC3;
}

.book-call {
	display:none;
	float:left;
}

.book-call a {
	text-decoration:none;
}

.cottage-result .three.columns {
	min-width:98%;
	
}

.cottage-result .three.columns img {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:452px;
}

.cottage-result .three.columns .property-photo {
	overflow:hidden;
}

.cottage-result .three.columns img {
	/*transition: all .2s ease-in-out;*/
	}
.cottage-result .three.columns img:hover { /*transform: scale(1.3);*/ }

.cottage-result .eight.columns img {
	display:inline-block;
	width:15px;
	margin-bottom:-3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:7px;
}

.cottage-result .prop-features {
	display:block;
	background-color:#E0F0F8;
	padding:3px;
	padding-bottom:0px;
	padding-left:5px;
}

.cottage-result .prop-features a {
	text-decoration:underline;
}

.single-cottage-result h2 img {
	width:23px;
	margin:0px;
	padding:0px;
}

.single-cottage-result .three.columns h3 {
	font-size:1.2em;
	font-weight:normal;
	padding:10px;
	background-color:#589dbd;
	background-color:#7db2cb;
	color:#fff;
	margin-bottom:0px;
}

.single-cottage-result .similar-cottages {
	margin-top:1.5em;
}

.single-cottage-result .similar-cottages li {
	display:block;
	margin-top:.75em;
	margin-bottom:.75em;
}

.single-cottage-result .similar-cottages li a {
	padding:10px;
	display:block;
	color:#fff;
	background-color:#598ca2;
	text-decoration:none;
}

.cottage-result.article img {
	
	display:block;
	width:100%;
	max-width:940px;
}

.cottage-result .prop-features .stars img {
		margin-bottom:-1px;
	}

.article span {
	text-align:center;
}

.article .six.columns img {
	width:425px;
	display:block;
	width:100%;
	align:center;
	float:none;
}

.article .six.columns {
	margin-bottom:15px;
}

.article .three-columns {
}

.article .seven-columns {
}



.single-cottage-result .tick, .single-cottage-result .cross {
	color:#e1f0ff;
}

.cottage-result li {
	display:inline-block;
}

.short-details {
	display:block;
	font-size:.9em;
	padding:10px;
	background-color:#589dbd;
	color:#fff;
	margin-bottom:15px;
}

.short-details a {
	color:#fff;
	text-decoration:none;
}

.short-details-restyle ul {
	text-align:left;
}

.short-details-restyle li {
	display:inline-block;
	padding:5px;
	margin-right:6px;
	margin-bottom:10px;
	color:#444;	
	box-shadow:0px 0px 2px #000;
}

.short-atts li {
	display:inline-block;
	padding:5px;
	margin-right:6px;
	margin-bottom:5px;
	color:#444;	
	box-shadow:0px 0px 2px #000;
	font-size:.8em;
	margin-top:5px;
}

.pagesnav li {
	margin-top:7px;
	margin-bottom:7px;
	display:inline-block;
}
.pagesnav a {
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	margin-right:5px;
	background-color:#4892b5;
	background-color:#598ca2;
	color:#EBF3FA;
	text-decoration:none;
	border-radius:3px;
}

.pagesnav a .current-page{
	background-color:red;
}

.pagesnav a:hover, .pagesnav a:focus {
	background-color:#F36;
}

.active {
	background-color:#000;
	text-decoration:underline;
}

/*.pagesnav a:visited {
	background:#999;
}*/

/*###############ARTICLES##############*/

.cottage-result.area h2 {
	margin-top:-25px;
	padding-top:0px;
	color:#e1f0ff;
	margin-bottom:25px;
}

.cottage-result.article {
	margin-top:-15px;
	border-radius:0px;
	line-height:2em;
}

.cottage-result.article p{
	margin-top:11px;
	margin-bottom:11px;
}

.cottage-result.article .row {
	margin-top:5%;
	margin-bottom:5%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.cottage-result.article ul {
	
}

.cottage-result.article li {
	
	display:block;	
}

.cottage-result.article li a {
	text-decoration:underline;
}

.cottage-result.article .three.columns img {
	margin-top:30px;
}

.cottage-result.article iframe {
	display:block;
	width:100%;
	min-height:300px;
	
}

.cottage-result.article .article-map h3 {
	background-color:#598ca2;
	color:#fff;
	margin-bottom:0px;
	padding:5px;
}

.row.iterator {
	margin-bottom:-30px;
}

.secondarynav.iterator {
	margin-bottom:-2px;
}

.snail-trail {
	margin-bottom:5px;
	margin-top:0px;
}
.snail-trail a {
	color:#444;
}

/*SocialMedia sections on single-property*/

.socialslide {
	display:none;
}

.pintrest, .twitter, .googplus {
	display:block;
	max-width:272px;
	width:100%;
}

.twitter {
	margin-top:-10px;
}

.googplus {
	margin-top:15px;
}

.pintrest {
	margin-top:10px;
}

.fbook {
	margin-top:-20px;
}

			

/*##########FOOTER##############*/


.footer-company-nav li {
	display:inline-block;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

.footer {
	background-color:#4892b5;
	background-color:#598ca2;
	color:#E1F0FF;
	padding:5px;
	margin-top:1.5em;
	margin-bottom: 1.0em;
	font-size:.9em;
}

.footer a {
	color:#E1F0FF;
}

.google_translate_element {
	display:block;
	margin-bottom:20px;
	height:20px;
}


/*----------THE CALENDAR-------------*/


.availability-calendar .three.columns {
	
background-color:#fff;
}



.calendar {
	width:100%;
    float: left;
}

caption {
	background-color:#5b9dbd;
	background-color:#7db2cb;
	color:#fff;
}

td.header {
	text-align:center;
}

.day {
    text-align:center;
    height:50px;
    border-width:1px;
    border-color:#CCC;
    border-style:solid;
	color:#333;
}


.available-day, .bookable, .available {
	background:#fff;
}

/*.not-bookable.available {
	background:#fff;
}*/

.changeover-day.not-bookable {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 49%, #595959 49%, #e08383 51%, #e08383 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 49%,#595959 49%,#e08383 51%,#e08383 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#ffffff 49%,#595959 49%,#e08383 51%,#e08383 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e08383',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.changeover-day.bookable.booked-to, .booked-to {
background: #e08383; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e08383 0%, #e08383 49%, #595959 50%, #595959 50%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08383', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.changeover-day {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 49%, #595959 50%, #595959 50%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#ffffff 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.changeover-day.not-bookable.not-available {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e08383+0,e08383+49,595959+50,595959+50,e08383+51,e08383+100 */
background: #e08383; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e08383 0%, #e08383 49%, #595959 50%, #595959 50%, #e08383 51%, #e08383 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#e08383 51%,#e08383 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#e08383 51%,#e08383 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08383', endColorstr='#e08383',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.changeover-day.not-bookable.not-available.booked-from, .changeover-day.bookable.booked-from, .day.not-available.not-bookable.booked-from {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 49%, #595959 49%, #e08383 51%, #e08383 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 49%,#595959 49%,#e08383 51%,#e08383 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#ffffff 49%,#595959 49%,#e08383 51%,#e08383 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e08383',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.not-available, .not-bookable {
	background-color: #E08383;
	background: #E08383;
}

.not-available.changeover-day.booked-to.booked-from,  .changeover-day.booked-to.booked-from {
background: #e08383; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e08383 0%, #e08383 49%, #595959 50%, #595959 50%, #e08383 51%, #e08383 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#e08383 51%,#e08383 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e08383 0%,#e08383 49%,#595959 50%,#595959 50%,#e08383 51%,#e08383 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08383', endColorstr='#e08383',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*.avail-dates {*/

.no-bookings-available {
  float: left;
}

.avail-dates {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:9px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	padding-bottom:9px;
}

.avail-dates .four.columns {
	text-align:right;
}

.avail-dates a {
	width:100%;
	text-decoration:none;
}

.short-breaks {
	margin-top:15px;
	background:#F36;
	padding:10px;
	color:#FFDDE6;
}

.key {
	background:#F5F5F5;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333;
	margin-bottom:5px;
	margin-top:-10px;
}

.prices-explained {
	line-height:1em;
	margin-bottom:-15px;
}

.key a, .currency-convertor a {
	color:#444;
}

.key ul {
	display:none;
}

.key li {
	display:block;
	line-height:3em;
	text-align:left;
}

.key .available-day, .key .not-available, .key .changeover-day {
	padding:6px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	margin-right:7px;
	color:#fff;
	}
	
.key .changeover-day {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 49%, #595959 50%, #595959 50%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#ffffff 49%,#595959 50%,#595959 50%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.key .not-available {
	background-color: #E08383;
	color:#E08383;
}


	
.call-us {
	background:#fff;
}

.phone-number a {
	color:#444;
}

.footer .phone-number a {
	color:#E1F0FF;
	font-weight:bold;
}

.short-breaks .phone-number a {
	color:#FFDDE6;
}

.currency-convertor iframe {
	margin-top:20px;
	width:100%;
	max-width:292px;
}

.currency-convertor {
	background:#F5F5F5;
	padding:10px;
	color:#333;
	margin-bottom:10px;
	margin-top:10px;
}
#calmakemeslide {
	display:none;
}

.bk-top a {
	color:#444;
}
.prop-ref-srch {
	margin-top:10px;
	display:block;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
}

/*#############FORMS###########*/


	.forms .seven.columns, .forms .four.columns {
		width:100%;
	}
	

.row1 {
	background-color:#E7F0F5;padding:10px;padding-bottom:0px;margin-bottom:3px;border-radius:3px;
}

.person-details {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;	
}

.party-details-placeholder p {
	cursor: pointer;
	padding:5px;
	background-color:#FC6;
	border-radius:3px;
}

.forms a {
	color:#444;
}

.bookit-img {
	/*display:block;
	max-width:342px;*/
	}
	
.bookit-img img {
	display:block;
	max-width:322px;
	width:100%;
	padding:10px;background:#fff;box-shadow:0px 0px 1px #999;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}


/*#################SEARCH PAGES################*/

.search {
	width:96%;
	padding:2%;
	margin:0px;
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
}

.search .row {
	display:block;
}

.search .four.columns {
	text-align:center;
	box-shadow:0px 0px 1px #CCC;
	margin-bottom:25px;
	background-color:#fff;
}

.search .four.columns a {
	text-decoration:underline;
}

.search ul, .search li  {
	margin:0px;
	padding:0px;
	line-height:2.5em;
	text-align:center;
	display:block;
}

.search .four.columns img {
	width:100%;
}

.quicksearch-form .four.columns {
        padding: 0px;
        width: 100%;
		margin-top:15px;
		margin-bottom:15px;
		background:transparent;
		box-shadow:0px 0px 0px ;
    }
	
	.quicksearch-form .four.columns input {
		display:block;
		width:100%;
	}
	
	/* -- Jon, Fee has added these here for want of a btter place --*/
    /* error class - used for jquery validation error messages */
    .error {
        color : #FF0000;
        float : left;
    }

    .clear {
        clear : both;
    }
	
	.book-call {
		display:block;
	}
	
	.telNo {
	text-align:left;
	margin-top:20px;
	margin-bottom:-55px;
	font-size:1.5em;
	max-width:1030px;
	margin-left:auto;
	margin-right:auto;
	color:#069;
	display:none;
}
.telNo .phone-number a{
	color:#069;
}

.important {
	display:block;padding:10px;background:#B5CEBD;box-shadow:0px 0px 2px #000;color:#000;
}

.cottage-result.article .important img {
	float:left;padding-bottom:5px;margin-right:20px;display:block;max-width:110px;
}
.four.columns .important img {
	float:none;padding-bottom:5px;display:block;max-width:110px;margin-left:auto;margin-right:auto;
}

ul.let-your-cottage {
	/*background-color:#446a7b;*/
	margin:0;
	text-indent:0;
	width:90%;
}

.twelve.columns ul.let-your-cottage img {
	display:block;
	max-width:35px;
	float:left;
	margin-right:10px;
}

ul.let-your-cottage li {
	background-color:#598ca2;
	color:#fff;
	padding:10px;
}

.questions strong {
	font-size:1.6em;
}

ul.let-your-cottage.questions li:nth-child(even) {
	margin-bottom:15px;
}

ul.let-your-cottage li:nth-child(even) {
	background-color:#6d9cb0;
}

@media (min-width: 400px) {
    /*Any specific inbetween mobile tablet size stuff here*/

    /*.full.one.column, .one.columns, .two.columns, .three.columns, .four.columns, .five.columns, .six.columns, .seven.columns, .eight.columns, .nine.columns, .ten.columns, .eleven.columns, .twelve.columns, .one-third.column, .two-thirds.column, .one-half.column {width:100%;min-width:380px;margin-left:auto;margin-right:auto;padding:10px;}*/

    .telnum {display:none;
    }

}


@media (min-width: 550px) {

    body {
        background-attachment: scroll;
		background-image: url(/welshcotts/page-elements/design-images/bg-31.jpg);
        background-repeat: no-repeat;
		background-position: right 115px;
		width:100%;
    }

    /*Next if we want stuff back for tablets lets ave it in here*/
    .company-nav {
        display: block;
        width: 100%;
        margin-top: 7px;
        position: absolute;
        z-index: 9999;
    }

    /*END showing stuff back up for tablets*/
    /*SET MIN WIDTHS for the columns - anything upto 800px wide goes 90% width*/
    /*Styling overides*/
    li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    .column {
        margin-left: 1.29%;
        margin-bottom: 0px;
    }

    .company-nav .seven.columns {
        width: 70%;
        z-index: 9999;
        margin-left: 0px;
        margin-right: 0px;
    }

    .company-nav li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
        z-index: 9999;
        font-size: .85em;
    }

    .header {
        position: relative;
        margin-top: -120px;
        z-index: 1;
    }

    .header img {
        float: right;
    }

    .toggle {
        float: left;
    }

    .header .eight.columns {
        margin-top: 81px;
        margin-left: -8px;
        z-index: 1;
        width: 70%;
    }

    .header .eight.columns li {
        text-align: left;
    }

    .header .eight.columns li a {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 3px;
        padding-right: 3px;
        margin-right: 1px;
        color: #E1F0FF;
        text-decoration: none;
        font-size: 1.0em;
        border-radius: 5px;
        background-color: transparent;
        display: inline-block;
        margin-top: -6px;
        margin-bottom: 0px;
    }

    .header .eight.columns li a:hover {
        background-color: #39C;
    }

    fieldset #press-it {
        background-color: #FFDA8C;
        color: #333;
        border-color: #FFE2A6;
        border-width: 3px;
        border-style: solid;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 1.4em;
        font-weight: normal;
        box-shadow: 0px 0px 1px #444;
    }

   /* .footer-company-nav li {
        display: none;
    }*/
	
	.phone-number a {
		text-decoration:none;
		}

    .cottage-result, .single-cottage-result, .forms {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
	
	.single-cottage-result {
		margin-top:-5px;
	}

    .cottage-result .three.columns, .single-cottage-result .three.columns {
        width: 100%;
		width:92%;
		/*margin-left:auto;
		margin-right:auto;
		float:none;*/
    }

    .cottage-result .eight.columns, .single-cottage-result .eight.columns {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .cottage-result p, .forms {
        text-align: left;
    }

   
    .availability-calendar {
        margin-left: 0px;
		width:92%;
	}
	
	.cottage-result .button a, .book-call a {
		padding-left:5px;
		padding-right:5px;
	}
	

    .property-secondary-nav ul {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;

    }

    .property-secondary-nav li a {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.cottage-result.article iframe {

	min-height:350px;
	
}

.secondarynav.iterator li, .secondarynav.iterator li a, .secondarynav.articles li, .secondarynav.articles li a {
		margin-top:15px;
	}

.onlytobigscreens {
		display:inline-block;
	}
	
	/*####################FORMS############*/
	
	.forms .seven.columns {
		width:92%;
	}
	.forms .four.columns {
		width:92%;
	}
	
	.forms .four.columns p {
	color:#598ca2;
	}
	
	.forms .four.columns h2 {
	color:#598ca2;
	}
	.forms h1 {
		text-align:center;
	}
	
	.article .six.columns {
	width:92%;
}

.article .six.columns img {
	width:100%;
}

.article .three.columns {
	width:100%;
}

.article .seven.columns {
	width:100%;
}

.quicksearch-form .four.columns {
        float: left;
        display: inline-block;
        margin-left: .8%;
        margin-right: .8%;
        width: 63%;
		margin-top:0px;
    }
	
.quicksearch-form .four.columns input {
		display:inline-block;
		width:30%;
	}
	
	.footer-company-nav li, .footer-company-nav, .footer-company-nav ul {
        /*display: none;*/
		text-align:left;
    }
	
	
	.footer-company-nav li a {
		text-decoration:none;
	}
	
	.footer-company-nav h4 {
		margin-top:0px;
		padding-top:0px;
		margin-bottom:7px;
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-bottom-color:#EBEBEB;
	}
	.twitter {display:block;margin-top:20px;margin-bottom:15px;}
	
	.twelve.columns.address {
		margin-top:15px;
		padding-top:7px;
		border-top-width:1px;
		border-top-style:solid;
		border-top-color:#3f7d96;
	}
	.media {
		display:block;
		margin-top:9px;
	}

	

}

@media (min-width: 758px) {
	
	
	.search.quicksearch-form {
		border-radius:0px;
		background-color:rgba(255, 255, 255, 0.8);
		width:98%;
	}

    .quicksearch-form .two.columns {
        float: left;
        display: inline-block;
        padding: 0px;
        margin-left: .8%;
        margin-right: .8%;
        width: 15%;
		margin-top:15px;
		margin-bottom:15px;
    }
	
	.quicksearch-form .four.columns {
        float: left;
        display: inline-block;
        margin-left: .8%;
		margin-top:15px;
        width: 30%;
    }

	

    .owners, .views {
        text-align: left;
    }

    .cottage-result .three.columns {
        text-align: center;
    }
	
	/*###################FORMS####################*/
	
	.forms h1 {
		text-align:center;
	}
	
	.forms p {
	text-align:left;
	}
	
	.cottage-result.article iframe {
	width:50%;
	margin-left:0px;
	min-height:350px;
	margin-right:20px;
	
}

.cottage-result.article .weather iframe {
	width:300px;
	min-height:250px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:centre;
	float:none;
}

.cottage-result.article .article-map iframe {
	width:100%;
	margin-left:0px;
	min-height:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.cottage-result.article .article-map h3 {
	margin-bottom:-15px;
}
	
	.article .six.columns {
	width:43.555555555%;
}

.article .six.columns img {
	width:90%;
}

.phone-number a {
	color:#444;
	text-decoration:none;
	cursor:default;
}

.press {
float:right;margin-right:35px;
}
	
	
}


@media (min-width: 800px) {
	
	.secondarynav {
		display:inline-block;
		padding:5px;
		margin-left:20px;
		padding-left:1px;
		padding-right:3px;
		padding-bottom:0px;
		float:left;
		margin-top:10px;
		
	}
	
	.secondarynav li {
		display:inline-block;
		margin-bottom:7px;
		float:left;
		margin-left:3px;
		margin-right:2px;
	}
	
	.secondarynav li a {
		background-color:#39C;
		background-color:#7db2cb;
		color:#fff;
		padding:5px;
		text-decoration:none;
		border-style:solid;
		border-width:1px;
		border-color:#598ca2;
		border-bottom-style:none;
	}

    .cottage-result, .forms {
        width: 98%;
    }

    .cottage-result, .cottage-result ul {
        text-align: left;
    }

    .cottage-result .four.columns {
        width: 42%;
        float: left;
    }

    .cottage-result .three.columns {
        text-align: center;
    }

    .cottage-result .eight.columns {
        width: 58%;
        float: right;
        text-align: left;
    }

    .cottage-result .eight.columns img {
        display: inline-block;
        float: left;
    }

    .cottage-result .eight.columns .button a {
        float: left;
    }

    .cottage-result .three.columns {
        max-width: 302px;
		min-width:302px;
    }

    .cottage-result .three.columns img {
        float: left;
        max-width: 302px;
		min-height:227px;
		/*border-color:#F36;
		border-width:1px;
		border-style:solid;*/
    }
	

    .property-secondary-nav li:last-child {
        display: none;
    }
	
	.article .six.columns {
	width:45.5%;
}

.article .six.columns img {
	width:94%;
}

.article .three.columns {
	width:22%;
}

.article .seven.columns {
	width:56.6666666667%;
}


	
	/*################Forms###############*/
	
	.forms .seven.columns {
		width:56%;
	}
	.forms .four.columns {
		width:33%;
	}
	
	.forms .three.columns {
		width:50%;
	}
	
	.forms .two.columns {
		width:22%;
	}
	
	.forms h1 {
		text-align:left;
	}
	
	
	/*---NEW Controllers for the new booking form----*/
	
	.bookit-img {
	}
	
	.first-column {
		width:15%;float:left;margin-right:55px;
	}
	.second-column {
		width:50%;float:left;
	}
	.fname, .sname {
		width:30%;
	}
	.fname {
		margin-left:-27px;
	}
	.age {
		width:15%;
	}
	
	.first-column input {
		width:100%;
	}
	.second-column input {
		width:90%;
	}
	.second-column .country {
		display:block;
		width:90%;
	}
	.person-details .second-column {
		width:40%;
	}

}
@media (min-width: 900px) {

.telNo {
	text-align:left;
	margin-top:20px;
	margin-bottom:-55px;
	font-size:1.4em;
	max-width:1025px;
	margin-left:auto;
	margin-right:auto;
	color:#069;
	display:block;
}
.telNo .phone-number a{
	color:#069;
}
}

@media (min-width: 1000px) {
	
	.secondarynav {
		display:inline-block;
		padding:5px;
		margin-left:10px;
		padding-left:1px;
		padding-right:3px;
		padding-bottom:0px;
		float:left;
		
	}
	
	.secondarynav li a {
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		
	}
	
	.secondarynav .property li .onlytomobs {
		display:none;
	}
	
	.onlytomobs {
		display:none;
	}
	
	
    .cottage-result .eight.columns, .single-cottage-result .eight.columns {
        width: 66.666666666%;
        margin-left: 0px;
    }

    .single-cottage-result {
        width: 96%;
        text-align: left;
        padding: 2%;
    }

    .single-cottage-result h2, .single-cottage-result h1 {
        font-size: 1.8em;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #598ca2;
    }
	
	.single-cottage-result h1 {
		line-height:1em;
	}

    .single-cottage-result h2 img {
        display: inline-block;
        padding-top: 5px;
    }
	

    .single-cottage-result .eight.columns {
		width: 64.3333333333%;
        margin-top: 15px;
		
    }

    .single-cottage-result .eight.columns, .single-cottage-result .eight.columns p {
        text-align: left;
    }

    .single-cottage-result .eight.columns p {
        font-size: 1.1em;
        letter-spacing: .03em;
		line-height:1.7em;
		margin-bottom:20px;
    }

    .single-cottage-result .three.columns {
        width: 292px;
        float: right;
    }

    .single-cottage-result .three.columns img {
        max-width: 282px;
        float: right;
    }
	
	.snail-trail {
		margin-top:-24px;
	}

    .short-details {
        display: block;
        font-size: 1.2em;
        text-align: left;
        padding: 10px;
        background-color: #589dbd;
		background-color: #7db2cb;
        color: #fff;
        margin-bottom: 15px;
    }

    .short-details a {
        color: #fff;
        text-decoration: none;
    }

    .short-details ul {
        text-align: left;
    }

    .property-secondary-nav ul {
        width: 96%;
    }
	
	

    /*--------------THE CALENDAR---------*/
    caption {
        text-align: left;
        padding-left: 10px;
    }

    .day {
        text-align: center;
        width: 41px;
        height: 31px;
        border-width: 1px;
        border-color: #CCC;
        border-style: solid;

    }

    #availability-calendar {
        margin-left: 33px;
    }
	/*.calendar {
		margin-left:6px;
	}*/
	
	.one-2.columns {
		margin:0px;
		margin-right:1px;
		margin-bottom:5px;
		font-size:.9em;
		padding-left:2px;
		padding-right:2px;
	}
	
	.cottage-result.article ul {
	margin-left:40px;
}

/*FORMS ADJUSTMENTS*/

    
}

@media (min-width: 1100px) {

.single-cottage-result .eight.columns {
		width: 65.3333333333%;
 }
 /*.footer-company-nav li {
		line-height:.5em;
	}*/
}

@media (min-width: 1680px) {
body {
        
		background-position: center 115px;
		background-size:100%;
		
    }
}

/*--Ads--*/

.article-display {
	padding-top:5px;
	padding-bottom:5px;
	border-radius:37px;
	background-color:#D6EBEF;
}

.article-display p, .article-display h3 {
	text-align:center;
}

.article-display h3 {
	padding:0px;
	margin-bottom:-30px;
	color:#4892B5;
	color:#598ca2;
}

.article-display .property-box {
	box-shadow:0px 0px 2px #4892B5;
	padding:15px;width:15%;display:inline-block;height:180px;background-color:#F3F3F3;font-size:.9em;line-height:1.3em;border-radius:17px;
}

.article-display .a-property img {
	max-width:147px;height:91px;padding:5px;background-color:#fff;
}

@media (max-width: 1000px) {
	.article-display .property-box {
		width:50%;
		margin-bottom:20px;
		height:auto;
	}
	
	.article-display .a-property img {
		max-width:80%;height:auto;
		margin-left:auto;margin-right:auto;
	}
}

li.Special-Offer .cottage-result {
	/*box-shadow:0px 0px 11px #FC6;*/
	box-shadow:inset 0px 0px 4px #F90, 0px 0px 2px #F90;
	background-color: rgba(255, 255, 255, 100%);
}

.tickme {
	display:none;
}

/*.TA-Container {
	height:130px;width:148px;
	position:relative;
	overflow:visible;
}
.TA-Container:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  width:105%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0);
}*/

