/*
Theme Name: Custom Photo 
Theme URI: http://wppress.net
Author: Protech
Author URI: http://wppress.net/
Version: 1.0  
*/
@charset "utf-8";
/* CSS Document */
/*fonts*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700);
html {
	height: 100%;
}
body {
	background: #fbfbfb;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
input, select, textarea {
	font-family: 'Montserrat', sans-serif;
	outline: none;
	font-size: 13px
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding-bottom: 20px;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1 {
	font-weight: 700;
	font-size: 38px
}
h2 {
	font-weight: 600
}
/*repeated classes*/
.img img {
	display: block;
	width: 100%
}
.messages {
	display: block;
}
/*wrapper*/
.wrapper {
	min-height: 100%;
	position: relative
}
.mainHeader {
	display: block;
	position: relative;
	z-index: 9999;
}
.affix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}
/*---header*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}
.affix .header-btn {
	background: rgba(239, 239, 239, 0.8);
}

.headerTop {
	padding: 9px 0;
	background: rgba(239, 239, 239, 0.9)
}
.headerTop .login {
	float: right;
}
.login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.login ul li {
	padding: 0 12px;
	float: left;
	position: relative;
}
.login ul li:last-child {
	padding-right: 0;
}
.login ul li a {
	display: block;
	font-size: 14px;
	color: #696969;
	text-transform: uppercase;
}
.login ul li a i {
	margin-right: 5px;
}
.login ul li a:hover, .login ul li:nth-child(2) a {
	color: #90b629;
}
.login ul li:after {
	content: '/';
	position: absolute;
	top: 1px;
	left: -4px;
	display: block;
	width: 3px;
	height: 14px;
	color: #696969
}
.login ul li:first-child:after {
	background: none;
	content: '';
}
.header-btn {
	padding: 10px 0;
}
/*logo*/
h1.logo {
	float: left;
}
h1.logo a {
	display: block;
}
/*---navigation
============================*/
.navigation {
	display: block;
	float: right;
	padding: 40px 0;
}
.navigation .navbar {
	min-height:inherit;
	margin-bottom: 0;
	border:none;
}
.navigation .navbar-collapse, .navigation .container-fluid {
	padding:0;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation ul li {
	float: left;
}
.navigation ul li a {
	color: #34144d;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	padding: 0 16px;
}
.navigation .navbar ul li.active a, .navigation .navbar ul li:hover a{
	color: #90b629;
	border-bottom: 3px solid #4eb315;
	background:none;
}
.navbar-default {
	background: none;
}

/*banner*/
.banner {
	position: relative;
}
.share {
	width: 58px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 345px 0 0 0;
	z-index: 999;
	display: none;
}
.banner .flexslider {
	margin: 0 0 0px;
	position: relative;
	zoom: 1;
}
.banner .flexslider .slides > li {
	position: relative;
}
.banner .flex-direction-nav .flex-prev {
	left: 0px;
}
.banner .flex-direction-nav .flex-next {
	right: 0;
}
.banner ul.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px;
	position: absolute;
	right: -20%;
}
.banner .flex-direction-nav a {
	opacity: 1;
	top: 100%
}
.banner .flex-direction-nav a:before {
	content: "\f104";
	color: #fff;
}
.banner .flex-direction-nav a.flex-next:before {
	content: "\f105"
}
.banner .flex-control-nav {
	bottom: 15px;
}
.banner .flex-control-nav li {
	margin: 0 3px;
}
.banner .flex-control-paging li a {
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.banner .flex-control-paging li a:hover, .banner .flex-control-paging li a.flex-active {
	background: #37a63b;
	border-color: #37a63b;
}
.banner-post {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	margin: -98px 0 0 -590px;
}
.banner-content {
	max-width: 580px;
	text-align: right;
}
.banner-content ul {
	margin: 0;
	padding: 0;
}
.banner-content ul li {
	list-style-type: none;
	display: block;
	font-size: 49px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	z-index: 11;
	margin: 0 0 16px;
	line-height: 74px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner-content ul li span {
	background: rgba(62, 201, 29, 0.7);
	display:inline-block;
	padding:0px 20px;
}
.banner-content .flex-control-nav li {
	margin: 0 4px;
}
.admin {
	float: right;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.admin-img {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	float: left;
}
.admin-img img {
	border-radius: 50%;
}
.admin-name a {
	font-size: 24px;
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	margin-top: 13px;
}
.admin-name a span {
	font-size: 18px;
	color: #fff;
	display: block;
	float: right;
}
.cols5 {
	background: url("images/mid-bg.jpg") repeat;
	padding: 55px 0;
	font-family: 'Montserrat', sans-serif;
	min-height: 335px;
}
.cols5 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cols5 ul li {
	float: left;
	padding: 0 12px;
	position: relative;
	width: 25%;
}
.cols5 ul li a {
	display: block;
}
.printing {
	display: block;
	text-align: center;
	max-width: 208px;
	padding: 0 6px;
	margin: 0px auto; 
}
.printing h2 {
	font-size: 25px;
	color: #40a235;
	font-weight: 300;
	text-transform: uppercase;
}
.printing .icon {
	text-align: center;
	margin: 14px 0 9px;
}
.printing .icon a {
	border-radius: 50%;
	border: 1px solid #a8a8a8;
	width: 82px;
	height: 82px;
	display: block;
	padding-top: 18px;
	margin: 0 auto;
}
.printing p {
	font-size: 13px;
	color: #575757;
	min-height: 60px;
	line-height: 17px;
	padding: 0;
}
.printing p:last-child {
	padding-left: 10px;
}
.printing a {
	font-size: 14px;
	color: #ff3600;
}
.cols5 ul li:after {
	background: url("images/eclispse.png") no-repeat right center;
	height: 230px;
	width: 20px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 -13px;
}
.cols5 ul li:first-child:after {
	background: none;
}
.masonry {
	-webkit-box-shadow: inset 0 5px 8px 0 rgba(168, 168, 168, 0.15);
	-moz-box-shadow: inset 0 5px 8px 0 rgba(168, 168, 168, 0.15);
	box-shadow: inset 0 5px 8px 0 rgba(168, 168, 168, 0.15);
	padding: 42px 0;
}
.grid-item {
	width: 375px;
}
.grid-item--width2 {
	width: 400px;
}
.listing {
	position: relative;
}
.listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
}
.listing ul li {
	float: left;
	padding: 0;
}
.listing ul li a {
	font-size: 18px;
	cursor: pointer;
	color: #575757;
	padding: 10px 14px;
	display: block;
}
.listing ul li a:hover, .listing ul li a.active {
	background: #3db130;
	color: #fff;
}
.rss {
	position: absolute;
	right: 0;
	top: 0;
	margin: 15px 0 0 0;
	display: inline-block;
}
.rss a i {
	font-size: 18px;
	color: #575757;
}
.masonry-wraps {
	padding: 36px 0 0;
}
.masonry-items {
	margin-bottom: 30px;
	position: relative;
}
.masonry-wraps .title {
	background: #3db130;
	padding: 0 0 0 20px;
}
.masonry-wraps .text {
	float: left;
	padding: 11px 0 0 0;
}
.masonry-wraps .text h3 {
	font-size: 20px;
	color: #363636;
}
.masonry-wraps .text h3 small {
	display: block;
	font-size: 14px;
	color: #fff;
}
.masonry-wraps .arrow {
	float: right;
}
.masonry-wraps .arrow a {
	display: block;
	border-left:1px solid rgba(63, 74, 62, 0.27);
	font-size: 40px;
	color: #fff;
	padding: 0 21px;
}
.masonry-wraps .arrow a i {
	padding-top: 13px;
}
.masonry-wraps .red .title {
	background: #ff1414;
}
.masonry-wraps .red .arrow a {
	border-color: #de2929;
}
.masonry-wraps .blue .title {
	background: #00eaf4;
}
.masonry-wraps .blue .arrow a {
	border-color: #0dc6ce;
}
.masonry-wraps .purple .title {
	background: #fe00c6;
}
.masonry-wraps .purple .arrow a {
	border-color: #d800a8;
}
.masonry-wraps .orange .title {
	background: #ffd600;
}
.masonry-wraps .orange .arrow a {
	border-color: #ddba03;
}
.masonry-wraps .green .title {
	background: #cdfc07;
}
.masonry-wraps .green .arrow a {
	border-color: #b3de00;
}
/*rollover*/
.masonry-items .overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(61,177,48,0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.masonry-items:hover .overlay {
	height: 100%;
}
.masonry-items .overlay .text-wrap {
	padding: 25px 25px;
}
.text-wrap h2 {
	font-size: 30px;
	color: #363636;
}
.text-wrap h2 span {
	display: block;
	font-size: 16px;
	color: #fff;
}
.text-wrap p {
	font-size: 14px;
	color: #fcfcfc;
	padding: 30px 0;
}
.text-wrap .read-more-btn {
	margin-top: 7px;
}
.text-wrap .read-more-btn a {
	font-size: 14px;
	color: #62bf58;
	padding: 15px 45px;
	background: #fff;
	display: inline-block;
}
.red .text-wrap .read-more-btn a {
	color: #ff1414
}
.blue .text-wrap .read-more-btn a {
	color: #00eaf4
}
.purple .text-wrap .read-more-btn a {
	color: #fe00c6
}
.orange .text-wrap .read-more-btn a {
	color: #ffd600
}
.green .text-wrap .read-more-btn a {
	color: #cdfc07
}
.masonry-items .overlay.red-bg {
	background: rgba(255,20,20,0.8);
}
.masonry-items .overlay.blue-bg {
	background: rgba(0,234,244,0.8);
}
.masonry-items .overlay.purple-bg {
	background: rgba(254,0,198,0.8);
}
.masonry-items .overlay.orange-bg {
	background: rgba(255,214,04,0.8);
}
.masonry-items .overlay.green-bg {
	background: rgba(205,252,7,0.8);
}
.updates {
	display: block;
	background: url("images/updates-top-bg.png")top center no-repeat #fbfbfb;
	padding-bottom: 66px;
}
.recent {
	padding: 34px 0;
}
.recent h2 {
	font-size: 30px;
	color: #6b6b6b;
	text-transform: uppercase;
	font-weight: normal;
	margin: 12px 0 0;
}
.surface-img {
	padding: 26px 0 25px;
}
.description {
	display: block;
}
.description h3 {
	font-size: 24px;
	color: #6b6b6b;
	font-weight: 700;
}
.description h3 a{
	font-size: 24px;
	color: #6b6b6b;
	font-weight: 700;
}
.description .list {
	padding: 10px 0;
}
.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list ul li {
	float: left;
	padding: 0 10px 0 0;
	font-family: 'montserratlight';
}
.list ul li a {
	font-size: 14px;
	color: #828181;
}
.list ul li i {
	padding: 0 5px;
	color: #828181
}
.list ul li a:hover, .list ul li a span {
	color: #3db130;
}
.description p {
	font-size: 14px;
	color: #797979;
	padding: 0;
	font-family: 'montserratlight';
}
.read-more.green {
	text-align: right;
}
.read-more.green a {
	font-size: 14px;
	color: #fff;
	padding: 6px 9px;
	display: inline-block;
	background: #3db130;
	margin: 21px 0 0;
}
.read-more.green a:hover {

	background: #0E8A00;
}
.img-text {
	padding-bottom: 31px;
}
.form-top {
	position: relative;
	max-width: 367px;
}
.form-top form input[type='text'] {
	padding: 15px 45px 15px 20px;
	width: 100%;
	border: 1px solid #d6d6d6;
	font-size: 18px;
	color: #b0b0b0;
	text-transform: capitalize;
	font-weight: 400;
	background: none;
	font-family: 'montserratlight';
}
.search-btn {
	position: relative;
}
.search-btn button[type='submit'] {
	font-size: 24px;
	color: #b0b0b0;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	padding: 11px 12px;
}
.social {
	padding: 30px 0;
}
.social h4 {
	font-size: 30px;
	color: #6b6b6b;
	text-transform: uppercase;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	line-height: 38px;
}
.social-icon {
	padding: 14px 0;
}
.social-icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icon ul li {
	float: left;
	padding: 0 5px 0 0;
}
.social-icon ul li a {
	border: 2px solid #d0d0d0;
	font-size: 30px;
	text-align: center;
	width: 50px;
	height: 50px;
	display: block;
	color: #003595;
	line-height: 51px;
}
.social-icon ul li a:hover {
	color: #00eaf4;
}
.social-icon ul li:nth-child(1) a {
	color: #003595;
}
.social-icon ul li:nth-child(2) a {
	color: #00eaf4;
}
.social-icon ul li:nth-child(3) a {
	color: #266ab0;
}
/*newsletter*/
.newsletter {
	background: url("images/logos.png") no-repeat 18px 57px #ff7623;
	font-family: 'Comfortaa', cursive;
	padding: 15px 23px;
}
.newsletter h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.newsletter p {
	font-size: 16px;
	color: #fff;
	padding: 20px 0 11px;
}
.newsletter .form-wrap {
	margin-bottom: 10px;
}
.form-wrap form input[type='email'] {
	background-color: #fff;
	font-size: 16px;
	color: #a6a4a3;
	padding: 13px 40px 13px 17px;
	outline: none;
	border: none;
	display: block;
	font-family: 'Comfortaa', cursive;
	width: 100%;
}
.arrow-right {
	position: relative;
}
.arrow-right button[type='submit'] {
	font-size: 22px;
	color: #ff7623;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	padding: 9px 15px;
}
.arrow-right button[type='submit']:focus{outline:0; border:0;}
/*clients*/
.clients {
	padding: 38px 0;
	text-align: center;
	position: relative;
}
.clients h2, .archives .clients h2 {
	font-size: 28px;
	color: #6b6b6b;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}
.slider-btn {
	padding: 30px 0;
}
.image_ {
	text-align: center;
	position: relative;
	max-width: 257px;
	margin: 4px auto;
}
.image_:before, .image_:after {
	position: absolute;
	top: 0;
	content: '';
	margin: 51px 0 0;
	background: #bfbfbf;
	height: 1px;
	z-index: -1;
	width: 50%;
}
.image_:before {
	left: 0;
}
.image_:after {
	right: 0;
}
.comma {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	width: 100%;
}
.comma:before, .comma:after {
	position: absolute;
	top: 0;
	height: 1px;
	z-index: -1;
	font-family: 'FontAwesome';
	color: #f2f2f2;
	font-size: 30px;
	content: "\f10d";
}
.comma:before {
	left: 0;
	margin: 0 0 0 30px;
}
.comma:after {
	right: 0;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	margin: 0 30px 0 0;
}
.image_ img {
	border: #8f8f8f 2px solid;
	border-radius: 50%;
	width: 91px;
	height: 91px;
	margin: 0 auto;
}
.slider-btn p {
	font-size: 14px;
	color: #959595;
	padding: 13px 0 0;
	font-family: 'montserratlight';
	line-height: 17px;
}
.slider-btn p span {
	display: block;
	font-size: 16px;
	color: #959595;
	font-weight: 700;
	font-style: italic;
	padding-top: 15px;
}
.slider-btn .flex-control-nav {
	bottom: 30px;
}
.slider-btn .flex-control-paging li {
	margin: 0 4px;
}
.slider-btn .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: none;
	border: #8f8f8f 1px solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.slider-btn .flex-control-paging li a.flex-active {
	background: #959595;
}
.scrollup {
	width: 60px;
	height: 64px;
	opacity: 1;
	position: fixed;
	bottom: 200px;
	cursor: pointer;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background: url('images/scroll-up.jpg') no-repeat;
	z-index: 99;
}
/*footer*/
footer {
	background: #c5c5c5;
}
.mainFooter {
	background: url("images/footer.jpg") repeat;
	padding: 31px 0 24px;
}
.col-1 h3 {
	font-size: 20px;
	color: #3b3b3b;
	font-weight: 800;
}
.col-1 p {
	font-size: 14px;
	color: #3b3b3b;
	padding: 13px 0;
	line-height: 23px;
	font-family: 'montserratlight';
}
.col-1 p a {
	color: #3b3b3b;
}
.social-btn {
	display: block;
}
.social-btn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-btn ul li {
	float: left;
	margin: 15px 3px 0 0;
	text-align: center;
}
.social-btn ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	width: 24px;
	height: 24px;
}
.social-btn ul li:nth-child(1) {
	background: #3d719a;
}
.social-btn ul li:nth-child(2) {
	background: #3b579d;
}
.social-btn ul li:nth-child(3) {
	background: #00abec;
}
.social-btn ul li:nth-child(4) {
	background: #007bb6;
}
.about {
	display: block;
	padding: 16px 0 0;
}
.about h4 {
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 600;
	padding-bottom: 5px;
}
.about ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.about ul li {
	padding: 6px 0;
	font-family: 'montserratlight';
}
.about ul li a {
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 400;
}
.col-1 [class*="col-"] {
	padding: 0;
}
.col-3 [class*="col-"] {
	padding: 0;
}
.col-3 {
	padding: 20px 0
}
.footer-logo {
	padding-top: 62px;
}
.footer-btn {
	padding: 20px 0;
	text-align: center;
}
.footer-btn p {
	font-size: 14px;
	color: #3b3b3b;
	font-family: 'montserratlight';
	text-transform: uppercase;
	padding: 0;
	display: inline-block;
}
.footer-btn p a {
	color: #3b3b3b;
	border-left: #3b3b3b 1px solid;
	padding: 0 7px;
	margin: 0 3px;
}
/*products*/
.printing-digtal {
	padding-bottom: 40px;
}
.photo-product {
	padding: 75px 0 50px;
	background: #fbfbfb;
	border-bottom: 1px solid #e6e6e6;
}
.photo-product h2 {
	font-size: 30px;
	color: #4d4c4c;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 5px solid #4eb315;
	max-width: 470px;
	padding-bottom: 12px;
}
.photo-product p {
	font-size: 14px;
	color: #797979;
	padding: 25px 0;
	font-family: 'montserratlight';
}
.printing-list {
	display: block;
}
.print-list {
	display: block;
}
.print-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.print-list ul li {
	padding: 10px 10px 10px 0;
	font-family: 'montserratlight';
	width: 50%;
	float: left;
}
.print-list ul li a {
	font-size: 14px;
	color: #4eb315;
}
.print-list ul li a i {
	padding-right: 5px;
}
.photo-product.about-us h2 {
	display: inline-block;
	max-width: none;
}
.digital {
	padding: 48px 0;
}
.digital-text {
	display: block;
}
.digital h2 {
	font-size: 24px;
	color: #3db130;
	font-weight: 800;
}
.digital h2 a {
	color: #3db130;
}
.digital p {
	padding: 22px 0;
	color: #797979;
	font-size: 14px;
}
.order {
	display: inline-block;
	background: #ff8a00;
}
.order a {
	font-size: 14px;
	color: #fff;
	padding: 8px 12px;
	display: block;
}
.order a i {
	padding-left: 10px;
}
.order.learn-more {
	background: #4eb315;
}
.digital.digital_2 {
	background: #e8e8e8;
}
/*conatct*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratio height: 0;
	overflow: hidden;
	border-right: none;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*blog*/
.profile-wrap {
	padding: 40px 0;
}
.profile-wrap h3 {
	font-size: 20px;
	color: #4eb315;
	font-weight: 800;
	text-transform: uppercase;
}
.profile-wrap p {
	padding: 15px 0;
}
.icon-list {
	padding: 5px 0 0;
}
.icon-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.icon-list ul li {
	font-size: 13px;
	color: #858585;
	padding: 0 10px 0 0;
	float: left;
}
.icon-list ul li a {
	color: #858585;
}
.icon-list ul li i {
	padding-right: 5px;
}
/*contact*/
.contact-details {
	padding: 50px 0 60px;
}
.details h3 {
	font-size: 24px;
	color: #4eb315;
	font-weight: 800;
}
.details p {
	font-size: 14px;
	color: #5b5b5b;
	padding: 20px 0;
	font-family: 'montserratlight';
}
.details p span a {
	color: #eb950d;
}
.contact-details .form-contact {
	padding: 30px 0;
}
.contact-details .form-contact form input[type='text'] {
	width: 70%;
	display: block;
	background: transparent;
	border: 1px solid #dddddd;
	font-size: 20px;
	color: #8a8787;
	padding: 20px 20px;
	font-family: 'montserratlight';
	margin-bottom: 20px;
}
.contact-details .form-contact form input[type='email'] {
	width: 70%;
	display: block;
	background: transparent;
	border: 1px solid #dddddd;
	font-size: 20px;
	color: #8a8787;
	padding: 20px 20px;
	margin-bottom: 20px;
	font-family: 'montserratlight';
}
.contact-details .form-contact form textarea {
	width: 90%;
	display: block;
	background: transparent;
	border: 1px solid #dddddd;
	font-size: 20px;
	color: #8a8787;
	padding: 20px 20px 190px;
	margin-bottom: 30px;
	font-family: 'montserratlight';
}
.contact-details .form-contact form input[type='submit'] {
	width: 70%;
	display: block;
	background: #fc9e26;
	border: 1px solid #dddddd;
	font-size: 20px;
	color: #ffffff;
	padding: 15px 20px;
	font-family: 'montserratlight';
}
/*blog-single*/
.social_btn {
	padding: 20px 0 50px;
}
.social_btn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social_btn ul li {
	float: left;
	padding: 0 10px 0 0;
}
.social_btn ul li a {
	display: block;
}

.details blockquote {
	border-right: 10px solid #ff7200;
	border-left: 10px solid #ff7200;
	padding: 0 25px;
	margin: 30px 0;
}
.details blockquote p {
	font-size: 24px;
	color: #797979;
}
.facebook {
	padding-top: 50px;
}
.recent-post {
	padding: 55px 0 0;
}
.recent-post h2 {
	font-size: 30px;
	color: #6b6b6b;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}
.recent-post p span {
	font-size: 18px;
	color: #4eb315;
	display: block;
	padding: 15px 0 5px;
	font-family: 'Montserrat', sans-serif;
}
.recent-post p {
	font-size: 14px;
	color: #6b6b6b;
	font-family: 'montserratlight';
}
.recent-post p.paragraph {
	border: none;
}
.archives {
	padding-top: 30px;
}
.archives h2 {
	font-size: 30px;
	color: #6b6b6b;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}
.archives-list {
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0;
}
.archives-list a {
	font-size: 16px;
	color: #4a4949;
	display: block;
}
.archives-list a i {
	padding-right: 3px
}
.archives-list ul.dropdown {
	margin: 10px 22px;
	padding: 0;
	list-style: none;
}
.archives-list .dropdown-menu {
	position: relative;
	width: 100%;
	background: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.archives-list ul li {
	padding-left: 10px;
}
.archives-list ul li a {
	font-size: 16px;
	color: #4a4949;
	display: block;
}
.archives-list ul li a i {
	margin-right: 3px;
}
.archives-list.no-border {
	border: none;
}
.affix .headerTop {
	display: none;
}
.affix h1.logo {
	width: 170px;
}
.affix .navigation {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 20px 0;
}
.pagination-wrap {
	padding: 30px 0;
}
.pagination-wrap .pagination>li {
	font-size: 14px;
	display: inline-block;
	padding: 0;
	font-family: 'montserratlight';
}
.pagination-wrap .pagination>li>a ,.pagination-wrap .pagination>li>span  {
	color: #4eb315;
	background: none;
	border: none;
	margin-left: 0;
	padding: 3px 10px;
}

.pagination-wrap .pagination li span a {
	color: #fff;
	background: #4eb315;
	padding: 3px 10px;
}
.pagination-wrap .pagination>.active>a, .pagination-wrap .pagination>.active>span, .pagination-wrap .pagination>.active>a:hover, .pagination-wrap .pagination>.active>span:hover, .pagination-wrap .pagination>.active>a:focus, .pagination-wrap .pagination>.active>span:focus, .pagination-wrap .pagination>li>a:hover {
	color: #fff;
	background: #4eb315;
}
.pagination-wrap .pagination>li:first-child>a, .pagination-wrap .pagination>li:first-child>span, .pagination-wrap .pagination>li:last-child>a, .pagination-wrap .pagination>li:last-child>span {
	border-radius: 0;
}
.recent-post ul{ list-style: none; padding-left: 0px; margin-bottom: 0px; }
.recent-post ul li {border-bottom: 1px solid #d5d4d4;}
.recent-post ul li h3 a{
	font-size: 18px;
	color: #4eb315;
	display: block;
	padding: 15px 0 5px;
	font-family: 'Montserrat', sans-serif;
}
.recent-post ul li:last-child{
	border-bottom: none;
}
.archive-wrap ul { list-style: none; padding-left: 0px; margin-bottom: 0px; }
.archive-wrap ul li a {
	font-size: 16px;
	color: #4a4949;
	display: block;
}
.archive-wrap ul li a:before{
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	padding-right: 5px; 
} 
.archive-wrap ul li{
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0;
}
.details p a {
	color: #eb950d;
}
.details p a:hover {
	color: #eb950d;
}
.google-maps{ padding-bottom: 0px; }
.google-maps #map-canvas{
	width: 100%; 
	height: 500px; 
}
.printing-digtal.search {
	padding-top: 150px;
}
.search .digital {
	border-bottom: 2px solid #EAEAEA;
}
.search-form {
	float: left;
	overflow: hidden;
	width: 0px;
}
.search-form+a{ float: left; }
.search-wrap:after{ content: '';  clear: both; display: table;}
.search-form input[type='text'] {
	padding: 0px 10px;
	border: 1px solid #B3B3B3;
	margin-right: 5px;
}
.search-form input[type='submit']{ display: none; }
.partners {
	text-align: center;
}
.partners h2 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #6b6b6b;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
}
.partners ul {
	list-style: none;
	padding-left: 0px;
	max-width: 150px;
	margin: 0px auto;
}
.partners ul li {
	margin-bottom: 15px;
}
.pricelist { padding: 30px 30px 30px 0px; }