/*
Theme Name: Kamenictví PECHER
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz
Version: 1.01
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Arboria', Arial, sans-serif;
	font-weight: 400;
	background: #F2F5FF;
	font-style: normal;
	color: #212121;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1260px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
section.top {
	background: #212121;
	color: #fff;
	text-align: right;
	padding: 10px 0;
	float: left;
	width: 100%;
}
section.top a.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	color: #fff;
	font-size: 18px;
	margin-left: 50px;
}
section.top a.icon.phone {
	background-image: url('img/icon-phone.svg');
}
section.top a.icon.email {
	background-image: url('img/icon-email.svg');
}
header {
	width: 100%;
	float: left;
	padding: 34px 0 36px;
}
body.page header {
	background-color: #fff;
	box-shadow: #00000029 0 3px 6px;
	padding: 10px 0;
	position: relative;
	z-index: 300;
}
body.scroll header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
body#logged.scroll header {
	top: 32px;
}
body.home.scroll header {
	background-color: #fff;
	padding: 10px 0;
	box-shadow: #00000029 0 3px 6px;
}
body.home.scroll header .logo {
	display: block;
}
body.page header .main-menu, body.home.scroll header .main-menu {
	margin-top: 23px;
}
.main .logo {
	width: 340px;
	margin-bottom: 85px;
}
header .logo {
	width: 240px;
	float: left;
	display: none;
}
body.page header .logo {
	display: block;
}
header .main-menu {
	width: calc(100% - 320px);
	float: right;
	text-align: right;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	position: relative;
	margin-left: 34px;
}
header .main-menu li.services-menu > a {
	background-image: url('img/services-menu.svg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
header .main-menu li a {
	color: #212121;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
header .main-menu li a:hover, header .main-menu ul li.current-menu-item > a, header .main-menu ul li.current-menu-parent > a {
	border-color: #212121;
}
header .main-menu ul li.cta a {
	padding: 6px 20px 8px 45px;
	color: #fff;
	background-image: url('img/icon-cta.svg');
	background-repeat: no-repeat;
	background-color: #B83838;
	background-position: 12px 12px;
}
header .main-menu ul li.cta a:hover {
	background-color: #000;
}
div.sub-menu {
	position: absolute;
	top: 125px;
	right: 50%;
	z-index: 200;
	transform: translate(100%, 0);
	background: rgb(255, 255, 255, 0.96);
	padding: 25px 35px;
	display: none;
	width: 100%;
	max-width: 550px;
}
body.page div.sub-menu {
	top: 43px;
}
body#logged div.sub-menu {
	top: 157px;
}
body.page#logged div.sub-menu {
	top: 75px;
}
div.sub-menu-shadow {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}
body.open-sub-menu div.sub-menu-shadow, body.open-sub-menu div.sub-menu {
	display: block;
}
div.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
div.sub-menu ul li {
	width: 50%;
	float: left;
	background-position: left 9px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding: 10px 0 0 40px;
}
div.sub-menu ul li.pomniky {
	background-image: url('img/pomniky.svg');
}
div.sub-menu ul li.ostatni {
	background-image: url('img/ostatni.svg');
}
div.sub-menu ul li.exterier {
	background-image: url('img/exterier.svg');
}
div.sub-menu ul li.interier {
	background-image: url('img/interier.svg');
	background-position: left 13px;
}
div.sub-menu ul li a {
	color: #5E7DAB;
	font-size: 18px;
}
div.sub-menu ul ul li a {
	color: #212121;
	font-size: 16px;
}
div.sub-menu ul ul li {
	background-image: none;
	margin: 14px 0 0 0;
	width: 100%;
	padding: 0;
}



a.button {
	background-color: #B83838;
	color: #fff;
	padding: 22px 45px 22px;
	display: table;
	min-width: 235px;
	text-align: center;
	line-height: 120%;
}
a.button.smaller {
	background-color: #B83838;
	color: #fff;
	padding: 10px 25px;
	min-width: 140px;
}
a.button:hover {
	background: #D24E4E;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.black {
	background: #000;
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
header .menu-show {
	background-image: url('img/menu.svg');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 32px;
	top: 3px;
	display: none;
	width: 25px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
body.open-mobile header .menu-show {
	background-image: url('img/krizek.svg');
	z-index: 9999;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: none;
	width: 25px;
	height: 2px;
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 25px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 33px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background: #5E7DAB;
	box-shadow: 0px 3px 6px #00000029;
	position: fixed;
	top: 0;
	width: 240px;
	height: 100vh;
	z-index: 400;
	overflow-y: auto;
	right: 0;
	margin: 0 !important;
	padding: 0 35px;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 100px 0 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 25px 0;
	display: block;
}
.open-mobile header .main-menu ul li a {
	color: #fff;
	border-bottom: 0 !important;
}
.open-mobile header .main-menu ul li.cta , .open-mobile header .main-menu ul li.services-menu {
	display: none;
}
.main {
	width: 100%;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('img/main.jpg');
	height: 750px;
	position: relative;
}
.main .logo {
	margin-top: 65px;
	display: block;
}
.main .inner {
	max-width: 660px;
}
.main h1 {
	margin: 0 0 25px;
	color: #212121;
	line-height: 130%;
	font-size: 50px;
}
.main p {
	margin-bottom: 30px;
}
p {
	line-height: 145%;
	margin-bottom: 25px;
}
.section-title {
	color: #212121;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 55px;
	text-align: center;
}
section.steps {
	background-image: url('img/steps.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
section.steps .section-title {
	color: #fff
}
.steps-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.steps-list .step {
	width: 25%;
	float: left;
	position: relative;
}
.steps-list .step .hex {
	width: 156px;
	height: 136px;
	margin: 0 auto 23px;
	display: block;
	background-image: url('img/hexagon_obrys.svg');
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.steps-list .step .hex svg, .steps-list .step .hex img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.steps-list .step.active .hex svg path {
	fill: #5E7DAB !important;
}
.steps-list .step.active .hex {
	background-image: url('img/hexagon.svg');
}
.steps-list .step .title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.steps-list .step p {
	line-height: 130%;
	font-size: 16px;
	max-width: 150px;
	display: block;
	margin: 0 auto;
}
.steps-list .step .hex:before {
	width: calc(100% - 3px);
	height: 3px;
	background: #F2F5FF;
	position: absolute;
	top: 50%;
	left: calc(100% - 3px);
	z-index: 100;
	margin-top: -2px;
	content: '';
}
.steps-list .step:last-child .hex:before {
	display: none;
}
section.reas .section-title {
	margin-bottom: 65px;
}
.half.list .item {
	float: left;
	width: 100%;
	max-width: 370px;
	margin-bottom: 30px;
}
.half.list .number {
	color: #5E7DAB;
	font-size: 70px;
	line-height: 100%;
	font-weight: 700;
	float: left;
	width: 70px;
	margin-top: -10px;
}
.half.list .text {
	float: right;
	width: calc(100% - 70px);
}
.half.list .text .name {
	font-weight: 700;
	margin-bottom: 2px;
}
.half.list .text p {
	font-size: 16px;
	margin-bottom: 0;
}
section.vzornik {
	background-image: url('img/vzornik.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
section.vzornik .section-title {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
}
section.vzornik p {
	margin-bottom: 25px;
}
section.vzornik .row {
	max-width: 560px;
}
section.content.contact {
	background-image: url('img/form.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
section.contact .section-title {
	text-align: left;
	margin-bottom: 15px;
}
.half {
	width: 50%;
	float: left;
}
.form {
	background: #5E7DAB;
	padding: 60px;
	position: relative;
	width: 50%;
	margin-top: 50px;
	float: left;
}
section.contact .muz {
	float: right;
	width: 50%;
}
section.contact p.desc {
	width: 50%;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 50px 0;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.entry {
	
}
.entry h1, .entry h2, .entry h3, .entry h4 {
	margin: 0 0 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
}
.entry h3 {
	font-size: 20px;
	margin: 0 0 15px;
}
.entry h4 {
	font-size: 18px;
	margin: 0 0 15px;
}
.entry p {
	line-height: 140%;
	margin-bottom: 30px;
}
.entry p a {
	color: #212121;
	text-decoration: underline;
}
.entry p a:hover {
	text-decoration: none;
}
.entry strong {
	font-weight: 700;
}
.wpcf7-form .terms {
	margin-top: 15px;
	color: #fff;
}
.wpcf7-form .terms a {
	color: #fff;
	text-decoration: underline;
}
.wpcf7-form .terms a:hover {
	text-decoration: none;
}
.wpcf7-form .terms .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form label {
	color: #B4BEE2;
	font-size: 16px;
}
.wpcf7-form .terms label {
	color: #fff;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	border: 0;
	border-bottom: 1px solid #B4BEE2;
	padding: 6px 0;
	outline: none;
	background: transparent;
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'Arboria';
}
.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
}
textarea {
	height: 100px;
}
input[type="submit"] {
	height: 60px;
	width: 210px;
	cursor: pointer;
	text-align: center;
	outline: none;
	font-size: 18px;
	font-family: 'Arboria';
	background: #fff;
	color: #5E7DAB;
	border: 0;
	margin-top: 25px;
}
input[type="submit"]:hover {
	background: #7695BE;
	color: #fff;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
section.contact-info {
	padding: 0;
}
section.contact-info .col {
	width: 30%;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
}
section.contact-info .col.map {
	width: 40%;
	float: left;
	padding-right: 0;
	padding-top: 0;
}
section.contact-info.first .col.map {
	margin-top: -107px;
}
section.contact-info.first .col.map iframe {
	height: 600px;
	display: block;
}
section.contact-info .col .title {
	color: #212121;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}
section.contact-info.first .col .title {
	font-size: 25px;
	margin-bottom: 15px;
}
section.contact-info.first {
	background: #fff;
}
section.contact-info.first h1 {
	font-size: 50px;
	margin: 30px 0 20px;
}
section.contact-info.first .col:nth-child(2) {
	width: 25%;
}
section.contact-info.first .col:nth-child(3) {
	border-left: 1px solid #E6E6E6;
	padding-left: 80px;
	width: 35%;
}
section.contact-info .col a {
	color:#5E7DAB;
}
section.contact-info .col p {
	margin-bottom: 25px;
}
section.contact-info .icon-soc {
	margin-right: 10px;
	display: inline-block;
}
.two-thirds {
	width: 66%;
}
.two-thirds h1 {
	font-size: 50px;
	margin: 0 0 10px;

}
.sections .section {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.sections .section .content {
	width: 60%;
	float: left;
	padding: 65px 75px;
	background: #fff;
	margin-top: 60px;
}
.sections .section .content h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}
.sections .section .content p {
	margin: 0 0 25px;
}
.sections .section .content a.arrow {
	color: #5E7DAB;
	padding: 3px 25px 3px 0;
	background-position: right 11px;
	background-repeat: no-repeat;
	background-image: url('img/sipka_doprava.svg');
}
.sections .section .photos {
	float: right;
	width: 40%;
}
.sections .section .photos img {
	float: left;
	width: 104px;
	height: auto;
	margin-bottom: 24px;
}
.sections .section .photos img.main {
	width: calc(100% - 128px);
	margin-right: 14px;
}
.section-main-title {
	font-size: 30px;
	font-weight: 700;
	margin: 80px 0 20px;
}
.sections.career .section {
	margin-top: 0;
	margin-bottom: 40px;
}
.sections.career .section .content {
	margin-top: 0;
	width: 100%;
	padding: 35px 50px;
}
.sections.career .section .content a.button {
	float: right;
}
.gallery-list {
	display: grid;
	gap: 30px;
	grid-template-columns: calc(35% - 10px) calc(35% - 10px)  calc(27% - 10px);
	grid-template-rows: 355px 355px;
	max-width: 1200px;
	margin: 0 auto;
}
.gallery-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-list img:nth-child(3) {
  grid-row: span 2;
  height: 100%;
}
.google-rez {
	position: relative;
	max-width: 450px;
}
.google-rez .slider-counter {
	width: 84px;
	height: 30px;
	background: #5E7DAB;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	display: none !important;
	top: 59px;
	color: #fff;
	right: 0;
	z-index: 200;
}
.google-rez .title {
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0 10px 52px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/google-title.png');
}
.google-inner {
	background: #fff;
	padding: 20px 30px 10px;
}
.google-inner .name {
	font-size: 16px;
	color: #818181;
	margin-bottom: 10px;
	padding: 10px 0 10px 50px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/avatar.svg');
}
.google-inner p {
	font-size: 16px;
	color: #212121;
	margin-bottom: 20px;
	line-height: 140%;
}
.slick-dots {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 200;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	width: 10px;
	height: 14px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #5E7DAB;
	display: block;
	cursor: pointer;
	font-size: 0;
}
.slick-dots li.slick-active button {
	background: #5E7DAB;
}
.google-rez a.write {
	color: #5E7DAB;
	text-decoration: underline;
	font-size: 16px;
	margin: 65px auto 0;
	text-align: center;
	width: 100%;
	max-width: 450px;
	display: block;
}
.google-rez a.write:hover {
	text-decoration: none;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}
.opacitynull {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeInLeft {
    opacity: 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
.fadeInRight {
    opacity: 0;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}


footer {
	background: #212121;
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 25px;
	color:#ABABAB;
}
footer .title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 25px;
}
footer a {
	color: #ABABAB;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
	margin-bottom: 3px;
}
footer .copy {
	color: #fff
}
.grecaptcha-badge {display: none !important;}



.clear {clear: both;}
.only-mobile {display: none !important;}

@media (max-width: 1100px) {
	header .main-menu li {margin-left: 15px;}
}
@media (max-width: 1000px) {
	header .main-menu ul, .main .logo, .steps-list .step .hex:before {display: none;}
	header .logo {width: 130px;}
	header {padding: 8px 0; height: 60px; position: relative;}
	header .menu-show, body.home header .logo  {display: block;}
	section.top a.icon {font-size: 16px; margin-left: 10px;}
	section.top {text-align: center;}
	section.main {background-image: url('img/main-mobile.jpg'); background-position: center center; height: auto; padding: 30px 0 300px; background-size: 100% auto; text-align: center;}
	a.button {padding: 12px 30px;}
	.main a.button {margin: 0 auto; min-width: 165px;}
	.steps-list .step {width: 100%; margin-bottom: 30px;}
	.steps-list .step .hex {width: 170px; float: left; margin: 0;}
	.steps-list .step p {max-width: 100%; margin: 0;}
	.steps-list .step .title {margin-top: 15px;}
	.only-mobile {display: block !important;}
	section.contact-info .col {width: 100% !important; text-align: center; padding-right: 0; padding-top: 15px;}
	section.contact-info.first .col:nth-child(3) {padding-left: 0; border-left: 0;}
	section.contact-info.first .col.map {margin-top: 0;}
	section.contact-info.first .col.map iframe {height: 300px;}
}
@media (max-width: 800px) {
	.half, .form, section.contact-info .col, section.contact-info .col.map, .sections .section .photos, section.contact p.desc {width: 100%;}
	.google-rez {margin: 0 auto;}
	section.contact .muz {display: none;}
	.two-thirds, .section-main-title {width: 100%; text-align: center;}
	.form {padding: 30px;}
	section.contact-info {text-align: center;}
	section.contact-info .col .title, .sections .section .content h2, .section-main-title {font-size: 26px;}
	.sections .section .content {width: 100%; padding: 30px 35px 100px; text-align: center;}
	.sections .section .photos {margin-top: -60px; padding: 0 30px;}
	.sections .section .photos img {width: calc(33.333% - 4px); margin-left: 4px;}
	.sections .section .photos img.main {width: 100%; margin: 0 0 4px 0;}
	.sections .section {margin-top: 0;}
	body.page .form {margin-bottom: 30px;}
	.sections.career .section .content {text-align: left;}
	.sections.career .section .content a.button {float: none;}
	.sections.career .section .content {padding: 20px 30px;}


}
@media (max-width: 700px) {
	.main h1, .two-thirds h1, section.contact-info.first h1 {font-size: 35px;}
	.section-title {font-size: 30px; margin-bottom: 35px;}
	
	

}
@media (max-width: 550px) {
	section.top a.icon.email {display: none; margin-left: 0;}
	

}


