@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular');
    src: local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('../fonts/Lato-Bold');
	src: local('Lato-Bold'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather-Italic';
    src: url('../fonts/Merriweather-Italic');
    src: local('Merriweather-Italic'), url('../fonts/Merriweather-Italic.woff') format('woff'), url('../fonts/Merriweather-Italic.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
    font-family: 'Lato-Regular';
    font-size: 16px;
}
p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Lato-Regular';
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Lato-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
   color: #000000;
   font-size: 22px;
  }
h2 {
   color: #000000;
   font-size: 18px;
  }

h3 {
   color: #FE0000;
   font-size: 22px;
  }
h4 {
   color: #FE0000;
   font-size: 18px;
   }
h5 {
   color: #047DFF;
   font-size: 22px;
   }
h6 {
   color: #047DFF;
   font-size: 18px;
 }

a{
    color: #007fff;
}
a:focus, a:hover{
	text-decoration:none;
}

.page-section li {
    list-style-image: url(../images/bullet.png);  
}
.navpart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo {
    padding: 10px 0px 0px;
    display: block;
    width: 100%;
    float: left;
}
.top-header {
    background-color: rgba(0, 0, 0, 0.55);
    position: relative;
    z-index: 9;
}
.logo img {
    float: left;
    width: 125px;
}
.logo > h1 {
    border: none;
    display: table;
    color: #ffffff;
}
.header-right {
    text-align: right;
    margin-top:30px;
}
.header-right p a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Lato-Bold';
}
.header-right .fa-facebook {
    background-color: #ffffff;
    color: #007fff;
    padding: 12px 12px 11px 16px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}
.header-right .fa-facebook:hover{
    background-color: #007fff;
    color: #ffffff;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
.inner-pages {
    position: inherit;
}
nav.navbar.bootsnav{
        background-color: rgba(0, 0, 0, 0.55);
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    background-color: #007fff;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 15px 10px;
    font-size: 12px;
    font-family: 'Lato-Bold';
    text-shadow: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #FE0000;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #007fff;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-indicators{
    display: none;
}
.member-block {
    background-color: #FE0000;
    padding: 30px 0px;
}
.member-text h3 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 24px;
}
.member-text {
    text-align: right;
}
.member-text h5 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 14px;
}
.member-btn a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 25px 12px;
    background-color: transparent;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.member-btn a:hover{
    background-color: #007fff;
    border-color: #007fff;
}
.member-btn {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.about-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
}
.about-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.about-left h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 20px;
}
.about-left p {
    color: #ffffff;
     font-family: 'Merriweather-Italic';
     font-size: 18px;
     line-height: 28px;
}
.about-left{
    position: relative;
}
.about-left:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 30px;
    background-color: #007fff;
}
.about-right .about-col{
    padding: 0px 5px;
}
.gun-block {
    padding: 70px 0px;
}
.gun-list {
    text-align: center;
    position: relative;
}
.gun-list h3 a {
    color: #FE0000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.4px;
}
.gun-list h3 a:hover{
    color: #007fff;
}
.gun-list img {
    border: 5px solid #f4f4f4;
    padding: 10px;
    margin: 0px auto;
    display: block;
}
.gun-list h3 {
    margin: 0px;
    padding: 20px 0px;
}
footer {
    background-color: inherit;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
    position: relative;
}
footer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.more-info img {
    width: 175px;
    display: block;
    margin: 0px auto;
}
.top-footer{
    background-color: inherit;
     padding: 30px 0px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-title{
   font-family: 'Lato-Bold';
    border: none;
    position: relative;
    margin-bottom: 30px;
}
.more-info .footer-title:after{
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
}
.more-info .fa-facebook {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #294d95;
    font-size: 22px;
    padding: 10px 13px !important;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.more-info .fa-facebook:hover{
    background-color: #294d95;
    color: #ffffff;
}
.more-info li {
    font-size: 16px;
    font-family: 'Lato-Regular';
    border-bottom: 1px solid #333;
    padding: 8px 0px;
    margin: 0px;
}
.shop-list a{
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    font-size: 16px;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.more-info p {
    color: #ffffff;
    line-height: 25px;
}
.input-group-btn .btn {
    background: #294d95 none repeat scroll 0 0;
    border: 1px solid #294d95;
    font-size: 15px;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: inherit;
}
.power p{
    color: #ffffff;
}
.about-right figure img{
    width: 100%;
}
#scrolltoup:hover {
    background-color: #FE0000;
    color: #ffffff;
}
.member-form .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/*--media-responsive--*/
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .logo > h1{
        font-size: 24px;
    }
    .about-left p{
        margin-bottom: 30px;
    }
    .gun-list {
        margin-bottom: 30px;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .navpart {
        position: inherit;
    }
    .top-header{
        background-color: rgba(0, 0, 0, 0.95);
    }
    .logo > h1{
        margin-top: 0px;
        display: block;
        text-align: center;
    }
    nav.navbar.bootsnav {
        background-color: rgba(0, 0, 0, 0.87);
    }
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .logo{
        padding-bottom: 0px;
        float: none;
    }
    .logo img{
        float: none;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    .member-text {
        text-align: center;
    }
    .about-left p {
        margin-bottom: 30px;
    }
    .about-right figure {
        margin-bottom: 30px;
    }
    .more-info img{
        margin: 0px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img {
        float: none;
    }
    .logo > h1{
        font-size: 24px;
        padding: 0px;
    }
    .member-text h5 {
        line-height: 24px;
    }
    .member-btn {
        text-align: center;
        margin-top: 25px;
    }
    .gun-block{
        padding: 30px 0px;
    }
}
