@import "/css/custom.css"; 
* { max-height: 100000px; }
html {
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after { box-sizing: inherit; }
body {
	margin: 0;
	color: #fff;
	font: 24px/35px 'HelveticaNeueLTStd-UltLt', Arial, Helvetica, sans-serif;
	background: #333;
	min-width: 320px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
img {
	width: 100%;
	border-style: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #4c6f86;
	outline: none;
}
a:hover { color: #8ba55f; }
input, textarea, select {
	font: 100% 'HelveticaNeueLTStd-UltLt', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
input[type="tel"], input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
q { quotes: none; }
q:before, q:after {
	content: '';
	content: none;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { margin: 0 0 1.2em; }
figure {
	margin: 0;
	padding: 0;
}
input[type=submit]:hover { cursor: pointer; }
.alignleft { float: left; }
.alignright { float: right; }
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding-bottom: 103px;
}
.image-slider {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.image-slider .mask {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.image-slider .slideset {
	width: 99999px;
	float: left;
	height: 100%;
}
.image-slider .slide {
	float: left;
	position: relative;
	height: 100%;
}
.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.bg-stretch img {
	display: block;
	width: 100%;
	height: 100%;
}
#wrapper > .holder {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#header {
	overflow: hidden;
	padding: 10px 0 34px;
}
.logo-text {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	margin: 11px 0 0 17px;
}
.logo-text a { color: #fff; }
.logo-text:hover{opacity: 0.8;}
.logo-wrap {
	overflow: hidden;
	text-align: center;
	padding: 22px 5px 0 17px;
}
.logo {
	display: inline-block;
	vertical-align: top;
	width: 124px;
	height: 124px;
}
.logo img {
	display: block;
	height: auto;
}
.weather-info {
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}
.weather-info a{
	color: #fff;
	display: block;
}
.weather-info a:hover{
	opacity: 0.8;
}
.weather-info img {
	width: auto;
	margin-right: 9px;
}
.content-holder {
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
	background: rgba(0, 0, 0, 0.45);
	padding: 19px 9999px;
	margin: 0 -9999px;
}
.content-holder h1 {
	font-size: 60px;
	line-height: 66px;
	margin: 0 0 24px;
}
.content-holder p { margin-bottom: 22px; }
.signin-form {
	max-width: 302px;
	margin: 0 auto 26px;
}
.signin-form:after {
	display: block;
	clear: both;
	content: "";
}
.signin-form input[type="text"], .signin-form input[type="password"] {
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	color: #4d6e88;
	height: 42px;
	padding: 6px 16px;
	margin: 0 0 11px;
	background: #fff;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
.signin-form input[type="password"] {font-style: normal;}
::-webkit-input-placeholder {
 color: #4d6e88;
}
:-moz-placeholder {
 color: #4d6e88;
}
::-moz-placeholder {
 color: #4d6e88;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #4d6e88;
}
.signin-form input[type="submit"] {
	float: right;
	background: #93a455;
	border-radius: 5px;
	padding: 6px 10px;
	min-width: 98px;
	height: 42px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	border: none;
	font-weight: bold;
	margin: 0;
	letter-spacing: 1px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.signin-form input[type="submit"]:hover { background: #4c6f86; }
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-networks li {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	overflow: hidden;
}
.social-networks a {
	width: 82px;
	height: 82px;
	display: block;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.social-networks img {
	width: 100%;
	height: auto;	
}
.social-networks .default,
.social-networks .rollover{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.social-networks .default{
	z-index: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.social-networks li:hover .default{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.social-networks .rollover{
	z-index: 2;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.social-networks li:hover .rollover{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#wrapper.w1 #header {
	padding: 0;
	position: relative;
}
.img,
.video-holder {
	float: left;
	left: 50%;
	min-width: 1553px;
	position: relative;
	width: 100%;
}
.video-holder{
	min-width: 1920px;
}
.img img,
.video-holder video {
	float: left;
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
}
#wrapper.w1 #header > .holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1003px;
	width: 100%;
	margin: 0 auto;
	padding: 22px 10px;
}
#wrapper.w1 #header .logo {
	width: 60px;
	height: 60px;
}
#wrapper.w1 #content {
	max-width: 680px;
	margin: 0 auto;
	padding: 21px 10px;
}
.welcome-block {
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
}
.welcome-block h1 {
	font-size: 48px;
	line-height: 52px;
	margin: 0 0 28px;
}
.welcome-block h1 span {
	display: block;
	font-size: 36px;
	line-height: 42px;
}
.welcome-block p { margin-bottom: 5px; }
.accordion {
	margin: 0;
	padding: 0 0 72px;
	list-style: none;
}
.accordion > li { margin-bottom: 1px; }
.accordion > li > a {
	background: #464646;
	display: block;
	padding: 16px 9999px;
	margin: 0 -9999px;
	min-height: 80px;
	color: #fff;
	overflow: hidden;
}
.accordion > li > a:hover, .accordion > li.active > a { opacity: 0.8; }
.accordion > li > a.summer { background: #8ba55f; }
.accordion > li > a.winter { background: #4c6f86; }
.accordion .title {
	letter-spacing: 1px;
	float: left;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	width: 49%;
}
.accordion .meta {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 18px;
	line-height: 22px;
}
.accordion .meta time { display: block; }
.accordion01 {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
}
.accordion01 > li { padding-top: 1px; }
.accordion01 > li > a {
	color: #fff;
	display: block;
	background: #292929;
	padding: 0 9999px;
	margin: 0 -9999px;
	overflow: hidden;
	letter-spacing: -4px;
	font-size: 0;
}
.accordion01 > li > a:hover, .accordion01 > li.active > a { opacity: 0.8; }
.accordion01 > li:nth-child(even) > a { background: #232323; }
.accordion .accordion01 .title {
	font-size: 30px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	letter-spacing: 1px;
	width: 81.8%;
	padding-right: 1%;
}
.accordion01 .photo {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 18.2%;
}
.accordion01 .photo img {
	display: block;
	height: auto;
}
.accordion01 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}
.accordion01 ul li { padding-top: 1px; }
.accordion01 ul li > div {
	background: #171717;
	padding: 0 9999px;
	margin: 0 -9999px;
	display: block;
	font-size: 0;
	letter-spacing: -4px;
}
.accordion01 ul li:nth-child(even) > div { background: #0c0c0c; }
.accordion01 .download {
	display: inline-block;
	vertical-align: middle;
	width: 18.2%;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
}
.accordion01 .location {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	width: 24.67%;
	padding: 0.5% 0.8% 0.5% 2.8%;
}
.accordion01 .photographer {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	width: 38.87%;
	padding: 0.5% 2% 0.5% 0;
}
.accordion01 .photographer span, .accordion01 .location span, .accordion01 .download span { display: block; }
.accordion01 ul li a { color: #fff; }
.accordion01 ul li a:hover { color: #8ba55f; }
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/vfp/images/fancybox.png);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid transparent;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/vfp/images/blank.gif);
	z-index: 1102;
	display: none !important;
}
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(/vfp/images/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(/vfp/images/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(/vfp/images/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/vfp/images/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/vfp/images/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/vfp/images/fancybox.png) -55px -90px no-repeat;
}
.info-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.info-block-list li {
	background: #272727;
	padding: 9px 9999px;
	margin: 1px -9999px 0;
	overflow: hidden;
}
.info-block-list li:nth-child(even) { background: #1a1a1a; }
.info-block-list .photo {
	background: #fff;
	padding: 9px 6px;
	border: 1px solid #f4f4f4;
	float: left;
	width: 18.6%;
	margin-right: 19px;
}
.info-block-list .photo img {
	display: block;
	height: auto;
}
.info-block-list .description {
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
}
.info-block-list .description h2 {
	margin: 0;
	font-size: 30px;
	line-height: 34px;
	text-transform: capitalize;
}
.info-block-list .description p { margin-bottom: 0; }
.info-block-list .heading { margin-bottom: 20px; }
.info-block-list a { color: #fff; }
.info-block-list a:hover { color: #8ba55f; }
.info-block-list dl dt {
	float: left;
	margin-right: 5px;
}
.info-block-list dl dd {
	margin: 0;
	overflow: hidden;
}
.accordion .slide, .accordion01 .slide01 {
	padding: 0 9999px;
	margin: 0 -9999px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#footer > .holder {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1003px;
	width: 100%;
	padding: 41px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#wrapper.w1.w2 #content {
	margin: 0 auto;
	max-width: 1043px;
	padding: 22px 10px;
}
#footer .logo-text { margin: 12px 0 0 1px; }
#wrapper.w1.w2 .welcome-block {
	margin: 0 auto 28px;
	max-width: 660px;
}
.social-networks-resources { 
	margin-bottom: 22px; 
	padding-left: 1%;
}
.social-networks-resources:after {
	display: block;
	clear: both;
	content: "";
}
.social-networks-resources .col {
	float: left;
	width: 33%;
	border-left: 1px solid #333;
	background: #1b1b1b;
}
.social-networks-resources .col:first-child { border-left: none; }
.icon-wrap {
	display: block;
	margin-bottom: 10px;
}
.icon-wrap img {
	display: block;
	height: auto;
}
.media-block {
	padding: 0 10px 10px;
	position: relative;
}
.media-block > a img {
	display: block;
	height: auto;
	opacity: 0.5;
}
.col:last-child .media-block > a img {opacity: 1;}
.media-block > a:hover img {opacity: 1;}
.media-block .popup {
	word-wrap: break-word;
	width: 320px;
	display: none;
	position: absolute;
	right: -74.5%;
	top: 50%;
	background: #161616;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 17px;
	border: 10px solid #333;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
	z-index: 10;
	margin-top: -107px;
}
.media-block .popup:before {
	border-style: solid;
	border-width: 18.5px 32px 18.5px 0;
	border-color: transparent #333 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -42px;
	content: "";
}
.media-block h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 29px;
	word-wrap: break-word;
}
.media-block p { margin-bottom: 11px; }
.media-block a { color: #fff; }
.media-block a:hover { color: #8ba55f; }
.media-block .links-wrap { overflow: hidden; }
.media-block .links-wrap a {
	float: right;
	width: 49%;
	text-align: right;
}
.media-block .links-wrap a:first-child {
	float: left;
	text-align: left;
}
.gratitude-block {
	text-align: center;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
	padding-bottom: 70px;
}
.btn-green {
	display: inline-block;
	vertical-align: top;
	padding: 6px 19px;
	font-size: 24px;
	line-height: 30px;
	background: #93a455;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;

}
.btn-green:hover {
	color: #fff;
	background: #4c6f86;
}
.gratitude-block p { margin-bottom: 53px; }
.gratitude-block p span { display: block; }
.gratitude-block img { width: auto; }
#wrapper.w1.w2 .gratitude-block { padding-bottom: 25px; }
.zoomContainer{
	z-index:10;
	transform:none !important;
	-moz-transform:none !important;
	-webkit-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
}
.zoomContainer .zoomWindowContainer{
	position:fixed !important;
	top:50%;
	margin:-250px 0 0;
}
.by{
	overflow: hidden;
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 12px 5px 0;
}
.by a{color: #666;}
.by a:hover{opacity: 0.8;}
@media only screen and (max-width: 1650px){
	#wrapper.w1 #header > .holder{padding: 13px 10px;}
	#footer > .holder{padding: 29px 10px;}
}
@media only screen and (min-width: 1025px) {
	.tel {
		position: relative;
		cursor: default;
		pointer-events: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media only screen and (max-width: 1555px) {
	.col:last-child .media-block .popup {
		right: auto;
		left: -74.5%;
	}
	.col:last-child .media-block .popup:before {
		left: auto;
		right: -42px;
		border-width: 18.5px 0 18.5px 32px;
		border-color: transparent transparent transparent #333;
	}
}
@media only screen and (max-width: 767px) {
	.content-holder span { display: inline; }
	.welcome-block h1 {
		font-size: 38px;
		line-height: 43px;
	}
	.welcome-block h1 span {
		font-size: 32px;
		line-height: 36px;
	}
	.accordion { padding-bottom: 30px; }
	.gratitude-block { padding-bottom: 20px; }
	.accordion .title {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.accordion .meta {
		float: none;
		width: 100%;
		text-align: left;
	}
	.accordion .accordion01 .title { width: 59.8%; }
	.accordion01 .photo { width: 40.2%; }
	.accordion01 ul .photo { width: 40%; }
	.accordion01 .location {
		width: 60%;
		vertical-align: top;
		padding: 4px 10px;
	}
	.accordion01 .photographer,  .accordion01 .download { width: 50%; }
	.accordion01 .download {
		vertical-align: top;
		padding: 10px 0;
		width: 34%;
	}
	.accordion01 .photographer {
		vertical-align: top;
		padding: 10px 10px 10px 0;
		width: 66%;
	}
	.media-block .popup, .col:last-child .media-block .popup {
		width: 147px;
		right: auto;
		left: 50%;
		top: 10px;
		margin-top: 0;
		border-width: 5px;
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 1px;
	}
	.col:last-child .media-block .popup {
		left: auto;
		right: 50%;
	}
	.media-block .popup:before, .col:last-child .media-block .popup:before {
		top: 0;
		margin-top: 0;
		right: auto;
		left: -26px;
		border-color: transparent #333 transparent transparent;
		border-width: 10.5px 21px 10.5px 0;
	}
	.col:last-child .media-block .popup:before{
		left: auto;
		right: -26px;
		border-width: 10.5px 0 10.5px 21px;
		border-color: transparent transparent transparent #333;
	}
	.logo {
		width: 101px;
		height: 101px;
	}
	.media-block h2{
		font-size: 13px;
		line-height: 19px;
	}
	.zoomContainer{display:none !important;}
} 