/* Template by freewebsitetemplates.com */
/* Modified extensively by GetSirius Internet Services - getsiriusweb.net - March, 2017 */
/* For minimum paragraph width see p and p:before in mobile.css, under GetSirius */

@media only screen and (max-width : 918px) {
	html {
		-webkit-text-size-adjust: none;
	}

/* Current Page Selector ================== */
/* ALSO SEE style.css FOR SIMILAR SECTION THAT MUST BE UPDATED WITH THIS */
body#homebody a#home,
body#makebody a#make,
body#treebody a#tree,
body#gallerybody a#gallery,
body#willardsbody a#willards,
body#pinkiebody a#pinkie,
body#ribbonbody a#ribbon,
body#woodybody woody#,
body#fishbody a#fish,
body#rpmbody a#rpm,
body#marvelbody a#marvel,
body#goofballbody a#goofball,
body#hotrodbody a#hotrod {
	border-bottom: 0px!important;
	border-bottom-color: #000000!important;
}
body#homebody a#home::after,
body#makebody a#maker::after,
body#treebody a#tree::after,
body#gallerybody a#gallery::after,
body#willardsbody a#willards::after,
body#pinkiebody a#pinkie::after,
body#ribbonbody a#ribbon::after,
body#woodybody woody#::after,
body#fishbody a#fish::after,
body#rpmbody a#rpm::after,
body#marvelbody a#marvel::after,
body#goofballbody a#goofball::after,
body#hotrodbody a#hotrod::after {
	content: "<";
	margin-left: 23px;
}

/*  Start of Navigation */
	#mobile-navigation {
		background: url(../images/mobile-menu.png) no-repeat 0 0;
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -16px; /* see left: below in #navSection ul#navigation */
		top: 2px;
		width: 50px;
		z-index: 1001;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 12px 1px #BE5E05;
box-shadow: 0 0 12px 1px #BE5E05;
	}
	
	#navSection ul#navigation {
		display: none;
		font-size: 1.5625em;
		height: auto;
		left: 0px; /* counterAct right: in #mobile-navigation */
		margin: 0 auto;
		position: absolute;
		padding: 0;
		top: 71px;
		transition: all .5s ease-in-out;
		width: 98%;
		z-index: 1001;
-webkit-border-radius: 9px;
border-radius: 9px;
border: #B87A07 solid;
border-width: 2px 1px;
-webkit-box-shadow: 0 0 12px 2px #BE5E05;
box-shadow: 0 0 12px 2px #BE5E05;
	}
	#navSection ul#navigation li {
		background: none;
		display: block;
		float: none;
		height: auto;
		line-height: normal;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#navSection ul#navigation li:first-child,
	#navSection ul#navigation li ul li:first-child {
		border: none;
		width: 100%;
	}
	#navSection ul#navigation li a {
		background: none;
		border-top: 1px solid #B87A07; /* #E3D0AA */
		color: #E8D8B9;
		display: block;
		font-family: Arial;
		font-size: 0.8125em;
		font-weight: normal;
		height: 49px;
		line-height: 49px;
		padding: 0 15px;
		text-align: left;
		width: auto;
	}
	#navSection ul#navigation li span {
		background: transparent url(../images/mobile-expand.png) no-repeat;
		border-left: 1px solid #B87A07;
		border-top: 1px solid #B87A07;
		display: block;
		height: 49px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}
	#navSection ul#navigation li.current span {
		background: url(../images/mobile-expand.png) no-repeat;
	}
	#navSection ul#navigation li.current ul li a {
		background: none;
		color: #E8D8B9;
	}
	#navSection ul#navigation li a:hover,
	#navSection ul#navigation li.current ul li a:hover,
	#navSection ul#navigation li.current a {
		background: #6D4205; 
		color: #FFFDF1;
		text-shadow: 0 0 9px #fff; /* #E3D0AA */
	background-image:  url("../images/back-darkH.gif")
	}
	#navSection ul#navigation > li:first-child > a {
		border: none;
	}
	#navSection ul#navigation li ul {
		border: 0;
		display: none;
		left: 0;
		margin: 0;
		opacity: 1;
		padding: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	#navSection ul#navigation li ul,
	#navSection ul#navigation li:hover ul {
		display: none;
	}
	#navSection ul#navigation li ul li {
		background: none;
		height: auto;
		line-height: normal;
		padding: 0;
		text-align: left;
	}
	#navSection ul#navigation li ul li a {
		padding: 0 50px;
	}
	#navSection {
/*		position: relative; */
		width: 90%;
	}
/* HIDE Navigation tooltip */
a[data]:hover:after {
visibility: hidden;
}	
/*  End of Navigation */
	
	#header {
	margin-top: 0px;
	}
	#header #headTitle {
/*		padding: 74px 0 0; */
		font-size: 24px;
		line-height: 26px;
		padding: 23px 50px 0 0;
		text-align:center;
	}
#header #headTitle a .headSubTitle {
		font-size: 16px;
		line-height: 18px;
	}
	#body {
		margin: 10px auto 0;
/*		margin: 20px auto 0;
		padding: 45px 0 46px;
		padding: 12px 20px 8px 20px; */
		padding: 8px 2px 1px 6px;
		width: 98%;
		border-width: 1px 0px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
	}

	#body img.figure {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	#body > h2 {
		padding: 0 20px 30px;
	}
	#body div.content {
		padding: 0 20px;
	}
	#body div.content div,
	#footer div {
		float: none;
		width: auto;
	}
	#body div.content img.figure {
		margin: 0 auto;
	}
	#body div.content div div.section {
		padding: 30px 0 0;
		width: auto;
	}
	#body div.content div ul li {
		margin: 0 5%;
		width: 40%;
	}
	#body div.content div ul li:first-child {
		margin: 0 5%;
	}
	#body form {
		margin: 0 auto;
		padding: 0 20px;
		width: auto;
	}
	#body form h3,
	#body ul.blog li:first-child {
		padding: 0;
	}
	#body form label input,
	#body form label textarea {
		border-radius: 0;
		padding: 0 3%;
		-webkit-appearance: none;
		width: 93%;
	}
	#body form input#send {
		margin: 8px 2px 0 0;
		padding: 0;
		text-align: center;
		-webkit-appearance: none;
	}
	#body ul.blog {
		padding: 0 20px;
	}
	#body ul.blog li {
		padding: 30px 0 0;
	}
	#body ul.blog li img {
		margin: 0 0 20px;
		width: 100%;
	}
	#body ul.blog li h3 {
		line-height: 1.35em;
	}
	#body div.content div.article {
		width: auto;
	}
	#body div.content div.sidebar {
		float: none;
		margin: 0;
		width: auto;
	}
	#body div.content div.sidebar ul li:first-child {
		margin: 0;
	}

/* Footer */
#footer .siriusSunlight {
	width: 90%
	max-width: 90%;

}
#footer .GetSirius,
#footer .GetSirius a {
	margin-right: 5px;
}
#footer .copy {
	width: 90%;
	max-width: 90%;
	float: none;
}


/* GetSirius */
	p {
	}
	p:before {
	  	content: ' ';
	  	display: table;
	  	width: 132px;
		padding-top: 6px !important;
	  }
	img {
		max-width: 98%;
		height: auto;
		}
	.dontShrinkImg {
	max-width: 100%;
	}

	.imgAlignRight,
	.imgAlignLeft,
	.imgAlignRightSpaceTop,
	.imgAlignLeftSpaceTop {
	padding-right: 10px;
	max-width: 50%;
	height: auto;
	}
	.imgAlignRightMoveUp,
	.imgAlignLeftMoveUp {
	margin-top: 0px;
	max-width: 50%;
	height: auto;
	}
	.imgAlignRightSpaceTop,
	.imgAlignLeftSpaceTop {
	.margin-top: 0px;
	}
	.imgMax {
	max-width: 40%;
	max-height: auto;
	}
	.dissapear900 {
	height: 0!important;
	width: 0!important;
	visibility: hidden!important;
	line-height: 0px!important;
	}
}

@media only screen and (max-width : 600px) {
	.hightlightBoxRight {
	float: none;
	width: 100%;
	margin: 0;
	max-width: 98%;
	padding: 0 ;
	}
	.hightlightBoxCenter {
	padding: 0px;
	margin: 0;
	}
	input {
max-width: 270px;
	}
	#header #headeradj {
	clear: left;
	}
#header #wasH1 {
    font-size: 40px;
    padding: 5px 0 0 0;
	}
#header #wasH1 a .wasH1second {
	font-size: 20px;
	}
	
	.nowrap img {
	max-width: 100% !important;
	}
	.dissapear600 {
	height: 0;
	width: 0;
	visibility: hidden;
	}
	p {
	line-height: 20px;
	}
}

@media screen
and (max-width : 320px) {
	img,
	.imgAlignRight,
	.imgAlignLeft,
	.imgAlignRightSpaceTop,
	.imgAlignLeftSpaceTop,
	.imgAlignRightMoveUp,
	.imgAlignLeftMoveUp {
	max-width: 100%;
	}
	#header h1 {
		font-size: 2.8125em;
	}
	#header h1 a span {
		font-size: 0.5em;
		line-height: 1.25em;
	}
	#body div#tagline h1 {
		font-size: 4.375em;
	}
	#body div#tagline p {
		font-size: 3.125em;
	}
	#footer div p {
		font-size: 1em;
	}
	/* GetSirius */
	#body {
	margin: 20px auto 0;
	padding: 6px 8px 4px 8px;
	width: 100%;
	}
	p {
	line-height: 20px;
	}
	.imgAlignRight,
	.imgAlignLeft,
	.imgAlignRightSpaceTop,
	.imgAlignLeftSpaceTop {
	padding-right: 3px;
	}
}