/*--------------------------------------------------- FONT IMPORT -------------------------------------------------*/

/*------------------------------------------------------ MAP ------------------------------------------------------*/
#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
  overflow: auto !important;
}

/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
body:not(.isMobile) #container {
    padding: 0 !important;
}

.full_width_content {
  max-width: 100% !important;
}

/*----------------------------------------------------- CTA -------------------------------------------------------*/
/* ------------------ Floating Social Media Tabs ------------------ */
 .social_items_flex {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 position: fixed;
 bottom: 70px;
 z-index: 999999;
 }

.mobileview .social_items_flex {
 display: none !important;
 }

.social_button {
 height: 60px;
 width: 60px;
 float: left;
 margin: 5px;
 overflow: hidden;
 background: #fff;
 border-radius: 50px;
 cursor: pointer;
 box-shadow: 0 10px 10px rgba(0,0,0,0.1);
 transition: all 0.3s ease-out;
 }

.social_button:hover {
 width: 330px;
 }

.social_button .floating_icon {
 display: inline-block;
 height: 60px;
 width: 60px;
 text-align: center;
 border-radius: 50px;
 box-sizing: border-box;
 line-height: 60px;
 transition: all 0.3s ease-out;
 }

.facebook_button:hover .floating_icon {
 background: #1773EA;
 }

.instagram_button:hover .floating_icon {
 background: #9C27B0;
 }

.facebook_button .floating_icon i {
 color: #1773EA;
 }

.instagram_button .floating_icon i {
 color: #9C27B0;
 }

.social_button:hover .floating_icon i {
 color: #fff;
 }

.social_button .floating_icon i {
 font-size: 25px;
 line-height: 60px;
 }

.social_button span {
 font-size: 20px;
 font-weight: 500;
 line-height: 60px;
 margin-left: 10px;
 transition: all 0.3s ease-out;
 }

.facebook_button:hover span {
 color: #1773EA;
 }

.instagram_button:hover span {
 color: #9C27B0;
 }
 /* ------------------ End Floating Social Media Tabs ------------------ */
/*---------------------------------------------------- HEADER -----------------------------------------------------*/
#the_header {
  max-width: 100% !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

body:not(.isMobile) #container {
padding: 0 !important;
}
.menu-fade {
background-color: #1d463e !important;
transition: background-color 0.5s linear !important;
}
@media (min-width: 1025px) {
html:not(.mobileview) .home #the_header .header_color {
background:transparent !important;
}
html:not(.mobileview) .home #container {
margin-top: -18.2rem !important;
}
.home .tsidesign_dl .the_list_text {
padding-top: 15% !important;
}
}
/*----------------------------------------------------- LOGO ------------------------------------------------------*/
#the_header .logo-variation.logo-variation-header .logo-slot img {
  max-height: 13rem !important;
}

.mediaqueries.mobileview .logo-slot img {
  max-height: 8rem !important;
}

/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
#_the_navigation a, 
#menu-holder a {
  font-size: 1.3rem !important;
  font-weight: normal !important;
}

/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.the_list_item_action a,.gform_button {
  background: #bf0000 !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.the_list_item_action a:hover ,.gform_button:hover {
  background: #c65200 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}

/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
h1, 
h2, 
h3 {
  font-weight: normal !important;
}

/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.home .content {
  padding-top: 3rem !important;
}
.tsidesign_content{
  max-width: 106rem !important;
  margin: 0 auto !important;
}


.tsidesign_content1 {
    max-width: 106rem !important;
    margin: 0 auto !important;
    padding: 1 2% !important;
    color: #fff !important;
}

.tsidesign_content1 span {
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #3b5152 !important;
}

.tsidesign_content1 .the_list_item {
    margin-bottom: 0 !important;
}

.tsidesign_content1 .the_list_item_headline {
    padding-top: 2% !important;
    font-size: 2.4rem !important;
      color: #fff !important;
}


/*----------------------------------------------------- DLS -------------------------------------------------------*/
.tsidesign_dl .the_list_wrap {
  padding: 12% 8% 12% !important;
  text-align: center !important;
}
.tsidesign_dl {
  margin-bottom: 0rem !important;
}
.tsidesign_dl .the_list_text{
  max-width:134rem !important;
  margin: 0 auto !important;
}
.tsidesign_dl .the_list_item_headline a, 
.tsidesign_dl .the_list_item_subheadline {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.tsidesign_dl .the_list_item_action {
  float: none !important;
  width: auto !important;
}

/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsidesign_photofeature12{
margin: 0 !important;
padding: 0 !important;
}
.tsidesign_photofeature12 .block_link{
z-index: 3 !important;
}
.tsidesign_photofeature12 .the_list_item{
margin: 0 !important;
width: 25% !important;
clear: none !important;
}
.tsidesign_photofeature12 .the_list_item_image img{
-webkit-transition: all 0.65s ease-in-out !important;
-moz-transition: all 0.65s ease-in-out !important;
transition: all 0.65s ease-in-out !important; 
}
.tsidesign_photofeature12 .the_list_item:hover .the_list_item_image img{
-webkit-filter:blur(10px) !important;
transform: scale(1.1) !important;
}
.tsidesign_photofeature12 .the_list_item_heads{
text-align: center !important;
padding-top: 20% !important;
background-color: rgba(0,0,0,.35) !important;
}
.tsidesign_photofeature12 .the_list_item_headline a {
font-size: 2.5rem !important;
max-width: 25rem !important;
min-height: 7rem !important;
letter-spacing: .1em !important;
color: #fff !important;
}
.tsidesign_photofeature12 .the_list_item_subheadline{
font-size: 1.4rem !important;
font-weight: normal !important;
margin-top: 0 !important;
padding-top: 0 !important;
border-top: none !important;
letter-spacing: .1em !important;
color: #fff !Important;
opacity: 0 !important;
-webkit-transition: all 1s ease-in-out !important;
-moz-transition: all 1s ease-in-out !important;
-o-transition: all 1s ease-in-out !important;
transition: all 1s ease-in-out !important;
}
.tsidesign_photofeature12 .the_list_item:hover .the_list_item_subheadline,
.tsidesign_photofeature12 .the_list_item:hover .the_list_item_action a{
opacity: 1 !important;
}
.tsidesign_photofeature12 .the_list_item_action {
margin-top: 1rem !important;
}
.tsidesign_photofeature12 .the_list_item_action a{
opacity: 0 !important;
color: #fff !important;
background: transparent !important;
font-style: italic !important;
transition: all 1s ease-in-out !important;
}
@media(max-width: 1075px) {
.tsidesign_photofeature12 .the_list_item{width: 50% !important;}
}
@media(max-width: 575px) {
.tsidesign_photofeature12 .the_list_item{width: 100% !important;}
}

/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
.tsidesign_split {
    width: 100% !important;
    margin: 3rem auto !important;
    padding: 0 !important;
    background: #fff !important;
}

.tsidesign_split .the_list_item {
    margin-bottom: 0 !important;
}

.tsidesign_split .item_1 .the_list_wrap {
    max-width: 65rem !important;
    float: clear !important;
    padding-top: 8% !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    float: right !important;
    padding-bottom: 3rem !important;
    text-align: left !important;
}

.tsidesign_split .the_list_item .the_list_item_headline {
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 2.3rem !important;
}

.tsidesign_split .the_list_item .the_list_item_subheadline {
    text-transform: uppercase !important;
    font-style: italic !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}
/*--------------------------------------------------- SERVICES ----------------------------------------------------*/
.tsidesign_iconfeature2 {
padding: 0 !important;
max-width: 106rem !important;
margin: 0 auto !important;
}
.tsidesign_iconfeature2 .the_list_item{
margin-bottom: 1rem !important;
opacity: .7 !important;
-moz-transition: all 0.35s ease-in-out !important;
-webkit-transition: all 0.35s ease-in-out !important;
-o-transition: all 0.35s ease-in-out !important;
transition: all 0.35s ease-in-out !important;
}
.tsidesign_iconfeature2 .the_list_item:hover {
opacity: 1 !important;
-webkit-transform: translate(0px,-10px) !important;
transform: translate(0px,-10px) !important;
}
.tsidesign_iconfeature2 .the_list_item_heads {
min-height: 3rem !important;
}

.tsidesign_iconfeature2  .the_list_item_headline {
color: #1d463e !important;
  padding: 1rem !important;
}
.tsidesign_iconfeature2  .the_list_item_headline a{
font-size: 2.3rem !important;
max-width: 15rem !important;
margin: 2% auto 0 !important;
}
.tsidesign_iconfeature2 .the_list_item_subheadline {
margin-top: 0 !important;
opacity: 0 !important;
font-size: 1.4rem !Important;
-moz-transition: all 0.35s ease-in-out !important;
-webkit-transition: all 0.35s ease-in-out !important;
-o-transition: all 0.35s ease-in-out !important;
transition: all 0.35s ease-in-out !important;
}
.tsidesign_iconfeature2 .the_list_item:hover .the_list_item_subheadline {
opacity: 1 !important;
}
.tsidesign_iconfeature2 .the_list_item_image {
padding: 1rem !important;
padding-bottom: .5rem !important;
max-width: 12rem !important;
margin: 0 auto !important;
-moz-transition: all 0.35s ease-in-out !important;
-webkit-transition: all 0.35s ease-in-out !important;
-o-transition: all 0.35s ease-in-out !important;
transition: all 0.35s ease-in-out !important;
}
@media(max-width:575px) {
.tsidesign_iconfeature2 .the_list_item{
opacity: 1 !important;
}
}
/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/
.tsidesign_internal .the_list_item_image img{
    box-shadow: -4px 3px 3px rgba(0,0,0,.23) !important;
  border-radius:3px !important;
}

.tsidesign_internal {
  max-width: 106rem !important;
  margin: 0 auto !important;
}

.tsidesign_banner{
  padding: 2.5% .5% 1% 2.5% !important;
  background: #c65200 !important;
  margin: 0 !important;
  -moz-transition: all 0.35s ease-in-out !important;
  -webkit-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
  transition: all 0.35s ease-in-out !important;
}
.tsidesign_banner .the_list_item,
.tsidesign_banner .the_list {
  margin-bottom: 0.5rem !important;
}
.tsidesign_banner .the_list_item_headline,
.tsidesign_banner .the_list_item_headline a{
  color: #fff !important;
  letter-spacing: .05em !important;
}
.tsidesign_banner .the_list_item_subheadline{
  color: #fff !important;
  letter-spacing: .05em !important;
  font-weight: 300 !important;
}
.tsidesign_banner .item_1{
  width: 70% !important;
}
.tsidesign_banner .item_2{
  width: 25% !important;
  text-align: right !important;
}
.tsidesign_banner .the_list_item_action{
  background-color: transparent !important;
}
.tsidesign_banner .the_list_item_action a {
  background: transparent !important;
  padding: 1rem 2rem !important;
  border: 2px solid #fff !important;
}
.tsidesign_banner .the_list_item_action a:hover {
  background: #fff !important;
  color:#c65200 !important;
}
@media(min-width:1000px){
.tsidesign_banner .the_list_item_headline,
.tsidesign_banner .the_list_item_headline a {
  font-size: 3.6rem !important;
}
.tsidesign_banner .the_list_item_subheadline{
  font-size: 2rem !important;
}
}

@media (max-width:1000px){
.tsidesign_banner .the_list_item_headline,
.tsidesign_banner .the_list_item_headline a{
  font-size: 3rem !important;
}
.tsidesign_banner .the_list_item_subheadline{
  font-size: 1.7rem !important;
}
  .tsidesign_banner .item_1{
  width: 60% !important;
}
.tsidesign_banner .item_2{
  width: 35% !important;
}
}
@media (max-width:569px){
  .tsidesign_banner .the_list_item{
    width: 100% !important;
    text-align: center !important;
  }
}
/*---------------------------------------------------- FOOTER -----------------------------------------------------*/
#the_footer {
  max-width:100% !important;
}

/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/
.mediaqueries.mobileview #container .item_1.the_list_item.center.hero.yes_image.yes_heads.yes_link.yes_desc {
  background-attachment:initial!important;
}
.mediaqueries.mobileview #container .section .list_block.type_article.a3 .the_list_item {
  background-attachment:initial!important;
}

@media only screen and (max-width: 800px){
.section .type_section.cover_fixed .tsXa{
    background-size: cover !important;
  background-attachment: inherit !important;
    }}
/*----------------------------------------------------- FLEX ------------------------------------------------------*/
/*ecommerce*/
.page-id-607643 .content {max-width: 134rem !important; margin: 0 auto !important; padding: 2.6rem 1rem !important;}
html#ecwid_html body#ecwid_body .gwt-Anchor.ecwid-productBrowser-auth-signInLink, html#ecwid_html body#ecwid_body span.ecwid-categories-category, html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-estimationNote span, html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-asterisk {   color: #000000 !important; }
html#ecwid_html body#ecwid_body .ecwid a, html#ecwid_html body#ecwid_body .ecwid-results-topPanel-viewAsPanel-link, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsTable-addToBagLink, html#ecwid_html body#ecwid_body .ecwid-Checkout-blockTitle, html#ecwid_html body#ecwid_body .ecwid-Checkout-blockTitle .gwt-HTML, html#ecwid_html body#ecwid_body .gwt-MenuItem-selected span, html#ecwid_html body#ecwid_body .gwt-MenuItem-current span, html#ecwid_html body#ecwid_body .ecwid-categories-vertical-table-cell-selected span, html#ecwid_html body#ecwid_body .gwt-TabBarItem-selected span, html#ecwid_html body#ecwid_body div.ecwid-minicart-link *, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inStockLabel, html#ecwid_html body#ecwid_body .ecwid-productBrowser-details-inTheBag div {   color: #fb8f2d !important; }
.tsidesign_store h3 {border-bottom: 2px solid #000000 !important;}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton, html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton, html#ecwid_html body#ecwid_body .gwt-Button, html#ecwid_html body#ecwid_body .ecwid-SearchPanel-button, html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"], html#ecwid_html body#ecwid_body button.ecwid-AccentedButton, html#ecwid_html body#ecwid_body div.ecwid-PseudoButton, html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"] {   background: #000000 !important;   color: #fff !important;   background-image: none !important;   border: none !important;   box-shadow: none !important;   border-radius: 0px !important; }
html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton, html#ecwid_html body#ecwid_body .ecwid-SearchPanel-button, html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"], html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton, html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"] {   padding: 10px !important; }html#ecwid_html body#ecwid_body span.ecwid-categories-category { white-space: inherit !important;}html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-anonim, html#ecwid_html body#ecwid_body div.ecwid-ProductBrowser-auth-logged {   margin-right: 0 !important; } html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-checkoutButton::before {   content: "Checkout" !important; } html#ecwid_html body#ecwid_body div[class*="ecwid-AddToBagButton"]::before {     content: "Add to Bag" !important; }  html#ecwid_html body#ecwid_body .ecwid-ContinueShoppingButton::before {   content: "Continue Shopping" !important; }  html#ecwid_html body#ecwid_body div[class*="ecwid-Checkout-placeOrderButton"]::before {   content: "Place Order" !important; } html#ecwid_html body#ecwid_body .ecwid-form, html#ecwid_html body#ecwid_body .ecwid-productBrowser-cart-itemsTable-cell.ecwid-productBrowser-cart-itemsTable-cell-selected, html#ecwid_html body#ecwid_body td.ecwid-Invoice-edgeCell, html#ecwid_html body#ecwid_body div.ecwid-Invoice-cell-title {   background-color: #EDEDED !important; } html#ecwid_html body#ecwid_body .ecwid-Invoice-cell {     background-color: #fff !important; } html#ecwid_html body#ecwid_body .ecwid-Invoice-cell-title {     color: #000 !important; } html#ecwid_html body#ecwid_body .ecwid-SearchPanel-button {   width: 100% !important; } html#ecwid_html body#ecwid_body .ecwid-SearchPanel-field {   width: 100% !important;   min-height: 35px !important;   box-shadow: none !important;   border: 2px solid #cdcdcd !important;   margin: 10px 0 !important; }
@media only screen and (max-width: 800px) and (min-width: 569px) {   .tsidesign_store .the_list_item {clear:none !important; width: 30% !important; display: inline-block !important; margin-right: 1% !important;} }

#header-cta{
    width: 100% !important;
    text-align: center !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 2rem !important;
     background-color:#800000 !important;
    background-size: 400% 400%;

}

#header-cta a {
  color: #fff;
}