@charset "utf-8";

/* CSS Document */

/* @import url(modal.css); */
@import url('reset.css');

/*==================================================
instagram effect!
img {-webkit-filter:hue-rotate(-33deg) brightness(108%) contrast(80%) saturate(120%) ;}
================================================== */


/*==================================================
Text Styles
================================================== */

h1,
h2 {
	font: 1.4em helvetica, arial, sans-serif;
	border-bottom: 1px #ccc solid;
	clear: both;
	margin: 0;
}

h2 {
	margin: 0 0 5px 0;
}

h3,
h3 a {
	color: #444;
}

p,
label {
	font-size: .8em;
}

a {
	color: #333;
	font-weight: bold;
}

a:hover {}

p a {}

p a:hover {}

ol,
ul {}

ol li,
ul li {}

p.utility {
	border: 0;
	padding: 0;
	margin: 0 0 1.25em 0;
	text-align: left;
	background: none;
}

a.more {
	float: right;
	clear: both;
	margin: 0;
}

p {
	margin-bottom: 10px;
}

h4,
th {
	font-weight: bold;
	font-size: .9em;
	padding: .5em 0;
}

.intro.xmas-notice {
	background: #069;
	color: #fff;
	border-top: none;
}

.intro.xmas-notice strong {
	text-shadow: 1px 1px 0px #333;
}


/*==================================================
Main Layout
================================================== */

body {
	min-width: 320px;
}

.intro {
	position: relative;
	z-index: 20;
	border-top: .5em solid #444;
	font-size: .8em;
	padding: .8em 1%;
	text-align: center;
	margin: 0 auto;
	background: #dddddd;
	border-bottom: 1px #ccc solid;
	width: 100%;
}

.head-wrap {
	position: relative;
	z-index: 20;
	width: 100%;
	background: #F0ECE6;
	float: left;
}

.header {
	padding: 1% 0 0;
	clear: both;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.content {
	padding: 2% 0;
	clear: both;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 60%;
	padding-right: 5%;
}

.logo img {
	max-width: 100%;
}

.search {
	float: right;
	width: 40%;
	margin-top: .5%;
}

.search input[type="text"],
.search select {
	width: 38%;
	float: left;
	padding: 7px 5px;
	border: none;
	margin: 0 1% 0 0;
	border-radius: 0;
	height: 30px;
}

.search input[type="submit"] {
	width: 20%;
	float: left;
	height: 30px;
}
.searchphotos input[type="text"], .searchphotos input[type="password"], .searchphotos input[type="email"], .searchphotos textarea, .searchphotos select {margin-bottom: 0;}
nav {
	float: left;
	width: 100%;
	padding: 2em 0 0;
}

nav ul {
	float: left;
	width: 100%;
	margin: 0;
}

nav li {
	float: left;
	padding: 0 1%;
	margin: 0;
}

nav a {
	font-weight: bold;
	display: block;
	padding: 5px 0;
	font-size: .9em;
}

input[type="submit"].cart,
nav form {
	float: right;
	margin: 0 0 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}

.added-to-cart {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0 15px 0 0;
	color: #f7f7f7;
	padding: 8px 10px;
	width: 130px;
	left: -150px;
	position: absolute;
	line-height: normal;
	font-size: 11px;
	display: block;
	background: rgba(243, 130, 104, 1);
	border-radius: 5px 0 0 5px;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.added-to-cart:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.added-to-cart:after {
	border-color: rgba(243, 130, 104, 0);
	border-left-color: rgba(243, 130, 104, 1);
	border-width: 15px;
	top: 50%;
	margin-top: -15px;
}

.second-nav-wrap {
	background: #fff;
	background-color: rgba(255, 255, 255, .9);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .5);
}

.second-nav {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.second-nav ul {
	float: left;
	width: 73%;
	margin: 0 0 0 2%;
}

.second-nav ul li {
	float: left;
	margin: 10px 2%;
	font-size: .9em;
}

.second-nav img {
	width: 25%;
	float: left;
	margin: 10px 0;
}

.cart {
	position: relative;
	margin: 0;
}

.footer-wrap {
	background: #333;
	float: left;
	width: 100%;
	color: #e9e9e9;
	padding: 2% 0%;
	font-size: 11px;
	margin-top: 5%;
}

.footer {
	width: 98%;
	padding: 0 1%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer .copyright {
	float: left;
	clear: both;
	text-align: left;
	padding-top: 5px;
}

.footer .digitalbureau {
	float: right;
	text-align: right;
}

.footer .digitalbureau a {
	color: #d6d6d6;
	font-weight: normal;
}

.footer .digitalbureau p {
	margin-bottom: 2px;
	padding: 0;
	text-align: right;
}


/*==================================================
Content Area
================================================== */

.feature {
	float: left;
	width: 50%;
	padding: 2% 0;
}

.feature img {
	max-width: 100%;
	padding: 1px;
	-webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .5);
}

.feature-right {
	width: 50%;
	float: left;
	padding: 4% 0 0% 1%;
}

.feature-strip {
	width: 100%;
	float: left;
	clear: both;
	margin: 2% 0 2% 0;
	padding: 0 0 2% 0;
}

.shadow {
	-webkit-box-shadow: 0 10px 10px -10px #999;
	box-shadow: 0 10px 10px -10px #999;
}

.feature-strip.gallery {
	margin: 0;
	padding: 20px 2%;
	background: #F0ECE6;
}

.feature-strip.gallery li a {
	background: #fff;
}

.feature-strip.archives {
	background: #333;
	margin: 20px 0;
	padding: 20px 2%;
}

.feature-strip.archives h3 {
	color: #f7f7f7;
	text-shadow: 1px 1px 0px #000;
}

.feature-strip.archives .button {
	color: #333;
	background: #ccc;
}

.feature-strip.archives .button:hover {
	background: #fff;
}

.thumbs {
	letter-spacing: -.5em;
}

.thumbs li {
	overflow: hidden;
	padding: 0;
	letter-spacing: normal;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.thumbs li > a {
	width: 500px;
	/* This is an arbitrary number - sorry - to get the link to fill it's container */
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #F0ECE6;
}

.thumbs li > a:hover {
	background: #069;
	color: #fff;
}

.thumbs li a img {
	font-size: .6em;
	line-height: normal;
	display: block;
	margin: 0 auto;
	opacity: .9;
}

.thumbs li a:hover img {
	opacity: 1;
}

.feature-strip.results .thumbs li {
	width: 18%;
	margin: 1%;
}

.feature-strip.results .thumbs li a {
	background: none;
}

.feature-right .thumbs li {
	width: 27%;
	margin: 0 3% 0;
}

.feature-strip .thumbs li {
	width: 11.5%;
	margin: 0 .5% 0;
}

.category-wrap {
	position: relative;
	z-index: 1;
	top: -10px;
}

.category {
	margin: 0 auto;
	position: relative;
	width: 5em;
	text-align: center;
	-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .1);
}

.category:after {
	bottom: 0px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
	content: "";
	position: absolute;
	right: 0px;
	top: 0%;
	height: 30%;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	width: 30%;
	z-index: -1;
}

.category:before {
	bottom: 0px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
	content: "";
	position: absolute;
	left: 0px;
	top: 0%;
	height: 30%;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 30%;
	z-index: -1;
}

.category a {
	margin: 0;
	font-size: .75em;
	display: block;
	color: #666;
	font-weight: normal;
}

.category a:hover {
	color: #069;
}

.mainphoto {
	padding: .5%;
	border: 1px #ddd solid;
	float: left;
	max-width: 350px;
	margin-right: 2%;
}

.details-wrap {
	overflow: hidden;
}

.order-image {
	float: left;
	max-width: 24%;
	padding: 0% 2% 0% 0;
}

.order-image img {
	max-width: 100%;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.8);
}

.order-info {
	overflow: hidden;
}

.photographers {
	text-align: center;
	width: 100%;
	clear: both;
}

.photographers li {
	display: inline-block;
	width: 14%;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

.photographers img {
	max-width: 100%;
}

.photographers p {
	margin: 0;
}

.photographer_bio h2 {
    clear: none;
}
.photographer_bio p {
    overflow: hidden;
}
.form-row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.form-row.closed {
	display: none;
	margin-bottom: 30px;
}

.form-row.open {
	max-height: 1000px;
}

.item-container {
	position: relative;
	float: left;
	width: 100%;
}

.item-container p {
	padding-right: 75px;
}

.close-button {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.open-button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.clm-1-3 {
	width: 33.333%;
	padding: 1%;
	float: left;
}

.clm-1-5 {
	width: 20%;
	padding: 1%;
	float: left;
	text-align: center;
}

.clm-1-4 {
	width: 25%;
	padding: 1%;
	float: left;
	text-align: center;
}

.clm input[type="submit"] {
	width: 100%;
	margin: 0
}

.clm label {
	padding: 8px 10px 0;
}

.item {
	float: left;
	width: 150px;
	margin: 5px;
	padding: 10px;
	border-top: 1px solid #999;
	background: #F0ECE6;
}

.item p {
	padding: 0px 0px 5px 0px;
	margin: 0;
}

.pagination {
	clear: both;
}

.next {
	float: right;
}

.prev {
	float: left;
}


/*==================================================
buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.options a.dropdown {
	margin: 5px 0 0;
	float: none;
	-moz-border-radius: 0px;
	-webkit-appearance: none;
	border-radius: 0px;
	background: #444;
	color: #fff;
	text-shadow: none;
	border: none;
}

.item .button {
	width: 100%;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.options a.dropdown:hover {
	background: #296391;
	border: none;
	text-shadow: none;
}

.button.delete,
button.delete,
input.delete[type="submit"],
input.delete[type="reset"],
input.delete[type="button"] {
	background: #eee;
	color: #444;
	border: none;
	text-shadow: none;
}

.button.delete:hover,
button.delete:hover,
input.delete[type="submit"]:hover,
input.delete[type="reset"]:hover,
input.delete[type="button"]:hover {
	background: #900;
	color: #fff;
	border: none;
	text-shadow: none;
}

.submit_container {
	float: left;
}

.button:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
	background: #ccc;
	cursor: not-allowed;
	color: #fff;
}

.fancy-check {
	float: right;
	position: relative;
}

.fancy-check input[type="checkbox"] {
	display: none;
}

.fancy-check label {
	position: absolute;
	cursor: pointer;
	float: right;
	width: 20px;
	height: 20px;
	right: 0;
	background: #eee;
	border-radius: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
}

.fancy-check label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.fancy-check p {
	float: right;
	padding-right: 25px;
	font-weight: bold;
}

.fancy-check input[type=checkbox]:checked + label {}

.fancy-check input[type=checkbox]:checked + label:after {
	opacity: 1;
}


/*==================================================
Checkout
================================================== */

.formrow {
	width: 100%;
	border-top: 1px solid #ccc;
	float: left;
	padding: 5px 0;
	font-size: 0;
}
.formrow > * { font-size: initial; }

.checkout-image {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	padding: 5px;
}

.checkout-image img {
	display: inline-block;
	max-width: 100%;
}

.checkout-name {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 5px;
}

.checkout-quantity {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	padding: 5px;
}

.checkout-quantity input {
	text-align: center;
	margin: 0;
}

.checkout-price {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	width: 15%;
	text-align: right;
}

.checkout-update {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	width: 20%;
	text-align: right;
}

form {
	font-size: 14px;
	margin-bottom: 1em;
	display: inline-block;
	width: 100%
}

form h4 {
	font-size: 1.5rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #555
}

form label {
	color: #777;
	font-size: .9em
}

form label+.V4-input-wrap {
	margin-top: .5em;
	margin-bottom: 2em
}

form input[type="search"] {
	position: relative;
	z-index: 2;
	width: 80%;
	padding: 6px 5px;
	color: #323232;
	font-size: 14px;
	-webkit-appearance: none;
	border: 1px solid #dfdfdf;
	margin: 0 5px 0 0
}

form .V4-input-wrap {
	background: #fff;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 2em 0 .5em;
	width: 100%;
	position: relative
}

form .V4-input-wrap label {
	cursor: text;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	z-index: 1
}

form .V4-input-wrap.floater label,
form .V4-input-wrap input:focus ~ label,
form .V4-input-wrap input:focus ~ label,
form .V4-input-wrap textarea:focus ~ label,
form .V4-input-wrap select:focus ~ label {
	top: -1.6em;
	left: 0px;
	font-size: .9em
}

form .V4-input-wrap input[type=text],
form .V4-input-wrap input[type=search],
form .V4-input-wrap input[type=password],
form .V4-input-wrap input[type=email],
form .V4-input-wrap input[type=url],
form .V4-input-wrap input[type=tel],
form .V4-input-wrap select,
form .V4-input-wrap textarea,
form .V4-input-wrap .ui-widget-content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 10px;
	color: #323232;
	font-size: 14px;
	border: none;
	height: 39px;
	margin: 0;
	background: transparent
}

form .V4-input-wrap input[type=text]:focus,
form .V4-input-wrap input[type=search]:focus,
form .V4-input-wrap input[type=password]:focus,
form .V4-input-wrap input[type=email]:focus,
form .V4-input-wrap input[type=url]:focus,
form .V4-input-wrap input[type=tel]:focus,
form .V4-input-wrap select:focus,
form .V4-input-wrap textarea:focus,
form .V4-input-wrap .ui-widget-content:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 120, 169, 0.5);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 120, 169, 0.5)
}

form .V4-input-wrap input[type="checkbox"],
form .V4-input-wrap input[type="radio"] {
	width: 14px;
	height: 14px;
	float: left;
	margin: 2px 4px 0 0;
	border: none;
	padding: 0
}

form .V4-input-wrap textarea {
	resize: none;
	min-height: 60px;
	height: auto;
	vertical-align: bottom
}

form .V4-input-wrap.form_feedback {
	margin-left: 10px;
	position: relative
}

form .V4-input-wrap.signup label {
	position: relative;
	color: #555;
	top: 0;
	left: 0
}

form .V4-input-wrap.check {
	margin-top: .5em;
	border: 0
}

form .V4-input-wrap.check label {
	position: static;
	margin-bottom: .5em
}

form .V4-input-wrap button.ui-button-icon-only {
	z-index: 3;
	margin-right: 0
}

form #photoList {
	margin: 0
}

form #photoList li {
	float: left;
	width: 100%;
	background: #eee;
	padding: .5em
}

form .fancy-upload {
	position: relative;
	width: 30%;
	float: left
}

form .fancy-upload input[type="file"] {
	display: none
}

form .fancy-upload label {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	padding: 1em 1.5em;
	background: #0078a9;
	color: #fff;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: .9em;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer
}

form .fancy-upload label:hover {
	background: #00577b
}

form .fancy-upload-caption {
	position: relative;
	float: left;
	width: 70%
}

form .fancy-upload-caption .V4-input-wrap {
	margin-top: 0
}

form .fancy-upload-caption input[type="text"] {
	margin-bottom: 0;
	width: 90%;
	float: left;
	margin-right: 10%
}

form .fancy-upload-caption a {
	z-index: 200;
	top: 5px;
	right: 5px;
	position: absolute;
	font-size: 1.5em
}

form div#photo_release_text {
	font-size: .9em;
	border: 1px #ccc solid;
	padding: 1em 2%;
	margin-bottom: 1em
}

form div#photo_release_text a {
	cursor: pointer
}

form div#photoRelease label {
	position: relative;
	margin-bottom: 15px
}

form.form_feedback {
	border: none;
	margin: 0 auto;
	padding: 0 .5rem
}

form.entercontest {
	width: 68%;
	float: right;
	margin-top: 1em
}

form .fancy-radio {
	margin: 0
}

form .fancy-radio input[type="radio"],
form .fancy-radio input[type="checkbox"] {
	display: none;
	float: left;
	margin: 1px .5em 1em 0;
	clear: left
}

form .fancy-radio input[type="radio"]+label:before,
form .fancy-radio input[type="checkbox"]+label:before {
	border: 1px solid;
	color: #777;
	font-family: entypo;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	border-radius: 20px;
	overflow: visible;
	margin-right: .5em;
	vertical-align: baseline;
	margin-bottom: -.15em
}

form .fancy-radio input[type="radio"]+label:hover:before,
form .fancy-radio input[type="checkbox"]+label:hover:before {
	color: #777
}

form .fancy-radio input[type="radio"]:checked+label:before,
form .fancy-radio input[type="checkbox"]:checked+label:before {
	content: "\2713";
	color: #00577b
}

form .fancy-radio label {
	margin: .5em 0;
	font-size: .9em;
	color: #555
}

form .fancy-radio h4 {
	font-size: 1.2em;
	margin-bottom: 1em
}

form .fancy-radio input[type="submit"] {
	clear: both;
	margin: 1em 0;
	float: left
}

form .fancy-radio p {
	clear: both
}

form.weatherpage {
	padding: 0;
	border: 0;
	margin: 0
}

form.weatherpage label {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 4px
}

form.submitevent ul.tabletabs li {
	background: #ccc;
	list-style: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 10px;
	border: 1px #ccc solid
}

form.submitevent ul.tabletabs li.on {
	background: #fff;
	border-bottom: 1px #fff solid
}

form.submitevent dd select {
	height: 39px;
	font-size: 14px;
	display: inline-block;
	width: 31%
}

form.submitevent .dynamicTabDiv {
	border: 1px solid #dfdfdf;
	padding: 15px 2%;
	margin-top: -27px
}

form.submitevent #extra_dates .dynamicTabDiv {
	margin-top: -12px
}

form.submitevent #extra_dates_container button {
	margin: 0
}

form.submitevent div#extraCalPlaceholder {
	position: relative;
	height: 25px
}

form.submitevent .cal_dates {
	clear: both
}

form.submitevent .cal_dates input[type="radio"] {
	float: left
}

form.submitevent .cal_dates label {
	position: relative;
	padding-bottom: 15px
}

form #v4-recaptcha {
	margin-bottom: 1em
}

.button,
input[type=button],
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-appearance: none
}

.button .grey,
input[type=button] .grey,
input[type="submit"] .grey,
input[type="reset"] .grey,
input[type="button"] .grey {
	background: #ccc
}

#v4-recaptcha-new,
#v4-recaptcha-migrate,
#v4-recaptcha-messages {
	text-align: left
}

.V4-login-container .subscriber-details {
	border: 1px solid #dfdfdf;
	padding: 1em;
	background: #eee;
	margin-bottom: 25px
}

.V4-login-container .subscriber-details p {
	padding-bottom: 0
}

.V4-login-container .subscriber-details p:last-child {
	margin-top: 18px
}

.V4-login-container p.note.cb {
	xcolor: #fff
}

.V4-login-container .info-bubble {
	margin: 0 5px
}


/*==================================================
.clm-1-3.sml input { width: 50%; padding: 0; margin: 0; float: left; text-align: center;}
================================================== */


/*==================================================
Gradients
================================================== */

.category {
	background: rgb(242, 242, 242);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.form-row.jpeg {
	background: rgb(242, 242, 242);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}


/*==================================================
Tablet
================================================== */

@media only screen and (max-width: 50em) {
	.content,
	.header {
		width: 98%;
	}
	.mainphoto {
		max-width: 100%;
		float: none;
		margin: 0 auto;
		display: block;
		padding: 0;
		border: none;
	}
	.cart {
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.order-image {
		display: none;
	}
	.order-info {
		clear: both;
	}
	.details-wrap,
	.logo,
	.search {
		width: 100%;
		clear: both;
		padding: 0;
	}
	.second-nav-wrap {
		display: none;
	}
	.search,
	nav {
		padding: 2% 0 0 0;
	}
	.feature-right {
		width: 100%;
		padding: 0;
	}
	.feature-right .thumbs li {
		width: 14.6%;
		margin: 0 1% 0;
	}
	.feature-strip .thumbs li {
		width: 23%;
		margin: 0 1% 0;
	}
	.feature-right {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.photographers li {
		width: 25%;
	}
	.feature {
		width: 100%;
		text-align: center;
	}
	ul.thumbs {
		margin: 0;
	}
}


/*==================================================
Phone
================================================== */

@media only screen and (max-width:35em) {
	.feature-right {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: 0px solid #ccc;
	}
	.clm-1-3 {
		width: 100%;
		padding: 1%;
		float: left;
	}
	.clm-1-5 {
		width: 100%;
		padding: 1%;
		float: left;
		text-align: center;
	}
	.clm-1-4 {
		width: 50%;
		padding: 1%;
		float: left;
		text-align: center;
	}
	.feature-right {
		width: 100%;
		padding: 0;
	}
	.feature-strip .thumbs li,
	.feature-right .thumbs li,
	.feature-strip.results .thumbs li {
		width: 48%;
		margin: 0 1% 0;
	}
	.checkout-image {
		width: 50%;
	}
	.checkout-name {
		width: 50%;
	}
	.checkout-quantity {
		width: 33.333%;
	}
	.checkout-price {
		width: 33.333%;
		text-align: center;
	}
	.checkout-price p {
		margin: 0;
	}
	.checkout-update {
		width: 33.333%;
	}
	.checkout-quantity input,
	.checkout-price input,
	.checkout-update input,
	.checkout-update a {
		margin: 0;
		vertical-align: middle;
	}
	.photodetails {
		padding: 0 2%;
	}
	.footer .copyright,
	.footer .digitalbureau,
	.footer .digitalbureau p {
		float: none;
		text-align: center;
	}
	.item {
		width: 48%;
		margin: 1%;
	}
}


/* Magnific Popup CSS */

.help-popup {
	width: 700px;
	max-width: 95%;
	margin: 0 auto;
	padding: 2%;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.success {
	font-size: 1.5em;
	line-height: normal;
}
.success > * {margin-bottom: 1em;}