/* --- Typography Start --- */






@font-face {



    font-family: 'texgyreadventorbold';



    src: url('../fonts/texgyreadventor-bold-webfont.eot');



    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),



         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),



         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),



         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');



    font-weight: normal;



    font-style: normal;







}







@font-face {



    font-family: 'texgyreadventorbold_italic';



    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');



    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),



         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),



         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),



         url('../fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');



    font-weight: normal;



    font-style: normal;







}







@font-face {



    font-family: 'texgyreadventoritalic';



    src: url('../fonts/texgyreadventor-italic-webfont.eot');



    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),



         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),



         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),



         url('../fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');



    font-weight: normal;



    font-style: normal;







}







@font-face {



    font-family: 'texgyreadventorregular';



    src: url('../fonts/texgyreadventor-regular-webfont.eot');



    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),



         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),



         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),



         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');



    font-weight: normal;



    font-style: normal;



}

/* --- Headings --- */







.heading-border {



    font-family: 'texgyreadventorbold';



    text-transform: uppercase;



    border: 2px solid #fff;



    text-align: center;



    color: #fff;





}







/* - H1 - */


#header h1 {

  font-family: 'texgyreadventorbold';

    text-transform: uppercase;

   /*  font-size: 2.7em; */

    margin-top: 4em;

}

#header h2 {

  font-family: 'texgyreadventorbold';

    text-transform: uppercase;

   /*   font-size: 2em; */

}


#header h1:before {
    content: "";

  }

h1:before, .menu li a:before {
    content: "// ";
    color: #ff6b00;
    font-weight: bolder;
}

h1 {

    font-family: 'texgyreadventorbold_italic';

    text-transform: uppercase;


}

.main-dark h1, .main-dark h2, .main-dark h3, .main-dark p, .main-dark .slider-copy ul li {
    color: #fff;
}

.main-light h1, .main-light h2, .main-light h3, .main-light p{
    color: #58595b;
}


.safe-range-slider li h1  {
 /* font-size: 2em; */
}


/* - H2 - */


h2 {

    font-family: 'texgyreadventorbold';

    text-transform: uppercase;

}

.slider-copy h2 {
    padding: 1em 0 0.5em 0;
    border-top: 4px dashed #666;
     border-bottom: 4px dashed #666;
}


/* - H3 H4 H5 H6 - */


h3, h4, h5, h6 {

    font-family: 'texgyreadventorregular';

    text-transform: uppercase;



}

.security-outline h3 {
    font-weight: bolder;
  color: #ff6b00;
  font-family: 'texgyreadventorbold';
}

.caption h3 {
  font-weight: bolder;
  color: #58595b;
  font-family: 'texgyreadventorbold';
}

.security-outline h4 {
   font-family: 'texgyreadventorbold';
   font-weight: bolder;
}

.side h5 {
    font-family: 'texgyreadventorbold';

    text-transform: uppercase;
    color: #808285;
}

.safe-dimensions h3 {
    font-weight: bolder;
  color: #ff6b00;
  font-family: 'texgyreadventorbold';
  /*font-size: 3em;*/
  border-bottom: dashed 4px #e0e0e0;
 display: inline-block;
}

.safe-dimensions h4 span {
  text-transform: lowercase;
 /* font-size: 0.7em; */

}




/* --- Paragraph Styles --- */



body {

font-family: 'texgyreadventorregular';

      clear: both;

}



/* --- List Styles --- */

#Section-1 .spika-bullets li:before, #Section-4 .spika-bullets  li:before, #Section-5 .spika-bullets li:before {
    content: "+ ";
    color: #ff6b00;
   /* font-size: 2em; */
}

.spika-bullets li:before {
    content: "+ ";
    color: #ff6b00;
   /* font-size: 2em; */
}


#Section-1 .spika-bullets li, #Section-4 .spika-bullets  li, #Section-5 .spika-bullets li  {
 /* font-size: 1em; */
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

#Section-1 .spika-bullets, #Section-4 .spika-bullets , #Section-5 .spika-bullets  {
      padding: 1em 0 0.5em 0;
      margin: 1em 0;
    border-top: 2px dashed #666;
    border-bottom: 2px dashed #666;
    font-weight: bolder;
    display: inline-block;
}

#Section-6 {
	    padding-bottom: 3em;

}


.menu li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;

}

.menu li:hover {
  background-color: #222;
}



/* --- Nav Top --- */


.topbar-sticky-shrink {
  padding: 1rem;
  transition: padding 0s ease;
  background: #000;
}

.topbar-sticky-shrink .menu {
  background: #000;
}

.is-stuck .topbar-sticky-shrink {
  padding: 0.5rem;
  transition: padding 0s ease;
}

[data-sticky] {
  width: 100%;
}




/* --- Top Slide --- */



.box-slide {
  position: relative;
  overflow: hidden;

}

.box-slide:hover .reveal-top {
  left: 100%;
}

.reveal-content {
  transition: left 1.8s ease;


}

.reveal-top {
  background: rgba(255,107,0,0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 2.2s ease;
  border-left: 4px solid #ff6b00;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.5);
  margin-left: 25em;
}

.caption {

  color: #fff;
  top: 20%;
  position: relative;
}

.caption span {
    float: left;
    margin-right: 1em;
    display: block;
    font-size: 6em;
    color: #000;
    font-family: serif;
    margin-left: 1em;
}

.banner-img {
  margin-top: 5em;
}

/* --- Main Content --- */

#Section-1, #Section-3, .section-copy {
      padding: 2em 0;
}

.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */ 
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.side {
  position: absolute;
    margin-top: 5em;
    padding-left: 0;
    margin-left: -3em;
}

.content-center {
     padding-right: 0; 
     padding-left: 0; 
     max-width: 75rem; 
     margin: 0 auto;
     /*min-height: 600px;*/
}

.main-dark {
    background-color: #282829;
    background-image: url('../img/spika-typo-fade.png');
     background-repeat: repeat-x;
     background-position: bottom;
     color: #fff;

} 

.main-light, #header {
    background-color: #fff;
     background-image: url('../img/spika-typo-fade.png');
     background-repeat: repeat-x;
     background-position: bottom;
     color: #58595b;
   
} 

.security-feat div.security-outline {
  border: solid 1px #000;
  width: 100%;
  padding: 1em;
  text-align: right;
}


#content ul {
    margin: 0;
    list-style: none;
}


.slick-slide {outline: none;}

#content ul.slider-1-nav {
    margin-bottom: 2em;
    margin-top: 3em;
}

.slider-2-nav li {
  max-width: 120px;
}

.slider-1-nav li, .slider-2-nav li  {
    position: relative;
    text-align: center;

    margin: 20px;

}
.slider-1-nav li p, .slider-2-nav li p {
    font-size: 0.67em; 
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
        margin-top: 1em;
}

.slider-1-nav li.slick-current p {
    color: #fff;
    margin-bottom: 0;
}



.svg path {
    fill: #000;
    width: 1em;
    height: 1em;
  }

.svg {
       width: 106px;
    height: 106px;
}

#Section-3 > div.large-12.cell.content-center > div > div.large-7.cell > ul.slider-1-nav.slick-initialized.slick-slider > div > div > li:nth-child(4) > span > img{
    fill: #808285!important;
        width: 1em;
    height: 1em;
}


.slider-1-nav li.slick-current .svg path {
    fill: #ff6b00;
     width: 106px;
    height: 106px;

}

.slider-1-for .slick-slide img {
  margin: 4em 0;
}

.slider-1-nav .slick-slide:hover {
  cursor: pointer;
}

.button {
  background-color: #ff7900;
    border-color: #ff7900;
    padding: 1em 1em;
    color: #fff!important;
    border-bottom: none;
    min-height: 3.1em;
}

.button:hover {

    background-color: #222;
    border-color: #666;

}

.slider-2-nav svg {
  font-size: 4em;
   width: 1em;
    height: 1em; 
}

.top-bar-title {
  margin-right: 10em;
}

.slicknav_menu {
  display:none;
}

.banner-buttons-mobile {
  display: none;
}

.hide-desktop {
  display: none;
}

.slick-next::before, .slick-prev::before {
  color: #ff6b00!important;
}

@media screen and (max-width: 40em) {
  /* #menu is the original menu */
   #menu, .top-bar {
    display:none;
  }
  
  .slicknav_menu {
    display:block;
        position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #000!important;
  }

  .slicknav_brand {
    padding: 0 0.5em!important;
  }

  .banner-img {
    margin-top: 0;
  }

  #header h1 {
    margin-top: 0;
  }

  h3.strap, .safe-range-logo, .banner-buttons-desktop, .rotate, .hide-mobile, .reveal-top  {
    display: none;
  }

  .show-mobile {
    display: block;
  }

h1.safe-title {
  height: 60px;
}

.security-feat div.security-outline {
  border: none;
  padding: 0;
  text-align: left;
}

.security-feat {padding: 0;}

.security-feat div.security-outline ul {
  margin-bottom: 1em!important;
}

.security-feat div.security-outline li {
  font-size: 0.8em;
}

.section-copy h1 {
  margin-top: 1em;
}

  .banner-buttons-mobile {
  display: block;
}

#Section-1, #Section-3, .section-copy {
  padding: 0;
}

.slider-1-for .slick-slide img {
  margin: 0;
}

.slider-copy h2 {
  border: none;
}

.slider-1-nav li, .slider-2-nav li {
  margin: 15px;
}





  #header {
    margin-top: 70px;
  }
}


.slick-slide .slick-current .slick-center .svg path {
  fill: #ff6b00;
     width: 1em;
    height: 1em;
}

.slider-1-nav li::before, .slider-2-nav li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 2px solid rgb(102, 102, 102);
    border-left: 2px solid rgb(102, 102, 102);
}

.slider-1-nav li::after, .slider-2-nav li::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 2px solid rgb(102, 102, 102);
    border-right: 2px solid rgb(102, 102, 102);
}

#footer a {
	color: #000;
}

#footer h2 {
	padding-bottom: 0.5em;
}

#footer .svg-inline--fa {
	font-size: 3em;
}


.slider-1-nav li span::before, .slider-2-nav li span::before {
display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 2px solid rgb(102, 102, 102);
    border-left: 2px solid rgb(102, 102, 102);
   }

   .slider-1-nav li span::after, .slider-2-nav li span::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 2px solid rgb(102, 102, 102);
    border-right: 2px solid rgb(102, 102, 102);
}

.button-rev {
	background-color: #000;
	min-height: 2.5em;
	color: #fff!important;
	border-color: rgb(255,121,0);
	padding: 0.5em;
	border-bottom: none;
}

#footer {

  background-color: rgb(255, 107, 0);
    background-image: url(../img/spika-typo-fade.png);
    color: rgb(255, 255, 255);
    min-height: 300px;
    padding-top: 1em;
    border-top: 1px solid rgb(102, 102, 102);
    background-repeat: repeat-x;
    background-position: center bottom;
}

#footer h2 {
  margin-top: 1em;
}

#footer a {
  color: #000;
}

#footer h2 {
  padding-bottom: 0.5em;
}

#footer .svg-inline--fa {
  font-size: 3em;
}

#footer .copyright p {
  font-size: 0.8em;
  margin: 0 auto;
}

.button-rev {
  background-color: #000;
  min-height: 2.5em;
  color: #fff!important;
  border-color: rgb(255,121,0);
  padding: 0.5em;
  border-bottom: none;
}

.content-right {
  text-align: right;
}

