/*
@import url(http://weloveiconfonts.com/api/?family=entypo);



 entypo */

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}



  p {
  font-family: "proxima nova",sans-serif!important;
  }   
/* Brandon */

* {
  box-sizing: border-box;
}

*::-moz-selection {
  background: transparent;
  color: yellow;
}






button {
    background: transparent;
    border: 2px solid #fff;
    /* margin: 0; */
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: proxima nova, sans-serif;
    font-weight: 600;
    position: none;
    z-index:2;
    cursor: pointer;
}

.menu-bg.open-nav {
  position: fixed;
  top: 0px;
}

button:hover {
    color:#ffffff;
}

button:hover:after {
    width: 100%;
     opacity: 1;
}

button:after {
  opacity: 0;
    content: '';
    
    width: 0;
    height: 100%;
    top: 0;
    margin: 0px 0px 0px -20px;
    display: block;
    position: absolute;
    z-index: -1;
}

button:focus {
  outline: 0px;
}

button.text {
  background: transparent;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 0;
}

ul {padding: 0;}

li {
  list-style: none;

}

.mob_open {
  display: block;
}



/*#main {
  margin: 0;
  left: 80px;
  margin-right: 80px;
  position: relative;
}*/

body.homepage {
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.navigation {
  background: rgba(0, 0, 0, 0);
  
  z-index: 99999;
  float: right;
    position: fixed;
    right: 0;
    top: 184px;

}

.open-nav {
  background: rgba(0, 0, 0, 0.5);
}

.menu-shelf {
  background: #e51e17;
  width: 45vw;
  height: 100vh;
  position: relative;
     /* overflow: hidden; */
  display: none;
  max-width: 450px;
  color: #ffffff !important;
    font-weight: lighter;
}

.navigation:after {
  content: '';
  background: rgba(0,0,0,0);
  height: 100vh;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display:none;
}
.closetab {
  position: relative;
  left: -83px;
  top: 47px;
}

.open-nav + .navigation:after {
  background: rgba(0,0,0,0.25);
  display:block;
}

.menu-shelf > * {
  opacity: 0;
  -webkit-transition: 0.1s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.1s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
}

.open-nav .menu-shelf > * {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.open-nav .menu-shelf > *:nth-child(1) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.open-nav .menu-shelf > *:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.open-nav .menu-shelf > *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.open-nav .menu-shelf > *:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.open-nav .menu-shelf > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.open-nav .menu-shelf > *:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.menu-shelf ul.social a li {
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.open-nav .menu-shelf ul.social a li {
  -webkit-transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  -webkit-transform: rotatey(0deg);
          transform: rotatey(0deg);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.open-nav .menu-shelf ul.social li:before {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.social a {
    padding: 0px 25px;
}

.menu-shelf svg.logo {
  fill: #39CCC7;
  margin: 50px;
}

.menu-shelf h2 {
  padding-left: 50px;
  line-height: 45px;
  letter-spacing: 1px;
  font-size: 40px;
  margin: 0px !important;
}

.menu-bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    transition:1s all ease-in-out;
}

.open-nav + .menu-bg {
    display: block;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.menu-shelf ul.tabs {
  margin-top: 18px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #f0f0f0;
}

.menu-shelf ul.tabs:after {
  content: '';
  width: 100%;
  margin-top: -2px;

  z-index: 0;
}

.tab {
  padding-right: 38px;
}



.menu-shelf ul.tabs li a {
  color: #ffffff !important;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.menu-shelf ul.tabs li:hover > a {
  color: yellow;
}

.menu-shelf ul.tabs li.current > a {
  color: yellow;
}

.menu-shelf ul.tabs li > a:hover {
  cursor: pointer;
}

.menu-shelf ul.tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: lato, sans-serif;
  font-weight: bold;
  font-size: 10px;
  display: relative;
  line-height: 100px;
}

.menu-shelf ul.tabs li:before {
  content: '';
  width: 2px;
  height: 50px;
  background: #f0f0f0;
  display: block;
  position: absolute;
  margin-top: 25px;
}

.menu-shelf ul.tabs li > a:after {
  content: '';
  display: block;
  position: relative;
  height: 2px;
  width: 0%;
  background: yellow;
  z-index: 1;
}

.menu-shelf ul.tabs li.current > a:after,
.menu-shelf ul.tabs li:hover > a:after {
  width: 100%;
}

.menu-shelf ul.tabs:hover > li.current > a:after {
  width: 0%;
}

.menu-shelf ul.tabs li.current:hover > a:after {
  width: 100%;
}

.menu-shelf ul.tabs li:first-child:before {
  display: none;
}

.tabs_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*.open-nav .tab_content .tabs_item:nth-child(1) {
  opacity: 1;
} this is used to fix about section probably won't need it*/

.tab_content {
  overflow: hidden;
}

.open-nav .tab_content .tabs_item {
  opacity: 0;
  -webkit-transform: translatey(20px);
          transform: translatey(20px);
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
}

.open-nav .tab_content .active_tab_content {
  opacity: 1;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: 1s opacity ease-in-out, 0.6s transform ease-in-out;
  transition: 1s opacity ease-in-out, 0.6s transform ease-in-out;
  padding-bottom: 94px;
}

.half {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
          z-index:1;
}

.contact-half {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 65%;
    height: 34vh;
    right: -10px;
    bottom: -55px;
    position: absolute;
    z-index: 0;
}

.menu-shelf .half p {
  padding: 50px;
  text-align: left;
}

.menu-shelf .half:last-child > p {
  padding-left: 0px;
}

.menu-shelf .half img {
  margin-left: -91px;
  margin-top: 22px;
  z-index: 0;
}

.menu-shelf .half h4 {
  padding: 50px 0px 0px 50px;
}

.menu-shelf .half p.contact {
  padding: 0px 50px;
}

.menu-shelf p {
  width: 100%;
  text-align: left;
  padding: 50px 50px;
}

.menu-shelf a {
  text-decoration: none;
  color: #888;
}

.menu-shelf a:hover {
  color: yellow;
}

.menu-shelf button {
  margin-top: 20px;
  color: #cacaca;
  cursor: pointer;
}

.menu-shelf footer {
  border-top: 2px solid #f0f0f0;
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background: #fff;
}

ul.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}

ul.social li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  color: #888;
  text-align: center;
  font-size: 14px;
}

ul.social li:hover {
  color: yellow;
}

.log {
  margin-left: 21px;
  margin-top: 10px;
  width:400px;
	height:500px;
}

.nav {
  /* width: 40px; */
  height: 10vh;
  position: fixed;
  right: -126px;
  z-index: 9999;
  top: 309px;
}



a.logo:after {
    content: 'ALEX COVEN';
    width: 0px;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 800;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 58px;
    left: 109px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition:0.5s all ease-in-out;
    transition:0.5s all ease-in-out;
  
}

a.logo:hover:after {
    width: 200px;
}

.logo-menu {
  cursor: pointer;
  display: block;
  cursor: pointer;
  background-color: #e51e17;
  transform: rotate(90deg) !important;
  width: 287px;
  height: 36px;
  color: #ffffff;
  font-weight: lighter;
  background-image: url(/images/nav/whiteflame.png);
  background-repeat: no-repeat;
  background-position: 10px 4px;
  padding-top: 8px;
  padding-left: 37px;
  border-bottom-right-radius: 14px 16px;
  left: -151px;
    top: 125px;
}

.logo-menu svg {
  display: block;
  margin: 0 auto;
  fill: #39CCC7;
}

/* Transitions */

.logo-menu svg,
.hexagon,
.ac,
line,
.navigation,
.open-nav,
.menu-shelf ul.tabs li > a:after,
ul.pagination a li,
button:after,
button  {
  -webkit-transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44);
  transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44);
}

.open-nav .menu-shelf {
  -webkit-animation: shelf 0.5s forwards linear alternate;
          animation: shelf 0.5s forwards linear alternate;
  box-sizing: content-box;
}

a,
.menu-shelf ul.tabs li {
  -webkit-transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
  transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
}

.firstline,
.lastline,
.middleline {
  -webkit-transition: 0.3s all cubic-bezier(.87, -.41, .19, 1.44);
  transition: 0.3s all cubic-bezier(.87, -.41, .19, 1.44);
}

.logo-menu svg:hover {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.logo-menu svg:hover .ac {
  -webkit-transform: translate(-3.7px, -3.5px) rotate(-180deg);
          transform: translate(-3.7px, -3.5px) rotate(-180deg);
          opacity: 0;
}

.logo-menu svg:hover line {
  stroke-dashoffset: 100;
  -webkit-animation: dash 0.3s linear forwards alternate;
          animation: dash 0.3s linear forwards alternate;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.logo-menu svg line {
  -webkit-animation: undash 0.3s linear forwards alternate;
          animation: undash 0.3s linear forwards alternate;
}

.ac {}

.lines {
  -webkit-transform: rotate(60deg) translate(5.5px, -32.5px);
          transform: rotate(60deg) translate(5.5px, -32.5px);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

svg:hover .lines,
svg.click .lines {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.logo-menu svg:hover .firstline {
  -webkit-transform: translatey(2px);
          transform: translatey(2px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.logo-menu svg.click .firstline {
  -webkit-transform: rotate(45deg) translate(7px, -32px);
          transform: rotate(45deg) translate(7px, -32px);
}

.logo-menu svg:hover .lastline {
  -webkit-transform: translatey(-2px);
          transform: translatey(-2px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.logo-menu svg.click .hexagon {
  opacity: 0;
}


/* .logo-menu svg.click:hover .hexagon {
  opacity:0;
} */

.logo-menu svg:hover .hexagon {
  opacity: 0;
}

.logo-menu svg.click .lastline {
  -webkit-transform: rotate(-45deg) translate(-26px, 21px);
          transform: rotate(-45deg) translate(-26px, 21px);
}

.logo-menu svg.click:hover {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.redraw {
  -webkit-animation: dash 0.4s forwards linear;
          animation: dash 0.4s forwards linear;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.logo-menu svg.click .middleline {
  -webkit-animation: undash 0.4s forwards linear;
          animation: undash 0.4s forwards linear;
}

.logo-menu svg.click {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.logo-menu svg.click .ac {
  display: none;
}

.logo-menu svg.click line {
  -webkit-animation: dash 0.4s linear forwards alternate;
          animation: dash 0.4s linear forwards alternate;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

line {
  stroke: #39CCC7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 33;
  stroke-dashoffset: 50;
  -webkit-animation: undash 0.4s forwards linear;
          animation: undash 0.4s forwards linear;
}




/* HERO */

#hero {
  background:#fff;
  width:100%;
  height: 100vh;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#hero .container {
  padding:50px;
  height: 100vh;
}

#hero h4{
  position: absolute;
  width: 100%;
  margin-top: 25vh;
}

#hero h1{
  margin: 32vh 0px;
  width: 100%;
}



/* HERO END */



/* WORK */

#projects > section {
  height:100vh;
  width: 100%;
}

#projects section > .container {
  padding:50px;
  width:100%;
  height: 100%;
  position: relative;
}

.ui-info h4{
  color:#fff;
}

.ui-info {
  width: 100%;
}

.ui-info span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ui-info h4:last-child{
  text-align: right;
}

.project-details {
  position: absolute;
  bottom: 0px;
  padding-bottom:50px;
}

.project-details h1{
  margin: 0;
  font-size: 40px;
  width: 60%;
  color:#fff;
  line-height: 45px;
  margin-bottom: 15px; 
}

#projects > section:nth-child(1) {
  background: blue;
}

#projects > section:nth-child(2)  {
  background: black;
}

#projects > section:nth-child(3)  {
  background: #e67e22;
}

#projects > section:nth-child(4)  {
  background: #e74c3c;
}

#projects > section:nth-child(5)  {
  background: #2ecc71;
}




/*#projects section > .container + .dark div h4{
  color:#fff;
}
*/
.full-line {
  width:100%;
  height: 2px;
  background: #fff;
  display: block;
}












/* WORK END */










@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 69;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 69;
  }
}

@-webkit-keyframes undash {
  from {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100;
    stroke-dashoffset: 102;
  }
}

@keyframes undash {
  from {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100;
    stroke-dashoffset: 102;
  }
}

@-webkit-keyframes shelf {
  0% {
    padding-right: 0px;
  }
  20% {
    padding-right: 20px;
  }
  40% {
    padding-right: 10px;
  }
  60% {
    padding-right: 15px;
  }
  80% {
    padding-right: 5px;
  }
  100% {
    padding-right: 0px;
  }
}

@keyframes shelf {
  0% {
    padding-right: 0px;
  }
  20% {
    padding-right: 20px;
  }
  40% {
    padding-right: 10px;
  }
  60% {
    padding-right: 15px;
  }
  80% {
    padding-right: 5px;
  }
  100% {
    padding-right: 0px;
  }
}

@media (max-width: 600px) {
  .nav {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    right: 0;
    border-right: 0 solid #f0f0f0;
    z-index: 9999;
  }
  .logo-menu {
    margin: 0;
  }
  .logo-menu svg {
    margin: 17px;
  }
  .menu-shelf {
    width: 100%;
    height: 100vh;
    margin-top: 80px;
  }
  .container {
    margin: 0px
  }
  .menu-shelf svg.logo {
    display: none;
  }
  footer {
    position: fixed;
  }
}.main-content {
    font-size: 15px;
    /* line-height: 26px; */
    /* line-height: 13px !important; */
}

nav.navigationpost.post-navigation.narrow > a {
    display: none;
}

.nav-links > a:first-child {
    display: none;
}
.columnpaddingleft {
    padding-right: 112px !important;
}


a {
    color: #ed1b24 !important;
    text-decoration: none;
}



.jobs-row-input li {
    /* list-style: none; */
    list-style: disc; !important;
}

h1 {
    font-size: 37.5px !important;
    line-height: 1.384615;
}

.fw-special-subtitle {
    font-size: 27px;
    font-weight: 700;
}


.fw-col-xs-12.calCENT.no.background {
    align: center;
    text-align: center;
}

.calCENT > a.fw-btn.fw-btn-1 {
    margin: 10px;
}


h3.fw-special-title {
    font-size: 33px;
    font-weight: 800;
    padding-bottom: 0px;
}

.bannerheight {
    height:192px;
    background-size: cover !important;
}


section#bannerBack {
    background: rgb(76,132,163);
    background: linear-gradient(52deg, rgba(76,132,163,1) 0%, rgba(51,83,101,1) 66%, rgba(22,33,39,1) 92%);
    height: 215px;
    color:#ffffff;
}

.wpmm-sub-menu-wrap {
    top: 27px;
}


.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    position: static;
    padding-bottom: 33px
    background-color: transparent !important;
}


.weAreTitle {
    font-size: 29px;
    font-weight: 800;
    top: 92px;
    position: relative;
}

.bannerTitle {
    
    font-size: 38px;
    font-weight: 100;
    top: 64px;
    position: relative;
}

.blueBackground {
    background-color: #eef9fe;
    padding: 26px 15px 10px 13px;
    background-image: ();
   
    background-position: right 0px;
    background-repeat: no-repeat;
}

.blueBackgroundFire {
   
    background-image: ();
    background-image: url(/images/fireback.png);
    background-position: right 0px;
    background-repeat: no-repeat;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    position: relative;
    top: 5px;
}
[type="checkbox"]:checked  {
    background-color: #e62033;
  }
.darkgrey {
    color: #4a4a4a;
}

div#icon {
    /* display: table-column-group; */
    top: -20px;
    position: absolute;
}

h2.content-title {
    line-height: 19px !important;
}

.redback {
    background-color: #ed1b24;
}

.redtext {
   color: #ed1b24 !important;
}

.centre {
    text-align: center;
}
.textright {
    text-align: right;
}

.boxnews {
    padding: 0px 20px 20px 20px;
    top: -25px;
    position: relative;

    
}
.boxnews.darkgrey.narrow {
    top: 9px;
}

.boxtitle {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    
    padding-bottom: 7px;
    height: 97px;
}


.content-title {
    text-align: center !important;
}


.wooscp-btn:hover {
    cursor: pointer;
    background-color: transparent !important;
}

.newstextbox {
    height: 107px;
    font-weight: 100;
}

.month {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 8px;
    text-transform: uppercase;
}

.date {
    font-size: 16px;
    color: #ffffff;
    width: 51px;
    height: 51px;
    background-color: #ed1b24;
    margin-bottom: 20px;
    margin: auto;
    padding-top:13px;
    margin-bottom: 20px;
    text-align: center;
 

}

ul.follow {
    background-color: #f2f2f2 !important;
    height: 43px;
}

.socialTxt {
    width: 50%;
    float: left;
    padding-top: 8px;
    padding-left: 12px;
}

li.sxc-follow-button {
    float: right;
}

.dateTwo {
    font-size: 16px;
    color: #ffffff;
    width: 51px;
    height: 51px;
    background-color: #ed1b24;
    margin-bottom: 20px;
   
    padding-top:13px;
    margin-bottom: 20px;
    text-align: center;
    float:left;

}


table.archivelisttable, th, td {
    border: 0px solid #ffffff !important;
    background-color: #ffffff;
    margin-bottom: 7px !important;
}
.intbutton {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 23px;
}

.subGap {
    margin-top: 15px;
}

.subPadding {
    padding-top: 22px;
}
.subGapBottom {
    margin-bottom: 15px;
}

.subGapBottom35 {
    margin-bottom: 35px;
}


div#page, .hfeed {
   
}

#newsbanner {
height: 105px;
}

.squareInfoBox:nth-child(2) {
    
    margin-left: 6.3%;
    margin-right: 6.3%;
}


.singlenew {
    top: 74px;
    position: relative;
}
.squareInfoBox {
    float: left;
    width: 29.1%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    max-height: 542px;

    text-align: -webkit-center;
}


.squareInfoBoxline:nth-child(2) {
    float: left; 
    margin-left: 6.3%;
    margin-right: 6.3%;
}


.squareInfoBoxline {
    float: left; 
  
}

.squareInfoBoxline:nth-child(3) {
    background-color: #ffffff;
}

.newcontent {
    height: 123px;
}

.squareInfoBoxlineButton:nth-child(3) {
    float: left; 
    margin-left: 6.3%;
    margin-right: 6.3%;  width: 29.1%;
    height:1px;
}


.squareInfoBoxlineButton {
    float: left; 
    width: 29.1%;
    height:1px;
    top: -67px;
    position: relative;

   
}

.imageSpace {
    margin: 6px;
}

.actionColumn > .fw-call-to-actionrow {
  
    
    padding-bottom: 99999px; margin-bottom: -99999px;

}
.fw-call-to-actionrow
{  padding: 3px 30px 26px 30px;
    text-align: center;
    border: 4px solid #ededed;
    background-color: #ffffff;
}



.blueBackground >.fw-heading {
    margin-bottom: 1em;
    padding-left: 16px;
    padding-right: 16px;
}

.blueBackground > p {
    
    padding-left: 16px;
    padding-right: 16px;
}



.fw-col-xs-12.fw-col-sm-9.rightcol.no.background:nth-child(1) {
    margin-right: 4%;
    width: 73%;
}

.fw-col-xs-12.fw-col-sm-4.blueBackground {
    margin-right: 3%;
    padding-top: 31px;
}


.contactinfo > h4  {
font-size: 26px !important;
}


.fw-col-xs-12.fw-col-sm-3.downloadcol.no.background {
    width: 24.8% !important;
}

.fw-col-xs-12.fw-col-sm-3.downloadcol.no.background a {
 color:#ffffff !important;
}

.fw-btn-1 {
    
    color: #ffffff !important;
   
}

h2.callActionTitle {
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: 33px !important;
}

.actionicon {
    position: relative;
    top: -19px;
    margin: auto;
}
.bannertitle {
    position: relative;
    top: 58px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 100;
}

.bannertext {
    text-shadow: 2px 2px 36px black;
}

#menu-abouttop li a, #menu-contactnav li a, #menu-datasheet li a,  #menu-downloads li a,  #menu-safety-glass li a, #menu-fire-rated-glass li a, #menu-acoustic-glass-2 li a, #menu-double-glazed-glass-units  li a, #menu-mirrored-ds-rhs li a {
       float: left;
    color: #e51e17;
    font-weight: 700;
    line-height: 18px;
    padding: 24px 27px 17px 10px;
    font-size: 17px;
}

#menu-abouttop li a:hover {
    
    color: #7d7d7a !important;
    
}

.menu-abouttop-container, .menu-contactnav-container, .menu-datasheet-container, .menu-downloads-container {
    margin-top: -18px;
    padding-bottom: 15px;
    height: 39px;
}

.postImage {
    height: 163px;
}
.postImageLarge {
    height: 263px;
}
.wide > .post > .postImage {
    height: 356px;

}

.date.dateleft {
    float: left;
    margin-bottom: 60px;
    top: 55px;
    position: absolute;
}

.newspage {
    position: relative;
    left:60px;
}

.boxnews > .breadcrumbs {
    position: relative;
    left:62px;
}



.breadcrumbs {
    margin: 26px 1px 40px !important;
}

ul.menu {
    margin: 0px;
}

img.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

.paging-navigation {

    border-top: 5px solid #4a4a4a !important;
    width: 100% !important;
    position: relative !important;
    bottom: 0px !important;
}


.paging-navigation .page-numbers.current {
    border-top: 5px solid #ed1b24 !important;
}

nav.navigationpost.post-navigation.narrow {
   
    padding: 50px 36px 10px 19px !important;
   
}

.actionColumn:nth-child(2) {
    /* margin: 10px; */
    margin-left: 6.1%;
    margin-right: 6.1%;
}

.actionColumn {
    width: 31.6% !important;
}

section#subvan {
    position: relative;
    top: 0px;
    margin-bottom: 13px !important;
    padding-top: 4px;
   
}

button.btntop {
    background-color:#f4fbfc !important;
 
    color: #e51e17;
    font-size: 17px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.btntop:hover {
    background-color:#f4fbfc !important;
 
    color: #7d7d7a !important;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
   
}


#subvan{
  overflow: hidden;
  background-color: #f4fbfc;
}

/* Navbar links */
#subvan a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}



/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

ul#menu-abouttop, #menu-contactnav {
    margin-left: 0px;
}




.entry-header, .full-width.singular .site-content .hentry.has-post-thumbnail, .full-width.home .site-content .hentry.has-post-thumbnail {
   
    padding-bottom: 0px !important;
}

span.phoneicon {
    display: block;
    padding-left: 19px;
    background-image: url(/images/icons/phone.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 6px;
  
}
span.emailicon {
    display: block;
    padding-left: 23px;
    padding-botttom: 5px;
    background-image: url(/images/icons/envope.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
span.emailiconWhite {
    display: block;
    padding-left: 23px;
    padding-botttom: 5px;
    background-image: url(/images/icons/env2.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.contactinfo {
    border: #000000 solid 1px;
    padding: 15px 17px 40px 12px;
    margin-top: 30px;
    margin-bottom: 49px;
    height: 117px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    height: 141px;
}

.emailmesMobile {
    margin-top: 9px;
    font-size: 13px;
    color:#ffffff;
    clear: both;
}

.cool-timeline-horizontal .wrp-desgin-4 ul.slick-slider {
    width:90%;
}

.formWidth {
    width: 49%;
    float: left;
    padding-right: 1%;
    margin-top: 6px;
}





.formWidthSmall {
    width: 23%;
    float: left;
    padding-right: 1%;
    margin-top: 6px;
}

.formLineHeight {
    line-height: 42px;
    margin-top: 11px;
}

.formAnswer {
    width: 55%;
    float: left;
}

.formQuestion {
    width: 45%;
    float: left;
    line-height: 21px;
    text-transform: uppercase;
    padding-right: 5px;
    padding-top: 7px;
}

.firthwidth {
    width: 84%;
    float: left;
}

.senwidth {
    width: 13%;
    float: left;
    padding-right: 8px;
}

section#bottomborder {
    border-bottom: #cc0000 3px solid;
}

textarea.wpcf7-form-control.wpcf7-textarea.contactform13 {
    padding-right: 0px 0px 10px 0px !important;
    margin-right: 22px;
    width: 97%;
}

select#location {
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 0px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 0px;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #000000 !important;
}

form#search-form > input[placeholder], [placeholder], *[placeholder] {
    color: #000000 !important;
 color:   #ffffff;
}



.redline {
    border: 2px solid #ed1b24;
}

.greyline {
    border: 2px solid #cccccc;
}



h3.rightTitle {
    padding-top: 6px;
}






.titlecon {
    padding: 43px 0px 18px 41px;
    
    background-image: url(/images/fireicon.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position: -1px 47px;
    text-transform: uppercase;
   
    font-weight: 600;
}

a.buttonlink {
    background-color: #ed1b24;
    padding: 10px;
    margin-top: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
}

section#gap {
    padding-top: 39px;
}

.name {
   
    position: absolute;
    top: -146px;
}

.site-content .entry-date a:before, .attachment .site-content span.entry-date:before {
    content: none !important;
    margin-right: 1px;
    position: relative;
    top: 1px;
}

.site:before {
    position: unset !important;
    
}

.quarter {
    float: left;
    width: 25%;
}
.threequarter {
    float: left;
    width: 75%;
}


.contentpadding {
    padding: 76px 0px 0px 16px
}


.share {
    padding: 20px 0px 19px 20px;
text-decoration: none !important;
}

.fw-team .fw-team-image {

    height: 200px;
    background-size: cover;
    padding:16px;
}

.fw-team .fw-team-inner {
    text-align: left !important;
    padding: 16px 16px 32px 16px;
}

.job-content, .job-cta {
    background-color: #ffffff;
}

a.apply-btn.local {
    color: #ffffff !important;
    width: 200px !important;
    text-align: right;
    float: right;
}

.fw-col-xs-12.fw-col-sm-4.picturebox.no.background {
    width: 31.3%;
    margin-right: 2%;
}



.text_block.redTINTBackground {
    background-color: #ed1b24 !important;
    color:#ffffff;
    
    padding:10px 10px 0px 10px;
  
}

.fw-team .fw-team-name {
  
    height: 107px;
}


.faqbox {
    height: 116px;
}

.CSQ {
    font-size: 107px;
    padding-top: 61px;
    padding-bottom: 17px;
}

.cool-timeline-horizontal.dark-timeline.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post {
   
    background: transparent !important;
}


.cool-timeline-horizontal.dark-timeline.ht-design-5 .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n+1).slick-current .ctl-story-time:after  {
    background-color: #ffffff !important;
    position: absolute;
    top: 106px;
   
  
}

.fw-col-xs-12.fw-col-sm-6.no.background.improvement {
    top: 31px;
    position: relative;
}



span.ctl-story-time {
    margin: auto;
}

span.ctl-story-time {
    padding-top: 13px;
}


.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li {
    
    height: 173px;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li .ctl-story-time:after {
    top: 113px;
}

.cool-timeline-horizontal.ht-design-5 .clt_carousel_slider ul.slick-slider .slick-list li.slick-current .ctl-story-time:after, .cool-timeline-horizontal.ht-design-6 .clt_carousel_slider ul.slick-slider .slick-list li.slick-current .ctl-story-time:after {

    top: 62%;
}


.ht-dates-design-5 {
    
    background-image: url(http://fireglassuk.com/images/line.png);
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 50%;
}

.content-details {
    text-align: center;
}

.content-title-simple > a {
    color:#ffffff !important;
    padding-bottom:30px !important;
    
}

.cool-timeline-horizontal.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple, .cool-timeline-horizontal.ht-design-6 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple {
   
    margin-bottom: 23px !important;
    bottom: 30px;
}


.slider {
    background-color: #ededed !important;
    width: 100% !important;
}

div#main-content {

}

.hentry {
 margin: 0 auto 0px !important;
  
}


.filter {
    position: relative;
    top: 80px;
}


li.woof_term_30 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-int-120-120.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_30 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-int-120-120.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_30 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-int-120-120.png) no-repeat !important;
    width:64px;
    height:64px;
}
li.woof_term_30 > .woof_checkbox_label {
    display: none !important;
}




li.woof_term_57 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_57 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/O-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_57 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/O-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}
li.woof_term_57 > .woof_checkbox_label {
    display: none !important;
}



li.woof_term_25 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-int-30-30.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_25 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-int-30-30.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_25 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-int-30-30.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_25 > .woof_checkbox_label {
    display: none !important;
}



li.woof_term_24 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_24 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_24 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-int-30-0.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_24 > .woof_checkbox_label {
    display: none !important;
}


li.woof_term_26 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_26 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_26 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_26 > .woof_checkbox_label {
    display: none !important;
}





li.woof_term_27 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-60-30.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_27 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-sul-60-30.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_27 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-sul-60-30.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_27 > .woof_checkbox_label {
    display: none !important;
}






li.woof_term_58 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-60-60.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_58 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-sul-60-60.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_58 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-sul-60-60.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_58 > .woof_checkbox_label {
    display: none !important;
}





li.woof_term_47 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_47 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_47 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-60-0.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_47 > .woof_checkbox_label {
    display: none !important;
}




li.woof_term_97 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_97 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_97 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_97 > .woof_checkbox_label {
    display: none !important;
}





li.woof_term_97 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-90-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_97 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-90-0.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_97 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/O-sul-90-0.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_97 > .woof_checkbox_label {
    display: none !important;
}







li.woof_term_29 > .icheckbox_flat-aero {
    background-color: blueviolet;
    background: url(/images/icons/G-sul-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_29 > .icheckbox_flat-aero.checked {
    background-color: blueviolet;
    background: url(/images/icons/R-int-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}

li.woof_term_29 > .icheckbox_flat-aero.hover {
    background-color: blueviolet;
    background: url(/images/icons/R-int-90-90.png) no-repeat !important;
    width:64px;
    height:64px;
}



li.woof_term_29 > .woof_checkbox_label {
    display: none !important;
}

/* li:nth-child(3n)  {
    top: 30px;
    position: fixedl
} */






section#specifier {
    background-image: url(/images/specifier.png);
}


section#fitout {
    background-image: url(/images/fitout.png);
}

section#shopfitting {
    background-image: url(/images/shopfitter.png);
}

section#BAULESTRADERS {
    background-image: url(/images/balstrades.png);
}

section#glasscompanys {
    background-image: url(/images/glasscompanies.png);
}




.woof_container_inner.woof_container_inner_integrity {
    background-color: #ffffff;
    margin-bottom:15px;
}

.redrow {
    background-color: #e51e17;
    color: #ffffff;
}

table {
   
    background-color: #f4f2f3;
   
}

.woof_sid_auto_shortcode {
    border:0px !important;

}

.postFeatureImage {
    height: 384px;
    background-size: cover !important;
    margin: 10px;
}

.cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post {
    height: 616px;
    background-color: #ffffff;
}

.shortdate {
    background-color: #e51e17;
    width: 60px;
    height: 60px;
    margin: auto;
    color: #ffffff;
    font-weight: bolder;
    padding-top: 20px;
   
}

.timelineContent {
    position: relative;
    top: -30px;
    
  
}





section#timeline {
    color: #ffffff !important;
    padding-top:40px;
}

.newsback {
    background-color: #f2f2f2;
}

.position_base_salary > .jobs-row-input {
  
    padding-left: 28px;
    background-image: url(/images/svg/pound.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 3px;
}

.position_job_location  > .jobs-row-input {
    text-transform: uppercase;
}

.jobs-row-input a {
    color: #000000;
    text-decoration: underline;
}

.fw-accordion-title {
    background-color: #e51e17 !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    padding-left:78px !important;

    background-image: url(/images/svg/q.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: 35px 10px !important; 
}


.fw-accordion-content {

    text-transform: capitalize !important;
    padding: 23px 41px 9px 48px !important;
    background-image: url(/images/svg/a.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: 34px 17px !important;
    margin-bottom: 20px;
    border: 2px solid #e51e17;
}

.fw-accordion {
    border: 0px !important;
    
}

.ui-accordion-header {
    margin-top: 12px !important;
}

td.manufacturer {
    width: 9%;
    background-color: #e51e17;
}

td.specifiction {
    width: 21%;
    background-color: #e51e17;
    
    
}
td.application {
    width: 20%;
    background-color: #e51e17;
}
td.integrity {
    background-color: #e51e17;
}
td.Applicationtwo {
    background-color: #e51e17;
}
td.glass {
    background-color: #e51e17;
}

td.material {
    background-color: #e51e17;
}

td.glazing {
    background-color: #e51e17;
}
td.certificate {
    background-color: #e51e17;
}
td.view {
    background-color: #e51e17;
}





img.intbuttonToolBox {
    padding: 14px 8px;
}


.gallerypage {
    width: 1206px;
    margin: auto;
}

.fbx-inner.fbx-inner-shadow {
    position: relative;
    width: 634px !important;
    height: 480px !important;
    margin: auto;
    left: 36%;
    top: 34%;
}



    

img.pdf {
    margin-right: 8px;
}

div#col1 {
    width: 25%;
    float: left;
}

a.linkref {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 400;

}

ul.bullfire > li {
    list-style: none;
    background-image: url(/wp-content/uploads/bullfire.png);
    background-repeat: no-repeat;
    padding-left: 25px !im;
    padding-left: 30px !important;
    padding-bottom: 8px;
    text-align: left;
}

ul.bullfire {
    margin-left: 0px;
}

.forminfo { width: 43%; }
.formstpField { width: 22%; }


.forminfolong { width:29%}

.formstpFieldtwo { width: 29%; }

.formstpFieldthree { width: 18%; }

.formstpFieldtname { width: 10%%; }
.formstpField5 {
    width: 21%;
}
.formstpField4 {
    width:17%
}
input.wpcf7-form-control.wpcf7-previous {
    margin-right: 10px;
}

/* .fw-row{
    display: flex;
    
} */

#equalHeight > .narrow > .container-fluid > .fw-row {
    overflow: hidden;
    padding-top:10px;
}

.fw-action-content {
 
}


.paging-navigation a:hover {
    border-top: 5px solid #bee3f3 !important;
    color: #2b2b2b;
}

.mobilemenu {

    position: relative;
    left: -22px;
   
}
@media (min-width: 768px){.fw-col-sm-3 {
    width: 22.9% !important;
}
.beyond {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 451px;
}}

@media all and (min-width: 1100px) and (max-width: 6000px){.mobilemenu {
        display: none !important;
    }}

ul#wpmega-menu-mobilemenu {
    width: 106%;
    background-color: #e51e17 !important;
}

.primary-navigation {
    width: 10.5% !important;
    padding-right:10px !important;
    position: relative !important;
}



.colheight {
    flex: 1; /* additionally, equal width */
  
    padding: 1em;
}

.fw-col-xs-12.DownloadFireRate.no.background > .fw-call-to-actionrow {
    height: 500px !important;
}

.fw-action-content {

    hyphens: none !important;
    
}

.certLogo {
    height: 22px;
    padding: 9px;
}

.fw-action-btn {
    background: #e30613;
    height: 40px;
    padding: 10px;
}

.colheight {
    display: flex;
    
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img
{
    width:17% !important;
}


.colheight {
    flex: 1; /* additionally, equal width */
  
    padding: 1em;
}

.rightcol {
    padding-left: 39px !important;
}



.ProductLink {
    width: 276px;
    float: left;
    height: 166px;
    margin-right: 2%;
    margin-bottom: 47px;
}

.productname {
    top: 136px;
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-left: 11px;
    font-size: 17px;                
}

.warning {
    background-color: #ed1b24;
    color: #ffffff;
    padding: 0px;
    font-size: 18px;
    height:2px;
}


.technical {
    background-image: url(/images/techback.png);
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 27px; */
    border: 2px solid #ed1b24;
    padding-left: 13px;
    padding-top: 25px;
    /* margin-top: 17px; */
    margin-bottom: 10px;
    margin-right: 8px;
}

.fw-col-xs-12.fw-col-sm-3.full.no.background {
    width: 25% !important;
}

.fw-col-xs-12.fw-col-sm-6.full.no.background {
    width: 50% !important;
    margin-right: 0px !important;
}

.techtext {
    width: 41%;
}
.tools {
  
}

.Toolsicon {
    background-color: #e01d14;
    margin-top: 8px;
    color: #ffff;
    /* padding: 0px 10px 0px 10px; */
}
section#product {
    padding-top: 20px;
    padding-bottom:40px;
}

.fw-col-xs-12.fw-col-sm-7.productintro.no.background {
    font-size: 19px;
    /* line-height: 19px !important; */
}

button.prodCompare {
    padding: 19px 20px 20px 75px;
    background-color:#c7c7c6 !important;
    color: #ffffff !important;
    background-image: url(/images/icons/minus.png);

    background-repeat: no-repeat;
    height: 63px;
  
    background-position: 10px;
    margin: 19px 0px 19px 0px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.fw-col-xs-12.fw-col-sm-6.colRight.no.background {
    top: -106px;
    padding-left: 21px !important;
}
.icon {
    float: right;
    position: relative;
    top: -98px;
}

.desktop {
    top: -17px;
    position: relative;
}

button.prodCompare:hover {
  
    background-color:#c7c7c6 !important;
    
}

button.prodCompare.wooscp-btn.wooscp-btn-1241.wooscp-btn-added {
    background-image: url(/images/TICK.png);
}

.sheld {
    width: 8%;
    float: left;
    padding-right: 2%;
}

.sheildtxt {
    width: 90%;
    float: left;
}


.fw-tabs-container .fw-tabs ul li.ui-state-active {
    background: none repeat scroll 0 0 #e62033 !important;
    border:0px;
 
}
.fw-tabs-container .fw-tabs ul li.ui-state-active a {
   
    color: #ffffff !important;
}

.fw-tabs-container .fw-tab-content {
    
    padding: 0px 55px 0px 0px !important;
}

.fw-tabs-container .fw-tabs ul li {
    border: 0px !important;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background-color: #f2f2f2;
}

section#productImage {
    position: relative;
    z-index: 999999;
}


.fw-tabs-container .fw-tab-content {
    border: 0px !important ;
   
}

.wooscp-btn {
    cursor: pointer;
    background-color: transparent !important;
    color: #000000 !important;
}

td > .wooscp-btn.wooscp-btn-added:before {
    content: '' !important;
    /* margin-right: 5px; */
    content: '' !important;
    background-image: url(/images/TICK.png);
    background-repeat: no-repeat;
    /* width: 50px !important; */
    margin: 0px;
    position: relative;
    left: 0px !important;
    padding: 10px 20px 4px 28px;
    top: 10px;
    /* left: 3px; */
}

.wooscp-btn {
    cursor: pointer;
    background-color: transparent !important;
    color: #000000 !important;
    background-image: url(/images/CROSS.png);
    background-repeat: no-repeat;
    padding: 0px;
    background-position: 0px;
    width: 30px;
    height: 30px;
}


.site-content > .narrow > .squareInfoBox   {
    margin-left:20px;
    margin-right:20px;
} 


.fw-col-xs-12.fw-col-sm-3.fouth.no.background {
    width: 24%;
}


.post-thumbnail.bannerheight.newsbanner.banner {
  
    margin-bottom: 69px;
    
    top: 103px !important;
}


.team {
 
    margin:1%;
}

.fw-col-sm-6:nth-child(2) {
    margin-right: 0px;
}


.fourth:nth-child(2) {
    margin-right: 1.2%;
    margin-left: 1.2%;
}
.fourth:nth-child(3) {
    margin-right: 1.2%;
   
}

.fw-col-xs-12.fw-col-sm-3.fourth {
    width: 24% !important;
}


.branchlinks {
    padding-left: 2px;
    background-image: url(https://fireglassuk.com/images/icons/bluepin.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.maptext {
    padding-right:40px;
}

section#stamp {
    background-image: url(/images/backstamp.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.timelineContent > h2.content-title {
    height:66px !important;
} 


.cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post a.ctl_read_more
{

    top: -30px !important;
    position: relative;
}


.fbx-caption-title h2 {
    font-family: 'lato' !important;
}

.woof_sid_auto_shortcode {
    top: -73px;
    position: inherit;
}

.rightcolumn {
    background-color: #c7c7c6;
    margin-top: 33px;
}



.download {
    padding: 19px 20px 20px 75px;
    background-color: #ed1b24;
    color: #ffffff;
    background-image: url(/images/icons/download.png);
    background-repeat: no-repeat;
    height: 63px;
    /* padding-left: 73px; */
    background-position: 10px;
    margin: 19px 0px -13px 0px;
}

.colRight {
    position: relative;
    top: -15px;
}

img.Toolsicon {
    margin: 10px 0px;
}


.woof_sid_auto_shortcode.woof {
  
    padding: 20px 0px 0px 0px !important;
    top: -66px;
}

section#contrators {
    background: url(/images/contract.png);
}

section#joinRes {
    background-image: url(/images/joinery.png);
}

@media all and (min-width: 50px) and (max-width: 845px){.senwidth {
    width: 20% !important;
    float: left;
}

.beyond {
    display: none;
}

.firthwidth {
    width: 78% !important;
    float: left;
}}

#stampright {
    background-image: url(https://staging.fireglassuk.com/images/stamp.png);
    /* background-position: right; */
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.fw-heading.fw-heading-h3 {
    margin-bottom: -10px;
}

.fw-col-xs-12.fw-col-sm-15.whyuse.redBackground {
    background-color: #ea1a21;
    color: #ffffff;
    padding-left: 19px !important;
    padding-top: 8px;
}

.fw-col-xs-12.fw-col-sm-15.iconspace.no.background {
    padding-top: 10px;
}
section#redborder {
    border: #ea1a21 solid 2px;
    margin-top: 21px;
}

.greyback {
    background-color: #cccccc;
    /* height: 100%; */
}

.col-container {
    display: flex;
}

.col {
    flex: 1;
}


.col-container > .fw-col-sm-6 {
    margin-right: 0% !important;
    width: 50%;
} 
.fw-col-xs-12.fw-col-sm-6.widthfull.col-container.no.background {
    margin-right: 0% !important;
    width: 50% !important;
}



.secondary-style {
    color: #ffffff  !important;
}

.formWidth.spacetop {
    margin-bottom: 13px;
}



.fWidth {
 width:100%;
 float:left;
}

.borderform{

    border: 1px solid #000000;
    clear: both;
    width: 91%;
    height: 121px;
    padding: 9px 9px 9px 16px;

}

.borderformdeep{

    border: 1px solid #000000;
    clear: both;
    width: 91%;
    height: 161px;
    padding: 9px;

}

.widthF {
    width:92%;
 float:left;
 padding:10px;
}

.borderformdeeper{

    border: 1px solid #000000;
    clear: both;
    width: 91%;
    height: 200px;
    padding: 9px;

    line-height: 29px;

}

.formAnswer.space {
    padding-left: 29px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.add {
    width: 89%;
    margin-top: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    color: #000000 !important;
}

form#search-form>input[placeholder], [placeholder], *[placeholder] {
    color: #000000!important;
}

a.button.secondary-style {
    border-radius: 0px;
}

.pageone > input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 97%;
    margin: 22px 10px 0px 0px;
}

.pagetwo > input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 97%;
    margin: 11px 10px 0px 0px;
}

.pagethree > input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 97%;
    margin: 11px 10px 0px 0px;
}

.bannerselector {
    margin-right: 0px !important;
    width: 50%;
}

.beyond {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 251px;
}

input[type=radio]:checked {content:url(/images/tick.png)}

@media all and (min-width: 10px) and (max-width: 374px){.formWidth {
        width: 100%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        margin: 20px 0px;
        height: 690px !important;
    }
    
    .maptextright {
        float: left;
        position: relative;
        width:100%;
        font-size: 13px;
    }

.headoffice {
    float: left;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}
@media all and (min-width: 375px) and (max-width: 414px){.formWidth {
        width: 100%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
        
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        margin: 20px 0px;
        height: 700px !important;
    }
    .maptextright {
        float: left;
        position: relative;
        width: 100%;
        font-size: 13px;
    }
    .map {
        height: 335px;
        position: relative;
        float: left;
        width: 340px;
    
        margin: 13px 28px 9px 9px;
    }


.headoffice {
    float: left;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}

 @media all and (min-width: 415px) and (max-width: 767px){.formWidth {
        width: 100%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
        
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        margin: 20px 0px;
        height: 700px !important;
    }
    .maptextright {
        float: left;
        position: relative;
        width: 100%;
        font-size: 13px;
    }
    .map {
        height: 335px;
        position: relative;
        float: left;
        width: 340px;
    
        margin: 13px 28px 9px 9px;
    }


.headoffice {
    float: left;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}



@media all and (min-width: 768px) and (max-width: 1022px){.formWidth {
        width: 100%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
        
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        margin: 20px 0px;
        height: 700px !important;
    }
    .maptextright {
        float: left;
        position: relative;
        width: 100%;
        font-size: 13px;
    }
    .map {
        height: 335px;
        position: relative;
        float: left;
        width: 340px;
    
        margin: 13px 28px 9px 9px;
    }


.headoffice {
    float: left;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}

@media all and (min-width: 1024px) and (max-width: 1299px){.formWidth {
        width: 100%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
        
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        margin: 20px 0px;
        height: 700px !important;
    }
    .maptextright {
        float: left;
        position: relative;
        width: 100%;
        font-size: 13px;
    }
    .map {
        height: 335px;
        position: relative;
        float: left;
        width: 340px;
    
        margin: 13px 28px 9px 9px;
    }


.headoffice {
    float: left;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}

 @media all and (min-width: 1300px) and (max-width: 5000px){.formWidth {
        width: 46%;
        float: left;
        padding-right: 1%;
        margin-top: 6px;
    }
    .contactinfomap {
        padding: 0px 0px 4px 13px;
        display: flex;
        margin: 20px 0px;
        height: 357px;
    }
    .maptextright {
        float: left;
        position: relative;
        width: 52.5%;
        font-size: 13px;
    }

    .map {
        height: 288px;
        position: relative;
        float: left;
        width: 41%;
    
        margin: 13px 28px 9px 9px;
    }


.headoffice {
    float: right;
    position: relative;
    background-color: #ed1b24;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
}}

/* This is a single-line comment */
@media all and (min-width: 10px) and (max-width: 374px){.integ {
        position: inherit;
        top: 61px;
        left: 0px;
        z-index: 1;
        width:100%;
        text-transform: uppercase;
    }

    td.mobhide {
        display: none;
    }

    .integ > h4 {
        font-size: 27px !important;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:0px !important;
    }
    .woof_container_inner > h4 {
        font-size: 27px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
        padding-top: 57px !important;
        padding-left: 0px !important;
    }


    .woof_term_97  {
        /* margin: 0 3px 0 3px !important; */
        border-right: 0px solid;
        padding-right: 20px !important;
    }}


@media all and (min-width: 375px) and (max-width: 414px){.integ {
        position: inherit;
        top: 56px;
        left: 0px;
        z-index: 1;
        width:100%;
        text-transform: uppercase;
    }
    td.mobhide {
        display: none;
    }

    .integ > h4 {
        font-size: 27px !important;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:0px !important;
    }
    .woof_container_inner > h4 {
        font-size: 27px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
        padding-top: 57px !important;
        padding-left: 0px !important;
    }

 
    .woof_term_97 {
        /* margin: 0 3px 0 3px !important; */
        border-right: 0px solid;
        padding-right: 79px !important;
    }}

@media all and (min-width: 415px) and (max-width: 767px){.integ {
        position: inherit;
        top: 56px;
        left: 0px;
        z-index: 1;
        width:100%;
        text-transform: uppercase;
    }
    td.mobhide {
        display: none;
    }

    .integ > h4 {
        font-size: 27px !important;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:0px !important;
    }
    .woof_container_inner > h4 {
        font-size: 27px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
        padding-top: 57px !important;
        padding-left: 0px !important;
    }

 
    .woof_term_97 {
        /* margin: 0 3px 0 3px !important; */
        border-right: 2px solid;
        padding-right: 79px !important;
    }}


@media all and (min-width: 768px) and (max-width: 1022px){.integ {
        position: inherit;
        top: -43px;
        left: 349px;
        z-index: 1;
        width:515px;
        text-transform: uppercase;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:15px 30px 15px 30px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
        border-right: 2px solid;
        padding-left: 27px !important;
    }}
@media all and (min-width: 1024px) and (max-width: 1299px){.integ {
        position: inherit;
        top: -43px;
        left: 349px;
        z-index: 1;
        width:515px;
        text-transform: uppercase;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:15px 30px 15px 30px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
       
        padding-left: 27px !important;
    }


    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
        border-right: 2px solid;
        padding-left: 27px !important;
    }}
@media all and (min-width: 1300px) and (max-width: 5000px){.integ {
        position: inherit;
        top: -43px;
        left: 349px;
        z-index: 1;
        width:515px;
        text-transform: uppercase;
    }

    .woof_container_inner {
        background-color: #f4fbfc;
        margin-right: 10px;
        padding:15px 30px 15px 30px !important;
    }

    .woof_list li:nth-child(4) {
        /* margin: 0 3px 0 3px !important; */
       
        padding-left: 27px !important;
    }}


/* product forms */
@media all and (min-width: 10px) and (max-width: 374px){input.wpcf7-form-control.wpcf7-text.inputtxt {
        width: 100% !important;
    }}







@media all and (min-width: 1300px) and (max-width: 5000px){input.wpcf7-form-control.wpcf7-text.inputtxt {
        width: 162px !important;
    }}

/* end of product form product forms */


/* News page */
@media all and (min-width: 10px) and (max-width: 374px){.newsinfobox {
       
        width: 90% !important;

    }

    .archivetop {
        margin-top: 21px;
    }}
@media all and (min-width: 375px) and (max-width: 414px){.newsinfobox {
        
        width: 90% !important;
        
    }

    .archivetop {
        margin-top: 21px;
    }}

@media all and (min-width: 768px) and (max-width: 1022px){.newsinfobox {
        
        width: 90% !important;
        
    }}





@media all and (min-width: 1300px) and (max-width: 5000px){.newsinfobox {
        float: left;
        width: 29.1%;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        max-height: 599px;
        border: 1px solid #939593;
    }}

/* end of news page */

/* Glazzing banner */

@media all and (min-width: 1601px) and (max-width: 3000px){.squareInfoBoxline1 {
        float: left;
        width: 33%;
    }

    .squareInfoBoxline2 {
        float: left;
        width: 67%;
        background-color: white;
        margin-top: 47px;
        height: 449px;
    }

    .squareInfoBoxlineButtonCert {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }

    .slide-9 {
        background-image: url(/images/slides/firas_bgroundsm3000.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .slide-10 {
        background-image: url(/images/slides/Aluprof_Bgroundsm3000.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .squareInfoBoxlineButtonCert {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }
    .slideInfoboxtextcert {
        padding: 61px 58px 10px 0px;
        color: #000000;
        font-size: 13px;
        line-height: 25px;
        hyphens: none;
        float: left;
        width: 60%;
    }
    
    .slideInfoboxtitlecert {
        float: left;
        width: 34%;
        padding: 66px 30px 40px 29px;
    }



  .slide-buttons2 {
    list-style: none;
    padding-left: 0;
}
.slide-buttons2 li {
    position: relative;
    padding-left: 20px;
}
.slide-buttons2 li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
   
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.slide-buttons2 {
  text-align: left;
  position: relative;
  top: -99px;
  margin-left: 47%;
  padding-bottom: 25px;
 
}}
@media (min-width: 1201px) and (max-width: 1600px){.squareInfoBoxline1 {
        float: left;
        width: 33%;
    }
    
    .squareInfoBoxline2 {
        float: left;
        width: 67%;
        background-color: white;
        margin-top: 47px;
        height: 449px;
    }
    
    .squareInfoBoxlineButtonCert {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }

    .slide-9 {
        background-image: url(/images/slides/firas_bgroundsm3000.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .slide-10 {
        background-image: url(/images/slides/Aluprof_Bgroundsm3000.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .squareInfoBoxlineButtonCert2 {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }
    .slideInfoboxtextcert {
        padding: 61px 58px 10px 0px;
        color: #000000;
        font-size: 13px;
        line-height: 25px;
        hyphens: none;
        float: left;
        width: 60%;
    }
    
    .slideInfoboxtitlecert {
        float: left;
        width: 34%;
        padding: 66px 30px 40px 29px;
    }

    .slide-buttonstwo {
        text-align: left;
        position: relative;
        top: -168px;
        margin-left: 47%;
        padding-bottom: 25px;
    }}
@media (min-width: 960px) and (max-width: 1200px){.squareInfoBoxline1 {
            float: left;
            width: 2%;
        }
        
        .squareInfoBoxline2 {
            float: left;
            width: 98%;
            background-color: white;
            margin-top: 47px;
            height: 449px;
        }
        
        .squareInfoBoxlineButtonCert {
            float: left;
            width: 22.6%;
            height: 1px;
            top: -52px;
            position: relative;
        }
        .slide-9 {
            background-image: url(/images/slides/firas_bgroundsm.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            padding-right: 0px;
        }
        
        .slide-10 {
            background-image: url(/images/slides/Aluprof_Bgroundsm.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            padding-right: 0px;
        }

        .squareInfoBoxlineButtonCert2 {
            float: left;
            width: 14.6%;
            height: 1px;
            top: -52px;
            position: relative;
        }
        .slideInfoboxtextcert {
            padding: 61px 58px 10px 0px;
            color: #000000;
            font-size: 13px;
            line-height: 25px;
            hyphens: none;
            float: left;
            width: 60%;
        }
        
        .slideInfoboxtitlecert {
            float: left;
            width: 34%;
            padding: 66px 30px 40px 29px;
        }}


@media (min-width: 784px) and (max-width: 959px){.squareInfoBoxline1 {
float: left;
width: 2%;
}

.squareInfoBoxline2 {
float: left;
width: 98%;
background-color: white;
margin-top: 47px;
height: 500px;
}
    
    .squareInfoBoxlineButtonCert {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }

    .slide-9 {
        background-image: url(/images/slides/firas_bgroundsm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }
    
    .slide-10 {
        background-image: url(/images/slides/Aluprof_Bgroundsm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .squareInfoBoxlineButtonCert2 {
        float: left;
        width: 14.4%;
        height: 1px;
        top: -31px;
        position: relative;
      
    }
    .slideInfoboxtextcert {
        padding: 61px 58px 10px 0px;
        color: #000000;
        font-size: 13px;
        line-height: 25px;
        hyphens: none;
        float: left;
        width: 60%;
    }
    
    .slideInfoboxtitlecert {
        float: left;
        width: 34%;
        padding: 66px 30px 40px 29px;
    }}
@media (min-width: 416px) and (max-width: 783px){.squareInfoBoxline1 {
        float: left;
        width: 2%;
    }
    
    .squareInfoBoxline2 {
        float: left;
        width: 98%;
        background-color: white;
        margin-top: 47px;
        height: 449px;
    }
            
            .squareInfoBoxlineButtonCert {
                float: left;
                width: 22.6%;
                height: 1px;
                top: -52px;
                position: relative;
            }

            .slide-9 {
                background-image: url(/images/slides/firas_bgroundsm.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                padding-right: 0px;
            }
            
            .slide-10 {
                background-image: url(/images/slides/Aluprof_Bgroundsm.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                padding-right: 0px;
            }

            .squareInfoBoxlineButtonCert2 {
                float: left;
                width: 14.4%;
                height: 1px;
                top: -41px;
                position: relative;
              
            }
            .slideInfoboxtextcert {
                padding: 61px 58px 10px 0px;
                color: #000000;
                font-size: 13px;
                line-height: 25px;
                hyphens: none;
                float: left;
                width: 60%;
            }
            
            .slideInfoboxtitlecert {
                float: left;
                width: 34%;
                padding: 66px 30px 40px 29px;
            }}
.box.slideC {
    height: 341px;
}

.squareInfoBoxlineCertLogo {
    width: 34%;
    float: left;
}

.squareInfoBoxlineCert {
    width: 60%;
    float: left;
}
  

@media (min-width: 50px) and (max-width: 783px){.squareInfoBoxline1 {
float: left;
width: 0%;
}

.squareInfoBoxline2 {
float: left;
width: 103%;
background-color: white;
margin-top: 5px;
height: 449px;
padding-bottom: 262px;
}
    
    .squareInfoBoxlineButtonCert {
        float: left;
        width: 22.6%;
        height: 1px;
        top: -52px;
        position: relative;
    }

    .slide-9 {
        background-image: url(/images/slides/firas_bgroundsm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }
    
    .slide-10 {
        background-image: url(/images/slides/Aluprof_Bgroundsm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 0px;
    }

    .squareInfoBoxlineButtonCert2 {
        float: left;
        width: 14.4%;
        height: 1px;
        top: -41px;
        position: relative;
      
    }
    .slideInfoboxtextcert {
        padding-left: 19px;
        color: #000000;
        font-size: 13px;
        /* line-height: 25px; */
        hyphens: none;
        float: left;
        width: 100%;
        padding-top: 0px;
    }
    
    .slideInfoboxtitlecert {
        float: left;
        
        float: left;
        width: 34%;
        padding: 9px 30px 18px 31px;
}}
}  

/*  end ofGlazzing banner */


/* product link */
@media (min-width: 960px) and (max-width: 1200px){.fw-col-xs-12.fw-col-sm-3.groupProd.no.background > a .ProductLink {
                    margin-bottom: 16px;
                }

                .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > .fw-heading, .fw-heading-h6  {
                    margin-bottom: 0px;
                }
                .fw-col-xs-12.fw-col-sm-3.groupProd.no.background {
                    margin-right: 1.8%;
                }
                .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > p {
                    margin-right: 1.8%;
                    padding-right:1%;
                }

                section#padding10 {
                    padding-top: 29px;
                    padding-bottom: 20px;
                    margin-bottom: 49px;
                }
                .ProductLink {
                    width: 90%;
                    float: left;
                    height: 166px;
                    margin-right: 2%;
                    margin-bottom: 47px;
                }}

@media (min-width: 784px) and (max-width: 959px){.fw-col-xs-12.fw-col-sm-3.groupProd.no.background > a .ProductLink {
        margin-bottom: 16px;
    }

    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > .fw-heading, .fw-heading-h6  {
        margin-bottom: 0px;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background {
        margin-right: 1.8%;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > p {
        margin-right: 1.8%;
        padding-right:1%;
    }

    section#padding10 {
        padding-top: 29px;
        padding-bottom: 20px;
        margin-bottom: 49px;
    }
    .ProductLink {
        width: 90%;
        float: left;
        height: 166px;
        margin-right: 2%;
        margin-bottom: 47px;
    }}


@media (min-width: 416px) and (max-width: 783px){.fw-col-xs-12.fw-col-sm-3.groupProd.no.background > a .ProductLink {
        margin-bottom: 16px;
    }

    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > .fw-heading, .fw-heading-h6  {
        margin-bottom: 0px;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background {
        margin-right: 1.8%;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > p {
        margin-right: 1.8%;
        padding-right:1%;
    }

    section#padding10 {
        padding-top: 29px;
        padding-bottom: 20px;
        margin-bottom: 49px;
    }
    .ProductLink {
        width: 90%;
        float: left;
        height: 166px;
        margin-right: 2%;
        margin-bottom: 47px;
    }}


@media (min-width: 50px) and (max-width: 783px){.fw-col-xs-12.fw-col-sm-3.groupProd.no.background > a .ProductLink {
        margin-bottom: 16px;
    }

    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > .fw-heading, .fw-heading-h6  {
        margin-bottom: 0px;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background {
        margin-right: 1.8%;
    }
    .fw-col-xs-12.fw-col-sm-3.groupProd.no.background > p {
        margin-right: 1.8%;
        padding-right:1%;
    }

    section#padding10 {
        padding-top: 29px;
        padding-bottom: 20px;
        margin-bottom: 49px;
    }
    .ProductLink {
        width: 90%;
        float: left;
        height: 166px;
        margin-right: 2%;
        margin-bottom: 47px;
    }}

/* link product link */#banner_add1 {
margin: auto;
text-align: center;
display: flex;
justify-content: center;
background:url(https://fireglassuk.com/images/homebanner/home.jpg) repeat 0 0 transparent;
width:100%;


}

#banner_add2 {
margin: auto;
text-align: center;
display: flex;
justify-content: center;
background:url(https://fireglassuk.com/images/homebanner/home2.jpg) repeat 0 0 transparent;
width:100%;
}

#banner_add3 {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    background:url(https://fireglassuk.com/images/homebanner/home3.jpg) repeat 0 0 transparent;
    width:100%;
    }

    #banner_add4 {
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        background:url(https://fireglassuk.com/images/homebanner/home4.jpg) repeat 0 0 transparent;
        width:100%;
        }

        #banner_add5 {
            margin: auto;
            text-align: center;
            display: flex;
            justify-content: center;
            background:url(https://fireglassuk.com/images/homebanner/home5.jpg) repeat 0 0 transparent;
            width:100%;
            }
        
    




#we_are {

    
    color: #ffffff;
    font-weight: bolder;
    font-size:40px;
    position: relative;
    float: left;
    opacity: 0;
    clear: both;
    left:3px;
    top:190px !important;

}

#line_one {
 
    left:0px !important;
    color: #ffffff;
    font-size:70px;
    line-height:73px;
    font-weight: bolder;
    position: relative;
    float: left;
    opacity: 0;
    text-align: left;
    top:220px !important;
}

#line_two, #line_three, #line_four, #line_five {
    color: #ffffff;
    font-weight: bolder;
    font-size:70px;
    line-height:73px;
    position: absolute;
    float: left;
    opacity: 0;
    text-align: left;
    top:280px !important;
}



/* Put your css in here */


.scrollwidth  {
    width:100%;
    margin: auto;
}

.left{
    float: left; 
    width: 4%;
    height: 49px;
    border: 0px solid ;
   }

  

.flame {
   
        
   
}
   
   .internal {
    width: 22.75%;
    height: 100%;
    border: 0px solid black;
    display: inline-block;
    background-color: #c7c7c6;
    text-align: center;
    padding-top: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.internalcert {
    width: 22.75%;
    height: 100%;
    border: 0px solid black;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    padding-top: 0px;
    font-weight: 900;
    text-transform: uppercase;
}
   
   .center{
    float: left; 
    width: 91%;
    height: 49px;
    border: 0px;
    margin-left: 6px;
    margin-right: 1px;
    overflow: hidden;
    /*will change this to hidden later to deny scolling to user*/
    white-space: nowrap;
   }
   
   .right{
    float: right; 
    width: 4%;
    height: 49px;
    border: 1px;
   }
   
   button#left-button {
    width: 100%;
    padding: 0px;
    height: 49px;
}

button#left-buttoncert {
    width: 100%;
    padding: 0px;
    height: 49px;
    background-color: #ffffff !important;
    border: 1px #eb1b24 solid !important;
    color: #ed1b24 !important;
}

button#right-buttoncert {
    width: 100%;
    padding: 0px;
    height: 49px;
    background-color: #ffffff !important;
    border: 1px #eb1b24 solid !important;
    color: #ed1b24 !important;
}

button#right-button {
    width: 100%;
    padding: 0px;
    height: 49px;
}


button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #ed1b24 !important;
}

button:hover {
    background-color: #af1017 !important;
    border: 0px !important;
   
}

.adress {
    position: absolute;
    top: 47px;
    left: 200px;
}



.homesubnav {

padding-top:7px;
height: 60px;
margin-top:3px;

}

.homesubnavLink {
    float: left;
    color: #e51e17;
    font-weight: 700;
    wrap: break-word !important;
    /* word-break: break-all; */
    /* overflow-wrap: break-word; */
    
  
    line-height: 35px;
    padding-left: 38px;
    padding-right: 47px;
    padding-top: 4px;
}

.homesubnavLink:hover {
    color:#ffffff;
}

.iconPhones {
    background-image: url(/images/icons/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.iconPhones:hover {

}


.iconPoint {
    background-image: url(/images/icons/point.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.iconPoint:hover {
    background-image: url(/images/icons/point-white.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.iconQuote {
    background-image: url(/images/icons/calc.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.iconQuote:hover {
    background-image: url(/images/icons/calc-white.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.iconBranch {
    background-image: url(/images/icons/branch.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.iconBranch:hover {
    background-image: url(/images/icons/branch-white.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
@media all and (min-width: 1025px) and (max-width: 2200px){.mobilemenu { display: none;}}



@media all and (min-width:1200px){#banner_addred { width:100%; height: 600px; }
#we_are { top:43vh; }
#line_one, #line_two, #line_three, #line_four, #line_five { font-size:75px; line-height:78px; top:53vh;}}
@media all and (min-width: 960px) and (max-width: 1199px){#line_one, #line_two, #line_three, #line_four { font-size:70px;}
    #banner_addred { width:100%; height: 600px; }
    #banner_addred {
        background:url(/images/homebanner/firebanner-900.png) repeat 0 0 transparent;
        background-size: cover;
      width:100%;
      opacity: 0.9;
    
    }}
 
@media all and (min-width: 200px) and (max-width: 959px){#banner_addred {  height: 600px;}
    .header-main { top: -7px; }
    
    #we_are { top:10vh; }
    #line_one { font-size:35px !important; line-height:35px; top:60vh; left: 8px;}
    #line_two { font-size:35px !important; line-height:35px; top:59vh; left: 8px;}
    #line_three { font-size:35px !important; line-height:35px; top:40vh; left: 8px;}
    #line_four { font-size:35px !important; line-height:35px; top:76vh; left: 8px;}
    #line_five { font-size:35px !important; line-height:35px; top:103vh; left: 8px;}
    .iconPoint, .iconQuote, .iconBranch { background-image: none; font-size: 13px; width: 20%;  line-height: 13px;}
    .iconPoint { padding-left: 15px;}
    .homesubnav { height:45px; }
    .slide-viewer { height:200px; }}.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
 
    height: 80px !important;
   
}

.wpmm-start-group-section.wpmm-group1 {
    float: right !important;
        display: block;
      padding-top: 9px;
}

.wpmm-sub-menu-wrap {
 
}
.wpmm-sub-menu-wrap li.wpmega-3columns-3total {
    width: 28%;
    padding: 0 10px;
}
.wpmm-mega-3columns {
    width: 74% !important;
}

.wpmm-group1 {
      margin: 18px 34px 15px 0px;
    width: 31% !important;
  padding-right:0px;

}
.wpmm-group2 {
     margin: 18px 27px 0px 0px;
    width: 30% !important;
    margin-left: 0px;
}

.fw-tabs-container .fw-tab-content {
padding:0px;
}


.wpmm-sub-menu-wrap ul li ul li {
    width: 100%;
    margin: 1px 0 4px;
    padding: 0;
}

.wpmm-sub-menu-wrap {
    padding: 0px !important;
}




.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.menu-item-depth-1 {
    margin-top: 0px !important;
}

wpmegamenu_pro_linkimage-2 {
    padding: 0px !important;
}

.wpmm-sub-menu-wrap li.wpmega-1columns-1total {
    padding: 0;
}

.wpmm-image-link-wrapper a {
    padding: 0px !important;
}


.primary-navigation ul ul a {
   
    width: 100% !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrapper ul, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrap ul {
    padding-bottom: 0px;
}


ul#wpmega-menu-primary {
    top: 0px;
}




.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    position: static;
    padding-bottom: 39px;
  background-color: transparent !important;
}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
   
    
    font-weight: 600 !important;
}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title::before, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link::before {
    background: none;
   
}


ul li span.wpmm-mega-menu-href-title:hover {
     color: #cc0000 !important; 
}

#navbarmain a {
  
    text-align: left !important;
}

nav#primary-navigation {
    top: 6px !important;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-3total {
    width: 30%;
    padding: 0 10px;
}

.wpmm-sub-menu-wrap {
    margin-top: 42px;
}

.wpmm-sub-menu-wrap-alt {
    margin-top: 5px;
}



.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-1columns-2total {
   width: 47%;
    margin-right: 17px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-2total {
    width: 47%;
    margin-right: 17px;
    padding: 0 0px;
}

.redtext {
   color: #ed1b24 !important;
}


.wp-megamenu-main-wrapper.wpmega-black-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul, .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertica
l{

      background: -webkit-linear-gradient(top,#ffffff,#ffffff);
}


   .mobilemenu > .wpmega-enabled-mobile-menu > .wpmm-mega-wrapper > .menu-item {
        
        padding-bottom: 8px;
   		padding-bottom: 8px;
        
    }

.wpmegamenu-toggle.wpmega-enabled-menutoggle {
    height: 42px;
}



.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link:before {
        width: 0px;
        
    } 


h1.bannerTitleWeight {
    font-weight: 100 !important;
}

.e-mailit_bottom_toolbox {
    display: none !important;
}

.cool-timeline-horizontal .wrp-desgin-4 ul.ctl_h_slides.slick-slider .slick-list li {
 
    height: 598px !important;
  }


:not(.no_bgr)>*>.E_mailit_Facebook, :not(.no_bgr)>*>.E_mailit_Facebook_Like, :not(.no_bgr)>*>.E_mailit_Facebook_Like_and_Share, :not(.no_bgr)>.e-mailit_mobile_Facebook {
    background-color: #ad120f!important;
}

@media all and (min-width: 1255px) and (max-width: 1280px){#image {
 left: -299px !important;
	}}

@media all and (min-width: 1225px) and (max-width: 1255px){#image {
 left: -289px !important;
	}}

@media all and (min-width: 1195px) and (max-width: 1225px){#image {
 left: -279px !important;
	}}

@media all and (min-width: 1165px) and (max-width: 1195px){#image {
 left: -269px !important;
	}}


@media all and (min-width: 1135px) and (max-width: 1165px){#image {
 left: -259px !important;
	}}

@media all and (min-width: 1105px) and (max-width: 1135px){#image {
 left: -259px !important;
	}}

@media all and (min-width: 1095px) and (max-width: 1105px){#image {
   left: -255px !important;
	}}



@media all and (min-width: 1065px) and (max-width: 1095px){#image {
 left: -248px !important;
	}}

@media all and (min-width: 1026px) and (max-width: 1065px){#image {
 left: -240px !important;
	}}


-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
-moz-text-size-adjust:none;
text-size-adjust:none;
</style>
  <style>
.filterDiv {
  float: left;
 
  display: none;
}

.show {
  display: block;
}

section#filter > .container-fluid > .row > .col-md-12 > .container >  .fw-row {
 
  width: fit-content !important;
  display: contents;
}


.gallery_bank_main_container {
    width: 100% !important;
    max-width: 805px !important;
    float: middle !important;
    margin: auto !important;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
</style>
  <style >
  .flex-item.flex-item-grow.flex-item-shrink.text-right {
    opacity: 0;
}

.app {
    background-color: #ed1b24 !important;
}


/* Nav */
@media all and (min-width: 10px) and (max-width: 374px){.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
        width: 100% !important;
    }
    .wpmm-sub-menu-wrap {
        margin-top: 18px;
       }}
@media all and (min-width: 375px) and (max-width: 414px){.wpmm-sub-menu-wrap {
        margin-top: 22px;
       }}

@media all and (min-width: 768px) and (max-width: 1022px){.wpmm-sub-menu-wrap {
        margin-top: 44px;
       }}

@media all and (min-width: 1024px) and (max-width: 1299px){.wpmm-sub-menu-wrap {
        margin-top: 44px;
       }}



@media all and (min-width: 1300px) and (max-width: 5000px){.wpmm-sub-menu-wrap {
        margin-top: 44px;
       }}

/* end of nav page */.servicepannel {
   
    margin-height: 30px !important;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.joinpannel {
    height: 580px;
    margin-height: 30px !important;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.patitionpannel {
    height: 580px;
    margin-height: 30px !important;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}



ul.bullfire.arc1 {
    padding-left: 30px;
}

img.serviceIcon {
    float: left;
    margin-right: 10px;
    margin-bottom: 27px;
}



@media all and (min-width: 10px) and (max-width: 767px){.fw-col-xs-12.fw-col-sm-6.col.servicepannel.pannelpicture {
        display: none;
        height: 404px;
    }}
    
    @media (max-width: 3000px) and (min-width: 901px){display: flex ;}
    
    
    
    @media all and (min-width: 901px) and (max-width: 3000px){.fw-col-xs-12.fw-col-sm-6.col.servicepannel.pannelpicture {
          
            height: 580px;
        }}