﻿/* Main Page*/

* {box-sizing: border-box;
  -webkit-tap-highlight-color:none;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}





.frontpage {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.frontlogo {
  display: flex;
  align-content: center;
  justify-content: center;
}

.frontpagetext {
color: white;
font-size: 28px;
display: flex;
justify-content: center;
align-content: center;
letter-spacing: 3px;

}

.header {
  background-color: #000000;
  padding: 40px 10px;
  color: #ffffff;
  overflow: hidden;
  top: 0;
  width: 100%;
}

.header a {
  color:#ffffff;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
    border: 1px solid #e6c618;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 20px;
}

.header-right a:hover {
    color:none;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.logo > a > img{
  width: 25%;
}

.header-right {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: z;
  color: #ffffff;
  width:100%;
  display:flex;
  justify-content: center;
  align-items:center;
}

.subheader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
}
  

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header a.logo {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }

  .logo > a > img{
    width: 100%;
  }

  .header-right {
    float: none;
    flex-direction: column;
  }
  .header-right a {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }

  div.gallery {
    margin: 15px;
    width: 100% !important;
    float: left;
  }


  .portfoliotext {
    width: 100% !important;
    float: none;
}

.portfoliopics {
    width: 100% !important;
    float: none;
    margin-left: 0px !important;
}

}


header {background-color: #000000;}

body {background-color: #000000}

.spacer {height: 50px;}


.gunparallax {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 300px;
  }

  .gunparallax img {
  min-width: 100%;
  min-height: 100%;}

 

 /*Back Button*/
 button {
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#e6c618;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  button:hover {
    background-color: #555;
  }

/* Packages Page */
.packages {background-color: white;}

.gunpackages {background-color: dimgrey;}

.packageimg img {
    width:100%;
    height:auto;
}

.packageimg img {
padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.packageimg {
    text-align: center;
    font-size: 3em;
    letter-spacing: .03em;
    color: #e6c618;
    
}

.tank-pricing-table h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

h1 {text-align: center;
    padding-top:50px;
    padding-bottom: 30px;
    margin-top: 0px;
  background-color: white;}

.tank-pricing-table{
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 100px;
}

.tank-pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.tank-pricing-table .block-heading h2 {
  color: #000000;
}

.tank-pricing-table .block-heading p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  opacity: 0.7; 
}

.tank-pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.tank-pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #e6c618;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.tank-pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.tank-pricing-table .item button {
  font-weight: 600; 
}

.tank-pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.tank-pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.tank-pricing-table .features {
  padding-top: 20px; }


.tank-pricing-table .features .feature {
  font-weight: 500; }

.tank-pricing-table .features h4 {
  text-align: left;
  font-size: 18px;
  padding: 4px;
  color: #000000;
    
}

.tank-pricing-table .priced h4 {
  font-size: 45px;
  text-align: center;
  color: #000000; 
  float: none;
  padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tank-pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

.addons {
  overflow: hidden;
  color: #000000;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
}

.addons a {
  color:#000000;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
    border: 1px solid #e6c618;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
} 

.addons a:hover {
    color:#000000;
    text-decoration: none;
}
.addons {
  margin-top: 15px;
  border-radius: z;
  color: #ffffff;
  width:100%;
  display:flex;
  justify-content: center;
  align-items:center;
}


#pickfive {
    padding: 0px;
    border:none;
}

#pickfive .heading {
    background-color: #e7c719;
    color: white;
    padding:30px;
    padding-bottom: 10px;
}
 

.tank-pricing-table #pickfive .priced h4 {
  margin-left: 30px;
    margin-right: 30px;
}

#pickfive p {
    padding:30px;
    padding-bottom: 10px;
}

#pickfive .highlighted {
 color:black;
background-color:#f3dd66;
    padding:30px;
    padding-bottom: 10px;
    text-align: center;
}
#pickfive .highlighted h3{
    font-size: 1.5em;
    font-weight: revert;
}




.addon-pricing-table h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.addon-pricing-table{
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 1000px;
}

.addon-pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.addon-pricing-table .block-heading h2 {
  color: #000000;
}

.addon-pricing-table .block-heading p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  opacity: 0.7; 
}

.addon-pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.addon-pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #e6c618;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.addon-pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.addon-pricing-table .item button {
  font-weight: 600; 
}

.addon-pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.addon-pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.addon-pricing-table .features {
  padding-top: 20px; }


.addon-pricing-table .features .feature {
  font-weight: 500; }

.addon-pricing-table .features h4 {
  text-align: left;
  font-size: 18px;
  padding: 4px;
  color: #000000;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
    
}

.addon-pricing-table .priced h4 {
  font-size: 35px;
  text-align: center;
  color: #e6c618; 
  float: none;
  padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.addon-pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}





/*Machine Gun Homepage*/


h4 {
color: white;
text-align: center;
padding-top:20px;
padding-bottom: 20px;
font-size: 24px; 
line-height: 25px;}

.gallerybox {
display: flex;
margin-left: 5%;
margin-right: 5%;
flex-wrap:wrap ;
justify-content: center;
align-items: center;
flex: 50%; 
margin-bottom: 10px;
background-color: black;
}


.gungallerybox {
  display: flex;
  margin-left: 15%;
  margin-right: 15%;
  flex-wrap:wrap ;
  justify-content: center;
  align-items: center;
  flex: 30%; 
  margin-bottom: 10px;
  background-color: black;
  }

div.gallery {
    margin: 15px;
    width: 45%;
    float: left;
  }
  
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: left;
    font-size: 22px;
    color: white;
    float: left;
  }

div.asc {
    padding: 15px;
    text-align: right;
    font-size: 22px;
    color: white;
    float:right;
}

  .desc_gun {
    text-align: center;
    padding: 15px;
    font-size: 22px;
    color: white;
  }
  



/* Portfolio Page */
.portfolio {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 25px;
}



.price {
    float: right;
    color: white;
text-transform: uppercase;
line-height: 25px;
font-size: 25px;

letter-spacing: 1.8px;
font-weight: normal!important;
font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
}


.portfoliotext {
    color: white;
    font-size: 22px;
    line-height: 32px;
    font-family: "source_sans_proregular", Arial, Helvetica, Tahoma, sans-serif;
    float: left;
    width: 60%;
    
    padding-bottom: 50px;
}

.portfoliopics {
    float: left;
    width: 20%;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-left: 15%;
}

.gunphoto {
}

.altphoto {
    padding-bottom: 10%
}


h2 {color: white;
text-transform: uppercase;
line-height: 25px;
font-size: 25px;
margin-bottom: 35px;
letter-spacing: 1.8px;
font-weight: normal!important;
font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
    position: relative
}

.title {color: white;
text-transform: uppercase;
line-height: 25px;
font-size: 25px;
margin-bottom: 35px;
letter-spacing: 1.8px;
font-weight: normal!important;
font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
 position: relative;
 display: inline;
}
  
.header5 
{
color: white;
text-transform: uppercase;
line-height: 25px;
font-size: 25px;
letter-spacing: 1.8px;
font-weight: normal!important;
font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
}



.header5:after {
    content:'';
    display:block;
    margin-left: 12%;
    height: 1px;
    background-color: #e6c618;
}


.related{
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

.related div img{
	width:100%;
	
}

.related div{
}

.related div p {
    color: white;
    font-size: 22px;
    font-family: "source_sans_proregular", Arial, Helvetica, Tahoma, sans-serif;
    letter-spacing: .5px;
}




.pricing-table{
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 100px;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #000000;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #e6c618;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 500; }

.pricing-table .features h4 {
  text-align: left;
  font-size: 18px;
  padding: 2px;
  color: #000000;
    
}

.pricing-table .priced h4 {
  font-size: 45px;
  text-align: center;
  color: #000000; 
  float: none;
  padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}


#pickfive {
    padding: 0px;
    border:none;
}

#pickfive .heading {
    background-color: #e7c719;
    color: white;
    padding:30px;
    padding-bottom: 10px;
}
 

.pricing-table #pickfive .priced h4 {
  margin-left: 30px;
    margin-right: 30px;
}

#pickfive p {
    padding:30px;
    padding-bottom: 10px;
}

#pickfive .highlighted {
 color:black;
background-color:#f3dd66;
    padding:30px;
    padding-bottom: 10px;
    text-align: center;
}
#pickfive .highlighted h3{
    font-size: 1.5em;
    font-weight: revert;
}







.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #e6c618;
  stroke-width: 3;
}

.circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: white;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
