@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

img, object, embed, video {
	max-width: 100%;
	height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

html {
}
@media only screen and (min-width: 320px) {
body {
    background-attachment: fixed;
    background-clip: initial;
    background-color:rgba(191,191,191,1.00);
    background-image: url("../images/remote-control-cover.png");
    background-origin: content-box;
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Tehama, Helvetica, Arial, sans-serif;
	font-style: normal;
    font-variant: normal;
    line-height: 1.231;
    margin: 0;
    padding: 0;
}

header {
	clear: both;
}
.homebox-txt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #336699;
    font-size: 1.25em;
 	 height: auto;
    margin: auto;
    width: 85%;
	padding: 0 0.5em;
}

.mainban {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CCA937;
    border-radius: 0 0 25px 25px;
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.3);
    font-family: liberation serif,georgia,rachana,times new roman;
    height: 100%;
    margin: 0 auto 20px;
    overflow: auto;
    padding: 0 1em;
    text-align: center;
    width: 80%;
	border-top:none;
	max-width: 1000px;
	min-width: 280px;
}


.mainbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CCA937;
    border-radius: 25px 25px 0 0;
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.3);
    margin: 2em auto 0;
    overflow: auto;
    padding: 1em;
    width: 80%;
    border-bottom: none;
    height: 100%;
	max-width: 1000px;
	min-width: 280px;
}

.mainbox h1 {
	font-family: liberation serif,georgia,rachana,times new roman;
	font-size: 2em;
	margin-bottom: 1em;
	
}


/* Nav for responsive design */

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0.125em 0.3em;
}

.nav-collapse li {
  /*float: left;*/
  width: 100%;
}

.nav-collapse a {
  color: #F81313;
  text-decoration: none;
  width: 100%;
  background-color:none;
  border-bottom: none;
  padding: 0 0 0.25em;
  float: left;
  text-align: left;
}

.nav-collapse.opened {
  max-height: 9999px !important;
  color: red;
}

.nav-collapse .current {
	color: #CCA937;
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 55px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background: red url("../images/hamburger.gif") no-repeat 100% 33%;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}


/* Nav for Main navs*/

.nav-large {
    margin: auto;
    width: 100%;
	padding: 0.5em 0 0;
}
.nav-large img {
    border: medium none;
    margin: auto;
    padding: 0.5em 2em;
}
.nav-large a {
    display: inline-block;
    font-family: tahoma,arial,helvetica,clean,sans-serif;
    text-align: center;
    width: 11.5em;
	padding-bottom: 0.5em;
}

#mainnav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: tahoma,arial,helvetica,clean,sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.231;
 /*   padding: 0.7em 0.4em; */
}

#nav-th img {
    border: medium none;
    float: left;
    margin: 0.5em;
    padding: 0 0.5em;
}
a {
    color: #F81313;
    text-decoration: none;
}
a:hover {
    color: #336699;
    text-decoration: none;
}
.current {
    color: #CCA937;
    text-decoration: none;
}  
  
/* End nav and links  */


/* Begin footer section styles  */

footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    margin: 0 auto;
    width: 100%;
}

footer hr {
    background: none repeat scroll 0 0 #CCA937;
    border-style: solid;
    border-width: thin;
    clear: both;
    color: #CCA937;
    margin: 0.5em auto 0;
    text-align: center;
    width: 100%;
    display:block !important;
}

#footer-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: tahoma,arial,helvetica,clean,sans-serif;
    font-weight: 500;
    line-height: 1.231;
    margin: auto;
    padding: 0.5em 0.25em 0.25em;
	text-align: center;
	width: 100%;
}

#footer-th { /* gallery thumbnails section  */
    border: none;
    height: auto;
    margin: auto;
    width: 100%;
	text-align: center;
}

#footer-th img {
    border: none;
    margin: 0.5em;
    padding: 0.25em;
}


#social {
    border: none;
    width: 100%;
    margin: auto;
	text-align: center;
}

#social.addthis_32x32_style {
	text-align: center;
}

#buttons {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: none;
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    margin: auto;
    padding: 0.125em;
}

#willa {
    margin: 0 auto;
    padding: 1% 0 0;
    text-align: center;
    width: 100%;
}

/* End footer styles  */

.center {
    text-align: center;
}
.right {
    text-align: right;
}

.transparent {
    opacity: 0.5;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
}

:first-child + html .clearfix {
}

div.text {
    height: 1.25em;
    text-align: center;
}
.tips {
    border: 2px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 0 0.25em #CCCCCC;
    clear: both;
    line-height: 1.231;
    margin: 1em auto;
    min-height: 10px;
    padding: 0.5em 2em;
    width: 75%;
}
.tips li {
    list-style: square outside none;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}

h1 {
    color: #336699;
    font-size: 2em;
    margin: auto;
    text-align: center;
}

h2 {
    font-size: 2em;
}
h3 {
    font-family: tahoma,arial,helvetica,clean,sans-serif !important;
    font-size: 1.25em;
}
h4 {
    font-family: tahoma,arial,helvetica,clean,sans-serif !important;
    font-size: 1em;
    text-align: left;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}
p {
    color: #336699;
    font-family: tahoma,arial,helvetica,clean,sans-serif !important;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.231;
    text-align: left;
}
em {
    font-style: italic;
}
ul, ol, dl {
    margin: 0.225em 1em;
    padding: 0 0.25em;
}
blockquote {
    margin: 0.225em 3em;
    padding: 0 0.25em;
}
article {
    margin: 0.225em 1em;
    padding: 0 0.25em;
}
.about {
    float: left;
    margin: auto;
    width: 100%;
    padding: 0.25em;
}

.contact {
    margin: 0 auto;
    text-align: left;
    width: 90%;
}

#contact img {
    border: medium none;
    margin: 1em auto 0;
    width: 90%;
}

.slide-pause {
    font-weight: 600;
    margin: 35em 3em 0 0;
    text-align: right;
}

.video {
    margin: 1em auto 0;
    width: 75%;
}

.video iframe {
    width: 100%;
}

}
@media only screen and (min-width: 480px) {
	#at-large {
    float: none;
    padding: 0.25em;
    text-align: center;
    }
}

@media only screen and (min-width: 599px) {

.mainbox hr {
    background: none repeat scroll 0 0 #CCA937;
    border-style: solid;
    border-width: thin;
    color: #CCA937;
    margin: 0.5em auto 0;
    text-align: center;
    width: 100%;
    clear:both;
    display: block;
}
	
.mainban hr {
    background: none repeat scroll 0 0 #CCA937;
    border-style: solid;
    border-width: thin;
    color: #CCA937;
    margin: 0.5em auto 0;
    text-align: center;
    width: 100%;
	display: block;
	clear: both;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin:auto;
}

.nav-collapse {
	width: 80%;
}

.nav-collapse li {
    width: 25%;
    *width: 19.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
	float:left;
 }
   
.nav-collapse a {
    margin: auto;
    padding: 1em 0;
    float: left;
    text-align: center;
}	
.nav-collapse.opened {
  max-height: 9999px;
}
	
}

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

.mainbox img {
	text-align:center;
	margin: 0 auto 1em;
}
 	
.nav-large {
    margin: auto;
    width: 80%;
	padding: 0.5em 0 0;
}

footer hr {
    width: 90%;
}

#footer-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: tahoma,arial,helvetica,clean,sans-serif;
    font-size: 100%;
}

.zeroMargin_tablet {
    margin-left: 0;
}

.hide_tablet {
    display: none;
}

h1 {
    margin: 1.5em auto 0;
    text-align: center;
}
#at-large {
	float: right;
	padding: 0 0 1em 2em;
}

}

/* Desktop & Tablet Layout: 769px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 767px) {

h1 {
    font-size: 2.5em;
}

.nav-collapse {
	width: 100%;
}
	
.js .nav-collapse {
    position: relative;
}
  
.js .nav-collapse.closed {
    max-height: none;
}
  
.nav-toggle {
    display: none;
}
#footer-nav {
    border-right: 1px solid #888;
    display: inline-block;
    margin: 1em auto;
    padding: 2% 3%;
    vertical-align: top;
    width: 45%;
}

#footer-th {
	display: inline-block;
	width: 45%;
	margin: auto;
	padding: 0.7%;
	vertical-align: top;
}

#social {
	clear: both;
    border-top: 1px solid #888;
    display: inline-block;
    margin: auto;
    padding: 2% 1% 0;
    vertical-align: top;
    width: 98%;

}

.nav-large {
    width: 65%;
}
#contact img {
    width: 90%;
}

}

@media only screen and (min-width: 880px) {

.nav-large {
    width: 100%;
}

.contact {
    float: left;
    margin: auto;
    padding: 0 0.25em;
    width: 34%;
    text-align: left;
}

#contact img {
    border: medium none;
    float: right;
    padding: 1.25em 1em 1em 0;
    width: 60%;
}

	
.about {
    float: left;
    margin:auto;
    width: 45%;
}

.video {
    float: right;
    height: auto;
    margin: 1.5em auto 1.5em;
    width: 50%;
    }

.video iframe {
	width: 100%;
}


 
}
@media only screen and (min-width: 1135px) {

#footer-nav {
    border-right:none;
    padding: 2% 0.7%;
    width: 31%;
}
#footer-th {
	width: 31%;
    border-right: 1px solid #888888;
	border-left: 1px solid #888888;
}
#social {
    border-top: none;
    width: 30%;
    padding: 2.5% 0.5% 1%;
    margin: auto;
}

}
