/*
Theme Name: Owners Websites
Description: The new owners theme.
Author: Tremendous Marketing
Author URI: tremendousmarketing.com
*/

@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700);

@import url(//fonts.googleapis.com/css?family=Amatic+SC:400,700);

/*CCP CSS*/

#prop_description p {
	margin-bottom: 15px;
	line-height: 175%;
}

#prop_description .tick-features {
	font-size:15px;
}

#prop_description .tick-features .col-lg-3, #prop_description .tick-features .col-md-4 {
	margin-bottom: 8px;
}

#prop_description .tick-features .glyphicon {
	color: #8ec328;
	margin-right: 8px;
	font-size:12px;
}

.ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ratio a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.prop-image, .town-image {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

.prop-image-container, .town-image-container {
    margin-bottom: 30px;
}

.prop-image-more {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transition: 0.5s;
}

.prop-image-more .glyphicon {
    margin-top: 58px;
    color: #9ec9e7;
    font-size: 26px;
}

#prop_description .blue-facilities {
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #064976;
    background-color: #eff9fd;
}

h1, h2, #call-us .number {
    color: #529ccd;
}

/*Main CSS*/

body {
	background-image: url(../img/backgrounds/bg-original.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: 'Oxygen';
	font-size: 14px;
	margin: 0;
}

h1, h2 {
	color: #529ccd;
	font-weight:700;
	text-transform: capitalize;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	text-transform: capitalize;
}

p {
	line-height: 175%;
	font-size: 14px;
	margin-bottom: 20px;
}

.main .container {
	background-color: #FFFFFF !important;
	padding: 20px 20px 20px 20px;
	position:relative;
}

.page-title {
	font-size: 30px;
	font-weight: 300;
	margin: 10px 0px 25px 0px;
}

#star {
	height:27px;
	width:157px;
	margin-top: -15px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.star-1 {
	background:url(../graphics/stars960.png) no-repeat;
}

.star-2 {
	background:url(../graphics/stars960.png) 0 -27px no-repeat;
}

.star-3 {
	background:url(../graphics/stars960.png) 0 -54px no-repeat;
}

.star-4 {
	background:url(../graphics/stars960.png) 0 -81px no-repeat;
}

.star-5 {
	background:url(../graphics/stars960.png) 0 -108px no-repeat;
}

.grading-banner {
	/*float: right;
	z-index: 1;
	position: relative;
	margin: -20px -25px 0px 0px;*/
	position:absolute;
	top:0px;
	right:-5px;
	z-index:1;
}

#call-us {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.widget {
	border-bottom: 1px solid #ccc;
}

#call-us .title {
	font-family: 'Amatic sc';
	font-size: 45px;
	font-weight: 700;
	color: #81cef0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: .67em;
}

#call-us .number {
	font-size: 30px;
	color: #3a668f;
}

#call-us p {
	font-size: 18px;
	color: #ccc;
}

#map img {
	width: 100%;
}

.navbar {
	border-radius: 0px;
	background-color: #529ccd;
	font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 800;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-nav>li:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #104c77;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.header-images {

}

.header-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom:15px;
}

.header-image-large img {
	width: 100%;
	height: 350px;
}

.header-image-small img {
	height: 165px;
	width:100%;
	margin-bottom:20px;
	/*margin-top: -32px;
	margin-bottom: 51px;*/
}

.info {
	list-style-image: url(../img/heart.jpg);
	line-height: 170%;
	padding-top: 20px;
	margin-bottom: 20px;
}

.info li {
	display: list-item;
	float: left;
	width: 33% !important;
}

.footer {
	background-color: #222f3a;
	color: #FFFFFF;
	width: 100%;
	min-height: 50px;
	bottom: 0;
	padding-top: 20px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: none;
}

#tremendous {
	text-align: right;
}

#map_canvas {
	height: 250px;
	margin: 0px;
	padding: 0px
}

#map-large #map_canvas {
	height: 720px;
}

#map-image img {
	width: 100%;
}

.cottage-images {

}

.cottage-images .images img {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding:5px;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}

.beaches img {
	width: 100%;
}

.sidebar p, h2 {
	text-align: center;
}

.quote {
	font-size: 30px;
	color: #97C1D0;
	margin: 10px 10px 10px 10px;
}

.req {
	color: #DC1216;
	font-weight: 800;
}

#price-container {
	width:100%;
	margin-top:20px;
}

#price-explanation {
	float: left;
	width:25%;
	text-align:center;
	margin-top:5px;

}

#price-bands {
	float: left;
	width:75%;
}

#price-band {

}

#price-calendar.table {
	border-spacing:0px 10px 0px 0px;
}

#price-calendar .weekdays td {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#price-calendar .title {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #0e406b;
	text-align: left;
}

#price-calendar td {
	height: 20px;
	width: 20px;
	text-align: center;
}

#price-band span {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 2px 10px 0 16px;
	border-radius: 8px;
}

#price-calendar .yellow {
	background-color: #FFF99a;
}

.yellow-start, #price-band .yellow {
	background-color: #fae900;
}

#price-calendar .orange {
	background-color: #f5cd87;
}

.orange-start, #price-band .orange {
	background-color: #f9a717;
}

#price-calendar .green {
	background-color: #c2e1a9;
}

.green-start, #price-band .green {
	background-color: #7dbd49;
}

#price-calendar .blue {
	background-color: #c2dcf9;
}

.blue-start, #price-band .blue {
	background-color: #54a0f5;
}

#price-calendar .purple {
	background-color: #e3cbf4;
}

.purple-start, #price-band .purple {
	background-color: #b16ae2;
}

#price-calendar .red {
	background-color: #f5bbbc;
}

.red-start, #price-band .red {
	background-color: #f53134;
}

blockquote {
    font: 13px/20px 'Oxygen';
    padding: 16px;
    background-color: rgba(239,239,239,0.1);
    background-image: url(http://www.thecabintenby.co.uk/img/quote-top.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
	line-height: 175%;
	border-left:3px solid #fafafa;
}

blockquote span {
	display: block;
    background-image: url(http://www.thecabintenby.co.uk/img/quote-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
	padding-bottom: 25px;
}

.bottom-border {
	border: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#property-name {
	color: #529ccd;
  font-weight:400;
}

#property-location {
	color: #104c77;
}

.no-margin-top {
	margin-top: 0px;
}

/* --
.sleeps, .bedrooms, .pets {
	border: 1px solid #e1e1e1;
	height:82px;
	width:100px;
	margin-top:10px;
	margin-bottom: 20px;
	background-color:#fff;
	padding:0 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #3a668f;
	font-weight:700;
	text-transform: capitalize;
	font-size: 20px;
}
-- */

.sleeps, .bedrooms, .pets {
	border: 1px solid #e1e1e1;
	width:100px;
	margin-top:10px;
	margin-bottom: 20px;
	background-color:#fff;
	padding:0px 8px 10px 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #104c77;
	font-weight:400;
	text-transform: capitalize;
	font-size: 45px;
}

.sleeps h2, .bedrooms h2, .pets h2 {
	margin-top: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight:100;
	font-size: 16px;
}

.show-on-mob {
	display: none;
}

@media (max-width: 1000px) {
	/*.header-images {
		display: none;
	}*/
}

@media (min-width:767px) {

	.navbar-fixed-top {
		position:relative;
	}

	.navbar-brand {
		display:none;
	}

}

@media (max-width: 768px) {

	.main {
		margin-top:25px;
	}

	.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
		color:#fff;
	}

	.header-image-large img {
		margin-bottom:20px;
		height:auto;
	}

	h1 {
		text-align: center;
	}

	#map-image {
		display: block;
	}

	#map-large #map_canvas {
		height: 200px;
	}

	#hide-map {
		display: none;
	}

	.info {
		display: none;
	}

	.grading-banner {
		display: none;
	}

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

	#star {
		display: block;
	}

	.hide-on-mob {
		display: none;
	}

	.show-on-mob {
		display: block;
	}

	#property-name {
		display: block;
	}

	#tremendous, .footer {
		text-align: center;
	}

	#copyright {
		display: block;
	}

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

	.sleeps, .bedrooms, .pets {
		width: auto;
		font-size: 14px;
	}

	.sleeps h2, .bedrooms h2, .pets h2 {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	#map-image {
		display: none;
	}

	#hide-map {
		display: block;
	}
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}