

html { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }

iframe { border:0px; }

/*Comments*/
.ETBComment { clear: both; margin-bottom: 20px; min-height: 100px; }
    .ETBComment p { font-size: 90%; }
.ETBCommentH3 { background-color: gray; color: white; padding: 5px; }
    .ETBCommentH3 span { float: right; }
.ETBComment img { float: left; margin-right: 10px; }
.ETBCommentDate { float: right; font-weight: 700; }

/*Email form*/

.ETBFormYesNo {
    list-style-type:none;margin:0px;padding:0px;
}

    .ETBFormYesNo li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.ETBFormControl { width: 100%; }
    .ETBFormControl label { display: block; font-size: 90%; }
        .ETBFormControl label span { color: #FF0000; }

.ETBErrorInput { color: red; }
.ETBFormHelpIcon { vertical-align: middle; cursor: help; }

.ETBEmailFormBreak { clear: left; line-height:1px;height:1px; }

.ETBFormMessage { margin-bottom: 10px; }
.ETBFormFinalMessage { display: block; border: 2px dotted green; padding: 10px; border-radius: 10px; }

.ETBFormCellSmall { width: 25%; float: left; margin-bottom: 15px; }
.ETBFormCellMedium { width: 50%; float: left; margin-bottom: 15px; }
.ETBFormCellLarge { width: 100%; float: left; margin-bottom: 15px; }

.ETBFormNotification { text-align: left; }
.ETBFormErrorSpan { color: red; }

.ETBFormNone { display:none; height:1%; }

.ETBBackToTopControl { position:fixed; bottom:5px; right:5px; display:inline-block; cursor:pointer; }


@media only screen and (max-width: 650px)
{
    .ETBFormCellSmall { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellMedium { width: 99%; float: none; height: auto; margin-bottom: 10px; }
    .ETBFormCellLarge { width: 99%; float: none; height: auto; margin-bottom: 10px; }

    .ETBFormSeparator { display:none; }
}

/*OLD Mobile Select*/
.ETBMobileNavDropDown { width: 100%; font-size: 60px!important; margin-bottom: 30px; display: block; }

/*Mobile Menu*/
.ETBMobileNavigationControl { display:none; position: absolute; right: 10px; top: 10px; display: block; height: 40px; width: 40px; }
.ETBMobileNavigationDropDown { position:absolute; right:0px; top: 40px; display:none; min-width:200px; list-style-type:none; text-align:left; margin:0px; padding:0px; background-color:white; border:1px solid gray;}

.ETBMobileNavigationDropDown li { text-align:left; }
.ETBMobileNavigationDropDown a { text-decoration:none!important; font-size:90%; display:block; padding:5px; margin:5px; border-top:1px dotted gray; border-collapse:collapse; }
    .ETBMobileNavigationDropDown li:first-child a { border-top:0px!important; }

.ETBMobileNavigationImage { cursor: pointer; width:100%; height:100%; }

.MobileNavigationSelected { font-weight:bold; }

.MobileNavigationSubItem { padding:3px!important;border-top:0px!important; }

/*Search*/
.ETBSearchControl { position: relative; }

.ETBSearchControlTextBox { font-style: italic; color: gray; width: 100%; }

.ETBSearchResult { margin-bottom: 15px; }
    .ETBSearchResult div { font-size: 90%; color: #388222; }
    .ETBSearchResult h2 { font-size: 120%; text-decoration: underline; margin: 0px; padding: 0px; font-weight: normal; margin-bottom: 3px; }
    .ETBSearchResult a { text-decoration: none; color: inherit; }
    .ETBSearchResult p { margin: 0px; }

.ETBPageSearchBoxDiv { margin-top: 10px; }
    .ETBPageSearchBoxDiv input { width: 75%; vertical-align: top; }

.ETBPageSearchBoxButton { width: 21px!important; height: 21px!important; cursor: pointer; }
.ETBSearchControlButton { position: absolute; right: -2px; top: 2px; background-color: White; padding: 2px; }
    .ETBSearchControlButton:hover { background-color: #DEE0C8; }
/*FAQ*/
.ETBFAQContainer { margin-bottom: 10px; }

    .ETBFAQContainer p { height: 0px; overflow: hidden; transition: height 1s; -ms-transition: height 1s; -moz-transition: height 1s; -webkit-transition: height 1s; -o-transition: height 1s; }

.ETBFAQPanelOpen p { height: auto!important; color: Green; }

/*LIST*/
.ETBDefaultList { padding-left: 0px; list-style-type: none; }
    .ETBDefaultList li { padding-left: 0px; list-style-type: none; }

/*RECENT LIST*/
.ETBRecentList { padding-left: 0px; list-style-type: none; }
    .ETBRecentList ul { padding-left: 0px; list-style-type: none; }
    .ETBRecentList li { padding-left: 0px; margin-bottom: 5px; list-style-type: none; }

/*Events*/
.ETBEventItemDate { font-weight: 700; }


/*References*/
.ETBReference { color: #648258; font-size: 110%; }
.ETBReferenceLeftQuote { font-weight: 700; color: Black; }
.ETBReferenceRightQuote { font-weight: 700; color: Black; }
.ETBReference span { display: block; text-align: right; font-weight: 700; color: Black; }


/**Admin Links*/

.AdminLinks { position: fixed; left: 0px; bottom: 0px; background-color: white; border: 1px solid gray; padding: 10px; }


/*Rad Textbox Fix*/
span.RadInput textarea { white-space: pre-wrap; }

.ETBSiteMapControl { line-height:30px;}


/*Social Share*/

ul.ETBSocialShare{
  list-style: none;
  padding: 0;
}

ul.ETBSocialShare li{
  display: inline;
}

ul.ETBSocialShare .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@keyframes shareAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}
ul.ETBSocialShare img:hover{animation:shareAni;animation-fill-mode:forwards;animation-duration:.5s}

.ETBContactControl img:hover{animation:contactAni;animation-fill-mode:forwards;animation-duration:.5s}
@keyframes contactAni {
0%{margin:0;width:32px}
100%{margin:-5px;width:42px}
}


input::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

input:-ms-input-placeholder {
    color: #b3b5a1 !important;
}


textarea::-webkit-input-placeholder {
    color: #b3b5a1 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #b3b5a1 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b3b5a1 !important;
}

textarea:-ms-input-placeholder {
    color: #b3b5a1 !important;
}
* { vertical-align: baseline; font-family: 'Segoe UI',Arial; font-style: inherit; outline: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 10px 0; }

table { border-collapse: collapse; border-spacing: 0; }

a { }
    a:hover { text-decoration: underline!important; }

img { border: 0px; vertical-align: middle; }

body { text-align: center; margin: 0px; padding: 0px; font-size: 15px!important; }

h1 { font-size: 150%; color: #711817; text-transform: uppercase; }
    h1 a { text-decoration: none; color: inherit; }

h2 { font-size: 130%; color: #711817; }
    h2 a { text-decoration: none; color: inherit; }

h3 { font-size: 130%; color: #711817; }
    h3 a { text-decoration: none; color: inherit; }

p { line-height: 20px; }

.ClearLeft { clear: left; }
.ClearRight { clear: right; }
.ClearBoth { clear: both; }


#Main { position: relative; width: 1000px; text-align: left; overflow: visible; padding-top: 170px; margin: auto; }

#Links { text-align: left; width: 1000px; position: absolute; bottom: 0px; background-color: #627F97; }
    #Links ul { margin: 0px; padding: 0px; border: 0px; background-image: none; text-align: center!important; }
    #Links li { margin: 0px; padding: 0px; border: 0px; background-image: none; text-align: center!important; }
    #links ul li a span { cursor: pointer!important; }
.rmText { cursor: pointer!important; }

#Header { position: absolute; overflow: visible; top: 10px; left: 0px; width: 1000px; height: 150px; background-color: #751F1E; border-top-right-radius: 15px; border-top-left-radius: 15px; background: linear-gradient(to right, #751F1E, #CAA9A8); }

#Footer { margin-top: 10px; clear: both; text-align: center; margin-bottom: 10px; background-color: #711817; color: white; }

#Copyright { text-align: center; font-size: 90%; }

#Logo { position: absolute; top: 10px; left: 10px; color: white; font-size: 250%; text-decoration: none; }
#Slogan { position: absolute; top: 50px; left: 10px; color: white; font-size: 100%; }

#SideBar { float: right; width: 240px; font-size: 80%; color: black; padding-left: 10px; margin-left: -10px; clear: right; margin-bottom: 20px; line-height: normal!important; }
/*background-color:#e7e4bb;*/
#Content { position: relative; min-height: 400px; padding-top: 0px; padding: 0px; margin-bottom: 20px; overflow: visible; }

#FooterInfo { height: 293px; background-image: url('/images/master/farm.jpg'); background-repeat: no-repeat; }
    #FooterInfo span { float: left; width: 220px; margin-top: 10px; padding: 20px; }

#SaveTheChildren { position: absolute; top: 10px; right: 10px; border-top-right-radius: 5px; }

.CartTable td { padding: 5px; border-collapse: collapse; border: 1px solid gray; }

.ProductDiv { clear: left; border-bottom: 1px dotted gray; height: 130px; }
.ProductDivLeft { float: left; width: 300px; }

.CartAdd { text-align: right; }

.SmallQuantity { font-size: 80%; margin-top: 0px; float: left; width: 300px; }
    .SmallQuantity td { padding: 5px; }

.ETBImageGalleryLinkImage { width: 140px; height: 120px; }
.ClearBoth { line-height: 1px; height: 1px; clear: both; }
.ETBMobileNavigationControl { position: absolute; right: 5px; top: 5px; display: none; }

@media only screen and (max-width: 650px)
{
    #SaveTheChildren { width:32px;height:auto; top:50px; }
    .ETBMobileNavigationControl { display: block; }

    .PageImageLeft { float: none!important; width: 100%!important; height: auto!important; margin-right: 0px!important; margin-bottom: 5px!important; }

    .PageImageRight { float: none!important; width: 100%!important; height: auto!important; margin-left: 0px!important; margin-bottom: 5px!important; }

    #Main { display: block; width: auto; padding: 10px; padding-top:100px; margin: auto; }

    #SideBar, #Footer, #Header, #Content { float: none; display: block; width: auto; margin: 0px; padding: 0px; border: 0px; }

    #Header { height: 100px; width:100%; top:0px; border-radius:0px; margin:0px; }

    #HomeList { display:none; }
    #Links { display:none; }

    #Logo { font-size:220%; }

    p { line-height: normal!important; }

    h1 { position: static; border-top: 0px; }

    .SmallQuantity { float:none; width:100%; font-size:60%;}
    .SmallQuantity { padding:0px;}

    .ETBSearchControl { display: none; }

    .ProductDiv { height:auto; padding-bottom:10px; }
    .ProductDivLeft { float:none; width:auto; }

    .CartAdd { text-align:left; }
}


#HomeList {float:right;width:250px;margin-left:20px;}
#HomeList ul {float:left; margin-right:10px;}


.PageImageWide { width:100%;height:auto; }
.PageImageLeft { float:left; margin-right:10px; margin-bottom:5px; }
.PageImageRight { float:right; margin-left:10px; margin-bottom:5px; }
.HideWhenMobile { display:none; }
