/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Printshop
Version:	1.1
Last change:	1/12/2015 [fixed Float bug, vf]
Assigned to:	Netbase
Primary use:	admin 
-------------------------------------------------------------------*/  
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "owl.carousel.css"; 
@import "settings.css"; 
@import "jquery.jscrollpane.css";  
/*@import "subscribe-better.css";*/
@import "owl.transitions.css"; 
@import "theme-default.css";
/*@import "newsletter.css";*/
@import "responsive.css";

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 650px;
	/*margin: 50px auto;*/
	padding: 35px;
	border: 1px solid #cbcbcb;
	background-color: #FFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
}

/* Form style */

mark.validate {
	display: inline-block;
	margin: 12px 0 0 10px;
	width: 16px;
	height: 16px;
	background: transparent none;
}
mark.valid {
	background: url(../img/success.gif) no-repeat top left;
}
mark.error {
	background: url(../img/error.gif) no-repeat top left;
}

#contact label {
	display: inline-block;
	float: left;
	height: 1em;
	line-height: 1em;
	padding: 6px 0 0;
	width: 155px;
	font-size: 1.4em;
	margin: 5px 0;
	clear: both;
}

::-webkit-input-placeholder {
	color: #444;
	opacity: 1;
	font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #444;
	opacity: 1;
	font-size: 16px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #444;
	opacity: 1;  
	font-size: 16px;
}

:-ms-input-placeholder {  
	color: #444; 
	opacity: 1;
	font-size: 16px;
}



#contact label small {
	font-size: 0.75em;
	color: #ccc;
}

#contact label.verify {
	padding: 0;
	margin: 2px 10px 2px 0;
	width: 145px;
	text-align: right;
}
#contact label.verify img {
	padding:1px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#contact input, #contact textarea, #contact select {

	color: #444;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
#contact select {
	width: 232px;
	margin: 8px 0;
}
#contact input#verify {
	width: 55px;
}
#contact textarea {
	width: 414px;
}
#contact input:focus, #contact textarea:focus, #contact select:focus {
	border: 1px solid #ddd;
	background-color: #fff;
	color:#444444;
	outline: none;
	position: relative;
	z-index: 5;

	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#contact input.error, #contact textarea.error, #contact select.error {
	box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	border: 1px solid #faabab;
	background: #fef3f3
}
#contact input.submit {
	width: auto;
	cursor: pointer;
	position: relative;
	border: 1px solid #282828;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.5em;

	background:-moz-linear-gradient(
	    center bottom,
	    rgb(60,60,60) 12%,
    	rgb(85,85,85) 100%
	);

	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#contact input.submit:hover {
	background: #282828 !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#contact input.submit:active, #contact input.submit:focus {
	top: 1px;
}

#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0 0 20px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact input[type="checkbox"] { width:20px; margin-top:11px; }
#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../img/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../img/success.gif') left no-repeat; padding-left:22px; }

#contact input[type="radio"] { width: 20px; margin-top:0px;}
#contact .radio {width:100%;}

acronym { border-bottom:1px dotted #ccc; }

.btnx{
  border-radius: 3px;
  color: #fff!important; 
  background: #39b54a!important;
  display:inline-block;
  font-weight: 400;
  padding: 6px 15px 9px;
  text-transform: uppercase;
  font-size:16px;
}

.btnx:hover{
  color:#39b54a!important;
}

@media (min-width: 700px) {
    #table_style {background: #FFF; padding: 50px;  margin: auto; width: 50%; text-align: center;}
}
@media (max-width: 700px) {
    #table_style {background: #FFF; padding: 50px;  margin: auto; width: 100%; text-align: center;}
}
#table_style table{background: #fff; width: 100%;}
#table_style td{padding: 5px 10px; border: 1px solid #233a77; color: #000;}
#table_style .rowkey{background: #233a77; color: #fff; font-weight: bold;}
#table_style .left{font-weight: bold; width: 30%}
#table_style .right{width: 70%}

#express_delivery {background: #e31717; padding: 20px;}

.formCodeBlock {padding-top: 10px; padding-bottom: 10px;}

.quoteHeader {font-size: 200%; margin-bottom: 20px !important}

section.product-gallery{
	padding-top:55px;
	padding-bottom:25px;
        margin-bottom: 50px;
}

section.product-gallery h3{
	font-size:12px;
        text-align: center;
}

section.home-blog{
	background-size: cover;
	padding: 60px 0;
}

.product-tiles{
	padding-top:55px;
	padding-bottom:25px;
        margin-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #39b54a;
}

.product-tiles h2{
	font-size:25px;
        text-align: center;
}

.product-tiles h3{
	font-size:18px;
        text-align: center;
        line-height: 1.6;
}

.product-tiles button{
  font-size: 18px;
  background: #39b54a;
  color: #fff;
  padding: 10px 10px;
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-detail .button{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 70%;
	background: #39b54a;
	color: #fff;
	padding: 10px 10px;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.product-detail .red-box{
	font-size: 16px;
	width: 70%;
	background: #DA5244;
	color: #fff;	
	padding: 10px 10px;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }

.product-detail .text{
	font-size: 14px;
	width: 70%;
	color: rgb(0, 0, 0);	
	padding: 10px 10px;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }

.product-detail img{
	width: 70%
}

.product-grid img{
	width: 80%;
}

.watermark-container{
	position: relative;
	text-align: center;
}

.watermark{
	font-size: 320%;
	color: #EDEDED;
	font-family: sans-serif;
	font-weight: bold;
	position: absolute;
	top: 45%;
	left: 20%;
	transform: rotate(-30deg);
}

@media (min-width: 1200px) {
	.watermark {font-size: 320%;}
}

@media (min-width: 992px) and (max-width: 1199px){
	.watermark {font-size: 270%;}
}

@media (min-width: 768px) and (max-width: 991px){
	.watermark {font-size: 620%; left: 23%;}
}

@media (max-width: 767px) {
    .watermark {font-size: 13vw;}
}

@media (min-width: 992px) {
	.watermark-product-page {left: 25%;}
}

.sidebar-title{
	color: #FFFFFF !important;
}

.blog{
	margin: 0 0 80px 0;
}

.blog{
	Padding: 0 0 0 20px;
}

.blog ul{
	padding: 5px 0 10px 0;
}

.blog li{
	margin-left: 20px;
	list-style-type: disc;
}

.blog h2{
	margin: 30px 0 15px 0;
}

.blog h3{
	margin: 15px 0 5px 0;
}

.blog a{
	font-weight: 500;
}

.matched-row{
	display: flex;
}

.matched-column{
	flex: 1;
}

.pt {
	padding: 50px 0 0 0;
}

* {
	box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
		background-color: rgba(0,0,0,0.8);
	}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Fading animation */
.fades {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fades {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.blue-bg {
	background-color: #dcedfa;
	padding: 30px;
}

.container-padding {
	padding: 25px;
	margin: 50px 0;
}

.btn-blue {
	background-color: #09347a;
	color: #fff;
}

.btn-blue:hover {
	color: rgba(81, 203, 238, 1);
}

.faq-bg {
	background-color: #dcedfa;
	padding: 30px;
	margin: 25px 0;
}

.circle1 {
	position: absolute;
	height: 95px;
	width: 95px;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	background: #09347a;
	border-radius: 50px;
}

	.circle1 p {
		font-size: 55px;
		font-weight: 600;
		line-height: 1.7;
		margin-bottom: 0;
		color: #fff;
	}

.circle2 {
	position: absolute;
	height: 95px;
	width: 95px;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	background: #0057a8;
	border-radius: 50px;
}

	.circle2 p {
		font-size: 55px;
		font-weight: 600;
		line-height: 1.7;
		color: #fff;
		margin-bottom: 0;
	}

.circle3 {
	position: absolute;
	height: 95px;
	width: 95px;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	background: #91caee;
	border-radius: 50px;
}

	.circle3 p {
		font-size: 55px;
		font-weight: 600;
		line-height: 1.7;
		color: #fff;
		margin-bottom: 0;
	}

.news-item .ni-body {
	padding: 60px 30px 30px;
	border: 2px solid #09347a;
	text-align: left;
}

@media (max-width: 767px) {
	.news-item .ni-body {
		border: 0;
	}
}

.news-item {
	margin-bottom: 30px;
	text-align: center;
}

	.news-item.animate {
		transform: scale(0);
		-webkit-transform: scale(0);
		transition: all 0.5s ease;
	}

	.news-item.scale {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

.news-item .ni-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.mt {
	margin-top: 50px;
}

.pb {
	padding-bottom: 50px;
}