html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************** End CSS RESET ****************/


body { font-family: 'Gentium Basic', serif; color:#333; }

#page {
	width: 1000px;
	margin:auto;
}

header {
	padding:0 20px;
	position:relative;
}

header h1 {
	text-align:center;
	font-size:120px;
	margin-bottom:0;
	background:#E8E8E8;
	padding:50px 20px;
}

#main {
	margin-top:40px;
}

section {
	padding:20px 10px;
	overflow:hidden;
}

.column {
	float:left;
	padding: 0 10px;
	width:33.3333%;
}

.double {
	width: 66.6666%;
}

footer {
	margin:0 20px;
	padding:40px;
	background:#E8E8E8;
}

footer p { 
	margin-bottom:0;
	text-align: center;
}

img {
	max-width:100%;
}

p { 
	line-height:1.4em;
	margin-bottom:1em;
}

h1, h2 { 
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	margin-bottom:1em;
	text-transform:uppercase;
}

strong { font-weight:bold; }

a { text-decoration:none;}

/******************** Kitten Aquisition Form *********************/

#formslider {
	position:relative;
	margin:0 20px;
	z-index:20;
}

#formcontainer {
	height:520px;
	padding:20px 10px;
	width:100%;
	background:#616161;
	display:none;
	position:absolute;
	left:0;
	top:0;
	color:#EDEDED;
}

#formtoggle {
	background:#B40205;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	display:block;
	padding: 10px 0;
	line-height:1.3em;
	position:absolute;
	right:20px;
	bottom:0;
	width:280px;
	text-align:center;
	color:#E8E8E8;
	text-align:center;
}

label, input, select, textarea {
	display:block;
	width:100%;
}

label {
	margin-bottom:5px;
}

input, select, textarea {
	margin-bottom:10px;
	padding:5px;
}

textarea {
	margin-bottom: 20px;
}

.disclaimer {
	font-family:Arial;
	font-size:12px;
	padding:20px 0;
	line-height:normal;
}

.disclaimer a {
	color:#bbc5dd;
	font-size:12px;
	padding:0;
	text-decoration:underline;
}

span.help-inline {
	color: #feb0f6;
}

/************* Range Input Styles ************/

input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	padding:0;
	background:none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #687aa7;
	border-radius: 25px;
	border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: #2E364A;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #687aa7;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #687aa7;
	border-radius: 25px;
	border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: #2E364A;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #687aa7;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
	background: #687aa7;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: #2E364A;
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
 	background: #687aa7;
}

input[type=range]:focus::-ms-fill-upper {
	background: #687aa7;
}

/************* Button Styles ***************/

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #B40205;
  text-align: center;
  font-family:Oswald;
  font-size:16px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #EDEDED;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

/************* Flexslider Styles *************/
.flexslider {
	margin: 0 20px;
	border:none;
	border-radius:0;
}

.flex-control-paging li a.flex-active {
	background:#B40205;
}

.slide1 { background:url(slides/kitten01.jpg) top left no-repeat; }
.slide2 { background:url(slides/kitten02.jpg) top left no-repeat; }
.slide3 { background:url(slides/kitten06.jpg) top left no-repeat; }
.slide4 { background:url(slides/kitten04.jpg) top left no-repeat; }
.slide5 { background:url(slides/kitten05.jpg) top left no-repeat; }

.slides li div {
	width:100%;
	position:relative;
	padding-bottom:50%;
	background-size:cover;
}

.slides li div h2 {
	position:absolute;
	top:20px;
	left:20px;
	color:#B40205;
}

.cta {
	display:table;
	height:150px;
	width:150px;
	
	position:absolute;
	right:20px;
	bottom:100%;
	
	background:rgba(123,157,179,.3);
	border-radius:50%;
	border: 5px solid #084D64;
	
	text-align:center;
	padding:20px;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#03425B;
}

.cta span {
	display:table-cell;
	vertical-align:middle;
}

.light {
	color:#EDEDED;
}

/**************** Featured Kittens ****************/

#featured {
	background:#2E364A;
	margin:0 20px;
}

#featured h1, #formcontainer h1 {
	margin-left:10px;
	color:#EDEDED;
	margin-bottom:20px;
}

#featured a {
	display:block;
	float:left;
	width:16.6666%;
	padding:10px;
}

#featured a img {
	border: 4px solid #455784;
}


/**************** Media Queries ****************/

@media only screen and (max-width: 1000px) {
	
	#page { width: 100%; }
	
}

@media only screen and (max-width: 752px) {
	
	#formcontainer {
		height:550px;
	}
}

@media only screen and (max-width: 600px) {
	
	.column {
		float:none;
		width:100%;
	}
	
	#featured a {
		width:33.3333%;
	}
	
	header h1 {
		font-size:60px;
		padding-top:10px;
	}
	
	#formcontainer {
		height:920px;
	}
}

@media only screen and (max-width: 525px) {
	
	#formcontainer {
		height:1000px;
	}
}

@media only screen and (max-width: 380px) {
	
	#formcontainer {
		height:1050px;
	}
}