﻿/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Crafty
	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services/features
	- Testimonials
	- Info section
	- Take To Action section
    - footer
	- Responsive code
	
*/



/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../Fonts/lato-regular.eot');
    src: url('../Fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/lato-regular.woff') format('woff'),
         url('../Fonts/lato-regular.ttf') format('truetype'),
         url('../Fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'blackhawk';
    src: url('../Fonts/blackhawk-webfont.eot');
    src: url('../Fonts/blackhawk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/blackhawk-webfont.woff') format('woff'),
         url('../Fonts/blackhawk-webfont.ttf') format('truetype'),
         url('../Fonts/blackhawk-webfont.svg#BlackHawk') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Iowan_Old_Style';
    src: url('../Fonts/iwolstyk-webfont.eot');
    src: url('../Fonts/iwolstyk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/iwolstyk-webfont.woff') format('woff'),
         url('../Fonts/iwolstyk-webfont.ttf') format('truetype'),
         url('../Fonts/iwolstyk-webfont.svg#Iowan') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_bold';
    src: url('../Fonts/lato-bold.eot');
    src: url('../Fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/lato-bold.woff') format('woff'),
         url('../Fonts/lato-bold.ttf') format('truetype'),
         url('../Fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../Fonts/avantgardelt-extralight.eot');
    src: url('../Fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/avantgardelt-extralight.woff') format('woff'),
         url('../Fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../Fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

.double
{
    padding-left: 50px;   
    padding-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.double li
{
    width: 50%;
    line-height: 1.5em;
    float: left;
    display: inline;
    color: #7f7c7c;
    font-family: "lato_regular", Arial;
    font-size: 17px;
    letter-spacing: .5px;  
}

.clear
{
    display: block;
    clear: both;   
}

.outlaw{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

.adrenaline {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}


::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

header nav ul li a 
{
    padding: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

header nav ul li a:hover
{
    padding: 10px;
    border-top: 1px solid white;
       border-bottom: 1px solid white;
       	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}


.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

/*  header  */
header{
    width: 100%;
    height: 80px;
    background: url(../Images/wood_texture.png) repeat-x;
}

header .logo{
    float: left;
    margin-top: 8px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../Images/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 17px 0 0 20px;
    padding: 13px 20px;
    border-left: 1px rgb(220,220,220) solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../Images/sm.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

header ul.social li a.fb{
    background-position: 0 0;
}

header ul.social li a:hover.fb{
    background-color: #3b5998;
}

header ul.social li a.twitter{
    background-position: -36px 0;
}

header ul.social li a.gplus{
    background-position: -72px 0;
}

/*  Billboard  */
.billboard{
    width: 100%;
    height: 580px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-home{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard.png") no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-customers{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-customers.png") no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-quality{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-about.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-about{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-aboutus-mockup.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-products{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-products.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00002{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00002.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00005{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00005.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00007{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00007.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00009{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00009.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00011{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00011.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00013{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00013.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00014{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00014.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00015{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00015.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00017{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00017.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00018{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00018.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00019{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00019.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00020{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00020.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00021{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00021.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00022{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00022.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00023{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00023.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00024{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00024.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00025{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00025.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00026{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00026.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00027{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00027.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00028{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00028.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00029{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00029.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00030{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00030.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00031{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00031.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00032{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00032.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00033{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00033.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00034{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00034.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00035{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00035.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00036{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00036.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00040{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00040.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00041{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00041.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC00042{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC00042.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2001Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2001Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2002Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2002Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2003Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2003Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2004Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2004Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2005Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2005Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2007Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2007Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-BCC2006Z {
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-BCC2006Z.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-brass{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-brass.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-custom{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-custom.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-processing{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-processing.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-services{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-services.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-contact{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-contact.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.billboard-thanks{
    width: 100%;
    height: 580px;
    background: url("../Images/billboard-employees-05.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    position: relative;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation-name: imageAnimation;
    animation-duration: 84s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 200px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation-name: imageAnimation;
    animation-duration: 84s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /*animation: titleAnimation 84s linear infinite 0s;*/ 
}*/

.cb-slideshow li div p { 
    display: inline-block;
    color: #000;
    font-family: 'Iowan_Old_Style', arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
    text-transform: uppercase;
    z-index: 8888;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../Images/billboard-employees-01.png) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../Images/billboard-employees-02.png);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../Images/billboard-employees-03.png);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../Images/billboard-employees-04.png);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../Images/billboard-employees-05.png);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../Images/billboard-employees-06.png);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../Images/billboard-employees-07.png);
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(../Images/billboard-employees-08.png);
    animation-delay: 42s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(../Images/billboard-employees-09.png);
    animation-delay: 48s; 
}
.cb-slideshow li:nth-child(10) span { 
    background-image: url(../Images/billboard-employees-10.png);
    animation-delay: 54s; 
}
/*.cb-slideshow li:nth-child(11) span { 
    background-image: url(../Images/billboard-employees-11.png);
    animation-delay: 60s; 
}*/
.cb-slideshow li:nth-child(11) span { 
    background-image: url(../Images/billboard-employees-12.png);
    animation-delay: 60s; 
}
.cb-slideshow li:nth-child(12) span { 
    background-image: url(../Images/billboard-employees-13.png);
    animation-delay: 66s; 
}
.cb-slideshow li:nth-child(13) span { 
    background-image: url(../Images/billboard-employees-14.png);
    animation-delay: 72s; 
}
.cb-slideshow li:nth-child(14) span {
    background-image: url(../Images/billboard-employees-15.png);
    animation-delay: 78s;
}


@keyframes imageAnimation { 
    0% { opacity: 0; }
    1% { opacity: 1; animation-timing-function: ease-in; }
    3% { opacity: 1 }
    8% { opacity: 1; animation-timing-function: ease-out; }
    10% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.caption
{
    z-index: 1000;
    position: absolute;
    bottom: 200px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.caption img
{
    padding: 20px;
        
}

.caption p
{
    display: inline-block;
    color: #000;
    font-family: 'Iowan_Old_Style', arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
    text-transform: uppercase;
    z-index: 8888;
}

h1 
{
    color: #000;
    font-family: 'Iowan_Old_Style', arial;
    font-weight: lighter;
    font-size: 35px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #000;
    font-family: 'Iowan_Old_Style', arial;
    font-weight: lighter;
    font-size: 30px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    color: #000;
    font-family: 'Iowan_Old_Style', arial;
    font-weight: lighter;
    font-size: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
    text-align: center;
}


/*  Services/features  */
.features{
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    border-top: 1px rgb(220,220,220) solid;
    background: rgb(240,240,240);
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .tri{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.features .quad {
    display: block;
    width: 22.3333333333333%;
    height: 140px;
    float: left;
    margin-right: 3%;
}

.cta .quint {
    display: block;
    width: 16.9%;
    height: auto;
    float: left;
    margin-right: 3%;
}

.brg-usa .products_list .product, .features .brg-usa .products_list {
    display: block;
    width: 16.8333%;
    height: 350px;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 50px;
    min-width: 200px;
}

.outlaw .products_list .product, .features .outlaw .products_list{
    display: block;
    width: 16.8333%;
    height: 350px;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 50px;
    min-width: 200px;
}

.buffalo .products_list .product, .features .buffalo .products_list{
    display: block;
    width: 16.83333333333333%;
    height: 350px;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 50px;
    min-width: 200px;
}

    .adrenaline .products_list .product, .features .adrenaline .products_list {
        display: block;
        width: 16.83333333333333%;
        height: 350px;
        float: left;
        margin-right: 3.80%;
        margin-bottom: 50px;
        min-width: 200px;
    }

/*.buffalo .products_list .product, .features .buffalo .products_list{
    display: block;
    width: 22.13333333333333%;
    height: 350px;
    float: left;
    margin-right: 3.80%;
    margin-bottom: 50px;
    min-width: 200px;
}*/

.features .feature:nth-child(4n+0)
{
    margin-right: 0;
}

.buffalo .products_list:nth-child(5n+0)
{
    margin-right: 0;
}

.outlaw .products_list:nth-child(5n+0)
{
    margin-right: 0;
}

.adrenaline .products_list:nth-child(5n+0) {
    margin-right: 0;
}

.brg-usa .products_list:nth-child(5n+0) {
    margin-right: 0;
}

.tri .ficon, .feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
    margin-top: 5px;
}

.feature .details_exp, .tri .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3, .tri h3{
    margin-bottom: 20px;
    color: #767575;
    font-family: "Iowan_Old_Style", arial;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #767575;
    border-bottom: 1px solid #767575;

}

.feature p{
    margin-bottom: 20px;
    color: rgb(120,120,120);
    font-family: "lato_regular", arial;
    font-size: 15px;
    line-height: 22px;

}

.feature a{
    color: rgb(207,83,0);
    font-family: "lato_regular", arial;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover{
    color: #353434;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}


#ammomartlogo
{
    height: 250px;   
}

/* Product Page */
.product-description
{
    padding-top: 30px;
    padding-bottom: 30px;   
}


.product-description p{
    color: rgb(120,120,120);
    font-family: "lato_regular", arial;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.boxbullet
{
    max-height: 405px;
    display: block;
    margin: 0 auto;
}

.leftinset
{
    width: 200px; 
    float: left; 
    margin: 10px 30px 10px 0px;
}

.leftinset400
{
    width: 400px; 
    float: left; 
    margin: 10px 30px 10px 0px;
}

.rightinset
{
    float: right; 
    padding: 10px 0px 10px 30px;
    width: 300px;
}

.rightinset200
{
    float: right; 
    padding: 10px 0px 10px 30px;
    width: 200px;
}

.midcenter
{
    display: block;
    margin: 0 auto;
    max-width: 600px;
    padding: 10px;
}

.absoluteright
{
    position: absolute;
    right: 0;
    top: 0;
}

.COLLEFT
{
    display: block;
    float: left;
}

.COLRIGHT 
{
    display: block;
    float: right;
}

@media (max-width: 1100px) {
    .COLLEFT {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .COLRIGHT {
        display: block;
        margin: 0 auto;
        float: none;
    }
}

    @media (max-width: 800px) {


        .boxbullet {
            height: auto;
        }

        .leftinset, .rightinset, .leftinset400, .rightinset200, .midcenter {
            clear: both;
            float: none;
            display: block;
            margin: 0 auto;
            padding: 10px;
            width: 90%;
        }

        .absoluteright {
            position: relative;
            display: block;
            margin: 0 auto;
        }

        .double li {
            float: none;
        }

        .break {
            display: none;
        }

        .image {
            display: block;
            margin: 0 auto;
        }

        #ammomartlogo {
            display: block;
            margin: 0 auto;
            width: 200px;
        }
    }


    @media (max-width:1135px) {

        .features .feature:nth-child(3n+0) {
            margin-right: 6.666666666666667%;
        }
    }

    @media (max-width: 740px) {
        .features .products_list {
            width: 100%;
            float: none;
        }

            .features .products_list .product {
                margin: 0 auto;
            }
    }


    /*  Testimonials  */
    .testimonials {
        text-align: center;
    }

        .testimonials .t {
            text-align: justify;
        }

            .testimonials .t .author {
                text-align: center;
            }

        .testimonials h2 {
            color: #4e4e4e;
            font-family: "lato_regular", arial;
            font-size: 26px;
            text-transform: uppercase;
            margin-bottom: 80px;
            letter-spacing: 1px;
        }

    .caroufredsel_wrapper {
        max-width: 1040px !important;
        margin: 0 auto !important;
    }

    .testimonials .testi_slider {
        max-width: 1040px !important;
        height: auto;
    }

        .testimonials .testi_slider .t {
            max-width: 1040px !important;
            float: left;
            height: auto;
        }

    .testimonials p {
        color: rgb(120,120,120);
        font-family: "lato_regular", arial;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }

        .testimonials p.author {
            color: #686767;
            font-family: "lato_bold", arial;
            font-size: 16px;
            font-weight: bold;
            margin-top: 40px;
        }

    .testimonials #t_navigation a {
        display: inline-block;
        width: 13px;
        height: 13px;
        background: #dadada;
        text-decoration: none;
        margin-right: 10px;
        margin-top: 40px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
    }

        .testimonials #t_navigation a.selected {
            background: #bebebe;
        }

    .testimonials #t_navigation span {
        display: none;
    }

    .sep_line {
        display: block;
        width: 13.5px;
        height: 100px;
    }

        .sep_line:after {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background: #dedede;
            margin: 0 auto;
        }

    .sep_top {
        border-bottom: 1px #dedede solid;
        margin: 0 auto 40px auto;
    }

    .sep_bottom {
        border-top: 1px #dedede solid;
        margin: 40px auto 0 auto;
    }




    /*  Info Section  */
    .info {
        width: 100%;
        overflow: hidden;
        background: url(../Images/wood_texture.png) repeat;
    }

    .info_pic {
        display: block;
        float: left;
        z-index: 20;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        margin-left: 30px;
    }

    .info_map {
        display: block;
        width: 50%;
        float: left;
        z-index: 20;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .info_pic .inner {
        float: right;
    }

    .product_pic {
        position: relative;
        display: block;
        width: 50%;
        float: left;
        background-color: white;
        z-index: 20;
        min-width: 458px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .info_details {
        display: block;
        width: 50%;
        height: 245px;
        float: left;
        padding: 30px 0;
    }

        .info_details h3 {
            color: #fff;
            font-family: "lato_bold", arial;
            font-size: 30px;
            font-weight: bold;
            font-weight: bold;
            text-transform: uppercase;
            max-width: 560px;
            margin: 0 0 10px 40px;
            letter-spacing: 1px;
            line-height: 40px;
        }

        .info_details p {
            color: #ededed;
            font-family: "lato_regular", arial;
            font-size: 16px;
            max-width: 300px;
            margin: 0 0 3.333333333333333% 40px;
            letter-spacing: 1px;
            line-height: 20px;
        }

        .info_details a {
            font-family: "lato_regular", arial;
            font-size: 16px;
            margin: 0 0 0 40px;
            text-decoration: none;
        }

            .info_details a:hover {
                font-family: "lato_regular", arial;
                font-size: 16px;
                text-decoration: underline;
            }

            .info_details a span {
                margin-left: 10px;
            }




    /*  Call To Action Section  */
    .cta {
        display: block;
        text-align: left;
    }

/*        .cta h3 {
            color: #6b6b6b;
            font-family: "lato_bold", arial;
            font-size: 34px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
        }*/

        .cta p, .message-form p, address {
            color: #7f7c7c;
            font-family: "lato_regular", arial;
            font-size: 17px;
            margin-top: 20px;
            letter-spacing: .5px;
            text-align: justify;
            line-height: inherit;
        }

    h5 {
        color: #7f7c7c;
        font-family: "lato_regular", arial;
        font-size: 17px;
        margin-top: 20px;
        letter-spacing: .5px;
    }

    address {
        font-style: italic;
    }

    blockquote {
        display: block;
        padding: 15px 20px 15px 45px;
        margin: 0 0 20px;
        position: relative;
        overflow: auto;
        /*Borders - (Optional)*/
        border-left: 15px solid rgb(207,83,0);
        border-right: 2px solid rgb(207,83,0);
        /*Box Shadow - (Optional)*/
        -moz-box-shadow: 2px 2px 15px #ccc;
        -webkit-box-shadow: 2px 2px 15px #ccc;
        box-shadow: 2px 2px 15px #ccc;
        font-family: "lato_regular", arial;
        color: #7f7c7c;
        font-size: 17px;
        text-align: justify;
        letter-spacing: .5px;
    }

        blockquote::before {
            content: "\201C"; /*Unicode for Left Double Quote*/
            /*Font*/
            font-family: Georgia, serif;
            font-size: 60px;
            font-weight: bold;
            color: #999;
            /*Positioning*/
            position: absolute;
            left: 10px;
            top: 5px;
        }

        blockquote::after {
            /*Reset to make sure*/
            content: "";
        }

    .cta a.cta_btn, .send input[type="submit"] {
        display: inline-block;
        padding: 20px 60px;
        background-color: black;
        color: #fff;
        font-family: "lato_regular", arial;
        font-size: 20px;
        text-decoration: none;
        margin-top: 60px;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: inherit;
        font-style: normal;
        text-align: center;
        margin: 0 auto;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }



        .cta a.cta_btn:hover {
            background: gray;
        }

    .cta .cta_sep {
        display: block;
        width: 1px;
        height: 100px;
        background: #dedede;
        margin: 0 auto;
    }




    /*  Footer  */
    footer {
        padding: 50px 0;
        border-top: 1px rgb(220,220,220) solid;
        background: rgb(240,240,240);
        text-align: center;
    }

        footer .rights {
            color: #3b3b3b;
            font-family: "lato_regular", arial;
            font-size: 14px;
            margin-top: 30px;
            line-height: 25px;
        }

            footer .rights a {
                text-decoration: none;
                font-family: 'lato_bold', arial;
                font-weight: bold;
                color: #3b3b3b;
            }

    a {
        color: rgb(207,83,0);
        font-weight: bold;
    }

        a:hover {
            text-decoration: none;
        }

    /*  Responsive code  */
    @media (max-width:1200px) {
        .wrapper {
            padding-left: 40px;
            padding-right: 40px;
        }

        .outlaw {
            max-width: inherit;
        }

        .adrenaline {
            max-width: inherit;
        }

        .info_pic, .product_pic, .info_map,
        .info_details {
            width: 100%;
        }

            .info_pic .inner {
                margin: 0 auto;
                float: none;
            }

        .info_details {
            height: auto;
            padding: 40px 0;
        }

            .info_details h3,
            .info_details p,
            .info_details a {
                max-width: 80%;
                margin: 0px auto;
                margin-bottom: 40px;
            }

        .info_image {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

        .with_button {
            text-align: center;
        }

        .features .products_list:nth-child(4n+0) {
            margin-right: 0;
        }

        .features .products_list:nth-child(5n+0) {
            margin-right: 3.333%;
        }
    }


    @media (max-width:1125px) {
        .billboard .caption {
            text-align: center;
            margin-left: 0;
            margin-right: 0;
        }

        .cta {
            margin: 0 auto;
        }

        header nav {
            margin-left: 15px;
            padding: 13px 15px;
        }

            header nav ul li {
                margin-left: 15px;
            }

        .product-description ul.double li {
            min-width: 400px;
            float: none;
        }

            .product-description ul.double li img {
                display: block;
                margin: 0 auto;
            }
    }

    @media (max-width: 985px) {
        .features .products_list:nth-child(3n+0) {
            margin-right: 0;
        }

        .features .products_list:nth-child(4n+0) {
            margin-right: 3.333%;
        }
    }

    @media (max-width: 740px) {
        .features .products_list {
            width: 100% !important;
            float: none;
        }

            .features .products_list .product {
                margin: 0 auto;
            }

            .features .products_list .product {
                float: none !important;
            }
    }


    @media (max-width:1000px) {
        header .logo {
            float: none;
        }

        header .menu_icon {
            display: block;
        }

        ul.social {
            display: none;
        }

        header nav {
            display: block;
            background: #353434;
            margin: 21px 0 0 0;
            padding: 0;
            border-left: 0;
            border-top: 1px #2c2c2c solid;
            overflow: hidden;
            text-align: center;
            position: relative;
            z-index: 9999;
            display: none;
        }

        header nav {
            border-bottom-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-bottom-left-radius: 2px;
            -o-border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            -moz-border-bottom-right-radius: 2px;
            -o-border-bottom-right-radius: 2px;
        }

            header nav.show_menu {
                display: block;
            }

            header nav ul li {
                margin: 0;
                width: 100%;
                border-bottom: 1px #2c2c2c solid;
            }

                header nav ul li:last-child {
                    border-bottom: 0;
                }

                header nav ul li a {
                    display: block;
                    width: 100%;
                    padding: 20px 0;
                }

                    header nav ul li a:active {
                        display: block;
                        width: 100%;
                        padding: 20px 0;
                        background: #2c2c2c;
                    }

        .features .feature {
            width: 46.66666666666667%;
            margin-right: 6.666666666666667% !important;
        }

            .features .feature:nth-child(2n+2) {
                margin-right: 0 !important;
            }
    }

    .info_details .product_info {
        display: inline;
        float: left;
        width: 46.6666667%;
    }

    @media (max-width:615px) {

        #ammomartlogo {
            height: auto;
        }
    }


    @media (max-width:500px) {

        .features .feature, .features .tri {
            width: 100%;
            margin-right: 0 !important;
        }

        .product-description p, .testimonials p {
            font-size: 17px;
        }

        h2, .h2 {
            font-size: 20px;
        }

        span.author {
            text-align: right;
        }

        .rightunder {
            max-width: 30%;
        }

        .leftunder {
            max-width: 65%;
            line-height: 17px !important;
        }

        .rightunder {
            max-width: 30%;
            line-height: 17px !important;
        }
    }

    img.avatar {
        float: left;
        margin-right: 20px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }

    @-webkit-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    /*  listings section  */
    .features .product {
        width: 175px;
        border: 1px solid #f2f1f1;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        text-align: center;
    }

    .product-details h1 {
        width: inherit;
    }

    .features .products_list .product img.product_img {
        width: 175px;
        height: auto !important;
        vertical-align: top;
    }

    .features .product_details {
        width: 200px;
        padding: 10px 20px 14px 20px;
    }

    .features .products_list .product:hover {
        border: 1px solid #767575;
    }

    .features .product_details h1 {
        color: #666464;
        font-family: "lato-bold", Helvetica, Arial, sans-serif;
        font-size: 16px !important;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 28px;
    }

        .features .product_details h1 a {
            text-decoration: none;
            color: #666464;
        }

    .features .product_details h2 {
        color: #9d9d9d;
        font-family: 'lato_bold', Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        margin: 0px;
    }

    .features .product_details a {
        text-decoration: none;
    }

    .features .product_details h2.bullet-use {
        text-align: center;
    }

    .features .product_details .product_size {
        color: #676767;
        float: right;
    }

    .video-box {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 66.6%;
        margin-top: 30px;
    }

    .video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .button, button {
        display: inline-block;
        padding: 20px 60px;
        background-color: white;
        color: black;
        font-family: "lato_regular", arial;
        font-size: 20px;
        text-decoration: none;
        margin-top: 60px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-style: normal;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

        .button a {
            margin-left: 0px;
            margin-bottom: 0px;
        }

    .right {
        float: right;
    }

    .distributors {
        padding: 2rem;
    }

    .distributors > ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 1rem;
        list-style: none;
    }

    .distributors > ul > li {
        border: 1px solid #E2E2E2;
        border-radius: .5rem;
        min-height: 305px;
    }

    .distributors > ul > li > p {
        padding: 10px;
        color: rgb(120,120,120);
        font-family: "lato_regular", arial;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .distributors > ul > li > figure {
        overflow: hidden;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
        position: relative;
    }

    .youtubecontainer {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .youtubevideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.login {
    margin: 0 auto;
}

    .login input:type["submit"] {
        margin: 0 auto;
    }

    .login td {
        padding: 0px 15px 15px 15px;
    }

    input[type="submit"] {
        background-color: rgb(207,83,0); /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
    }