/**  HEADER, HOMEPAGE, FOOTER STYLES  **/

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1240px;
    padding: 0 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 1220px;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #676767;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #676767;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 10px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Header */

.headersocialmedia {
    margin-top: 28px;
    text-align: left;
}

.headersocialmedia ul {
    list-style: none;
}

.headersocialmedia li {
    display: inline-block;
    padding: 0 6px;
}

.headersocialmedia li a {
    display: block;
    color: #424242;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.headersocialmedia li a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.5, 1.5);
}

.headerlogo {
    margin: 25px 0 25px 0;
    text-align: center;
}

.headerlogo img {
    max-width: 100%;
    height: auto;
}

.topnav {
    margin: 20px 0;
    text-align: right;
}

.topnav li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 0 13px 0 13px;
}

.topnav li:hover ul {
    display: block;
}

.topnav li:last-child {
    padding-right: 0;
}

.topnav li a {
    color: #888;
    text-decoration: none;
}

.topnav li a:hover {
    color: #888;
    text-decoration: underline;
}

.topnav li>ul {
    position: absolute;
    top: 10px;
    left: 6px;
    background: #fff;
    border: 1px solid #888;
    text-align: left;
    z-index: 300;
    margin-top: 10px;
    display: none;
}

.topnav li>ul li {
    width: 110px;
    padding: 3px 0 3px 8px;
    clear: both;
    float: left;
}

.topnav li>ul li a {
    color: #888;
}

.topnav li>ul li a:hover {
    color: #888;
    text-decoration: none;
}

.accountnav:hover {
    text-decoration: none !important;
}

.headersearch {
    position: relative;
    text-align: right;
}

.headersearch input {
    width: 195px;
    height: 30px;
    color: #888;
    padding: 0 30px 0 10px;
}

.headersearch span {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #909090;
    cursor: pointer;
}

.navborder {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

#mainnav {
    height: 43px;
    line-height: 43px;
}

#mainnav ul {
    list-style: none;
    padding-left: 45px;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    z-index: 200;
    float: left;
}

#mainnav li ul {
    display: none;
    padding: 0;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    height: 43px;
    padding-left: 39px;
    padding-right: 39px;
    white-space: nowrap;
    text-transform: uppercase;
}

#mainnav ul li:hover a {
    color: #b2bb1c;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    -moz-box-shadow: 7px 5px 5px #000;
    -webkit-box-shadow: 7px 5px 5px #000;
    box-shadow: 7px 5px 5px #000;
}

#mainnav li:hover li {
    width: 250px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
}

#mainnav li:hover li a {
    background: rgba(255, 255, 255, .8);
    color: #202020;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    line-height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #b2bb1c;
}

#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}

#mobilenav li:hover li {
    width: 100%;
    clear: both;
}

#mobilenav li:hover li a {
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #202020;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #9f9f9f;
}

.navpromo {
    color: #c03333 !important;
}

/* End Header */

/* Homepage */

#homebanner {
    margin-bottom: 20px;
}

#homebanner img {
    width: 100%;
    height: auto;
}

#homebannerslides .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
}

.brandslider {
    text-align: center;
    margin-bottom: 10px;
}

.brandslider ul {
    list-style: none;
}

.brandslider li {
    display: inline-block;
}

.brandslider span {
    display: none;
}

.shopbyroomcontent {
    position: relative;
    margin-top: 14px;
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    display: block;
}

.shopbyroomtitle {
    text-align: center;
}

.shopbyroomtitle p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.shopbyroomtitle a {
    text-decoration: none;
    color: #FFF;
}

.railwaybold {
    font-weight: 800;
}

.shopbyroomcontent:hover .subbannertop {
    display: block !important;
}

.shopbyroomcontent:hover .shopbyroomtitle {
    display: none !important;
}

.subbannertop {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.subbannerbg img {
    width: 100%;
    height: auto;
    display: block;
}

.subbannercopy {
    width: 100%;
    margin-top: 23%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.subbannercopyheading {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

.subbannercopytopheading {
    font-family: Times New Roman, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: #FFF;
    padding-bottom: 10px;
}

.subbannercopy a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    border: 1px solid #FFF;
}

.subbannercopy a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}


/* End Homepage */

/* Footer */

.footermain {
    width: 100%;
    background: #464a50;
    margin-top: 25px;
    padding-bottom: 25px;
}

.footercolumn {
    font-family: Arial, sans-serif;
    padding: 20px 0 20px 20%;
}

.footerheading {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    color: #FFF;
}

.footercolumn p {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
}

.footercolumn p a {
    color: #FFF;
    text-decoration: none;
}

.footercolumn p a:hover {
    text-decoration: underline;
}

.footercolumn ul {
    list-style: none;
}

.footercolumn li {
    display: block;
    padding-bottom: 5px;
}

.footercolumn li a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footersocialmedia {
    margin-top: 30px;
    text-align: center;
}

.footersocialmedia ul {
    list-style: none;
}

.footersocialmedia li {
    display: inline-block;
    padding: 0 8px;
}

.footersocialmedia li a {
    display: block;
    color: #424242;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footersocialmedia li a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.5, 1.5);
}

.dealerlogin {
    width: 150px;
    height: 30px;
    border: 1px solid #a5a5a5;
    background-color: #b2bb1c;
    text-align: center;
    margin: 20px auto;
}

.dealerlogin a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.footerlink {
    text-align: right;
}

.footerlink a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footerlink a:hover {
    text-decoration: underline;
}

.footercopyright {
    margin: 10px 0 20px 0;
    text-align: center;
}

.footercopyright p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.footercopyright p a {
    color: #777;
    text-decoration: none;
}

.footercopyright p a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #303030;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #303030;
}

/* End Footer */

/* Nursery Classics Page */

#nurserycontent h2 {
    font-size: 22px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nurserytoppic {
    margin-bottom: 25px;
    margin-top: 20px;
}

#nurserytoppic img {
    width: 100%;
    height: auto;
    display: block;
}

#nurserycopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.nurseryproduct {
    text-align: center;
    margin-bottom: 10px;
}

.nurseryproduct img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.nurseryproduct p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.nurseryproductsmall {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin-top: 20px;
}

/* End Nursery Classics Page */

/* History Page */

#rowcontainertopHistory {
    border-top: 0;
}

.rowcontainerHistory {
    border-top: 1px dotted #a5a5a5;
}

.historyheading {
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #b2bb1c;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 10px;
}

.rowcontainerHistory p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #7a7a7a;
}

.rowcontainerHistory p a {
    text-decoration: none;
    color: #b2bb1c;
    line-height: 30px;
}

.rowcontainerHistory p a:hover {
    text-decoration: underline;
}

.rowcolumnleftHistory {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rowcolumnleftHistory img {
    max-width: 100%;
    height: auto;
}

.rowcolumnrightHistory {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rowcolumnrightHistory img {
    max-width: 100%;
    height: auto;
}

/* end History Page */

/* Features Benefits Page */

.featurestitle {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.featuresvideo {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.featuresvideo img {
    max-width: 100%;
    height: auto;
}

.featurescopy {
    margin-bottom: 25px;
    text-align: center;
}

/* End Features Benefits Page */

/* News Page */

.rowcolumnrightNews {
    margin-bottom: 20px;
}

.rowcolumnleftNews {
    margin-bottom: 20px;
}

.rowcolumnrightNews iframe {
    max-width: 100%;
}

.rowcolumnrightNews h1 {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #7a7a7a;
    padding-bottom: 20px !important;
}

.rowcolumnrightNews p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #7a7a7a;
}

.rowcolumnrightNews p a {
    text-decoration: none;
    color: #b2bb1c;
    line-height: 30px;
}

.rowcolumnrightNews p a:hover {
    text-decoration: underline;
}

.monthNews {
    width: 100%;
    position: relative;
    text-align: center;
}

.monthNews p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #FFF !important;
    position: absolute;
    top: 37%;
    text-align: center;
    width: 100%;
}

.dayNews {
    width: 100%;
    position: relative;
    text-align: center;
}

.dayNews p {
    font-family: Arial, sans-serif;
    font-size: 47px;
    font-weight: bold;
    color: #000 !important;
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
}

/* End News Page */

/* Social Responsibility Page */

.socialheading {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dotted #a5a5a5;
    margin-bottom: 10px;
}

/* End Social Responsibility Page */

/* Q&A Page */

.rowQA {
    border-top: 1px dotted #a5a5a5;
    margin: 0 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.qaheading {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

/* End Q&A Page */

/* Sell Our Products Page */

.formSellOurProductsFullWidth {
    width: 100%;
}

#noborderSellOurProducts {
    border-top: 0;
    padding-top: 15px !important;
}

.rowSellOurProducts {
    border-top: 1px dotted #a5a5a5;
    margin: 0 10px !important;
}

.rowSellOurProducts h1 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #7a7a7a;
}

.rowSellOurProducts p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #7a7a7a;
}

.formSellOurProducts {
    padding-top: 40px !important;
    clear: both;
}

.formSellOurProductstitle h1 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.formSellOurProductstitle span {
    color: #F00;
}

.formNamePhonecolumn {
    float: left;
    padding-right: 10px !important;
}

.formNamePhonecolumn p {
    padding-top: 10px !important;
}

.formNamePhonecolumn input {
    width: 160px;
    height: 26px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    border: 1px solid #a5a5a5;
    background-color: #fafafa;
}

.formAddresscolumn {
    padding-right: 10px !important;
}

.formAddresscolumn p {
    padding-top: 10px !important;
}

.formAddresscolumn input {
    width: 100%;
    height: 26px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    border: 1px solid #a5a5a5;
    background-color: #fafafa;
}

.formCityStateZipcolumn {
    float: left;
    padding-right: 10px !important;
}

.formCityStateZipcolumn p {
    padding-top: 10px !important;
}

.formCityStateZipcolumn input {
    width: 280px;
    height: 26px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    border: 1px solid #a5a5a5;
    background-color: #fafafa;
}

.formCountrycolumn {
    width: 280px;
    height: 26px;
    float: left;
    border: 1px solid #a5a5a5;
    *border: 0;
    margin-top: 10px !important;
    background: #fafafa url('images/dropdownarrow.png') no-repeat right 0;
    *background: none;
}

.formCountrycolumn p {
    padding-top: 10px !important;
}

.formCountryButtoncolumn {
    width: 280px;
    height: 26px;
    overflow: hidden;
}

.formCountryButtoncolumn select {
    width: 300px;
    *width: 300px;
    height: 26px;
    height: 23px\9;
    font-size: 14px;
    color: #000;
    border: 0;
    *border: 1px solid #a5a5a5;
    background: transparent;
    -webkit-appearance: none;
    padding-top: 3px !important;
}

.formExperiencecolumn {
    padding-right: 10px !important;
}

.formExperiencecolumn p {
    padding-top: 10px !important;
}

.formExperiencecolumn textarea {
    width: 100%;
    height: 126px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    border: 1px solid #a5a5a5;
    background-color: #fafafa;
    margin-top: 10px !important;
}

#formsubmitbutton {
    text-align: right;
    margin-top: 20px;
}

/* end Sell Our Products Page */

/* Careers Page */

.careerleft {
    background-color: #EBEBEB;
    color: #7a7a7a;
    width: 95%;
    float: left;
    border: 1px solid #a5a5a5;
    text-align: center;
    margin-bottom: 25px;
    padding: 15px 0;
}

.careerlefttext {
    padding: 0 5px;
}

.careerbutton {
    margin-top: 20px;
}

.careerbutton ul {
    list-style: none;
    padding: 0;
}

.cbutton li {
    width: 80%;
    height: 50px;
    background: linear-gradient(#E6E6E6, #F7F7F7);
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid white;
    border-top: 2px solid white;
    margin: 10px auto;
}

.cbutton li a {
    color: #ABB060;
    line-height: 47px;
    font-size: 22px;
    text-decoration: none;
}

.cbutton li a:hover {
    text-decoration: none;
}

/* End Careers page */

/* Store Locator */

.StoreLocatorIframe {
    margin-top: 25px;
}

.StoreLocatorIframe iframe {
    width: 100%;
}

/* End Store Locator */

/* Static Page */

#staticpagecontent p {
    color: #7a7a7a;
}

#staticpagecontent li {
    color: #7a7a7a;
}

#staticpagecontent a {
    color: #7a7a7a;
}

.fullwidthimage img {
    width: 98%;
    padding: 1%;
    height: auto;
    display: block;
    border: 1px solid #a5a5a5;
    background-color: #fafafa;
}

.staticunderlineheading {
    border-bottom: 1px dotted #a5a5a5;
    padding: 20px 0;
    text-align: center;
}

.staticunderlineheading p {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.BasicFunctionsParagraphRoomPlanner {
    display: none;
}

.ProductInfoParagraphSKU {
    display: none !important;
}

/* End Static Page */

/* Catalogs Page */

.catalogscontentpic {
    margin-top: 30px;
}

.catalogscontentpic img {
    width: 100%;
    height: auto;
    display: block;
}

.catalogscontenttitle {
    margin-top: 10px;
    text-align: center;
}

.catalogscontenttitle p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 500;
}

.catalogscontenttitle a {
    color: #2a2a2a;
    text-decoration: none;
}

.catalogscontenttitle a:hover {
    text-decoration: underline;
}

/* End Catalogs Page */


@media screen and (max-width: 400px) {

    .headerlogo {
        text-align: center;
        margin-bottom: 0;
    }

    .headersearch {
        margin-bottom: 20px;
    }

    .footermain {
        padding-bottom: 10px;
    }

    .footercolumn {
        padding: 20px 0 10px 10px;
    }

    .rowcolumnleftHistory {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .rowcolumnrightHistory {
        padding-top: 15px;
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 767px) {

    .headerlogo {
        text-align: center;
        margin-bottom: 0;
    }

    .headersearch {
        margin-bottom: 20px;
    }

    .footermain {
        padding-bottom: 10px;
    }

    .footercolumn {
        padding: 20px 0 10px 10px;
    }

    .rowcolumnleftHistory {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .rowcolumnrightHistory {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .rowcolumnleftNews {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 500px) {

    .monthNews {
        width: 50%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    .dayNews {
        width: 50%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

}

@media screen and (min-width: 501px) and (max-width: 767px) {

    .monthNews {
        width: 30%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    .dayNews {
        width: 30%;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

}


@media screen and (min-width: 768px) and (max-width: 900px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 11px;
        padding-right: 11px;
    }

    #mainnav ul li {
        font-size: 15px;
    }

    #mainnav li:hover li {
        width: 200px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    .footerheading {
        font-size: 17px;
    }


}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mainnav ul li {
        font-size: 15px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    .footerheading {
        font-size: 17px;
    }

}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

/* ITEM INFORMATION PAGE EDITS */

.BasicFunctions {
    margin-top: 10px;
}

.ProductImageAdditionalView .owl-controls {
    display: block !important;
}

.ProductDetailsParagraphSEO {
    display: none;
}

.ProductInfoParagraphBrand {
    display: none !important;
}

.DescriptionDiv {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    clear: both;
}

.DescriptionDivLeft {
    width: 33%;
    padding-right: 2%;
    font-size: 14px;
    float: left;
}

.DescriptionDivRight {
    width: 65%;
    font-size: 13px;
    float: left;
}

.ItemsAvailableDiv {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    clear: both;
}

.ItemsAvailableDivLeft {
    width: 33%;
    padding-right: 2%;
    font-size: 14px;
    float: left;
}

.ItemsAvailableDivRight {
    width: 65%;
    font-size: 13px;
    float: left;
}

.GroupDetailsDiv {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    clear: both;
}

.GroupDetailsDivLeft {
    width: 33%;
    padding-right: 2%;
    font-size: 14px;
    float: left;
}

.GroupDetailsDivRight {
    width: 65%;
    font-size: 13px;
    float: left;
}

.DetailsDiv {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    clear: both;
}

.DetailsDivLeft {
    width: 33%;
    padding-right: 2%;
    font-size: 14px;
    float: left;
}

.DetailsDivRight {
    width: 65%;
    font-size: 13px;
    float: left;
}

.ProductInfoHeadingOtherDetails {
    display: none;
}

.tab-active {
    border: 0;
}

.ProductInfoDiv {
    float: none;
    margin: 0;
}

.ProductInfo {
    display: none;
}

.CustomizeContainer,
.AccessorizeContainer {
    margin: 20px 0 10px 0;
}

.ProductImageWrapper {
    border: 1px solid #FFF;
}

.RequestInformation {
    margin: 30px 0 20px 0;
}

@media screen and (max-width: 1024px) {

    .RequestInformation {
        margin: 30px 0 20px 0 !important;
    }

}

/* END ITEM INFORMATION PAGE EDITS */

/* ITEM BROWSER PAGE EDITS */

.AttributeFilter {
    border: 1px solid #fff;
}

.ProductThumbnailImg {
    border: 1px solid #fff;
}

.ProductThumbnailIconsContainer {
    position: static;
}

.ProductThumbnailParagraphCompare {
    display: none;
}

.ProductThumbnailIcon {
    float: none;
    text-align: center;
}

.CompareButton {
    display: none;
}

/* END ITEM BROWSER PAGE EDITS */

/* Remove New from item information page*/
.newtitle {
    display: none;
}