#headerInfo .contact1 .coleft, .container:after, .media-box-date, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after {
	clear: both
}
.media-boxes-filter>li a, .media-boxes-filter>li a:hover, .mfp-close, .nav>li>a:focus, .nav>li>a:hover, .navbar-brand:focus, .navbar-brand:hover, a, a.textHighlight, a.textHighlight:hover, a:focus, a:hover {
	text-decoration: none
}
.media-box-content {
	padding: 12px 15px;
	position: relative;
	background: #fff;
	color: #3f3b22;
	line-height: 15px
}
@media only screen and (max-width:480px) {
.media-box-content {
	padding: 10px 12px;
	position: relative;
	background: #fff;
	color: #3f3b22;
	line-height: 15px
}
}
.media-box-image-caption {
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 20px;
	font-size: 21px;
	color: #fff;
	width: 100%
}
.media-box-title {
	margin-bottom: 5px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 15px;
	color: #57715f
}
.media-box-text {
	color: #6c6a5f
}
.media-box-text ul { padding-left: 12px; margin-bottom:0px; list-style: circle;
	
}
.media-box-price {
	margin: 5px 0!important;
	padding-right:10px;
	color: #6c6a5f;
	float: left;
	font-weight: 600
}
.media-box-sold {
	margin: 0 0 0 5px!important;
	color: #fff;
	background-color: #e54e53;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 600;
	padding-top: 1px
}
@media only screen and (max-width:900px) {
.media-box-sold {
	margin: 0 20px 0 0!important;
	float: left;
}
}
.media-box-date {
	font-size: 11px;
	color: #d16064;
	margin-top: 3px
}
.media-boxes-load-more-button {
	cursor: pointer;
	width: 150px;
	text-align: center;
	color: #fff;
	background-color: #57705f;
	font-size: 14px!important;
	height: 15px;
	padding: 10px 15px;
	margin: 0 auto;
	line-height: 15px;
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important;
:s
}
.media-boxes-no-more-entries {
	background: #cfcebf
}
.filters-container {
	padding-bottom: 10px;
	background-color: #e7e6dd;
	padding-top: 14px
}
.filters-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
.media-boxes-filter {
	list-style: none;
	margin: 1;
	padding: 0;
	margin-bottom: 0!important;
	text-align: left
}
.media-boxes-filter>li {
	display: inline-block;
	padding: 0!important;
	margin: 0 9px 9px 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.media-boxes-filter>li:last-child {
	background: 0 0
}
.media-boxes-filter>li a {
	display: block;
	cursor: pointer;
	color: #514e3e;
	font-weight: 600;
	padding: 4px 10px;
	background-color: #cfcebf;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-o-transition: background-color .1s;
	-ms-transition: background-color .1s;
	transition: background-color .1s
}
.media-boxes-filter>li a.selected {
	background: #57705f;
	color: #fff
}
.media-boxes-search {
	position: absolute;
	margin-top: -10px; 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 4px 6px;
	color: #6c6a5f;
	background-color: #cfcebf;
	border: 1px solid #cfcebf;
	width: 150px; height:28px;  
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.media-boxes-search:focus {
	background-color: #fff;
	border: 1px solid #fff
}
.thumbnail-overlay {
	background: #000;
	background: rgba(0,0,0,.6);
	color: #333
}
.thumbnail-overlay>div.aligment {
	height: 100%;
	width: 100%;
	display: table!important
}
.thumbnail-overlay>div.aligment>div.aligment {
	padding: 10px;
	display: table-cell!important;
	vertical-align: middle;
	text-align: center
}
.overlay-title {
	font-weight: 500;
	font-size: 16px;
	display: block;
	line-height: 16px;
	margin-bottom: 5px
}
.overlay-description {
	font-weight: 400;
	font-size: 12px;
	display: block;
	line-height: 16px
}
.thumbnail-overlay i.fa {
	background: #e54e53;
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 3px;
	height: 44px;
	width: 44px;
	line-height: 45px;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .2s, background .1s;
	-moz-transition: -moz-transform .2s, background .1s;
	-o-transition: -o-transform .2s, background .1s;
	-ms-transition: -ms-transform .2s, background .1s;
	transition: transform .2s, background .1s
}
.thumbnail-overlay, .thumbnail-overlay i.fa {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.media-box, .media-box-hidden, .not-loaded-before-search, .to-top {
	display: none
}
.thumbnail-overlay i.fa:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	background: #333!important
}
.mb-play-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(icons/blank.gif)
}
.mb-play-container .fa {
	border: 2px solid #fff;
	padding: 14px 15px 13px 17px;
	font-size: 19px;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-transition: background-color .2s, -webkit-transform .2s;
	-moz-transition: background-color .2s, -moz-transform .2s;
	-o-transition: background-color .2s, -o-transform .2s;
	-ms-transition: background-color .2s, -ms-transform .2s;
	transition: background-color .2s, transform .2s
}
.media-box-image, .media-box-image div[data-width][data-height] {
	overflow: hidden;
	position: relative
}
.mb-play-container:hover .fa {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.mb-open-popup {
	cursor: pointer
}
.mfp-arrow.mfp-arrow:after, .mfp-arrow.mfp-arrow:before {
	border: none!important
}
.mfp-arrow.mfp-arrow-left {
	background: url(icons/icon-arrow-left.png) 50% 50% no-repeat!important
}
.mfp-arrow.mfp-arrow-right {
	background: url(icons/icon-arrow-right.png) 50% 50% no-repeat!important
}
.mfp-close {
	background: url(icons/icon-close.png) right no-repeat!important
}
.media-box {
	float: left
}
.media-boxes-container {
	margin-right: 0!important;
	margin-bottom: 0!important
}
.media-box-loaded {
	display: block
}
.media-box-image {
	width: 100%
}
.media-box-image div[data-width][data-height] img {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	bottom: -100%;
	margin: auto
}
h1, h2 {
	font-weight: 400;
	margin-bottom: 8px
}
.textCatalog {
	margin-bottom: -1px
}
.media-box .media-box-image img {
	width: 100%;
	max-width: 100%;
	display: block
}
.media-box img {
	max-width: 100%
}
.media-box-image div[data-popup], .media-box-image div[data-thumbnail] {
	background-position: center center;
	background-repeat: no-repeat
}
.image-with-dimensions {
	background-color: #afad98;
	background-image: url(icons/loading-image.gif)
}
.broken-image-here {
	background-color: #BE3730;
	background-image: url(icons/broken-image.png)
}
.broken-image-here:not([data-height]) {
	min-height: 150px
}
.media-box-container {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.media-box-container:hover {
	z-index: 2
}
.thumbnail-overlay {
	position: absolute;
	box-sizing: border-box;
	width: 100%
}
.position-reveal-effect .media-box-thumbnail-container {
	z-index: 2;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
.position-reveal-effect .thumbnail-overlay {
	z-index: 1;
	position: absolute;
	left: 0
}
.overlay-always-visible {
	display: block!important;
	zoom: 1!important;
	filter: alpha(opacity=100)!important;
	opacity: 1!important
}
.overlay-text-left>.aligment>.aligment {
	text-align: left!important
}
.overlay-text-right>.aligment>.aligment {
	text-align: right!important
}
.mfp-arrow:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important
}
.my-mfp-slide-bottom .mfp-figure {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
	opacity: 0;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}
.mfp-bg, .my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}
body {
	background-color: #e7e6dd;
	margin: 95px 0 0;
	-webkit-transition: margin .4s ease;
	-moz-transition: margin .4s ease;
	-o-transition: margin .4s ease;
	transition: margin .4s ease
}
body, div, input, p, span {
	font-family: Cuprum, Arial, Helvetica;
	font-size: 14px;
	color: #514e3e;
	font-weight: 400;
	line-height: 20px
}
body.shrink {
	margin-top: 50px
}
.h1, .h2 {
	font-family: Cuprum, Arial, Helvetica
}
h1 {
	font-size: 17px;
	color: #777569;
	margin-top: 20px;
	line-height: 24px
}
h2 {
	font-size: 16px;
	color: #57705f
}
a {
	color: #d16064
}
a:focus, a:hover {
	color: #fff!important;
	background-color: #d16064
}
.content .navbar .navbar-brand {
	float: none;
	line-height: 50px;
	-webkit-transition: font-size .4s ease;
	-moz-transition: font-size .4s ease;
	-o-transition: font-size .4s ease;
	transition: font-size .4s ease
}
#headerInfo, .bullet, .coleft {
	float: left
}
.header {
	position: absolute;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	background: url(../../img/header.png) #514e3e
}
#header2 {
	width: 100%;
	box-sizing: border-box;
	z-index: 998
}
@media only screen and (max-width:480px) {
#header2 {
	position: relative!important;
	width: 100%;
	box-sizing: border-box;
	top: auto!important;
	z-index: 998
}
}
.navbar {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.shrink .navbar {
	padding: 5px 0!important
}
.shrink .content .navbar .navbar-brand {
	font-size: 12px!important
}
.content {
	width: 940px;
	margin: auto
}
.content .navbar {
	margin: 0;
	background: 0 0;
	border: 0;
	padding: 20px 0 18px
}
.content .navbar .navbar-brand {
	padding-left: 0;
	color: #fff;
	font-weight: 200
}
.content .navbar-nav a {
	color: #cfcebf!important;
	font-weight: 300!important;
	font-size: 15px
}
.content .navbar-nav a:hover, .content .navbar-nav li.active a {
	background: 0 0!important;
	color: #fff!important
}
.to-top {
	height: 29px;
	width: 50px;
	z-index: 999;
	color: #6c6a5f;
	cursor: pointer;
	position: fixed;
	right: 17px;
	bottom: 17px;
	text-align: center;
	font-size: 12px;
	background: url(../../img/to_top.png) top
}
.to-top:hover {
	background-position: bottom;
	background-color: #57715f!important
}
.wabutton {
	height: 50px;
	width: 50px;
	z-index: 999;
	color: #6c6a5f;
	cursor: pointer;
	position: fixed;
	right: 17px;
	bottom: 60px;
	text-align: center;
	font-size: 12px;
	background: url(../../img/wabutton.png) top
}
.wabutton:hover {
	background-position: bottom;
	background-color: #57715f!important
}
.sectionFooter, .sectionInfo {
	width: 100%;
	background-color: #e7e6dd
}
.section {
	width: 100%;
	padding: 60px 0
}
.sectionFooter {
	padding: 0 0 17px
}
.sectionInfo {
	padding: 0
}
.grid-section {
	background-attachment: fixed
}
#headerInfo {
	color: #514e3e
}
.bullet {
	height: 13px;
	width: 4px;
	background-color: #afad98;
	margin-top: 8px
}
.contactItem {
	padding-left: 10px;
	padding-right: 23px;
	margin-top: 5px;
	height: auto
}
.links, .terms {
	padding-left: 30px
}
#map {
	border: 1px solid #cfcebf;
	width: 580px;
	height: 400px
}
@media only screen and (max-width:800px) {
#map {
	width: 350px;
	height: 300px
}
}
@media only screen and (max-width:480px) {
#map {
	width: 290px;
	height: 200px
}
}
#map iframe {
	border: 1px solid #ccc
}
.textWhite {
	color: #FFF!important
}
.textHighlight {
	color: #d16064
}
a.textHighlight {
	color: #d16064!important
}
a.textHighlight:hover {
	color: #fff!important;
	background-color: #d16064
}
.line {
	border-top: 2px dotted #afad98;
	margin: 18px 0
}
.copy {
	font-size: 11px;
	line-height: 29px;
	height: 29px
}
.contact1, .contact2, .link1, .link2 {
	float: left;
	margin-top: -12px
}
.contact1 {
	width: 360px;
	padding-right: 30px
}
@media only screen and (max-width:800px) {
.contact1 {
	min-width: 290px;
	padding-right: 0
}
}
.link1 {
	width: auto;
	padding-right: 70px
}
@media only screen and (max-width:800px) {
.link1 {
	min-width: 290px;
	padding-right: 0
}
}
.links {
	margin-bottom: 25px
}
.btLogo, .links li, .terms li {
	margin-bottom: 8px
}
.links a {
	color: #514e3e
}
.terms {
	margin-bottom: 25px
}
.termsLogo img {
	padding: 10px 20px 5px 0;
	box-sizing: content-box
}
a.termsLogo, a.termsLogo:hover {
	background-color: transparent
}
.searchContainer {
	float: left;
	width: 120px
}
#search {
	float: left
}
@media only screen and (max-width:933px) {
.searchContainer {
	float: left;
	width: 120px
}
#search {
	float: left
}
}
.btLogo, .share {
	float: left
}
.btLogo {
	margin-right: 5px;
	margin-top: 7px;
	display: block;
	width: 152px;
	height: 45px;
	background: url(../../img/magnifica.png) top;
	text-indent: -99999px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.btLogo:focus, .btLogo:hover {
	background-color: transparent;
	background-position: bottom
}
.share img {
	margin-right: 8px
}
.btFb, .btGplus, .btPin, .btTwit {
	float: left;
	margin-right: 5px;
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -99999px
}
.btFb {
	background: url(../../img/shareFb.png) top;
	transition: all .3s ease-in-out
}
.btFb, .btTwit {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.btGplus, .btTwit {
	transition: all .3s ease-in-out
}
.btFb:hover {
	background-position: bottom
}
.btTwit {
	background: url(../../img/shareTwit.png) top
}
.btTwit:hover {
	background-position: bottom
}
.btGplus {
	background: url(../../img/shareGplus.png) top
}
.btGplus, .btPin {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.hvr-sweep-to-top, .mfp-container:before {
	vertical-align: middle;
	display: inline-block
}
.btGplus:hover {
	background-position: bottom
}
.btPin {
	background: url(../../img/sharePin.png) top;
	transition: all .3s ease-in-out
}
.btPin:hover {
	background-position: bottom
}
.hvr-sweep-to-top {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.hvr-sweep-to-top, .mfp-wrap {
	-webkit-backface-visibility: hidden
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57705f;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.mfp-bg, .mfp-wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed
}
.mfp-container:before, .mfp-figure:after {
	content: ''
}
.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
	color: #fff
}
.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.hvr-sweep-to-top:active.selected {
	background: #e54e53;
	color: #fff
}
@media only screen and (max-width:990px) {
.content {
	width: 100%;
	padding: 0 20px!important
}
}
@media only screen and (max-width:480px) {
body, div, p, span {
	font-family: Cuprum, Arial, Helvetica;
	font-size: 14px;
	color: #514e3e;
	font-weight: 400;
	line-height: 20px
}
.content {
	width: 100%;
	padding: 0 15px!important
}
h1 {
	font-size: 17px;
	color: #777569
}
}
.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	filter: alpha(opacity=80)
}
.mfp-wrap {
	z-index: 1043;
	outline: 0!important
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container, img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.mfp-container:before {
	height: 100%
}
.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-close, .mfp-preloader {
	text-align: center;
	position: absolute
}
.mfp-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-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;
	top: 50%;
	width: auto;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-close, .mfp-preloader a:hover {
	color: #fff
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	position: absolute;
	left: 0
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 0;
	top: 0;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	text-align: center;
	color: #e54e53;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px
}
.mfp-figure, img.mfp-img {
	line-height: 0
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}
.mfp-arrow .mfp-a, .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right .mfp-b, .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-image-holder .mfp-content, img.mfp-img {
	max-width: 100%
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000
}
.mfp-figure:after, img.mfp-img {
	display: block;
	width: auto;
	height: auto
}
img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	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 {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.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,.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-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,.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(.75);
	transform: scale(.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
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input, select[multiple], textarea {
	background-image: none
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}
.nav, ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container:after, .container:before {
	display: table;
	content: " "
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
.nav {
	padding-left: 0;
	list-style: none
}
.nav:after, .nav:before {
	display: table;
	content: " "
}
.nav>li, .nav>li>a {
	position: relative;
	display: block
}
@media(max-width:768px) {
.nav>li {
	border-top: solid 1px #676455
}
}
.nav>li>a {
	padding: 10px 15px
}
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
	display: table;
	content: " "
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #eee
}
.nav>li.disabled>a {
	color: #999
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #428bca
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav .caret {
	border-top-color: #428bca;
	border-bottom-color: #428bca
}
.nav a:hover .caret {
	border-top-color: #2a6496;
	border-bottom-color: #2a6496
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-top: 10px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}
@media(min-width:768px) {
.navbar {
	border-radius: 4px
}
.navbar-header {
	float: left
}
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
	margin-left: -15px
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: -15px
}
.navbar-collapse .navbar-text:last-child {
	margin-right: 0
}
}
.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
.navbar-static-top {
	border-width: 0 0 1px
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px
}
.navbar-fixed-top {
	top: 0;
	z-index: 1030
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0
}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 20px
}
@media(min-width:768px) {
.container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
	border-radius: 0
}
.navbar>.container .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	border: none
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media(max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}
@media(min-width:768px) {
.navbar-toggle {
	display: none
}
.navbar-nav {
	float: left;
	padding-right: 50px;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px
}
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
.navbar-text {
	margin-right: 15px;
	margin-left: 15px
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-text {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #57705f
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc
}
.navbar-default .navbar-nav>.dropdown>a:focus .caret, .navbar-default .navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #333;
	border-bottom-color: #333
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:focus .caret, .navbar-default .navbar-nav>.open>a:hover .caret {
	border-top-color: #555;
	border-bottom-color: #555
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #777;
	border-bottom-color: #777
}
@media(max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
