@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
	background-color: #F0F0F0;
    font-family: 'PT Sans', sans-serif;
}
body::after {
    position: absolute; width: 0; height: 0; overflow: hidden;z-index:-1;
    content: url(../images/heroimgbg.png) url(../images/pricingimg.png) url(../images/contactpagebg.png) url(../images/uploadbg.png) url(../images/checkoutbg.png) url(../images/adminbg.png) url(../images/thankyoubg.png);
}
a:hover {text-decoration: none}
.container {
    background-color: #FFFFFF;
    position: relative;
}
.row {
    padding: 20px;
}
.row.row1 {
    border-bottom: 1px solid #E0E0E0;
 }
.row.row2 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.row.row3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.row4 {
    background: url(../images/heroimgbg.png) center center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.row.row4.pricing {
    background: url(../images/pricingimg.png) center center no-repeat;
    background-size: cover;
}
.row.row4.contactpage {
    background: url(../images/contactpagebg.png) center center no-repeat;
    background-size: cover;
}
.row.row4.uploadpage {
    background: url(../images/uploadbg.png) center center no-repeat;
    background-size: cover;
    padding-top:100px;
    padding-bottom:20px;
}
.row.row4.checkoutpage {
    background: url(../images/checkoutbg.png) center center no-repeat;
    background-size: cover;
}
.row.row4.letterinfopage {
    background: url(../images/envelopebg.jpg) center center no-repeat;
    background-size: cover;
}
.row.row4.textpage {
    background: url(../images/textbg.jpg) center center no-repeat;
    background-size: cover;
}
.row.row4.chooseletterpage {
    background: url(../images/letterbg.jpg) center center no-repeat;
    background-size: cover;
}
.row.row4.adminpage {
    background: url(../images/adminbg.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}
.row.row4.thankyoupage {
    background: url(../images/thankyoubg.png) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}


.row.row5 {
    border-bottom: 1px solid #E0E0E0;
}
.row.row6 {
    background-color: #FCFCFC;
    border-bottom: 1px solid #E0E0E0;
}
.row.row7 {
    border-bottom: 1px solid #E0E0E0;
}
.row.row8 {
    border-bottom: 1px solid #E0E0E0;
}
.row.row9 {
}
.row.row10 {
}
.row.row11 {
    background-color: #F02437;
    padding: 20px;
}
.row.row12 {
}
.top-menu-btn {
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #4F4D4D;
    border: none;
}
.socialmedia .fa {
    text-decoration: none;
}
.homepagemenu {
    background-color: #FFFFFF;
}
.homepagemenu li a {
    padding: 15px;
    border: 1px solid #E4E4E4;
    font-size: 15px;
    font-weight: bold;
    color: #4C4C4C;
    text-transform: uppercase;
}
.homepagemenu li a.active {
    color: #F02437;
}
.homepagemenu li a:hover{
    border-top: 1px solid red;
    color: #F02437 !IMPORTANT;
}
.homepagemenu li a.login {
    color: black;
}
.homepagemenu li a span {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #292929;
    text-transform: lowercase;
}
.colred {
    /*background-color: #EF2830;*/
    background-color: rgba(239,40,48,0.9);
    color: #FFFFFF;
    height: 200px;
    padding: 20px 40px;
}
.colwhite{
    background-color: rgba(255,255,255,0.9);
    color: #FFFFFF;
    height: 200px;
    padding: 60px 40px;
}
.readmore {
    text-decoration: none;
    color: #EF2830;
    font-size: 12px;
}
.readmore:hover {
    text-decoration: none;
    color: #EF2830;
    font-size: 14px;
}
.howitworks .col-md-4 {
    border: 1px solid #E3E3E3;
    background-color: #FFFFFF;
    height: 440px;
    padding: 20px;
}
.col-md-4.red {
    background-color: #EF2830;
    color: #FFFFFF;
}
.keyfeatures ul li {
    font-size: 16px;
    color: #4E4D4D;
    text-align: left;
}
.footer {
    background-color: #2C2C2C;
}
.footerinfo span {
    color: #FFFFFF;
    font-size: 18px;
}
.glyphicon-red {
    margin-right: 10px;
    color: #F02437 !important;
}
.clear {
    clear: both;
}
p {
    font-size: 16px;
    color: #4E4D4D;
    text-align: left;
    margin: 20px 0px;
}
.red p {
    color: #FFFFFF;
}
h1 {
    font-size: 22px;
    color: #323232;
    text-transform: uppercase;
}
.red h1 {
    color: #000000;
}
h3 {
    font-size: 16px;
    color: #292929;
}
h4 {
    color: #A8A8A8;
    font-size: 20px;
}
h5 {
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
h6 {
    color: #666666;
    font-size: 16px;
}
.redtextspan {
    color: #F02437;
}
/* Style icons */
.fa {
    float: left;
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #BFBFBF;
}
/* Hamburger menu*/
#mobile-menu {
    width: 80%;
    display: none;
    background-color: white;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.menuicon {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index:6
}
.menuicon fa fa-bars {
    font-size: 30px
}
/* Pricing page */
.tableheader {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    padding: 50px;
    border-bottom: none !IMPORTANT;
}
.nobordertopbottom {
    border-top: none !IMPORTANT;
    border-bottom: none !IMPORTANT;
}
.tableheadersmall {
    border-bottom: none;
}
.pricingtable span {
    display: block;
    font-size: 30px;
    color: #EF2831;
    text-align: center;
}
.pricingtable .ordersnumber{
    display: block;
    font-size: 20px;
    color: #BBBBBB;
    text-align: center;
}
.redpricing {
    background-color: #EF2831;
    border-left: none !IMPORTANT;
    border-right: none !IMPORTANT;
}
.redpricing span {
    color: #FFFFFF;
}
.redpricing .ordersnumber {
    color: #FFFFFF;
}
.selectbtn {
    font-weight: bold;
}
/* Contact Page */
.contactinfo {
    text-align: center;
}
.contactinfo p {
    text-align: center;
}
.contactinfo h6 {
    text-align: center;
}
/* Login PopUp */
/* Full-width input fields */
#loginpop input[type=text], #loginpop input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
#loginpop button {
    background-color: #337AB7;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

#loginpop button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #F02437;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
}

.containerlogin {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
/*upload page*/
.coladd {
    background-color: #FFFFFF;
    /*height: 220px;*/
    margin-right: 20px;
    border-radius: 10px;
}
.bw {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}
.file-button {
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.customersonly {
    text-align: center;
    display: block;
    margin-top:-80px;
    background-color: #FFF;
    opacity: 0.8;
    font-size: 36px;
    font-weight: bold;
    border: 5px solid red;

}
/*checkout page*/
.input-error {
    background-color: rgb(236,170,172);
}
.checkoutpageimg {
    width: 100%;
    border-radius: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.checkoutform label{
    margin-bottom:2px;
}
.checkoutform input {
    margin: 0px 0;
}
.btn>h2 {
    margin:10px;
}

.myradio {
    margin-left:5px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}
.mytextarea {
    display:block;
    width: 100%;
    height: 130px;
}

.myfile {
    display: block;
    width: 100%;
    margin-bottom: 5px !important;
}


/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
