body {
    padding: 0;
    margin: 0;
    font-family: arial;
    background: #676767 url(../images/bkg.jpg); top:50px;
    background-size: cover;
    background-attachment:fixed;
    font-size: 14px;
    color: #000;
    
}

img { border: 0; }

#mobileheader {
    background-color: #fff;
    display: none;
    position: relative;
}


#uberheader {
    width: 960px;
    height: 170px;
    margin: 0 auto;
}

#uberheader #header-inner {
    width: 960px;
    height: 170px;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
}

#uberheader #header-inner img { 
    border: 0; 
    float: left; 
    margin: 8px 0 0 10px;
}

#header-right .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #FFEE21;
  font-size: 26px;
  font-weight: bold;
  background: #2956A1;
  padding: 10px 0;
  text-decoration: none;
  text-align: right;
  display: block;
  width: 270px;
  float: right;
  text-align: center;
  margin-top: 40px;
}

#header-right .btn:hover {
  background: #C41F39;
  color: #fff;
  text-decoration: none;
}


#header-right {
    width: 50%;
    text-align: right;
    float: right; 
}

#container {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
               
/*---------- TOPNAV ----------*/

header {
    width: 960px;
    height: 40px;
    background: #BE1B1C;
    z-index: 200;
    margin: 0 auto;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    
    
}

header nav {
    width: 960px;
    height: 40px;
    z-index: 200;
    margin: 0 auto;
}

header nav ul {
    padding:0;
    list-style:none;
    margin:0 0 0 32px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font: bold 15px arial;
    color:#fff;
    display:block;
    float:left;
    padding: 0 24px;
    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:#FFEE21;
    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;
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
}

input.formfield { 
    width: 100%;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #C41F39;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    height: auto;
}
    
.mobile-only-nav {display: none; }

/*---------- FRONT PAGE ----------*/

#fp-card {
    width: 470px;
    float: left;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#fp-card img {
    width: 100%;
}

/* --------- FP CONTACT PANEL --------- */

#fp-contact-panel {
    width: 470px; 
    height: 300px;
    float: right;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
} 

#fp-contact-panel div {
    margin: 15px;
}  



#content #fp-contact-panel h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    color: #b50000;
}

/* --------- S1 STYLES --------- */

#s1-contact-panel {
    width: 470px; 
    padding: 10px 0;
    margin: 0 auto;
    background-color: #EAE8E8;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
} 

#s1-contact-panel div {
    margin: 15px;
    font: normal 18px arial;
    color: #C31F38;
}  

#s1-contact-panel .submit-btn {
    font: normal 16px arial;
    background-color: #BE1B1C;
    padding: 15px;
    color: #fff;
    margin-top: 15px;
    border: 0;
    width: 50%;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    
}

#s1-contact-panel .submit-btn:hover {
    background-color: #DE223F;
}


#s1-contact-panel h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    color: #b50000;
}

#s1-left { 
    width: 40%;
    float: left;
}
   

#s1-right {
    overflow: hidden;
    
    margin: 0 0 10px 10px ;
}
            
#s1-table { display: table; }
#s1-row { display: table-row; }
#s1-cell1 { display: table-cell; }
#s1-cell2 { display: table-cell; }

#s2-table { display: table; }
#s2-row { display: table-row; }
#s2-cell1 { display: table-cell; }
#s2-cell2 { display: table-cell; }
#s2-cell3 { display: table-cell; }
#s2-cell4 { display: table-cell; }


/* ---------- FP ABOUT PANEL ------------ */

#fp-about-panel {

    padding: 10px;
    margin-top: 20px;
    
    background: rgb(222,239,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */


}

/* -------------- DISCOUNT TILES -------------- */

#content .fpgalleryimages {
    float: left; 
    width: 23.3%; /* HERE */
    margin-right: 20px; /* HERE */
    margin-top: 10px;
}

#content .fpgalleryimages img {
    border: solid 2px #CECECE;
}

#content .fpgalleryimages img:hover {
    border: solid 2px #FB0202;
}

#fpgallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#fpgallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .fpgalleryimages img, #content .fpgalleryimages div {
    width: 100%;
}

#content .fpgallerycaption {
    font-family: 'Fjalla One', sans-serif;
    font-size: 13px;
    color: #8F8F8F;
    text-align: center;
    padding: 5px 0 0 0;
}

#content .fpgallerycaption a {
    text-decoration: none;
    font-size: 16px;
    color: #b50000;
}

/*------ MAIN COL IN DISC DIR-----*/

#partner_left_col {
    width: 600px; 
    float: left; 
}



/*------ SIDEBAR STUFF--------*/

#sidebar {
    width: 329px; 
    float: right;
    margin: 0 0 20px 20px;
}

#sidebar_form_container {
	background-color: #3E64BE;;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    
	margin-bottom: 25px;
	margin-top:    25px;
}

#sidebar_form_top { 
    padding-top: 10px; 
}
#sidebar_form_top #sidebar_form_title {
    
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
#sidebar_form_top_padding{
	padding-top:    6px;
	padding-bottom: 0px;
	padding-left:   15px;
	padding-right:  15px;
	color: #fff;
}
#sidebar_form_bottom_padding{
	padding-left:  15px;
	padding-right: 15px;
	padding-top:    5px;
    padding-bottom: 10px;
}

#sidebar_form_container {
	font-size: 12px;
	margin-bottom: 20px;
}
#sidebar_form_container input {
	line-height: 28px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	box-shadow: none;
	color: #7d8089;
	border: 0 none;
}

/*--------- PAGE TITLE STUFF -----------------*/


#page_title_container {
	background: transparent url(../images/bg_page_title.png) no-repeat top left;
	height: 119px;
	margin-bottom: 10px;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;

}

#page_title_container_padding {
	padding: 20px;
}

#content #breadcrumbs, #content #breadcrumbs a,#content #breadcrumbs a.visited {
	color: #fff;
	font-size: 11px;
}

#content #breadcrumbs a.active, #content #breadcrumbs a.hover {
	color: #475793;
	text-decoration: none;
}

#content #page_title_container .entry-title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 50px;
	color: #fff;
	margin-bottom: 16px;
	line-height: 76px;
}

/*--------- FILTERS IN DISCOUNT DIR ----------*/

.filterdiv { 
    width: 23.3%; 
    float: left; 
    margin-right: 20px;
}

.filterdiv select, .filterdiv input { width: 100%; margin: 0; padding: 0;}

#filters > div:nth-child(4n) {
    margin-right: 0;
}









/*---------- SUBNAV ----------*/

#subnav {
    float: left;
    width: 280px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

#subnavinner {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width: 260px;
}

#subnavinner div#leftnavlist {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist ul {
    padding:0;margin:0;list-style-type:none;
}

#subnavinner div#leftnavlist a {
    border-bottom:1px dotted #e6e6e6;
    color:#c00;
    display:block;
    font:bold 13px helvetica,arial,sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0 0 5px;
}

#subnavinner div#leftnavlist div {
    color:#c00;
    display:block;
    font:bold 13px helvetica,arial,sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0;
    margin: 0;
}

#subnavinner div#leftnavlist ul li {
    border-bottom:1px dotted #e6e6e6;
    font:bold 13px helvetica,arial,sans-serif;
    padding:5px;
}

#subnavinner div#leftnavlist ul li a {
    border-bottom:0;
    color:#333;
    display:inline;
    letter-spacing:0;
    text-transform:none;
}

#subnavinner div#leftnavlist ul li a:hover {
    color:#c00;
}

#subnavinner div#leftnavlist ul li.last {
    border-bottom:0;
}

#subnavinner div#leftnavlist ul.subsubnav li a {
    font:bold 12px helvetica,arial,sans-serif;
    padding:5px 5px 5px 15px;
}

/*--------------SUBNAV CART ----------------*/



#subnavcartinner {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width: 240px;
    margin-bottom: 10px;
}

#subnavcartinner .header {
    background-color: #DA5A1B;
    font: bold 12px arial;
    padding: 5px;
    color: #fff;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#subnavcartinner .contents
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#subnavcartinner .contents a {
    color: #000;
}

#subnavcartinner .links
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#subnavcartinner .links a {
    color: #000;
}


/*---------- SEARCH FORM -------------*/

#searchform { 
    border: solid 4px #C41F39;
    width: 270px;
    padding: 3px 5px;
    float: right;
    margin-top: 10px;

}

#searchform .searchbox { 
    vertical-align: bottom;
    border: 0;
    height: 26px;
    font: bold 14px arial;
    color: #595959;
    width: 225px;
}

#searchform input[type="text"].searchbox:focus, 
#searchform input[type="text"].searchbox:hover { border: 0; outline: none; }

#searchform .submitbutton {
    background:url(../images/btn_header_search.png) no-repeat;
    cursor:pointer;
    width: 22px;
    height: 26px;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}








/*---------- MOBILE CART ----------*/


#mobilecart { display: none; }


#mobilecart {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    padding:10px;
}

#mobilecart .header {
    background-color: #212121;
    font: bold 12px arial;
    padding: 5px;
    color: #fff;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#mobilecart .contents
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#mobilecart .contents a {
    color: #000;
}

#mobilecart .links
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#mobilecart .links a {
    color: #000;
}

/*---------- CONTENT ----------*/

.dim:hover {
    opacity: 0.85;
}

img.inset {
    width: 50%; 
    max-width: 223px;
    float: right; 
    margin: 0 0 10px 10px;
}

img.inset2 {
    width: 22%; 
    max-width: 220px;
    float: right; 
    margin: 0 0 5px 5px;
    border: solid 1px #EAE8E8;
}

#content {
    padding: 20px 0 20px 0;
    min-height: 400px;
}

.withsubnav {
    width: 680px;
    float: right;


}

.withoutsubnav {
    width: 100%;

}

#excerpt-text {
	font-weight: bold; 
}



/* ------------ PHOTO GALLERY -------------- */

#content .galleryimages {
    float: left; 
    width: 23.5%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 5px;
}

#gallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#gallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .galleryimages img { border: solid 1px #EAE8E8; }

#content .galleryimages img, #content .galleryimages div {
    width: 100%;
}

#content .gallerycaption {
    font: normal 14px arial; /* HERE */
    text-align: center;
    padding: 5px 0;
}

.square {
  position: relative;
  width: 23.5%; /* HERE */
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.squarecontent {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* ---------------- GENERAL CONTENT ----------------*/


#content p { 
    padding: 0; 
    margin: 0 0 10px 0;
}

#content h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    color: #b50000;
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    color: #b50000;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color: #b50000;
}

#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: #BE1B1C;
    color: #fff; 
    padding: 8px 12px;
    border: 0; 
    font-weight: bold;
    margin-top: 10px;  
    text-decoration: none;  
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
}

#content .button2 {
    background-color: #BE1B1C;
    color: #fff; 
    padding: 16px 30px;
    border: 0; 
    font-weight: bold;
    margin-top: 10px;  
    text-decoration: none;  
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
}

#buttons .left { float: left; }
#buttons .right { float: right; }

#content .button:hover {
    opacity: 0.85;
}



/*------- LEGACY TEXT ELEMENTS ---------*/
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
#content_main_body ul {
	list-style: none;
	margin: 0 0 18px 0;
}
#content_main_body ul li {
	color: #4b4d57;
	background: url("../images/bullet_bg_red.png") no-repeat scroll 0 5px transparent;
	margin-bottom:10px;
	padding-left: 15px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*---------- 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: bold  12px arial;
    text-align: center;
    margin: 0 20px 0 20px; 
    padding: 20px;
}

#footer div {
    font-size: 10px;
    margin-top: 10px;
}

#mobilefooter {
    display: none;
    background-color: #1C1C1C;
    color: #fff;
    font: bold 12px; arial;
    text-align: center;
    padding: 5px 0;
    
}


#subfooter {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font: normal 11px arial;
    color: #fff;
}

#subfooter a {
    color: #fff;
}

/*---------- 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; } 
    
    #content .fpgalleryimages { width: 23.5%; margin-right: 2%; margin-top: 10px; }
    #content .fpgallerycaption { font-size: 11px; }
    #content .fpgallerycaption a { font-size: 13px; }
    
    .filterdiv { width: 23.5%; margin-right: 2%; }

    #uberheader,#subnav,#footer,#subfooter,#fp-video,#fp-promo-panel,#floater { display: none; }
    #container { width: auto; border-radius: 0;}
    #content {padding: 0; width: auto; }
    .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; }
    #mobileheader img {width: 50%; max-width: 323px; float: left; border: 0; margin: 0 0 5px 5px;}
    #mobilefooter { display: block; padding: 10px; }
    
    #fp-table-1, #fp-table-2, #fp-table-3 { display:table; border-collapse: separate; border-spacing: 10px 10px; margin: 0 -10px -30px;}
    #fp-table-3 {margin-top: 10px; }
    
    #fp-row-1 { display:table-row;  }
    #fp-card { width: 50%; height: auto; display:table-cell; float: none; border: 0; vertical-align: middle;}
    
    #fp-row-2 { display:table-row; }
                                                                                       

    #fp-news-panel { width: 64.58%; height: auto; float: none; vertical-align: top; display:table-cell;}
    #fp-links {width: 33%; float: none; vertical-align: top; display:table-cell; margin-top: 0;}
    
    #fp-contact-panel {  width: 50%; padding: 0; height: auto; vertical-align: top; margin: 0; display:table-cell; float: none;}
    #fp-contact-panel div {width: 100%; margin: 0; margin-top: 10px;}
    #fp-contact-panel div textarea {height: 40px;}
    #fp-contact-panel .caption-table .captcha { width: 100%; max-width: 140px; }
    #fp-contact-panel .caption-table .instructions {display: none; }
    #fp-contact-panel .steplabel { display: none; }
    #fp-contact-panel .steplabel2 { display: inline; }
    
    #content h1 { font-size: 22px; }
    #content h2 { font-size: 18px; }
    #forms #captcha { width: 50%; }
    
    #content .galleryimages { width: 22.75%; margin-right: 3%; }
    #content .gallerycaption { font: normal 12px arial; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n+1) { clear: both; }
    .square { width: 22.75%; }
    #content .partner { width: 18% }
    
    #headercart { width: 40%; maxwidth: 280px;}

    #partner_left_col { width: 64%; }
    #sidebar { width: 32%; }
    
    .mobile-only-nav { display: block; }
    
    #fp-table-1 { margin-left: 0; margin-right: 0; }
    
}

@media (max-width: 800px){

    #content #fp-contact-panel div { font-size: 14px; padding: 3px;}
    #content #fp-contact-panel h1 { font-size: 20px; }
    #content #fp-contact-panel .formfield { height: 12px; }
    #content #fp-contact-panel .submit-btn { padding: 5px;}
    

}

@media (max-width: 700px){
                  
    #header-right { display: none; }
    
}

@media (max-width: 640px){
    
    #headercart {font-size: 11px; margin: 2px;}
    #headercart .header { font-size: 14px; padding: 0;}
    
    #content .fpgallerycaption { font-size: 10px; }
    #content .fpgallerycaption a { font-size: 12px; }

    #fpgallerycontainer > div:nth-child(5n) { margin-right: 1%; }
    #fpgallerycontainer > div:nth-child(5n+1) { clear: none; }
    #fpgallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #fpgallerycontainer > div:nth-child(4n+1) { clear: both; }
    
    .filterdiv { width: 48.5%; margin-right: 2%;margin-top: 10px; }
    #filters > div:nth-child(2n) { margin-right: 0; }
    
    #content {padding: 3px; }
    #content h1 { font-size: 18px; }
    #content h2 { font-size: 16px; }
    #forms input { width: 100%; }
    #forms #captcha, #forms textarea, #forms select { width: 100%; }
    
    #content .galleryimages { width: 31.22%; margin-right: 3%; }
    #content .gallerycaption { font: normal 11px arial; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: both; }
    #gallerycontainer > div:nth-child(4n+1) { clear: none; }
    .square { width: 21.22%; }
    #content .partner { width: 30%; height: auto; margin-right: 5px;}
    #content .partner-title { display: none; }
    
    fieldset.forms legend {font: bold 16px arial; color: #DA5A1B;}
    #content fieldset.forms label { font-size: 12px; }
    
    #content #sidebar { display: none;  }
    #content #partner_left_col { width: 100%; }
    
    #fp-table-1, #fp-row-1, #fp-contact-panel { display: block; }
    #fp-card { display: none; }
    #fp-contact-panel { clear: both; margin-bottom: 30px; width: 100%; padding-top: 5px;}


    #s1-left { width: 100%; clear: both; margin-bottom: 10px;}
    #s1-right { width: 100%; clear: both; margin-top: 20px;}

    #s1-contact-panel { width: 100%; }
    
    #content .button2 { display: block; margin-top: 0px;  }

    
}

@media (max-width: 480px){
    
    #headercart { display: none; }
    #mobilecart { display: block; width: 50%; margin: 10px auto;}

    #content .fpgalleryimages { width: 31.5%; margin-right: 2%; }
    #fpgallerycontainer > div:nth-child(4n) { margin-right: 1%; }
    #fpgallerycontainer > div:nth-child(4n+1) { clear: none; }
    #fpgallerycontainer > div:nth-child(3n) { margin-right: 0; }
    #fpgallerycontainer > div:nth-child(3n+1) { clear: both; }
    
    #mobilecart { width: 100%; margim: 0;}
    #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 #page_title_container { height: 100px; }
    #content #page_title_container .entry-title { font-size: 26px; line-height: 56px; }

    #s1-table { display: block; }
    #s1-row { display: block; }
    #s1-cell1 { display: block; clear: both; margin-top: 10px;}
    #s1-cell2 { display: block; }

    #s2-table { display: block; }
    #s2-row { display: block; }
    #s2-cell1 { display: block; clear: both; margin-top: 10px;}
    #s2-cell2 { display: block; }
    #s2-cell3 { display: block; }
    #s2-cell4 { display: block; }
    
}

@media (max-width: 320px){
    #content #page_title_container { height: 70px; }
    #page_title_container_padding { padding: 10px; }
    #content #page_title_container .entry-title { font-size: 24px; line-height: 36px; }
    

    .filterdiv { width: 100%; margin-right: 0; ;margin-top: 10px; }

    
}
                 
@media print {
    #uberheader, header, #subnav, #footer, #subfooter, #mobileheader, #menubase, #mobilefooter,.noprint  {display: none; }
}

