/* 
Theme Name: SimpleLeads 
Theme URI: http://bragthemes.com
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features. Also includes different page layouts and custom post types.

Author: Brad Williams 
Author URI: http://braginteractive.com
Version: 2.2.2
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2012 Brag Interactive 
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes 
	
CSS Rules: Sorted alphabetically for better organization.
*/
	

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {

}

hr.space {
	background:#fff;
	color:#fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap:break-word;
}

cite, em, dfn {
	font-style:italic;
}

code, kbd, samp, pre, tt, var {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
}

strong {
	
}

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins, dfn {
	border-bottom:1px solid #ccc;
}

small, sup, sub {
	font-size:85%;
}

abbr, acronym {
	font-size:85%;
	letter-spacing:.1em;
	text-transform:uppercase;
}

a abbr, a acronym {
	border:none;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom:1px solid #ccc;
	cursor:help;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

/* =Responsive 12 Column Grid
-------------------------------------------------------------- */
.grid {
	float:left;
	margin-bottom:2.083%;
	padding-top:0;
}

.grid-right {
	float:right;
	margin-bottom:2.083%;
	padding-top:0;
}

.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display:inline;
	margin-right:2.083%;
}

.col-60 {
	width:6.38297%;
}

.col-140 {
	width:14.89361%;
}

.col-220 {
	width:23.40425%;
}

.col-300 {
	width:30.91489%;
}

.col-380 {
	width:40.42553%;
}

.col-460 {
	width:48.82978%;
}

.col-540 {
	width:57.4468%;
}

.col-620 {
	width:65.95744%;
}

.col-700 {
	width:74.46808%;
}

.col-780 {
	width:82.97872%;
}

.col-860 {
	width:91.48936%;
}

.col-940 {
	width:100%;
}

/* .fit is the very last item in your grid 
   to keep your columns inline and without
   floats
*/
.fit {
	margin-left:0!important;
	margin-right:0!important;
}

img {
	height:auto;
	max-width:100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	
}

a:hover {
	
}



/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 {
	color:#000066;
}

h2 {
	
}

h3 {

}

h4 {
	
}

h5 {
	
}

h6 {
	
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {

}

/* =Margins & Paddings
-------------------------------------------------------------- */

caption {
	padding-bottom:.8em;
}

blockquote {
	margin:1.6em 0;
	padding:0 1em;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

textarea, input {
	
}

select {
	
}

option {
	
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin:0 auto;
	max-width:960px;
	padding:0px 25px;
}

#wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#FFFFFF;
	border-radius: 6px;
	clear:both;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position:relative;
	min-height: 100%;
    height: auto !important; /* ie7 fix */
    height: 100%;
}

.page #wrapper, .single #wrapper, .error404 #wrapper {
	padding: 20px 0 20px 0;
}

.container {
	min-height: 100%;
}

#header {
	margin:0;
	background:#fafafa;
}

#footer {
	clear:both;
	padding:10px 0 0 0;
	background-repeat: repeat-x;
}

#footer-wrapper {
	margin:0;
	padding:0;
}

/* =Container IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 #container {
	max-width:961px;
}

/* =Header
-------------------------------------------------------------- */
#header #logo {
	float:left;
	margin:0;
	padding: 20px 20px 15px 0;
}

#header #logo-txt {
	padding: 40px 20px 15px 0;
}

#header #logo-txt a {
	font-weight:700;
	font-size: 50px;	
}

#header #logo-txt a:hover {
	text-decoration: none;	
}

#headerCTA {
	padding: 20px 0 15px 0;
}

#headerCTA h1{
	font-size: 28px;
	margin: 0;
}

#headerCTA h2{
	font-size: 24px;
	margin: 0;
}

.page-template-landing-page-php #header, .page-template-landing-page-php #footer, .page-template-landing-page-php #footer-widgets  {
	display: none;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom:20px;
}

#content-archive {
	margin-bottom:20px;
}

#content-blog {
	margin-bottom:20px;
}

#content-images {
	margin-bottom:20px;
}

#content-full {
	margin-bottom:20px;
}

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:12px;
}

#content .sticky {
	clear:both;
}

#content .sticky p {
}

#content .bypostauthor {
}

#content .post {
	margin-bottom: 10px;
	border-top: 1px solid #E9E9E9;
	padding: 15px 0 30px 0;
}

.single #content .post {
	border-top: 0;
	padding: 5px 0 10px 0;
}

#content-blog .post {
	margin-bottom: 25px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 20px;
}

.clr-cat {display:none;} 

/* =Templates
-------------------------------------------------------------- */

.page-template-landing-page-php #wrapper {
	background: url(images/bg-dots.png) repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.page-template-landing-page-php #content-landing{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background-color: #FFFFFF;
}

.landingPage {
	padding: 20px !important;
}

.page-template-sitemap-php #widgets{
	border-left: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#homeCTA {
	background: url(images/mts-bg.jpg) no-repeat top center;
	min-height: 665px;
}

.homeCTAtxt {
	color: #3b4d6f;
	margin: 60px 0 0 0;
	
}

.homeCTAtxt h1{
	font-size: 48px;
	padding: 0 0 15px 0;
	line-height: 50px;
}

.homeCTAtxt p{
	line-height: 26px;
	font-size: 22px;
	font-weight: normal;
}

.home .post-entry p {
	text-align: left;
	padding: 0;
}


#hero-image .fluid-width-video-wrapper {
	margin-left:-20px;
}

#customForm {
	margin: 50px 20px 0 20px;
}

.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	text-align:center;
}

.featured-subtitle {
	text-align:center;
}

#homeCarousel img.wp-post-image, #homeCarousel img.attachment-thumbnail, #homeCarousel img.attachment-medium, #homeCarousel img.attachment-large, #homeCarousel img.attachment-full {
	margin: 0;
}

.home .hero-unit {
	padding: 20px;
	text-align: center;
}

.service {
	padding: 20px 20px 20px 0;
	margin-bottom: 20px;
}

.service .icons{
	padding: 0 10px 0 0;
	float: left;
	width:48px;
	height:48px;
	text-align: center;
}

.service .icons img{
	margin: 0 auto;
}

.service .title a{
	margin: 0;
}

.service p{
	margin: 40px 0 0 57px;
}

.service a{
	float: left;
	margin: 0 0 0 57px;
}

.service .readmore{
	float: right;
	margin: 10px 0 10px 0;
}


/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:11px;
	margin-top:20px;
}

.post-entry {
	clear:both;
}

.post-meta {
	clear:both;
	color:#9f9f9f;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:block;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
}

.attachment-entry {
	clear:both;
	text-align:center;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	padding-left:20px;
}

.widget-wrapper-left {
	padding-left:20px;
}

#widgets {
	/*border-left: 1px solid #eeeeee;*/
}

#widgets.lefty{
	border-left: 0;
	border-right: 1px solid #eeeeee;
}

#footer-widgets #widgets {
	border-left: none;
}

.home #widgets {
	padding: 6px 0 0 0;
}
/*
#widgets a {
	display:inline-block;
	text-decoration:none;
}*/

#footer-widgets{
	color:#FFFFFF;
	}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap, #widgets .latest_custom_post {
	font-size:13px;
	margin:0 0 20px;
	padding:10px 20px 10px 25px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top:none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	list-style: none;
}

#footer-widgets ul, #footer-widgets .textwidget, #footer-widgets .tagcloud, #footer-widgets #searchform, #footer-widgets #calendar_wrap {
	font-size:13px;
	margin:0 0 20px;
	padding:10px 20px 20px 20px;
	list-style: none;
}


#widgets #s {
	width:60%;
}
/*
#widgets ul li {
	background: url(images/sidebar-bullet.png) no-repeat 0px 7px;
	padding-bottom: 3px;
	padding-left: 13px;
	display: block;
}

#widgets ul li a {
	display:inline;
	text-decoration:none;
	color: #414141;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#widgets ul li a:hover {
	display:inline;
	text-decoration:none;
	color: #000000;
}
*/
#footer-widgets #widgets ul li {
	background: url(images/footer-bullet.png) no-repeat 0 7px;
	padding-bottom: 3px;
	padding-left: 13px;
	display: block;
}

#footer-widgets #widgets ul li a {
	display:inline;
	text-decoration:none;
	color: #FFFFFF;
	text-shadow: none;
}

#footer-widgets #widgets ul li a:hover {
	display:inline;
	text-decoration:none;
	color: #333333;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
	display:block;
	line-height:1.5em;
	margin:0 0 10px;
	word-wrap:break-word;
}

#widgets .textwidget a {
	
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:20px 15px 0;
}

.latest_custom_post img.wp-post-image, .latest_custom_post img.attachment-thumbnail, .latest_custom_post img.attachment-medium, .latest_custom_post img.attachment-large, .latest_custom_post img.attachment-full {
	margin: 0;
}

.latest_custom_post h4 {
	margin: 3px 0 0 0;
	font-size: 14px;
}

#widgets .latest_custom_post ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#widgets .latest_custom_post ul li {
	background: none;
	padding: 0 0 15px 0;
	margin: 0 12px 0 0;
}

#widgets .latest_custom_post ul li a{
	display: inline-block;
}

button.btn, input[type="submit"].btn {
	margin: 0 0 9px 0;
}

#testimonial {
	padding: 10px 20px 10px 25px;
}

.testimonials {
	position: relative;
	padding: 15px 15px 20px;
	border: 1px solid #DDDDDD;
	color: #444;
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

.testimonial-author {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.testimonial-arrow {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	height: 10px;
	width: 20px;
	background: url(images/testimonial-arrow.png) no-repeat;
	display: block;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title, .widget-title h3, .widget-title-home h3 {
	display:block;
	font-size:20px;
	font-weight:500;
	line-height:23px;
	margin:0;
	padding:10px 20px 0 25px;
	text-align:left;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom:none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	color: #555;
}

.widget-title h3 {
	display:block;
	font-size:20px;
	font-weight:500;
	line-height:23px;
	color: #555;
	padding: 0;
}

#footer-widgets .widget-title, #footer-widgets .widget-title-home h3 {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:20px 20px 0 20px;
	text-align:left;
	color: #FFFFFF;
}

#footer-widgets h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	color: #FFFFFF;
}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}

.home h3 small {
	padding: 0;
}


#homeSlogan h3 {
	margin: 0;
}

#formCTA h2 {
	font-size: 24px;
	line-height: 31px;
}

.service h3 {
	font-size: 18px;
	line-height: 27px;
	float: left;
	margin-bottom: 0;
}


/* =Primary Menu
-------------------------------------------------------------- */

.navbar {
	margin-bottom: 0;
}

.navbar-inner {
	min-height: 40px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav > li > a {
	float: none;
	padding: 10px 10px 10px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 10px 10px 10px;
	margin-left: -10px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #FFFFFF;
}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(images/ie7-fix.gif) repeat;
}


/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left:0;
	padding:0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #404040;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.footer-menu li a:hover {
	color:#333;
}


/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:12px;
	padding:40px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#fff;
	border-radius:4px;
	margin:0;
	padding:1em;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	margin:10px 0;
}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.commentlist .children .avatar {
	height:33px;
	width:33px;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, .trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#respond {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	clear:both;
	padding:10px 20px 50px;
}

#respond .form-allowed-tags {
    display:none !important;
}

#respond label {
	display:inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

#commentform input.error, #commentform textarea.error {
	background-color:#f6cbca;
}

#commentform div.error, #commentform label.error {
	color:#cb2026;
}

#commentform div.errorlabels label {
	display:block;
}

#comment {
	width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	margin:15px auto;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color:#333;
	font-size:11px;
	line-height:1.5em;
}

#footer a {
	font-weight:400;
}

#footer a:hover {
}

.scroll-top {
	text-align:center;
}

.copyright {
	text-align:left;
}

.powered {
	text-align:right;
	float: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons a, #header .social-icons a{
 	font-size: 28px;
 	color: #fff;
}

#footer .social-icons a:hover, #header .social-icons a:hover{
 	text-decoration: none;
 	font-size: 28px;

}

#footer .social-icons li, #header .social-icons li{
	display: inline;
}

#header .social-icons li{
	float: left;
}

#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:2px 0 0 0;
	text-align:right;
}

#header .social-icons {
	list-style:none;
	line-height:normal;
	margin:3px 0 0 0;
	text-align:right;
}

#header .social-icons li a {
	padding: 5px 0 0 0;
}


/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, #container {
	display:inline-block;
}

*html .clearfix, *html #container {
	height:1%;
}

.clearfix, #container {
	display:block;
}

.clear {
	clear:both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}


.call-us-btn{float:right; margin-top:10px; padding-bottom:10px; padding-left:15px;}



/*"The last 29 days of the month are the hardest."- Nikola Tesla*/

.more-link{
	float: right;
	margin:10px 0 0 0;
}

strong.search-excerpt { background: yellow; }

/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */

#portfolio-filter {
	list-style-type: none;
	margin:20px 0 10px 5px;
}

#portfolio-filter li {
	display: inline;
	padding-right: 10px;
}

#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #084a9a;
}

/* PORTFOLIO LIST STYLE
----------------------------------------------- */

.home .caption .btn{
	margin: 0 0 5px 0;
}

#portfolio-wrapper {
	padding:0 0 25px 5px;
}

#portfolio-wrapper .project-links {
	text-align: right;
}

#portfolio-list {
	list-style-type: none;

}

#portfolio-list .portfolio-item {
	float: left;
	margin-right: 20px;
}


#portfolio-list h4 {
	margin: 8px 0 0 0;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

#portfolio-list .thumb a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#portfolio-list .thumb a img {
	max-width: 100%;
	margin: 0;
}

.home #portfolio-list .thumb a img {
	margin-bottom: 10px;
}

#portfolio-list .thumb a:hover img {
}

 #portfolio-list img.wp-post-image {
	margin: 0;	
}


#single-project img.wp-post-image, #single-project img.attachment-thumbnail, #single-project img.attachment-medium, #single-project img.attachment-large, #single-project img.attachment-full {
	margin: 0;
}

#single-project{
	padding: 10px 0 0 0;
}

#single-project .pthumb {
	margin: 0 0 5px 0;
}

.project-links {
	margin-top: 10px;
}

#portfolio-list .thumb{
	margin:0 0 5px 0;
}


/* home page
----------------------------------------------- */


ul, ol, h1, h2, h3, h4, h5, h6, p, table{ margin:0px; padding:0px;}
li{ list-style:none;}
a{ text-decoration:none; color:#90011a;}
a img{ border:none; text-decoration:underline;}
.clr{ clear:both;}
p{ font-size:16px; font-weight:normal; color:#666; line-height:22px; font-family:Arial, Helvetica, sans-serif; padding-bottom:20px;}

.wrapper-welcome { max-width:84%; margin:auto; background:#fff;}
.left-section{ width:260px; float:left;margin-top:15px;}
.headin-product{ background:#576580; padding-left:15px; height:44px; line-height:44px; color:#fff; font-size:20px; border-top-right-radius:4px; border-top-left-radius:4px;}
ul.item-list{ background:#f6f6f6; padding:15px; border-bottom-right-radius:4px; border-bottom-left-radius:4px; border:1px solid #e8e8e8; border-top:0px;}
ul.item-list li a{ border-bottom:1px solid #e1e1e1; color:#5c5c5c; padding:0 0 8px 14px; margin-bottom:11px; background:url(images/item-stp.png) 0 3px no-repeat; display:block;}
ul.item-list li a:hover{ color:#000; background:url(images/item-stp-ho.png) 0 3px no-repeat;}


.right-section-inner{padding-top:10px;}
.right-section{ margin-left:295px; padding-top:7px; padding-left: 27px;}
.right-section h2{ font-size:30px; color:#4D5B76; font-weight:normal; padding-bottom:12px;}


.left-section-inner{ width:230px; float:left;  margin:0 40px 40px 0; margin-top:15px;}
.left-section-inner-rfloat{ 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:320px; 
	float:right;  
	margin:0 0 40px 40px ; 
	padding: 5px; 
	margin-top:15px;
}
.left-section-inner-breed{ 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #6a7893;
	background:#f4f5f7; 
	width:230px; 
	float:right;  
	margin:0 0 40px 40px ; 
	padding: 5px; 
	margin-top:15px;
}

.right-section-inner h2{ font-size:30px; color:#333; font-weight:normal; padding-bottom:12px;}


.link-bar-top{ margin-left:40px;}

.top-call-us{ background:url(images/call-i.png) 0 4px no-repeat; font-size:16px; color:#9d9d9d; line-height:22px; padding-left:45px; float:right; margin-top:22px;}
.top-call-us a{ font-size:20px; color:#424343;}
.top-call-us a:hover{ text-decoration:underline;}

.big-btn{ background:#faa732; color:#fff; font-size:22px; text-decoration:none; line-height:25px; border-bottom:3px solid #fa9205; text-align:center; border-radius:4px; padding:12px 40px; display:block; float:left;}
.big-btn span{ font-size:16px;}
.big-btn:hover{ background:#fa9205; border-bottom:3px solid #fa9205; color:#fff; text-decoration:none;}





/* home pagel
----------------------------------------------- */

.petfind{
	padding:5px; 
	border:0px solid #576580;
	min-height:280px;
	background:url('images/find-your-pet.png') no-repeat ;
	background-color:#f1f2f5;
	background-position:0 180px; 
}
.breedbox{
	border: 0px solid green; 
	width:75%; 
	float:left;
}
.breedleft{
	width:50%;
	display:table-cell;
	vertical-align:bottom;
}

.breedright{
	width:40%;
	display: table-cell;
	vertical-align:bottom;
}

.bordertitle
{
	padding:10px 10px 10px 0px;
	width:60%;
	border-top:2px solid #4d5b76;
	border-right:2px solid #4d5b76;
	border-bottom:2px solid #4d5b76;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
        display: inline-block;
        margin-bottom: 10px;
}

.gradientBackgroundTable {
	color: white;
	padding: 2px 0px 2px 5px;
	margin-bottom: 10px;
	font-size:16px;

  /* fallback */
  background-color: #4d5b76;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#4d5b76), to(#FFFFFF));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #4d5b76, #FFFFFF);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #4d5b76, #FFFFFF);

  /* IE 10 */
  background: -ms-linear-gradient(left, #4d5b76, #FFFFFF);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #4d5b76, #FFFFFF);
}

.heathrisks_header{
	overflow: auto;
	display: table;
}

.heathrisks_header .bordertitle{
	width: initial !important;
}

.heathrisks_header .left{
	width: 70%;
}

.heathrisks_header .right{
	width: 30%;
}

.heathrisks_header .right .attachment-small{
	margin: 0;
}


.plainBackgroundTable {
	color: white;
	padding: 2px 0px 2px 5px;
	margin-bottom: 10px;
	font-size:12px;
	background-color: #4d5b76;
	overflow: auto;
	width: 80%;
}

.plainBackgroundTable div{
	float: left;
	width: 45%;
}

.plainBackgroundTable .left{
	text-align: right;
	padding-right: 10px;
	width: 49%;
}

.plainBackgroundTable .center{
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.healthrisks-left-block{
	overflow: auto;
}

.healthrisks-left-block > div{
	float: left;
	width: 50%;
}

.healtrisks_tabletitle{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
}

.healthrisks_warning{
	font-size: 9px;
	line-height: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 92% !important;
}

.healthrisks-dogs-mobile{
    display: none;
}

.healthrisks-cats-mobile{
    display: none;
}

.healthrisks-dogs, .healthrisks-cats{
    display: block;
}

.simplesocialbuttons {
	display: table;
}

.simplesocialbuttons div.ssb-button-twitter{
	margin-top: 20px;
}

.breed-breifly-body{
	padding: 3px 0 6px 0;
} 
dl {
border:1px dashed silver;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
width:70%;
}

.breed-briefly-body dt, .breed-briefly-body dd {
margin: 5px 0 5px 3px;
padding: 0;
display: inline-block;
vertical-align: top;
font-size: 12px;
border-bottom: 2px solid #F0E8F3;
padding: 5px 0 2px 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.breed-briefly-body dd {
width: 41%;
background-color: #F0E8F3;
padding-left: 17px;
}
.breed-briefly-body dt {
width: 56%;
padding-left: 12px;
font-weight: bold;
}

.state-vaccine-table
{
max-width:800px;
border:1px dashed silver;
}
.state-vaccine-table th
{
background-color: #F0E8F3;
}
.state-vaccine-table tr
{
text-align:center;
border-bottom:2px solid silver;
}

.textwidget p, .textwidget p a{
	font-size:13px !important;
	color:#fff !important;
}

.textwidget p a{
	text-decoration:underline !important;
}
.r_box{
	float:right;
	width:350px;
	position:relative;
	z-index:1000;
}


/*	Footer states box	*/
.footstates{

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:15px;
	margin:10px 5px 15px 5px ;
	overflow:auto;
}
.footstates p{
	color:navy;
	font-size:22px;
	font-weight:normal;
	padding:0;
	padding-bottom:15px;
	text-align:left;
}
.footstates ul{
	padding:0;
	 magin:0;
}
.footstates ul li{
	text-align:left;
	list-style-type:none;
	display:inline-block;
	border:0px solid silver;
	width: 120px;
	margin-left:5px;
	float:left;
	margin-bottom:10px; 
}
.footstates ul li a{
	display:block;
	color:navy;
	font-size:12px;	
}
.footstates ul li a:hover{
	
}


/*	Footer states box	*/


/*30/8/2014*/
.icon-get{ background: url(images/get-icon.png) 20px 25px no-repeat; padding-left:65px;display:block;}

.usa-map-icon{ background: url(images/usa-icon.png) 20px 22px no-repeat; padding-left:100px;display:block;}
.faq-icon{ background: url(images/faq-icon.png) 20px 22px no-repeat; padding-left:72px;display:block;}


/* alx fix */

.su-spoiler-title { color: #666; font-size: 16px !important; }

.su-spoiler-content { color: #666; font-size: 16px !important; }

.pt-cv-title a {
color: #666;
font-size: 18px;
}
.pt-cv-only-title {padding-bottom: 15px;}

.learn-more-title {
color: #4D5B76;
text-align: left;
margin: 0 0 20px 0;
font-size: 24px;
line-height: 31px;
padding-bottom: 12px;
font-weight: bold;
border-bottom: 1px solid maroon;
}

.left-section a:hover {
	text-decoration: initial;
}

.wrapper-welcome .pt-cv-row, .left-section-inner-rfloat .pt-cv-row { margin-left: 0; }

.wrapper-welcome .left-section, .left-section-inner-rfloat {
background: #f4f3f3;
color: #666;
padding: 15px;
/* font-size: 14px; */
/* font-weight: 100; */
margin-right: 30px;
border: 1px solid #AAAAAA;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}

.right-section-inner .left-section-inner-rfloat, .container .left-section-inner-rfloat {
    /*
    background: #f4f3f3;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 20px;
    box-sizing: border-box;
    width: 85%;
    margin-right: 25px;    */
	background: #f4f3f3;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px;
    box-sizing: border-box;
	margin: 15px 0 40px 20px;
}

.right-section-inner .left-section-inner-rfloat .headin-product, .container .left-section-inner-rfloat .headin-product {
    
font-size: 18px !important;
text-transform: uppercase;
color: #2C3E50 !important;
margin-bottom: 10px;
text-align: left;
padding: 0;
border: 0;
}

.left-section-inner-rfloat .headin-product {
    
color: #4D5B76;
text-align: left;
margin: 0 0 10px 0;
font-size: 24px;
line-height: 31px;
padding-bottom: 12px;
font-weight: bold;
border-bottom: 1px solid maroon;
background: transparent;
}


.wrapper-welcome .left-section .pt-cv-title a, .left-section-inner-rfloat .pt-cv-title a {
    
    color: #666;
    font-size: 16px;
    font-weight: 100;    
}

.cursor-hover { cursor: pointer !important; }

#pt-cv-view-4b84ba8faf .pt-cv-content-item {
    
    width: 45%;
    float: left;
    padding: 15px;
}

#pt-cv-view-4b84ba8faf .pt-cv-content-item > a > img {
    
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

#pt-cv-view-4b84ba8faf .pt-cv-content-item .pt-cv-readmore { display: none;}

.pt-cv-view + .pagination {
    
    list-style-type: none;
    text-align: center;
}

.pagination > li {display: inline;
margin-left: 15px;}

#formCTA p{
    font-weight: normal;
    font-size: 13px;
    color: #666;
    }
    
    #formCTA  h1, #formCTA  h2, #formCTA  h3 {
    
    line-height: normal;
    font-weight: bold !important;
}

.category-learn-more .attachment-featured-blog.wp-post-image { display: none;}

.wrapper-welcome .left-section .pt-cv-view {margin-bottom: 0;}

.wrapper-welcome .left-section .pt-cv-only-title:last-child {padding-bottom: 10px;}

.right-section-inner .left-section-inner-rfloat #pt-cv-view-42ed00ed0a { 
	margin-bottom: 0;
}

.right-section-inner .left-section-inner-rfloat #pt-cv-view-42ed00ed0a .pt-cv-row:last-child .pt-cv-only-title {
	padding-bottom: 10px;
}

.right-section-inner .left-section-inner-rfloat .headin-product:hover {cursor: pointer;}

#pt-cv-view-4b84ba8faf .pt-cv-content { color: #666 }

.bootstrap-select.btn-group .dropdown-menu.inner {padding: 0 !important;}



.su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 2em 1em 27px !important;
}

.single-dogs .breedright > div > img, .single-cats .breedright > div > img {
	margin-bottom: 0 ;
}

.single-cats .breedleft {
vertical-align: bottom;
margin-top: 50px;
}

.su-spoiler.su-spoiler-closed > .su-spoiler-content {
display: none;
}

.su-spoiler {
margin-bottom: 1em;
}

#formCTA select {
    
    width: 100%;
}

.thankyou-block h1 {
    font-size: 25pt;
    font-weight: 700; 
    padding-bottom: 20pt;
	text-align: center;
}

.thankyou-block h2 {
    
    color: #000066;
    font-size: 16pt;
    font-weight: 100;
    padding-bottom: 40pt;
}

.thankyou-block {
    
    padding: 30px;
    border: 2px solid #CDCDCD;
    border-radius: 5px;    
}

.thankyou-block .left-logo {
    text-align: center; 
    float: left;
    width: 40%;
}

.thankyou-block .bottom-left-block p, .thankyou-block .bottom-left-block ul li {

	font-size: 12px;
	list-style-type: disc;
	color: #666;
}

.thankyou-block .bottom-left-block {
	float: left;
	width: 35%;
}

.thankyou-block .bottom-right-block {
	float: left;
	width: 58%;
	padding-left: 5%;
	text-align: center;
}



.thankyou-block .border-btn-only {
	
	background: none;
	border-bottom: 0;
	border: solid 2px #fa9205;
}

.thankyou-block .border-btn-only  span{
	
	font-weight: 700;
	color: #fa9205;
}




.thankyou-block .right-options {
    
    float: left;\
	padding-left: 5%;
	width: 50%;

}



.right-options ul {

	padding-left: 65pt;
}
	
.right-options ul li {
    
    list-style-image: url('./images/triangle.jpg');
    color: #666;
    font-size: 12pt;
	padding-left: 15pt;
	color: #000066;
}

.more-quotes-companies .company-block .middle-options ul li {
    
    list-style-type: disc;
    color: #666;
    font-size: 11pt;    
}

.not-sold.more-quotes-companies .company-block .right-block {
float: left;
width: 30%;
min-height: 110px;
padding-left: 3%;
}

.not-sold.more-quotes-companies .company-block .middle-options {
float: left;
width: 33%;
padding-left: 6%;
border-right: 1px solid #C3C3C3;
min-height: 110px;
}

.other-clients-btn {background: #ff6600; border-bottom: 3px solid #ff6600; float: none;margin: 0 auto;width: 50%; margin-top: 20px;}

.more-quotes-companies .company-block {
    
    padding: 30px;
    border: 2px solid #CDCDCD;
    border-radius: 5px;  
    
    margin-bottom: 40px
}

.more-quotes-companies .company-block .left-logo {
    
    width: 26.3333333333%;
    border-right: 1px solid #C3C3C3;
    text-align: center; 
    float: left;
    min-height: 110px;

}

.more-quotes-companies .company-block .middle-options {
    
    float: left;
    width: 39.3333333333%;
    padding-left: 10%;
    border-right: 1px solid #C3C3C3;
    min-height: 110px;
}

#partners_popup.modal .more-quotes-companies .company-block .middle-options {
    
    padding-left: 8%;
}

#partners_popup.modal .more-quotes-companies .company-block .right-block {
padding-left: 1%;
}

.more-quotes-companies .company-block .right-block {
    
    float: left;
    width: 23.3333333333%;    
    min-height: 110px;
}

.breed-left-block {
	display: table; margin-bottom: 15px;
}

.request-form .form-horizontal .control-label { width: auto; }

.form-horizontal .controls {
margin-left: 100px;
}

#partners_popup.modal {
    
    width: 960px !important;
    margin-left: -480px;
    padding: 10px;
    overflow-y: auto;
    max-height: 768px;
}

.more-quotes-companies-single .left-logo img { width: 150px; }

.new-thankyou-page .r_box {width: 270px;}

.fa {width: 1.25em; text-align: center;}


/* Load spinner */
.spinner {
width: 40px;
height: 40px;
position: absolute;
margin-left: -20px;
left: 50%;
top: 50px;
display:none;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* Load spinner END */

.super-box {
padding: 20px;
border: 2px solid #CDCDCD;
border-radius: 5px;
}

.super-box p {
	padding-bottom: 3px;
	font-size: 17px;
}

.box-title {
	text-align: center;
	font-size: 20px !important;
	padding-bottom: 13px !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #CDCDCD;
}

.col-700.more-quotes-companies .company-block{
 padding: 30px 30px 30px 0;
}

.col-700.more-quotes-companies .company-block .left-logo {
padding: 0 15px;
}

.col-700.more-quotes-companies .company-block .right-block {
width: 25%;
padding-left: 3.5%;
}

.col-700.more-quotes-companies .company-block .middle-options {
width: 35.3%;
padding-left: 4%;
padding-right: 2%;
}


.col-700.more-quotes-companies .company-block .other-clients-btn {
width: 55%;
}

/* Thanks Page Version 3*/
.thankyou-ver3 .message{
    font-size: 22px;
    color: #003366;
    font-weight: normal;
    line-height: 25px;
}

.thankyou-ver3 .sold-to{
    border: 1px solid #EDEDED;
    margin-top: 30px;
}

.thankyou-ver3 .sold-to-container{
    margin: 10px;

    /*Background*/
    background: #f2f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f0f0 0%, #fafafa 25%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f0f0), color-stop(25%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f0f0 0%,#fafafa 25%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f0f0 0%,#fafafa 25%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f0f0 0%,#fafafa 25%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f0f0 0%,#fafafa 25%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f0f0', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}

.thankyou-ver3 .client-row{
    margin: 0 50px 0 30px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 25px;
    padding-top: 25px;
}

.thankyou-ver3 .client-row:last-child{
    border-bottom: 0;
}

.thankyou-ver3 .client-row div{
    display: inline-block;
    vertical-align: middle;
}

.thankyou-ver3 .client-row .logo{
    width: 30%;
}

.thankyou-ver3 .client-row .logo .image{
    width: 200px;
    height: 150px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.thankyou-ver3 .client-row .description{
    width: 50%;
    vertical-align: bottom;
}

.thankyou-ver3 .client-row .description h3{
    margin-bottom: 10px;
    font-size: 20px;
}
.thankyou-ver3 .client-row .description ul{
    font-size: 11px;
}
.thankyou-ver3 .client-row .description ul li{
    line-height: 13px;
}

.thankyou-ver3 .client-row .description .stars {
    width: 170px;
    height: 30px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    margin: 20px 0 0 10px;
}

.thankyou-ver3 .client-row .description .stars_top{
    display: none;
}

.thankyou-ver3 .client-row .description .why {
    text-align: right;
    font-size: 11px;
    text-decoration: underline;
    color: #ff6600;
    width: 98%;
}

.thankyou-ver3 .client-row .button .why {
    text-align: right;
    font-size: 7px;
    text-decoration: underline;
    color: #ff6600;
    width: 98%;
    text-align: center;
}

.thankyou-ver3 .client-row .description .why a, .thankyou-ver3 .client-row .button .why a{
     color: #ff6600;
 }

.thankyou-ver3 .client-row .button .why_mobile{
    display: none;
}

.thankyou-ver3 .client-row .button{
    width: 19%;
    vertical-align: bottom;
}

.thankyou-ver3 .client-row .button .btn-orange{
    width: 160px;
    background: #ff6600;
    color: white;
    border-radius: 2px;
    padding: 16px 0 13px 0;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
}

.thankyou-ver3 .not-sold-to{
    margin-top: 100px;
}

.thankyou-ver3 .not-sold-to-container{
    margin: 10px;
}

.thankyou-ver3 .not-sold-to .title{
    font-weight: bold;
    margin-left: 35px;
    margin-bottom: 15px;
}

.thankyou-ver3 .not-sold-to .not-sold-to-container .client-row:nth-child(2){
    border-top: 1px solid #DDDDDD;
}

/* Spinner */

.loading{
width: 62px;
height: 77px;
position: absolute;
left: 50%;
margin-left: -36px;
top: 30%;
z-index: 9;
display: none;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:10px;
height:24px;
-moz-border-radius:8px 8px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.28s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:8px 8px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.28s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:8px 8px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.28s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:8px 8px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.28s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:8px 8px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.28s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:28px;
-moz-animation-delay:0.4800000000000001s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.4800000000000001s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.4800000000000001s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.4800000000000001s;
-o-transform:rotate(-90deg);
animation-delay:0.4800000000000001s;
transform:rotate(-90deg);
}

#rotateG_02{
left:8px;
top:10px;
-moz-animation-delay:0.64s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.64s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.64s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.64s;
-o-transform:rotate(-45deg);
animation-delay:0.64s;
transform:rotate(-45deg);
}

#rotateG_03{
left:26px;
top:3px;
-moz-animation-delay:0.8s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.8s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.8s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.8s;
-o-transform:rotate(0deg);
animation-delay:0.8s;
transform:rotate(0deg);
}

#rotateG_04{
right:8px;
top:10px;
-moz-animation-delay:0.9600000000000002s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.9600000000000002s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.9600000000000002s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.9600000000000002s;
-o-transform:rotate(45deg);
animation-delay:0.9600000000000002s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:28px;
-moz-animation-delay:1.12s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:1.12s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:1.12s;
-ms-transform:rotate(90deg);
-o-animation-delay:1.12s;
-o-transform:rotate(90deg);
animation-delay:1.12s;
transform:rotate(90deg);
}

#rotateG_06{
right:8px;
bottom:7px;
-moz-animation-delay:1.28s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.28s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.28s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.28s;
-o-transform:rotate(135deg);
animation-delay:1.28s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:26px;
-moz-animation-delay:1.44s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.44s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.44s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.44s;
-o-transform:rotate(180deg);
animation-delay:1.44s;
transform:rotate(180deg);
}

#rotateG_08{
left:8px;
bottom:7px;
-moz-animation-delay:1.6s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:1.6s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:1.6s;
-ms-transform:rotate(-135deg);
-o-animation-delay:1.6s;
-o-transform:rotate(-135deg);
animation-delay:1.6s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

.left-section-inner-rfloat-mobile{
    display: none;
}

.display-desktop{
    display: block;
}

.display-mobile{
    display: none;
}

.learn-more-mobile-quote-box{
    display: none;
}


/* MOBILE */
/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
        page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
        page-break-after:avoid;
    }

    ul,  ol,  dl {
        page-break-before:avoid;
    }
}

/* =Media Queries
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {
    }

    .post h1 {
        font-size: 24px;
        text-align: center;
    }

    .grid, .grid-right {
        float:none;
    }

    #homeCTA .span8 {
        width: auto;
    }

    #homeCTA .span4 {
        display: block;
        width: 100%;
    }

    #formCTA .input-xlarge {
        width: 98% !important;
    }

    .hero-unit h1  {
        font-size: 45px !important;
    }

    #hero-image .fluid-width-video-wrapper {
        margin:20px 0 0 0;
    }

    .widget-wrapper {
        padding-left:0;
    }

    .widget-wrapper-left {
        padding-left:0;
    }

    #footer .social-icons {
        text-align:left;
    }
    #formCTA .input-xlarge#petType {float:left  !important; width:auto !important;min-height:13px !important;}
    .pet-cat {float:left !important; clear:both !important; display:inline-block !important;}
    .clr-cat {display:block !important; clear:both; }


    .call-us-btn{ float:left; padding-left:0px; padding-bottom:20px;}

    .r_box{
        margin-bottom: 50px;
    }

    .heathrisks_header .bordertitle{
        font-size: 20px;
        padding: 2px 15px 0px 0px;
    }

    .heathrisks_header .right {
        display: none;
    }

    .heathrisks_header .left {
        width: 100%;
    }

    .healthrisks-left-block {
        overflow: hidden;
    }

    .healthrisks-dogs-excerpt p{
        font-size: 12px;
        line-height: 16px;
    }

    .healthrisks-left-block > div {
        float: none;
        width: 100%;
    }

    .plainBackgroundTable{
        width: 100%;
    }

    .healthrisks-dogs, .healthrisks-cats{
        display: none;
    }

    .healthrisks-dogs-mobile, .healthrisks-cats-mobile{
        display: block;
        background: #3F4A5E;
        color: #fff;
        padding: 5px 2px 5px 10px;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .healthrisks-dogs-mobile:after, .healthrisks-cats-mobile:after{
        content: "\25BC";
        float: right;
        padding-right: 20px;
    }


    .healthrisks-dogs > div:nth-child(1){
        display: none;
    }

    .healthrisks-cats > div:nth-child(1){
        display: none;
    }

    .left-section-inner-rfloat{
        display: none;
    }

    .left-section-inner-rfloat-mobile{
        display: block;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #homeCTA .span8 {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }

    .homeCTAtxt{
        margin:20px 20px 0 20px;
    }

    #wrapper{
        padding:20px !important;
    }

    .home #wrapper{
        padding:0 0 20px 0 !important;
    }

    .full-nav, #homeCTA , #homeSlogan{
        margin-left: -20px;
        margin-right: -20px;
    }

    .call-us-btn{ float:left; padding-bottom:0px;}
    .big-btn{ margin-left:0px !important;}

}

@media screen and (max-width: 650px) {

    body {
    }

    #header #logo, #header #headerCTA, #header #logo-txt{
        float:none;
        text-align:center;
    }

    .grid, .grid-right {
        float:none;
    }

    #hero-image .fluid-width-video-wrapper {
        margin:20px 0 0 0;
    }

    #hero-image {
        margin:20px 10px;
    }

    .hero-unit h1  {
        font-size: 35px !important;
    }

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
        float:none;
        text-align:center;
    }

    .widget-wrapper {
        padding-left:0;
    }

    .widget-wrapper-left {
        padding-left:0;
    }

    #footer {
        text-align:center;
    }

    #footer .social-icons {
        text-align:center;
    }

    .copyright {
        text-align:left;
        padding:0 0 0 10px;
    }

    .powered {
        text-align:right;
        padding:0 0 0 10px;
    }

    .big-btna{ padding:12px 15px !important;}
    .right-section{ margin-left:0px !important; clear:both; padding-top:30px !important; }
    .left-section{ width:100% !important; left:none !important;}
    .right-section h2{ clear:both !important;}

    .top-call-us{ background:none !important; float:none !important; text-align:center !important; padding-left:0px !important;}


}

@media screen and (max-width: 600px) {





    .left-section-inner{ width:100%;}


}

@media screen and (max-width: 480px) {

    body {
    }

    #header #logo , #header #headerCTA, #header #logo-txt{
        float:none;
        text-align:center;
    }

    #header #logo{
        padding:20px 0 0 0 !important;
    }

    .grid, .grid-right {
        float:none;
    }

    #hero-image .fluid-width-video-wrapper {
        margin:20px 0 0 0;
    }

    #hero-image {
        margin:20px 10px;
    }

    .featured-title {
        font-size: 35px;
    }

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
        float:none;
        text-align:center;
    }

    .widget-wrapper {
        padding-left:0;
    }

    .widget-wrapper-left {
        padding-left:0;
    }

    #footer {
        text-align:center;
    }

    #footer .social-icons {
        text-align:center;
    }
    .copyright {
        text-align:left;
        padding:0 0 0 10px;
    }

    .powered {
        text-align:right;
        padding:0 0 0 10px;
    }


    .ssb-button-googleplus, .ssb-button-twitter{
        width: 100px !important;
    }

    .ssb-button-fblike{
        width: 120px !important;
    }

    .display-desktop{
        display: none;
    }

    .display-mobile{
        display: block;
    }
}

@media screen and (max-width: 380px) {

    .alignright{
	float:none;
	display:block;
	margin:auto;
    }
    .ssb-button-googleplus, .ssb-button-twitter{
        width: 75px !important;
    }

    .ssb-button-fblike{
        width: 90px !important;
    }

    /* Thanks Page Version 3 */
    /* iPhone */
    .page-template-thanks_for_submit_page_ver_3-php{
        padding: 0 !important;
    }

    .page-template-thanks_for_submit_page_ver_3-php .full-nav{
        margin: 0 !important;
    }

    .thankyou-ver3 .message {
        font-size: 13px;
        color: #003366;
        font-weight: normal;
        line-height: 15px;
        text-align: center;
        margin-top: 30px;
    }

    .thankyou-ver3 .not-sold-to .title {
        font-weight: normal;
        margin-left: 0;
        text-align: center;
    }

    .thankyou-ver3 .sold-to-container {
         margin: 0px;
    }

    .thankyou-ver3 .not-sold-to-container {
        margin: 0px;
    }

    .thankyou-ver3 .client-row {
        margin: 0;
    }

    .thankyou-ver3 .client-row .logo .image {
        width: 100px;
        height: 75px;
    }

    .thankyou-ver3 .client-row {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .thankyou-ver3 .client-row .logo {
        display: block;
    }

    .thankyou-ver3 .client-row .description {
        width: 55%;
    }

    .thankyou-ver3 .client-row .description h3 {
        margin-bottom: 2px;
        font-size: 9px;
        line-height: 2;
    }

    .thankyou-ver3 .client-row .description ul {
        font-size: 8px;
    }

    .thankyou-ver3 .client-row .description ul li{
        line-height: 11px;
    }

    .thankyou-ver3 .client-row .description .stars {
        width: 70px;
        height: 15px;
        margin: 0px 0 0 5px;
    }

    .thankyou-ver3 .client-row .description .stars_top{
        display: inline-block;
    }

    .thankyou-ver3 .client-row .description .stars.bottom{
        display: none;
    }

    .thankyou-ver3 .client-row .button {
        vertical-align: top;
        width: 38%;
    }

    .thankyou-ver3 .client-row .button .btn-orange {
        width: 110px;
        padding: 6px 0 7px 0;
        font-size: 9px;
    }

    .thankyou-ver3 .client-row .description .why_desk{
        display: none;
    }

    .thankyou-ver3 .client-row .button .why_mobile{
        display: inline-block;
    }

    .display-desktop{
        display: none;
    }

    .display-mobile{
        display: block;
    }

    /* Learn More mobile quote */

    .learn-more-mobile-quote-box{
        display: block;
    }

    .learn-more-mobile-quote-box{
        background-color: #FAFAFA;
        margin-left: -20px;
        margin-right: -20px;
        padding: 15px 15px;
        margin-top: -10px;
    }

    .learn-more-mobile-quote-box > div{
        display: inline;
        float: left;
    }

    .learn-more-mobile-quote-left {
        width: 60%;
        font-weight: bold;
        font-size: 16px;
    }

    .learn-more-mobile-quote-right {
        width: 40%;
    }

    .start-now{
        background-color: rgb(241, 175, 0);
        padding: 10px 13px;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .start-now a, .start-now a:hover{
        color: white;
        text-decoration: none;
    }


}