/*
Theme Name: Semantic
Author: Forthgear
*/

/*******************************
          HEADER
*******************************/
body {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px !important;
	color: #323232 !important;
}

.following.logo {
  float: left;
  margin-right: 1em;
}
.following.bar .column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.following.bar .column > .menu {
  margin-top: 0px;
  height: 35px;
  height: 2.1875rem;
  font-weight: bold;
}
.following.bar .link.item, .ui.secondary.menu a.item, .following.bar div.dropdown.item {
  font-weight: 100;
}
.following.bar .ui.secondary.menu .dropdown.item>.menu {
  margin-top: 0;
}
.following.bar .ui.secondary.inverted.menu .active.item {
  background-color: rgba(255,255,255,.2);
}
.following.bar {
  position: absolute;
  top: 0px;
  z-index: 900;
  left: 0%;
  padding: 3em 0em;
  width: 100%;
  box-shadow: 0px 0px 0px 0px transparent;
  border-bottom: 1px solid transparent;
  transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
  background: rgba(0,0,0,0.8);
}
.fixed.following.bar {
  background-image: none;
}
.fixed.light.following.bar {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}
.fixed.following.bar {
  position: fixed;
  top: 0px;
  padding: 1em 0em;
  background-color: #FFFFFF;
}
.main.menu {
  top: 0px;
}
div.emd-container .panel-footer {
    font-size: 1.2rem !important;
    height: 70px;
    text-align: left;
    overflow: hidden;
    padding: 6px;
}
.fullwidth{
	width: 100%;
	margin-top: 4%;
}
.pbottom {
	margin-bottom: 30px;
}
.global.page.header.background {
  background: url(../../images/global-header.jpg) no-repeat top center;
  background-size: cover;
  padding: 3em 0em;
}
.show-logo { display: block; }
.hide-logo { display: none; }
.ui.menu .ui.dropdown .menu>.item, .fat-menu .ui.vertical.menu .item {
    margin: 0;
    text-align: left;
    font-size: 1em!important;
    padding: .75em 4em .75em 3em!important;
    background: 0 0!important;
    color: rgba(0,0,0,.87)!important;
    text-transform: uppercase !important;
    font-weight: 600!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    transition: none!important;
}

.padded.page.grid{
		padding-top: 100px;
}

.ui.fat-menu.popup{
	  margin-top: 9px;
    background-color: rgba(255,255,255,.9);
		border-radius: 0;
}

.fat-menu .ui.vertical.menu .header.item {
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 1.75em 0em 1.75em 3em!important;
	 	color: #e4191f !important;
		cursor: auto;
}

.fat-menu .ui.vertical.menu .header.item:hover{
	  background-color: transparent !important;
    color: #e4191f !important;
}

.ui.dropdown .menu>.divider, .fat-menu .ui.vertical.menu>.divider {
    border-top: 1px solid #afafaf;
		border-right: 1px solid #afafaf;
    height: 0;
    margin: 0 0 0 30px;
}

.fat-menu .ui.vertical.menu {
	  width: 90%;
    border: none;
    box-shadow: none;
		background-color: transparent;
}
.ui.dropdown .menu {
    box-shadow: none;
    border: none;
    border-radius: none;
}
.zindex {
	z-index: 500 !important;
}
.details{
	display: none;
}

.active.details{
	display: block
}

.message.details h2{
	    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15%;
    padding: 10%;
    margin-left: 50px;
    margin-right: 50px;
}

.rifle-dropdown {
	background: #fff;
    padding: 30px 50px;
	width: 100%;
}
.rifle-dropdown img {
	display: block;
	    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
}
#search-form {
	position: absolute;
	top: 8%;
	right: 8%;
	width: 40%;
	font-size: 18px;
	z-index: 500;
}
.search  input
  {
	padding:5px 10px;
  }
.addbpad {
	margin-bottom: 10px !important;
}
  .button
  {
	padding:7px 10px;
	background-color:#CC181E;
	border:0;
	color:#fff;
  }

.blog-card .blog-thumb .blog-img {
    transition: all 1s ease;
    position: relative;
    z-index: 99 !important;
}
.screen-reader-text {
	display: none;
}
.blkbg {
	background: #000;
	padding: 10px !important;
}
.redbg {
	background: #CC181E;
	padding: 10px;
}
.blkbg .ui.black.button{
	background-color: transparent;
}
.blkbg .price {
	position: relative;
	top: 5px;
	font-size: 24px;
	color: #fff;
}
.grbg2 span {
    position: relative;
    top: 0px;
}
.price span {
	position: relative;
	/*left: 15px;*/
	font-size: 36px;
	font-weight: 400;
}
.blkbg .price span{
	font-size: 18px;
}
.blkbg2 .price span{
	font-size: 18px;
}
.product-header {
	background-image:url('../../wp-content/uploads/products-header.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.ui.youtube.button {
	font-size: 18px !important;
    background-color: #CC181E !important;
    color: #FFF !important;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.75em;
}
span.red, span.red a {
	color: #DB2828;
	text-align: center;
}
.phone-width {
	max-width: 1410px;
	margin: 4rem auto 0;
}
.phone-width2 {
	max-width: 1410px;
	margin: 0 auto;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #8b8a8a;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#DB2828 !important;
		    font-size: 17px;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    min-width: 100px;
    height: auto;
    box-shadow: none;
	cursor: pointer;
}
.woocommerce .quantity .qty {
    font-size: 16px;
    line-height: 1.5;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#b72323 !important;
}

.woocommerce div.product form.cart .variations{
	    font-size: 18px;
}
.woocommerce-breadcrumb {
	display: none !important;
}
a.reset_variations {
	display: none !important;
}
.woocommerce-product-gallery__image {
	margin-bottom: 30px;
}
.mar42 {
	    margin: 4rem 0 2rem !important;
}
.related.products{
	 clear: both;
}
.sku_wrapper {
	display: none;
}
.ui.huge.header, h1 {
    font-size: 2.5rem !important;
}
a {
    background: 0 0;
    color: #b72323;
    text-decoration: none;
}
.ui.grid.nomarg+.grid.nomarg {
	margin-top: 0 !important;
}
.ui.grid>.column.riflepad:not(.row), .ui.grid>.row>.column.riflepad {
	padding-left: 1px;
    padding-right: 1px;
}
.blkbg2 {
    background: #000;
    padding: 0px !important;
}

.blkbg2 .price {
    position: relative;
    top: 10px;
    font-size: 24px;
    color: #fff;
}
.grbg {
	position: relative;
	background: #999999;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-top: 1px solid #afafaf;
}
.grbg span {
	position: relative;
	top: 0px;
}
.grbg2 {
	position: relative;
	background: #999999;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 !important;
	border-top: 1px solid #afafaf;
}
.grbg2 span {
	position: relative;
	top: 0px;
}
.whbg2 {
	background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	margin: 0 !important;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}
.whbg2:last-of-type {
	border-bottom: 1px solid #afafaf;
}
h3.red {
	color: #FF1D28;
	font-weight: 600;
	text-align: center;
}
.ytube-gun {
	max-width: 1500px;
	margin: 6rem auto !important;
}
.ytube-about {
	max-width: 1350px;
	margin: 0 auto 6rem !important;
	padding: 40px;
}
.ytube-gun2 {
	max-width: 1500px;
	margin: 0 auto 6rem !important;
}
.spec-width {
	max-width: 1500px;
	margin: 0 auto 6rem !important;
}
.format-img img {
	display: block;
	width: 100%;
	height: auto;
}
.pr-date {
	position: absolute;
	top: -20px;
	left: 1%;
	font-size: 18px;
	color: #999999;
}
.pr-back {
	position: relative !important;
	top: 40px;
	text-align: right;
}
#boxGallery .gcolumn-2 {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
#boxGallery img {
    width: 95%;
    height: auto;
}
.fcontrol {
	max-width: 1500px;
	margin: 6rem auto !important;
	padding-right: 30px !important;
    padding-left: 30px !important;
}
.test-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 15px;
}
.test-title h2 {
	font-size: 32px;
    font-weight: 600;
	text-align: center;
}
.headline h3 {
	position: relative;
	left: 30px;
	margin-top: 30px;
	font-size: 23px;
    line-height: 30px;
    font-weight: 400;
	color: #666;
}
.test-bot-title h3 {
	font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #333;
}

.testimonial {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding: 20px;
    margin: 40px 0;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #888;
    text-align: center;
    max-width: 450px;
}
.testimonial:after {
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: skew(0deg, -44deg);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 40px;
    margin: auto;
}
.sname {
	display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.name-image img {
	width: 40% !important;
	height: auto !important;
	display: block !important;
}
.rcontent {
	margin-top: 11%;
}
select.psize {
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: block;
    width: 90%;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 20px;
}

.whbg {
	background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 0 20px !important;
	border-top: 1px solid #afafaf;
}
.perm {
	max-width: 1500px;
	margin: 6rem auto !important;
}
.gun-info {
	background: url(/wp-content/uploads/gun-info.jpg);
    background-position: center center;
    background-size: cover;
	height: 550px;
}
.heads-up {
	background: url(/wp-content/uploads/HUD-with-elk-01.jpg);
    background-position: center center;
    background-size: cover;
	height: 600px;
}
.rborder {
	border-right: 1px solid #fff;
}
.ui.menu .ui.dropdown .menu>.item:hover, .ui.menu .ui.dropdown .menu>.selected.item, .fat-menu .ui.vertical.menu .item:hover {
    background: rgb(102,102,102)!important;
    color: rgb(255,255,255)!important;
	border-radius: 0;
}
.ui.secondary.menu .dropdown.item>.menu, .ui.text.menu .dropdown.item>.menu {
    border-radius: 0;
		background-color: rgba(255,255,255,.9);
}
.header-text h1 {
    margin: 100px 0 30px;
    text-align: left;
	text-transform: uppercase;
}

.ui.accordion .title:not(.ui) {
    padding: 1em .5em;
    margin: 10px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: .5em;
	font-weight: 400;
	font-size: 18px;
}
.ui.accordion .title:not(.ui):hover {
    background: #4c5053;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-color: #333;
}
.ui.accordion .title:not(.ui).active {
    background: #4c5053;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-color: #333;
}

.ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
    margin: '';
    padding: .5em 2em;
	color: #323232;
}
.pbottom {
	padding-bottom: 50px !important;
}
ul li, ol li {
    font-weight: 300;
    margin: 0 0 1em 3em !important;
	font-size: 16px;
	line-height: 24px;
}
.widthspecs {
	max-width: 1250px !important;
	margin: 0 auto;
	padding:0 30px 30px 30px;
}
.newspage {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.news-section {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.news-section:last-of-type {
	border-bottom: none;
}
.press-head {
	font-size: 28px !important;
}
.press-head a {
	color: #333;
    font-size: 27px;
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
}
.read a {
	color: #333;
	font-size: 18px;
}
.ltgrybox {
	color: #595d64;
    background-color: #eaeaea;
	padding: 30px !important;
}
.mtop {
	margin-top: 60px;
}
.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-weight: 100;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    padding: 12px 32px;
    text-transform: uppercase;
    background-color: #DB2828 !important;
    color: #fff;
    box-shadow: none;
    border: none;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 800px !important;
    width: 100% !important;
    max-height: 500px !important;
    height: 100% !important;
}
.bubble 
{
position: relative;
width: 250px;
height: 120px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.ui.striped.table thead {
    background: #BF232A;
}
.ui.black.button.shopbtn, .ui.black.buttons .button.shopbtn {
	font-size: 22px;
}
.content-section .key-elements.accordion .title {
    text-align: center;
    font-size: 2rem !important;
    background: rgba(0,0,0,0.1) !important;
    margin-bottom: 1rem;
    color: #666;
    font-weight: 300 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.ui.button.shopbtn {
    cursor: pointer;
    display: block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2;
    color: rgba(0,0,0,.6);
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
.ui.black.button.shopbtn:hover, .ui.black.buttons .button.shopbtn:hover {
    background-color: #000;
    color: #FFF;
    text-shadow: none;
}


.ui.menu.main>.item>.item:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color:rgba(255,255,255,.9) transparent;
display: block;
width: 0;
z-index: 1;
	bottom: -22px;
    right: calc(50% - 15px);
	opacity: 0;
	transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -webkit-transition: opacity .75s ease-in-out;
	
}

.ui.menu.main>.weapons.item.visible>.item:after {
	opacity: 1;
}

.ui.fat-menu.popup:before{
	display: none;
}

.ui.menu.main>.item:hover>.item:after{
	opacity: 1;
}
.grayblock {
	background: #EAEAEF;
	padding: 50px 0 30px;
	margin: 20px 0 50px;
}
.warranty-img img {
	display: block;
	margin: 30px 0;
	max-width: 1300px;
	width: 100%;
    height: auto;
}
.wells{
    width: 100%;
    min-height: 20px;
    padding: 19px !important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	
}
.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
    font-size: inherit;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 10px;
}
.gform_wrapper .gfield_description {
    width: 100%;
    color: red;
}
input {
	
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
select {
	
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.mobile-menu{
	display: none !important;
}

.ui.dropdown {
    font-weight: 400 !important;
}
.btn-pad {
	margin: 60px auto 30px !important;
}
h3.theme-red {
	color: #FF1D24
}
.ui.grid{
	margin:0;
}

.ui.logo.image{
	    max-width: 340px;
}

footer .ui.logo.image{
    max-width: 125px;
}

.ui.grid>.row{
	padding-bottom: 0;
}

.ui.vertical.menu .dropdown.item .menu{
	  display: block;
    position: relative;
		    background-color: transparent;
				left: 0;
}

.ui.vertical.menu .dropdown.item .menu>.item:first-child{
	padding-top: 20px;
}

.ui.vertical.inverted.menu .item .menu a.item:hover {
    color: #d0d0d0 !important;
}


.ui.vertical.inverted.menu .item{
	font-size: 16px !important;
}

.ui.vertical.inverted.menu .menu .item.social{
	display: inline-block;
	    margin-top: 20px;
}

/*******************************
HOMEPAGE
*******************************/
nav {
	background: #000;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
	background: #000;	
}
.logo-arrow {
	position: fixed;
	top: 80px;
	left: 50px;
	display: block;
	width: 80%;
	height: auto;
	z-index: 1;
}
.graybg {
	background: #666666;
	padding: 100px 160px !important;
}
.graybg h2, .graybg p {
	color: #fff;
}
.column .fire-control {
	padding: 0 !important;
}

.fire-control {
	background: url(/wp-content/uploads/fire-control.jpg);
	background-position: center center;
	background-size: cover;
}
.watch img {
	display: block;
	width: 100%;
	height: 100%;
}
.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgb(0, 0, 0);
	font-size: 30px;
	margin: 8px 0px;
	font-weight: 700;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgb(0, 0, 0);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 16px;
}
.graybg h2 {
	font-weight: 600;
}
.graybg p {
	font-size: 20px;
}
.watch-how {
	position: relative;
    top: 65%;
}
.watch-how p {
	font-size: 24px;
	max-width: 550px;
	color: #fff;
}
.products {
	padding-top: 3rem !important;
	padding-bottom: 6rem !important;
}
.product-box {
	margin-top: 2rem;
	border: 1px solid #949494;
}

.product-list .product-box.column:nth-child(odd){
	margin-left: 1%;
    margin-right: 4.5%;
}
.product-list .product-box.column:nth-child(even){
	margin-right: 1%;
    margin-left: 4.5%;
}

.product-box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.cposition a {
	color: #fff;
}

.product-text {
	background: #949494;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    font-weight: 400;
    font-size: 15px;
	letter-spacing: 2px;
}
.product-text2 {
	background: #949494;
    color: #fff;
    padding: 10px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    font-weight: 400;
    font-size: 14px;
	letter-spacing: 2px;
}
.fa-youtube-play {
	
}
.fa-instagram {
	margin-left: 10px;
}
.fa-facebook-official {
	margin-left: 10px;
}
.fa-twitter {
	margin-left: 10px;
}
.counter {
	margin-top: 30px;
	background: url(/wp-content/uploads/counter.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 66px;
	position: relative;
	background-size: contain;
}
.counter span.number {
	color: #fff;
    font-size: 23px;
    margin: 0 auto;
    position: relative;
    top: 12px;
    left: 35%;
}

.counter span.arrow{
	position: absolute;
	width: 30%;
    cursor: pointer;
    height: 66px;
}

.counter span.arrow.left{
	left: 0;
}

.counter span.arrow.right{
	right: 0;
}

.graypad .slide-wrapper{
	min-height: 300px;
}

.graypad .slide{
	display: none;
}

.graypad .slide.active{
	display: block;
}


.nation img {
	display: block;
	width: 100%;
	height: auto;
}
.gun-bg {
	display: block;
	background: url(../../../wp-content/uploads/making-beyond-belief-shots-bg.jpg) no-repeat center center !important;
	background-size: cover;
	height: 780px;
}
.ui.grid>.column .nopad {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.menu .right.menu > .mobile.item {
  display: none;
}
.pad {
	padding-bottom: 6rem !important;
}
.ui.menu {
    font-size: 1.25rem;
}
.ui.grid>.row.fcmarg {
    padding: 0rem 0 !important;
}
.ui.menu .item {
	font-size: 1.15rem !important;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    color: rgba(255,255,255,.87);
    font-weight: 400 !important;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
}
.ui.menu.foot .item {
	font-size: 12px !important;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 2em;
    text-transform: none;
    color: rgba(255,255,255,.87);
    font-weight: 400 !important;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
}
.product {
	padding: 2rem 0;
}
.ui.menu.product .item {
	border: 1px solid #fff !important;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400 !important;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
}
.ui.menu.product-details .item {
	border-radius: 0;
	border: 1px solid #000 !important;
    position: relative;
    vertical-align: middle;
    line-height: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
   padding: 20px 30px;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400 !important;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
}

.ui.menu.product-details .item.inverse{
	color: #fff;
	background-color: #000;
}
.cat {
	position: relative;
	top: 40px;
	font-size: 2.2rem;
    color: #000;
	margin-bottom: 3rem;
}
.see-all {
	position: relative;
	top: 40px;
	left: -15px;
}

.ui.secondary.menu.product a.item:hover {
	color: rgba(0,0,0,.87) !important;
	border: 1px solid #000 !important;
	border-radius: 0px;
	background: none;
}

.bborder {
	border-bottom: 1px solid #000;
}
.hrblk {
	width: 100%;
	color: #000;
}

.hrblk.padded {
	margin-top: 120px;
}
.fa-headphones {
	position: relative;
	left: 20px;
}
.fa-search {
	position: relative;
	left: -5px;
}
.mtop {
	margin-top: 20px !important;
}
.custom.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: 30px;
}
.manual img {
	display: block;
	max-width: 210px;
	width: 100%;
	height: auto;
}

.custom.tparrows {
	top: 45%;
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 100px;
    position: absolute;
    display: block;
    z-index: 100;
}
.copyright {
	color: #fff;
    font-size: 14px;
   float: right;
	position: relative;
	right: 55px;
	bottom: 20px;
	
}
.cposition {
	color: #fff;
    position: relative;
    left: 28.75%;
    bottom: 40px;
	font-size: 12px;
}
.cposition a {
	color: #fff;
}
footer .ui.grid>.column:not(.row) {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.ui.secondary.menu.main .item:hover {
	color: rgba(255,255,255,.87) !important;
}
.ui.secondary.menu.foot .item:hover {
	color: rgba(255,255,255,.87) !important;
}
.ui.page.grid.segment {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.ares .tp-bullet:hover, .ares .tp-bullet.selected {
    background: #ff1d24 !important;
}
.masthead.segment {
  margin: 0em;
  padding-top: 4rem;
  overflow: hidden;

}
.ui.basic.black.button, .ui.basic.black.buttons .button {
    border-radius: 0px;
}
.masthead.segment .column {
  position: relative;
}

.masthead.segment .information {
  margin: 3em 1em 1em 280px;
}

.masthead.segment .information p {
  max-width: 600px;
  margin: 0em 0px 2em 0em;
  font-size: 1.2em;
}

.masthead.segment h1.ui.header .sub {
  font-size: 0.7em;
}

.masthead.segment .image {
  position: absolute;
  left: 0%;
  bottom: -110px;
}

.overview .divided.grid .header + p {
  min-height: 100px;
}
.ui.segment.art {
  background-image: url(../../../wp-content/uploads/2014/04/beautiful-wallpapers-9465-9814-hd-wallpapers.jpg);
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-size: cover;
}
.ui.segment.video {
  padding-bottom: 0;
}
.ui.shape .icon,
.link.list .icon {
  margin: 0em;
  padding: 0em;
}

.ui.cube.shape .side {
  background-color: transparent;
}
.slider-container {
  width:100%;
  position:relative;
  padding:0;
}
.slider-container ul {
  margin: 0px;
  list-style-type:none;
  padding: 0px;
}
.slider-container ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.social {
	position: relative;
    top: 40%;
	padding-right: 50px;
}
.dkgraybg2 {
    padding: 70px !important;
    background: #333333;
}
.mbottom {
	margin-bottom: 50px !important;
}
.dkgraybg2 h2, .dkgraybg2 p, .dkgraybg2 li {
    color: #fff;
}
footer {
	background: #000;
}
.footlinks {
	position: relative;
    top: 30%;
}
.fix-editor {
  display:none;
}
.icon-wrapper {
  display:inline-block;
}
.custom-icon {
    font-size: 20px !important;
    background: #fff;
    /* background: rgba(0,0,0,0.4); */
    padding-top: 8px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* border: 6px solid #fff; */
    color: #000;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46); */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
/*******************************
PRODUCT DETAILS (Mi4S)
*******************************/
.product-banner {
	background: url(../../../wp-content/uploads/products-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  cover;
	padding-top: 9rem;
	padding-bottom: 9rem;
}
.product-banner h1 {
	text-align: center;
	margin: 100px;
}
.chart2 img {
	display: block;
	width: 100%;
	height: auto;
}
.max-four .chart img {
	display: block;
	width: 100%;
	height: auto;
}
.mi4s-one {
	    padding: 50px 100px 100px !important;
}
.mi4s-one h2 {
	font-size: 2.2rem;
	color: #000;
	font-weight: 400;
}
.mi4s-one p { 
	color: #000;
}
.mi4s-one img {
	display: block;
	width: 100%;
	height: auto;
}
.mi4s-one a {
	color: #000;
}

.mi4s-last{
	padding: 0 100px !important;
}

.mi4s-last a  {
	color: #000;
	font-size: 16px;
	font-weight: 200;
}
.mi4s-suppressed img {
	display: block;
	width: 30%;
	height: auto;
}
.mi4s-two img {
	display: block;
	width: 100%;
	height: auto;
}
.mi4s-three {
	position: relative;
	display: block;
	background: url(../../../wp-content/uploads/advanced.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mi4s-three h2 {
	color: #fff;
	margin-bottom: 40px;
	margin-left: -25px;
}
.mi4s-three p {
	font-size: 1.5rem;
	color: #fff;
}
.mi4s-three p.small {
	margin-top: 40px;
	font-size: 1rem;
}
.custom-product-info{
clear: both;	
}
.top-product-banner{
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-bottom: -50px;
}
.advpad {
	padding: 100px;
}
.circle {
	color: #ff0000;
    font-size: 1.5rem !important;
    position: relative;
    top: -10px;
}
.posted_in {
	display: none !important;
}
.mi4s-four {
	padding: 100px !important;
}
.mi4s-four h2 {
	color: #000;
	font-size: 2rem;
}
.mi4s-four p {
	color: #000;
}
.max-four {
	padding: 40px !important;
}
.tbpad {
	padding: 4rem 0 !important;
}
.rcontent img {
	display: block;
	width: 100%;
	height: auto;
}
.fire-image {
	display: block;
	background: url(../../../wp-content/uploads/suppressor-fire.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-image2 {
	display: block;
	background: url(../../../wp-content/uploads/military-1400lm-pic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-image3 {
	display: block;
	background: url(../../../wp-content/uploads/m600sr-modes-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-image4 {
	display: block;
	background: url(../../../wp-content/uploads/m800dmr-modes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-image5 {
	display: block;
	background: url(../../../wp-content/uploads/shadowtrax-modes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-image6 {
	display: block;
	background: url(../../../wp-content/uploads/m400xhdr-modes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fire-text {
	background: #000;
	padding: 100px !important;
}
.mi4s-five h2, .mi4s-five p {
	color: #fff;
}
.mi4s-five h2 {
	margin-left: -35px;
}
.mi4s-five p {
	margin-top: 40px;
}
.mi4s-six {
	position: relative;
	padding: 100px !important;
}
.mi4s-six img {
	display: block;
	width: 100%;
	height: auto;
}
.mi4s-six h2 {
	color: #000;
	font-size: 2rem;
}
.mi4s-six p { 
	color: #000;
}
p.bposition {
	position: absolute;
	bottom: 0;
	color: #000;
}
p.bposition a { 
	color: #000;

}
.flogo img {
	position: relative;
	top: 20px;
	margin: 0 auto; 
	text-align: right;
}
hr.blk {
	color: #000 !important;
	margin-top: 52px;
}
.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin: 8px 0 30px 0px;
    font-weight: 200;
}
.hr-sect2::before, .hr-sect2::after {
    content: "";
    flex-grow: 1;
    background: rgb(0, 0, 0);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}
.total {
	color: #000;
	text-align: right;
}
.total span {
	font-size: 18px;
}

.ldetails {
	margin-top: 20px;
}
.ldetails p {
	border-bottom: 1px solid #000;
	color: #000;
}
.ldetails p.totalline {
	border-bottom: 2px solid #000;
	color: #000;
}
.ldetails p span {
	float: right;
}

.phonetext {
	margin-top: 20px;
}
span.minprice {
	font-size: 14px !important;
}
span.grantotal {
	font-size: 18px !important;
}
.mi4s-seven {
	padding: 50px !important;
}
.product-divider {
	border-bottom: 3px solid #000;
	width: 100%;
	margin: 20px 0;
}
/*******************************
ONE SHOT NATION
*******************************/

.shot-one img {
	display: block;
	width: 100%;
	height: auto;
}

.shot-two {
	margin: 80px 0 !important
}
.shot-two h2 {
	color: #BF232A;	
}
.shot-two p {
	color: #000;
}
.shot-three {
	background: #BF232A;
	padding: 50px 0 !important
}
.shot-three h2 {
	color: #fff;
}
.shot-four {
	margin-top: 0 !important;
}
.article {
	background: url(../../../wp-content/uploads/fire-modes.jpg);
	background-position: center center;
	background-size: cover;
}
.dkgraybg {
	padding: 100px !important;
	background: #333333;
}
.dkcounter {
    margin-top: 30px;
    background: url(../../../wp-content/uploads/dkcounter.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 66px;
    background-size: contain;
}
.dkcounter span {
    color: #fff;
    font-size: 23px;
    margin: 0 auto;
    position: relative;
    top: 12px;
    left: 35%;
}
.dkgraybg h2, .dkgraybg p {
    color: #fff;
}
.shot-five {
	padding: 100px !important;
}

.center-all {
	color: #000;
	text-align: center !important;
	padding-bottom: 80px !important;
}
.shot-five hr {
	margin: 20px 0 !important;
}
.shot-six {
	background: #959595;
	padding: 100px !important;
}
.shot-six h2 {
	color: #fff;
}
.shot-seven {
	padding: 100px !important;
}
.ui.red.button {
    padding: 30px 200px;
	font-size: 3rem;
	font-weight: 300;
}



@media screen and (max-width: 1920px) {
	.ui.menu.main>.ui.dropdown.item>.item:after{
		    bottom: -19px;
	}
}

@media screen and (max-width: 1725px) {
	
}

@media screen and (max-width: 1678px) {
	.ui.menu.main>.ui.dropdown.item>.item:after{
		    border-width: 0 10px 10px;
		    bottom: -13px;
	}
}

@media screen and (max-width: 1440px) {
	.graybg {
		background: #666666;
		padding: 50px 50px !important;
	}
	.logo-arrow {
    top: 60px;
    left: 35px;
		z-index: 50;
	}
}

@media screen and (max-width: 1397px) {
	.ui.column.grid>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column.soc {
		width: 23%!important;
	}
}

@media screen and (max-width: 1200px) {
	.foot {
		position: relative;
    	left: 20%;
	}
	
	.ui.menu.foot .item {
		padding: .5em .5em;
	}
	
	.logo-arrow {
    top: 30px;
    left: 15px;
		
	}
	
	.ui.logo.image {
    max-width: 200px;
}
	
	.ui.secondary.main.menu .item:not(.social){
		 padding: .78571429em 5px;
	}
}

@media screen and (max-width: 1177px) {
	.ui.column.grid>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column.soc {
		width: 25%!important;
	}
}

@media screen and (max-width: 1078px) {
	.ui.column.grid>[class*="three wide"].column, .ui.grid>.column.row>[class*="three wide"].column, .ui.grid>.row>[class*="three wide"].column, .ui.grid>[class*="three wide"].column.soc {
		width: 40%!important;
	}
	.ui.column.grid>[class*="nine wide"].column, .ui.grid>.column.row>[class*="nine wide"].column, .ui.grid>.row>[class*="nine wide"].column, .ui.grid>[class*="nine wide"].column.fl {
		width: 29%!important;
	}
}

@media screen and (max-width: 1050px) {
	.ui.column.grid>[class*="six wide"].columnd, .ui.grid>.column.row>[class*="six wide"].column, .ui.grid>.row>[class*="six wide"].column, .ui.grid>[class*="six wide"].column {
		width: 100%!important;
	}
	.ui.column.grid>[class*="eight wide"].column, .ui.grid>.column.row>[class*="eight wide"].column, .ui.grid>.row>[class*="eight wide"].column, .ui.grid>[class*="eight wide"].column {
		width: 100%!important;
	}
	.social {
		top: 20%;
	}
	.how img {
		display: block;
		width: 100%;
		height: auto;
	}
	.footlinks {
		display: none !important;
	}
	.cposition {
		display: none;
	}
	.computer-tablet-menu{
		display: none !important;
	}
	.mobile-menu{
		display: block !important;
	}
	.logo-arrow {
    left: -20px;
}
}

@media screen and (max-width: 962px) { 
	
}

@media screen and (max-width: 860px) { 
	
}

@media only screen and (max-width: 767px) {
	
	.ui.grid>.stackable.stackable.row>.column.riflepad, .ui.stackable.grid>.column.riflepad.grid>.column.riflepad, .ui.stackable.grid>.column.riflepad.row>.column.riflepad, .ui.stackable.grid>.column.riflepad:not(.row), .ui.stackable.grid>.row>.column.riflepad, .ui.stackable.grid>.row>.wide.column.riflepad, .ui.stackable.grid>.wide.column.riflepad {
		padding: 0rem!important;
	}
	.shot-table {
		display: none !important;
	}
	.pbottom {
		padding: 10px!important;	
	}
	.pbottom h3 {
		line-height: 18px !important;
	}
	.press-head a {
		font-size: 22px !important;
		line-height: 26px !important;
		font-weight: 400;
	}
	.press-head {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.ui.accordion .title:not(.ui) {
		font-size: 16px;
		line-height: 20px;
	}
	.product-text2 {
		font-size: 12px;
	}
	.mobile-menu .ui.black.button, .mobile-menu .ui.black.buttons .button {
		font-size: 14px;
	}
	.ui.column.grid>[class*="four wide"].column, .ui.grid>.column.row>[class*="four wide"].column, .ui.grid>.row>[class*="four wide"].column, .ui.grid>[class*="four wide"].column {
		width: 35%!important;
	}
	.ui.menu .ui.dropdown .menu>.item, .fat-menu .ui.vertical.menu .item {
		margin: 0;
		text-align: left;
		font-size: 1em!important;
		padding: .5em 4em .5em 2em!important;
		background: 0 0!important;
		color: rgba(0,0,0,.87)!important;
		text-transform: none !important;
		font-weight: 600!important;
		box-shadow: none!important;
		-webkit-transition: none!important;
		transition: none!important;
	}
	.ui.vertical.menu .menu .item {
		background: 0 0;
		padding: .5em 1.33333333em;
		font-size: 14px !important;
		color: rgb(255,255,255) !important;
	}
	.ui.vertical.menu .dropdown.item .menu {
		background-color: #fff;
		top: 8px !important;
	}
	.newspage {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.ui.red.button {
		padding: 20px 50px !important;
		font-size: 3rem;
		font-weight: 300;
	}
	.pbottom {
		padding-right: 20px !important;
		padding-left: 20px;
	}
	.spec-width {
		padding-right: 30px !important;
	}
	#boxGallery .gcolumn-2 {
		width: 100%;
		padding-right: 10px;
	}
	.ytube-gun {
		padding: 0 30px !important;
	}
	.gun-info {
		height: 250px;
	}
	.fcontrol {
		padding: 0 30px;
	}
	.shot-six {
		padding: 30px !important;
	}
	.shot-seven {
		padding: 30px !important;
	}
	.shot-five {
		padding: 30px !important;
	}
	.article {
		width: auto;
		height: 300px;
	}
	.ui.products.grid .stackable.grid .one.wide.column{
		display: none;
	}
		.ui.products.grid .ui.stackable.grid>.wide.column:not(.row), .ui.stackable.product-list.grid>.product-box.column:not(.row){
	    margin-top: 10px !important;
    margin-bottom: 10px !important;
		}
	.ui.column.grid>[class*="two wide"].column, .ui.grid>.column.row>[class*="two wide"].column, .ui.grid>.row>[class*="two wide"].column, .ui.grid>[class*="two wide"].column.flogo {
		width: 40%!important;
	}
	.ui.column.grid>[class*="eleven wide"].column, .ui.grid>.column.row>[class*="eleven wide"].column, .ui.grid>.row>[class*="eleven wide"].column, .ui.grid>[class*="eleven wide"].column.pro {
		width: 100%!important;
	}
	
	.column.cat{
		line-height: 1;
	}
	
	.hrblk.padded {
    margin-top: 45px;
}
	body {
		margin-top: 20px !important;
	}
	p.bposition {
		bottom: -25px;
	}
	.mi4s-six {
		padding: 30px !important;
	}
	.firepad {
		padding: 30px !important;
	}
	.mi4s-five p {
		margin-top: 0px;
	}
	.fire-text {
		padding: 30px !important;
	}
	.fire-image {
		height: 300px;
	}
	.fire-image2 {
		height: 300px;
	}
	.fire-image3 {
		height: 300px;
	}
	.fire-image4 {
		height: 300px;
	}
	.fire-image5 {
		height: 300px;
	}
	.fire-image6 {
		height: 300px;
	}
	.mi4s-four {
		padding: 30px !important;
	}
	.advpad {
		padding: 30px;
	}
	.mi4s-one {
		padding: 30px !important;
	}
	.hr-sect {
		margin: 8px 0px 40px 0px;
	}
	.graybg {
		padding: 50px !important;
	}
	.footlinks {
		display: none !important;
	}
	.ui.column.grid>[class*="three wide"].column.soc, .ui.grid>.column.row>[class*="three wide"].column.soc, .ui.grid>.row>[class*="three wide"].column.soc, .ui.grid>[class*="three wide"].column.soc {
		width: 60%!important;
	}
	.watch-how {
		position: relative;
		top: 0%;
	}
	.watch-how p {
		font-size: 18px;
		padding: 30px;
	}
	.watch-how img {
		    width: 100%;
    padding: 20px;
	}
	.ui.column.grid>[class*="six wide"].column, .ui.grid>.column.row>[class*="six wide"].column, .ui.grid>.row>[class*="six wide"].column, .ui.grid>[class*="six wide"].column.watching {
		width: 100%!important;
	}
	.graypad {
		padding: 50px !important;
	}
	.graybg p {
		font-size: 18px;
	}
	.cposition {
		display: none;
	}
	.copyright {
		color: #fff;
	   float: none;
		position: unset;
		text-align: center;
	}
	footer .social {
		position: relative;
		top: 40px;
		left: -10%;
		padding-right: 0;
		text-align: right;
	}
	.fire-control {
		width: auto;
		height: 300px;
	}
	.flogo img {
		margin: 0;
	}
	.gun-bg {
    background-position: left top;
    height: auto;
}

.gun-bg .ui.grid{
	    background-color: rgba(0,0,0,.4);
}

.see-all .button{
	     position: relative;
    bottom: 25px;
}

.ui.grid.pad .column.pro{
	display: none !important;
}

.mi4s-four .max-four{
	text-align: center !important;
}

.mi4s-three h2, .mi4s-five h2 {
    margin-left: 0;
}

.mi4s-three{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#434343+0,353535+100 */
background: #434343; /* Old browsers */
background: -moz-linear-gradient(left, #434343 0%, #353535 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #434343 0%,#353535 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #434343 0%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#353535',GradientType=1 ); /* IE6-9 */
}
}


@media screen and (max-width: 500px) {
	
	.ui.red.button {
		padding: 20px 50px;
	}
	footer .ui.logo.image{
		position: relative;
		left: 0px;
	}
	.ui.column.grid>[class*="eight wide"].column, .ui.grid>.column.row>[class*="eight wide"].column, .ui.grid>.row>[class*="eight wide"].column, .ui.grid>[class*="eight wide"].column .advanced {
		width: 100%!important;
	}
	.mi4s-three {
		height: 700px;
	}
	.cat {
		top: 0px;
		margin: 10px 0 !important;
	}
	.fa-instagram {
		margin-left: 0px;
	}
	.fa-facebook-official {
		margin-left: 0px;
	}
	.fa-twitter {
		margin-left: 0px;
	}
}

