@import url('./logo.css');
@import url('./fonts.css');
@import url('./colors.css');

/* PressCentric Inc */

/* Skin - 11 */
/* https://template11.presscentric.com/ */
/* Theme Colors */

/* Red - #fc2022 */
/* Black - #212121 */
/* Red Translucent - rgba(252, 32, 34, 0.60) used for hover*/
/* Grey - #f1f1f1 */
    
#s-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}

#container__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

html,body,#body-wrapper{
    height: 100%;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

/* NAVIGATION */
#s-nav {
    width: 100%;
    position: fixed;
    z-index: 10;
}

#s-user {
    color: #fff;
}

@media screen and (max-width: 767px) {

    #s-nav .navbar-collapse.navigation__menu-collapse.collapse.in {
      overflow-y: scroll;
      max-height: calc(100vh - 95px);
    }
    #s-nav .navbar-default .navbar-collapse{
        padding-bottom: 20px;
    }
}

#s-nav .navbar {
    margin-bottom: 0;
    border-radius: 0px;
}

#System_Header {
    display: none;
}

pc-header {
    display: none;
}
.navbar-default {
    border: none;
    background-color: transparent;
}

/* #System_PreContent */

body #s-nav + * {
    margin-top: 95px;
}

body:not(.home) #s-nav + #System_PreContent + * {
    margin-top: 95px;
}

body:not(.home) #s-nav + #product-header {
    margin-top: 95px;
}

body:not(.home) #System_PreContent .system-precontent__home {
    display: none;
}

body.home #System_PreContent .system-precontent__content-page,
body.product #System_PreContent .system-precontent__content-page  {
    display: none;
}

#System_PreContent img {
    width: 100%;
}

.navbar-brand {
    height: 95px;
    padding: 8px;
}

.navbar-brand + a.ng-scope {
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 100%;
  }
#s-main {
    width: 100%;
    margin-bottom: 60px;
}

/* HIDE LEFT MENU */
div#s-products {
    display: none!important;
}
side-menu#s-subnav {
    display: none!important;
}

#s-content> .wide:first-child {
    margin: 0 -15px;
}


#aazone\.proofs {
    display: block!important;
}

@media (min-width: 768px) {

    
    body:not(.home) #s-nav + #product-header {
        margin-top: 140px;
    }

    body:not(.home) #s-nav + #product-header {
        margin-top: 140px;
    }
    
    body #s-nav + * {
        margin-top: 140px;
    }

    #s-content > h1:first-child {
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media (min-width: 992px) {

    .container.hero {
        position: absolute;
        left: 50%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

#product-header {
    max-height: 200px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
#product-header img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media (min-width: 768px) {
    #product-header {
        max-height: 350px;
        margin-top: 155px;
    }
}
@media (min-width: 930px) {
    #product-header {
        margin-top: 104px;
    }
}
.hero-cta__text {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
}

.hero-cta__text h3 {
    font-size: 20px;
    color: #fff;
}
.hero-cta__text p {
    font-family: 'Amaranth', sans-serif;
    font-size: 14px;
}

@media screen and (min-width: 768px){
    .hero-cta__text h3 {
        font-size: 38px;
    }

    .hero-cta__text p {
        font-size: 22px;
    }

}

#copyright_footer {
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Amaranth';
}

h1 {
    font-size: 30pt;
}
.nav.navbar-nav.user-logged-in {
    margin-right: 20px;
    margin-left: auto;
}

/* MEDIUM SCREEN UP */
@media screen and (min-width: 768px) {
    #s-nav {
        background-color: #212121;
    }
  
    .navbar-header {
        display: none;
    }

    #s-header .navbar-header {
        display: block;
    }


    .navbar-collapse.navigation__menu-collapse {
        padding: 0;
        display: -ms-grid !important;
        display: grid !important;
        -ms-grid-columns: 0px 200px auto;
        grid-template-columns: 0px 200px auto;
            grid-template-areas: ". logo login" ". logo systemheader" ". mainmenu mainmenu";
        -ms-grid-rows: (minmax(45px, 45px))[2] minmax(50px, auto);
        grid-template-rows: repeat(2, minmax(45px, 45px)) minmax(50px, auto);
    }

    .navbar-collapse.navigation__menu-collapse::before {

    }

    #System_Header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-area: systemheader;
        position: relative;

        -ms-flex-line-pack: center;

            align-content: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    #System_Header::before {
        content: '';
        top: 0px;
        display: block;
        width: 50vw;
        position: absolute;
        right: 50%;
        margin-left: calc(-50vw + 9px);
        margin-right: calc(-50vw + 9px);
        height: calc(100% + 4px);
        border-bottom-style: solid;
        border-bottom-width: 4px;
        z-index: -1;
        height: calc(100% + 4px);
    }

    #s-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        grid-area: login;
        position: relative;
        float: none !important;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
    }
        

    #s-user::after {
        content: '';
        top: 0px;
        display: block;
        width: 50vw;
        position: absolute;
        right: 50%;
        margin-left: calc(-50vw + 9px);
        margin-right: calc(-50vw + 9px);
        height: calc(100% + 4px);
        border-bottom-width: 4px;
        border-bottom-style: solid;
        z-index: -1;
        height: 100%;
        position: absolute;
    }

    #s-user a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: underline;
        font-weight: 700;
    }
    #s-user a.btn {
        background-color: initial;
        border: none;
        padding: 0;
    }

    #s-user p {
        margin: 0;
    }
    
    pc-header {
        grid-area: logo;
        display: block;
        position: relative;
    }

    pc-header::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 90px 40px;
        z-index: 1;
    }

    pc-header::after {
        top: 0px;
        content: '';
        display: block;
        width: 50vw;
        position: absolute;
        left: 50%;
        right: 50%;
        margin-left: calc(-50vw + 9px);
        margin-right: calc(-50vw + 9px);
        height: calc(100% + 4px);
        border-bottom-width: 4px;
        border-bottom-style: solid;
        z-index: -1;
    }
    
    #s-menu {
        grid-area: mainmenu;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 100px;
        border-top-width: 4px;
        border-top-style: solid;
        position: relative;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    div#s-menu > .navbar-nav > li > a {
        padding: 12px;
    }

    div#s-menu .nav.navbar-nav:hover .dropdown-menu {
        display: block;
        top: 46px;
    }

    #s-menu > * {
        border-bottom: 2px solid transparent;
        float: none;
    }
    #s-menu > *:hover {
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .hero-cta__text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    div#s-header-logo-mobile {
        display: none
    }
    
}
@media screen and (min-width: 768px){


    #System_Header {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }


    #s-user {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }


    pc-header {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
    }


    #s-menu {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
    }
}

@media screen and (min-width: 1170px) {
    .nav.navbar-nav.user-logged-in {
        margin: 0px;
    }
}

/* PRODUCT CARD LAYOUT */
.row.featured {
    margin-bottom: 100px;
}
.featured-product-wrapper{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    -o-transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.featured-product-wrapper:hover{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.featured-product-thumbnail-wrapper {
    width: 35%;
    position: relative;
    margin: 20px auto;
    height: auto;
}

.featured-product-thumbnail-wrapper::after {
	content: "";
	display: block;
	padding-top: 100%;
}

.featured .featured-product-wrapper .product {
    min-height: 220px;
    height: auto;
    border-radius: 3px;
}

.featured .featured-product-wrapper .product.thumbnail img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: none;
    max-width: none;
}

.featured .featured-product-wrapper .thumbnail .caption.title{
    padding: 0;
    position: inherit;
    height: auto;
    width: auto;
}
@media screen and (min-width: 768px) {

    .featured-product-wrapper {
        height: 265px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .featured .featured-product-wrapper .product {
        border: none;
        padding: 0px;
        height: 100%;
        max-width: 270px;
        -webkit-box-shadow: 0px 1px 5px 0px #a8a8a8;
                box-shadow: 0px 1px 5px 0px #a8a8a8;
    }
    .featured-product-thumbnail-wrapper{
        width: 50%;
        top: 30px;
    }

    .featured .featured-product-wrapper .product.thumbnail img{
        max-height: 275px;
        -o-object-fit: cover;
           object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        left: 50%;
    }

    .featured .featured-product-wrapper .product .title h3 {
        font-size: 1.75rem;
        position: absolute;
        top: 75%;
        width: 100%;
        padding-bottom: 40px;
        padding-right: calc(5% + 20px);
        white-space: normal;
    }
    .featured .featured-product-wrapper .product .title h3 + p.sale{
        position: absolute;
        width: 100%;
        bottom: 10px;
        padding-right: 5%;
    }
}


/* CTA IMAGE-TEXT LAYOUT */

.CTA-left::before {
	top: 0px;
	content: '';
	display: block;
	width: 50vw;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw + 9px);
	margin-right: calc(-50vw + 9px);
	height: 100%;
	z-index: -1;
}

.CTA-left::after {
	content: '';
	top: 0px;
	display: block;
	width: 50vw;
	position: absolute;
	right: 50%;
	margin-left: calc(-50vw + 9px);
	margin-right: calc(-50vw + 9px);
	z-index: -1;
	height: 100%;
}

.CTA-right, .CTA-left {
    padding: 40px 0px;
}

.CTA-right::before {
	top: 0px;
	content: '';
	display: block;
	width: 50vw;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw + 9px);
	margin-right: calc(-50vw + 9px);
	height: 100%;
	z-index: -1;
}

.CTA-right::after {
	content: '';
	top: 0px;
	display: block;
	width: 50vw;
	position: absolute;
	right: 50%;
	margin-left: calc(-50vw + 9px);
	margin-right: calc(-50vw + 9px);
	z-index: -1;
	height: 100%;
}
.CTA-left, .CTA-right {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.CTA-left img , .CTA-right img{
    max-width: 340px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    
    .CTA-left, .CTA-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        
    }
    .CTA-right {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .CTA-left .CTA__caption, .CTA-right .CTA__caption {
        margin: 0 20px;
        font-size: 14px;
        line-height: 3rem;
    }

    .CTA-left img , .CTA-right img{
        max-width: 340px;
        width: auto;
    }
}

/* CTA IMAGE BLOCKS */
.CTA__image-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 768px){
        .CTA__image-block-wrapper {
            margin: 40px auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
        }

        .CTA__image-element {
            max-width: 570px;
        }
   }

   .CTA__image-block-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px #a8a8a8;
            box-shadow: 0px 1px 5px 0px #a8a8a8;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }

  .CTA__image-block-item:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }

@media screen and (min-width: 768px){
    .CTA__image-block-item {
        margin-left: 20px;
        margin-bottom: 20px;
        position: relative;
      }
    
}



.CTA__image-element {
    width: 100%;
}
.CTA__image-block-text-wrapper {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.CTA__image-block-text {
    display: block;
    padding: 20px;
    -webkit-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.CTA__image-block-text h3 {
    color: #fff;
}
/* BUTTONS */

button, .btn, button.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 12pt;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}


/* ===================================== FOOTER =====================================*/

#container__footer {
    padding: 40px 0px;
    background-size: cover;
}
#p-footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#p-footer img{
    max-width: 100%;
    width: 100%;
}

#p-footer div:first-child {
    line-height: 3rem;
}

#p-footer a {
    display: inline-block;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    text-decoration: none;
}

#p-footer a::after {
    content: "";
    width: 1%;
    height: 1px;
    display: block;
    background-color: transparent;
    -webkit-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
}

#p-footer a:hover::after {
    width: 100%;
}

#p-footer ul {
    list-style-type: none;
}

#p-footer li.list-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#p-footer li {
    margin-bottom: 5px;
}

#p-footer li.footer__link-list-item {
    margin-bottom: 14px;
}

#p-footer li.social-media-list-item {
    display: inline-block;
    margin-right: 10px;
}
#p-footer li.social-media-list-item a::after{
    content: none;
}
#p-footer li.social-media-list-item a .fab {
    padding: 8px 11px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#p-footer li.social-media-list-item a .fab.fa-twitter{
    padding: 8px 8px;
}
#p-footer li.social-media-list-item a .fab.fa-linkedin-in{
    padding: 8px 9px;
}
#p-footer li.social-media-list-item a .fab.fa-instagram{
    padding: 8px 9px;
}

#p-footer li.footer__contact-us-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#p-footer li.footer__contact-us-list-item i {
    margin-right: 10px;
    padding-top: 4px;
}

/* ========================================== COPYRIGHT FOOTER ========================================== */
#copyright_footer {
    padding: 5px;
}

#s-footer {
    text-align: center;
}
#s-footer-cp, #s-footer-powered {
    display: inline-block;
    margin-right: 10px;
}


/* ========================================== Checkout ========================================== */
#order-shipbill,
#order-shipbill #order,
#order-confirm #order,
.field.form-group.fields-billing {
    padding: 20px;
}

#adr-billing .field.form-group.fields-billing, #adr-shipping .field {
    padding: 0 20px;
    margin-bottom: 15px;
}
/* ========================================== PRODUCT PAGE ========================================== */
#product img {
  display: block;
  max-width: 100%;
  height: auto;
}

#product .pheader h1 {
    margin-top: 10px;
    font-size: 18pt;
}


/* order form */
#order {
    border-radius: 0px;
    border: none;
}
#order .panel-heading {
    border-radius: 0px;
    height: 47px;
    padding: 0;
    border: none;
}
#order .panel-heading h2.jobspecs {
    font-size: 18pt;
    padding: 0 24px;
    margin: 0;
    display: block;
    height: 47px;
    line-height: 47px;
}

#order ul{
    list-style-type: none;
    padding: 0;
}
#order .fields .form-group .input-group,
#order .fields .form-group > select, #custom_1, #custom_2 {
    -webkit-box-shadow: 0px 0px 5px #515151c4;
            box-shadow: 0px 0px 5px #515151c4;
}

#order .fields .form-group * {
    border-radius: 0px;
}

#order .list-group-item{
    background-color: transparent;
}

#pricingWrapper li {
    border: none;
}


/* ========================================== TABS ========================================== */
.tab-content {
	padding: 20px 10px;
	margin-top: -2px;
	font-size: 13px;
    border-width: 1px;
    border-style: solid;
}
.nav.nav-tabs {
	border: none;
	margin-left: 5px;
}
.nav.nav-tabs li {
	margin: 1px 2px;
	padding: 0;
}
.nav.nav-tabs li a {
	padding: 13px 24px;
	margin: 0;
	font: normal 15px "MyriadPro-Light", "sans-serif";
    border-width: 1px;
    border-style: solid;
	border-bottom: none;
}
.nav.nav-tabs li.active a {
	border: none;
}


.tabberlive .tabbertabhide { display:none; }
.tabber { }

.tabberlive { 
    margin-top: 1em; 
    margin-bottom: 40px;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	height: 18px;
	width: 100%;
	border: none;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
    display: inline-block;
    width: 50%;
}
ul.tabbernav li a {
	padding: 0 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1.1em;
	line-height: 47px;
	height: 47px;
  width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


ul.tabbernav li.tabberactive a:hover {

}
.tabberlive .tabbertab {
    border-width: 1px;
    border-style: solid;
    margin-top: 26px;
    padding: 10px;
    width: 100%;
}
/* ========================================== ORDER UPLOAD ========================================== */

#order-upload {
    margin: 40px auto;
}

#order-upload .form.upload {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#uploads-drop .file .progress {
	display: none;
}

/* ========================================== Utilities ========================================== */

.card {
    padding: 20px;
    margin: 60px 0px;
    -webkit-box-shadow: 0 0 10px #535353;
            box-shadow: 0 0 10px #535353;
}

.card a:hover {
    color: #212121;
}


#tip_paper .popover {
  display: none!important;
}

#tip_paper .popover {
  display: block!important;
}