
  @charset "utf-8";



/* FULL WIDTHS OVERWRITES */ 
.category__content {
    border-left: none;
    float: left;
    padding-left: 0;
    width: 100%;
}
.category__sidebar {
	display:none;	
}
.page-heading {
	display:none;
}




/* GENERAL STYLES */ 
#break-mobile {
	display: none;
}
#break-desktop {
    display: block;
}
.mob-only {
	display: none;
}



/* TITLE */ 
.fog-title-container {
    background-image: url("https://i1.adis.ws/i/dm/fogarty_hub_wk01_tab_header_bkgd.jpg?qlt=81");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
    float: left;
    height: auto;
    width: 100%;
}
.fog-title {
	float: left;
	width: 100%;
	padding: 0 15px;
	display: block;
	text-align: center;
}
.fog-title img {
    margin-top: 15px;
    width: 250px;
}
.fog-title h2 {
    color: #1a355e;
    font-family: "GFS Didot",serif;
    font-size: 62px;
    font-weight: 300;
    line-height: 66px;
	margin: 15px 0 20px;
    text-transform: uppercase;
}
.fog-title p {
    color: #1a355e;
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fog-title-buttons {
	float: left;
	width: 100%;
	display: block;
}




/* MAIN CONTENT STYLES */   
.fog-hub-main-container a {
	text-decoration:none;  
}    
.fog-hub-main-container {
	float: left;
	width: 100%;
    height: auto;
	margin-bottom: 25px;
}
.content-container {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
	text-align: center;
}
.exit-mob {
  display: none;
}



  

/* 1 - MATTRESSES - PAGE CONTENT CONTAINERS */    
#inno-content {
    height: 100%;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
#coil-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}
#sprung-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#foam-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#ortho-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  




/* 2 - DUVETS - PAGE CONTENT CONTAINERS */    
#nat-content {
    height: 100%;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
#synth-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}
#spring-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#autumn-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#allergy-duv-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  







/* 3 - PILLOWS - PAGE CONTENT CONTAINERS */     
#nat-pil-content {
    height: 100%;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
#synth-pil-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}
#foam-pil-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#allergy-pil-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#well-pil-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  





/* 4 - PROTECTORS & TOPPERS - PAGE CONTENT CONTAINERS */    
#prot-content {
    height: 100%;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
#topp-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}
#allergy-pro-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#well-pro-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  
#water-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  





/* 5 - BEDDING - PAGE CONTENT CONTAINERS */    
#soft-content {
    height: 100%;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
#allergy-bedd-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}
#nat-bedd-content {
    height: 100%;
    float: left;
    display: none;
    width: 100%;
    position: relative;
    text-align: center;
}  







/* BUTTONS */
.button-mob {
   display:none;
}
.button {
    cursor: pointer;
    float: left;
    position: relative;
    text-align: center;
    width: 20%;
}
.button img {
    margin-bottom: 10px;
    transition: all 0.35s ease 0s;
    width: 80px;
}
.button:hover > img {
	filter: brightness(325%);
  	transition: all 0.35s ease 0s;
}
.button h2 {
    display: block;
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.button:nth-child(0n+5) {
	margin-right:0;
}
.button-triangle {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid;
    bottom: 0;
    display: block;
    height: 0;
    margin-left: -20px;
    position: absolute;
    transition: all 0.35s ease 0s;
    width: 0;
	left: 50%;
}





/* 1 - MATTRESSES - BUTTONS */ 
.inno-one-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.inno-one-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.inno-one-btn-active > img {
	filter: brightness(325%);
}
.coil-two-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.coil-two-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.coil-two-btn-active > img {
	filter: brightness(325%);
}
.sprung-three-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.sprung-three-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.sprung-three-btn-active > img {
	filter: brightness(325%);
}
.foam-four-btn-active > .button-triangle {
	border-top: initial;
	color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.foam-four-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.foam-four-btn-active > img {
	filter: brightness(325%);
}
.ortho-five-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.ortho-five-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.ortho-five-btn-active > img {
	filter: brightness(325%);
}
 

  
.inno-one-btn {
	color: #1a355e;
	transition: .3s;
}
.inno-one-btn:hover {
	color: #54acff;
	transition: .4s;
}
.inno-one-btn-active {
	color: #54acff;

}
  


  
.coil-two-btn {
	color: #1a355e;
	transition: .3s;
}
.coil-two-btn:hover {
	color: #54acff;
	transition: .4s;
}
.coil-two-btn-active {
	color: #54acff;
}
 
  

  
.sprung-three-btn {
	color: #1a355e;
	transition: .3s;
}
.sprung-three-btn:hover {
	color: #54acff;
	transition: .4s;
}
.sprung-three-btn-active {
	color: #54acff;
}
  
    

   
.foam-four-btn {
	color: #1a355e;
	transition: .3s;
}
.foam-four-btn:hover {
	color: #54acff;
	transition: .4s;
}
.foam-four-btn-active {
	color: #54acff;
}
  
  
  
  
   
.ortho-five-btn {
	color: #1a355e;
	transition: .3s;
}
.ortho-five-btn:hover {
	color: #54acff;
	transition: .4s;
}
.ortho-five-btn-active {
	color: #54acff;
}
  
  
  




/* 2 - DUVETS - BUTTONS */ 


.nat-one-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-one-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-one-btn-active > img {
	filter: brightness(325%);
}
.synth-two-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.synth-two-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;

}
.synth-two-btn-active > img {
	filter: brightness(325%);
}
.spring-three-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.spring-three-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.spring-three-btn-active > img {
	filter: brightness(325%);
}
.autumn-four-btn-active > .button-triangle {
	border-top: initial;
	color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.autumn-four-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.autumn-four-btn-active > img {
	filter: brightness(325%);
}
.allergy-duv-five-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-duv-five-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-duv-five-btn-active > img {
	filter: brightness(325%);
}
 

  
.nat-one-btn {
	color: #1a355e;
	transition: .3s;
}
.nat-one-btn:hover {
	color: #54acff;
	transition: .4s;
}
.nat-one-btn-active {
	color: #54acff;

}
  


  
.synth-two-btn {
	color: #1a355e;
	transition: .3s;
}
.synth-two-btn:hover {
	color: #54acff;
	transition: .4s;
}
.synth-two-btn-active {
	color: #54acff;
}
 
  

  
.spring-three-btn {
	color: #1a355e;
	transition: .3s;
}
.spring-three-btn:hover {
	color: #54acff;
	transition: .4s;
}
.spring-three-btn-active {
	color: #54acff;
}
  
    

   
.autumn-four-btn {
	color: #1a355e;
	transition: .3s;
}
.autumn-four-btn:hover {
	color: #54acff;
	transition: .4s;
}
.autumn-four-btn-active {
	color: #54acff;
}
  
  
  
  
   
.allergy-duv-five-btn {
	color: #1a355e;
	transition: .3s;
}
.allergy-duv-five-btn:hover {
	color: #54acff;
	transition: .4s;
}
.allergy-duv-five-btn-active {
	color: #54acff;
}
  
  
  
  
  
  

/* 3 - PILLOWS - BUTTONS */ 

.nat-pil-one-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-pil-one-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-pil-one-btn-active > img {
	filter: brightness(325%);
}
.synth-pil-two-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.synth-pil-two-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;

}
.synth-pil-two-btn-active > img {
	filter: brightness(325%);
}
.foam-pil-three-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.foam-pil-three-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.foam-pil-three-btn-active > img {
	filter: brightness(325%);
}
.allergy-pil-four-btn-active > .button-triangle {
	border-top: initial;
	color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-pil-four-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-pil-four-btn-active > img {
	filter: brightness(325%);
}
.well-pil-five-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.well-pil-five-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.well-pil-five-btn-active > img {
	filter: brightness(325%);
}
 

  
.nat-pil-one-btn {
	color: #1a355e;
	transition: .3s;
}
.nat-pil-one-btn:hover {
	color: #54acff;
	transition: .4s;
}
.nat-pil-one-btn-active {
	color: #54acff;

}
  


  
.synth-pil-two-btn {
	color: #1a355e;
	transition: .3s;
}
.synth-pil-two-btn:hover {
	color: #54acff;
	transition: .4s;
}
.synth-pil-two-btn-active {
	color: #54acff;
}
 
  

  
.foam-pil-three-btn {
	color: #1a355e;
	transition: .3s;
}
.foam-pil-three-btn:hover {
	color: #54acff;
	transition: .4s;
}
.foam-pil-three-btn-active {
	color: #54acff;
}
  
    

   
.allergy-pil-four-btn {
	color: #1a355e;
	transition: .3s;
}
.allergy-pil-four-btn:hover {
	color: #54acff;
	transition: .4s;
}
.allergy-pil-four-btn-active {
	color: #54acff;
}
  
  
  
  
   
.well-pil-five-btn {
	color: #1a355e;
	transition: .3s;
}
.well-pil-five-btn:hover {
	color: #54acff;
	transition: .4s;
}
.well-pil-five-btn-active {
	color: #54acff;
}
  
  



/* 4 - PROTECTORS & TOPPERS - BUTTONS */ 


.prot-one-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.prot-one-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.prot-one-btn-active > img {
	filter: brightness(325%);
}
.topp-two-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.topp-two-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;

}
.topp-two-btn-active > img {
	filter: brightness(325%);
}
.allergy-pro-three-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-pro-three-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-pro-three-btn-active > img {
	filter: brightness(325%);
}
.well-pro-four-btn-active > .button-triangle {
	border-top: initial;
	color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.well-pro-four-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.well-pro-four-btn-active > img {
	filter: brightness(325%);
}
.water-five-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.water-five-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.water-five-btn-active > img {
	filter: brightness(325%);
}
 

  
.prot-one-btn {
	color: #1a355e;
	transition: .3s;
}
.prot-one-btn:hover {
	color: #54acff;
	transition: .4s;
}
.prot-one-btn-active {
	color: #54acff;

}
  


  
.topp-two-btn {
	color: #1a355e;
	transition: .3s;
}
.topp-two-btn:hover {
	color: #54acff;
	transition: .4s;
}
.topp-two-btn-active {
	color: #54acff;
}
 
  

  
.allergy-pro-three-btn {
	color: #1a355e;
	transition: .3s;
}
.allergy-pro-three-btn:hover {
	color: #54acff;
	transition: .4s;
}
.allergy-pro-three-btn-active {
	color: #54acff;
}
  
    

   
.well-pro-four-btn {
	color: #1a355e;
	transition: .3s;
}
.well-pro-four-btn:hover {
	color: #54acff;
	transition: .4s;
}
.well-pro-four-btn-active {
	color: #54acff;
}
  
  
  
  
   
.water-five-btn {
	color: #1a355e;
	transition: .3s;
}
.water-five-btn:hover {
	color: #54acff;
	transition: .4s;
}
.water-five-btn-active {
	color: #54acff;
}
  















/* 5 - BEDDING - BUTTONS */ 

.soft-one-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.soft-one-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.soft-one-btn-active > img {
	filter: brightness(325%);
}
.allergy-bedd-two-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-bedd-two-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.allergy-bedd-two-btn-active > img {
	filter: brightness(325%);
}
.nat-bedd-three-btn-active > .button-triangle {
	border-top: initial;
    color: #54acff;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-bedd-three-btn:hover > .button-triangle {
	border-top: initial;
	border-bottom: 25px solid;
	transition: all 0.35s ease 0s;
}
.nat-bedd-three-btn-active > img {
	filter: brightness(325%);
}

  
.soft-one-btn {
	color: #1a355e;
	transition: .3s;
}
.soft-one-btn:hover {
	color: #54acff;
	transition: .4s;
}
.soft-one-btn-active {
	color: #54acff;

}
  


  
.allergy-bedd-two-btn {
	color: #1a355e;
	transition: .3s;
}
.allergy-bedd-two-btn:hover {
	color: #54acff;
	transition: .4s;
}
.allergy-bedd-two-btn-active {
	color: #54acff;
}
 
  

  
.nat-bedd-three-btn {
	color: #1a355e;
	transition: .3s;
}
.nat-bedd-three-btn:hover {
	color: #54acff;
	transition: .4s;
}
.nat-bedd-three-btn-active {
	color: #54acff;
}
  
    











 
/* CONTENT */ 

.fog-hero-container {
	float: left;
	width: 100%;
	height: 350px;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px;
	margin-bottom: 30px;
	position: relative;
}
.fog-hero-container h3 {
	color: #1a355e;
	font-family: "GFS Didot", serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 54px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	width: 350px;
}
.fog-hero-container h4 {
	color: #1a355e;
	font-family: Nunito Sans;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 350px;
}
.fog-hero-container p {
	color: #1a355e;
	font-family: Nunito Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 30px;
	width: 350px;
}


#fog-hero-full-width-text {
    bottom: 0;
    left: 0;
    padding: 0 40px 10px;
    position: absolute;
    width: 100%;
}
#fog-hero-full-width-text h3 {
    width: initial;
}
#fog-hero-full-width-text h4 {
	width: initial;
}
#fog-hero-full-width-text p {
    width: initial;
}




.fog-product-container {
	float: left;
	width: 100%;
}
.fog-product-container h3 {
    color: #1a355e;
    font-family: "GFS Didot",serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.fog-product-container h4 {
    color: #1a355e;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.fog-product-container p {
    color: #1a355e;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	margin-top: 7px;
    margin-bottom: 20px;
}
.fog-product-container h5 strong {
    background-color: #1a355e;
    color: #fff;
    font-family: Nunito Sans;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    padding: 4px 12px 2px 14px;
    text-transform: uppercase;
}
a:nth-child(2n+2) .fog-product-row-of-two {
    margin-left: 2%;
}
.fog-product-row-of-two {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
   	position: relative;
    float: left;
    height: 620px;
    padding: 20px;
    position: relative;
    width: 49%;
    margin-bottom: 20px;
}
#txt-no-icons {
   padding-top: 100px;
}
.fog-product-square {
    height: 500px;
}
.fog-product-row-of-two img {
    bottom: 0;
    left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fog-product-row-of-one-img {
    background-position: center 64%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 360px;
    padding: 20px;
    position: relative;
    width: 50%;
}
.fog-product-row-of-one-txt {
    background-color: #e8edf1;
    float: left;
    height: 360px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}
.fog-product-row-of-one-txt img {
    bottom: 0;
    left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
  



/* FOOTER HISTORY */ 
.fog-hub-footer-history {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding:0 20px;
}
.fog-hub-footer-history img {
    width: 200px;
    margin-bottom: 15px;
}
.fog-hub-footer-history p {
    color: #1a355e;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 20px;
}
.fog-hub-footer-history p strong {
    margin-top: 15px;
    display: block;
    font-weight: 600;
}





@media screen and (max-width: 950px) {
  
  
/* PRODUCT ROW */ 
.fog-product-row-of-two {
	height: 540px;
}
.fog-product-square {
    height: 400px;
}
  
  
/* BUTTONS */

.button h2 {
    font-size: 14px;
    line-height: 18px;
}


}


  
 
  
  
@media screen and (max-width: 810px) {
	
	
/* TITLE */ 
.fog-title img {
	width: 180px;
}
.fog-title h2 {
    font-size: 46px;
    line-height: 50px;
}
.fog-title p {
    font-size: 17px;
    line-height: 21px;
}

#txt-no-icons {
   padding-top: 80px;
} 
  
}
  
  
  
  
  
@media screen and (max-width: 650px) {
	
/* GENERAL STYLES */  
.desk-only {
	display: none;
}
.mob-only {
	display: block;
}



/* TITLE */ 
.fog-title p {
	margin-bottom: 0;
}



#txt-no-icons {
	padding-top: 20px;
	padding-bottom: 30px;
} 


/* PRODUCT ROW */ 

.fog-product-container h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
}
.fog-product-container h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.fog-product-container p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 17px;
}
.fog-product-container h5 strong {
    font-size: 15px;
    line-height: 19px;
    padding: 6px 14px 5px 16px;
}

  
  
a:nth-child(2n+2) .fog-product-row-of-two {
    margin-left: 0;
}
.fog-product-row-of-two {
	width: 100%;
	height: 600px;
}
.fog-product-square {
    height: 350px;
} 
  
  
.fog-product-row-of-one-img {
    height: 300px;
    width: 100%;
}
.fog-product-row-of-one-txt {
    height: auto;
    padding: 20px 0 5px 0;
    width: 100%;
}
.fog-product-row-of-one-txt img {
    margin-top: 15px;
    position: relative;

}
  
  
  
  

  


.exit-mob { 
	display: inline-block;
	background-color: #1a355e;
	margin: 0px auto 20px auto;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	padding: 15px;
}


  
  
/* BUTTONS */  
.button:hover > img {
	filter: initial;
}
		




/* 1 - MATTRESSES - BUTTONS */  

.inno-one-btn-active > img {
	filter: initial;
}
.coil-two-btn-active > img {
	filter: initial;
}
.sprung-three-btn-active > img {
	filter: initial;
}
.foam-four-btn-active > img {
	filter: initial;
}
.ortho-five-btn-active > img {
	filter: initial;
}




/* 2 - DUVETS - BUTTONS */  

.nat-one-btn-active > img {
	filter: initial;
}
.synth-two-btn-active > img {
	filter: initial;
}
.spring-three-btn-active > img {
	filter: initial;
}
.autumn-four-btn-active > img {
	filter: initial;
}
.allergy-duv-five-btn-active > img {
	filter: initial;
}



/* 3 - PILLOWS - BUTTONS */  
 
.button:hover > img {
	filter: initial;
}
.nat-pil-one-btn-active > img {
	filter: initial;
}
.synth-pil-two-btn-active > img {
	filter: initial;
}
.foam-pil-three-btn-active > img {
	filter: initial;
}
.allergy-pil-four-btn-active > img {
	filter: initial;
}
.well-pil-five-btn-active > img {
	filter: initial;
}



/* 4 - PROTECTORS & TOPPERS - BUTTONS */  
.button:hover > img {
	filter: initial;
}
.prot-one-btn-active > img {
	filter: initial;
}
.topp-two-btn-active > img {
	filter: initial;
}
.allergy-pro-three-btn-active > img {
	filter: initial;
}
.well-pro-four-btn-active > img {
	filter: initial;
}
.water-five-btn-active > img {
	filter: initial;
}






/* 5 - BEDDING - BUTTONS */  
.button:hover > img {
	filter: initial;
}
.soft-one-btn-active > img {
	filter: initial;
}
.allergy-bedd-two-btn-active > img {
	filter: initial;
}
.nat-bedd-three-btn-active > img {
	filter: initial;
}







.button {
   display: none;
}
.button-mob {
    background-color: #1a355e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Nunito Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
	padding: 10px 20px 10px 20%;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	margin-top: 30px;
}
.button-mob img {
    margin-right: 15px;
    max-width: 50px;
    min-width: 50px;
    vertical-align: -62%;
}
.button-mob:active > span  {
	display: inline-block;
	transform: rotate(90deg);
	transition: .1s;
} 




/* FOOTER HISTORY */ 
.fog-hub-footer-history img {
    width: 150px;
}
.fog-hub-footer-history p {
    font-size: 13px;
    line-height: 19px;
}
	
	
}

  
  


@media screen and (max-width: 580px) { 
  
.fog-hero-container {
	height: 300px;
	padding: 20px;

}
.fog-hero-container h3 {
	font-size: 40px;
	line-height: 44px;
	margin: 50px 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.fog-hero-container h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	width: 100%;
}
.fog-hero-container p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0;
	width: 100%;
}


}

  
  
@media screen and (max-width: 480px) { 
   
.fog-product-row-of-two {
	height: 500px;
}

.fog-product-square {
	height: 300px;
}

.fog-product-row-of-one-img {
    height: 250px; 
}
  
.button-mob {
	padding: 10px 20px 10px 5%;	
}
	
}	

  
  
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.inno-one-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.inno-one-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.coil-two-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.coil-two-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
} 
.sprung-three-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.sprung-three-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.foam-four-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.foam-four-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.ortho-five-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.ortho-five-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}




.nat-one-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.nat-one-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.synth-two-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.synth-two-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.spring-three-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.spring-three-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.autumn-four-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.autumn-four-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.allergy-duv-five-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.allergy-duv-five-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}






.nat-pil-one-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.nat-pil-one-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.synth-pil-two-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.synth-pil-two-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.foam-pil-three-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.foam-pil-three-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.allergy-pil-four-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.allergy-pil-four-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.well-pil-five-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.well-pil-five-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}





.prot-one-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.prot-one-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.topp-two-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.topp-two-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.allergy-pro-three-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.allergy-pro-three-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.well-pro-four-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.well-pro-four-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.water-five-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.water-five-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}






.soft-one-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.soft-one-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.allergy-bedd-two-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.allergy-bedd-two-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}
.nat-bedd-three-btn:hover > .button-triangle {
	color:white;
	transition:all 0s ease 0s;
	margin-bottom:-25px;
}
.nat-bedd-three-btn-active > .button-triangle {
	color:white;
	margin-bottom:-25px;
}




}

