.clear {
	clear: both;
}

.text-center {
	text-align: center;
}

p {
	margin-top: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	margin: 0;
	padding: 0;
	background: #262626;
	font-family: 'Open Sans', Arial, serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.428; 
}

select::-ms-expand {
	display: none;
}

button, a {
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a {
	cursor: pointer;
    color: inherit;
    text-decoration: inherit;
}

a:hover {
	text-decoration: underline;
}

a[href^=tel] {
    color: inherit;
    text-decoration: inherit;
}

a[href^=tel]:hover {
    text-decoration: underline;
}

address {
    color: inherit;
    text-decoration: inherit;
}

hr {
	border: 0;
	height: 1px;
	background: #262626;
	max-width: 500px;
	margin: 20px auto;
}

hr.light {
	background: #fff;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

body.stack-open {
	overflow: hidden !important;
}

body.ios.stack-open {
	position: fixed !important;
}

.stack {
	width: 100%;
	height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
}

.stack-table {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.stack-center-row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.stack-content {
	background: #ffffff;
	max-width: 560px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	padding: 50px 10px;
	position: relative;
}

.stack-content-inner {
	max-width: 480px;
	margin: 0 auto;
}

.stack .close:before {
	content: 'X';
}

.stack .close {
	position: absolute;
	top: 0;
	right: 0;
	color: #262626;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: center;
	box-sizing: border-box;
}

.stack .close:hover {
	color: brown;
}

.centered {
	text-align: center;
}

.siteWidth {
	max-width: 1024px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.siteWidth > div {
	position: relative;
	height: 100%;
}

.sectionTitle {
	text-align: center;
}

.sticky {  
    position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;
    z-index: 200;  
    border-top: 0;  
}

.content {
	padding: 125px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sub-header {
	height: 560px;
	background-color: #000;
	background-image: url(images/barbershop_imperial.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 600px;
	/*background-attachment: fixed;*/
	background-position: top center;
}

.contentSeparator {
	padding: 20px 0;
	color: #e0e0e0;
	background: #262626;
	text-align: center;
}


#history {
	color: #ffffff;
}

#services {
	background: #262626 url(images/barnboard_bg4.jpg) no-repeat right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	font-family: Georgia, serif;
    -moz-box-shadow:        inset  0  20px 20px -17px #000000, 
                        inset  0 -20px 20px -17px #000000;
    -webkit-box-shadow:        inset  0  20px 20px -17px #000000, 
                        inset  0 -20px 20px -17px #000000;
     box-shadow:        inset  0  20px 20px -17px #000000, 
                        inset  0 -20px 20px -17px #000000;
}

.ios #services {
	background-size: 100% 100%;
}
@media only screen and (max-width: 480px) {
	.ios #services {
		background-size: 200% 100%;
	}
}

#header {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
	
#logoBlock {
	white-space: nowrap;
	position: absolute;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	padding: 70px 30px;
}

.boltHead {
	position: absolute;
	width: 10px;
	height: 8px;
	background-image: url(images/bolthead.png);
}

#header.sticky {
	position: fixed;
	width: 100%;
	height: 85px;
	padding: 5px 10px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid black;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	top: 40px;
}

#header.sticky #logo-head,
#header.sticky #logo-name {
	height: 75px;
}

#header.sticky #logoBlock {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

#header.sticky .boltHead {
	display: none;
}

#logo-head, 
#logo-name {
	vertical-align: top;
}

#logo-head {
	height: 100px;
}

#logo-name {
	height: 90px;
	padding: 5px 0;
}

#mobile-menu-button {
	float: left;
	display: none;
	cursor: pointer;
}

#mobile-menu-button div {
	border-top: 4px solid #262626;
	border-bottom: 11px double #262626;
	content: "";
	height: 3px;
	width: 23px;
	margin: 15px 10px 15px 10px;
}

body.isIE.mm-open #header,
body.isIE.mm-open #book-now-container {
	display: none;
}

#nav-bar,
#nav-bar-spacer {
	height: 40px;
}

#nav-bar {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nav-bar ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	height: 100%;
}

#nav-bar li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 100%;
	
}

#nav-menu {
	background: #262626;
}

#nav-bar a {
	display: inline-block;
	padding: 9px 10px 0;
	height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #262626;
}

.nav-menu a {
	color: #e0e0e0;
	text-decoration: none !important;
}

.nav-menu a:hover,
.nav-menu a:active {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	color: #262626;
}

#phone-icon {
	display: none;
	float: right;
	margin: 0;
}

#langSwitch {
	display: none;
	float:right;
	line-height: 40px;
	font-size: 14px;
	padding: 5px;
}
#phone-number {
	display: none;
	float: right;
	margin: 7px 10px 0;
	font-weight: bold;
	font-size: 22px;
	color: #262626;
	text-decoration: none;
	line-height: 18px;
}

#footer {
	background: #262626;
	color: #e0e0e0;
}
#footer a,
#footer a:visited {
	color: #e0e0e0;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: brown;
	text-decoration: none;
}

.robotoCondensed {
	font-family: 'Roboto Condensed', 'Roboto', arial, sans-serif;
}

.large {
	font-weight: bold;
	font-size: 30px;
}

.impact {
	font-family: 'Roboto Condensed', 'Roboto', arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
}

.smallCaps {
	font-variant: small-caps;
}

.column2 {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column2:first-child {
	padding-right: 20px;
}

.column2:last-child {
	padding-left: 20px;
}

#sub-header-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
}

#sub-header-info > div {
	padding: 10px 20px;
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
}

#mission-statement {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	color: #e0e0e0;
}

#announcement {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	color: #000000;
}

#announcement a {
	color: #000000 !important;
}

#sub-header-info .title { 
	font-family: 'Roboto Condensed', 'Roboto', arial, sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
}

#book-now-container {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 40px;
	z-index: 300;
	text-align: center;
}

#book-now-container a {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	color: #e0e0e0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px;
	font-size: 30px;
	font-family: 'Roboto Condensed', 'Robot', arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-border-bottom-left-radius: 15px !important;
	-moz-border-bottom-left-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	webkit-border-bottom-right-radius: 15px !important;
	-moz-border-bottom-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

#book-now-container a,
#book-now-container a:visited {
	color: #e0e0e0;
	text-decoration: none;
}

#book-now-container a > span {
	display: inline-block;
	padding: 7px 16px 11px;
}

#book-now-container a:hover > span,
#book-now-container a:active > span {
	border: 2px dotted #e0e0e0;
	display: inline-block;
	padding: 5px 14px 9px;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-bottom-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	webkit-border-bottom-right-radius: 10px !important;
	-moz-border-bottom-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

#mapContainer {
	border-top: 1px solid #a0a0a0;
}

#shop-locations {
  height: 750px;
}

#mapContainer,
#mapContainer > * {
	height: 750px;
}

#shopList {
	background: #ffffff;
	width: 350px;
	float: left;
	height: 750px;
	border-right: 1px solid #a0a0a0;
}

.shopBox {
	text-align: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	height: 125px;
}

.shopBox:hover {
	background: #f0f0f0;
}

.shopBox .name {
	font-weight: bold;
	float: left;
	color: brown;
	font-size: 15px;
}

.shopBox .number {
	float: right;
	color: brown;
	font-size: 14px;
}

.shopBox a {
	text-decoration: none;
}

.shopBox a:hover {
	text-decoration: underline;
}

.shopBox .hours {
	font-weight: bold;
	color: #666666;
}

.shopBox .circle {
	width: .75em;
	height: .75em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: .5rem .5rem 0 0;
	display: inline-block;
	background-color: #f59730;
	border-bottom: 1px solid #f59730;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8b8', endColorstr='#fff59730');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe8b8), to(#f59730));
	background: -webkit-linear-gradient(top, #ffe8b8, #f59730);
	background: -moz-linear-gradient(top, #ffe8b8, #f59730);
	background: -ms-linear-gradient(top, #ffe8b8, #f59730);
	background: -o-linear-gradient(top, #ffe8b8, #f59730);
	background: linear-gradient(top, #ffe8b8, #f59730);
}

.shopBox .circle.open {
	background-color: #86bd52;
	border-bottom: 1px solid #86bd52;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3d688', endColorstr='#ff86bd52');
	background: -webkit-gradient(linear, left top, left bottom, from(#b3d688), to(#86bd52));
	background: -webkit-linear-gradient(top, #b3d688, #86bd52);
	background: -moz-linear-gradient(top, #b3d688, #86bd52);
	background: -ms-linear-gradient(top, #b3d688, #86bd52);
	background: -o-linear-gradient(top, #b3d688, #86bd52);
	background: linear-gradient(top, #b3d688, #86bd52);
}

.shopBox .directions {
	display: inline-block;
	margin-top: 5px;
	color: brown;
}

.shopBox:not(:first-child) {
	border-top: 1px solid #a0a0a0;
}

.parchment {
	position: relative;
}

.parchment-main {
	padding: 4px 4px 6px 5px;
	color: #262626;
}

.parchment-outter {
	background-color: #ECEADF;
	background: #ECEADF url("images/bg_paper.jpg") repeat;
	padding: 50px 50px 20px 50px;
	box-shadow: 1px 1px 1px #776454;
}

.parchment-inner {
	min-height: 200px;
}

.contentScroll {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	max-width: 375px;
	width: 100%;
	height: 30px;
	background: transparent url("images/scroll.png") no-repeat;
	background-size: 100%;
}

.tl-corner {
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url("images/tl_corner_content.png") repeat-x;
	width: 96px;
	height: 78px;
}

.tr-corner {
	position: absolute;
	right: 1px;
	top: 1px;
	background: transparent url("images/tr_corner_content.png") repeat-x;
	width: 84px;
	height: 84px;
}

.bl-corner {
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url("images/bl_corner_content.png") repeat-x;
	width: 87px;
	height: 84px;
}

.br-corner {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url("images/br_corner_content.png") repeat-x;
	width: 95px;
	height: 81px;
}

#contact-us {
	text-align: right;
}

#contact-us form {
	max-width: 400px;
	text-align: left;
	display: inline-block;
	width: 100%;
}


form input,
form select,
form textarea {
	width: 100%;
	border: 1px solid #262626;
	background-color: #f0f0f0;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', Arial, serif;
	font-size: 15px;
	display: block;
	margin: 3px 0;
	border-radius: 0;
}

form textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}

form input,
form select {
	height: 37px;
}

form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-image: url(images/arrow_down.png);
	background-size: 8px;
	padding-right: 16px;
}

#contact-us form input,
#contact-us form textarea {
	border: 0;
}

form label {
	font-size: 15px;
}

form button[type=submit] {
	border: 0;
	cursor: pointer;
	margin-top: 15px;
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	background: brown;
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	margin-top: 20px;
}

form button[type=submit]:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.form-group {
	margin-bottom: 15px;
}
form .error {
	color: brown;
}

form label.error {
	font-size: 13px;
}

#info-box-container {
	display: table;
	overflow: hidden;
}

.info-box:nth-child(1) {
	padding-right: 30px;
}

.info-box:nth-child(2) {
	padding-left: 15px;
	padding-right: 15px;
}

.info-box:nth-child(3) {
	padding-left: 30px;
}

.info-box {
	display: table-cell;
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}

.info-box img {
	margin: 20px 0;
	height: 80px;
}

.info-box p {
	text-align: justify;
}

.info-box .wrapper {
	border-top: 1px dashed black;
	padding-top: 50px;
	position: relative;
	padding-bottom: 80px;
}

.info-box:hover .wrapper {
	-webkit-box-shadow: inset 0px 20px 10px -15px rgba(165,42,42,0.25);
	-moz-box-shadow: inset 0px 20px 10px -15px rgba(165,42,42,0.25);
	box-shadow: inset 0px 20px 10px -15px rgba(165,42,42,0.25);
}

.info-box .info-box-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
}
.info-box .info-box-button a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.info-box .info-box-button a,
.bigButton {
	display: block;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	background: brown;
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.info-box:hover .info-box-button a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.info-box .title,
.brownTitle {
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
	color: #231f20;
	color: brown;
	font-weight: 900;
}

.mapLabel {
	color: #404040;
	text-shadow: 0 0 5px #ffffff;
	font-family: "Roboto", "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#priceList {
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}

#priceList table {
	width: 100%;
	max-width: 500px;
	text-transform: uppercase;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	text-align: center;
	line-height: 2em;
}

#priceList .name {
	width: 100%;
}

#priceList td {
	text-align: left;
	overflow: hidden;
	vertical-align: bottom;
	position: relative;
}

#priceList .price {
	padding-left: 5px;
	white-space: nowrap;
}

#priceList .leader {
	position: relative;
}

#priceList .leader:after {
	position: absolute;
	margin-left: 5px;
	width: 0;
	white-space: nowrap;
	color: brown;
	content:
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . ";
}

#gallery img {
	vertical-align: bottom;
	width: 25%;
}

#nav-book-now {
	display: none !important;
}

.loading-message {
	display: none;
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
}

.loading .loading-message {
	display: inherit;
}

#appointmentForm-stack.loading form {
	display: none;
}

@media only screen and (max-width: 767px) {
	
	#sub-header-info > div {
		display: block;
		width: 100%;
	}

	#nav-book-now {
		display: inherit !important;
	}
	
	.content {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	#sub-header {
		height: 600px;
	}
	
	#mobile-menu-button,
	#phone-number {
		display: block;
	}
	
	#langSwitch {
		display: inline-block;
	}
	
	#nav-bar-spacer,
	#nav-bar {
		display: none;
	}

	#book-now-container {
		top: 60px;
	}
	
	#header {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 60px;
		padding: 5px 0;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid black;
		-webkit-box-shadow: 0 0 20px rgb(0, 0, 0);
		-moz-box-shadow: 0 0 20px rgb(0, 0, 0);
		box-shadow: 0 0 20px rgb(0, 0, 0);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		font-weight: bold;
		font-family: Roboto, arial, sans-serif;
		font-size: 18px;
		color: #262626;
		top: 0;
		left: 0;
	}
	
	#header .siteWidth {
		padding-right: 0;
	}
	
	#logoBlock {
		position: relative;
		height: auto;
		width: auto;
		padding: 0;
		background: none;
	}
	
	.boltHead {
		display: none;
	}

	#logo-head, 
	#logo-name {
		height: 50px;
		padding: 0;
	}
	
	#book-now-container a {
		font-size: 24px;
	}
	
	#book-now-container a > span {
		padding: 3px 12px 5px;
	}
	
	.impact {
		font-size: 36px;
	}
	
	#priceList {
		font-size: 16px;
	}
	
	#info-box-container {
		display: block;
	}
	
	.info-box {
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: block;
		width: 100%;
	}
	
	.info-box {
		margin-top: 50px;
	}
	
	.info-box:hover .wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.info-box:nth-child(1) {
		margin-top: 0;
	}
	
	.info-box:nth-child(1) .wrapper {
		border-top: 0;
		padding-top: 0;
	}
	
	.info-box .info-box-button {
		padding-right: 0;
	}
	
	#shopList,
	.shopBox,
	#mapContainer {
		height: auto;
		width: auto;
	}
	
	#googleMap {
		height: 500px;
	}
	
	#shopList {
		float: none;
		border: 0;
	}
	
	#googleMap {
		border-top: 1px solid #a0a0a0;
	}
}


@media only screen and (max-width: 639px) {
	.column2 {
		float: none;
		width: auto;
		padding: 0 !important;
	}
	
	#contact-us form {
		margin-top: 50px;
		max-width: 100%;
	}
	
	#book-now-container a {
		font-size: 20px;
	}
	
	#book-now-container a > span {
		padding: 2px 10px;
	}
	
	#book-now-container a:hover > span,
	#book-now-container a:active > span {
		padding: 0 8px;
	}
}

@media only screen and (max-height: 639px) {
	#book-now-container a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 500px) {
	#phone-icon {
		display: block;
	}
	
	#phone-number {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	
	.mobileBlock {
		display: block;
	}
	
	#priceList {
		font-size: 14px;
	}
	
	#gallery img {
		vertical-align: bottom;
		width: 50%;
	}
	
	.parchment-outter {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.parchment-inner .title {
		margin-right: 70px !important;
	}
}

@media only screen and (max-width: 375px) {
	.fullLang {
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	#logo-head, 
	#logo-name {
		height: 45px;
	}
}

/* Google Maps */
@media only screen and (max-width: 767px) and (max-height: 700px) {
	#googleMap {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) and (max-height: 600px) {
	#googleMap {
		height: 300px;
	}
}

@media only screen and (max-width: 767px) and (max-height: 500px) {
	#googleMap {
		height: 250px;
	}
}

/****** mobile styles ******/
.mobile .info-box .info-box-button a,
.mobile form button[type=submit] {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}