@charset "utf-8";
/* CSS Document */

/* Clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/* end Clearfix */

.floatright {
    float: right
}

.floatleft {
    float: left
}

.text-center {
    text-align: center;
}

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

.uppercase {
    text-transform: uppercase
}

.alignright {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.5rem auto;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.col-1_2 {
    width: 50%;
}

.col-1_3 {
    width: 33.333%;
}

.col-1_4 {
    width: 25%;
}

.col-1_6 {
    width: 16.666%;
}

.centered-y {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.centered-x {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible
}

.container {
    position: relative;
    width: 95%;
    max-width: 1155px;
    margin: auto;
}

body {
    overflow-x: hidden
}

section {
    position: relative;
}

.redText {
    color: #ff611d;
}
/*  

       ⋮⋮⫸  HEADER

*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 1s ease-out;
       -moz-transition: all 1s ease-out;
         -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
}

#h_logo {
    display: block;
    z-index: 9
}

#h_logo img {
    margin-bottom: 0;
}

#main-menu {
    width: 100%;
    padding-left: 5%;
}

#main-menu ul {
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

#main-menu .top_line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ff611d;
    opacity: 0;
    content: '';
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#main-menu .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -12rem;
    background: -moz-linear-gradient(top, rgba(255,97,29,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,97,29,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,97,29,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611d', endColorstr='#00ffffff',GradientType=0 );
    opacity: 0;
    content: '';
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#main-menu li {
    position: relative;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

#main-menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    font: 700 14px/1.5em 'Oswald', sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#main-menu li.current a,
#main-menu a:hover,
#main-menu a:active {
    color: #ff611d;
}

.slicknav_menu
{
    display: none;
}

/* Shrink  */
.shrink #header {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.shrink #main-menu ul {
    height: 86px;
}

.shrink #h_logo img {
    width: 84px;
}
/* end Shrink */
/*  

       ⋮⋮⫸  end HEADER

*/
.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#main {
    position: relative;
    display: block;
}
/*  

       ⋮⋮⫸  HOMEPAGE

*/
#home_topBanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#home_topBanner .topBanner_img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#home_topBanner .bg:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 70vh;
    background: -moz-linear-gradient(top, rgba(255,97,29,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,97,29,0.2) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,97,29,0.2) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611d', endColorstr='#00ffffff',GradientType=0 );
    content: ''
}

#home_topBanner .overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: ''
}

#home_topBanner .iss {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
}

#home_topBanner .iss.two {
    mix-blend-mode:saturation
}

#home_topBanner .iss.three {
    mix-blend-mode:overlay;
}

#home_topBanner .iss.four {
    mix-blend-mode:overlay;
    opacity: 0.2
}

#home_topBanner h2 {
    position: absolute;
    top: 656px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    font: 700 35px/1.543em 'Oswald', sans-serif;
    text-transform: uppercase;
}

#home_topBanner h2 strong {
    color: #ff611d;
}

#home_topBanner .bottom_row {
    position: absolute;
    bottom: 14px;
    left: 2%;
    right: 2%;
    height: 70px;
    z-index: 10000;
}

#home_topBanner .bottom_row .col {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: 700 13px/18px 'Oswald', sans-serif;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase
}

#home_topBanner .bottom_row .col:nth-child(1) {
    left: 0;
	z-index: 91;
}

#home_topBanner .bottom_row .col:nth-child(2) {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#home_topBanner .bottom_row .col:nth-child(3) {
    right: 0;
    z-index: 9;
}

#home_topBanner .bottom_row .col:nth-child(1) .title {
    color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_topBanner .bottom_row .col:nth-child(1) .title:hover {
    color: #fff;
}

.tbanner_social_m:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 41px;
	height: 1px;
	background-color: #8b8b8b;
	content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.tbanner_social_m {
	display: none;
	position: absolute;
	left: 108px;
	top: 50%;
	width: 50vw;
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 60px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.tbanner_social_m li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.tbanner_social_m a {
	position: relative;
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background-color: #080b11;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.tbanner_social_m a img {
	position: absolute;
	top: 50%;
    left: 50%;
	opacity: 0.88;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-out;
       -moz-transition: opacity 0.3s ease-out;
         -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
}

.tbanner_social_m a:hover,
.tbanner_social_m a:active  {
	border-color: #ff611d;
	background-color: #ff611d;
}

.tbanner_social_m a:hover img,
.tbanner_social_m a:active img  {
	opacity: 1;
}

#home_topBanner a.hashtag {
    font-size: 34px;
    line-height: 1em;
}

#home_topBanner .bottom_row .col:nth-child(3) a {
    display: block;
    padding-right: 84px;
    color: rgba(255, 255, 255, 0.8);
}

#home_topBanner .bottom_row span.icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ff611d transparent transparent transparent;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_topBanner .bottom_row span.icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #ff611d;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_topBanner .bottom_row .col:nth-child(3) a:hover .icon:before {
    border-color: #fff transparent transparent transparent;
}

#home_topBanner .bottom_row .col:nth-child(3) a:hover .icon {
    border-color: #fff;
}

#home_topBanner a:hover,
#home_topBanner a:active {
    color: #fff;
}

#home_topBanner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 191px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(3,4,6,0.55) 28%, rgba(8,11,17,0.85) 73%, rgba(8,11,17,1) 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(3,4,6,0.55) 28%,rgba(8,11,17,0.85) 73%,rgba(8,11,17,1) 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(3,4,6,0.55) 28%,rgba(8,11,17,0.85) 73%,rgba(8,11,17,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#080b11',GradientType=0 );                                                                                                    
}

#feat2cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
       -moz-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 5.25rem;
    background-color: #080b11;
    color: #fff;
	min-height:700px;
}

#feat2cols .col {
    width: 50%;
}

#feat2cols .col:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
         -moz-box-align: flex-end;
         -ms-flex-align: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#feat2cols .col .wrapper {
    max-width: 708px;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #7b7c83;
}

#feat2cols .col:last-child .wrapper {
    margin-top: -3.375rem;
    margin-bottom: 3rem;
    padding-bottom: 10%;
}

#feat2cols img {
    margin-bottom: 0;
}

#feat2cols .col:last-child .mainImg {
    margin-bottom: 4rem;
}

#feat2cols article h1 {
    padding-bottom: 3.75rem;
    color: #fff;
    font: 700 5.176em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
}

#feat2cols .col p {
    max-width: 588px;
}

#feat2cols .col:first-child .mainImg {
    margin-top: -6rem;
}

#feat2cols .logos {
    max-width: 562px;
    margin-top: 1.5rem;
}

#feat2cols .logos .item {
    display: inline-block;
    vertical-align: middle;
    width: 32.5%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 8%;
    text-align: center
}

#feat2cols .logos img {
    display: inline-block;
}

#home_about {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
}

#home_about .container {
    max-width: 754px;
    margin: auto;
    text-align: center;
    color: #0d0a05;
    position: relative;
    z-index: 1;
}

#home_about h1 {
    padding-bottom: 1.5rem;
    font: 700 2.941em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
}

.defaultBtn,
a.defaultBtn {
    display: inline-block;
    padding: 1.188rem 2.625rem;
    background-color: #ff611d;
    font: 700 0.941em/1.563em 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.defaultBtn.whiteBg,
a.defaultBtn.whiteBg {
    background-color: #fff;
    color: #0d0a05;
}

.defaultBtn:hover,
a.defaultBtn:hover,
a.defaultBtn:active {
    background-color: #080b11;
}

.defaultBtn.whiteBg:hover,
a.defaultBtn.whiteBg:hover,
a.defaultBtn.whiteBg:active {
    background-color: #ff611d;
    color: #fff;
}

#home_4imgs .item {
    position: relative;
    width: 50%;
    padding-top: 29.5%;
    float: left;
}

#home_4imgs .item .bgImg {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
}

#home_4imgs .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 184px 41px rgba(0,0,0,0.75);
       -moz-box-shadow: inset 0px 0px 184px 41px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 184px 41px rgba(0,0,0,0.75);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_4imgs .item .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#home_4imgs h1 {
    font: 700 2.647rem/1.125em 'Oswald', sans-serif;
    text-transform: uppercase
}

#home_4imgs .item a:hover,
#home_4imgs .item a:active {
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#home_4imgs .item .defaultBtn {
    margin-top: 0.75rem;
}

#feat_products {
    padding-top: 5.75rem;
    text-align: center;
}

#feat_products .container h1 {
    font: 700 1.941em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #0d0a05;
}

#feat_products .container p {
    max-width: 680px;
    margin: auto;
}

#feat_products .prods_entries {
    padding-top: 4.125rem
}

.prod_entry {
    position: relative;
    width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left;
    border-right: 1px solid #f2f2f2;
}

.prod_entry:last-child {
    border-right: 0
}

.prod_entry figure {
    width: 100%;
    padding-top: 123.17%;
    margin-bottom: 1.5rem;
}

.prod_entry figure img {
    display: none;
    visibility: hidden;
}

.prod_entry .wrapper {
    max-width: 320px;
    margin: auto;
}

.prod_entry a h1 {
    padding-bottom: 1.125rem;
    font: 500 1.294em/1.318em 'Oswald', sans-serif;
    color: #0d0a05;
}

.prod_entry p.price {
    padding-bottom: 3rem;
    font: 500 1.294em/1.318em 'Oswald', sans-serif;
    color: #ff611d;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.prod_entry a:hover p.price,
.prod_entry a:active p.price {
    color: #0d0a05;
}

.prod_entry {
    padding-bottom: 12px;
}

.prod_entry.banner a {
    position: absolute;
    top: 0;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background-color: #ff611d;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.prod_entry.banner .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 95%;
    color: #fff;
    text-align: center;
}

.prod_entry.banner h1 {
    padding-bottom: 1.5rem;
    font: 500 2.235em/1.318em 'Oswald', sans-serif;
    color: #fff;
}

.prod_entry.banner a:hover,
.prod_entry.banner a:active {
    background-color: #080b11;
}

#home_bgImg2 {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
    text-align: center;
    color: #fff;
}

#home_bgImg2 .container {
    padding-bottom: 13.44%;
}

#home_bgImg2 h1 {
    padding-bottom: 1.5rem;
    font: 500 2.941em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
}

#home_bgImg2 p {
    max-width: 596px;
    margin: auto;
}

#feat_items {
    position: relative;
    padding-top: 5.625rem;
    overflow-x: hidden;
}

#feat_items h1 {
    padding-left: 5%;
    padding-bottom: 2.25rem;
    font: 700 1.941em/1.125em 'Oswald', sans-serif;
    color: #0d0a05;
    text-transform: uppercase;
}

#featCarousel {
    margin-left: 5%;
    padding-bottom: 60px;
    overflow: hidden;
}

#featCarousel .slick-slide {
    padding-right: 12px;
}

#featCarousel .slick-arrow {
    position: absolute;
    bottom: 54px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
    cursor: pointer;
}

#featCarousel .slick-prev {
    left: 0;
    background-image: url(../svg/arrow-left.svg)
}

#featCarousel .slick-next {
    left: 218px;
    background-image: url(../svg/arrow-right.svg)
}

#featCarousel .slick-dots {
    position: relative;
    left: 288px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none;
    padding-top: 60px;
}

#featCarousel .slick-dots li {
    width: 20%;
    padding: 0;
    margin: 0;
}

#featCarousel .slick-dots li button {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    cursor: pointer;
    text-indent: -9999em;
}

#featCarousel .slick-dots li.slick-active button {
    background-color: #ff611d;
}

#feat_items .cursor {
    position: absolute;
    left: 5%;
    bottom: 18px;
    display: block;
    width: 130px;
    height: 130px;
    margin-left: 72px;
    border: 1px solid #ff611d;
    border-radius: 50%;
    background: url(../svg/cursor_hand.svg) no-repeat center center;
}

#articlesSlider .cols2 { /* *************** */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#articlesSlider .slider,
#articlesSlider .col { /* *************** */
    width: 50%;
}

#articlesSlider .slick-slider { /* *************** */
    position: static
}

#articlesSlider .slick-slide { /* *************** */
    width: 100%;
}

#articlesSlider .slick-slide .slide.bgImg { /* *************** */
    width: 100%;
    background-color: #eeeeee;
    -webkit-background-size: contain;
       -moz-background-size: contain;
        -ms-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

#articlesSlider .slick-slide .slide img { /* *************** */
    display: none !important;
    visibility: hidden;
}

#articlesSlider .to_remove_div {
    display: block !important;
}

#articlesSlider div.col { /* *************** */
    min-height: 700px;
    padding: 5% 5% 96px 5%;
}

#articlesSlider div.col .wrapper {
    max-width: 600px;
    margin: auto;
}

#articlesSlider .col h1 { /* *************** */
    padding-bottom: 2.25rem;
    font: 700 1.941em/1.545em 'Oswald', sans-serif;
    color: #0d0a05;
    text-transform: uppercase;
}
/* ***************
a.nextArticle {
    display: inline-block;
    padding-top: 30px;
}
    
a.nextArticle figure {
    max-width: 196px;
}

a.nextArticle .text {
    display: block;
    padding-left: 33px;
}

a.nextArticle p.next {
    padding-bottom: 16px;
    font: 700 16px/1.545em 'Oswald', sans-serif;
    color: #aa3609;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

a.nextArticle img {
    margin-bottom: 0
}

#articlesSlider a.nextArticle h1 {
    max-width: 236px;
    padding-bottom: 0;
    font: 700 1.471em/1.2em 'Oswald', sans-serif;
    color: #0d0a05;
    text-transform: none;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#articlesSlider a.nextArticle:hover p.next,
#articlesSlider a.nextArticle:active p.next {
    color: #0d0a05;
}

#articlesSlider a.nextArticle:hover h1,
#articlesSlider a.nextArticle:active h1 {
    color: #aa3609;
} */

#articlesSlider .slick-arrow:before {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.4;
    content: ' ';
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#articlesSlider .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 74px;
    background-color: #ff611d;
    text-indent: -9999em;
    cursor: pointer;
    z-index: 9;
    overflow: hidden
}

#articlesSlider .slick-prev {
    right: 91px;
}

#articlesSlider .slick-prev:before {
    background-image: url(../svg/arrow-left-black.svg);
}

#articlesSlider .slick-next:before {
    background-image: url(../svg/arrow-right-black.svg);
}

#articlesSlider .slick-arrow:hover:before,
#articlesSlider .slick-arrow:active:before {
    opacity: 1
}

#articlesSlider .slick-dots { /* *************** */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    list-style: none;
    text-align: center
}

#articlesSlider .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
}

#articlesSlider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e3e3e3;
    text-indent: -9999em;
    overflow: hidden;
}

#articlesSlider .slick-dots .slick-active button {
    background-color: #c8c8c8;
}
/*  

       ⋮⋮⫸  end HOMEPAGE

*/
/*  

       ⋮⋮⫸  ABOUT

*/
#about {
    background-color: #080b11
}

#inner_topBanner {
    position: relative;
    overflow: hidden;
}

#inner_topBanner .playBtn {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    margin: 0 auto;
    border: 2px solid #fff;
}

#inner_topBanner .playBtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #fff;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#inner_topBanner .playBtn:hover {
    background-color: rgba(255, 255, 255, 0.66);
}

#inner_topBanner .overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 122px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(8,11,17,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(8,11,17,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(8,11,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8,11,17',GradientType=0 );                                                                                                                                                                   
}

#inner_topBanner .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70vh;
    background: -moz-linear-gradient(top, rgba(255,97,29,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,97,29,0.2) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,97,29,0.2) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611d', endColorstr='#00ffffff',GradientType=0 );
    content: ''
}

#inner_topBanner .overlay {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 132px;
    padding-bottom: 132px;
    background-color: rgba(8, 12, 20, 0.67)
}

#inner_topBanner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 658px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1000000;
}

#inner_topBanner h1 {
    padding-bottom: 1.5rem;
    font: 700 5.176em/1.125em 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#inner_topBanner p {
                     
                 
    padding-bottom: 0;
    color: #d0d0d0;
}

#inner_topBanner .bottom_row {
    position: absolute;
    bottom: 6px;
    left: 2%;
    right: 2%;
    height: 66px;
}

#inner_topBanner .bottom_row .col {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: 700 13px/18px 'Oswald', sans-serif;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase
}

#inner_topBanner .bottom_row .col:nth-child(1) {
    left: 0;
}

#inner_topBanner .bottom_row .col:nth-child(2) {
    right: 0;
    z-index: 9;
}

#inner_topBanner .bottom_row .col:nth-child(2) a {
    display: block;
    padding-right: 84px;
    color: rgba(255, 255, 255, 0.8);
}

#inner_topBanner .bottom_row span.icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ff611d transparent transparent transparent;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#inner_topBanner .bottom_row span.icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #ff611d;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#inner_topBanner .bottom_row .col:nth-child(2) a:hover .icon:before {
    border-color: #fff transparent transparent transparent;
}

#inner_topBanner .bottom_row .col:nth-child(2) a:hover .icon {
    border-color: #fff;
}

#inner_topBanner a:hover,
#inner_topBanner a:active {
    color: #fff;
}

#about_map {
    background-color: #080b11;
}

#about_map .container {
    display: table;
    table-layout: fixed;
    max-width: 1824px;
}

#about_map .col {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#about_map .col.text {
    padding-right: 6.7%;
    padding-left: 2.2%;
    color: #7b7c83;
}

#about_map .col.mapBox {
    width: 1180px;
}

#about_map .col .map {
    margin-bottom: 0
}

#about_map h1 {
    padding-bottom: 1.875rem;
    font: 700 2.647em/1.422em 'Oswald', sans-serif;
    color: #fff;
}

#about_map p {
    max-width: 470px;
}

#about_map .cityBox {
    position: absolute;
    padding-left: 52px;
    cursor: pointer;
}

#about_map .cityBox:nth-of-type(1) {
    top: 400px; 
    left: 83px;
}

#about_map .cityBox:nth-of-type(2) {
    top: 420px; 
    left: 164px;
}

#about_map .cityBox:nth-of-type(3) {
    top: 482px; 
    left: 274px;
}

#about_map .cityBox:nth-of-type(4) {
    top: 558px; 
    left: 576px;
}

#about_map .cityBox:nth-of-type(5) {
    top: 554px; 
    left: 662px;
}

#about_map .cityBox:nth-of-type(6) {
    top: 466px; 
    left: 592px;
}

#about_map .cityBox:nth-of-type(7) {
    top: 505px; 
    left: 794px;
}

#about_map .cityBox:nth-of-type(8) {
    top: 467px;
    left: 747px;
}

#about_map .cityBox:nth-of-type(9) {
    top: 264px; 
    left: 692px;
}

#about_map .cityBox:nth-of-type(10) {
    top: 260px; 
    left: 774px;
}

#about_map .cityBox:nth-of-type(11) {
    top: 290px; 
    left: 824px;
}

#about_map .cityBox:nth-of-type(12) {
    top: 285px; 
    left: 874px;
}

#about_map .cityBox:nth-of-type(13) {
    top: 283px; 
    left: 931px;
}

#about_map .cityBox:nth-of-type(14) {
    top: 238px;
    left: 946px;
}

#about_map .side_map .cityBox {
    top: 42px; 
    left: 102px;
}

#about_map .cityBox.left {
    padding-right: 52px;
    padding-left: 0;
}

#about_map .cityBox .pin {
    position: absolute;
    top: 0;
    left: 0;
}

#about_map .cityBox.left .pin {
    position: absolute;
    left: auto;
    right: 0;
}

#about_map .cityBox .wrapper:before {
    position: absolute;
    top: 48px;
    bottom: 16px;
    left: -34px;
    width: 1px;
    background-color: #fff;
    content: ''
}

#about_map .cityBox.left .wrapper:before {
    right: -34px;
    left: auto;
}

#about_map .cityBox .wrapper:after {
    position: absolute;
    bottom: 0;
    left: -75px;
    width: 84px;
    height: 30px;
    background: url(../svg/ellipse.svg) no-repeat center center;
    content: '';
    -webkit-background-size: contain;
       -moz-background-size: contain;
        -ms-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

#about_map .cityBox.left .wrapper:after {
    right: -75px;
    left: auto;
}

#about_map .cityBox .wrapper {
    display: none;
    position: relative;
    width: 200px;
    padding-bottom: 52px;
    font: 500 0.941em/1.313em 'Oswald', sans-serif;
    color: #fff;
}

#about_map .cityBox.left .wrapper {
    text-align: right;
}

#about_map .cityBox h3 {
    padding-bottom: 1.125rem;
    font-weight: 700;
    font-size: 1.750em;
    line-height:  1.125em;
    text-transform: uppercase;
}

#about_map .cityBox p {
    letter-spacing: 0.08em;
}

#about_map .cityBox:hover {
    opacity: 0.85
}

#about_map .side_map {
    position: absolute;
    bottom: 135px;
    right: -24px;
    border: 1px solid #ff611d;
}

#about_map .side_map img {
    margin-bottom: 0;
}

#about_map .side_map h4 {
    position: absolute;
    left: 50%;
    bottom: -36px;
    padding-bottom: 0;
    font: 700 1.294em/1em 'Oswald', sans-serif;
    color: #dedede;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#about_main_profiles .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1155px;
    padding-top: 2.25rem;
    padding-bottom: 3rem;
    text-align: center;
}

#about_main_profiles .col {
    width: 500px;
    padding-bottom: 1.5rem;
}

#about_main_profiles .col:nth-child(1) {
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

#about_main_profiles .col:nth-child(3) {
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
         -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

#about_main_profiles .col:nth-child(4) {
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

#about_main_profiles .col:nth-child(6) {
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
         -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
}

#about_main_profiles .col:nth-child(7) {
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

#about_main_profiles .col figure {                     /*    UPDATE 1-3-19 */              
    position: relative;
} 

#about_main_profiles .col figure img {                /*    UPDATE 1-3-19 */
}

#about_main_profiles .col figure .img-responsive {
	max-width: 400px !important;
}

#about_main_profiles .col figcaption {
    position: absolute;
    left: 50%;
    bottom: 15px;               /*    UPDATE 1-3-19 */
    width: 75%;
    margin-left: -50px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#about_main_profiles .col figcaption h3 {
    padding-bottom: 12px;
    font: bold 1.288em/1.125em 'Special Elite', cursive;
    color: #0d0a05;
    letter-spacing: 0.02em;
}

#about_main_profiles .col figcaption p {
    padding-bottom: 0;
    font: 700 0.941em/1em 'Oswald', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#about_main_profiles .col figcaption p.position {
    padding-bottom: 1rem;
    color: #c83d07;
}

#about_main_profiles .col figcaption p.email a {
    color: #0d0a05;
}

#team_profiles .darkBg {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #000;
}

#team_profiles h2.title {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    font: 700 3.059em/1.125em 'Oswald', sans-serif;
    color: #dcdcdc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#team_profiles .container {
    max-width: 1620px;
    text-align: center;
}

#team_profiles .col {
    display: inline-block;
    vertical-align: top;
    width: 20.8%;
    margin: 0 0.5% 1.5rem 0.5%;
    font: 700 1.059em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
}

#team_profiles .col figure img {
    display: inline-block;
    margin-bottom: 12px;
}

#team_profiles .col h3 {
    padding-bottom: 0.375rem;
    color: #ff611d;
    font-weight: 400;
    font-size: 1.412em;
    line-height: 1.125em;
    letter-spacing: 0.12em;
}

#team_profiles .col p {
    color: #fff;
    font-weight: 400;
    font-size: 1.059em;
    line-height: 1.125em;
    letter-spacing: 0.05em;
}

#team_profiles .whiteBg {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}

#team_profiles .whiteBg h2.title,
#team_profiles .whiteBg .col p {
    color: #080b12;
}
/*  

       ⋮⋮⫸  end ABOUT

*/
/*  

       ⋮⋮⫸  CLIENT FORMS

*/
#clientBoxes {
    background: #080b11 url(../png/bottomframe_grunge.png) no-repeat bottom left;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#clientBoxes .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1248px;
    padding-bottom: 10rem;
    padding-top: 3rem;
}

#clientBoxes .col {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
}

#clientBoxes .box {
    position: relative;
               
    padding: 1.875em;
    border: 1px solid rgba(255, 97, 29, 0.52);
    color: #dedede;
}

#clientBoxes .box h2 {
    padding-bottom: 1.875rem;
    font: 700 2.059em/1em 'Oswald', sans-serif;
    color: #ff611d;
}

#clientBoxes .box .buttons {
   display: table;
    width: 100%;
    padding-top: 1.5rem;
}

#clientBoxes .box button {
    display: table-cell;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
    height: 54px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#clientBoxes .box button:first-child {
    width: 40%
}

#clientBoxes .box button:last-child {
    width: 60%
}

#clientBoxes .box button img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 9px;
}

#clientBoxes .box button.download {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font: 700 13px/54px 'Oswald', sans-serif;
    letter-spacing: 0.02em;
    text-align: left;
}

#clientBoxes .box button.upload {
    background-color: #242424;
    border-radius: 2px;
    font-size: 14px;
}

#clientBoxes .box button.upload img {
    position: relative;
    top: -2px;
}

#clientBoxes .box button.upload:hover {
    background-color: #202020;
}

#clientBoxes .box button:hover,
#clientBoxes .box a:hover,
#clientBoxes .box a:active {
    color: #fff;
}
/*  

       ⋮⋮⫸  end CLIENT FORMS

*/
#production_area {
	padding-top: 240px;  /* ------------- */
	background: #080b11 url(../png/bottomframe_grunge.png) no-repeat bottom left;
	overflow: hidden;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
/*  

       ⋮⋮⫸  CONTACT

*/
#contact_page #inner_topBanner .overlay {
    height: 100vh;
    min-height: inherit;
    max-height: 616px;
    background-color: transparent
}

#contact_areas {
    padding-bottom: 10rem;
    padding-top: 140px;  /* ------------- */
    background: #080b11 url(../png/bottomframe_grunge.png) no-repeat bottom left;
    overflow: hidden;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#contact_areas .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1734px;
    z-index: 999;  /* ------------- */
}

#contact_areas .col {
    width: 25%;
    padding-left: 1.5px;
    padding-right: 1.5px;
}

#contact_areas .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    height: 90vh;
    max-height: 786px;
    cursor: pointer
}

#contact_areas .box h1 {
    width: 100%;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    font: 700 2.941em/1.125em 'Oswald', sans-serif;
    text-align: center;
}

.contact_toggleBox { 
    display: table;
    color: #dedede;
    position: absolute;
    top: 0;
    background-image: url(../jpg/contact_bg_overlay.jpg);
    color: #dedede;
    overflow: auto
}

.contact_toggleBox .inner_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    height: inherit;
    overflow-y: auto;
    padding: 3%;
}

.contact_toggleBox .inner_col {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact_toggleBox .inner_col.contact_toggleBox_sidebar {
     /* ------------- */
    flex-basis: 35%;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
     /* ------------- */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 3%; 
    margin-right: 3%;
}

.contact_toggleBox .infoBox {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 1.5rem 5%;
    padding-left: 0;
}

.contact_toggleBox .infoBox p:last-of-type {
    padding-bottom: 0;
}

.contact_toggleBox h2 {
    padding-top: 1.125rem;
    padding-bottom: 2.25rem;
    font: 700 2.941em/1em 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.contact_toggleBox h4 {
    padding-bottom: 6px;
    font-size: 1.118em;
    line-height: 1.125em;
    font-weight: 700;
}

.contact_toggleBox .position {
    padding-bottom: 1.875rem;
    font-size: 0.824em;
    line-height: 1.125em;
    font-weight: 700;
}

.contact_toggleBox a:hover,
.contact_toggleBox a:active {
    color: #fff;
}

.contact_toggleBox a.btn {
    display: inline-block;
    margin-top: 8%;
    background-color: #ff611d;
    padding: 1.188rem 2.125rem;
    color: #fff;
    font: 700 0.941em/1.5em 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.contact_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 99999;
}

.contact_popup .container {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 50%;
    width: 98%;
    max-width: 1798px;
    padding: 4.625rem 4.25rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.contact_popup .contact_scroll {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95%;
    max-width: 1798px;
    overflow-y: auto;
    top: 8%;
    bottom: 8%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact_popup .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
                              
                                
                               
                                
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #dedede;
}

.contact_popup .col:first-of-type {
    width: 60%;
}

.contact_popup .col.form {
    width: 39.2%;
    padding: 4%;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 50%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.35) 50%);
    background: linear-gradient(135deg, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.35) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#61000000',GradientType=1 );
}

.contact_popup .col.form h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 7%;
    font: 300 2.353em/1.125em 'Oswald', sans-serif;
    color: #fff;
}

.default label
{
    display: block;
    margin-bottom: 0.75rem;
    font: 700 1em/1.125em 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.default label .required
{
    color: #ff611d;
}

.default input,
.default textarea,
.default .select-box
{
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    padding: 20px 5%;
    margin-bottom: 1.875rem;
    border: 1px solid rgba(255, 255, 255, 0.43);
    background-color: #fff;
    font-size: 0.882em;
    line-height: 24px;
    color: #282828;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.default textarea
{
    height: auto;
}

.default input:focus,
.default textarea:focus
{
    border-color: #000; 
    color: #000;
}

.default ::-webkit-input-placeholder {
    color: #282828;
}

.default ::-moz-placeholder {
    color: #282828;
}

.default :-ms-input-placeholder {
    color: #282828;
}

.default :-moz-placeholder {
    color: #282828;
}

.default .select-box:before
{
    position: absolute;
    top: 50%;
    right: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #282828 transparent transparent transparent;
    content: '';
}

.default .select-box
{
    position: relative;
    padding-right: 48px;
    overflow: hidden;
}

.default .select-box .active
{
    display: block;
    overflow: hidden;
}

.default .select-box select
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #fff;
    border: 1px solid #e2e1dd;
    z-index: 9;
    cursor: pointer;
}

.default .select-box select option
{
    display: block;
    padding: 6px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

#contact_form .btn
{
    text-align: right;
}

form.default button
{
    display: inline-block;
    background-color: #ff611d;
    padding: 1.188rem 2.125rem;
    margin: 0;
    color: #fff;
    font: 700 0.941em/1.5em 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

form.default button:hover
{
    background-color: #282828;
}

.contact_popup .inner_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding-right: 1.5rem;
}

.contact_popup .inner_col {
    padding-top: 10%;
    padding-bottom: 10%;
}

.contact_popup .inner_col:first-of-type {
    min-width: 310px;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contact_popup h1 {
    padding-bottom: 2.25rem;
    font: 700 2.941em/1em 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.contact_popup .inner_col:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
       -ms-flex-line-pack: start;
           align-content: flex-start;
}

.contact_popup .infoBox {
    width: 50%;
    padding: 0.375rem 5% 5% 5%;
}

.contact_popup h4 {
    padding-bottom: 6px;
    font-size: 1.118em;
    line-height: 1.125em;
    font-weight: 700;
}

#contact_page .position {
    padding-bottom: 1.875rem;
    font-size: 0.824em;
    line-height: 1.125em;
    font-weight: 700;
}

.contact_popup a:hover,
.contact_popup a:active {
    color: #fff;
}

.contact_popup .close_popup {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    background: url(../png/popup_x.png) no-repeat center center;
    cursor: pointer;
}
/*  

       ⋮⋮⫸  end CONTACT

*/
/*  

       ⋮⋮⫸  PROPS

*/
#categories {
    padding-top: 1.875rem;
    padding-bottom: 3rem;
    background: #080b11 url(../jpg/props_bg_cells_2.jpg) no-repeat top center;
    text-align: center;
    color: #fff;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#categories .container {
    max-width: 1612px;
}

#categories h1 {
    padding-bottom: 1.125rem;
    font: 700 6.235em/1.125em 'Oswald', sans-serif;
    color: rgba(255,255,255,0.15);
    text-transform: uppercase;
}

#categories h1 small {
    display: block;
    font-size: 0.472em;
    line-height: 1.5em;
    color: #ff611d;
}

#categories p {
    max-width: 660px;
    margin: auto;
}

.hexagons {
    margin-top: 3rem;
}

.hexagons .cell {
    position: relative;
}

.hexagons .row_3_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hexagons .row_3_cols.two {
    margin-top: -166px;
}

.hexagons .row_2_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    margin-top: -165px;
}

.hexagons .row_2_cols.two {
    margin-top: -167px;
}

.hexagons .row_2_cols .cell:first-child {
   left: 98px;
}

.hexagons .row_2_cols .cell:last-child {
    right: 98px;
}

.hexagons .row_1_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -165px;
}

.hexagons img.bottom_hexagon {
    position: absolute;
    z-index: 1000000;
}

.hexagons img.hex {
    max-width: 100%;
    -webkit-filter: drop-shadow( 0 0px 5px gray);
        -ms-filter: drop-shadow( 0 0px 5px gray);
            filter: drop-shadow( 0 0px 5px gray);
}

.hexagons .wrapper {
    position: absolute;
    z-index: 1000000;                
    top: 50%;
    left: 50%;
    width: 90%;
    margin-top: 1.5rem; /* ------------- */                                 
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: margin-top 1s ease-out;
       -moz-transition: margin-top 1s ease-out;
         -o-transition: margin-top 1s ease-out;
            transition: margin-top 1s ease-out;
}

.hexagons a h2 {
    padding-bottom: 0;
    color: rgba(255,255,255,0.9);
    font: 700 1.882em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1rem 4rem rgba(0,0,0,1);
    -webkit-transition: color 0.3s ease-out;
       -moz-transition: color 0.3s ease-out;
         -o-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
}

.hexagons a.all h2 {
	padding-top: 12px;
	padding-bottom: 12px;
    text-decoration: underline
}

.hexagons a:hover h2,
.hexagons a:active h2 {
    color: #fff
}

.hexagons a.defaultBtn {
     /* ------------- */
    padding: 0;
    background-color: transparent;
    margin-top: 1.5rem;
    font-size: 0.941em;
    line-height: 1.5rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
     /* ------------- */
}

.hexagons .cell:hover .wrapper a.defaultBtn {
     /* ------------- */
    display: block;
    opacity: 1;
     /* ------------- */ 
}

.hexagons a.defaultBtn:hover,
.hexagons a.defaultBtn:hover {
    color: rgba(255, 255, 255, 0.8)
}

.hexagons .red .wrapper,
.hexagons .cell:hover .wrapper {  /* ------------- */
    margin-top: 0;
}

#props_carousel_section {
    padding-top: 14rem;
    padding-bottom: 6rem;
    background: #fff url(../png/bottomframe_grunge.png) no-repeat top center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#props_carousel_section h1 {
    padding-bottom: 1.5rem;
    font: 700 2.941em/1.5em 'Oswald', sans-serif;
    color: #0b0c10;
    text-transform: uppercase;
    text-align: center;
}

.props_carousel .slick-list {
    padding-bottom: 248px !important;
}

.props_carousel .slick-slide {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.props_carousel .slick-slide.slick-active {
    top: 4.5rem;
}

.props_carousel .item img {
    margin-bottom: 0;
}

.props_carousel .playBtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #fff;
    content: '';
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.props_carousel .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 161px;
    height: 161px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.66);
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.props_carousel .playBtn:hover {
    background-color: #000;
}

#props_carousel_section .cursor {
    position: absolute;
    left: 50%;
    bottom: 116px;;
    display: block;
    width: 130px;
    height: 130px;
    border: 1px solid #ff611d;
    border-radius: 50%;
    background: url(../svg/cursor_hand.svg) no-repeat center center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.props_carousel .slick-arrow {
    z-index: 10000;
    position: absolute;
    left: 50%;
    bottom: 54px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.props_carousel .slick-prev {
    margin-left: -108px;
    background-image: url(../svg/arrow-left.svg)
}

.props_carousel .slick-next {
    margin-left: 108px;
    background-image: url(../svg/arrow-right.svg)
}

#feat_banners {
    padding-top: 7.75rem;
    padding-bottom: 19rem;
    background: #080b11 url(../png/bottomframe_grunge.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#feat_banners .container {
    max-width: 1750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#feat_banners article {
    position: relative;
    height: 80vh;
    width: 50%;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0px 0px 25rem 10rem rgba(8,11,17,0.9);
       -moz-box-shadow: inset 0px 0px 25rem 10rem rgba(8,11,17,0.9);
            box-shadow: inset 0px 0px 25rem 10rem rgba(8,11,17,0.9);
}

#feat_banners article .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#feat_banners article h1 {
    padding-bottom: 1.5rem;
    font: 700 2.647em/1.2em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#feat_banners .logo:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80vh;
    width: 21px;
    background-color: #080b11;
    content: '';
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#feat_banners .logo:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80vh;
    width: 1px;
    background-color: #933b18;
    content: '';
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#feat_banners .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 198px;
    width: 206px;
    background-color: #080b11;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#feat_banners .logo .frame {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 170px;
    width: 166px;
    background-color: #080b11;
    border: 1px solid #933b18;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#feat_banners .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*  

       ⋮⋮⫸  end PROPS

*/
/*  

       ⋮⋮⫸  MARKETING

*/
#brand_section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 234px;
    background: url(../png/bg_frame_transparent.png) no-repeat top center;
    content: '';
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#brand_section {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 22rem;
	z-index: 9;
}

#brand_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    max-width: 1920px;
}

#brand_section .col:first-child {
    width: 39%;
}

#brand_section figure.col {
    width: 61%;
}

#brand_section h1 {
    position: relative;
    left: 7%;
    margin-top: -25%;
    font: 700 2.059em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff611d;
}

#brand_section h1 large {
    display: block;
    font-size: 4.125em;
    line-height: 1.125em;
    color: #000;
    letter-spacing: 0.04em;
    -webkit-transition: all 1s ease-out;
       -moz-transition: all 1s ease-out;
         -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
}

#brand_section h1 large.focus {
    -webkit-filter: blur(11px);
        -ms-filter: blur(11px);
            filter: blur(11px);
}

#snow-img {
	position: absolute;
	bottom: -90px;
	left: 0;
	width: 100%;
	height: auto;
}
/*
#carousel_gallery:before {
    position: absolute;
    top: -696px;
    left: 0;
    right: 0;
	height: 751px;
    background: url(../images/marketing_slide_top_bg.png) no-repeat top center;
    content: '';
    z-index: 9;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}*/

#carousel_gallery {
    position: relative;
    z-index: 1;
}

#carousel_gallery .slick-slide {
    width: 100%;
	height: 80vh;
	max-height: 880px;
	overflow: hidden;
}

#carousel_gallery .slider img {
    width: 100%;
}

#carousel_gallery .slick-dots {
    position: absolute;
    bottom: 160px;
    left: 50%;
    list-style-type: none;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#carousel_gallery .slick-dots li {
    display: inline-block;
    margin: 4px;
    padding-bottom: 0;
}

#carousel_gallery .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#carousel_gallery .slick-dots .slick-active button,
#carousel_gallery .slick-dots button:hover {
    background-color: #fff;
}

#marketing_page .main_bg {
    position: relative;
    margin-top: -10%;
    padding-top: 13.5%;
    background: url(../png/marketing_main_bg_top.png) no-repeat top center;
    z-index: 9;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    
}

#marketing_page .main_bg:before {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    padding-top: 23%;
    background: url(../png/bg_marketing-separator.png) no-repeat top center;
    content: '';
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    
}

#marketing_page .main_bg .inner {
    background-image: url(../jpg/marketing_main_bg.jpg);
    background-position: top center;
    z-index: 1;
    
}

#marketing_services .container {
    max-width: 1600px;
}

#marketing_services .cols_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-bottom: 3rem;
}

#marketing_services .col {
    max-width: 586px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3.25rem;
    text-align: center;
    color: #0d0a05;
}

#marketing_services .col h2 {
    padding-bottom: 1.125rem;
    font: 700 4.706em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #0b0c10;
}

#marketing_services .col h3 {
    padding-bottom: 1.125rem;
    font: 700 1.765em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #0b0c10;
}

#pricing_boxes .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1680px;
    padding-bottom: 6rem;
}

#pricing_boxes .box {
    position: relative;
    width: 24%;
    padding: 0.75rem 0.75rem 96px 0.75rem; 
    margin-bottom: 1.5rem;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 );
    z-index: 1;
    -webkit-box-shadow: 0px 0px 6rem 3rem rgba(0,0,0,0.2);
       -moz-box-shadow: 0px 0px 6rem 3rem rgba(0,0,0,0.2);
            box-shadow: 0px 0px 6rem 3rem rgba(0,0,0,0.2);
    text-align: center;
    color: #7b7c83;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#pricing_boxes .box:hover {
    background: -moz-linear-gradient(top, rgba(255,98,31,1) 30%, rgba(255,143,99,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,98,31,1) 30%,rgba(255,143,99,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,98,31,1) 30%,rgba(255,143,99,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff621f', endColorstr='#33ff8f63',GradientType=0 );
    color: #fff;
    z-index: 9;
    transform: scale(1.2, 1.2);
    z-index: 10000;
}

#pricing_boxes .box h1 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font: 700 2.059em/1.125em 'Oswald', sans-serif;
    color: #ff611d;
    text-transform: uppercase;
}

#pricing_boxes .box:hover h1 {
    color: #fff;
}

#pricing_boxes .box .separator:before,
#pricing_boxes .box .separator:after {
    position: absolute;
    top: 52%;
    height: 1px;
    background-color: #e0e0e0;
    content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#pricing_boxes .box:hover .separator:before,
#pricing_boxes .box:hover .separator:after {
    background-color: #fe9d73;
}

#pricing_boxes .box .separator:before {
    left: 0.75rem;
    width: 30%;
}

#pricing_boxes .box .separator:after {
    right: 0.75rem;
    width: 30%;
}

#pricing_boxes .box .separator {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    height: 48px;
    background: url(../svg/icon-stars.svg) no-repeat center center;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#pricing_boxes .box:hover .separator {
    background-image: url(../svg/icon-stars-white.svg);
}

#pricing_boxes .box p {
    max-width: 326px;
    margin: auto;
    padding-bottom: 1.875rem;
}

#pricing_boxes .box a {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 1.5rem;
    height: 4.375rem;
    background-color: #dbdbdb;
    font: 700 0.941em/4.375rem 'Oswald', sans-serif;
    text-align: center;
    color: #2e2e2e;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#pricing_boxes .box.feat a {
    background-color: #ff611d;
    color: #fff;
}

#pricing_boxes .box a:hover,
#pricing_boxes .box a:active {
    background-color: #ff611d;
    color: #fff;
}

#pricing_boxes .box:hover a:hover,
#pricing_boxes .box:hover a:active {
    background-color: #0b0c10;
}

#hexagons_logo .container {
    max-width: 1612px;
    padding-bottom: 6rem;
}

#hexagons_logo h1 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font: 700 4.706em/1.125em 'Oswald', sans-serif;
    color: #0b0c10;
    text-transform: uppercase;
    text-align: center
}

.hexagons img {
    margin-bottom: 0;
}

#hexagons_logo .hexagons .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin-top: 0;         
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#hexagons_logo .bottom_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -341px;
}

#hexagons_logo .hexagons a.all {
    text-decoration: underline;
    color: rgba(255,255,255,0.9);
    font: 700 1.882em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#hexagons_logo .hexagons a.all:hover,
#hexagons_logo .hexagons a.all:active {
    color: #fff;
}

#hexagons_logo .more_section {
    padding-top: 5rem;
    text-align: center;
}

#hexagons_logo .more_section h2 {
    padding-bottom: 1.5rem;
    font: 700 3.529em/1em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #0d0a05;
}

#hexagons_logo .more_section h2 small {
    font-size: 0.667em;
    line-height: 1.125em;
}

#hexagons_logo .more_section p {
    max-width: 564px;
    margin: 0.75rem auto auto auto;
    font-weight: 400;
    color: #7b7c83;
}

#logo_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#logo_boxes .col {
    width: 50%;
}

#logo_boxes .left_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#logo_boxes .box_1_2 {
    width: 100%;
}

#logo_boxes .box_1_2,
#logo_boxes .box_1_2 .slick-slide div {
    position: relative;
    display: block;
    height: 45vh;
    max-height: 450px;
    overflow: hidden;
}

#logo_boxes .box_1_4 {
    width: 50%;
}

#logo_boxes .box_1_4,
#logo_boxes .box_1_4 .slick-slide div {
    position: relative;
    display: block;
    height: 45vh;
    max-height: 450px;
    overflow: hidden;
}

#logo_boxes .box_large,
#logo_boxes .box_large .slick-slide div {
    position: relative;
    height: 90vh;
    max-height: 900px;
    overflow: hidden;
}

#logo_boxes .slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
}

/*#logo_boxes .slick-slide div.bgImg {
    position: absolute;
    left: -3px;
    right: -3px;
    top: 0;
    bottom: 0;
    display: block;
}*/

#logo_boxes .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#yourBrand {
    margin-bottom: -1px;                    
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background-image: url(../jpg/marketing-6.jpg);
    text-align: center;
}

#yourBrand h1 {
    padding-bottom: 1.875rem;
    font: 700 5.294em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

#yourBrand h1 small {
    display: block;
    font-size: 25px;
    line-height: 1.25em;
    color: #000
}

#yourBrand a.defaultBtn {
    min-width: 225px;
    line-height: 2em;
}

#yourBrand a.defaultBtn:hover,
#yourBrand a.defaultBtn:active {
    background-color: #080b11;
}
/*  

       ⋮⋮⫸  end MARKETING

*/
/*  

       ⋮⋮⫸  WEAPONS

*/
#weapons_categories.bgImg {
    background-color: #080b11;
    background-position: top center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
}

#weapons_categories .container {
    width: 98%;
    max-width: 1880px;
    padding-top: 4.125rem
}

#weapons_categories .cols2 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#weapons_categories .cols2 .col {
    display: table-cell;
    vertical-align: top;
}

.weapons_main_categories {
    width: 55.52%;
}

.weapons_main_categories .item {
    width: 50%;
    padding: 4px;
    float: left;
}

.weapons_main_categories article,
.weapons_sub_categories article {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_main_categories figure:before,
.weapons_sub_categories figure:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    opacity: 1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%, rgba(4,6,9,0.75) 50%, rgba(8,11,18,0.95) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(4,6,9,0.75) 50%,rgba(8,11,18,0.95) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(4,6,9,0.75) 50%,rgba(8,11,18,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#080b12',GradientType=1 );
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_main_categories figure:after {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border: 1px solid #aa370a;
    content: '';
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_main_categories figure,
.weapons_sub_categories figure {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 76%;
}

.weapons_main_categories figure img,
.weapons_sub_categories figure img {
    display: none;
}

.weapons_main_categories .wrapper,
.weapons_sub_categories .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.weapons_sub_categories figure:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(255,97,29,0) 10%, rgba(255,97,29,0) 21%, rgba(255,97,29,0.3) 99%);
    background: -webkit-linear-gradient(top, rgba(255,97,29,0) 10%,rgba(255,97,29,0) 21%,rgba(255,97,29,0.3) 99%);
    background: linear-gradient(to bottom, rgba(255,97,29,0) 10%,rgba(255,97,29,0) 21%,rgba(255,97,29,0.3) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff611d', endColorstr='#4dff611d',GradientType=0 );
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_main_categories h1,
.weapons_sub_categories h1 {
    padding-bottom: 0;
    font: 700 1.882em/1.28em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.weapons_main_categories a.defaultBtn,
.weapons_sub_categories a.defaultBtn {
    display: none;
    padding: 0;
    background-color: transparent;
    margin-top: 1.5rem;
    font-size: 0.941em;
    line-height: 1.5rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.weapons_main_categories article:hover,
.weapons_sub_categories article:hover {
    -webkit-transform: translate(-1.5rem, -1.5rem);
       -moz-transform: translate(-1.5rem, -1.5rem);
        -ms-transform: translate(-1.5rem, -1.5rem);
            transform: translate(-1.5rem, -1.5rem);
    z-index: 9;
}

.weapons_main_categories article:hover figure:before,
.weapons_main_categories article:hover figure:after {
    opacity: 0;
}

.weapons_main_categories article:hover figure:before {
    opacity: 0.8;
}

.weapons_main_categories article:hover a.defaultBtn,
.weapons_sub_categories article:hover a.defaultBtn {
    display: inline-block;
	opacity: 1;
}

.weapons_main_categories a.defaultBtn:hover,
.weapons_sub_categories a.defaultBtn:hover {
    color: rgba(255, 255, 255, 0.8)
}

.weapons_sub_categories article:hover figure:after {
    opacity: 1;
}

#weapons_categories .col.text {
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
}

#weapons_categories .col.text h1 {
    padding-top: 0.75rem;
    padding-bottom: 2.275rem;
    font: 700 6.235em/1.057em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.15);
}

#weapons_categories .col.text h1 small {
    display: block;
    font-size: 0.472em;
    line-height: 1.25em;
}

#weapons_categories .col.text p {
    max-width: 480px;
}

.weapons_sub_categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1682px;
    margin: 4% auto auto auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.weapons_sub_categories .item {
    width: 25%;
    padding: 0.75rem;
}

.weapons_sub_categories figure:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(8,11,18,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(8,11,18,0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(8,11,18,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#080b12',GradientType=1 );
}

.weapons_sub_categories figure {
    padding-top: 143.8%;
}

.weapons_sub_categories article:hover {
    -webkit-transform: translate(0, -1.5rem);
       -moz-transform: translate(0, -1.5rem);
        -ms-transform: translate(0, -1.5rem);
            transform: translate(0, -1.5rem);
}

#permits {
    padding-top: 4%;
    background-color: #080b11;
    text-align: center;
    color: #fff;
}

#permits .intro {
    max-width: 548px;
    margin: auto;
}

#permits h1 {
    padding-bottom: 1.5rem;
    font: 700 2.941em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ff611d
}

.permits_steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*
.permits_steps .col:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #313336;
    content: '';
    z-index: 1;
}

.permits_steps .col:nth-child(5):after {
    display: none
}
*/

.permits_steps .col:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    content: '';
    z-index: 1;
}

.permits_steps .col {
    position: relative;
    width: 20%;
    padding: 10% 3rem 1.5rem 3rem;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.permits_steps h2 {
    padding-top: 1.125rem;
    padding-bottom: 1.5rem;
    font: 700 1.882em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.permits_steps .col svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.permits_steps .col svg circle {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}

.permits_steps .col:hover {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(26,29,38,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(26,29,38,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(26,29,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a1d26',GradientType=0 );
}

.permits_steps .col:hover svg circle {
    opacity: 1;
}

.permits_steps .col:hover h2 {
    color: #ff621d;
}

.permits_steps a:hover,
.permits_steps a:active {
    color: rgba(255,255,255,0.8)
}

#weapons_carousel_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #080b11;
    color: #c1c2c7;
    text-align: center;
}

#weapons_carousel_section .container {
    max-width: 776px;
}

#weapons_carousel_section h1 {
    padding-bottom: 1.125rem;
    font: 700 2.647em/1.5em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.weapons_carousel .slick-list {
    padding-bottom: 248px !important;
}

.weapons_carousel .slick-slide {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_carousel .slick-slide.slick-active {
    top: 4.5rem;
}

.weapons_carousel .item img {
    margin-bottom: 0;
}

.weapons_carousel .playBtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #fff;
    content: '';
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.weapons_carousel .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 161px;
    height: 161px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.66);
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.weapons_carousel .playBtn:hover {
    background-color: #000;
}

#weapons_carousel_section .cursor {
    position: absolute;
    left: 50%;
    bottom: 116px;;
    display: block;
    width: 130px;
    height: 130px;
    border: 1px solid #ff611d;
    border-radius: 50%;
    background: url(../svg/cursor_hand.svg) no-repeat center center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.weapons_carousel .slick-arrow {
    z-index: 10000;
    position: absolute;
    left: 50%;
    bottom: 54px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.weapons_carousel .slick-prev {
    margin-left: -108px;
    background-image: url(../svg/arrow-left.svg)
}

.weapons_carousel .slick-next {
    margin-left: 108px;
    background-image: url(../svg/arrow-right.svg)
}

#insta_boxes {
    display: block;
    padding-top: 12rem;
    background: #fff url(../png/bg_frame_transparent.png) no-repeat top center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    color: #0d0a05;
}

#insta_boxes .intro {
    max-width: 754px;
    padding-bottom: 2.875rem;
    margin: auto;
    text-align: center
}

#insta_boxes .intro h1 {
    padding-bottom: 1.5rem;
    font: 700 2.941em/1.5em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #080b10;
}

#insta_boxes .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.375rem;
}

#insta_boxes .col {
    width: 50%;
}

#insta_boxes .left_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#insta_boxes .box_1_2 {
    width: 100%;
}

#insta_boxes .box_1_4 {
    width: 50%;
}

#insta_boxes .box_1_2,
#insta_boxes .box_1_2 .slick-slide div {
    position: relative;
    display: block;
    height: 45vh;
    max-height: 450px;
    overflow: hidden;
}

#insta_boxes .box_1_4 {
    width: 50%;
}

#insta_boxes .box_1_4,
#insta_boxes .box_1_4 .slick-slide div {
    position: relative;
    display: block;
    height: 45vh;
    max-height: 450px;
    overflow: hidden;
}

#insta_boxes .box_large,
#insta_boxes .box_large .slick-slide div {
    position: relative;
    height: 90vh;
    max-height: 900px;
    overflow: hidden;
}

#insta_boxes .slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
}

#insta_boxes .cols .icon {
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#insta_boxes .cols .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    background-color: rgba(255,97,29,.84);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#insta_boxes .cols .hover .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#insta_boxes .cols .hover .icon {
    position: static;
    display: inline-block;
    opacity: 1 !important;
}

#insta_boxes .cols .hastag {
    padding-bottom: 0;
    font: 700 2em/1.5em 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#insta_boxes .slick-slide:hover .hover {
    opacity: 1
}

#insta_boxes .slick-slide:hover .icon {
    opacity: 0;
}

#privacy .intro {
	color: #fff;
}

#weapons_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 999999;
}

#weapons_popup .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 1798px;
    height: 95vh;
    max-height: 960px;
    padding: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#weapons_popup .line {
    position: absolute;
    background-color: #ff601c;
}

#weapons_popup .top,
#weapons_popup .bottom {
    height: 1px;
    left: 0;
    right: 0;
}

#weapons_popup .top {
    top: 0;
    right: 3rem;
}

#weapons_popup .bottom {
    bottom: 0;
}

#weapons_popup .left,
#weapons_popup .right {
    width: 1px;
    top: 0;
    bottom: 0;
}

#weapons_popup .left {
    left: 0;
}

#weapons_popup .right {
    right: 0;
    top: 3rem;
}

.wppWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    -webkit-box-shadow: inset 20rem 0px 20rem 5rem rgba(0,0,0,.9);
    -moz-box-shadow: inset 20rem 0px 20rem 5rem rgba(0,0,0,.9);
    box-shadow: inset 20rem 0px 20rem 5rem rgba(0,0,0,.9);
}

.wppWrapper .left_col,
.wppWrapper .right_col {
    position: relative;
    padding: 1.5rem;
    flex-grow: 1;           
    width: 50%;
}

.wppWrapper .left_col {
    position: relative;
    padding: 5%;
    width: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,97,29,1) 0%, rgba(255,97,29,0) 60%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,97,29,1) 0%,rgba(255,97,29,0) 60%);
    background: radial-gradient(ellipse at center, rgba(255,97,29,1) 0%,rgba(255,97,29,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611d', endColorstr='#00ff611d',GradientType=1 );
}

.wppWrapper .slick-slide div div {
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}     

.wppWrapper .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    list-style-type: none;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.wppWrapper .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}

.wppWrapper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(227, 227, 227, 0.3);
    text-indent: -999em;
    cursor: pointer;
}

.wppWrapper .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    border: 2px solid #ff611d;
    background-color: transparent;
}

.wppWrapper .slick-dots button:hover {
    background-color: rgba(227, 227, 227, 1);
}

.wppWrapper .right_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    padding-left: 5%;
    color: #f0f0f0;
    overflow-y: auto;
}

.wppWrapper .right_col .wrapper {
    max-width: 588px;
}

.wppWrapper h3 {
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    font: 700 1.765em/1.125em 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.wppWrapper .right_col .wrapper p:last-of-type a {
    display: inline-block;
    margin-bottom: 0.375rem;
    border-bottom: 1px dashed #ff611d;
}

.wppWrapper .right_col .wrapper a:hover,
.wppWrapper .right_col .wrapper a:active {
    color: #fff;
    border-color: #fff;
}

.wppWrapper .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../png/popup_x.png) no-repeat center center;
    cursor: pointer;
}
/*  

       ⋮⋮⫸  end WEAPONS

*/
/*  

       ⋮⋮⫸  FOOTER

*/
#footer {
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    background-color: #080b11;
}

#footer.alt {
	position: relative;
	top: -1px;
    background-color: #fff;
	color: rgba(0,0,0,0.9);
}

#footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15px;
}

#footer p {
    padding-bottom: 0.75rem;
}

p#copyright {
    font-weight: 400;
}

#footer a {
    color: rgba(255, 255, 255, 0.6);
}

#footer a:hover,
#footer a:active {
    color: rgba(255, 255, 255, 1);
}

#footer.alt a {
    color: #ff611d;
}

#footer.alt a:hover,
#footer.alt a:active {
    color: rgba(0,0,0,1);
}
/*  

       ⋮⋮⫸  end FOOTER

*/