html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
legend,
label,
table,
header,
footer,
nav,
section,
figure {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
	display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #404040;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-family: 'Roboto Slab', serif;
	line-height: 1.125;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h2.category {
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
	line-height: 1.5;
}

h5 {
	font-size: 0.875em;
}

h6 {
	font-size: 0.75em;
}

em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: 700;
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	height: 0;
	margin: 2em 0;
}

abbr {
	border-bottom: 1px dotted #404040;
	cursor: help;
}

p,
ul,
ol,
dl {
	margin-bottom: 2em;
}

p.intro {
	font-size: 1.25em;
}

@media screen and (min-width: 600px) {
	p.intro {
		font-size: 1.5em;
	}
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

ul,
ol {
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}

legend {
	font-weight: 700;
	margin-bottom: 0.2em;
}

fieldset {
	border: 0;
	padding: 1em 0;
	margin: 0 0 2em;
}

label {
	display: block;
	font-weight: 700;
	padding-bottom: 0.25em;
}

button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	margin: 0;
}

input[type='number'],
input[type='search'],
input[type='text'],
input[type='url'],
textarea {
	-webkit-appearance: none;
}

input[type='number'],
input[type='search'],
input[type='text'],
input[type='url'],
textarea,
input[type='tel'],
input[type='email'] {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 0.625em;
	padding: 0.625em 0.875em;
	width: 100%;
}

textarea {
	min-height: 15em;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='submit'] {
	background-color: #378c65;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.625em 0.875em;
}

input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #1e734c;
}

a {
	color: #0072bc;
}

a:hover,
a:focus {
	color: #0063a3;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}

img.featured-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 2.5em;
}

img.featured-img.featured-img--small {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

figure {
	margin: 0 0 2em;
}

figure img {
	margin-bottom: 0.25em;
}

figcaption {
	font-style: italic;
}

.container {
	margin: 0 auto;
	width: 95%;
	max-width: 1020px;
	*zoom: 1;
}

.container:after,
.row:after {
	content: '';
	display: table;
	clear: both;
}

@media (min-width: 600px) {
	.container {
		width: 90%;
	}
}

nav {
	background: #368b64;
}

.toggleMenu {
	background-color: #368b64;
	display: none;
	padding: 0.625rem 1rem;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.nav {
	list-style: none;
	margin: 0;
	*zoom: 1;
}

.nav:before,
.nav:after {
	content: ' ';
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
	margin: 0;
	width: 12em;
}

.nav a {
	color: #fff;
	padding: 0.625rem 1rem;
	text-decoration: none;
}

.nav li {
	position: relative;
}

.nav > li {
	float: left;
	border-top: 1px solid #104336;
}

@media screen and (min-width: 704px) {
	.nav li {
		border-top: none;
	}
}

.nav > li > .parent {
	background-image: url('../images/downArrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

.nav > li > a {
	display: block;
}

.nav li ul {
	position: absolute;
	left: -9999px;
}

.nav > li.hover > ul {
	left: 0;
}

.nav li li.hover ul {
	left: 100%;
	top: 0;
}

.nav li li a {
	display: block;
	background: #1d7a62;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
	.active {
		display: block;
	}

	.nav > li {
		float: none;
	}

	.nav > li > .parent {
		background-position: 95% 50%;
	}

	.nav > li > .parent {
		background-image: none;
	}

	.nav li .more {
		background-image: url('../images/downArrow.png');
		background-repeat: no-repeat;
		background-position: 95% 50%;
		float: right;
		width: 20%;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		padding: 8px 15px;
		margin: 2px 5px 2px 0px;
		cursor: pointer;
		z-index: 200;
		position: relative;
	}

	.nav li .more:before {
		content: '';
		background: rgba(0, 0, 0, 0.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -2px;
	}

	.nav ul {
		display: block;
		width: 100%;
	}

	.nav > li.hover > ul,
	.nav li li.hover ul {
		position: static;
	}
}

.notice {
	background-color: #4285ba;
	border: 1px solid #27506e;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 2em;
	padding: 1.25em;
}

.notice.notice--fixed {
	border-radius: 0;
	border-left: none;
	border-right: none;
	margin: 0;
	text-align: center;
}

.notice p {
	margin-bottom: 0;
}

.errors,
.success {
	color: #fff;
	margin: 0 auto 1.375em;
	padding: 1.875em;
}

.errors {
	background-color: #be4b49;
	border: 1px solid #9b3635;
}

.success {
	background-color: #57a957;
	border: 1px solid #417e41;
}

.logo.logo--home {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	height: auto;
}

.promo {
	padding: 1.875em 0; 
	text-align: center
}

.other,
.categories {
	border-top: 1px solid #ccc;
	padding: 3.125em 0;
	text-align: center;
}

.featured {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3.125em 0;	
}

.featured .col-1-2 {
	padding: 1.25em;
}

.featured img {
	margin-bottom: 1.25em;
}

.featured ul {
	border-top: 1px solid #eee;
	list-style-type: none;
	padding: 0;
}

.featured li {
	border-bottom: 1px solid #eee;
	padding: 0.875rem;
}

#main.main-home .categories {
	border-top: none;
	padding-top: 0;
}

.mission {
	background: #000 url('../images/day-gecko-v2.jpg') center;
	background-size: cover;
	color: #fff;
	padding: 6.25em 0 4.25em;
	position: relative;
	text-align: center;
}

.mission:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
}

.mission h2,
.mission p {
	position: relative;
	z-index: 1;
}

.mission h2 {
	color: #fff;
}

.categories {
	margin-top: 1.875em;
}

.categories .row {
	padding-bottom: 1.875em;
}

.categories .row:last-child {
	padding-bottom: 0;
}

.categories .row .col-1-3 {
	padding-bottom: 1.875em;
}

@media screen and (min-width: 800px) {
	.categories .row .col-1-3 {
		padding-bottom: 0;
	}
}

.categories img {
	display: block;
	margin-bottom: 0.625em;
}

.categories p {
	margin-bottom: 0;
}

.categories a.more,
.product-spotlight a.more,
.archive a.more,
a.add-to-cart,
input.add-to-cart,
.faq a.more,
.holiday a.more,
.featured a.more {
	background-color: #0072bc;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-top: 0.625em;
	padding: 0.625em 0.875em;
	text-decoration: none;
}

.product-spotlight a.more:hover,
.product-spotlight a.more:focus,
.categories a.more:hover,
.categories a.more:focus,
.archive a.more:hover,
.archive a.more:focus,
a.add-to-cart:hover,
a.add-to-cart:focus,
input.add-to-cart:hover,
input.add-to-cart:focus,
.faq a.more:hover,
.faq a.more:focus,
.holiday a.more:hover,
.holiday a.more:focus,
.featured a.more:hover,
.featured a.more:focus {
	background-color: #0063a3;
}

.mission p {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.faq {
	border-top: 1px solid #ccc;
	margin-top: 1.25em;
	padding: 3.125em 0;
}

.holiday {
	background: url(../images/winter-bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 1px solid #ccc;
	padding: 10.9375em 1.25em 3.125em;
	text-align: center;
}

.holiday h2 {
	color: #d42426;

}

.faq .col-1-2:first-child {
	padding-bottom: 3.125em;
}

@media screen and (min-width: 704px) {
	.faq .col-1-2:first-child {
		padding-bottom: 0;
	}
}

.other {
	padding-bottom: 6.25em;
	text-align: center;
}

.other ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.other li {
	padding: 0.625em;
}

.other li:nth-child(odd) {
	background-color: #fafafa;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.acknowledgements {
	background-color: #378c65;
	color: #fff;
	padding: 3.125em 0;
	text-align: center;
}

.acknowledgements p:last-child {
	margin-bottom: 0;
}

#site-header {
	background: url('../images/wood-texture.jpg') repeat;
	box-shadow: 0 5px 5px -5px #333;
	padding: 1.25em 0 0;
}

#site-header > .container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media screen and (min-width: 704px) {
	#site-header > .container {
		flex-direction: row;
		justify-content: space-between;
	}
}

#site-header a.logo {
	display: block;
	margin: 0 0 1.25em;
	max-width: 200px;
}

@media screen and (min-width: 704px) {
	#site-header a.logo {
		max-width: 280px;
	}
}

#site-header h1 {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.416666666666667;
	margin: 0 0 1.25rem;
	max-width: 500px;
	padding-left: 2.5%;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 1000px) {
	#site-header h1 {
		font-size: 1.25em;
		padding-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	#site-header h1 {
		font-size: 1.5em;
	}
}

#main {
	padding: 3.125em 0;
}

#main.main-home {
	padding-bottom: 0;
}

@media screen and (min-width: 704px) {
	.col-1-2 {
		float: left;
		margin-right: 2.941176470588236%;
		/*padding-right: 1.25em;*/
		width: 48.52941176470588%;
	}

	.col-1-2:nth-child(2n) {
		margin-right: 0;
		/*padding-right: 0;
    padding-left: 1.25em;*/
	}
}

@media screen and (min-width: 800px) {
	.col-1-3 {
		float: left;
		margin-right: 2.941176470588235%;
		width: 31.37254901960784%;
	}

	.col-1-3:nth-child(3n) {
		margin-right: 0;
	}
}

.products > div {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 2px 0 #eee;
	margin-bottom: 1.875em;
	padding: 1.25em;
}

.archive > div {
	text-align: center;
}

.align-center {
	text-align: center;
}

.clothing.align-center p {
	margin: 0;
}

@media screen and (min-width: 800px) {
	.products.align-center p {
		text-align: left;
	}
	.clothing.align-center p,
	.geckos.align-center p {
		text-align: center;
	}
}

.products.align-center h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.products h3.type {
	margin-bottom: 1em;
}

.products img {
	display: block;
	margin: 0 auto 1.375em;
}

.products .details {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.products .details h4 {
	margin: 0;
}

.products .details li {
	padding-bottom: 0.625em;
}

.product-spotlight {
	border-top: 1px solid #ccc;
	margin-top: 1.25em;
	padding-top: 3.125em;
}

.product-spotlight h2 {
	text-align: center;
}

.products table {
	width: 100%;
	text-align: left;
}

.products th {
	text-align: left;
}

.products th,
.products td {
	padding: 15px 10px;
}

.products tr:nth-child(odd) {
	background-color: #f2f2f2;
	padding: 10px 0;
}

.products tr:nth-child(odd) td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.products p a {
	background-color: #0072bc;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-top: 0.3125em;
	padding: 0.625em 0.875em;
	text-decoration: none;
}

.products p a:hover,
.products p a:focus {
	background-color: #0063a3;
}

.products .price {
	display: block;
	padding-bottom: 0.875em;
}

.products .sold {
	background-color: #f64b2f;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-top: 0.3125em;
	padding: 0.625em 0.875em;
}

.dropdown {
	padding-bottom: 0.625em;
}

.links,
.species ul {
	list-style-type: none;
	margin-left: 0;
}

.species {
	padding-bottom: 3.125em;
}

.species ul {
	border-top: 1px solid #f2f2f2;
}

.species li {
	border-bottom: 1px solid #f2f2f2;
	padding: 0.5em;
}

.species li:nth-child(even) {
	background-color: #fafafa;
}

.gallery ul {
	list-style-type: none;
	margin-bottom: 0.75em;
	margin-left: 0;
	overflow: hidden;
}

.gallery li {
	margin-bottom: 1.25em;
}

@media screen and (min-width: 600px) {
	.gallery li {
		float: left;
		margin-right: 2.5%;
		width: 48.75%;
	}

	.gallery li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.gallery li {
		width: 31.66666666666667%;
	}

	.gallery li:nth-child(2n) {
		margin-right: 2.5%;
	}

	.gallery li:nth-child(3n) {
		margin-right: 0;
	}
}

.gallery li img {
	background-color: #fff;
	border: 1px solid #eee;
	display: block;
	max-width: 100%;
	padding: 10px;
	height: auto;
}

#site-footer {
	background: url('../images/silver_scales_@2X.png');
	background-size: 40px 40px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 3.125em 0;
}

#site-footer h4 {
	color: #368b64;
}

#site-footer small {
	color: #bbb;
	display: block;
}

.block-image {
	background-color: #fff;
	border: 1px solid #eee;
	display: block;
	margin-bottom: 2em;
	padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.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;
	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: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-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;
	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;
	box-shadow: none;
	touch-action: manipulation;
}

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;
	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;
}
.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;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	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 {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	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%;
	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;
	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;
	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;
		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;
	}
}

.alert {
	color: #f64b2f;
	font-weight: bold;
	text-transform: uppercase;
}