/* ===================== standard form css ==================== */

/* gives us scalable videos */
  .video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* add a style to word rehomed in rehomed listing */
.rehomed_style{font-size:30px;}

/* gives us a line icon */
.linebutton{
display:block;	
background: url(/mobile/images/nick/linebutton_30x30_en.png);
padding:30px 30px;
}

/* gives us a line icon */
.linebutton_sm{
display:block;	
background: url(/mobile/images/nick/linebutton_18x18_en.png);
}

.catnip_yellow1{background-color:#FFE77D!important;}
.catnip_yellow2{background-color:#FFFFBF!important;}
.catnip_blue{background-color:#0077B1!important;}
.deep_yellow{background-color:#FFE77D!important;}


.catnip_yellow1_decoration{
 background-color:#FFE77D!important;
 height:2px;font-size:0px;line-height:0px;
}

.catnip_yellow2_decoration{
 background-color:#FFFFBF!important;
 height:1px;font-size:0px;line-height:0px;
}

.catnip_blue_decoration{
 background-color:#0077B1!important;
 height:2px;font-size:0px;line-height:0px;
}

.catnip_decoration {
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	clear: both;
}

.one-half-responsive
{
	background-color:#ffffff;
}



.one-half-responsive p strong
{
	font-size:120%;
}


.sm {
	font-size:14px;color:#222;
	}


/* we define this so we can keep all font sizes in sync 
.fontsize_adaptive{
	font-size: 18px;
	line-height: 180%; 
}

@media (min-width: 768px) {
	.fontsize_adaptive {
	font-size: 24px;	
	line-height: 180%; 
	}
}
*/

.quote_top {
	font-size: 80px;
	font-family: palatino!important;
	margin-bottom:-20px;
	margin-right:10px;
	color:#999;
	display:inline-block;
}

.quote_bottom {
	font-size: 80px;
	font-family: palatino!important;
	margin-bottom:-30px;
	margin-left:20px;
	color:#999;
	display:inline-block;
}

/* nick */

.page_header{font-size:20px;font-weight:bold;margin-top:10px;margin-bottom:10px;}
.page_teaser{margin-bottom:30px;}


/* this gives us our responsive thumbnails */
.nick-top-thumb img{
	margin-bottom:0px!important;
}

.nick-top-thumb a{
	color:#111;
}

.nick-top-thumb img:hover{
    transform:scale(0.96, 0.96)!important;
    transition:all 500ms ease !important;
}



.thumb-top-clear-0{
	height:8px;
	display:block;
	width:100%;
}

.thumb-top{
	line-height:24px;
	display:block;
	padding:8px;
}

.thumb-top a{
	display:block;
}


.thumb-top img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-top strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-top em{
	font-style:normal;
}






/* gives us bigger checkboxes and radio buttons on forms */
.form-container input[type=checkbox] {
  -webkit-transform: scale(2,2) !important;
     margin:1rem;
    -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     display: inline !important;
}

/* /http://trentwalton.com/2010/07/14/css-webkit-appearance/ */

.form-container input[type=radio] {
  -webkit-transform: scale(2,2) !important;
     margin:1rem;
     -webkit-appearance: radio !important;
     -moz-appearance: radio !important;
     display: inline !important;
}



.form-container {
	width: 100%;
}


/* we need these to override the framework */
.form-container p {
margin-bottom:auto !important;
margin-top:20px !important;
font-size:20px !important;
line-height:150% !important;
}

.form-error-container {
	padding: 10px;
	background: #eee;	
	margin: 0px auto 0px auto;
}

.form-error-container li
{
	list-style-type: none !important;
	padding: 0;
	margin: 10px 0px;
	font-size:18px !important;
}


.form-text {
height:44px;
padding:10px;
margin-bottom:30px;
min-width:100%;	
display:block;
box-sizing:border-box;
background-color:rgba(255,255,255,0.4);
font-size:24px;
color:#666;
border:solid 1px #cacaca;
position:relative;
overflow:hidden;
}

.form-textarea {
	
padding:10px;
margin-bottom:30px;
min-width:100%;	
display:block;
box-sizing:border-box;
background-color:rgba(255,255,255,0.4);
font-size:24px;
color:#666;
border:solid 1px #cacaca;
position:relative;
overflow:hidden;
}
.form-footer-text {

}

.form-start-section {

margin:20px 0px;
font-size:24px;

font-weight:bold;

}

.form-header-section {

}

.form-element-required {
	color: #0077B1;
	font-weight: bold
}

.form-checkbox-padding-normal {
	margin: 4px 2px 4px 12px
}
.form-radio-padding-normal {
	margin: 4px 2px 4px 30px;
}

.form-title-standard {

}

.form-element-wrap {

font-weight:normal;

	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f6f6f6 51%, #ffffbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(51%,#f6f6f6), color-stop(100%,#ffffbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f6f6f6 51%,#ffffbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #ffffff 0%,#f6f6f6 51%,#ffffbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f6f6f6 51%,#ffffbf 100%); /* IE10+ */
background: linear-gradient(135deg,  #ffffff 0%,#f6f6f6 51%,#ffffbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.form-element-wrap-error {
	margin: 20px 0px;
	padding: 10px 0px;
	color: #0077B1;	


background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e9cdcd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#e9cdcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e9cdcd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #ffffff 0%,#e9cdcd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #ffffff 0%,#e9cdcd 100%); /* IE10+ */
background: linear-gradient(135deg,  #ffffff 0%,#e9cdcd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9cdcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.form-title-big {
	color: #444;
	font-weight:bold;

}
.form-section-small {

}

/* =============================== end form ==============================*/

.container_page_left_bottom {
	margin: 0px 0 0 0
}

.container_page_left_bottom_puffbox {
	height: 105px;
	width: 95%;
	margin: 16px 13px 0 8px;
	padding: 6px;
	position: relative;
	color: #fff;
	overflow:visible !important;
	}

.gradient_1 {
	background-image: -moz-linear-gradient(top,#006190,#0077B1);
	background-image: linear-gradient(top,#006190,#0077B1);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#006190),color-stop(1,#0077B1));
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',GradientType=0,startColorStr=#006190,EndColorStr=#0077B1);
}

	
	.gradient_2 {
	background-image: -moz-linear-gradient(top,#777777,#555555);
	background-image: linear-gradient(top,#777777,#555555);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#777777),color-stop(1,#555555));
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',GradientType=0,startColorStr=#777777,EndColorStr=#555555)
}

.gradient_7
{
background: #ff8f3a; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8f3a 0%, #fc7500 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f3a), color-stop(100%,#fc7500)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8f3a 0%,#fc7500 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8f3a 0%,#fc7500 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8f3a 0%,#fc7500 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8f3a 0%,#fc7500 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f3a', endColorstr='#fc7500',GradientType=0 ); /* IE6-9 */
}

.gradient_7red
{
background: #ff8f3a; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000 )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff0000 0%,#cc0000  100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff0000 0%,#cc0000  100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff0000 0%,#cc0000  100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff0000 0%,#cc0000  100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f3a', endColorstr='#fc7500',GradientType=0 ); /* IE6-9 */
}

.ro4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.puffbox_link {
	position: absolute;
	bottom: -2px;
	right: 8px;
	font-size: 22px;
	font-weight:600;
}
.puffbox_link a {

	color: #eee;
	text-decoration: none;
}
.puffbox_link a:hover {
	color: #FFCA00;	
	
}

.cat1 {
	position: absolute;
	left: -8px;
	bottom: 0px;
	height: 122px;
	width: 60px;
}

.puff_sm_text {
	position: absolute;
	left: 52px;
	top: 6px;
}

.cfblue{color:#0077B1;}

.fosad{margin:15px 0 20px 0;text-align:center;}
.fosad a {font-size:15px;border-radius:4px;padding:2px 12px 3px 12px;background:#0077B1;color:#fff;margin:0 30px 0 0;}
.fosad a:hover{background:#ffe77d;color:#000;}


.nm_pulse1, .nm_pulse2 {
	animation: pulse 3s infinite;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(0.7);
	}
	100% {
	  -webkit-transform: scale(1);
	}
  }
  
  @keyframes pulse {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(0.7);
	}
	100% {
	  transform: scale(1);
	}
  }

  /* 0077b1 */
  .why-catnip{background:#ffffff;padding:1px;border:4px dashed #0077b1;border-radius: 4px;margin-bottom:30px;}

  .why-catnip-header{
	color: #000;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 8px;
	margin: 4px 4px 4px 4px;
	border: 1px solid #444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(#FFE77D 0%, #FFCC6F 90%) repeat scroll 0 0 transparent;
	background: linear-gradient(#FFE77D 0%, #FFCC6F 90%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#FFE77D), to(#FFCC6F)) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE77D, endColorstr=#FFCC6F);
	cursor:pointer;
  }

  .why-catnip dl{padding:20px 30px;display:none;}
  .why-catnip dt{font-weight:600}
  .why-catnip dd{padding:10px 10px 40px 10px;}

  
  .form_oneclick {position:fixed;top: 0;left: 0;margin: 0;padding: 0;height: 100%;width: 100%;z-index: 9999;pointer-events: none;overflow-x: auto;
	background-color: #0077b1;opacity:0.9;}
	.form_oneclick_message {
		padding: 20px 10px;
		z-index:100000;
		position: fixed;
		width:220px;
		height:auto;
		top: 30%;
		left: 50%;
		margin-top: -50px;
		margin-left: -110px;
		background:#ffffff;
		color:#111;
		font-weight:bold;
		font-size:14px;
		opacity:1;
		text-align:center;
		border-radius:6px;
	  }