* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color:inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	/* color:#929593; */
	color:#000;
}
p {
	margin:1em 0;
	text-align:justify;
}
h1 {
    text-align: center;
    font-weight: bold;
	font-size:1.75em;
	margin:0.5em 0 .5em 0;
	color:#000;
}
h2, h2>a {
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	color:#1a251c;
}
h3, h3>a {
    font-weight: normal;
    font-size: 1.2em;
	color:#1a251c;
}
main {
	max-width:75em;
	padding:1em;
	padding-bottom: 3em;
}
article {
    padding: 1em 0em;
}
section:after, body>header:after, body>header>.container:after, body>header>.container>nav:after, body>header>.container>nav>ul:after, body>footer:after, body>footer>.container:after,
body>footer>.container>.social-accounts>ul:after, body.home>.container:after, body.home>.container>main:after, body.home>.container>main>article:after,
body.contact main>article:after, body.contact main>article>address:after, body.gallery main:after, body.gallery main>article:after, body.gallery main>article>ul:after,
body.articles main>article:after, body.blog main>article:after, body.articles main>article>ul:after, body.blog main>article>ul:after, body.article main:after, body.blog-item main:after,
body.article main>article>ul:after, body.blog-item main>article>ul:after, .ca:after {
	content:"";
	display:table;
	clear:both;
}
img {
	width:100%;
	height:auto;
}
li {
	padding:.5em;
}
address>p {
	margin: .25em 0 0 0;
}
.container {
	max-width:75em;
	margin:0 auto;
}

body>header {
	border-bottom:2px solid #fff;
	/*background: #1da2ed;
	background: -moz-linear-gradient(left, #1da2ed 0%, #1b8dcd 41%, #1da2ed 100%);
	background: -webkit-linear-gradient(left, #1da2ed 0%,#1b8dcd 41%,#1da2ed 100%);
	background: linear-gradient(to right, #1da2ed 0%,#1b8dcd 41%,#1da2ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da2ed', endColorstr='#1da2ed',GradientType=1 );*/
	background:#1fa4ef;
	position:fixed;
	width:100%;
	top:0;
	z-index:250;
}
body>header>.container {
	padding-top:.25em;
	padding-bottom:.25em;
}
body>header>.container>div.logo {
	float:left;
	box-sizing: border-box;
	width: 20%;
	padding-right:1em;
}
body>header>.container>div.logo img {
	height: auto;
    width: 150px;
    display:block;
}
body>header>.container>nav {
	float:left;
	box-sizing: border-box;
	width:80%;
	padding-left:0;
    padding-top: 2.9em;
}
body>header>.container>nav>.mobile-menu {
	display:none;
	visibility:hidden;
	opacity:0;
}
body>header>.container>nav>ul>li {
	float:left;
	display:block;
	padding:0;
}
li.mobile-only {
	display:none;
}
body>header>.container>nav>ul>li.active a {
	color: #fff;
}
body>header>.container>nav>ul>li.hasSubMenu {
	position:relative;
}
body>header>.container>nav>ul>li.hasSubMenu>ul {
	display:none;
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:0;
	top:100%;
}
body>header>.container>nav>ul>li.hasSubMenu ul ul {
	display:none;
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:0;
	top:100%;
}
body>header>.container>nav>ul>li a {
	padding:1em;
	position:relative;
	display:block;
	color: #000;
	border-right:1px solid #fff;
	font-weight:600;
	white-space:nowrap;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li a {
	padding:.5em .75em;
}
body>header>.container>nav>ul>li:last-of-type a {
	border-right:none;
}
body>header>.container>nav>ul>li:hover a {
	color: #fff;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul {
	display:block;
	visibility:visible;
	opacity:1;
	position:absolute;
	left:0;
	top:100%;
	z-index:10;
	background: #f2f2f2;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul li:hover>ul {
	display:block;
	visibility:visible;
	opacity:1;
	position:absolute;
	left:100%;
	top:0;
	z-index:10;
	background: #f2f2f2;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li {
	padding:0;
}
body>header>.container>nav>ul>li.hasSubMenu:hover li:hover>ul>li {
	padding:0;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li a {
	border:1px solid #f0f0f0;
	border-top:none;
	background: #fff;
	color:#808080;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul li.mobile-only+li>a {
	border-top:1px solid #f0f0f0;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li:hover>a {
	background: #f0f0f0;
	color:#000;
}
body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li:hover ul li:hover>a {
	background: #f0f0f0;
	color:#000;
}

.slideshow {
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.slideshow>li.real {
	position:absolute;
	left:100%;
	top:0;
}
.slideshow>li.real.active {
	left:0;
}
.slideshow>li>* {
	font-size:16px;
}
.slideshow figcaption {
	max-width:66em;
    position: absolute;
    text-align: right;
    top: 10em;
    left: 0;
    width: 100%;
    padding-right: 1em;
}
.slideshow figcaption.live {
	position: absolute;
    text-align: right;
    top: 0;
    left: 0em;
    width: 100%;
    padding-right: 1em;
	max-width:none;
}
.slideshow>li {
    display: inline-block;
	position:relative;
	width:100%;
	float:none;
	padding:0;
	overflow:visible;
}
.slideshow>li>figure>figcaption.live>.container>* {
	text-align:right;
	font-size: 32px;
	background:rgba(105, 161, 187, .4);
	padding:.2em .5em;
	display:inline-block;
	border-radius:.15em;
	color:#fff;
}
div.wrapper {
	padding-left: 0;
    margin-top: 0;
	position:relative;
}
div.wrapper>a.next {
	position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
	z-index:3;
	background:#69a1bb;
	opacity:0.5;
	border-radius:10px;
}
div.wrapper>a.prev {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	z-index:3;
	background:#69a1bb;
	opacity:0.5;
	border-radius:10px;
}
.wrapper>a.action {
	background-repeat:no-repeat;
	display:block;
	width:40px;
	height:58px;
}
.wrapper>a.action.next {
	background-image:url('images/right-vector.png');
}
.wrapper>a.action.next:hover {
	opacity:1;
}
.wrapper>a.action.prev {
	background-image:url('images/left-vector.png');
}
.wrapper>a.action.prev:hover {
	opacity:1;
}

.breadcrumb-box {
	padding:1em 0;
	background:#ececec;
	color:#909e9f;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	display:none;
}
body.contact main, body.contact main>article, body.gallery main, body.articles main, body.blog main, body.gallery main>article, body.services main, body.services main>article, body.measurements main, body.measurements main>article,body.profile main, body.profile main>article, body.article main, body.blog-item main, body.article main>article, body.blog-item main>article {
	padding-top:0;
}
/* body.home main>article>div>* { */
	/* color:#1a251c; */
/* } */
body.home>.container {
	max-width:100%;
}
body.home main {
	max-width:100%;
	padding:0;
}
.parallax-container {
  height: 500px;
  width: 100%;
}
.parallax-window {
    min-height: 500px;
    background: transparent;
}
.first-paragraph {
    float: left;
    color: #fff;
    padding-top: 5em;
    padding-left: 4em;
	font-style:italic;
	font-size:1em;
}
.first-paragraph h2 {
	font-weight:bold;
	color:#fff;
	font-size:3em;
	font-style:italic;
}
.first-paragraph h3 {
	color:#fff;
	font-style:italic;
	font-size:2em;
}
#parallax2 {
	padding-bottom: 3em;
	padding-top: 3em;
}
#parallax2::after {
	content:"";
	display:table;
	clear:both;
}
.parallax2-container {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
}
#parallax2 .parallax2-image-wrapper {
	float:left;
	box-sizing: border-box;
	width: 30%;
	padding-right: 1em;
	padding-top: 1.5em;
}
#parallax2 .parallax2-image-wrapper .parallax2-left-image {
	border: #f0f0f0 10px solid;
	border-radius: 6px;
}
#parallax2 .parallax2-text-wrapper {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding-left: 1em;
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
}
#parallax2 p {
	font-size:1.1em;
	/* margin-top: 2.5em; */
	padding-right:1em;
}
.middle {
	max-width:50em;
}
#parallax3 {
	background:#fff;
	max-height:3em;
}
.parallax4-container {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	min-height: 0;
	font-size:1.1em;
}
.parallax4-container .middle-opacity {
	max-width: 50em;
	margin-top: 1em;
	padding: 0;
}
#parallax4 h2 {
	color: #1a251c;
	font-weight: 500;
	font-size: 1.2em;
	text-align:center;
}
.middle h2 {
	font-weight:bold;
	color:#fff;
	font-size:3em;
	font-style:italic;
}
.middle h3 {
	color:#fff;
	max-width:38em;
	padding-left:9em
}
.middle-opacity {
	background:#fff;
	max-width:63em;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	padding:1em;
	margin-top:4em;
}
.middle-opacity h3 {
	text-align:center;
}
#parallax5 h2 {
	color:#000;
	font-weight:bold;
	font-size:3em;
	text-align:center;
	text-decoration:underline;
}
body.home main>.parallax-window>div {
	max-width:50em;
	margin-left:auto;
	margin-right:auto;
}
body.home main>article>div {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.purposes-list {
	list-style-position: inside;
	list-style-type: lower-greek;
}
body.home main>article>div strong {
	font-weight:bold;
	font-size:1.25em;
}
#home-banner {
	margin-top: 1em;
}
#home-banner .banner-title {
	color: #1a251c;
	font-weight: 500;
	font-size: 1.2em;
	text-align: center;
}
#home-banner img {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .75em;
}
body.c404 main>article>img {
	max-height:400px;
	width:auto;
	display:block;
	margin:2em auto;
}
body.contact main>article>#map-holder {
	height: 450px;
	margin-bottom: 2em;
}
body.contact main>article>#map-holder>iframe {
	width:100%;
	height:100%;
}
body.contact main>article>h1 {
	display:none;
	visibility:hidden;
	opacity:0;
}
body.contact main>article>address {
	margin-bottom:2em;
}
body.contact main>article>address img {
	float:left;
	width:40%;
	max-width:40%;
	height:auto;
	margin-right:2em;
}
body.contact main>article>address strong {
	font-weight: bold;
	font-size: 1.25em;
	color: #1a251c;
}
body.contact main>article>address a {
	color: #999;
}
body.contact main>article>address a:hover {
	text-decoration: underline;
}
body.contact main>article>.form-wrapper {
	/*float:left;
	width: 48%;
	max-width:60%;*/
	padding-top: 1em;
}
body.contact main>article>.form-wrapper>h2 {
	text-align: left;
	font-size: 1.5em;
	margin-bottom: .25em;
}
body.contact main>article>.form-wrapper legend {
	color: #1a251c;
	margin:1em 0;
}
body.contact main>article>.form-wrapper .fields {
	float:left;
	width:47%;
	margin-left: 1em;
}
body.contact main>article>.form-wrapper fieldset>div:nth-of-type(1) {
	margin-left: 0;
}
body.contact main>article>.form-wrapper label {
	display: block;
	margin-bottom: .5em;
}
body.contact main>article>.form-wrapper input[type="text"] {
	width:100%;
	padding:10px;
	border:1px solid #ececec;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    margin-bottom: .75em;
}
body.contact main>article>.form-wrapper input[type="text"]:focus, body.contact main>article>.form-wrapper textarea:focus {
	background-color: #f9f9f9;
    border-color: #d5e5ee;
    color: #1982C2;
}
body.contact main>article>.form-wrapper textarea {
	width:100%;
	padding:10px;
	height:24ex;
	border:1px solid #ececec;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    resize:none;
}
body.contact main>article>.form-wrapper input[type="submit"] {
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    padding:11px 20px;
    color: #fff;
    background: #999;
    cursor: pointer;
    border: none;
    margin-top: 1em;
}
body.contact main>article>.form-wrapper .form-failure {
	color:#c3293a;
	font-weight:bold;
	margin:1em 0;
}
body.contact main>article>.form-wrapper .form-success {
	color:#00b33c;
	font-weight:bold;
	margin:1em 0;
}
body.contact main>article>.central-image {
	float:left;
	width: 37%;
	max-width:37%;
	height:auto;
	margin-left:1em;
}
body.gallery main>article, body.articles main>article, body.blog main>article {
	padding-top:0;
}
body.gallery main>article>h1 {
	display:none;
	visibility:hidden;
	opacity:0;
}
body.gallery main>article>.main-image {
	max-height:450px;
	width:100%;
}
body.gallery main>article>ul>li {
	float:left;
	width:25%;
}
body.services main>article>figure, body.measurements main>article>figure, body.profile main>article>figure {
	position:relative;
}
body.services main>article>figure>figcaption, body.measurements main>article>figure>figcaption, body.profile main>article>figure>figcaption {
	position:absolute;
	top:2em;
	left:0;
	width:100%;
	text-align:center;
}
body.services main>article>figure>figcaption>*, body.measurements main>article>figure>figcaption>*, body.profile main>article>figure>figcaption>* {
	text-align:center;
	color: #1a251c;
	line-height:1.5;
	font-size:1.25em;
}
body.services main>article strong, body.measurements main>article strong {
	font-weight:400;
	font-size:1.4em;
	line-height:1.7;
	display:block;
	clear:left;
}
body.profile main>article strong {
	font-weight:400;
	font-size:2em;
	line-height:1.7;
	clear:left;
	color: #1a251c;
}
body.measurements main>article>p img, body.measurements main>article>div img, body.measurements main>article>p a>img, body.measurements main>article>div a>img {
	width:7%;
	max-width:7%;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
body.profile main>article>p>span>img:nth-of-type(1), body.profile main>article>p>span>a>img:nth-of-type(1) {
	width:40%;
	max-width:40%;
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.image-content-left {
	width: 40%;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}
.image-content-right {
	width: 40%;
	float: left;
	/*padding-right: 1em;*/
	padding-bottom: 1em;
	width: 100%;
}
.profile-titles {
	margin: 1em 0;
}
.profile-list {
	list-style-position: inside;
}
span.strong {
	font-weight: bold;
}
body.measurements main>article>.central-image, body.profile main>article>.central-image {
	max-height:450px;
	width:100%;
}
body.profile main>article span {
	color:#1a251c;
	line-height:1.5;
}
body.profile main>article a {
	color:#999;
}
body.profile main>article a:hover {
	text-decoration:underline;
}
body.articles main>article>h1, body.blog main>article>h1 {
	display:none;
	visibility:hidden;
	opacity:0;
}
body.articles main>article>ul>li, body.blog main>article>ul>li {
	float:left;
	width:25%;
	padding-bottom:3em;
	position: relative;
}
body.articles main>article>ul>li:nth-child(4n+5), body.blog main>article>ul>li:nth-child(4n+5) {
	clear:left;
}
body.articles main>article>ul>li h2, body.blog main>article>ul>li h2 {
	text-align:left;
	font-weight:500;
}
body.articles main>article>ul>li h2>a, body.blog main>article>ul>li h2>a {
	font-size: 1.1em;
}
body.articles main>article>ul>li .learn-more, body.blog main>article>ul>li .learn-more {
	float:right;
	color: #999;
	position: absolute;
	right: 0;
	left:0;
	text-align: center;
	bottom: 1em;
}
body.articles main>article>ul>li .learn-more:hover, body.blog main>article>ul>li .learn-more:hover {
	text-decoration: underline;
}
body.articles main>article>div.paging, body.blog main>article>div.paging {
	float:right;
	text-align:right;
	width:auto;
	max-width:100%;
	margin-top:3.5em;
}
body.articles main>article>div.paging a, body.blog main>article>div.paging a, body.articles main>article>div.paging span, body.blog main>article>div.paging span {
	padding:.5em .7em;
	background:#bbb;
	color:#747474;
	margin-left:.5em;
}
body.articles main>article>div.paging span.current, body.blog main>article>div.paging span.current {
	background:#999;
	color:#fff;
}
body.articles main>article>p.no-articles, body.blog main>article>p.no-articles {
	text-align:center;
	line-height: 1.7;
	font-size:1.25em;
	margin-bottom:3em;
}
body.article main>article, body.blog-item main>article {
	float:left;
	width:70%;
	padding-right: 1em;
	border-right: 1px solid #ececec;
}
body.article main>article>ul, body.blog-item main>article>ul {
	margin:1em 0;
}
body.article main>article>ul>li, body.blog-item main>article>ul>li {
	float:left;
	width:25%;
}
body.article main>article>.content table, body.blog-item main>article>.content table {
	width:100%;
}
body.article main>article>.content table tr th, body.blog-item main>article>.content table tr th {
	font-weight:bold;
	font-size:1.1em;
}
body.article main>article>.content table tr td, body.blog-item main>article>.content table tr td,
body.article main>article>.content table tr th, body.blog-item main>article>.content table tr th {
	padding:1.5em 0;
	text-align:center;
	border-bottom:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
}
body.article main>article>.content table tr td:last-of-type, body.blog-item main>article>.content table tr td:last-of-type,
body.article main>article>.content table tr th:last-of-type, body.blog-item main>article>.content table tr th:last-of-type {
	border-right:none;
}
body.article main>article>.content table tr:last-of-type  td, body.blog-item main>article>.content table tr:last-of-type  td {
	border-bottom:none;
}
body.article main>article>.content table tr:hover td, body.blog-item main>article>.content table tr:hover td,
body.article main>article>.content table tr:hover th, body.blog-item main>article>.content table tr:hover th {
	background: #69a1bb;
	color:#fff;
}
body.article main>article>.content ul, body.blog-item main>article>.content ul {
	list-style:disc inside;
}
body.article main>article>.content ul li, body.blog-item main>article>.content ul li {
	/* font-weight:bold; */
}
body.article main>article>.content ul li>ul, body.blog-item main>article>.content ul li>ul {
	list-style: decimal inside;
}
body.article main>aside.recent-articles, body.blog-item main>aside.recent-articles {
	float:left;
	width:25%;
	margin-left:3em;
	padding:1em 0;
}
body.article main>aside.recent-articles>h2, body.blog-item main>aside.recent-articles>h2 {
	margin-bottom:1em;
	text-align:left;
	line-height: 1.4;
	font-size: 1.125em;
}
body.article main>aside.recent-articles>ol>li, body.blog-item main>aside.recent-articles>ol>li {
	padding:0;
	border-bottom:1px solid #ececec;
	border-right:2px solid #999;
}
body.article main>aside.recent-articles>ol>li>a, body.blog-item main>aside.recent-articles>ol>li>a {
	padding: .75em 1em;
	display: block;
}
body.article main>aside.recent-articles>ol>li>a, body.blog-item main>aside.recent-articles>ol>li>a {
	background:#fff;
}
body.article main>aside.recent-articles>ol>li:hover>a, body.blog-item main>aside.recent-articles>ol>li:hover>a {
	background:#999;
	color:#fff;
	border-right:5px solid #69a1bb;
}
body>footer {
	color:#fff;
	background: #2754a7;
	background: -moz-linear-gradient(left, #2754a7 0%, #244788 45%, #2754a7 100%);
	background: -webkit-linear-gradient(left, #2754a7 0%,#244788 45%,#2754a7 100%);
	background: linear-gradient(to right, #2754a7 0%,#244788 45%,#2754a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2754a7', endColorstr='#2754a7',GradientType=1 );
}
body>footer>.container {
	padding: 1em 0;
}
body>footer>.container>#copyright {
	float:left;
	width:30%;
	max-width:30%;
	margin-left:1em;
}
body>footer>.container>.contact-us {
	float:left;
	width:40%;
	max-width:40%;
	margin-left:.5em;
	font-size:.9em;
}
body>footer>.container>.contact-us>h2 {
	text-align:left;
}
body>footer>.container>.contact-us>address>* {
	color:#545454;
	text-align:left;
}
body>footer>.container>.contact-us>address a {
	color:#999;
}
body>footer>.container>.contact-us>address a:hover {
	text-decoration:underline;
}
body>footer>.container>.social-accounts {
	float:left;
	width:25%;
	max-width:25%;
	margin-left:.5em;
	margin-right:1em;
	font-size:.9em;
}
body>footer>.container>.social-accounts>h2 {
	text-align:left;
	padding-left:.5em;
}
body>footer>.container>.social-accounts>ul>li {
	float:left;
}
body>footer>.container>#watergate {
	float:right;
	margin-top:0;
	width:15%;
	max-width:15%;
	color:#fff;
	font-size:.8em;
	text-align:center;
}
body>footer>.container>#watergate>a {
	display:block;
	margin-top:.75em;
}
body>footer>.container>#watergate img {
	width:75%;
}
#map-holder {
	height: 300px;
}
#map-holder:after, #address-map address:after {
	content:'';
	display:table;
	clear:both;
}
#map-holder iframe {
	width: 100%;
	height: 100%;
}
.article-list, .text-list, .blog-list {
	list-style-position: inside;
	list-style-type: none !important;
}
.article-list li:before, .blog-list li:before {
	content: '✓';
}
.text-list li:before{
    content: '✓';
}
.article-h2-style, .text-h2-title {
	font-weight: bold;
	margin: 1em 0;
}
.short-description {
	text-align: left;
}
.image-content-center {
	max-width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
body.services footer, body.contact footer {
	clear: both;
}
.clear-both {
	clear: both;
}
.text-wrapper-left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 1em;
}
.text-wrapper-right {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 1em;
}
#contact-wrapper {
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding-right: 1em;
}
#contact-image-wrapper {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-left: 1em;
}
#address-map {
	padding-bottom: 10px;
	border-bottom: 1px solid #2479ba;
}
#address-map address {
	margin-bottom: 10px;
}
#address-map address>* {
	font-size: 14px;
}
.contact-fields-wrapper {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.contact-fields-wrapper.left {
	padding-right: 1em;
}
.contact-fields-wrapper.right {
	padding-left: 1em;
}
.video:after{
    content:'';
    clear:both;
    display:table;
}
.video p {
    float:left;
    margin:0;
    width:50%;
    padding:1em;
    box-sizing:border-box;
}
.video iframe{
    width:100%;
}

.wrapper-equipment {
	background:#f0f0f0;
	padding:1em;
	margin-bottom:2em;
	border-bottom:1px dotted #b5b4b4;
	border-top:1px solid #e0e0e0;
	box-shadow:0px -2px 5px #eee;
}
.wrapper-equipment:after{
	content:'';
    clear:both;
    display:table;
}
.wrapper-equipment h2 {
	text-align:left;
	background:url('images/ic.png') no-repeat;
	background-position:left;
	padding-left:4em;
}
.wrapper-equipment img {
	width:auto!important;
	height:350px!important;
	float:left;
	padding:0 1em 1em 0;
	max-width:100%;
}
.text-list li {
	padding:0 0 0.5em 0;
}
body>footer>.container>.contact-us>h2 {
	color:#999;
	text-align:center;
}
body>footer>.container>.contact-us>address p{
	text-align:center;
}
body>header>.container>nav>ul {
	text-transform: uppercase;
}
.social-accounts h2 {
	color:#fff;
}
.wrapper-div{
	background:#f0f0f0;
	padding:1em;
	margin-bottom:2em;
	border-bottom:1px dotted #b5b4b4;
	border-top:1px solid #e0e0e0;
	box-shadow:0px -2px 5px #eee;
}
.seminars {
	margin-bottom:2em;
}
.seminars th {
	padding:1em;
}
.seminars td {
	width:50%;
}
body.profile main>article .seminars strong {
	font-weight:600;
	font-size:1.1em;
}
.profile-list li:before {
	content: '✓';
}
.structure-aboutUs h2{
	font-size:1.1em;
	padding:0.5em;
	border-radius:2px;
	margin:0;
	border-bottom:1px solid #000;
	display: inline-block;
    float: none;
}
.first-aboutUs img {
	width:100%;
}
.first-aboutUs {
	float:left;
	width:40%;
	margin-top:1.5em;
	text-align: center;
    padding-right: 1em;
}
.second-aboutUs {
	float:left;
	width:60%;
}
.article .content img{
	height:250px;
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto;
}
.blog-item article img,.article article img {
	width:auto;
	height:350px;
	display:block;
	margin:0 auto;
	margin-bottom:1em;
}
.content.wrapper-div strong{
	font-weight:600;
}
.content.wrapper-div img {
	width:auto;
	height:250px;
	display:block;
	margin:0 auto;
}
.article h1 {
	border-bottom:1px solid #045da6;
	text-align:left;
	padding-left:1rem;
}
.article .content h3{
	font-weight:600;
	padding-left:1.8em;
	background:url('images/psy.png') no-repeat;
	background-position:left;
}
.wrapper-equipment h3 {
	font-weight:600;
}
.details-address{
	float:left;
	margin-bottom:1em;
	padding-right:4em;
}
.removeAtr>a:hover{
	cursor:default;
}
body.profile h1, body.services h1, body.video h1 {
    font-weight:normal;
}
body.blog-item article h2 {
    font-weight:600;
}
@media (max-width:81.250em) {
	.slideshow>li>figure>figcaption.live>.container>* {
		font-size:22px;
	}
}
@media (max-width:76em) {
	body>header>.container>div.logo{
		width:12%;
	}
	body>header>.container>nav{
		width:88%;
	}
}
@media (max-width:72em) {
	body>header>.container>nav>ul>li a {
		padding:1em 1em;
		font-size:0.8em;
	}
	body>header>.container>nav{
		width:80%;
	}
	body>header>.container>div.logo{
		width:20%;
	}
	body>footer>.container>#watergate {
		margin-right:1em;
	}
}
@media (max-width: 62.5em) {
	.parallax-mirror {
		display: none;
	}
	.parallax-window {
		display: none;
		min-height: 0;
	}
	#parallax2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#parallax2 .parallax2-image-wrapper {
		float: none;
		width: auto;
	}
	#parallax2 .parallax2-image-wrapper img {
		width: auto;
		display: block;
		margin: 0 auto;
	}
	#parallax2 .parallax2-text-wrapper {
		float: none;
		width: 100%;
	}
	#parallax4 {
		display: block;
		padding: 0 1em;
	}
}
@media (max-width:61.250em) {
	body>header>.container>div.logo {
		float:none;
		max-width:100%;
		width:auto;
	}
	body>header>.container>div.logo img {
		display:block;
		margin:0 auto;
		width:auto;
		height:auto;
		max-width:80%;
	}
	body>header>.container>nav {
		float:none;
		max-width:100%;
		width:auto;
	}
	body.contact main>article>.form-wrapper {
		float:none;
		width:auto;
		max-width:100%;
		margin-right:0;
	}
	body.contact main>article>.form-wrapper h2 {
		text-align:center;
	}
	body.contact main>article>.form-wrapper .fields {
		width:49%;
	}
	body.contact main>article>.form-wrapper #subject, body.contact main>article>.form-wrapper textarea {
		width:99.5%;
	}
	body.contact main>article>.central-image {
		float:none;
		width:auto;
		max-width:100%;
		margin-left:0;
		margin-top:1em;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#address-map {
		float:none;
		width:auto;
		margin-top:1em;
	}
	#address-map>address {
		margin-bottom:.75em;
	}
	#address-map>address>* {
		text-align:center;
	}
	body.article main>article, body.blog-item main>article {
		float:none;
		width:auto;
		padding-right:0;
		border-right:0;
	}
	body.article main>aside.recent-articles, body.blog-item main>aside.recent-articles {
		float:none;
		width:auto;
	}
	body>footer>.container>#copyright {
		width: 45%;
		max-width: 45%;
	}
	body>footer>.container>.contact-us {
		width: 50%;
		max-width: 52%;
	}
}
@media (max-width:55em) {
    .video p{
        float:none;
        width:100%;
        margin:0 auto;
    }
	body>header>.container>div.logo {
		float:none;
		width:auto;
		max-width:100%;
		margin-left:1em;
		margin-right:1em;
	}
	body>header>.container>div.logo img {
		display:block;
		margin:0 auto;
	}
	body>header>.container>nav {
		float:none;
		width:auto;
		max-width:100%;
		margin-right:1em;
	}
	body>header>.container>nav>ul {
		display:none;
	}
	body>header>.container>nav>ul>li {
		float:none;
		text-align:center;
	}
	body>header>.container>nav>ul>li a {
		border-right:0;
		border-top: 1px solid #ececec;
	}
	body>header>.container>nav>ul>li:hover a {
		border-top: 1px solid #ececec;
	}
	body>header>.container>nav>ul>li:nth-child(1) a {
		border-top:0;
	}
	body>header>.container>nav>ul>li.hasSubMenu>ul {
		visibility:visible;
		opacity:1;
		position:relative;
		left:0;
		top:0;
		right:0;
		bottom:0;
		background:#f2f2f2;
	}
	body>header>.container>nav>ul>li.hasSubMenu>ul li {
		padding:0;
	}
	body>header>.container>nav>ul>li.hasSubMenu>ul li a {
		border-top:0;
		background:#f2f2f2;
	}
	body>header>.container>nav>ul>li.hasSubMenu:hover>ul {
		display:none;
		position:relative;
		right:0;
		left:0;
		top:0;
		bottom:0;
		max-width:100%;
		width:auto;
		text-align:center;
	}
	body>header>.container>nav>ul>li.hasSubMenu ul ul {
		display:block;
		visibility:visible;
		opacity:1;
		position:relative;
		left:0;
		top:0;
		right:0;
		bottom:0;
		max-width:100%;
		width:auto;
	}
	li.mobile-only {
		display:list-item;
	}
	body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li a {
		border:1px solid transparent;
		border-top:1px solid #ececec;
	}
	body>header>.container>nav>ul>li.hasSubMenu>ul>li a {
		border:1px solid transparent;
		border-top:1px solid #ececec;
	}
	body>header>.container>nav>ul>li.hasSubMenu:hover>ul>li.mobile-only a {
		border-top:1px solid transparent;
	}
	body>header>.container>nav>ul>li.hasSubMenu:hover>ul li:hover>ul {
		visibility:visible;
		opacity:1;
		position:relative;
		left:0;
		top:0;
		right:0;
		bottom:0;
		max-width:100%;
		width:auto;
	}
	body>header>.container>nav>.mobile-menu {
		visibility:visible;
		opacity:1;
		display:block;
		color:#333;
		text-align:center;
		margin-top:1.25em;
		margin-bottom:.75em;
	}
	.mobile-menu>.lines {
		display: inline-block;
		margin-left: .5em;
		cursor: pointer;
	}
	.mobile-menu>.lines>span {
		background: #333;
		display: block;
		height: 0.125em;
		width: 1.250em;
		border-radius: 0.063em;
		margin-top: .25em;
	}
	.slideshow>li>figure>figcaption.live>.container>* {
		font-size:16px;
	}
	body>footer>.container>#copyright {
		float:none;
		width:auto;
		max-width:100%;
		margin-bottom:1em;
		margin-right:1em;
		text-align:center;
	}
	body>footer>.container>.contact-us {
		width:47%;
		max-width:47%;
		margin-left:1em;
		margin-right:.5em;
	}
	body>footer>.container>.social-accounts {
		width:47%;
		max-width:47%;
	}
	body>footer>.container>.social-accounts h2, body>footer>.container>.contact-us h2 {
		margin-bottom:1em;
	}
	body>header>.container>nav {
		padding-top:0;
	}
}
@media (max-width:51.250em) {
	#copyright {
		text-align:center;
	}
	body>footer>.container>.contact-us {
		float:none;
		width:auto;
		max-width:100%;
		margin-right:1em;
		margin-bottom:1em;
		border-bottom:1px solid #69a1bb;
	}
	body>footer>.container>.contact-us h2 {
		text-align:center;
	}
	body>footer>.container>.contact-us address>* {
		text-align:center;
	}
	body>footer>.container>.social-accounts {
		float:none;
		width:auto;
		max-width:100%;
		margin-left:1em;
	}
	body>footer>.container>.social-accounts h2 {
		text-align:center;
	}
	body>footer>.container>.social-accounts ul {
		text-align:center;
	}
	body>footer>.container>.social-accounts ul>li {
		float:none;
		display:inline;
	}
	body>footer>.container>.social-accounts ul>li img {
		max-height:35px;
		width:auto;
	}
	body>footer>.container>#watergate {
		clear:none;
		margin-top:1em;
		width:auto;
		max-width:100%;
	}
	body>footer>.container>#watergate img{
		width:20%;
	}
}
@media (max-width:50em) {
	body.contact main>article>.form-wrapper .fields {
		float:none;
		width:auto;
		margin-left:0;
	}
	body.contact main>article>.form-wrapper #subject, body.contact main>article>.form-wrapper textarea {
		width:100%;
	}
	body.contact main>article>address img {
		float: none!important;
		width: auto;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	body.contact main>article>address>* {
		text-align: center;
	}
	body.gallery main>article>ul>li{
		width:33.333%;
	}
	body.articles main>article>ul>li, body.blog main>article>ul>li {
		width:50%;
	}
	body.articles main>article>ul>li:nth-child(3n+4), body.blog main>article>ul>li:nth-child(3n+4) {
		clear:none;
	}
	body.articles main>article>div.paging, body.blog main>article>div.paging {
		width:auto;
		max-width:100%;
	}
	body.article main>article>ul>li, body.blog-item main>article>ul>li {
		width:33.333%;
	}
	#contact-image-wrapper {
		display: none;
	}
	#contact-wrapper {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.first-aboutUs, .second-aboutUs{
		float:left;
		width:100%;
		margin:0 auto;
	}
	.seminars td {
		display:block;
		width:100%;
	}
}
@media (max-width: 45em) {
	.image-content-left {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.image-content-right {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.text-wrapper-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.text-wrapper-right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.contact-fields-wrapper {
		float: none;
		width: 100%;
	}
	.contact-fields-wrapper.left {
		padding-right: 0;
	}
	.contact-fields-wrapper.right {
		padding-left: 0;
	}
}
@media (max-width:40em) {
	body.home main>article>div img {
		float:none!important;
		width:auto!important;
		max-width:100%!important;
		margin-top:2em;
		margin-bottom:1em;
		max-height:19em;
		display:block;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	body.gallery main>article>ul>li {
		width:50%;
	}
	body.profile>.container>main>article>p>span>img:nth-of-type(1), body.profile>.container>main>article>p>span>a>img:nth-of-type(1) {
		float:none!important;
		width:auto!important;
		max-width:100%!important;
		display:block;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	body.measurements main>article strong, body.services main>article strong {
		text-align:center;
	}
	body.measurements main>article>p img, body.measurements main>article>div img, body.measurements main>article>p a>img, body.measurements main>article>div a>img {
		float:none!important;
		width:auto!important;
		max-width:100%!important;
		display:block;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	body.services main>article>p img, body.services main>article>div img, body.services main>article>p a>img, body.services main>article>div a>img {
		float:none!important;
		width:auto!important;
		max-width:100%!important;
		display:block;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	body.services main>article>figure>figcaption>*, body.measurements main>article>figure>figcaption>*, body.profile main>article>figure>figcaption>* {
		font-size:.9em;
	}
	.slideshow>li>figure>figcaption.live>.container>* {
		display:none;
		visibility:hidden;
		opacity:0;
	}
	body.articles main>article>ul>li, body.blog main>article>ul>li {
		float:none;
		width:auto;
	}
	body.article main>article>ul>li, body.blog-item main>article>ul>li {
		width:50%;
	}
	body.articles main>article>div.paging, body.blog main>article>div.paging {
		float:none;
		text-align:center;
	}
}
@media (max-width:30em){
	body.gallery main>article>ul>li{
		float:none;
		width:auto;;
	}
	body.profile main>article>p>span>img {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		display:block;
	}
	body.services main>article>figure>figcaption>*, body.measurements main>article>figure>figcaption>*, body.profile main>article>figure>figcaption>* {
		display:none;
	}
	body.article main>article>ul>li, body.blog-item main>article>ul>li {
		float:none;
		width:auto;
	}
	.details-address {
		width:100%;
	}
	.details-address>* {
		text-align:center;
	}
}
@media (max-width:25em) {
	body.c404 main>article>img {
		width:100%;
	}
	#address-map img {
		width:90%!important;
	}
}
@media (max-width:60em) {
	.middle h3 {
		max-width:100%;
		padding-left:0;
	}
}
@media (max-width:40em) {
	#parallax2 div {
		float:none;
		width:auto;
		padding-top:0;
	}
	#parallax2 div img {
		margin-top:0!important;
	}
	#parallax2 p {
		float:none;
		max-width:none;
		margin-top:0;
		padding-right:0;
	}
	.middle h3 {
		max-width:none;
		padding-left:0;
	}
}
