/* -------------    FONTS     ------------------------
font-family: 'Merriweather', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Lato', sans-serif;
---------           Colors    -------------------------
background dark green  color: #011c02;
light yellow           color: #eded56;
yellow                 color: #f7f726:
dark orange            color: #e15300;         
light orange           color: #ffccae;         
dark maroon            color: #571113;         
maroon                 color: #9e1f22;         
light maroon           color: #d52b2f;         
/*-----------------------------------------------------*/

/* ---------------------------
/*         BASIC SETUP
-----------------------------*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    background-color: #9e1f22;
    color: #393737;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
   scroll-behavior: smooth;
}
clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.red {color: #9e1f22}
.width-80 {
    margin-right: 10%;
    margin-left: 10%;
}
.width-70 {
    margin-right: 15%;
    margin-left: 15%;
}
.width-60 {
    margin-right: 20%;
    margin-left: 20%;
}
.width-90 {
    margin-right: 5%;
    margin-left: 5%;
}
/* ---------------------------
/*     HEADINGS
-----------------------------*/
h1,h2,h3 
{
    font-weight: 300;
}
h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color:#fff;
    font-size: 200%;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: 'ZCOOL XiaoWei', serif;
}
h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    word-spacing: 3px;
}
h3 {
    font: 110%;
    margin-bottom: 15px;
    
}
.noMargin {margin: 0;}#header {
    position: fixed;
    margin-top: 0%;
}
/* ---------------------------
/*       NAVIGATION
-----------------------------*/
.header {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
	background-color: #9e1f22;
}
.main-nav {
    float: right;
    list-style: none;
	margin-top: 5px;
    margin-right: 60px;
    margin-bottom: 7px;
    width: 100%;
    text-align: right;
}
.main-nav li {
    display: inline-block;
    margin-left: 1%;
    font-size: 100%;
}
.main-nav li a:link,
.main-nav li a:visited{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
        border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}
.main-nav li a:active,
.main-nav li a:hover {
    border-bottom: 2px solid #d0caca;
}
.headerIcon {
	height: 25px;
	width: auto;
	margin-right: 50px;
}
.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

/* ---------------------------
/*          TOP PANEL
-----------------------------*/
.topPanel {
	width: 95%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 53px;
	margin-bottom: 25px;
}
.topPanel img{
	width: 100%;
    border-radius: 25px;
}
/* ---------------------------
/*          INDEX MIDDLE
-----------------------------*/
.indexMiddle {
    width: 90%;
/*	margin-top: 20px;   */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 25px;
}
.indexMiddle h3 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 220%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
}
.indexMiddle p {
    font-size: 100%;
    padding-bottom: 10px;
}
.bookletPic {
    border-color: #9e1f22;
    border-style: ridge;
    border-width: 6px;
    width: 100%;
    height: auto;
}
.newspaperPic {
    border-color: #9e1f22;
    border-style: ridge;
    border-width: 6px;
    width: 140%;
    height: auto;
}
.flatworkPic {
    border-color: #9e1f22;
    border-style: ridge;
    border-width: 6px;
    width: 120%;
    height: auto;
}
.menuPic {
    border-color: #9e1f22;
    border-style: ridge;
    border-width: 6px;
    width: 80%;
    height: auto;
}
.alignRight {
    text-align: right;
    padding-right: 85px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer p {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 90%;
	color: #fff;
}
/* ---------------------------
/*          PRICES MIDDLE
-----------------------------*/
.pricesMiddle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 25px;
}
.pricesMiddle h1 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 220%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
}
.pricesMiddle h2 {
	font-family: 'Lato', sans-serif;
	font-size: 220%;
	font-weight: 400;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
}
.np-icon {
   width: 30%;
   height: auto;
}
.lm-icon {
   width: 23%;
    height: auto;
}
.flatworkIcon {
   width: 22%;
    height: auto;
}
/* ---------------------------------
/*          REQUEST MIDDLE
-----------------------------------*/
.requestMiddle h3 {
	font-size: 110%;
}
.privacyHead {
    font-size: 80%;
    font-weight: 700;
}
.privacyText {
    font-size: 70%;
	margin-bottom: 25px;
}
.label-right {
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    margin: 0 0;
    padding-right: 15px;
}
.input-left {
   text-align: left;
    width: 60%;
}
.input-leftPhone {
   text-align: left;
    width: 15%;
}
.inputLabel {
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    margin: 0 0;
    padding-right: 15px;
}
.OrderFormInfo {
   text-align: left;
    width: 60%;
}
.message {
   text-align: left;
    width: 15%;
}
.orderTemp {
	font-family: 'Lato', sans-serif;
    font-size: 100%;
	line-height: 120%;
	text-align: left;
	margin-bottom: 25px;
}
/* ---------------------------------
/*          ABOUT US
-----------------------------------*/
.aboutMiddle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 25px;
}
.aboutMiddle h1 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 190%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
    text-decoration: none;
}
.aboutMiddle h3 {
	font-family: 'Lato', sans-serif;
	font-size: 130%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
    text-decoration: none;
}
.aboutMiddle p {
	font-family: 'Lato', sans-serif;
    line-height: 130%;
    text-align: left;
    margin-bottom: 20px;
}
/* ---------------------------------
/*          CONTACT US
-----------------------------------*/
.contactUs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 25px;
}
.contactUs h1 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 190%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
    text-decoration: none;
}
.contactIcon {
    font-size: 220%;
    color: #9e1f22;
    margin-bottom: 4%;
}
.senderPic {
    border-color: #9e1f22;
    border-style: ridge;
    border-width: 6px;
    width: 150%;
    height: auto;margin-top: 20px;
}
.googleMap {
	width: 100%;
	height: 500px;
}
/* ---------------------------------
/*          FAQ
-----------------------------------*/
.faq {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 25px;
}
.faq h1 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 190%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
    text-decoration: none;
}
.faqIcon {
    font-size: 220%;
    color: #9e1f22;
    margin-bottom: 4%;
}
.question {
    font-family: 'Merriweather', serif;
    font-size: 120%;
    line-height: 120%;
    color: #9e1f22;
    text-align: left;
}
.answer {
	font-family: 'Lato', sans-serif;
    line-height: 120%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 35px;
}
.aha {
    font-size: 70%;
}

/* ---------------------------------
/*          FLATWORK
-----------------------------------*/
.flatwork {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 25px;
}
.flatwork h1 {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 190%;
	font-weight: 700;
	color: #9e1f22;
	padding-left: 15px;
	margin-top: 0px;
    text-decoration: none;
}
.flatwork p {
	font-family: 'Lato', sans-serif;
    line-height:120%;
    text-align: left;
    margin-bottom: 20px;
}
/* ---------------------------
/*       PIC BORDERS
-----------------------------*/
.pic-border-aqua {
    border-color: #99CCFF;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
.pic-border-maroon {
    border-color: #880505;
    border-style: ridge;
    border-width: 8px;
    width: 90%;
    height: auto;
}
.pic-border-orange {
    border-color: #e67e22;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
.pic-border-grey {
    border-color: #C0C0C0;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
/* ---------------------------
/*       ICONS
-----------------------------*/
/*
.icon-big {
    font-size: 300%;
    display: block;
    color: #09771a;
    margin-bottom: 10px;
}
.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    
        /* how to align icons and text  */
/*
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

/* ---------------------------
/*       LINKS
-----------------------------*/
a:link, A:active {
    color: #023d04;
    text-decoration: none;
    border-bottom: 1px solid #e67e22;
    margin-bottom: 1px;
}
a:hover, a:active {
    color: #555;
    border-bottom: 1px solid #e67e22;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
}
a:visited {
    color: #555;
    border-bottom: 1px solid #cbc8c5;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
}
section-pics a:link, A:active {
    text-decoration: none;
    margin-bottom: 1px;
}
section-pics a:hover {
    color: #555;
    border-bottom: 1px solid #e67e22;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
}
/*------BUTTONS----------*/
.about-button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
    background: #9e1f22;
    text-decoration: none;
    font-size: 90%;
    color: #fff;
    border-radius: 200px;
    margin-left: 25%;
	
}
.about-button:hover 
	{ background: #cdcecd; }
.np-icon {
   width: 30%;
    height: auto;
}
.btn:link,
.btn:visited,
input[type=submit]{
   display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    -webkit-transition: background-color 0.5s, border 0.5s color 0.5s;
    transition: background-color 0.5s, border 0.5s color 0.5s;
}  
.btn-full:link,
.btn-full:visited,
input[type=submit]{
   background-color: rgba(1, 31, 1, 0.6);
    border: solid 1px #b5b3b3;
}
.btn-ghost:link,
.btn-ghost:visited
{
    border: solid 1px #b5b3b3;
    color: #040c4d;
}
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: rgba(1, 31, 1, 0.6);
}
.btn-full:visited,
.btn-full:active {
   background-color: rgba(1, 31, 1, 0.6);
    border: solid 1px #b5b3b3;
}
.btn-ghost:hover, 
.btn-ghost:active {
    border: solid 1px #b5b3b3;
   color: aliceblue;
}
/**************  Annimations  ************/
.index-Slide {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.Flash-2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-text-decoration:underline #807979;
}
/* ----------- nav  --------------*/
/*
.logo2 {
	letter-spacing:-2px;
	text-shadow:0px 0px 8px #000;
	font-family: 'Merriweather', serif;
	color:#FFF;
    margin-right: 40px;
    display: inline-block;
}
.header {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
}
.picNav {
    float: right;
    list-style: none;
	margin-top: 0%;
    padding-right: 40px;
    margin-bottom: 1%;
    width: 100%;
    text-align: right;
    background-color: #023d04;
    min-height: 50px;
}
.picNav li {
    display: inline-block;
    margin-left: 1%;
    margin-top: 1%;
    font-size: 110%;
}
.picNav li a:link,
.picNav li a:visited{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
        border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}
.picNav li a:active,
.picNav li a:hover {
    border-bottom: 2px solid #39e622;
}
*/
/* ----------- nav from omni  --------------*/
/* Mobile navi */


/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}
.sticky .main-nav { margin-top: 18px; }
.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}
.sticky .logo { display: none; }
.sticky .logo-black { display: block; }
/* ------------- NP Tabloid PHP     ----------*/
.tabloidPrices {
    width: 90%;
/*	margin-top: 20px;   */
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    text-align: left;
    background-color: #fff;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 25px;
}
.section-tabloidPrices {
	background-color: #9e1f22;
    padding-top: 85px;
    text-align: center;
}
#TabloidForm h1{
    font-family: 'ZCOOL XiaoWei', serif;
    color: #9e1f22;
    font-size: 150%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#TabloidForm {
	width:90%;
    margin-left: auto;
    margin-right: auto;
	height: 400px;
	margin-top: 50px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-top: 1px;
	border-radius: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #ffccae;
}
#tables {
    margin: auto;
    width: 50%;
    height: auto;
}
#price_table_2 {                
    border-collapse: collapse;
    width: 90%;
    height: auto;
    float: right;
    margin-bottom: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    background-color: #9e1f22;
}
#price_table_2 p {
    color: #fff;
    font-family: 'Lato', sans-serif;
}
#price_table_2 td {
    padding: 6px 12px 6px 12px;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #d69999;
    border-top: 1px solid transparent;
    color: #9e1f22;
}
#price_table_2 tr {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
#price_table_2 td.bottom_cells {
    border-bottom: 1px solid transparent;
}
#price_table_2 td.right_cells {
    border-left: 1px solid #d69999;
}
#total_table {
    border-collapse: collapse;
    float: right;
    width: 75%;
    border-radius: 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    background-color: #9e1f22;
}
#total_table td {
    padding: 6px 0px 6px 8px;
    font-size: 80%;
    font-family: 'Lato', sans-serif;
    height: auto;
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid transparent;
    color: #0f0000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
#total_table p {
    color: #fff;
    font-family: 'Lato', sans-serif;
}
select {
    background: #fff;
    width: 100%;
    font-size: 80%;;
    font-family: 'Lato', sans-serif;
    border: 1px solid #b74c4c;
    color: #0f0000;
}
span.per_book {
    font-size: 9px;
}
.pricingExtras a:link {
	color: #082b79;
}
.pricingExtras a:visited {
	color: #082b79;
	font-size: 18px;
}
.pricingExtras {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.pricingExtras p {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 130%;
    padding-bottom: 10px;
    text-align: center;
}
#total_table td.price {
    padding-left: 15px;
}
#total_table td {
    color: #fff;
}
.GoldLine:after {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	color: #F90;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    content: "______________________________________________________________________________";
}
/* -------------    FONTS     ------------------------
font-family: 'Merriweather', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Lato', sans-serif;
---------           Colors    -------------------------
background dark green  color: #011c02;
light yellow           color: #eded56;
yellow                 color: #f7f726:
dark orange            color: #e15300;         
light orange            color: #ffccae;         
/*-----------------------------------------------------*/