/*
Theme Name: MarkusM
Author: Alexej Mrštík
Description: MarkusM
Version: 1.0
*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline:none;	
	-ms-interpolation-mode: bicubic; 
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

div { outline-style:none;}
.noselect {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;   
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;       
  user-select: none; 
}
html {
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: subpixel-antialiased;
}
body, html {
  height: 100%;
  background-color: #f8f6ea;
}
html * {max-height:1000000px;}
.cleaner {
	width: 100%;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}
div {
	position: relative;
}
body {
	font-family: "Merriweather", Times, serif;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}
html, body{
  height:100%;
}
p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	display: block;
}
li {
	list-style-type: none;
}
#content {}
.outer {
	width: 100%;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
}
.margins {
	margin-left: 30px;
	margin-right: 30px;
}
.inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.menu-wrap {
	width: 100%;
	background-color: #db0000;
	height: 80px;
	margin-top: 70px;
	z-index: 3;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f8f6ea;
}
.responsive-menu-head {
	display: none;
	float: right;
	background-image: url(images/responsive_head.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 28px;
}
strong, strong a {
	color: #db0000;
}
strong a {
	font-weight: 700 !important;
}
.logo {
	position: absolute;
	text-decoration: none;
	background-image: url(images/logo_new.svg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 163px;
	width: 140px;
	background-size: contain;
	float: left;
	top: -47px;
	display: block;
}
.main-menu {
	float: right;
	visibility: hidden;
}
.main-menu li {
	display: inline-block;
	margin-left: 21px;
	top: 20px;
	position: relative;
}
.main-menu li a {
	text-decoration: none;
	height: 37px;
	line-height: 37px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #db0000;
	padding-bottom: 8px;
	padding-top: 8px;
}
.current-menu-item a, .main-menu li a:hover {
	border-bottom-color: #fff !important;
}
.main-menu.responsive {
	position: absolute;
	right: 0;
	top: 80px;
	display: none;
}
.main-menu.responsive .inner-menu {
	background-color: rgba(219,0,0,0.9);
	padding-top: 20px;
	padding-bottom: 5px;
	width: 260px;
}
.main-menu.responsive .inner-menu li {
	display: block;
	text-align: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.main-menu.responsive .inner-menu li a {
	color: #fff;
	border: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: auto;
	line-height: 20px;
	display: block;
}
.main-menu.responsive .current-menu-item  {
	background-color: #f8f6ea !important;
}
.main-menu.responsive .current-menu-item a {
	color: #000 !important;
}
.big-slider {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #db0000;
}
.big-slider-outer {
	overflow: hidden;
	width: 100%;
	top: -5px;
}
.slider-sizer {
	display: inline-block;
	width: 0;
	height: 0;
	padding-bottom: 37.5%;
}
.big-slider-inner {
	text-align: right;
	width: 100%;
	white-space: nowrap;
	left: 0px;
}
.one-big-slide {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 630px;
	background-size: cover;
	background-position: top center;
}
.one-big-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 960px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.slider-controls {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 8px;
	top: -60px;
	z-index: 5;
}
.main-slider-controller {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #f8f6ea;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.main-slider-controller.active {
    background-color: #db0000;
}
.one-big-inner {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	max-width: 90%;
	background-color: rgba(15,0,0,0.8);
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 30px;
	line-height: 1.1;
	font-family: 'Roboto Slab';
	white-space: normal;
}
.helper {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 260px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.lb, .rb {
	width: 50%;
	box-sizing: border-box;
	display: block;
	vertical-align: bottom;
}
.lb {
	float: left;
}
.rb {
	float: right;
	vertical-align: top;
}
.blocks-image {
	height: 100%;
	background-size: cover;
	background-position: center center;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #db0000;
}
.top-blocks {
	padding-top: 0px;
}
.bottom-blocks {
	margin-top: 0px;
}
.top-blocks h2, .bottom-blocks h2 {
	margin-left: 0px;
	display: block;
	color: #db0000;
	font-weight: 300;
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 0.9;
	z-index: 1;
	top: 0px;
	position: relative;
	font-family: 'Roboto Slab';
}
.blocks-text {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.blocks-divider {
	width: 100px;
	height: 0px;
	background-color: #db0000;
	float: right;
}
.read-more {
	display: inline-block;
	color: #db0000;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 13px;
	background-image: url(images/read_more.svg);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 12px;
	line-height: 14px;
	height: 15px;
	text-transform: uppercase;
}
.liner {
	position: absolute;
	width: 100%;
	height: 180px;
	background-color: #f8f6ea;
	left: 0;
	top: -70px;
}
.outer.dark {
	background-color: #f1eedc;
	margin-top: 0px;
}
.photo-slider-wrapper {
	overflow: hidden;
}
.one-photo-slide {
	display: inline-block;
	width: 33.3333333333333%;
	height: 0;
	padding-bottom: 22%;
	box-sizing: border-box;
}
.one-photo-slide-pic {
	display: block;
	position: absolute;
	width: 95%;
	height: 100%;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	visibility: hidden;
	text-decoration: none;
}
.photo-slider-holder {
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
}
.arrow-left, .arrow-right {
	margin-top: 0px;
}
.arrow-left {
	position: absolute;
	left: -25px;
	top: 0;
	width: 14px;
	height: 100%;
	background-image: url(images/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	cursor: pointer;
}
.arrow-right {
	position: absolute;
	right: -25px;
	top: 0;
	width: 14px;
	height: 100%;
	background-image: url(images/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	cursor: pointer;
}
.overlaypic {
	background-color: rgba(219,57,0,0.90);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/magnifier.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.one-photo-slide-pic:hover .overlaypic {
	display: block;
}
.outer.orange {
	background-color: #db0000;
	color: rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto Slab';
	font-weight: 400;
}
.home-one-show {
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 1.3;
}
.home-one-show-date {
	font-size: 18px;
	font-weight: 400;
	color: #db0000;
	line-height: 1.2;
	margin-bottom: 3px;
	display: inline-block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #db0000;
}
.home-one-show h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2px;
	line-height: 1.3;
	margin-top: 0;
}
.home-one-show-desc {
	font-size: 13px;
}
.home-one-show-divider {
	background-color: #ccc;
	width: 70px;
	height: 0px;
	margin-top: 15px;
}
.outer.caffe {
	background-color: #f8f6ea;
	/* [disabled]background-color: #fff; */
	padding-top: 10px;
	padding-bottom: 80px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* [disabled]background-image: url(images/logo_sv.svg); */
	background-size: cover;
}
.one-line-block {
	margin-bottom: 0px;
}
.padded {
	/* [disabled]background-color: #f1edd4; */
	padding-top: 120px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.padded.rb:after {
	/* [disabled]content: ''; */
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #db0000;
	top: 0;
	right: 0;
}
.padded.lb:after {
	/* [disabled]content: ''; */
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #db0000;
	top: 0;
	left: 0;
}
.home-gal-head {
	margin-left: 0px;
	display: block;
	color: #db0000;
	font-weight: 300;
	font-size: 38px;
	padding-top: 40px;
	margin-bottom: 30px;
	line-height: 1;
	z-index: 1;
	top: 0px;
	position: relative;
	font-family: 'Roboto Slab';
	margin-left: 8px;
}
.read-more.gals {
	margin-bottom: 50px; 
	margin-left: 8px;
}
#foot.fixed {
	position: fixed;
	bottom: 0;
}
.standardpage {
	margin-top: 30px;
}
h1.standard {
	display: block;
	color: #db0000;
	font-weight: 300;
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 0.95;
	z-index: 1;
	position: relative;
	font-family: 'Roboto Slab';
	padding-top: 55px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
}
.journeyworkpage {
	padding-top: 65px;
}
h1.journey {
	display: block;
	color: #db0000;
	font-weight: 300;
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 0.9;
	z-index: 1;
	position: relative;
	font-family: 'Roboto Slab';
}
h1 {
	font-size: 30px;
	color: #db0000;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.3;
}
h2 {
	font-size: 20px;
	color: #db0000;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.3;
}
h3, h4, h5 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
}
.page-text a, .standardpage a {
	color: #db0000;
	font-weight: 400;
}
.page-text {
	font-size: 14px;
}
.dimmed {
	position: absolute;
	background-color: rgba(233,229,201,0.0);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.page-head {
	width: 100%;
	height: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-left-block {
	float: left;
	width: 350px;
	margin-right: 20px;
	text-align: right;
}
.page-left-image {
	width: 100%;
	margin-bottom: 15px;
}
.page-left-image img {
	width: 100%;
	height: auto;
}
.page-right-block {
	overflow: hidden;
	padding-top: 65px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.members {
	margin-top: 50px;
}
.one-journeyman {
	display: block;
	float: left;
	vertical-align: top;
	/* [disabled]background-color: #f1edd4; */
	box-sizing: border-box;
}
.grid-sizer, .one-journeyman {
    width: 30%;
    margin-bottom: 4%;
}
.grid-gutter {
    width: 4%;
}
.one-journeyman-pic {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	float: none;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color: #f1eedc;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #f1eedc;
}
.one-journeyman-texts {
	overflow: hidden;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1.4;
}
.ojt-name {
	font-size: 24px;
	color: #db0000;
	line-height: 1.2;
	margin-bottom: 0px;
	font-weight: 400;
}
.ojt-alias {
	font-size: 18px;
}
.ojt-rank {
	font-size: 18px;
	margin-top: 10px;
}
.otj-subhead {
	/* [disabled]color: #db0000; */
	margin-top: 15px;
	font-weight: 400;
}
.one-photo-gallery {
	display: inline-block;
	width: calc(33.333333333% - 40px);
	vertical-align: top;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 40px;
}
.opg-image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	display: block;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
.opg-image:hover .overlaypic {
	display: block;
}
.opg-text {
	font-size: 14px;
	margin-top:25px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5;
}
h2.opg-head {
	font-size: 23px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: 300;
	line-height: 1.2;
	background-color: #f8f6ea;
	margin: 0;
	text-align: center;
}
.read-more.pgal {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left:30px;
	
}
.opg-head span {
	display: inline-block;
	vertical-align: bottom;
}
.bottom-helper {
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	height: 100%;
}
.single-gal-image {
	display: block;
	width: 14.666666666%;
	height: 0;
	padding-bottom: 10%;
	position: relative;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.sgi-inner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.single-gals-pics {
	margin-top: 0px;
	margin-bottom: 30px;
}
.single-gal-image:hover .overlaypic {
	display: block;
}
.standardpage li {
	margin-left: 2em;
	padding-left: 0.5em;
	padding-top: 5px;
	list-style-image: url(images/bullet.svg);
}
.future-shows {
	margin-top: 30px;
	padding-bottom: 5px;
}
h2.ofs-head {
	margin-bottom: 8px;
    font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 32px;
	display: inline-block;
}
.ofs-time {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.ofs-dvdr {
	width: 50px;
	height: 2px !important;
	background-color: #db0000;
	margin-top: 20px;
}
.one-show {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ofs-desc {
	font-size: 14px;
	line-height: 1.6;
}
.one-past-show {
	width: 33.33333333%;
	padding-right: 60px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1ddc6;
}
.one-past-show h2.ofs-head {
	color: rgba(153,153,153,1);
	font-size: 26px;
	margin-bottom: 6px;
}
.one-past-show .ofs-time { 
	font-size: 17px;
}
.one-past-show .ofs-desc {
	font-size: 13px;
}
h1.past-shs {
    font-size: 32px;
    font-family: 'Roboto Slab';
	margin-bottom: 30px;
}
.show-more-shows, .sendbutt {
	display: inline-block;
	background-color: #e9e6d1;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	cursor: pointer;
}
.sendbutt {
	margin-top: 10px;
}
.loading {
	background-image: url(images/preload.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
.page-left-block.contblock {
	width: 40%;
}
.demform input, .demform textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 8px;
	resize: none;
	margin-top: 3px;
}
.demform textarea {
	margin-bottom: 10px;
}
h6 {
	font-size: 12px;
	font-weight: 300;
}
.footer-right {
	float: right;
	text-align: right;
}
.footer-right a {
	color: #fff;
}
.successmsg {
	margin-top: 0px;
	visibility: hidden;
	display: block;
}
#err1, #err2 {
	visibility: visible;
	display: none;
}
.lang-switch {
	position: absolute;
	right: 24px;
	top: -30px;
}
.lang-item {
	display: inline-block;
	margin-left: 10px;
}
.lang-item img {
	border: 1px solid #e9e5ce;	
}
.fb-logo {
	display: block;
	float: right;
	width: 19px;
	height: 18px;
	background-image: url(images/facebook-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-decoration: none;
	margin-left: 14px;
	position: absolute;
	right: 0;
    top: -30px;
}
.floated-right span {
	white-space: nowrap;
}
.floated-right {
	float: right;
}

@media only screen and (max-width : 1170px) {
.single-gal-image {
	width: 18%;
    padding-bottom: 12.2723%;
}
}

@media only screen and (max-width : 1100px) {
.one-big-slide {
	padding-bottom: 550px;
}
}

@media only screen and (max-width : 900px) {
.one-big-slide {
	padding-bottom: 450px;
}
.one-past-show h2.ofs-head {
	font-size: 22px;
}
.single-gal-image {
	width: 23%;
    padding-bottom: 15.68%;
}
}


@media only screen and (max-width : 900px) {
.grid-sizer, .one-journeyman {
    width: 46%;
    margin-bottom: 4%;
}
.ojt-name {
	font-size: 20px;
}
.ojt-alias, .ojt-rank {
	font-size: 16px;
}
}

@media only screen and (max-width : 800px) {
.lb, .rb {
	width: 100%;
	display: block;
}
.padded {
	padding-top: 30px;
	margin-bottom: 40px;
}
.blocks-image {
	height: 0;
	padding-bottom: 50%;
}
.outer.caffe.lastblock {
	padding-bottom: 0px;
}
.one-big-slide {
	padding-bottom: 400px;
}
.one-big-inner {
	font-size: 25px;
}
.page-left-block {
	width: 250px;
}
h1.standard {
	font-size: 36px;
}
.page-right-block {
	padding-left: 30px;
}
.one-photo-gallery {
	width: calc(50% - 40px);
	vertical-align: top;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 40px;
}
}

@media only screen and (max-width : 700px) { 
.one-past-show {
	width: 100%;
	padding-right: 60px;
	float: none;
	margin-bottom: 8px;
	padding-bottom: 15px;
}
.show-more-shows {
	margin-top: 40px;
}
.single-gal-image {
	width: 31.3333333%;
    padding-bottom: 21.34%;
}
.one-journeyman-texts {
	padding-left: 0;
}
}

@media only screen and (max-width : 675px) { 
.one-photo-slide {
	width: 50%;
	padding-bottom: 33%;
}
.one-big-inner {
	font-size: 20px;
}
.page-left-block {
	width: 100%;
	float: none;
}
.page-right-block {
	padding-left: 0px;
	width: 100%;
	float: none;
	padding-top: 15px;
}
h1.standard, h1.journey {
	text-align: left;
	padding-left: 0;
    margin-bottom: 30px;
    font-size: 42px;
}
}


@media only screen and (max-width : 620px) {
.one-photo-gallery {
	width: 100%;
	margin-bottom: 20px;
}
.opg-image {
	width: 60%;
    height: 0;
    padding-bottom: 36%;
	margin-left: 30px;
}
h2.opg-head {
	text-align: left;
	margin-left: 30px;
}
.read-more.pgal {
	margin-top: 20px;
}
.grid-sizer, .one-journeyman {
    width: 96%;
    margin-bottom: 4%;
}
.one-journeyman-pic {
	max-width: 350px;
}
.one-journeyman-texts {
	padding-left: 20px;
}
}

@media only screen and (max-width : 500px) {
.single-gal-image {
	width: 48%;
    padding-bottom: 32.72%;
}
.floated-right, .fb-logo, .footer-right {
	float: none;
	text-align: left;
}
.fb-logo {
	margin-left: 0;
	margin-bottom: 10px;
}
}


@media only screen and (max-width : 475px) {
.one-photo-gallery {
	margin-bottom: 40px;
}
.opg-image {
	width: 70%;
    height: 0;
    padding-bottom: 42%;
	margin-left: 0px;
}
h2.opg-head {
	text-align: left;
	margin-left: 0px;
}
.opg-text, .read-more.pgal {
	padding-left: 0;
}
.page-right-block {
	width: 100%;
}
}

@media only screen and (max-width : 450px) { 
.top-blocks h2, .bottom-blocks h2 {
	font-size: 36px;
}
.home-gal-head {
	font-size: 30px;
}
.padded {
	margin-bottom: 15px;
}
.one-big-slide {
	padding-bottom: 300px;
}
h1.standard, h1.journey {
    font-size: 36px;
}
.footer-right {
	float: none;
	text-align: left;
}
}

@media only screen and (max-width : 410px) {
.one-photo-slide {
	width: 100%;
	padding-bottom: 66%;
}
.opg-image {
	width: 90%;
    height: 0;
    padding-bottom: 54%;
	margin-left: 0px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 18px;
}
h3, h4, h5 {
	font-size: 15px;
}
}

@media only screen and (max-width : 380px) {
.single-gal-image {
	width: 98%;
    padding-bottom: 66.81%;
}
.one-journeyman-texts {
	padding-left: 0;
}
}

@media only screen and (max-width : 350px) {
.top-blocks h2, .bottom-blocks h2 {
	font-size: 32px;
}
.home-gal-head {
	font-size: 27px;
}
.
}