* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.theme-light {
	background: #fff;
	color: #333;
}
.theme-light a {
	color: #333;
}
.theme-dark {
	background: #454545;
	color: #fff;
}
.theme-dark a {
	color: #fff;
}


.mainframe {

}
header {
	background: #303030;
}
.maincolumn {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 30px;
}


.credentials {
	display: grid;
	align-items: center;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
	color: #fff; 
}



.credentials a {
	color: #fff; 
}
.credentials_socmedia {
	order: 1;
}
.socmedia_h3 {
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 5px 0;
}
.socmedia_list {
	display: flex;
}
.socmedia_link {
	text-decoration: none;
	width: 50px;
	height: 50px;
	border: 2px #bababa solid;
	border-radius: 15px;
	margin: 0 10px 0 0;
	padding: 2px;
}
.socmedia_link img {
	width: 100%;
	height: 100%;
}
.credentials__logo {
	order: 2;
	height: 60px;
}
.credentials__logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.credentials__phoneblock {
	text-align: right;
	order: 3;
}

.mainmenu {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	margin: 0 auto;
    max-width: 450px;
}
.mainmenu li {
	list-style: none;
}
.mainmenu a {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	text-decoration: none;
}
.mainmenu a:before {
	content: '';
	width: 118px;
	height: 118px;
	margin: 0 0 15px 0;
}
.mainmenu span {
	text-align: center;
}
.menuitem--101 a:before {
	background: url(../img/menu-home-dark.svg) 50% 50% no-repeat;
}
.menuitem--102 a:before {
	background: url(../img/menu-bur-dark.svg) 50% 50% no-repeat;
}
.menuitem--103 a:before {
	background: url(../img/menu-pump-dark.svg) 50% 50% no-repeat;
}


.theme-light .menuitem a:before {
	border: 3px #ebebeb solid;
	border-radius: 25px;
    box-shadow: 6px 6px 0px #303030;
}
.theme-light a.menuitem__link--active:before {
	border: 3px #303030 solid;
	background-color: #ebebeb;
}
.theme-light .menuitem a:hover:before {
    box-shadow: none;
	background-color: #ebebeb;
}
.theme-light a.menuitem__link--active:hover {
	cursor: default;
}
.theme-light a.menuitem__link--active:hover:before {
	box-shadow: 6px 6px 0px #303030;
}

.theme-dark .menuitem--102 a:before {
	background-image: url(../img/menu-bur-dark.svg);
}
.theme-dark .menuitem--103 a:before {
	background-image: url(../img/menu-pump-dark.svg);
}

.theme-dark .menuitem a:before {
	border: 3px #ebebeb solid;
	border-radius: 25px;
    box-shadow: 6px 6px 0px #303030;
}
.theme-dark a.menuitem__link--active:before {
	border: 3px #303030 solid;
	background-color: #ebebeb;
}
.theme-dark .menuitem a:hover:before {
    box-shadow: none;
	background-color: #ebebeb;
}
.theme-dark a.menuitem__link--active:hover {
	cursor: default;
}
.theme-dark a.menuitem__link--active:hover:before {
	box-shadow: 6px 6px 0px #303030;
}


.article-maincolumn {
	max-width: 1000px;
    margin: 0 auto;
	padding: 15px 80px 20% 80px;
}
.theme-light article {
	background: url(../img/bg-day.svg) 50% 100% no-repeat;
	background-size: contain;
}
.theme-light .article-maincolumn {
	box-shadow: 0 0 15px #454545;
}
.theme-light footer {
	background: #303030;
}

.theme-dark article {
	background: url(../img/bg-night.svg) 50% 100% no-repeat;
	background-size: contain;
}
.theme-dark .article-maincolumn {
	box-shadow: 0 0 15px #454545;
}
.theme-dark .gm-style .gm-style-iw {
	color: #333;
}
.theme-dark footer {
	background: #332922;
}



p {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 28px;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 30px;
	font-weight: 100;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 26px;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 20px;
	margin: 30px 0 20px 0;
	color: #ff8
}
ul {
	list-style-position: inside;
	margin: 0 0 15px 0;
}

button,
input[type=text],
input[type=password],
input[type=submit],
textarea {
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	border: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	resize: none;
	border-radius: 5px;
}
textarea {
	height: 70px;
}
.factsBlock {
	margin: 0 0 30px 0;
	padding: 20px 10px;
	border: 3px #303030 solid;
	border-radius: 15px;
	max-width: 500px;
}
.facts {
	display: flex;
	font-size: 18px;
}
.facts:first-child {
	text-align: center;
	font-size: 24px;
	margin: 0 0 10px 0;
}
.facts__num {
	margin: 0 10px 0 0;
	position: relative;
	padding: 0 0 0 13px;
}

.facts__num:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #fe8805;
    display: inline-block;
}
.facts__text {
	flex-grow: 1;
}
.techScheme img {
	width: 100%;
    height: auto;
    max-width: fit-content;
}
.mrBottom-15 {
	margin-bottom: 15px;
}
.clr-yellow {
	color: #e9fa28;
}
.font-12 {
	font-size: 12px;
}
.font-26 {
	font-size: 26px;
}
.text-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.phocamaps {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}


.regionSelector {
	display: inline-block;
	padding: 3px 5px;
	border: 2px #fff solid;
	border-radius: 10px;
    margin: 0px 2px 7px 0;
}
.regionSelector.active {
	background: #fff;
	color: #454545;
}
.tablePrice {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 100%;
}
.tablePriceRow {
	display: none;
}
.tablePrice td,
.tablePrice th {
	font-size: 14px;
	padding: 5px;
	border: 1px #999 dashed;
}
.tablePrice td {
	text-align: left;
}
.tablePrice th {
	text-align: center;
	font-weight: 700;
	color: #dfef2a;
}
	
.tablePriceRow.active {
	display: table-row;
}
.pumpBlock__priceLeft, .pumpBlock__priceRight {
	display: flex;
	align-items: baseline;
	margin: 10px 0 50px 0;
}
.pumpBlock__priceLeft div, .pumpBlock__priceRight div {
	margin-right: 10px;
}

@media (max-width: 1000px) {
	.credentials {
		font-size: 13px;
	}
	.socmedia_h3 {
    	font-size: 13px;
	}
	.credentials__logo {
		height: 45px;
	}
	.article-maincolumn {
		padding: 15px 30px 30% 30px;
	}
  	.footer__formwrap {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.credentials {
		grid-template-columns: auto 1fr;
	}
	.credentials_socmedia {
		order: 2;
	}
	.credentials_socmedia .socmedia_link {
		width: 40px;
		height: 40px;
	}
	.credentials__addr {
		order: 2;
	}
	.credentials__logo {
		order: 1;
  		grid-column: 1/-1;
	}
	.credentials__phoneblock {
		order: 3;
	}

}
@media (max-width: 550px) {
  	.maincolumn {
		padding: 15px;
	}
	.mainmenu {
		max-width: 290px;
	}
	.mainmenu a:before {
		content: '';
		width: 80px;
		height: 80px;
		margin: 0 0 10px 0;
	}
	.article-maincolumn {
		padding: 15px 15px 30% 15px;
	}
	.article p {
		text-align: justify;
	}
	.credentials {
		font-size: 12px;
	}
	.credentials.credentials--footer {
		grid-template-columns: 1fr;
	}
	.credentials.credentials--footer .credentials__phoneblock {
		text-align: left;
	}
	
}

/*

.bg-dark {
	background: #373737;
	min-width: 990px;
}
.bg-light {
	background: #484848;
	min-width: 990px;
}



button,
input[type=submit] {
	background: #e9fa2c!important;
	height: 34px!important;
	cursor: pointer!important;
	text-transform: uppercase!important;
	font-weight: 700!important;
	margin: 0!important;
	width: auto!important;
	display: inline-block!important;
}
hr {
	border: none;
	background: none;
	border-bottom: 1px #fff solid;
}
hr.size7 {
	border-bottom: 7px #fff solid;
	margin: 0 0 80px 0;
}


.wrap {
	width: 990px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrap .wrap {
	width: auto;
	padding: 0;
}
.wrap-nopad {
	padding: 0;
}
.header {
	height: 203px;
	position: relative;
	background: url(../img/logo-1.png) 50% 0 no-repeat;
}
.needLine .header {
	height: 201px;
}
.header__left {
	position: absolute;
	left: 50px;
	top: 70px;
}
.header__right {
	position: absolute;
	right: 50px;
	top: 70px;
}
.header__logo {
	position: absolute;
	width: 200px;
	top: 0;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
}
.needLine-bur {
	border-bottom: 2px #dfef2a solid;
}
.needLine-heat {
	border-bottom: 2px #ff2340 solid;
}
.needLine-pump {
	border-bottom: 2px #fff solid;
}
.needLine-sewer {
	border-bottom: 2px #00fa67 solid;
}
.needLine-hz {
	border-bottom: 2px #00b9fc solid;
}
.header-sub {
	position: relative;
	height: 104px;
	background: url(../img/logo-2.png) 50% 50% no-repeat;
}
.header-sub.wrap {
	padding: 0;
	margin-bottom: 20px;
}
.headerSub__logo {
	position: absolute;
	width: 350px;
	height: 40px;
	top: 0;
	left: 50%;
	margin-left: -175px;
	text-indent: -10000px;
}
	

.menu {
	position: relative;
	height: 470px;
	margin: 0 1px 50px 1px;
}
.menuitem {
	position: absolute;
	width: 214px;
	height: 244px;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 113px 0 0 0;
	z-index: 10;
}

.menuitem.active {
	z-index: 30;
}

.itemSelected .menuitem:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51, 51, 51, .93);
	border-radius: 50px;
}
.itemSelected .menuitem.active:after {
	display: none;
}

.menuitem-1 {
	top: 0;
	left: 0;
	color: #fff;
	background: url(../img/menu1.png) 0 0 no-repeat;
}
.menuitem-2 {
	top: 0;
	left: 258px;
	color: #333;
	background: url(../img/menu2.png) 0 0 no-repeat;
}
.menuitem-3 {
	top: 0;
	left: 516px;
	color: #fff;
	background: url(../img/menu3.png) 0 0 no-repeat;
}
.menuitem-4 {
	top: 0;
	left: 774px;
	color: #494949;
	background: url(../img/menu4.png) 0 0 no-repeat;
}
.menuitem-5 {
	top: 220px;
	left: 129px;
	color: #fff;
	background: url(../img/menu5.png) 0 0 no-repeat;
}
.menuitem-6 {
	top: 220px;
	left: 387px;
	color: #fff;
	background: url(../img/menu6.png) 0 0 no-repeat;
}
.menuitem-7 {
	top: 220px;
	left: 645px;
	color: #fff;
	background: url(../img/menu7.png) 0 0 no-repeat;
}

.menuitem__info {
	display: none;
	position: absolute;
	font-style: italic;
	z-index: 20;
}
#menuitem__info-1 {
	left: 230px;
	top: 40px;
	width: 400px;
	padding: 120px 0 0 150px;
	background: url(../img/arr1.png) 0 0 no-repeat;
}
#menuitem__info-2 {
	left: 488px;
	top: 40px;
	width: 375px;
	padding: 95px 0 0 125px;
	background: url(../img/arr2.png) 0 0 no-repeat;
}
#menuitem__info-3 {
	left: 140px;
	top: 70px;
	width: 350px;
	padding: 75px 50px 0 0;
	background: url(../img/arr3.png) 100% 0 no-repeat;
}
#menuitem__info-4 {
	left: 370px;
	top: 67px;
	width: 380px;
	padding: 55px 66px 0 0;
	background: url(../img/arr4.png) 100% 0 no-repeat;
}

.menuInner {
	height: 250px;
	overflow: hidden;
}
.menuInneritem {
	width: 191px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.menuInneritem__block {
	display: block;
	height: 219px;
	position: relative;
	padding: 103px 0 0 0;
	z-index: 20;
}
.menuInneritem__pad {
 	position: absolute;
 	top: 95px;
 	left: 12px;
 	right: 12px;
 	height: 36px;
 	font-size: 16px;
	line-height: 36px;
	text-align: center;
	font-weight: 700;
	box-shadow: 0 5px 20px rgba(33, 33, 33, 0.5), 0 -5px 20px rgba(33, 33, 33, 0.5);;
}
.menuInneritem-1 .menuInneritem__block {
	color: #fff;
	background: url(../img/mmenu1.png) 0 0 no-repeat;
}
.menuInneritem-2 .menuInneritem__block {
	color: #333;
	background: url(../img/mmenu2.png) 0 0 no-repeat;
}
.menuInneritem-3 .menuInneritem__block {
	color: #fff;
	background: url(../img/mmenu3.png) 0 0 no-repeat;
}
.menuInneritem-4 .menuInneritem__block {
	color: #333;
	background: url(../img/mmenu4.png) 0 0 no-repeat;
}
.menuInneritem-5 .menuInneritem__block {
	color: #fff;
	background: url(../img/mmenu5.png) 0 0 no-repeat;
}

.menuInneritem-1 .menuInneritem__pad {
	background: #494949;
}
.menuInneritem-2 .menuInneritem__pad {
	background: #fff;
}
.menuInneritem-3 .menuInneritem__pad {
	background: #ff2340;
	left: 13px;
}
.menuInneritem-4 .menuInneritem__pad {
	background: #00f866;
	
}
.menuInneritem-5 .menuInneritem__pad {
	background: #00b9fc;
}
.menuInneritem:hover:before,
.menuInneritem.active:before
 {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	height: 191px;
	z-index: 10;
}
.menuInneritem-1:hover:before,
.menuInneritem-1.active:before {
	background: #dfef2a;
}
.menuInneritem-2:hover:before,
.menuInneritem-2.active:before {
	background: #fff;
}
.menuInneritem-3:hover:before,
.menuInneritem-3.active:before {
	background: #ff2340;
}
.menuInneritem-4:hover:before,
.menuInneritem-4.active:before {
	background: #00f866;
}
.menuInneritem-5:hover:before,
.menuInneritem-5.active:before {
	background: #00b9fc;
}







.index {
	padding: 50px 25px;
}
.index__title {
	font-size: 48px;
	color: #4f4f4f;
	margin: 0 0 50px 0;
}
.index__text {
	color: #b3b3b3;
	text-indent: 35px;
	margin: 0 0 10px 0;
	text-align: justify;
}
.factsBlock {
	margin: 0 0 30px 0;
}
.facts {
	padding: 0 10px;
}
.facts__num {
	width: 110px;
	margin: 0 auto 5px auto;
	padding: 5px 0;
	font-size: 24px;
	border-bottom: 2px #d3e22a solid;
}


.mainTitle-bur {
	color: #333;
	background: #dfef2a;
}
.mainTitle-heat {
	color: #fff;
	background: #ff2340;
}
.mainTitle-pump {
	color: #333;
	background: #fff;
}
.mainTitle-sewer {
	color: #333;
	background: #00fa67;
}
.mainTitle-hz {
	color: #333;
	background: #00b9fc;
}
.sewerIcons {
	width: 870px;
	margin: 0 auto 30px auto;
}
.sewerIcon {
	position: relative;
	width: 114px;
	height: 172px;
	background: url(../img/icon1.png) 0 0 no-repeat;
}
.sewerIcon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 132px;
}
.sewerIcon-1:after {
	background: url(../img/icon2.png) 50% 50% no-repeat;
}
.sewerIcon-2:after {
	background: url(../img/icon3.png) 50% 50% no-repeat;
}
.sewerIcon-3:after {
	background: url(../img/icon4.png) 50% 50% no-repeat;
}
.sewerIcon-4:after {
	background: url(../img/icon5.png) 50% 50% no-repeat;
}
.sewerIcon-5:after {
	background: url(../img/icon6.png) 50% 50% no-repeat;
}
.sewerIcon-6:after {
	background: url(../img/icon7.png) 50% 50% no-repeat;
}
.sewerIcon__text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.sewerIcon.disabled {
	opacity: 0.2;
}
.sewerDetails {
	margin: 0 0 30px 120px;
}
.sewerText {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.sewerText strong {
	font-size: 18px;
}
.sewerTitle {
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
}
.sewerTitle span {
	font-size: 24px;
	color: #00f656;
}

.serviceIntro {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 50px 0;
}

.serviceH2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #cecece;
	margin: 0 0 40px 0;
	font-weight: 700;
}

.serviceImage {
	text-align: center;
}
.serviceInfo {}
.serviceInfo h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.serviceInfo__sample {
	font-size: 12px;
	color: #fff;
	margin: 0 0 10px 0;
}
.serviceInfo__text {
	font-size: 16px;
	margin: 0 0 20px 0;
}
.techScheme {
	position: relative;
	height: 190px;
	overflow: hidden;
}
.techScheme-pump1 {
	display: inline-block;
	width: 480px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.techScheme-pump2 {
	width: 480px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.techScheme a {
	display: block;
}
.techScheme img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.techScheme:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 130px;
	background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
	z-index: 10;
}
.pumpBlock__priceRight {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 385px;
	height: 125px;
	background: url(../img/pricecorner.png) 0 0 no-repeat;
	z-index: 10;
	text-align: right;
	padding: 70px 20px 0 0;
	color: #f4f4f4;
	font-style: italic;
}
.pumpBlock__priceLeft {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 385px;
	height: 125px;
	background: url(../img/pricecorner2.png) 0 0 no-repeat;
	z-index: 10;
	padding: 70px 0 0 20px;
	color: #f4f4f4;
	font-style: italic;
}

.techScheme:hover {
	overflow: visible;
	z-index: 20;
}
.techScheme:hover:after,
.techScheme:hover .pumpBlock__priceRight,
.techScheme:hover .pumpBlock__priceLeft {
	display: none;
}

.serviceInfo h2 {
	font-weight: 700;
}

.serviceInfo-gas {
	border-left: 1px #657df7 solid;
}
.serviceInfo-gas h2,
.serviceInfo-gas .serviceInfo__text {
	color: #657df7;
}

.serviceInfo-coal {
	border-left: 1px #d07419 solid;
}
.serviceInfo-coal h2,
.serviceInfo-coal .serviceInfo__text {
	color: #d07419;
}

.serviceInfo-electro {
	border-left: 1px #fef200 solid;
}
.serviceInfo-electro h2,
.serviceInfo-electro .serviceInfo__text {
	color: #fef200;
}

.serviceInfo-industrial {
	border-left: 1px #7d9ba7 solid;
}
.serviceInfo-industrial h2,
.serviceInfo-industrial .serviceInfo__text {
	color: #7d9ba7;
}

.serviceInfo-ind1 .serviceInfo__text {
	color: #cecece;
}
.serviceInfo-ind2 .serviceInfo__text {
	color: #f4f4f4;
}

.pumpBlock {
	padding: 40px 0 0 0;
	position: relative;
}
.pumpBlock h2 {
	font-size: 32px;
	color: #fef719;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	text-transform: uppercase;
}
.pumpBlock h3 {
	font-size: 14px;
	color: #f4f4f4;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 30px 0;
}
.pumpBlock-1 {
	background: url(../img/pump1.jpg) 0 0 no-repeat;
	min-height: 469px;
	text-align: right;
}
.pumpBlock-2 {
	background: url(../img/pump2.jpg) 100% 40px no-repeat;
	min-height: 383px;
}
.pumpFacts {
	font-style: italic;
	font-weight: 700;
}
.regionSelectorBlock {
	margin: 0 0 20px 0;
}
.regionSelectorBlock h3 {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: -0.01em;
}
.regionSelector {
	color: #aaa;
	font-size: 14px;
	padding: 3px 0;
	margin: 0 20px 0 0;
	cursor: pointer;
	border-bottom: 1px rgba(255, 255, 255, 0.3) dashed;
}
.regionSelector:hover,
.regionSelector.active {
	color: #fff;
	border-bottom: 1px rgba(255, 255, 255, 0.6) dashed;
}


.footer {
	padding: 80px 40px;
	background: url(../img/logo-3.png) 15px 70px no-repeat;
}
.footer__left {
	float: left;
	width: 400px;
	padding: 40px 0 0 40px;
}
.footer__right {
	overflow: hidden;
}
.footer__form {
	padding: 20px;
	background: #4d4d4d;
	border-radius: 10px;
}


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


.table {
	display: table;
	width: 100%;
	min-width: 100%;
	table-layout: fixed;
}
.table-auto {
	width: auto;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
	vertical-align: middle;
}
.table.table-top .td {
	vertical-align: top;
}
.td-full {
	width: 100%;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.block {
	display: block;
}
.iblock {
	display: inline-block;
}

.blockJustify {
	font-size: 0;
	line-height: 0;
	text-align: justify;
	text-justify: distribute-all-lines
}

.blockJustify:after {
	content: '';
	display: inline-block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%
}

.blockJustify > * {
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	vertical-align: top;
	text-align: left
}

.mrBottom-10 {
	margin-bottom: 10px;
}
.mrBottom-15 {
	margin-bottom: 15px;
}
.mrBottom-40 {
	margin-bottom: 40px;
}
.mrBottom-70 {
	margin-bottom: 70px;
}
.pdLeft-10 {
	padding-left: 10px;
}
.pdLeft-40 {
	padding-left: 40px;
}

.width-120 {
	width: 120px;
}
.width-200 {
	width: 200px;
}
.width-250 {
	width: 250px;
}
.width-400 {
	width: 400px;
}
.width-420 {
	width: 420px;
}
.width-440 {
	width: 440px;
}



.item-page h2 {
	clear: both;
	margin: 40px 0 20px 0;
}
.item-page ul {
	margin: 0 0 20px 20px;
	text-indent: 0;
}
.contentImg {
	float: left;
	margin: 0 10px 10px 0;
}

.imageHolder {
	
}

.imageHolder a {
	border: 1px #999 dashed;
	padding: 1px;
	display: block;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
}
.imageHolder a:hover {
	border: 1px #eee dashed;
}
.imageHolder img {
	display: block;
}

.imageHolder-left {
	float: left;
	margin: 0 20px 20px 0;
}





.gallery {
	width: 870px;
	margin: 0 auto 40px auto;
}
.galleryRow {

}
.galleryRow:after {
	content: '';
	display: table;
	clear: both
}
.galleryRow .imageHolder {
	float: left;
	margin: 10px;
}



.phocamaps {
	color: #333;
	background: #e9e8e5;
	box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.3);
}



.menuabs {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 20px;
	background: #fff;
}
*/

.semanticui-body {
	padding: 0!important;
}
.chronoforms6_credits {
	display: none;
}