/* Defaults / Desktop View */



/*NAVIGATION*/

* {

  margin: 0;

  padding: 0;

  outline: none;

  border: none;

  text-decoration: none;

  color: #474646;

}



body {

  font-family: Open Sans, sans-serif;

  color: #474646;

}



h1 {

  font: 800 1.25em Open Sans, sans-serif;

  color: #474646;

}



.whiteText {
  color: #fff;
}

.main-menu {
  display: block;
  position: relative;
  background: #484747;
}

.container-menu {

  display: block;

  width: 90%;

  margin: 0 auto;

}

.main-menu:before,
.main-menu:after {

  display: table;
  0 line-height: 0;

  content: "";

}

.core-menu {

  display: block;

  text-align: center;

  font: normal normal normal 1em/1 Open Sans, sans-serif;

  overflow: hidden;

}

.core-menu li {

  font-weight: normal;

  list-style: none;

  display: inline-block;

  cursor: pointer;

  color: #f2f2f2;

}

.core-menu li * {
  vertical-align: top;
}

.core-menu li a {
  display: inline-block;
  padding: 0.8em;
  color: #f2f2f2;
  text-decoration: none;
  font-weight: 600;
}

.core-menu li a:hover {

  background: #959595;

}

li span.toggle {

  padding-left: 1em;

}

.toggle:before {

  /*content:"\f0dd";

  font:normal normal normal 16px/1 FontAwesome;*/

  padding-right: 5px;

  color: #f2f2f2;

}

.dropdown {

  position: absolute;

  width: 275px;

  background: #1a1a1a;

  text-align: left;

  display: none;

}

.dropdown li {

  font-size: .8em;

  font-weight: normal;

  display: block;

  color: #f2f2f2;

}

.dropdown li a {

  display: block;

  color: #f2f2f2;

}

.dropdown2 {

  position: absolute;

  width: 275px;

  background: #2d2d2d;

  text-align: left;

  display: none;

  right: -100%;

  top: 0;

}

.dropdown2 li {

  display: block;

}

.dropdown2 li a {

  display: block;

}

li span.toggle2 {

  position: absolute;

  right: 0;

  margin-right: 20px;

}

.toggle2:after {

  /*  content:"\f0da";

  font:normal normal normal 16px/1 FontAwesome;*/

  padding-left: 5px;

}

.hamburger-menu {

  padding: 1em;

  display: none;

  font: normal normal normal 16px/1 Open Sans, sans-serif;

  text-transform: uppercase;

}





/*END NAVIGATION*/





/*-------------------------------------------------------------------

SLIDESHOW BACKGROUND*/

.slideshowMobile {

  display: none;

}





.slideshow {
  display: block;
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

@-webkit-keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*END SLIDESHOW BACKGROUND

------------------------------------------------------------------

*/













#fullBodyWrap {

  display: block;

  padding: 0;

  margin: auto;

  width: 100%;

  height: 100%;

  z-index: 0;

}



#headerWrapMain {

  margin: auto;

  width: 100%;

  /*height:115px;*/

  position: relative;

  background-color: rgba(255, 255, 255, 1);

  z-index: 1000;





}



#headerTopBar {

  margin: auto;

  width: 100%;

  height: 20px;

  padding: 3px;

}



#headerContentWrap {

  display: block;

  top: 0;

  left: 0;

  right: 0;

  margin: auto;

  width: 1200px;
  /*

	height:115px;*/

  /*	position:absolute;*/

  cursor: pointer;

}







#fullMidBodyWrap {
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);
}

.fullMidBodyWrapCat {

  margin: auto;

  left: 0;

  right: 0;

  width: 100%;

  height: auto;

  border-top: 4px solid #9E9E9E;

  -webkit-box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);

  -moz-box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);

  box-shadow: inset 0px 7px 3px -3px rgba(50, 50, 50, 0.75);

  background-image: url(https://res.cloudinary.com/business-products/image/upload/q_auto,f_auto/v1668791118/premier-line/layout-images/CementBackground_dlzylb.jpg);

}

#headerWrapMain {
  background-image: url(https://res.cloudinary.com/business-products/image/upload/q_auto,f_auto/v1668791118/premier-line/layout-images/header-bg_vxmeei.jpg);
}

#headerLogo {
  display: block;
  max-width: 95%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.introBox {

  /* display: block; */

  background: rgba(255, 255, 255, .7);

  z-index: 500;

  position: fixed;

  top: 325px;

  margin-left: 25%;

  margin-right: 25%;

  width: 50%;

  float: left;

}



.introContent {

  display: block;

  color: #000;

  margin: auto;

  width: 90%;

  font-family: Open Sans, sans-serif;

  line-height: 1.25em;

  padding-top: 20px;

  padding-bottom: 20px;

}



#footerWrap {

  color: #7B7A7A;

  font-family: Open Sans, sans-serif;

  text-align: center;

  margin: auto;

  width: 100%;

  height: 10px;

  position: relative;

  bottom: 0;

  left: 0;

  border-top: 1px solid #6D6F73;

  background-color: rgba(255, 255, 255, 1);

  padding-top: 5px;

}









#catBodyWrap {

  display: block;

  width: 1200px;

  min-height: 721px;

  height: auto !important;

  /*height: 721px;*/

  margin: auto;

  margin-top: 40px;

  padding-top: 50px;

  overflow: hidden;

  background-color: #fff;

}







#catBodyRight {

  display: block;

  clear: both;

  width: 1000px;

  margin: auto;

  /* margin-top: 40px; */

  padding: 12px;

  /* min-height: 590px; */

  height: auto !important;

  background-color: #fff;

}





.prodTitle {

  font-weight: 100;

  font-size: 30px;

  margin-bottom: 12px;

  line-height: 30px;

  color: #404040;

}









.prodDeets ul {

  left: 0;

  right: 0;

  overflow: hidden;

  width: 1000000px;

  margin: auto 0;

  display: inline;

}



.prodDeets li {

  position: relative;

  width: 18.99%;

  line-height: 1.3em;

  float: left;

  margin: auto 0;

  margin-right: 32px;

  display: inline;

}





/*

.prodDeets li:first-child{

  margin-left:30px;

}



.prodDeets li:nth-child(3n+3) {  

  margin-right:0px;

}



.prodDeets li:last-child{

  margin-right:0px;

}

*/



.prodDeetsInWrap {

  width: 100%;

  height: 375px;

  padding: 12px;

  font-size: 12px;

  margin-bottom: 12px;

  -webkit-border-radius: 10px 10px 10px 10px;

  -moz-border-radius: 10px 10px 10px 10px;

  border-radius: 10px 10px 10px 10px;

  border: 1px solid #e8e8e8;

}





.imgCenter {

  margin: auto;

  display: block;

  text-align: center;

}



.subTitles {

  font-size: 14px;

  font-weight: 200;

  color: #474646;

  font-family: Open Sans, sans-serif;

}







.subTitlesTiny {

  font-size: 10px;

  font-weight: 300;

  color: #474646;

}





/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

/*     START CUSTOM SITE DATA                          */

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

#custWrap {

  display: block;

  clear: both;

  float: left;

  margin: auto;

  left: 0;

  right: 0;

  width: 100%;

  height: 40px;

  background-color: ##1e1e1d;

  border-bottom: 1px dashed #425348;

}



#custTextWrap {

  display: block;

  margin: auto;

  left: 0;

  right: 0;

  width: 1095px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  color: #8C8C8C;

  font-size: 12px;

  font-family: 'Open Sans', sans-serif;

}





.hLinks {
  color: #fff;
  font-size: 11px;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

a.hLinks:link {
  color: #8C8C8C;
  text-decoration: none;
}

a.hLinks:hover {
  color: #3A3838;
  text-decoration: none;
}

a.hLinks:active {
  color: #8C8C8C;
  text-decoration: none;
}

a.hLinks:visited {
  color: #8C8C8C;
  text-decoration: none;
}



/*

############################################################

############################################################

############################################################

############################################################

############################################################

############################################################

############################################################

############################################################











START MEDIA QUERIES

*/



/*NAVIGATION*/



@media (max-width:720px) {

  .main-menu {

    display: block;

    height: 50px;

  }

  .container-menu {

    display: block;

    width: 100%;

  }

  .navigation {

    float: left;

    display: block;

    width: 100%;

  }

  .core-menu {

    display: block;

    float: right;

    width: 100%;

    background: #1a1a1a;

    margin: auto;

  }



  .core-menu li {

    width: 100%;

    display: block;

  }

  .core-menu li a {

    display: block;

    margin: auto;

  }

  .hamburger-menu {

    display: block;

    text-align: center;

    padding-right: 60px;

    float: none;

    width: 100%;

    color: #fff;

  }

  .burger-1,
  .burger-2,
  .burger-3 {

    display: block;

    position: absolute;

    width: 20px;

    height: 3px;

    border-radius: 30px;

    right: 0;

    margin-right: 25px;

    background: #fff;

    -webkit-transition: .2s ease;

    -ms-transition: .2s ease;

    -moz-transition: .2s ease;

    -o-transition: .2s ease;

    transition: .2s ease;

  }

  .burger-1 {

    top: 15px;

  }

  .burger-2 {

    top: 23px;

  }

  .burger-3 {

    top: 31px;

  }

  .burger-1.open,
  .burger-2.open,
  .burger-3.open {

    -webkit-transition: .2s ease;

    -ms-transition: .2s ease;

    -moz-transition: .2s ease;

    -o-transition: .2s ease;

    transition: .2s ease;

    transform-origin: 50% 50%;

  }

  .burger-1.open {

    top: 25px;

    width: 23px;

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

  }

  .burger-2.open {

    opacity: 0;

  }

  .burger-3.open {

    top: 25px;

    width: 23px;

    transform: rotate(-45deg);

  }

  .dropdown {

    width: 100%;

    background: #0e0e0e;

    text-align: center;

    position: relative;

  }

  .dropdown2 {

    right: 0;

    top: 0;

    width: 100%;

    position: relative;

    padding: 0 20px;

  }





  /*END NAVIGATION*/



  #headerContentWrap {

    /*width:650px;*/

    /*height:115px;*/

  }

  #headRRwrap {

    display: block;

  }







  #catBodyWrap {

    display: block;

    width: 600px;

    min-height: 721px;

    height: auto !important;

    /*height: 721px;*/

    margin: auto;

    margin-top: 40px;

    padding-top: 50px;

    overflow: hidden;

    background-color: #fff;

  }







  #catBodyRight {

    display: block;

    clear: both;

    width: 590px;

    margin: auto;

    /* margin-top: 40px; */

    padding: 5px;

    /* min-height: 590px; */

    height: auto !important;

    background-color: #fff;

  }





  .prodDeets ul {

    left: 0;

    right: 0;

    overflow: hidden;

    width: 1000000px;

    margin: auto 0;

    display: inline;

  }



  .prodDeets li {

    width: 39.99%;

    line-height: 1.3em;

    float: left;

    margin: auto 0;

    margin-right: 32px;

    display: inline;

  }







  /*-----------------------------------------------------*/

  /*-----------------------------------------------------*/

  /*     START CUSTOM SITE DATA 720 size                 */

  /*-----------------------------------------------------*/

  /*-----------------------------------------------------*/

  #custWrap {

    display: block;

    clear: both;

    float: left;

    margin: auto;

    left: 0;

    right: 0;

    width: 100%;

    height: 60px;

    background-color: ##1e1e1d;

    border-bottom: 1px dashed #425348;

  }



  #custTextWrap {

    display: block;

    margin: auto;

    left: 0;

    right: 0;

    min-width: 280px;

    width: 100%;

    height: 60px;

    line-height: 30px;

    text-align: center;

    color: #8C8C8C;

    font-size: 12px;

    font-family: 'Open Sans', sans-serif;

  }







































  @media only screen and (max-width:480px) {

    /* Smart Phone View */
    .slideshow {
      display: none;
    }

    .slideshowMobile {
      display: block;
      position: relative;
      width: 100%;
      height: 576px;
      overflow: hidden;
    }

    .slideshow-imageMobile {
      position: absolute;
      width: 100%;
      height: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      -webkit-animation-name: kenburns;
      animation-name: kenburns;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }





    #headerWrapMain {
      /*

    height:65px;*/

    }



    #headerContentWrap {

      width: 100%;
      /*

    height:90px;*/

    }




    .introBox {

      display: none;

      /*      top: 120px;

      margin-left: 10%;

      margin-right: 10%;

      width: 80%;

      float: left;*/

    }



    #catBodyWrap {

      width: 300px;



      background: transparent;

    }



    #catBodyRight {

      margin: auto;

      left: 0;

      right: 0;

      width: 266px;

      text-align: center;

      background: transparent;

    }



    .prodDeets ul {

      left: 0;

      right: 0;

      overflow: hidden;

      width: 270px;

      margin: auto 0;

      display: inline;

    }



    .prodDeets li {

      width: 95%;

      line-height: 1.3em;

      margin: auto 0;

      display: inline;

    }



    .prodDeetsInWrap {

      width: 100%;

      padding: 12px;

      font-size: 12px;

      text-align: left;

      margin-bottom: 12px;

      border: 1px solid #e8e8e8;

      background-color: #fff;

    }

  }