body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background: #676767 url(../images/bkg.jpg);
    background-size: cover;
    background-attachment:fixed;
    font-size: 16px;
    color: #000;
}

img { border: 0; }

#mobileheader {
    background-color: #fff;
    display: none;
    position: relative;
}


#uberheader {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    background-color: #fff;
}

#uberheader #header-inner {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
}

#uberheader #header-inner img { 
    border: 0; 
    float: left; 
    margin: 0;
}

#container {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

#floater {
    width: 1000px;
    margin: 0 auto;
}
               
/*---------- TOPNAV ----------*/

header {
    width: 960px;
    height: 40px;
    background: #355E3B;
    z-index: 200;
    margin: 0 auto;
    border-radius: 5px;
}

header nav {
    width: 960px;
    height: 40px;
    z-index: 200;
    margin: 0 auto;
}

header nav ul {
    padding:0;
    list-style:none;
    margin:0 0 0 34px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font-weight: bold;
    font-size: 16px;
    color:#fff;
    display:block;
    float:left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
}

header nav ul li:first-child a {
    padding-left: 3px;
}

header nav ul li:last-child a {
    padding-right: 3px;
}

header nav ul li a span {
    display: block;
}

header nav ul li a:hover {
    color:#F5EB2C;
    text-decoration: none;
}

header nav ul li ul {
    display:none;
}

header nav ul li > ul {
    left:auto;
    top:auto;
}
						
header nav ul li.over ul, header nav ul li:hover ul {
    background:#333333;
    border:1px solid #333333;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:block;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:100%;
    width:220px;
    z-index: 100;
}

header nav ul li ul li {
    display:block;
    text-transform:none;
    
}
								
header nav ul li ul li a, header nav ul li ul li:first-child a:first-child {
    display:block;
    padding:5px;
    width:208px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #fff;
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
    color: #fff;
}

#headerarea { 
    float: right; 
    text-align: right;
    margin-top: 15px;
}

#headerarea .button {
    background-color: #E52022;
    color: #fff; 
    padding: 6px 10px;
    border: 0; 
    margin-top: 16px;  
    text-decoration: none;  
    display: block;
    text-align: center;
    font-weight: bold;
}


/*---------- FRONT PAGE ----------*/

#fpcontainer {
    display: flex;
    flex-wrap: none;
}

#fp-rotation {
    width: 66%;
    background-color: #EAE8E8;
    float: left;
    margin-top: 0px;
    position: relative;
    margin-right: 2%;
    z-index: 2;
    border-radius: 5px;
}


/*--------- FP CONTACT PANEL -----------*/

#fp-contact-panel {
    width: 32%;
    float: left;
    background-color: #EAE8E8;
    border-radius: 5px;
} 

#fp-contact-panel-inner { 
    margin: 10px;
    font-size: 14px;
}

#fp-contact-panel span {
    color: red;
}   


#fp-contact-panel-hdr {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    background-color: #355E3B;
    margin-bottom: 10px;
}

#fp-contact-panel-inner .submit-btn {
    background-color: #BE1B1C;
    padding: 3px;
    color: #fff;
    margin: 10px 0;
    border: 0;
    height: 30px;
    width: 50%;
    float: right;
}


#fp-contact-panel-inner input {
    width: 100%;
    height: 20px;
    padding: 0;
    margin-bottom: 5px;
}

#fp-contact-panel-inner textarea {
    width: 100%;
    height: 60px;
    padding: 0;
    margin-bottom: 8px;
}

/* ---------- FEATURE BLOCKS --------- */


/* THREE WIDES */

#fpfeaturecontainer {
    display: flex;
    flex-wrap: wrap; 
}

#fpfeaturecontainer > div:nth-child(3n) { margin-right: 0; }

.fpfeatures {
    float: left;
    border: solid 1px #EAE8E8;
    margin: 20px 1.5% 0 0;
    border-radius: 5px;
    width: 32%; 
    float: left
}

.featureinner { 
    margin: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.featureinnercontent { 
    text-align: left; 
}

.featureinner img { margin-bottom: 5px; border:0; width: 50%;}

#content .featureinner h2 {
    font-size: 20px;
    color: #355E3B;
    margin: 7px 0;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}

#content .featureinner h3 {
    font-size: 15px;
    color: #355E3B;
    margin: 7px 0;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}


/* TWO WIDES */

#sidebysidecontainer {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}

.sidebyside {
    float: left;
    border: solid 1px #EAE8E8;
    margin-top: 20px;
    border-radius: 5px;
    width: 49%; 
}


.sidebysideinner { 
    margin: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.sidebysideinnercontent { 
    text-align: left; 
}

.sidebysideinner img { margin-bottom: 5px; }

#content .sidebysideinner h2 {
    font-size: 26px;
    color: #355E3B;
    margin: 7px 0;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}

#content .sidebysideinner h3 {
    font-size: 20px;
    color: #355E3B;
    margin: 7px 0;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}

#sidebysidecontainer .pricing {
    font-size: 22px;
    font-weight: bold;
    color: #355E3B;
    margin: 7px 0;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}

/*---------- CONTENT ----------*/

.dim:hover {
    opacity: 0.85;
}

.inset {
    width: 40%; 
    float: right; 
    margin: 0 0 5px 5px;
    max-width: 380px;
}

.insetnews {
    width: 40%; 
    float: right; 
    margin: 0 0 5px 5px;
    max-width: 480px;
}

img.inset2 {
    width: 22%; 
    max-width: 220px;
    float: right; 
    margin: 0 0 5px 5px;
    border: solid 1px #EAE8E8;
}

div.inset-center-50 { 
    width: 50%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}

div.inset-center-75 { 
    width: 75%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}

div.inset-center-100 { 
    width: 100%;
    font-size: 12px; 
    text-align: center;
    margin: 10px auto;
}


div.inset-center-50 img, div.inset-center-75 img, div.inset-center-100 img { width: 100%; }

#content {
    padding: 20px 0 20px 0;
    min-height: 400px;
}

.withsubnav {
    width: 680px;
    float: right;


}

.withoutsubnav {
    width: 100%;

}

#features li {padding: 5px; }

/* ---------------- GENERAL CONTENT ----------------*/


#content p { 
    padding: 0; 
    margin: 0 0 10px 0;
}

/*#E52022;*/
#content h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 32px;
    color: #355e3b 
    
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    color: #355e3b;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: #355e3b;
}

#content a {
    color: #000;
}

#content a:hover {
    text-decoration: none;
}

#forms input, #forms #captcha, #forms select {
    width: 50%;
}

#forms textarea {
    width: 50%;
    height: 50px;
}

#forms span {
    color: red;
}

#content input.submitbutton {
    background-color: #E52022;
    border: 0;
    padding: 6px 10px;
    color: #fff;
}

#content .button {
    width: 200px; 
    background-color: #E52022;
    color: #fff; 
    padding: 6px 10px;
    border: 0; 
    margin-top: 10px;  
    text-decoration: none;  
}

#buttons .left { float: left; }
#buttons .right { float: right; }

#content .button:hover {
    opacity: 0.85;
}

.formfield { 
    width: 50%;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #222;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

/*---------- GALLERY ----------*/

#content .galleryimages {
    float: left; 
    width: 23.0%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 10px;
}

#content .galleryimages img  {
    width: 100%;
    border: solid 1px #EAE8E8;
}

#content .galleryimages div {
    width: 100%; 
}

#content .gallerycaption {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

#gallerycontainer-homepage > div:nth-child4n) { margin-right: 0; }
#gallerycontainer-homepage > div:nth-child(4n+1) { clear: both; }

#gallerycontainer-checkout > div:nth-child(4n) { margin-right: 0; }
#gallerycontainer-checkout > div:nth-child(4n+1) { clear: both; }

#gallerycontainer-profiles > div:nth-child(4n) { margin-right: 0; }
#gallerycontainer-profiles > div:nth-child(4n+1) { clear: both; }

#gallerycontainer-leaderboard > div:nth-child(4n) { margin-right: 0; }
#gallerycontainer-leaderboard > div:nth-child(4n+1) { clear: both; }

#gallerycontainer-admin > div:nth-child(4n) { margin-right: 0; }
#gallerycontainer-admin > div:nth-child(4n+1) { clear: both; }

/*---------- DIVS ------------*/

#divcontainer { font-size: 14px; }
#divcontainer legend { font-weight: bold; color: #BE1B1C; font-size: 16px;}
#leftdiv { width: 49.5%; float: left; }
#rightdiv { width: 49.5%; float: right; }


/*---------- PROMOS ------------*/

#promos .promo {
    background-color: #DBDBDB;
    margin-bottom: 20px;
}
    
#promos .promo div {
    float: left;
    margin-left: 10px;
    font: normal 14px arial;
    color: #000;
}

#promos h2 {
    font: bold 20px arial;
    margin-bottom: 5px;
    
}


/*---------- VIDEOS ----------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    

/*---------- FOOTER ----------*/

#footer {
    background-color: #1C1C1C;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 0 20px 0 20px; 
    padding: 20px;
    border-radius: 5px;
}

#footer div {
    font-size: 10px;
    margin-top: 10px;
}

#mobilefooter {
    display: none;
    background-color: #1C1C1C;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    
}


#subfooter {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font-size: 11px;
    color: #646464;
}

#subfooter a {
    color: #646464;
}

/*---------- ADMIN STYLES ----------*/

td.inverse { background: #BE1B1C; font: bold 12px Arial; color: #fff; margin-top: 0; }
td.inverse a { font: bold 11px Arial; color: #fff; text-decoration: none; }
td.inverse a:hover { text-decoration: underline;}
td.inversesmall { background: #BE1B1C; font: bold 11px Arial; color: #fff; margin-top: 0; }
td.inversesmall a { color: #fff; }
td.inversesmall a:hover { color: #fff;text-decoration: none; }
td.small { font: normal 12px Arial; color: #000; margin-top: 0;}
td.small a { color: #000;}
td.small a:hover { text-decoration: none;}
td.small2 { font: normal 10px Arial;color: #000; margin-top: 0; }
td.small2 a { color: #000; }
td.small2 a:hover { text-decoration: none; }

/* CALENDAR */

.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}
.MyDiv {background:#fff;position:absolute;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

@media (max-width: 1000px){

    body {background: #000; } 
    
    #uberheader,#subnav,#footer,#subfooter,#fp-video,#fp-promo-panel,#floater { display: none; }
    #container { width: 100%; padding: 0;}
    #content {padding: 15px 0; }
    
    .withsubnav { width: auto; float: none; }
    .withoutsubnav { width: auto; float: none; }
    
    #header-inner { width: 100%; }

    #containerinner { width: 98%; padding: 5px 0; }
    header { width: auto; }
    header nav { width: 100%; }
    #subfooter { width: 100%; }
    #containerinner table { width: 100%; }
    #mobileheader { display: block; background-size: cover; padding-left: 5px;}
    #mobileheader img.logo {width: 75%; max-width: 600px; float: left; border: 0;}
    #mobilefooter { display: block; padding: 10px; }
    
    #headerarea { margin-right: 5px; }
    
    
    #fp-contact-panel-hdr { font-size: 14px; }
    #content .featureinner h2 { font-size: 14px; }
    
    #content h1 { font-size: 22px; }
    #content h2 { font-size: 18px; }
    #forms #captcha { width: 50%; }
    
    
}     

@media (max-width: 800px){

    #leftdiv { width: 100%; float: none; break: both;}
    #rightdiv { width: 100%; float: none; }

    #fp-contact-panel > div { font-size: 11px; }
    #fp-contact-panel .view-all { text-align: right; margin-top: 5px;}
    
    #content .gallerycaption { font-size: 12px; }
    
    #headerarea { display: none; }
    

}

@media (max-width: 700px){

    #hours td { font-size: 10px;}

}

@media (max-width: 640px){
    
    #container { padding-bottom: 0; }
    #content .featureinner h2 { font-size: 12px; }
    #content {padding: 3px; min-height: auto;  }
    #content h1 { font-size: 18px; }
    #content h2 { font-size: 16px; }
    #forms input { width: 100%; box-sizing: border-box; }
    #forms textarea { box-sizing: border-box; height: 100px;} 
    #forms #captcha, #forms textarea, #forms select { width: 100%; }
    
    #content .galleryimages { width: 31.22%; margin-right: 2%; }
    #content .gallerycaption { font-size: 12px; }
    
    #gallerycontainer-homepage > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer-homepage > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer-homepage > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer-homepage > div:nth-child(3n+1) { clear: both; }

    #gallerycontainer-checkout > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer-checkout > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer-checkout > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer-checkout > div:nth-child(3n+1) { clear: both; }

    #gallerycontainer-profiles > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer-profiles > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer-profiles > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer-profiles > div:nth-child(3n+1) { clear: both; }

    #gallerycontainer-leaderboard > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer-leaderboard > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer-leaderboard > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer-leaderboard > div:nth-child(3n+1) { clear: both; }

    #gallerycontainer-admin > div:nth-child(4n) { margin-right: 2%; }
    #gallerycontainer-admin > div:nth-child(4n+1) { clear: none; }
    #gallerycontainer-admin > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer-admin > div:nth-child(3n+1) { clear: both; }

    #fp-contact-panel > div { font-size: 14px; }
    #fp-contact-panel .view-all { text-align: right; margin-top: 8px;}
    
    #fpcontainer, #fpfeaturecontainer { flex-wrap: wrap; }
    .featureinner img { width: 25%;}
    #fp-rotation { float: none; width: 100%; margin-top: 0px; margin-right: 0;}
    #fp-contact-panel { float: none; width: 100%; margin-top: 6px;}
    .fpfeatures { float: none; width: 100%; margin-top: 8px;}
    .fpfeatures1 { margin-right: 0; }
    .fpfeatures2 { margin-right: 0; }
    .fpfeatures3 { margin-right: 0; }
    #content .featureinner h2 { font-size: 16px; padding: 6px;}

}

@media (max-width: 540px){
    
    #headerarea { display: none; }
    
}

@media (max-width: 480px){
    
    #mobileheader img.logo { width: 100%; }
    
    #fp-contact-panel > div { font-size: 12px; }
    #fp-contact-panel .view-all { text-align: right; margin-top: 5px;}
    
    #buttons .button { float: none; margin: 10px auto; clear: both; width: 100%; display: block; padding: 10px;}
    #content .forms .form-item-2 {float: none; margin-left: 0; width: 100%; clear: both;}
    
    #content .galleryimages { width: 49%; margin-right: 2%; }
    #content .gallerycaption { font-size: 11px; }
    
    #gallerycontainer-homepage > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer-homepage > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer-homepage > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer-homepage > div:nth-child(2n+1) { clear: both; }

    #gallerycontainer-checkout > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer-checkout > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer-checkout > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer-checkout > div:nth-child(2n+1) { clear: both; }

    #gallerycontainer-profiles > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer-profiles > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer-profiles > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer-profiles > div:nth-child(2n+1) { clear: both; }

    #gallerycontainer-leaderboard > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer-leaderboard > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer-leaderboard > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer-leaderboard > div:nth-child(2n+1) { clear: both; }

    #gallerycontainer-admin > div:nth-child(3n) { margin-right: 2%; }
    #gallerycontainer-admin > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer-admin > div:nth-child(2n) { margin-right: 0; }
    #gallerycontainer-admin > div:nth-child(2n+1) { clear: both; }
    
    .insetnews { width: 100%; float: none; margin: 0 0 10px 0; }
}


}


@media print {
    #uberheader, header, #subnav, #footer, #subfooter, #mobileheader, #menubase, #mobilefooter,.noprint  {display: none; }
}

