/** style.css
 * 
 * Theme Name:	Tobin Update
 * Theme URI:	http://excitemedia.com.au/
 * Description:	Wordpress Responsive Theme
 * Author:		ExciteMedia
 * Author URI:	http://excitemedia.com.au/
 * Version:		1.0.0
 * Tags:		responsive
 * Text Domain:	responsive
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2013 ExciteMedia
 */


/* =Elements
-------------------------------------------------------------- */

blockquote cite:before {
	content: '\2014 \00A0';
}

blockquote cite {
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: 18px;
}

figure {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .clear {
	clear: both;
}


/* =Classes
-------------------------------------------------------------- */

.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

body > .container {
	margin: 18px auto;
}

/* Right Content */
.sidebar-content #primary,
.sidebar-content #attachment-comment {
	float: right;
	margin: 0 20px 0 0;
}

.block {
	display: block;
}


/* =Page
-------------------------------------------------------------- */

#page {
	background-color: #FFFFFF;
	margin-right: -20px;
	padding: 14px 0 0;
}

#header-image {
	display: block;
}

#menu-alert {
	margin: 4px 0 0;
	padding: 6px 35px 6px 14px;
	position: absolute;
}

#branding hgroup,
#header-image,
.entry-content {
	margin-bottom: 18px;
}

.entry-attachment {
	margin-bottom: 36px;
}

.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
	margin-bottom: 54px;
}

#author-info,
article.post,
article.page {
	margin-bottom: 30px;
}

.page-header,
.entry-content {
	word-wrap: break-word;
}

.post-password-form legend {
	font-size: inherit;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title {
	border-bottom: 1px solid #EEEEEE;
	font-size: 19.5px;
    margin: 0 0 27px;
}

#comment,
.entry-content iframe,
.entry-content embed {
	max-width: 100%;
}

.commentlist > li {
	margin-bottom: 36px;
}

.commentlist ul.children {
	margin: 10px 0 18px;
	list-style: none;
}

#reply-title {
	position: relative;
}

#reply-title small {
	position: absolute;
	right: 0;
	top: 7px;
}


/* =Sidebar
-------------------------------------------------------------- */

.form-search {
	margin: 0;
}

.widget {
	word-wrap: break-word;
}

.widget .wp-caption {
	display: inline-block;
}


/* =Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
	margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
	display: table;
	margin: 0 auto;
}

.thumbnail > img {
	width: auto\9; /* Cure IE8 max-width bug */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
	width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
	width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
	width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
	width: 10.2%;
}


/* =Footer
-------------------------------------------------------------- */

#colophon .credits {
	margin: 0;
}

#site-generator {
	float: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
}

#site-generator a {
	background: url("img/wordpress.png") no-repeat scroll left center transparent;
	color: #787878;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

#site-generator.footer-nav-menu a {
	margin-top: 10px;
}

table .label {
	background-color: transparent;
	border-radius: none;
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
}


/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
	position: absolute;
}

.comment-subscription-form > label {
	min-height: 18px;
    padding-left: 18px;
}


/* =Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}

#comment,
.thumbnail {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.label .post-edit-link,
.label .comment-edit-link {
	color: #FFFFFF;
}

.navbar-search {
	height: 34px;
}

.pagination span {
	background-color: #f5f5f5;
	color: #999999;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

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

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

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

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

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

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

.sticky {}
.bypostauthor {}


/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 767px) {
	body {
		padding:0;
	}
	.container {
		width: auto;
		padding: 0 10px;
	}
	#page {
		margin: 0;
		padding: 10px;
	}
	.thumbnail[class*="span"],
	.gallery [class*="span"] .thumbnail {
		display: table;
		float: left;
	}
	.carousel .item > img {
		width: 100%;
	}
	.thumbnails > li {
		float: left;
		margin-left: 20px;
	}
	.gallery-columns-2.thumbnails > li:nth-child(2n+1),
	.gallery-columns-3.thumbnails > li:nth-child(3n+1),
	.gallery-columns-4.thumbnails > li:nth-child(4n+1),
	.gallery-columns-5.thumbnails > li:nth-child(5n+1),
	.gallery-columns-6.thumbnails > li:nth-child(6n+1),
	.gallery-columns-7.thumbnails > li:nth-child(7n+1),
	.gallery-columns-8.thumbnails > li:nth-child(8n+1),
	.gallery-columns-1.thumbnails > li {
		margin-left:0;
	}
	.gallery-columns-2.thumbnails [class*="span"] {
		width: 47.4%;
	}
	.gallery-columns-3.thumbnails [class*="span"] {
		width: 29.9%;
	}
	.gallery-columns-4.thumbnails [class*="span"] {
		width: 21.2%;
	}
	.gallery-columns-6.thumbnails [class*="span"] {
		width: 12.4%;
	}
	.gallery-columns-7.thumbnails [class*="span"] {
		width: 9.9%;
	}
	.gallery-columns-8.thumbnails [class*="span"] {
		width: 8.7%;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		float: none;
		margin: inherit;
	}
	#s {
		display: inline-block;
	}
	#site-generator,
	#site-generator.footer-nav-menu a {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.dl-horizontal dt {
		width: 85px;
	}
	.dl-horizontal dd {
		margin-left: 95px;
	}
}
@media (min-width: 1200px) {
	#page {
		margin-right: -30px;
		padding: 24px 0 10px;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		margin-right: 30px;
	}
	.wp-caption {
		display: table;
	}
}

/* =Main Styles
-------------------------------------------------------------- */
@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Regular-webfont.eot');
    src: url('fonts/Nunito-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nunito-Regular-webfont.woff') format('woff'),
         url('fonts/Nunito-Regular-webfont.ttf') format('truetype'),
         url('fonts/Nunito-Regular-webfont.svg#NunitoRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Oxygen';
    src: url('fonts/oxygen-regular-webfont.eot');
    src: url('fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-regular-webfont.woff') format('woff'),
         url('fonts/oxygen-regular-webfont.ttf') format('truetype'),
         url('fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
	background: url(img/main_bg.jpg) left top repeat;
	color: #000;
	font-family: Arial, 'Oxygen', sans-serif;
	font-size: 16px;
	line-height: 125%;
	min-width: 940px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 9px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: normal;
	color: #ed0000;
}
h1 {
	font-size: 24px;
	margin-bottom: 17px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1a, h2a {
	margin: 0 0 9px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: normal;
	color: #323232;
}
h1a {
	font-size: 32px;
	margin-bottom: 17px;
}
h2a {
	font-size: 18px;
	margin-bottom: 17px;
}
a {
	color: #ed0000;
	text-decoration: none;
}
a:hover {
	color: #ed0000;
	text-decoration: underline;
}
p {
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: justify;
}
ul {
	padding-left: 30px;
	margin: 13px 0;
	list-style-type: none;
}
ul li {
	background: url(img/list.png) 0 6px no-repeat;
	padding: 0 0 5px 21px;
}
hr {
	height: 4px;
	background-color: transparent;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	color: transparent;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }

.wrap {
	*zoom: 1;
}
.wrap:before,
.wrap:after {
	display: table;
	content: "";
	line-height: 0;
}
.wrap:after {
	clear: both;
}
.center {
	margin: 0 auto;
	max-width: 940px;

}
.slogan .center {
	font-family: 'Satisfy', cursive;
	font-size:30px;
	}
.logo {
	float: left;
	padding: 30px 0 25px;
}
.logo a, .logo img {
	display: inline-block;
}
.info {
	color: #fff;
	float: right;
	padding-top: 28px;
	text-align: right;
}
.info a {
	color: #fff;
}
.info div {
	font: normal 28px/34px 'Nunito', sans-serif;
	padding-bottom: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.45);
}
.info span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.top_menu {
	background: #000;
	position: relative;
	z-index: 1000;
}
.banner {
	background: #f4c239 url(img/banner_bg.jpg) center top no-repeat;
	padding: 3px 0 34px;
}

.col50 {
	width: 50%;
	display: inline-table;
}

.mainbody {
	background: url(img/mainbody.jpg) left top repeat;
	padding: 27px 0px 0px 0px;
}
.mainbody_inner {
	padding-top: 40px;
}
.slogan {
	background: url(img/mainbody.jpg) left top repeat;
	color: #ED0000;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 34px;
	text-align: center;
	word-spacing: 2px;
	font-style: italic;
}
.copyright {
	color: #d1d4d6;
	float: left;
	font-size: 14px;
	padding-top: 49px;
}
.copyright a {
	color: #d1d4d6;
	text-decoration: underline;
}
.social_links {
	float: right;
	width: 224px;
	padding: 26px 0 20px;
}
.social_links a, .social_links img {
	float: left;
	margin-left: 6px;
}
.social_links a img {
	display: block;
	float: none;
	margin: 0;
}
.bottom_links {
	float: right;
	padding: 49px 12px 0 0;
}
*+html .bottom_links {
	white-space: nowrap;
}
.bottom_links a {
	color: #d1d4d6;
	display: inline-block;
	font-size: 14px;
	margin-right: 12px;
	text-decoration: underline;
}
.contact_label {
	line-height: 30px;
}
.contact_field {
}
.wpcf7-form textarea {
	width: 400px;
}

/* Agent Listing */
.agents-listing-testimonials-heading {
    border-top: 1px solid #ccc;
    font-size: 24px;
    margin-top: 30px;
    padding-top: 30px;
}

/* Contact Page */
.contact11:before,
.contact11:after {
	display: table;
	content: "";
	line-height: 0;
}
.contact11:after {
	clear: both;
}
.contact11 {
	margin: 0;
	padding: 0;
}
.contact11 li {
	background: none;
	float: right;
	list-style-image: none;
	list-style-type: none;
	max-width: 49%;
	padding: 0;
}
.contact11 li:first-child {
	float: left;
	width: 100%;
}

/* Fix for Responsive Lightbox on IE7 */
*+html #swipebox-slider .slide {
	display: inline;
	vertical-align: top;
}

/* Banner Slideshow */
div.pjc-slideshow-container {
	margin: 0;
}
.frs-slide-img {
	background: none !important;
}
#slideshowpjc  {
	background: transparent !important;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	float: right;
	border: 16px solid #fff;

}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.pjc-slideshow-navbullets, .frs-slideshow-container .frs-wrapper.frs-skin-default ul.frs-bullets li.frs-slideshow-nav-bullets {
	width: 15px !important;
	height: 15px !important;
	background: url(img/nav.png) left top no-repeat !important;
	margin: 0 0 0 2px !important;
}
div.pjc-slideshow-container .orbit-wrapper.default ul.orbit-bullets li.active, .frs-slideshow-container .frs-wrapper.frs-skin-default ul.frs-bullets li.frs-bullets-active {
	background-position: 0 -15px !important;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper {
	bottom: 30px;
	right: 50%;
}
div.pjc-slideshow-container .default .orbit-bullets-wrapper ul.orbit-bullets {
	bottom: 0;
	height: 15px;
	padding-right: 73px;
	position: absolute;
	/*right: 14px;*/
	right: 125px;
}
#slideshowpjcwrap {
	*zoom: 1;
}
#slideshowpjcwrap:before,
#slideshowpjcwrap:after {
	display: table;
	content: "";
	line-height: 0;
}
#slideshowpjcwrap:after {
	clear: both;
}
#slideshowpjcwrap {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100% !important;
}
.frs-wrapper .frs-caption.frs-caption-position-left .frs-caption-content {
	background: none;
	float: left;
	height: auto !important;
	padding: 29px 0 0;
	position: static;
	width: 495px;
}
span.orbit-caption .slide_text {
	display: none;
}
#slideshowpjc-slideshow .frs-caption h4, #slideshowpjc-slideshow .frs-caption-inner h4 {
	color: #414141 !important;
	font: normal 38px/37px 'Nunito', sans-serif !important;
	letter-spacing: -1px;
	padding: 0 20px 15px;
	text-align: center !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.32);
	display: none;
}
#slideshowpjcwrap .orbit-caption .slide_readmore {
	bottom: 11px;
	padding-right: 171px;
	position: absolute;
	right: 50%;
	display: none;
}
#slideshowpjc-slideshow .frs-caption p, #slideshowpjc-slideshow .frs-caption-inner p {
	color: #242424 !important;
	font: normal 16px/24px Arial, 'Oxygen', sans-serif !important;
	padding: 0;
	text-align: left !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.46);
	display: none;
}
.slide_readmore a {
	background: url(img/learn_more.png) left top no-repeat;
	display: block;
	float: right;
	height: 49px;
	width: 171px;
}
#slideshowpjcwrap div.orbit-caption .slide_link {
	color: #fff;
	display: block;
	height: 62px;
	line-height: 24px;
	padding: 15px 110px 0 13px;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 1px #94601f;
}
#slideshowpjcwrap img {
	vertical-align: top;
	*zoom: 1;
}
.frs-slideshow-container .frs-skin-default .frs-bullets-wrapper ul.frs-bullets {
	bottom: -25px !important;
}
/* Shop Page */
body.woocommerce .quantity input.qty, body.woocommerce-page .quantity input.qty, body.woocommerce #content .quantity input.qty, body.woocommerce-page #content .quantity input.qty {
	margin: 0;
}
a.shipping-calculator-button {
	white-space: nowrap;
}

/* Content Styles */
.thumbnail {
	display: inline;
	border: none;
	box-shadow: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.thumbnail > img {
	margin: 0;
}
.form-actions {
	background: none;
}
.form-submit {
	padding: 19px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-submit:before,
.form-submit:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-submit:after {
	clear: both;
}
.form-horizontal .form-submit {
	padding-left: 180px;
}
.page-header {
	padding-bottom: 0;
	border-bottom-width: 0;
	margin: 0 0 9px;
}
input.no-margin {
	max-width: 50px;
	margin: 0;
}
.btn-primary {
	background-color: #ED0000;
	background-image: -moz-linear-gradient(top, #ED0000, #ED0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED0000), to(#ED0000));
	background-image: -webkit-linear-gradient(top, #ED0000, #ED0000);
	background-image: -o-linear-gradient(top, #ED0000, #ED0000);
	background-image: linear-gradient(to bottom, #ED0000, #ED0000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED0000', endColorstr='#ED0000', GradientType=0);
	*background-color: #ED0000;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-width: 0;
	padding: 5px 10px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #A73814;
  *background-color: #A73814;
}
.list14 {
	*zoom: 1;
}
.list14:before,
.list14:after {
	display: table;
	content: "";
	line-height: 0;
}
.list14:after {
	clear: both;
}
.list14 {
	margin: 0 0 0 -17px;
	margin-left: 10%;
	padding: 0;
}
.list14 li {
	background: url(img/button_bg.png) left top repeat;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 46px rgba(0,0,0,0.078);
	-moz-box-shadow: inset 0 0 46px rgba(0,0,0,0.078);
	box-shadow: inset 0 0 46px rgba(0,0,0,0.078);
	float: left;
	margin: 0 0 17px 17px;
	padding: 0;
	position: relative;
	width: 220px;
}
.list_item_wrapper {
	padding: 40px 10px 80px;
}
.list14 li.list_item_3 .list_item_wrapper {
	padding-bottom: 50px;
}
.portal_image {
	padding-bottom: 30px;
	text-align: center;
}
.portal_image img {
	display: inline-block;
}
.list14 h3 {
	font: normal 14px/18px 'Nunito', sans-serif;
	margin: 0;
	padding-bottom: 11px;
	text-align: center;
	text-transform: uppercase;
}
.portal_text {
	font-family: 'Nunito', sans-serif; 
	padding: 0 15px;
	font-size: 14px;
}
.portal_text p {
	font-family: 'Oxygen', sans-serif; 
	margin: 0;
	font-size: 14px;
}
.portal_text a {
	color: #000;
	text-decoration: underline;
}
.portal_readmore {
	bottom: 28px;
	left: 0;
	position: absolute;
	width: 100%;
}
.portal_readmore a {
	background: url(img/readmore.png) left top no-repeat;
	display: block;
	height: 27px;
	margin: 0 auto;
	width: 83px;
}
.portal_text .wpcf7-form-control-wrap {
	float: left;
	width: 130px;
}
.portal_text form {
	margin: 0;
	padding: 16px 0 0;
}
input.signup_email {
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right-width: 0;
	border-top: 1px solid #bfbfbf;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #777;
	float: left;
	font: normal 12px/16px Arial, 'Oxygen', sans-serif;
	margin: 0;
	padding: 10px 5px 9px 10px;
	text-align: center;
	width: 115px;
}
*+html input.signup_email {
	height: 20px;
}
input.signup_submit {
	background: url(img/submit.png) left top no-repeat;
	border-width: 0;
	cursor: pointer;
	float: left;
	font-size: 0px;
	height: 41px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	width: 40px;
}
div.wpcf7-response-output {
	margin-top: 10px;
}

/* Top Menu */
.navbar {
	margin: 0;
}
.navbar .nav {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}
#menu-main-menu {
	float: left;
}
.extended_menu {
	cursor: pointer;
	float: left;
	width: 100%;
}
.extended_menu:hover {
	text-decoration: none;
}
.navbar .btn-navbar {
	background: url(img/menu_extend.png) center center no-repeat;
	border: none;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 45px;
}
.navbar .btn-navbar:hover {
	background-color: transparent;
}
.btn_tip {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 17px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 25px;
}
.navbar .nav li {
	min-height: 27px;
	background: url(img/menu_separator.png) right top no-repeat;
	margin: 0 0 0 -1px;
	padding: 0 1px 0 0;
	position: relative;
}
.navbar .nav li.first-menu-item {
	margin-left: 0;
}
.navbar .nav li.last-menu-item {
	background: none;
}
.navbar ul.nav > li > a {
	color: #fff;
	font: normal 15px/52px 'Nunito', sans-serif;
	padding: 0 12px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	*zoom: 1;
}
*+html .navbar ul.nav > li > a {
	padding: 0 12px;
}
.navbar .nav > .active {
	border-bottom: 11px solid #ed0000;
	margin-bottom: -11px;
}
.navbar .nav > .active:hover {
	border-bottom: none;
	margin-bottom: 0;
}
.navbar .nav > .active > a {
	background: none;
	color: #fff;
}
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li:hover > a,
.navbar .nav li.dropdown.open > .dropdown-toggle:hover, .navbar .nav li.dropdown.active > .dropdown-toggle:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.navbar .nav li.dropdown.open:hover > .dropdown-toggle, .navbar .nav li.dropdown.active:hover > .dropdown-toggle, .navbar .nav li.dropdown.open.active:hover > .dropdown-toggle {
	background: #fff;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ed0000;
	margin: 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
	color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	display: none;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.navbar .nav > li > .dropdown-menu:before {
	background: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.navbar .nav li li {
	background: none;
	border-top: 1px solid #ccc;
	margin: 0;
	min-height: 1px;
	padding: 0;
	width: 255px;
}
.navbar .nav li li:first-child {
	border-top: none;
}
.dropdown-menu {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropdown-menu li > a {
	color: #191919;
	font: normal 15px/18px 'Nunito', sans-serif;
	padding: 18px 5px 16px 13px;
	text-transform: uppercase;
	white-space: normal;
	*zoom: 1;
}
.dropdown-menu li:hover {
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #000;
	text-decoration: none;
}

@media (min-width:980px){
	.non-desktop {
		display: none;
	}
}

@media (max-width: 979px) {
	.desktop {
		display: none;
	}
	.non-desktop {
		display: block;
	}
	body {
		min-width: 1px;
	}
	.navbar {
		padding: 0;
	}
	.navbar ul.nav {
		width: 100%;
	}
	.navbar .nav li {
		width: auto;
	}
	.navbar .nav li a {
		text-align: left;
	}
	.navbar .nav > .active {
		border-bottom: none;
		margin: 0;
	}
	.navbar .nav > .active > a {
		border-bottom: none;
		margin: 0;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li:hover > a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus,
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li:hover > a {
		color: #fff;
	}
	.navbar .nav > li:hover > a {
		background: none;
		color: #fff;
		filter: none;
	}
	.navbar .nav .current-menu-item > a, .navbar .nav .current-menu-item > a:hover, .navbar .nav .current-menu-item:hover > a, .navbar .nav .current-menu-item > a:focus,
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		background: #ED0000; /* Old browsers */
		background: -moz-linear-gradient(top,  #ED0000 0%, #ED0000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0000), color-stop(100%,#ED0000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ED0000 0%,#ED0000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0000', endColorstr='#ED0000',GradientType=0 ); /* IE6-9 */
		color: #fff;
	}
	.navbar .menu-main-menu-container {
		padding-left: 0;
	}
	
	.center {
		padding: 0 20px;
	}
	.top_menu .center {
		padding: 0;
	}
	.banner {
		padding: 0px 0px 0px 0px;
	}
	#slideshowpjc {
		display: none;
	}
	#slideshowpjcwrap div.orbit-caption {
		float: none;
		padding: 0 0 80px;
		width: auto;
	}
	#slideshowpjcwrap div.orbit-caption h4 {
		padding: 0 0 10px;
	}
	div.pjc-slideshow-container .default .orbit-bullets-wrapper {
		right: 0;
		width: 50%;
	}
	div.pjc-slideshow-container .default .orbit-bullets-wrapper ul.orbit-bullets {
		left: 0;
		padding: 0 0 0 73px;
		right: auto;
	}
	#slideshowpjcwrap div.orbit-caption {
		padding-bottom: 20px;
	}
	div.pjc-slideshow-container .default .orbit-bullets-wrapper {
		display: none;
	}
	#slideshowpjcwrap .orbit-caption .slide_readmore {
		margin-right: -40px;
		padding-right: 0;
	}
	.slide_readmore a {
		padding: 0;
	}
	.bottom_links {
		clear: left;
		float: left;
		padding: 10px 0 0;
	}
	.social_links {
		padding-bottom: 26px;
	}
	.copyright {
		padding-top: 40px;
	}
	.wpcf7-form textarea {
		width: 300px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
	/* Shop Page */
	body.woocommerce .col2-set .col-1, body.woocommerce-page .col2-set .col-1,
	body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
	body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-2 {
		padding: 30px 0;
	}
	body.woocommerce .cart-collaterals .cart_totals, body.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	body.woocommerce table.cart .product-thumbnail, body.woocommerce #content table.cart .product-thumbnail, body.woocommerce-page table.cart .product-thumbnail, body.woocommerce-page #content table.cart .product-thumbnail {
		display: none;
	}
	body.woocommerce table.cart td.actions .coupon, body.woocommerce #content table.cart td.actions .coupon, body.woocommerce-page table.cart td.actions .coupon, body.woocommerce-page #content table.cart td.actions .coupon {
		float: none;
		padding-bottom: 15px;
	}
	body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce #content table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text, body.woocommerce-page #content table.cart td.actions .coupon .input-text,
	body.woocommerce .cart .button, body.woocommerce .cart input.button, body.woocommerce-page .cart .button, body.woocommerce-page .cart input.button {
		float: none;
	}
	body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
		margin-right: 5.8%;
		width: 44%;
	}
	.logo {
		float: none;
		padding: 20px 0 0;
		text-align: center;
		width: auto;
	}
	.logo a, .logo img {
		display: inline;
		line-height: 0;
	}
	.info {
		float: none;
		padding: 20px 0 20px;
		text-align: center;
		width: auto;
	}
	.slogan {
		font-size: 22px;
		padding-bottom: 30px;
	}
	.contact11 li, .contact11 li:first-child {
		max-width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}
	.wpcf7-form textarea {
		width: 400px;
	}
}

@media (max-width: 600px) {
	.social_links {
		float: left;
		margin-left: -6px;
		padding: 60px 0 26px;
		width: 100%;
	}
	.copyright {
		padding-top: 30px;
	}
	.bottom_links {
		margin-top: -150px;
		padding: 0;
	}
	.contact_label {
		width: 100%;
	}
	.contact_field {
		width: 100%;
	}
	.wpcf7-form textarea {
		max-width: 90%;
	}
}

@media (max-width: 480px) {
	/* Shop Page */
	body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
		margin-right: 0;
		width: 100%;
	}
	body.woocommerce div.product div.images, body.woocommerce-page div.product div.images, body.woocommerce #content div.product div.images, body.woocommerce-page #content div.product div.images {
		width: 100%;
	}
	body.woocommerce div.product div.summary, body.woocommerce-page div.product div.summary, body.woocommerce #content div.product div.summary, body.woocommerce-page #content div.product div.summary {
		width: 100%;
	}
	.form-horizontal .form-submit {
		padding-left: 0;
	}
	.wpcf7-form textarea {
		width: 206px;
	}
}

@media (max-width: 350px) {
	.wpcf7-form textarea {
		max-width: none;
		width: 206px;
	}
}

/* Dropdown Menu Fix */
@media (min-width:980px){
	.extended_menu {
		display:none;
	}
	.navbar ul.nav > li > ul {
		display:none;
	}
	.navbar ul.nav > li:hover ul {
		display:block;
	}
	.navbar ul.nav > li > ul > li > ul{
		display:none;
	}
	.navbar ul.nav > li > ul > li:hover ul {
		display:block;
	}
}
@media (max-width:979px){
	.navbar .menu-main-menu-container {
		width: auto !important;
	}
	.navbar ul.nav {
		background: none;
		padding: 0;
	}
	.navbar ul.nav li, .navbar ul.nav li:first-child {
		background: none;
		border-top: 1px solid #eee;
		padding: 0;
		width: auto;
	}
	.navbar ul.nav > li > a {
		color: #fff;
		line-height: 24px;
		margin: 0;
		padding: 8px 10px 8px 25px;
	}
	.navbar ul.nav > li > ul.dropdown-menu {
		display:block;
		background: transparent; /* Old browsers */
		filter: none; /* IE6-9 */
		margin: 0;
	}
	.nav-collapse .nav li li a, .nav-collapse .dropdown-menu a {
		background: none;
		color: #fff;
		font-weight: 400;
		line-height: 24px;
		margin: 0;
		padding: 8px 10px 8px 12%;
		text-decoration: none;
		zoom: 1;
	}
	.nav-collapse .nav > li:hover > a,
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover,
	.navbar .nav li.dropdown.open > .dropdown-toggle:hover, .navbar .nav li.dropdown.active > .dropdown-toggle:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.navbar .nav li.dropdown.open:hover > .dropdown-toggle, .navbar .nav li.dropdown.active:hover > .dropdown-toggle, .navbar .nav li.dropdown.open.active:hover > .dropdown-toggle {
		background: #ED0000; /* Old browsers */
		background: -moz-linear-gradient(top,  #ED0000 0%, #ED0000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0000), color-stop(100%,#ED0000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ED0000 0%,#ED0000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0000', endColorstr='#ED0000',GradientType=0 ); /* IE6-9 */
		color: #fff;
		text-decoration: none;
	}
	.navbar .nav > li:hover > a.dropdown-toggle,
	.navbar .nav li.dropdown.open:hover > .dropdown-toggle, .navbar .nav li.dropdown.active:hover > .dropdown-toggle, .navbar .nav li.dropdown.open.active:hover > .dropdown-toggle {
		background: none;
	}
	.navbar .nav > li > a.dropdown-toggle:hover,
	.navbar .nav li.dropdown.open > .dropdown-toggle:hover, .navbar .nav li.dropdown.active > .dropdown-toggle:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
	.navbar .nav li.dropdown.open.current-menu-item > .dropdown-toggle, .navbar .nav li.dropdown.active.current-menu-item > .dropdown-toggle, .navbar .nav li.dropdown.open.active.current-menu-item > .dropdown-toggle {
		background: #ED0000; /* Old browsers */
		background: -moz-linear-gradient(top,  #ED0000 0%, #ED0000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED0000), color-stop(100%,#ED0000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ED0000 0%,#ED0000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ED0000 0%,#ED0000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED0000', endColorstr='#ED0000',GradientType=0 ); /* IE6-9 */
	}
}

/* =Homepage Updates 6/05/20 (JF)
-------------------------------------------------------------- */

.inline {
	display: table; 
	width: 100% ; 
	align-content: center; 
	height: 35%;
}

.tobinblock {
	display: table-cell; 
	width: 50%; 
	height: inherit;
}

.contentinside { 
	text-align: center; 
	color: dimgray; 
	height: 100%; 
	float: left; 
	display: flex; 
	flex-wrap: wrap; 
	align-content: center;
}

.excelltext {
	font-family: 'Nunito', sans-serif; 
	font-weight: 400; 
	line-height: normal; 
	color: #323232; 
	font-size: 36px;
}

.establtext {
	font-family: 'Oxygen', sans-serif; 
	line-height: 16px/24px; 
	color: #323232; 
	font-size: 13px; 
	text-align: justify;	
} 

.tobinblocked { 
	display: table-cell; 
	min-width: 50%;
}

.contentinsided {
	text-align: center; 
	width: 90%; 
	float: right;

} 

/* =Homepage Moblie Logic 10/05/20 (JF)
-------------------------------------------------------------- */

#content-desktop {display: block;}
#content-mobile {display: none;}

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

#content-desktop {display: none;}
#content-mobile {display: block;}

}