

/** STATIC TITLES **/
.static-titles				{ padding:60px 0px; }
.static-titles h1			{ text-transform:uppercase; font-size:2.5em; font-weight:300; }
.static-titles .sub-title	{ font-size:1.3em; }

.static-titles				{ border-bottom:5px solid #002B3E; background:#FFFFFF url(backgrounds/static-banner.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles h1			{ color:#C3922E; text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);  }
.static-titles .sub-title	{ color:#FFFFFF; }

.static-wrapper.static-grey				{ background:#EFEFEF; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.3em; }
.static-wrapper h1,
.static-wrapper h2					{ text-transform:uppercase; }
.static-wrapper .static-left		{ float:left; width:50%; }
.static-wrapper .static-right		{ float:right; width:45%; }

.static-wrapper .static-left img,
.static-wrapper .static-right img	{ width:100%; max-width:800px; max-height:600px; padding-top:15px; }

.static-wrapper	.fees-left { display: inline-block; width: 74%; }
.static-wrapper	.fees-right { display: inline-block; width: 24%; }
.static-wrapper .fees-title { color: #002B3E; margin-bottom: 0;}

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#002B3E; }
.static-list li						{ color:#C3922E; line-height:2em; }
.static-list li span				{ color:#002B3E; }



/** STATIC INTRO **/
.static-intro { padding:80px 0px; font-size:1.3em; line-height:1.8em; }
.static-intro h2.hidden { text-indent:-99999999; }
.kingfisher-logo { width:100%; max-width:245px; max-height:151px; margin:0px 0px 20px 0px; }
.static-intro .sub-title { display:block; font-size:1.4em; }



/** KINGFISHER **/
.kingfisher-title { background:#FFFFFF url(static/kingfisher-banner-gs.jpg) no-repeat 50% 50%; background-size:cover; }
.kingfisher-title h1 { color:#FFFFFF; }
.kingfisher-blue { color:#17A9DB; }
.kingfisher-form .btn,
.btn.kingfisher { background:#17A9DB; color:#FFFFFF; }
.kingfisher-form .btn:hover,
.btn.kingfisher:hover { background:#002B3E; color:#FFFFFF; }
.col-thirds { display:inline-block; vertical-align:top; width:33%; }
.col-thirds .spacing { padding:20px; margin:10px; background:#FFFFFF; }
.col-thirds .icon { font-size:3em; color:#17A9DB; }
@media screen and (max-width:830px){
	.col-thirds { width:32%; }
}
@media screen and (max-width:760px){
	.col-thirds { display:block; width:100%; }
}
 
 

/** STATIC LISTS **/
.static-wrapper .static-list					{ list-style:none; margin:20px 0px; padding:0px; }
.static-wrapper .static-list li					{ display:block; padding:10px; margin:0px 0px 10px 0px; }

.static-wrapper .static-list li					{ border-left:3px solid #c3922E;background:#FFFFFF; }
.static-wrapper .static-list li:nth-child(odd)	{ background:#FAFAFA; }
.static-wrapper .static-list li span			{ color:#000000; }

.static-wrapper .static-list.left				{ float:left; width:48%; }
.static-wrapper .static-list.right				{ float:right; width:48%; }

.indent											{ padding-left:20px; }



/** STATIC FORMS **/
.static-wrapper form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper form .styledd	{ width:100%; }

.static-wrapper form .styledd	{ background:#FFFFFF; }

.landlord-title					{ font-size:1.4em; }
.landlord-p						{ font-size:1.2em; }




/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:770px){

	.static-wrapper .static-left,
	.static-wrapper .static-right,
	.static-wrapper .static-list.left,
	.static-wrapper .static-list.right		{ float:none; width:100%; }

}