/*░░░▒▒▒▓▓▓███  THE BASE  ███████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

html {
	height: 100%;
	background: #fff;
	font-size: 100%;
}

body {
	transition: opacity 250ms ease-out;
	opacity: 1;
	min-height: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3c3c3c;
	line-height: 1.5;
	position: relative;
	min-width: 285px;
}

p {
	margin: 1rem auto;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Serif', Arial, sans-serif;
	color: #2a4977;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

*+h1,*+h2,*+h3,*+h4,*+h5,*+h6 {
	margin-top: 2.4rem;
}

h1 { font-size: 36px }
h2 { font-size: 29px }
h3 { font-size: 24px }
h4 { font-size: 18px }

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #2a4977;
	margin: 1.5em auto;
}

a {
	transition: 200ms ease-in all;
	color: #2a4977;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	transition: 200ms ease-out all;
	color: #2a4977;
	text-decoration: underline;
}


.equalizer {
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

p.lead {
	font-face: 'PT Serif', Arial, sans-serif;
	font-weight: bold;
}

article + .metadata {
	margin: 30px 0 15px;
	opacity: .8;
	font-size: .81rem;
	font-style: italic;
}
article + .metadata .metadata-part {
	margin-left: 10px;
}

h4.trigo-module-title {
	display: none;
}
.component-title,
.section-title,
.module-title {
	position: relative;
	z-index: 1;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 1.56rem auto;
	font-weight: bold;
}

.component-title:after,
.section-title:after,
.module-title:after {
	display: block;
	content: '';
	width: 205px;
	height: 1px;
	background-color: #2a4977;
	margin: 25px auto 25px 0;
}

.component-title.txt-center:after,
.section-title.txt-center:after,
.module-title.txt-center:after {
	margin: 25px auto;
}

.component-title.beam,
.section-title.beam,
.module-title.beam {
	background: #2a4977;
	padding: 50px 0px 5px;
	margin-top: -50px;
}
.component-title.beam.short,
.section-title.beam.short,
.module-title.beam.short {
	background: #2a4977;
	padding: 20px 0px 1px;
	margin-top: -50px;
}
.component-title.beam.short:after,
.section-title.beam.short:after,
.module-title.beam.short:after {
	margin: 10px auto 20px;
}

.cols li,
.cols p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.go-back {
	margin-top: 35px;
	position: relative;
	z-index: 2;
}

.small {
	font-size: 75%;
}

.widest {
	width: 100%;
}

.clear {
	clear: both;
}

#googlemap {
	margin-top: 60px;
	margin-bottom: -60px;
}

.pillows {
	height: 35px;
}

.boxed-text {
	background: #fff;
	padding: 10px 20px;
	margin: 40px 0;
}

section {
	padding: 50px 0 60px;
	position: relative;
	z-index: 1;
}

.section-content {
	position: relative;
	z-index: 2;
}

section .section-img {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	opacity: 1;
}
section .section-img.scroll {
	background-attachment: scroll;
}
section .section-img.fixed,
section .section-img.parallax {
	background-attachment: fixed;
}

/* old android */
.android section .section-img,
.android section .section-img.fixed,
.android section .section-img.parallax,
.android .hero-slide {
	background-position: center !important;
	background-attachment: scroll !important;
}

section .section-img.opacity-10 { opacity: .1 }
section .section-img.opacity-20 { opacity: .2 }
section .section-img.opacity-40 { opacity: .4 }
section .section-img.opacity-60 { opacity: .6 }
section .section-img.opacity-80 { opacity: .8 }
section .section-img.opacity-100 { opacity: 1 }

section .section-struct {
	position: relative;
	z-index: 1;
}



/*░░░▒▒▒▓▓▓███  CUSTOM LIST STYLES  █████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

ul.custom {
	list-style-type: none;
	padding-left: 0;
}
ul.custom ul {
	padding-left: 15px;
}
ul.custom > li {
	position: relative;
	padding-left: 12px;
}
ul.custom li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-family: 'Ionicons';
	color: #2a4977;
}
ul.arrow li:before {
	content: '\f10b';
}
ul.triangle li:before {
	content: '\f363';
}



/*░░░▒▒▒▓▓▓███  ASTRO SECTION  ██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.astro {
	background: #2a4977;
	color: #fff;
}

.astro a,
.astro a:hover,
.astro a:active,
.astro a:focus { color: #80b1f9 }

.astro p,
.astro h1,
.astro h2,
.astro h3,
.astro h4,
.astro h5,
.astro h6 {
	color: #fff;
}

.astro hr {
	background-color: #fff;
	opacity: 0.5;
}

.astro .component-title:after,
.astro .section-title:after,
.astro .module-title:after {
	background-color: #fff;
}



/*░░░▒▒▒▓▓▓███  HEADER  █████████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

header {
	position: fixed;
	background: #fff;
	z-index: 10;
	top: 0;
	width: 100%;
	margin: 0 auto;
	min-width: 285px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}

header .controls {
	transition: 200ms ease-in all;
	float: right;
	margin-top: 39px;
}

.header-dummy {
	height: 110px;
}

.lang-switch {
	margin-bottom: 4px;
}
.lang-switch,
.lang-switch a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.lang-switch a {
	padding: 1px;
	border: 1px solid transparent;
}
.lang-switch a.active {
	border: 1px solid #2a4977;
}
.lang-switch a:hover,
.lang-switch a:active,
.lang-switch a:focus {
	border: 1px solid rgba(42,73,119, .5);
}

.lang-switch a img {
	display: block;
	height: 14px;
	width: auto;
}


header .logo-link-group {
	transition: 200ms ease-in all;
	display: block;
	position: relative;
	overflow: visible;
	width: 165px;
	height: 89px;
	float: left;
	margin: 7px 0 17px;
}
header .logo-circle {
	transition: 200ms ease-in all;
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 1;
	width: 65px;
	height: 65px;
}
header .logo-sign {
	transition: 200ms ease-in all;
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
	width: 165px;
	height: 24px;
}

header.scrolled .logo-link-group {
	transition: 200ms ease-out all;
	width: 252px;
	height: 45px;
	margin: 7px 0 8px;
}
header.scrolled .logo-circle {
	transition: 200ms ease-out all;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
}
header.scrolled .logo-sign {
	transition: 200ms ease-out all;
	top: 8px;
	left: 50px;
	width: 200px;
	height: 30px;
}

header.scrolled .controls {
	transition: 200ms ease-out all;
	margin-top: 13px;
}



/*░░░▒▒▒▓▓▓███  NAVIGATION  █████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.trigo-position-menu {
	display: inline-block;
	vertical-align: middle;
}

header .menu a {
	background: transparent;
	font-size: 16px;
	color: #202020;
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: bold;
}
/*
header .menu a:hover,
header .menu a:active,
header .menu a:focus,
header .menu li.active > a {
	text-shadow: none;
	text-decoration: none;
	background: transparent;
}
*/
header .menu a:hover:not(.trigo-liveedit-options),
header .menu a:active:not(.trigo-liveedit-options),
header .menu a:focus:not(.trigo-liveedit-options),
header .menu li.active > a:not(.trigo-liveedit-options) {
	text-shadow: none;
	text-decoration: none;
	background: transparent;
	color: #2a4977;
	outline: none;
}

header .menu > ul > li {
	margin: 0 25px;
}
header .menu > ul > li > a {
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	padding: 5px 0;
}
header .menu > ul > li > a:hover,
header .menu > ul > li > a:active,
header .menu > ul > li.active > a {
	border-bottom: 2px solid #2a4977;
}

header .menu > ul > li > a:hover,
header .menu > ul > li > a:active {
	transform: scale(1.12);
}

header .menu > ul > li ul {
	padding-top: 6px;
	padding-bottom: 6px;
}
header .menu > ul > li > ul {
	margin-left: -15px;
}
header .menu.horizontal > ul > li ul {
	min-width: 100%;
}
header .astro .menu.horizontal > ul > li ul {
	background: #fff;
}
header .menu > ul > li > ul {
	box-shadow:
		0 1px 1px rgba(0,0,0,.2);
}
header .menu > ul > li > ul ul {
	margin-top: -6px;
	box-shadow:
		-2px 0 0 #fff,
		0 0 1px rgba(0,0,0,.3);
}

header .menu > ul > li ul > li > a {
	padding-left: 13px;
	padding-right: 15px;
	border-left: 2px solid transparent;
}
header .menu > ul > li ul > li > a:hover,
header .menu > ul > li ul > li > a:active,
header .menu > ul > li ul > li.active > a {
	border-left: 2px solid #2a4977;
}


/*░░░▒▒▒▓▓▓███  LANGUAGE SWITCH  ████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.compact-lang-switch {
	position: relative;
	display: none;
	background: fff;
	width: 29px;
	vertical-align: middle;
}
.compact-lang-switch:before,
.compact-lang-switch:after {
	clear: both;
	content: '';
	display: table;
}
.compact-lang-switch .lang {
	display: block;
	height: 14px;
	width: auto;
}
.compact-lang-switch .lang-link {
	float: left;
	display: block;
	padding: 1px;
	margin: 3px;
	background: #fff;
	border: 1px solid transparent;
	z-index: 1;
}
.compact-lang-switch .lang-link.current {
	border: 1px solid #2a4977;
	z-index: 2;
	cursor: pointer;
}
.compact-lang-switch .lang-link:hover,
.compact-lang-switch .lang-link:active,
.compact-lang-switch .lang-link:focus {
	border: 1px solid rgba(42,73,119, .5);
}

.compact-lang-switch .lang-list {
	position: absolute;
	top: 30px;
	z-index: 1;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0, .1);
}
.compact-lang-switch .lang-link.current.active + .lang-list,
.compact-lang-switch .lang-link.current:focus + .lang-list {
	height: auto;
}



/*░░░▒▒▒▓▓▓███  HERO BANNER  ████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.trigo-position-banner {
	position: relative;
	z-index: 1;
	height: 640px;
	height: 100vh;
}
.hero-stage {
	z-index: 1;
	height: 100%;
}
.hero-slide {
	font-family: 'zero-width';
	text-align: left;
	vertical-align: bottom;
}

.hero-nav-wrp {
	width: 100%;
	position: absolute;
	top: 50%;
}
.hero-nav {
	position: relative;
	width: 100%;
	max-width: 1164px;
	margin: -31px auto 0;
}
.hero-next,
.hero-prev {
	top: 0;
	background: transparent;
	text-decoration: none;
}
.hero-next:hover,
.hero-prev:hover,
.hero-next:active,
.hero-prev:active {
	text-decoration: none;
}

.hero-next {
	right: 0;
}
.hero-prev {
	left: 0;
}

.hero-next:after,
.hero-prev:after {
	transition: 200ms ease-in all;
	color: #2a4977;
	font-family: 'Ionicons';
	display: block;
	font-size: 31px;
	width: 50px;
	opacity: .5;
}
.hero-prev:after {
	content: '\f3d2';
}
.hero-next:after {
	content: '\f3d3';
}
.hero-next:hover:after,
.hero-next:active:after,
.hero-prev:hover:after,
.hero-prev:active:after {
	transition: 200ms ease-out all;
	opacity: 1;
}

.hero-desc-wrapper {
	font-family: 'Open Sans', Arial, sans-serif;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 50px;
	line-height: 1.2;
	color: #fff;
	width: 100%;
	max-width: 1164px;
	margin-bottom: 40px;
}

.hero-title {
	color: #2a4977;
	margin: 5px 0;
	padding: 12px 20px 8px;
	display: inline-block;
	font-size: 3rem;
	text-shadow: 0 0 8px #fff;
	font-size: calc(2vw + 2vh + 1vmin);
	background: rgba(255,255,255, .66);
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.hero-desc {
	font-size: 1.75rem;
	background: rgba(42,73,119, .66);
	text-shadow: 0 0 8px rgba(42,73,119, 1);
	display: inline-block;
	padding: 12px 20px 8px;
	font-size: calc(1.25vw + 1.25vh + .625vmin);
	margin: 10px 0;
}



/*░░░▒▒▒▓▓▓███  PAGINATION  █████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.pagination {
	display: inline-block;
	text-align: center;
	width: 100%;
	list-style-type: none;
}
.pagination li {
	display: inline-block;
	margin: 3px;
}
.pagination li a {
	color: #2a4977;
	text-align: center;
	width: 25px;
	text-shadow: none;
	display: block;
	background-color: transparent;
	font-size: .87rem;
	padding: 1px 0;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid #2a4977;
	text-transform: uppercase;
}
.pagination li.current a {
	background-color: #2a4977;
	border: 2px solid #2a4977;
	color: #fff;
}
.pagination li:hover a,
.pagination li:active a {
	background-color: #2a4977;
	border: 2px solid #2a4977;
	color: #fff;
	text-decoration: none;
}



/*░░░▒▒▒▓▓▓███  FORMS, INPUTS, BUTTONS  █████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

input, select, textarea {
	border-color: #666;
	padding: 8px 14px;
	color: #5a5a5a;
	margin-bottom: 14px;
	border-color: #fff;
}

.captcha-container .image-container {
	background: #fff;
	margin-bottom: 2px;
}

input:focus, textarea:focus {
	border-color: #eee;
	background: #eee;
}
.error small, small.error {
	border-radius: 0;
}

a.button,
.button,
button {
	color: #2a4977;
	background-color: transparent;
	font-size: .75rem;
	font-weight: bold;
	padding: 8px 20px;
	border: 2px solid #2a4977;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
}

a.button.fancy,
.button.fancy,
button.fancy {
	font-family: 'PT Serif', Arial, sans-serif;
	font-weight: bold;
}
a.button.big,
.button.big,
button.big {
	font-size: 18px;
	padding: 12px 20px;
}

a.button:hover,
a.button:active,
a.button.active,
.button:hover,
.button:active,
.button.active,
button:hover,
button:active,
button.active {
	color: #fff;
	background-color: #2a4977;
	text-decoration: none;
	text-shadow: none;
}

button:disabled {
	border-color: #686868;
	background: #686868;
	color: #fff;
}

a.button:disabled:hover,
.button:disabled:hover,
button:hover {
	background: #686868;
}

.astro a.button,
.astro .button,
.astro button {
	transition: 200ms ease-out all;
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.astro a.button:hover,
.astro a.button:active,
.astro a.button.active,
.astro .button:hover,
.astro .button:active,
.astro .button.active,
.astro button:hover,
.astro button:active,
.astro button.active {
	transition: 200ms ease-in all;
	color: #2a4977;
	background-color: #fff;
}

label {
	display: inline-block;
	margin-bottom: 15px;
}

/* MAGIC CHECKBOXES & RADIOS °д° */
label input[type="checkbox"],
label input[type="radio"] {
	display: none;
}

label {
	cursor: pointer;
}

label input[type="checkbox"] + i:before,
label input[type="radio"] + i:before {
	display: inline-block;
	font-family: 'Ionicons';	
	margin-right: 7px;
	font-style: normal;
	font-size: 120%;
}
label input[type="checkbox"]:not(:checked) + i:before {
	content: '\f372';
}
label input[type="checkbox"]:checked + i:before {
	content: '\f373';
}
label input[type="radio"]:not(:checked) + i:before {
	content: '\f3a6';
}
label input[type="radio"]:checked + i:before {
	content: '\f3a7';
}


.mfp-wrap .button,
.mfp-wrap .button:hover,
.mfp-wrap .button:active,
.mfp-wrap button,
.mfp-wrap button:hover,
.mfp-wrap button:active {
	border: none;
	background: transparent;
}

.price-form-wrp {
	margin-top: 30px;
	margin-bottom: 25px;
}



/*░░░▒▒▒▓▓▓███  MOBILE NAVIGATION  ██████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.mobile-menu-button {
	cursor: pointer;
	font-size: 28px;
	line-height: 28px;
	padding: 5px 9px 2px;
	vertical-align: middle;
}

.navbar.short .mobile-menu-button {
    margin-top: 10px;
}

.trigo-position-overlay .menu {
	transition-property: background-color, width;
    transition-timing-function: linear;
    transition-duration: 250ms, 0ms;
    transition-delay: 0ms, 250ms;
    display: block;
    width: 0;
    background: rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
	overflow: hidden;
}

.trigo-position-overlay .menu.visible,
.trigo-position-overlay .menu:focus {
    transition-property: background-color, width;
    transition-timing-function: linear;
    transition-duration: 250ms, 0ms, 250ms;
    transition-delay: 0ms, 0ms;
    width: 100%;
    background: rgba(0,0,0,.7);
    margin: 0;
    padding: 0;
	overflow: auto;
}

.trigo-position-overlay .menu > ul * {
	white-space: pre-wrap;
}

.trigo-position-overlay .menu > ul {
    transition: 250ms linear all;
    position: absolute;
    width: 150px;
    top: 0;
    right: -150px;
    min-height: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0);
    background: #111;
    padding: 20px 0;
    margin: 0;
}
.trigo-position-overlay .menu.visible > ul,
.trigo-position-overlay .menu:focus > ul {
    right: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}


.trigo-position-overlay .menu li {
	height: auto;
}

.trigo-position-overlay .menu li > a {
	font-size: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	color: #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
.trigo-position-overlay .menu li > a:hover,
.trigo-position-overlay .menu li > a:active {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
.trigo-position-overlay .menu li.active > a {
	background-color: #555;
	text-decoration: none;
}
.trigo-position-overlay .dropdown {
	position: static;
	display: inline;
}



/*░░░▒▒▒▓▓▓███  SERVICES  ███████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

#services-output {
	margin-top: 30px;
}

.service-buttons.row {
	margin-top: 30px;
	margin-bottom: 70px;
}
.service-buttons .button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.svc-name {
	transition: all 200ms ease-in;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 35px 15px 15px;
	border-bottom: 1px solid rgba(255,255,255, .5);
	cursor: pointer;
	position: relative;
}
.svc-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}
.svc-name.active {
	background: #182a49;
	transition: all 200ms ease-out;
}

.svc-desc-name {
	font-size: 18px;
}



/*░░░▒▒▒▓▓▓███  FOOTER  █████████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

footer {
	background: #2a4977;
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}

footer .logo {
	margin: 15px 0;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
	text-shadow: none;
	color: #fff;
}



/*░░░▒▒▒▓▓▓███  WIDGETS  ████████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.widget-ctr {
	position: fixed;
	z-index: 5;
	top: 0;
	bottom: 0;
	width: 0;
	overflow: visible;
}
.widget-ctr.left {
	left: 0;
}

.fb {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -67px;
	width: 46px;
	text-align: center;
	background: #3B5998;
	color: #fff;
	font-size: 30px;
	border-radius: 0 4px 4px 0;
}
.widget-ctr.left .fb {
	left: -10px;
}

.fb:hover,
.fb:active {
	color: #fff;
}

.widget-ctr.left .fb:hover,
.widget-ctr.left .fb:active {
	left: 0;
}



/*░░░▒▒▒▓▓▓███  BACK TO TOP BUTTON  █████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.back-to-top {
	display: block;
	position: fixed;
	z-index: 4;
	right: 10px;
	bottom: -17px;
	width: 48px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	background: #2a4977;
	color: #fff;
	padding: 3px;
	cursor: pointer;
	opacity: .9;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
.icon {
	font-size: 30px;
	line-height: 1;
}

.back-to-top:hover,
.back-to-top:active {
	bottom: 0;
	color: #fff;
	text-decoration: none;
}

.back-to-top.hidden {
	bottom: -50px;
}



/*░░░▒▒▒▓▓▓███  ABOVEBOX  ███████████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

.module-abovebox-content { padding: 10px !important }
.module-abovebox-content > *:first-child { margin-top: 0 }
.module-abovebox-content > *:last-child { margin-bottom: 0 }



/*░░░▒▒▒▓▓▓███  MEDIA QUERIES  ██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░*/

@media screen and (max-width: 1163px)
{
	header .menu > ul > li {
		margin: 0 15px;
	}
	header .menu a {
		font-size: 15px;
	}
	header .controls {
		margin-top: 41px;
	}
	header.scrolled .controls {
		margin-top: 15px;
	}
}

@media screen and (max-width: 899px)
{
	header.scrolled .logo-link-group {
		width: 200px;
	}
	header.scrolled .logo-sign {
		width: 160px;
	}
	.lang-switch {
		display: none;
	}
	.compact-lang-switch {
		display: inline-block;
	}
}

@media screen and (max-width: 767px)
{
	html {
		font-size: 85%;
	}

	header .controls {
		margin-top: 36px;
	}
	header.scrolled .controls {
		margin-top: 11px;
	}

	.trigo-position-menu {
		display: none
	}
	
	.fs-63 { font-size: 3rem }
	.fs-44 { font-size: 2.4rem }
	.fs-26 { font-size: 1.5rem }

	doesnotexist:-o-prefocus, .hero-title {
		font-size: 1.25rem;
	}
	doesnotexist:-o-prefocus, .hero-desc {
		font-size: 1rem;
	}
	
	.hero-slide, .parallax {
		background-position: center center !important;
	}
	
	.hero-slide {
		background-attachment: fixed;
	}
}

@media screen and (max-width: 511px)
{
	doesnotexist:-o-prefocus, .hero-title {
		font-size: 1rem;
	}
	doesnotexist:-o-prefocus, .hero-desc {
		display: none;
	}
	.widget-ctr {
		display: none;
	}

	.fs-63 { font-size: 2.4rem }
	.fs-44 { font-size: 2rem }
	.fs-26 { font-size: 1.5rem }

	.sm-txt-center .module-title:after {
		margin-left: auto;
		margin-right: auto;
	}
	
	header.scrolled .logo-sign {
		top: 0;
		left: 45px;
		width: 130px;
		height: 40px;
	}

	header.scrolled .logo-circle {
		width: 40px;
		height: 40px;
	}
	
	header.scrolled .logo-link-group {
		transition: 200ms ease-out all;
		width: 178px;
		height: 40px;
		margin: 7px 0 8px;
	}
	
	header.scrolled .controls {
		margin-top: 12px;
	}
	
	.mobile-menu-button {
		cursor: pointer;
		font-size: 22px;
		line-height: 28px;
		padding: 0px 6px;
	}

	.module-abovebox {
		left: 10px !important;
		right: 10px !important;
		bottom: 10px !important;
		width: auto !important;
	}
	
	.component-title, .section-title, .module-title {
		font-size: 30px;
	}

	.button.big, .button.big, button.big {
		white-space: normal;
	}
	
	section {
		padding: 25px 0;
	}
	
	.component-title.beam,
	.section-title.beam,
	.module-title.beam {
		background: #2a4977;
		padding: 40px 0px 1px;
		margin-top: -25px;
	}
	.component-title.beam.short,
	.section-title.beam.short,
	.module-title.beam.short {
		padding: 20px 0px 1px;
		margin-top: -25px;
	}

	.pillows {
		height: 0;
	}
	
	#googlemap {
		margin-bottom: -25px;
	}
	
	.service-buttons.row {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	.services-descs {
		margin-top: 30px;
	}
}

@media screen and (max-height: 640px)
{
	section {
		padding: 20px 0;
	}

	.component-title,
	.section-title,
	.module-title {
		font-size: 30px;
	}
	.component-title.beam,
	.section-title.beam,
	.module-title.beam,
	.component-title.beam.short,
	.section-title.beam.short,
	.module-title.beam.short {
		padding: 20px 0px 1px;
		margin-top: -20px;
	}
	.component-title.txt-center:after,
	.section-title.txt-center:after,
	.module-title.txt-center:after {
		margin: 10px auto 20px;
	}

	.pillows {
		display: none;
	}
	.service-buttons.row {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#googlemap {
		margin-top: 20px;
		margin-bottom: -20px;
	}
}