/*!
Theme Name: CORE 2018 GLobal
Author: Tim Wearing
Description: Custom Wordpress theme designed for CORE Energy Recovery Solutions
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: core-2018
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
	src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
	url('fonts/Chalet-ParisSixty.woff') format("woff");
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

page {
	max-width: 1500px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

  @font-face {
    font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
	 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

  @font-face {
    font-family: 'Chalet-LondonSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff') format("woff");
 src: url('fonts/Chalet-LondonSixty.woff2') format("woff2"),
        url('fonts/Chalet-LondonSixty.woff') format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
    
     @font-face {
    font-family: 'Chalet-NewYorkSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-NewYorkSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-NewYorkSixty.woff') format("woff");
 src: url('fonts/Chalet-NewYorkSixty.woff2') format("woff2"),
        url('fonts/Chalet-NewYorkSixty.woff') format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
	font-size: 16px;
	font-size: 0.9em;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
	clear: both;
}

h1 {
	color: #00add2;
	font-size: 45px;
	text-align: center;
	padding: 10px 20px;
	margin: 20px 0 30px;
}

h2 {
	color: #00add2;
	font-size: 1.7em;
	text-align: center;
	padding: 10px 10px;
	margin: 20px 0 0;
}

h3 {
	color: #00add2;
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	margin: 20px 0 0;
	line-height: 1.3 !important;
}

h4 {
	color: #5b6f80;
	font-size: 1.5em;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

h4:hover {
	color: #00add2;
}

h7 {
	color: #00add2;
	font-family: 'Chalet-LondonSixty';
}

p {
	margin-bottom: 1.5em;
	padding: 10px 75px;
	margin: 0 0 10px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Chalet-ParisSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-ParisSixty.woff') format("woff");
 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul#listimage {
    padding: 0 0 0 30px !important;;
    margin: 0;
}

ul#listimage li{
    background:url('images/list-style.png') 2px 11px no-repeat; 
    display: list-item;
    padding: 3px 3px 3px 20px;
    overflow: visible;
    list-style: none;
	text-align: left;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.page-scroll-buttons button.one-page-up {
	z-index: 1500;
	margin-bottom: -8px;
}

.page-scroll-buttons button.one-page-down {
	z-index: 1500;
	margin-bottom: -8px;
}

.TableHeader {
    background-color:#00add2;
    color: #ffffff;
    text-align: center;
    font-family:Roboto, sans-serif;
    font-weight: 200;
    font-size: 13px;
}

.TableHeader a {
    color: #ffffff !important;
}

.TableHeader a:hover {
    color: red !important;
}

.TableHeader th {
    text-align: center !important;
}

.TableHeader tr {
	border: 1px solid #ffffff;
}

.TableContent {
    background-color:#e6e6e9;
    text-align: center;
    font-family:Roboto, sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-align: center !important;
}

.TableContent a {
    color: #ffffff !important;
}

.TableContent a:hover {
    color: red !important;
}

.TableContent th {
    text-align: center !important;
}

.TableContent tr {
	border: 1px solid #ffffff !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 50px auto 50px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #5b6f80;
	color: #5b6f80;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
	background-color: #FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFFFFF !important;
	background-color: #00add2 !important;
	border: 1px solid #00add2;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	color: #00add2 !important;
	border: 1px solid #00add2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	margin: 3px 0;
	font-size: 1.4em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

blockquote {
  	border-left: 10px solid #ccc;
	width: 90%;
	max-width: 600px;
  	margin: 1.5em 10px 0;
  	padding: 0.5em 10px;
  	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  	color: #ccc;
  	content: open-quote;
  	font-size: 4em;
 	line-height: 0.1em;
  	margin-right: 0.25em;
  	vertical-align: -0.4em;
}

blockquote:after {
  	color: #ccc;
  	content: close-quote;
  	font-size: 4em;
 	line-height: 0.1em;
  	margin-left: 0.25em;
  	vertical-align: -0.4em;
}

blockquote p {
  	display: inline;
	font-style: italic;
	font-size: 16px;
	color: #00add2;
	padding: 10px 0;
}

.rmagic .rmheader {
    margin: 0;
}

.rmagic .buttonarea input[type="button"], .rmagic .buttonarea input[type="submit"] {
    min-width: 120px;
    min-height: 50px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    color: #ffffff;
    text-align: center;
}

.rmagic .buttonarea {
    margin: 10px 0 10px 0;
}

.author {
	margin: .5em 25px 1.5em;
	width: 90%;
	color: #00add2;
}

.btn-primary {
    background-color: #5b6f80 !important;
}

.btn-primary button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #FFFFFF;
}

/* Style The Dropdown Button */
.dropbtn {
    color: #5b6f80;
    padding: 5px 5px 2px;
    font-size: 18px;
    border: none;
    cursor: pointer;
	margin-left: 35px !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #5b6f80;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:active .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #FFFFFF;
}

#select {
	position: absolute;
	top: 3px;
	right: 175px;
	margin-bottom: 0;
	z-index: 1000;
	width: 500px;
	text-align: right;
	font-size: 18px;
}

#select button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 0;
}

#select select {
	border: none;
	background: transparent;
	width: 190px;
	padding: 2px 10px 2px 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	cursor: pointer;
}

#select select:hover {
    color: #00add2;
}

/* CAUTION: IE hackery ahead */
#select select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

#select .menu-text {
    position: relative;
    display: inline-block;
	padding-left: 90px;
}

.onclick-menu {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 28px;
	text-align: left;
	margin-left: 25px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.onclick-menu a {
    outline: 0;
}

.onclick-menu:active {
    outline: 0;
}

.onclick-menu:hover {
    color: #00add2;
}
.onclick-menu:before {
    content: "Change Region";
	padding-left: 20px;
}
.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-content {
    position: absolute;
	top: 33px;
	width: 100%;
    z-index: 1;
	transition: background .2s ease-out;
	background-color: transparent !important;
	background: url('images/90white-bg.png') repeat;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
}

.onclick-menu-content li {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 18px;
	transition: all .2s ease-out;
}

.onclick-menu-content button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 50px auto 50px;
    padding: 5px 10px;
    text-align: left;
    border: solid 1px #ccc;
    color: #5b6f80;
    margin-top: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
}

.onclick-menu-content button:hover {
    background-color: #00add2 !important;
    color: #FFFFFF !important;
}

#responsive-menu-container {
    padding-top: 40px !important;
}

.mp-stacks-grid-isotope-btn-text {
	background: #00add3;
	color: #ffffff !important;
	padding: 12px 40px 10px;
    border: solid 1px #00add3;
}

.mp-stacks-grid-isotope-btn-text:hover {
	background: #ffffff;
	color: #00add3 !important;
}

#mp-brick-4570 .mp-stacks-grid-isotope-icon {
    margin-right: 0;
}

.mp-stacks-grid-isotope-sort-select, .mp-stacks-grid-isotope-button, .mp-stacks-grid-orderby-select {
    margin-left: 0;
}

#mp-brick-4570 .mp-brick-inner {
    margin-top: 10px !important;
}

.mp-brick .mp-brick-content-type-container {

    text-align: left;
}

.mp-stacks-postgrid-read-more {
	color: #00add3 !important; 
}

.mp-stacks-postgrid-read-more:hover {
	color: red !important; 
}

.login-form {
    max-width: 500px;
	margin: -10px auto 0;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

#login-wp {
	max-width: 500px;
	margin: auto;
	padding-top: 40px;
	background: #edeff1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#login-wp h1 {
	padding: 0 10px;
	margin: 0 auto 10px;
}

.profilepress-reset-status {
	background-color: #5b6f80 !important;
    border-radius: 0 !important;
    padding: 10px 45px !important;
    margin: -10px auto 10px !important;
    max-width: 500px;
}

.profilepress-reg-status {
    border-radius: 0 !important;
    margin: -10px auto 5px !important;
    max-width: 500px;
}

#profile-wp {
	max-width: 700px;
	margin: auto;
	padding: 40px 40px 10px;
	background: #edeff1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#profile-wp h1 {
	padding: 0 10px;
	margin: 0 auto 10px;
}

#portal-wp {
	max-width: 700px;
	margin: auto;
	padding: 40px 40px;
	background: #edeff1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#portal-wp h1 {
	padding: 0 10px;
	margin: 0 auto 40px;
}

#portal-wp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

#portal-wp li {
    display: inline-block;
    padding: 10px 20px; 
    margin-bottom: 0;
}

#profile-wp {
	max-width: 500px;
	margin: auto;
	padding: 40px;
	background: #edeff1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#profile-wp h1 {
	padding: 0 10px;
	margin: 0 auto 20px;
}

#profile-wp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#resource_page .btn-primary button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100%;
    background: #5b6f80;
    font-size: 20px !important;
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), .wppb-user-forms select, .wppb-user-forms textarea {
    padding: 7px;
}

#calculation-page {
    background: url(images/calculation-tool.jpg) no-repeat top center; 
    background-size: auto;
	padding-top: 600px;
}

.calculation-full {
  background: url(images/calculation_tool_desk_bg.jpg) no-repeat bottom center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-bottom: 50px;
}

.calculation-full h1 {
	margin: 0;
	padding: 0;
}

.berechnungssoftware-full {
  background: url(images/berechnungssoftware_bg.jpg) no-repeat bottom center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-bottom: 50px;
}

.berechnungssoftware-full h1 {
	margin: 0;
	padding: 0;
}
	
.calculation-mobile {
	display: none;
}
	
.berechnungssoftware-mobile {
	display: none;
}

.text-insert {
	margin: 0 auto;
	max-width: 80%;
	text-align: center;
}

.text-insert p {
	font-size: 22px;
	text-align: center;
}

.text-insert .wpforms-description {
	font-size: 22px !important;
}

.text-insert .wpforms-field-container .wpforms-submit-container {
	text-align: center;
	margin: 0 auto;
}

.text-insert .wpforms-field-medium.wpforms-field-required {
	margin: 0 auto;
	max-width: 500px !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	margin: 0 auto 50px;
	padding: 10px 30px !important;
	text-align: center;
	border: 1px solid #00add3 !important;
	background-color: #00add3 !important;
	color: #FFFFFF !important;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
	transition: 0.6s;
}

div.wpforms-container-full:hover .wpforms-form:hover input[type="submit"]:hover, div.wpforms-container-full:hover .wpforms-form button[type="submit"]:hover, div.wpforms-container-full:hover .wpforms-form:hover .wpforms-page-button:hover {
	background: #FFFFFF !important;
	color: #00add3 !important;
	transition: 0.6s;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00add2;
	text-decoration: none !important;
}

a:visited {
	color: #00add2;
	text-decoration: none !important;
}

a:hover, a:focus, a:active {
	color: red;
	text-decoration: none !important;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.button {
	text-align: center;
}	

.link_button {
	margin: 100px auto 50px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #5b6f80;
	color: #5b6f80;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
}

.link_button a {
	color: #5b6f80;
}

.link_button:hover {
	color: #00add2;
	border: 1px solid #00add2;
}

.calculation_link_button {
	margin: 100px auto 50px;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #5b6f80;
    background: #5b6f80;
	color: #FFFFFF;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
}

.calculation_link_button a {
	color: #5b6f80;
}

.calculation_link_button:hover {
	color: #00add2;
	border: 1px solid #00add2;
    background: none;
}

/*--------------------------------------------------------------
## Header Menu
--------------------------------------------------------------*/

#ish {
    position: absolute;
    top: 35px;
    right: 0;
    height: 60px;
    width: 468px;
    z-index: 1200;
}

.top-bar {
	background-color: #FFFFFF;
	height: 35px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.header {
	position: fixed;
	width: 100%;
	z-index: 1500;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.header li a {
	display: block;
	padding: 5px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
	font-size: 18px;
}

.header li a:hover,
.header .menu-btn:hover {
	background-color: #FFFFFF;
}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}

/* menu */

.header .menu {
	float: right;
	width: 210px;
	text-align: left;
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	background-color: transparent !important;
	background: url('images/90white-bg.png') repeat;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.header .menu a {
	color: #5b6f80;
}

.header .menu a:hover {
	color: #00add2;
}

.header .menu.current-menu-item a {
	color: #00add2 !important;
}

.header .menu.current-menu-item a:hover {
	color: #00add2;
}


/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 16px 20px 11px;
	position: relative;
	user-select: none;
}

.header .menu-icon:before {
	position: absolute;
	top: 5px;
	right: 65px;
    content: "Menu";
	padding-left: 20px;
	font-size: 18px;
}

.header .menu-icon:hover {
	color: #00add2;
}

.header .menu-icon .navicon {
	background: #5b6f80;
	display: block;
	height: 4px;
	position: relative;
	transition: background .2s ease-out;
	width: 35px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #00add2;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 8px;
	background: #5b6f80;
}

.header .menu-icon .navicon:after {
	top: -8px;
	background: #5b6f80;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header .menu-btn:checked ~ .menu {
	max-height: 600px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
	right: 0;
}

#menu-logo {
	position: absolute;
	cursor: pointer; 
	margin-top: 5px;
	margin-left: 30px;
	width: 80px;
	z-index: 1500;
}

#bottom-menu {
	position: fixed;
	background: #ffffff;
	bottom: 0;
	height: 35px;
	width: 100%;
	z-index: 1000;  
    font-family: 'Chalet-LondonSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff') format("woff");
 src: url('fonts/Chalet-ParisSixty.woff2') format("woff2"),
        url('fonts/Chalet-ParisSixty.woff') format("woff");
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}

#bottom-menu a {
	background: #ffffff;
	right: 0;
	font-size: 18px;
	color: #5b6f80 !important;
	text-decoration: none;
}

#bottom-menu a:hover {
	background: #FFFFFF;
	color: #00add2 !important;
}

.social {
	position: absolute;
	left: 20px;
	margin-bottom: 0;
	margin-top: 4px;
	z-index: 1000;
}

.social img {
    margin: -2px auto 0;
    width: 25px;
    height: 25px;
}

nav#icon ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

nav#icon li {
    display: inline-block;
    padding: 0 25px 0 0; 
    margin-bottom: 0;
}

.legal_link {
	text-align: center;
	margin-top: 4px;
	z-index: 1000;
}

.legal_link a{
	padding: 0 10px;
}

.legal_link ul {
    list-style-type: none;
    text-align: center;
}

.legal_link li {
    display: inline;
}

.legal_link li:not(:last-child):after {
    content:' |';
}

#language {
	position: absolute;
	right: 20px;
	margin-top: 5px;
	z-index: 1000;
}

.search {
	position: absolute;
	right: 85px;
	margin-bottom: 0;
	z-index: 1000;
}
      
section h1 {
	margin-bottom: 10px; }

section p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/

#footer-menu {
	position: relative;
	margin: 0;
	padding: 20px 0;
	height: 170px;
	width: 100%; 
    font-family: 'Chalet-LondonSixty';
//    src: url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff2') format("woff2"),
//    url('https://core.life/wp-content/themes/core-2018/fonts/Chalet-LondonSixty.woff') format("woff");
 src: url('fonts/Chalet-LondonSixty.woff2') format("woff2"),
        url('fonts/Chalet-LondonSixty.woff') format("woff");
}

#footer-navigation {
	background: #ffffff;
	margin: 0 auto 0;
}

#footer {
	background: #5b6e80;
    padding: 25px 0;
	width: 100%;
	z-index: 1000;  
}

.regs {
    margin: 50px auto 50px;
}

.regs img {
    margin: 0 auto 0;
    padding: 0 50px;
    height: 100px;
    width: auto;
}

/* =Nav
-------------------------------------------------------------- */

#nav-trigger {
  	display: none;
  	text-align: center; 
}

#nav-trigger img {
  	max-height: 25px; 
}

#nav-trigger span {
    display: inline-block;
    padding: 4px 5px 6px;
    background-color: #FFFFFF;
    color: #5b6f80;
    cursor: pointer;
    text-transform: uppercase; 
}
      
#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent; 
}

nav#nav-footer {
	font-size: 16px;
	text-transform: uppercase;
}

nav#nav-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

nav#nav-footer li {
    display: inline-block;
    padding: 0; 
    margin-bottom: 0;
}
    
nav#nav-footer li:last-child {
	border-right: none; 
}

nav#nav-footer a {
    display: block;
    color: #00add2;
    padding: 2px 30px; 
    text-decoration: none;
}

nav#nav-footer a:hover {
    background-color: #fff;
    color: red; 
    text-decoration: none;
}

.current_page_item {
    background-color: #fff;
    text-decoration: none;
}

.current_page_item a {
    background-color: #fff;
    color: #5b6f80 !important; 
    text-decoration: none;
}

.current_page_parent {
    background-color: #fff;
    text-decoration: none;
}

.current_page_parent a {
	color: #00add2 !important;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav#nav-footer ul ul {
	position: absolute;
    font-family: 'Chalet-ParisSixty';
}
 
/* Display Dropdowns on Hover 
nav#nav-footer ul li:hover > ul {
   display:inherit;
}*/
 
nav#nav-footer ul ul li {
	float: none;
	text-align: left;
	display: list-item;
	position: relative;
}
 
nav#nav-footer ul ul li a { 
	font-size: 12px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Plugin CSS
--------------------------------------------------------------*/

/*Recent Posts*/

#recent-posts-widget-with-thumbnails-2 ul {
    list-style: none !important;
}

#recent-posts-widget-with-thumbnails-2 li {
    display: inline-block !important;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 350px !important;
    height: auto !important;
}

.rpwwt-widget ul li img {
    float: none !important;
    margin: .3em .75em .75em .3em !important;
}

.rt-team-container * {
    line-height: 1.3 !important;
}

.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
    padding: 2px !important;
}

.rt-team-container .layout3 .single-team-area h3 {
    margin-top: 10px !important;
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
    margin: 4px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected, .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
    color: #FFFFFF !important;
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected, .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.active {
    color: #FFFFFF !important;
}

.md-content .tlp-md-content-holder > .md-header h3 {
    text-align: center;
    color: #FFFFFF;
}

.md-content .tlp-md-content-holder > .md-header h4 {
    font-size: 14px;
    color: #FFFFFF;
}

.md-content .tlp-md-content-holder > .md-header {
    background: #5b6f80;
    text-align: center;
}

.md-modal .social-icons {
    margin-top: 2px;
}

.rt-team-container .contact-info {
    margin: 0px 0 0 20px;
    font-size: 16px;
    color: #5b6f80;
}

.rt-team-container .contact-info i {
    width: 20px;
	margin-right: 10px;
    color: #00add2;
    font-size: 20px;
}

.rt-team-container p {
    padding: 5px 20px;
}

.short-bio {
    color: #000000;
	font-size: 14px;
}

.md-content > .tlp-md-content-holder .tlp-md-content .tlp-md-member-details {
    margin: 15px 0;
    color: #000000;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Misc.
--------------------------------------------------------------*/

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#cover {
	background: url('images/white.jpg');
	position: relative;
	top: 100%;
	z-index: 500;
}

#section {
	padding: 50px 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#section_alt {
	background: url('images/alt-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	overflow: hidden;
	padding: 50px 0 20px;
	border-bottom: 1px solid #E5E5E5;
}

#container {
	max-width: 80%;
	margin: 0 auto;
}

#videos {
	max-width: 950px;
	margin: 0 auto 0;
	z-index: 500;
	text-align: center;
	overflow: hidden;
}

/* simple */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
		-moz-transform-style: preserve-3d; 
		-ms-transform-style: preserve-3d; 

	margin: 0 auto;
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
*/


/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 320px;
	height: 320px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);

	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: white;
	z-index: 2;
}

.back {
	background: white;
	border: 1px solid #E5E5E5;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	padding: 10px !important;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	display: none;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back p {
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px 20px;
}
	
.three-full .col_4 {
	margin: 0;
	width: 33.3%;
}

#resources {
	background: url('images/alt-bg.jpg');
	margin: 10px;
	padding: 10px;
	transition: box-shadow 0.5s;
    transition-property: box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#resources:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
#front-news h2 {
    font-size: 40px !important;
    margin: 20px 0 30px;
}

#front-news img {
	width: 45%;
	padding: 0 20px 0 0 !important;
}

#front-news ul {
	text-align: center;
}

#front-news li {
	display: inline-block;
	width: 40%;
	text-align: left;
	margin: 0 20px;
	vertical-align: top;
}

#front-news .rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 1.5em;
	text-align: left;
	padding: 5px 0;
}

#front-news .rpwe-summary {
    font-size: 16px;
}

#contact {
	background: url('images/alt-bg.jpg');
	margin: 10px;
	padding: 0 0 0 50px;
}

#contact h2 {
	margin: 10px 0 0 !important;
}

.contact_info {
	display: inline-block;
}

.contact_info p {
	padding: 2px 5px 0 10px;
	margin: 0 0 5px;
}

.glyphicon {
	display: inline-block;
	color: #00ADD2;
	vertical-align: top;
	padding: 5px 2px 0 0;
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/

#about {
	background: url('images/about-bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	overflow: hidden;
	padding: 20px 0 0;
}

#about .container {
	background: url('images/80white-bg.png') repeat;
	max-width: 65%;
	margin: 0 auto;
	padding: 50px 50px 75px;
}

#about h1 {
	font-size: 2.8em;
}

#values h1 {
	color: #00add2;
	font-size: 2.7em;
    margin: 0;
    padding-top: 0;
}

#values h3 {
	color: #00add2;
	text-align: center;
	font-size: 1.8em;
	margin: 10px 0 0;
}

#values p {
	color: #5b6f80;
	text-align: center;
    margin-bottom: 0;
}

#values ul, ol {
    margin: 0 0 1.5em 1em;
}

#value li {
    margin: 2px 0;
    padding: 2px 0;
	color: #5b6f80;
	text-align: left;
	font-size: 18px;
	width: 100%;
}

#values img {
    margin-top: 10px;
}

#work {
	margin: 0;
	padding: 0 0 50px;
	border-bottom: 1px solid #E5E5E5;
}

#work h1 {
	font-size: 2.7em;
	margin: 40px 0 20px;
}

#work h1:hover {
	color: red;
}

#work h2:hover {
	color: red;
}

.workatcore {
    position: absolute;
    top:41%;
    left: 37%;
    z-index: 2000;
}

.workatcore img {
    margin: 0 auto 0;
    max-width: 350px;
}


#team {
	background-color: #FFFFFF;
}

#team h1 {
	font-size: 5em;
}


#team1 {
	background-color: #616e7e;
}

/*--------------------------------------------------------------
## Products Page
--------------------------------------------------------------*/

#product-page {
	margin: 50px 0;
}

#product-page h2 {
	font-size: 2.7em;
	margin: 0 0 20px;
}	

#product-page h3 {
	font-size: 3em;
}

#products-page {
	margin: 50px 0;
	font-size: 18px;
}

#products-page h3 {
	font-size: 40px;
	text-align: center;
}

#products-page .container {
	margin-top: 0 !important;
}

#products-page .product_top {
	padding: 10px 0 0 !important;
}

.product-container {
	max-width: 100%;
	margin: 0 auto;
}

.upcp-thumb-toggle-icon {
    height: 29px;
    margin-left: 20px;
}

.Blue-prod-cat-header-div {
    border-bottom: 1px solid #495b6c !important;
}

.Blue-thumb-icon {
    background: url("images/thumb_icon.png") !important;
}

.Blue-details-icon {
    background: url("images/details_tab_icon.png") !important;
}

.upcp-thumb-price {
	min-height: 0 !important;
}

.upcp-thumb-item {
    min-height: 225px !important;
    max-height: 325px;
    overflow: hidden;
    margin-bottom: 50px !important;
}

.prod-cat-sidebar {
    padding-left: 20px !important;
}

.prod-cat-sidebar h3 {
	font-size: 24px !important;
	text-align: left !important;
}

.product_top {
	padding: 10px 0 30px;
	text-align: center;
}

.product_top img {
	width: 90%;
	height: auto;
}

.product_top h3 {
	text-align: center;
	font-size: 1.3em;
}

#product-page ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

#product-page li {
    display: inline-block;
    padding: 0 50px; 
    margin-bottom: 0;
}

#product-page .link_button {
	margin-bottom: 10px;
}

#benefits {
	background: url('images/benefits_bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	overflow: hidden;
	padding: 75px 0 70px;
	color: #FFFFFF;
	font-size: 1.9em;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #E4E4E4;
}

#benefits .container {
	width: 50%;
	margin: 0 20px 0 30px;
}

#benefits h2 {
	color: #FFFFFF;
	font-size: 2.5em;
}

#benefits h3 {
    color: #FFFFFF;
    font-size: 1.8em;
    padding: 0;
    margin: 10px 0 0;
	text-align: center;
}

#benefits p {
	font-size: 1.2em;
	color: #5b6f80;
	padding: 5px 5px;
	text-align: center;
	margin: 0;
}

#products {
 	overflow: hidden;
}

#products h2 {
	font-size: 4.5em;
}

#products p {
	font-size: 18px;
}

#products .container {
	width: 70%;
}

.left-product {
	float: left;
}

.right-product {
	float: right;
}

.product_left {	
	padding: 60px 0 0;
	text-align: left;
	padding-left: 35%;
	padding-right: 20px;
	color: #5b6f80;
}

.product_left h2 {
	text-align: left;
	font-size: 40px !important;
	margin:  0 0 5px !important;
}

.product_right {	
	padding: 60px 0 0;
	text-align: left;
	padding-left: 20px;
	padding-right: 35%;
	color: #5b6f80;
}

.product_right h2 {
	text-align: left;
	font-size: 40px !important;
	margin:  0 0 5px 20px !important;
}

#crossflow-erv {
	background: url('images/crossflow-erv-bg.jpg') no-repeat left top; 
 	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}

#crossflow-erv p {
	font-size: 18px;
	padding: 10px 10px;
	text-align: left;
	margin: 0;
	color: #5b6f80;
}

#crossflow-erv .button {
	text-align: left;
	margin-left: 25px;
}

#crossflow-erv .dhtmlgoodies_question {
	padding-left: 35%;
	padding-right: 20px;
}

#counterflow-erv {
	background: url('images/counterflow-erv-bg.jpg') no-repeat left top; 
 	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}

#counterflow-erv p {
	font-size: 18px;
	padding: 10px 10px;
	text-align: left;
	margin: 0;
	color: #5b6f80;
}

#counterflow-erv .dhtmlgoodies_question {
	padding-left: 35%;
	padding-right: 20px;
}

#counterflow-erv .button {
	text-align: left;
	margin-left: 25px;
}

#counterflow-hrv {
	background: url('images/counterflow-hrv-bg.jpg') no-repeat right top; 
 	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}

#counterflow-hrv p {
	font-size: 18px;
	padding: 10px 10px 10px 30px;
	text-align: left;
	margin: 0;
	color: #5b6f80;
}

#counterflow-hrv .button {
	text-align: left;
	margin-left: 25px;
}

#counterflow-hrv .dhtmlgoodies_question {
	padding-left: 40px;
}

.buttons .selected {
    display: none;
}

.dhtmlgoodies_question {
	padding: 10px 0 35px;
	margin-left: 10px;
	text-align: left;
	overflow:hidden;
	cursor:pointer;
	font-size: 18px;
}

.dhtmlgoodies_answer{
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

.dhtmlgoodies_answer_content{
	padding:1px;
	position:relative;
}

#options button{
	border: 1px solid #999999;
	border-bottom: 1px solid transparent;
	color: #5b6f80;
	font-size: 16px;
	margin: 75px 20px 0;
	-moz-border-radius-: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(border-radius.htc);
	background-color: #FFFFFF;
}

#options button:hover {
	color: #00add2 !important;
	border: 1px solid #00add2;
	border-bottom: 1px solid transparent;
}

#options button:active, button:focus {
	color: #AAAAAA;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid transparent;
	padding: 6px 10px;
}

#news {
	padding: 20px 0 0 20px;
}

.pgafu-filter li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #5b6f80;
    background: none;
    padding: 7px 20px 5px;
    line-height: normal;
    margin: 0;
    border: 1px solid #5b6f80;
}

.pgafu-filter li a:hover{
    color: #00add2;
    border: 1px solid #00add2;
}

.pgafu-filter li.pgafu-active-filtr a {
    background: #00add2;
    color: #fff;
    border: 1px solid #00add2;
}

.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg:hover {
    opacity: .5;
	transition-duration: 1s;
}

.pgafu-post-grid-main h2 {
	text-align: left !important;
}

.pgafu-post-grid-main h2:hover {
	transition-duration: 1s;
}

.pgafu-post-date {
	display: none !important;
}

.pgafu-post-categories {
	display: none !important;
}

.pgafu-post-content {
	padding-top: 0 !important;
	text-align: left !important;
}

.pgafu-post-grid-main h2.pgafu-post-title a {
	color: #00add2 !important;
}

.pgafu-post-grid-main h2.pgafu-post-title a:hover {
	color: red !important;
}

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-title, .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {
	padding: 5px 0;
}

.pgafu-post-grid-main.pgafu-design-1 .readmorebtn {
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center !important;
	border: 0px solid #5b6f80 !important;
	color: #00add2 !important;
}

.pgafu-post-grid-main.pgafu-design-1 .readmorebtn:hover {
	padding: 0 0 0 3px !important;
	color: red !important;
	background: none;
}

.pgafu-post-grid-main.pgafu-design-1 .readmorebtn:hover:after {
	content: " ->"
}

textarea:focus {
	color: #111;
}

#benefits select {
	border: 1px solid #ccc;
}

#technology {
	background: #FFFFFF;
	padding: 50px 0;
	border-bottom: 1px solid #E4E4E4;
}

#technology h2 {
	font-size: 4.7em;
	margin-bottom: 30px;
}

#technology p {
	font-size: 1.2em;
	color: #5b6f80;
}

#technology .link_button {
    margin: 10px auto 20px;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #5b6f80;
    background-color: #FFFFFF;
    font-size: 1.2em;
	color: #00add2;
}

#technology .link_button:hover {
    background-color: #00add2;
    color: #FFFFFF;
    border: 1px solid red;
}

#toggleText {
	position: absolute;
}

.filterDiv {
	width: 100%;
	margin: 2px;
	display: none;
	float: left;
	font-size: 1em;
}

/*.filterDiv img {
	width: 35%;
	height: auto;
}*/

.filterDiv h1 {
	color: #00add2;
	font-size: 2.6em;
	padding-top: 20px;
}

.filterDiv h5 {
	color: #00add2;
	font-size: 1.8em;
	padding-top: 20px;
}

.show {
	display: block;
}

.container {
	margin-top: 20px;
	overflow: hidden;
}

/* Style the buttons */
.btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #f1f1f1;
	cursor: pointer;
}

.btn:hover, .active {
	background-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin: 25px -2px 0;
    font-size: 20px !important;
	border: 1px solid #ddd !important;
    border-radius: 0;
}

#product-page .btn {
    margin: 0 -2px 0;
}

#m-series {
	background: url('images/mustang_bg.jpg') no-repeat center top; 
	padding: 50px 0 50px;
}

#m-series h2 {
	font-size: 5em;
}

#m-series a:hover {
	color: #00add2;
}

#m-series .button {
	margin-bottom: 50px;;
}

#x-series {
	background: url('images/x-series_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 50px;
	border-bottom: 1px solid #E4E4E4;
}

#x-series h2 {
	font-size: 2.8em;
}

#c-erv {
	background: url('images/c-erv_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 100px;
}

#c-erv h2 {
	font-size: 5em;
}

#c-erv p {
	margin-right: 10%;
}

#f-erv {
	background: url('images/f-erv_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 100px;
}

#f-erv h2 {
	padding-left: 40%;
	font-size: 5em;
}

#f-erv p {
	padding: 10px 10px 10px 0px;
}

#c-hrv {
	background: url('images/c-hrv_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 100px;
}

#c-hrv h2 {
	padding-left: 40%;
	font-size: 5em;
}

#c-hrv p {
	padding: 10px 10px 10px 0px;
}

/*--------------------------------------------------------------
## Product Catalogue
--------------------------------------------------------------*/

#product-catalogue {
	width: 90%;
	margin: 0 auto 0;
}

#product-catalogue h1 {
	padding: 10px 0 0;
	margin: 20px 0 0;
}

#product-catalogue h2 {
	font-size: 2.3em;
	margin: 0;
	text-align: left;
}

#product-catalogue p {
	font-size: 18px;
}

.upcp-tabbed-product-name {
    border-bottom: none;
}

.upcp-tab-title {
    color: #00add2 !important;
	margin-top: 15px;
}

.upcp-thumb-title a {
    color: #00add2 !important;
}

.upcp-tabbed-layout-tab {
    background-color: #00add2;
	padding: 5px 30px;
}

.upcp-tab-layout-tab-unclicked {
    background-color: #5b6f80;
}

.upcp-tabbed-tab {
    border: solid 1px #5b6f80;
}

ul#upcp-tabs {
    margin: 0 !important;
}

.upcp-tabbed-images-container {
    margin-top: 2.9em;
    margin-bottom: 2em;
}

.upcp-tabbed-description {
    height: auto;
}

.upcp-tabbed-addtl-info {
    height: auto;
}

#product-catalogue table {
    margin: 0 0 0em;
}

.upcp-tabbed-main-product-container {
    width: 50%;
    padding-left: 0;
    margin-bottom: 2em;
}

.upcp-tabbed-main-image-div {
    border: none;
}

.upcp-tabbed-addt-img-thumbs {
    border: solid 1px #5b6f80;
}

/*--------------------------------------------------------------
## Markets
--------------------------------------------------------------*/

#markets {
	margin: 50px 0;
}

.market-top {
	background: url('images/markets_bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	overflow: hidden;
	padding: 50px 0 0;
	color: #FFFFFF;
	font-size: 1.7em;
	margin: 20px 0 0;
}

.market-list {
	width: 70%;
	padding-left: 20px;
	margin-bottom: 25px;
}

.market-list h2 {
    text-align: center; 
	color: #ffffff;
	font-size: 40px;
}

.market-list p {
    text-align: center; 
    font-size: 20px;
}

.market-list img {
	width: 8%;
    height: auto;
}

nav#market_icon ul {
    list-style-type: none;
    margin: 75px 0 0;
    padding: 0;
    text-align: center; 
}

nav#market_icon li {
    display: inline;
    padding: 0 25px 0; 
    margin-bottom: 0;
}

.dzsportfolio .selector-con .categories.aligncenter {
    background-color: #5b6f80;
}

.dzsportfolio .selector-con .categories .a-category {
    margin: 0;
    padding: 7px 15px;
    color: #FFFFFF;
}

.dzsportfolio .selector-con .categories .a-category.active {
    color: #00add2;
    padding: 7px 15px;
    background-color: #FFFFFF;
}

.dzsportfolio .selector-con .categories .a-category:hover {
    color: #FFFFFF;
    padding: 7px 15px;
    background-color: #00add2;
}

.dzsportfolio {
    font-family: 'Chalet-ParisSixty';
}

.dzsportfolio .selector-con {
    margin-bottom: 30px;
}

.dzsportfolio.special-grid-one-third-with-margin div.portitem {
    width: 30.3%;
    margin-right: 0;
    margin-left: 2.3%;
    margin-bottom: 2%;
}

.dzsportfolio .portitem .item-meta {
    padding: 10px 0 0;
}

.dzsportfolio .portitem .the-title {
    color: #00add2;
    font-size: 1.6em;
    font-family: 'Chalet-LondonSixty';
}

.dzsportfolio.skin-default .portitem:hover .the-title {
    color: #5b6f80;
}

.dzsportfolio.skin-default .portitem .the-desc {
    font-size: 13px;
    font-size: 1.5rem;
	font-style: normal;
}

/*--------------------------------------------------------------
## Resource Page
--------------------------------------------------------------*/

#resource_page  {
	margin: 75px 0 25px;
	padding: 50px 0 50px;
	border-bottom: 1px solid #E5E5E5;
}

#resource_page  h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#resource_page  p {
	margin-left: 20px;
}

#resource_page .buttons .selected {
    display: none;
}

#resource_page .dhtmlgoodies_question {
	background-color: #5b6f80;
	padding: 3px 0 0;
	text-align: center;
	overflow:hidden;
	cursor:pointer;
	font-size: 30px;
	max-height: 85px;
	width: 80%;
	margin: 15px auto 0;
}

#resource_page .dhtmlgoodies_question img {
	max-height: 75px;
	padding-left: 20px;
	padding-top: 3px;
}

#resource_page .dhtmlgoodies_question a {
	color: #FFFFFF;
}

#resource_page .dhtmlgoodies_question p {
	padding-top: 17px;
}

#resource_page .dhtmlgoodies_question a:hover {
	color: #00add2;
}

#resource_page .dhtmlgoodies_answer{
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	width: 80%;
	margin: 0 auto;
}

#resource_page .dhtmlgoodies_answer p{
	font-size: 16px;
}

#resource_page .dhtmlgoodies_answer_content{
	padding: 0;
	position:relative;
}

#resource_page #downloads table {
    width: 100%;
}

#resource_page .tdtitle {
    font-size: 15px;
	font-weight: 600;
}

#resource_page .tdsize {
    font-size: 14px;
}

#resource_page .tddescription {
    font-size: 14px;
}

#resource_page thead th {
    font-size: 14px;
}

#resource_page .btn-primary button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #FFFFFF;
	text-align: center;
}

#resource_page .onclick-menu-content button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 0 auto;
}

#resource_page .login-form {
    margin-top: 20px;
}

#resource_page .rmagic {
    margin-left: 20px;
}

/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/

.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
                                .tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }

#downloads h1 {
    font-size: 3em;
}

#downloads table {
    margin: 0 auto !important;
    width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 30px;
    font-size: 1em;
    color: #5b6f80;
}

#downloads thead {
    font-family: 'Chalet-LondonSixty';
    color: #00add2;
}

#downloads tr td {
    border: 1px solid #5b6f80;
}

.tdtitle {
    width: 25%;
    padding: 5px 10px 5px 10px !important;
    color: #5b6f80;
    white-space: nowrap;
}

.tdwebsite {
    padding: 5px 10px 5px 10px !important;
    color: #5b6f80;
    white-space: nowrap;
}

.tdsize {
    width: 8%;
    padding: 5px 10px 5px 10px !important;
    color: #5b6f80;
    white-space: nowrap;
    text-align: center;
    font-size: 0.9em;
}

.tddescription {
    padding: 5px 10px 5px 10px !important;
    font-size: 0.9em;
    line-height: 1.3;
}

.tddownload {
    background-color: #5b6f80;
    padding: 0 !important;
    border: 1px solid #5b6f80;
	border-bottom: 1px solid #FFFFFF !important;
    width: 200px;
    white-space: nowrap;
}

.tddownload:hover {
	border-bottom: 1px solid #5b6f80 !important;
}

#downloads .tdview {
    background-color: #5b6f80;
    padding: 0 !important;
    border: 1px solid #5b6f80;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
    width: 150px;
    white-space: nowrap;
}

#downloads .tdview:hover {
	border-bottom: 1px solid #5b6f80 !important;
}

#choices {
	max-width: 900px;
	margin: 25px auto;
	text-align: center;
}

#choices .tddescription {
	text-align: center;
	color: #505050;
}

#downloads {
	color: #505050;
}

#downloads h5 {
	margin: 10px 0 0;
}

#downloads h6 {
	margin: 15px 0 5px;
	font-size: 1.5em;
}

#downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

#downloads li {
    display: inline-block;
    padding: 0; 
    margin-bottom: 0;
}

#downloads li + li:before{
    content: " | ";
    padding: 0 10px;
}

#downloads thead {
	color: #00add2;
}

#downloads caption {
	background: #5b6f80;
	white-space: nowrap;
    padding-top: 0;
    padding-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}

#downloads thead th {
    border: 1px solid #5b6f80;
	text-align: center;
	font-size: 14px;
}

.ddownload-button {
	background: none;
	display: inline-block;
	font-size: 18px;
	text-decoration: none !important;
	padding: 10px 75px 10px 40px;
	-webkit-box-shadow: none;
	border: none !important;
}

.ddownload-button:hover {
	background-color: none;
}

.ddownload-button:active {
 	box-shadow: inset 0px 0px 3px #999;
 	-o-box-shadow: inset 0px 0px 3px #999;
 	-webkit-box-shadow: inset 0px 0px 3px #999;
 	-moz-box-shadow: inset 0px 0px 3px #999;
}

.button-view {
    background-color: #5b6f80;
    background-image: url("images/view_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff !important;
	height: 100%;
	width: 100%;
}

.button-view:hover {
    background-color: #FFFFFF;
    background-image: url("images/view_icon2.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #00add2 !important;
}

.button-view:active {
  color: #41788c !important;
}

#product-catalogue .button-view {
    background-color: #FFFFFF;
    background-image: url("images/view_icon2.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
	border: solid 1px #5b6f80 !important;
    color: #5b6f80 !important;
	height: 100%;
	width: 100%;
}

#product-catalogue .button-view:hover {
    background-color: #00add2;
    background-image: url("images/view_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
	border: solid 1px #00add2 !important;
    color: #FFFFFF !important;
}

#product-catalogue .button-view:active {
  color: #41788c !important;
}

.button-blue {
    background-image: url("images/download_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff !important;
	border: none;
	width: 100%;
}

.button-blue:hover {
    background-image: url("images/download_icon2.png");
    color: #0077bf !important;
	background-color: #FFFFFF !important;
}

.button-blue:active {
  color: #41788c !important;
}

section #huge_it_videogallery {
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    display: block;
    margin-bottom: 30px;
    min-height: 100%;
    min-width: 69%;
    padding: 28px;
    text-align: center;
}

#video-gallery h1 {
	font-size: 3.2em;
}

/*--------------------------------------------------------------
## Careers
--------------------------------------------------------------*/

#careers {
	width: 80%;
	margin: 0 auto;
}

#careers h1 {
	font-size: 3.2em;
}

.job_description li {
    font-size: 16px !important;
}

.single_job_listing .meta {
    font-size: 14px;
}

.job-manager-application-wrapper .application, .single_job_listing .application {
    font-size: 16px;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/


#contact_page .btn-primary button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #00add2;
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/

#news_page #section {
	padding-top: 0 !important;
}

#news_page h4 {
    color: #00add2;
	font-family: 'Chalet-LondonSixty';
    font-size: 16px;
    text-align: left;
    padding: 5px 20px;
    margin: 0;
}

#news_page p {
	font-size: 16px;
}

#news_page #section_alt {
	padding-top: 10px !important;
}

#news_page .page-content, .entry-content, .entry-summary {
    margin: 30px 0 0 !important;
}

.header-wrap {
	text-align: center;
	padding: 100px 50px 25px;
    background-color: #5b6e7f;
}

.header-wrap h1.entry-title {
	color: #FFF;
	font-size: 60px;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px black;
}

.header-wrap img {
	opacity: 0.3 !important;
}

.nav-links { display: none; }

/*--------------------------------------------------------------
## Partners
--------------------------------------------------------------*/

#oems :target:before {
  content:"";
  display:block;
  height:80px; /* fixed header height*/
  margin:-70px 0 0; /* negative fixed header height */
}

#oems h4 {
	font-size: 2em;
	background: #5b6f80;
	font-weight:300;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	margin: 15px 0 0;
}

#oems ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

#oems li {
    display: inline-block;
    padding: 10px 20px; 
    margin-bottom: 0;
}

#partners :target:before {
  content:"";
  display:block;
  height:80px; /* fixed header height*/
  margin:-70px 0 0; /* negative fixed header height */
}

#partners h6 {
	font-size: 1.6em;
	color: #5b6f80;
	font-weight: 400;
	text-align: left;
	margin: 10px 0 10px 20px;
	padding: 0;
}

#partners h4 {
	font-size: 2em;
	background: #5b6f80;
	font-weight:300;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	margin: 15px 0 0;
}

#partners h5 {
    font-size: 1.2em;
	background: #5b6f80;
    padding: 5px 0 2px;
	color: #FFFFFF;
	text-align: center;
}

#partners ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

#partners li {
    display: inline-block;
    padding: 0; 
    margin-bottom: 0;
}

#partners li + li:before{
    content: " | ";
    padding: 0 10px;
}

#partners table {
    margin: 0 auto 0;
}

#partners td {
    border: none;
    padding: 2px 0 1px !important;
    color: #252525;
	text-align: left !important;
}

.maintable {
	width: 80%;
}

.end {
    margin: 0 0 10px 100px !important;
    width: 50%;
}

.tdlocation {
    width:50%;
	padding-right: 10px !important;
	vertical-align: top;
}

.tdlogo {
    width:10%;
    padding: 0;
	vertical-align: top;
}

.tdlogo img {
    float: left;
}

.tdname {
    width:40%;
	padding-right: 10px !important;
	padding-bottom: 20px !important;
	vertical-align: top;
}

.tdleft {
    width:20%;
    min-width:100px;
	text-align: right !important;
	padding-right: 10px !important;
}

.tdright {
    width:80%;
    min-width:100px;
}

.tdbottom {
	padding-bottom: 15px !important;
}

.tdend {
	border-top: thin solid #0077bf;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#footer {
	background: #5b6f80;
	padding: 20px 0 25px;
	margin: 20px 0 20px;
}

#footer p {
	text-align: center;
	font-size: 16px;
	color: white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
 {                                                                                                                     


blockquote:before {
  	color: #ccc;
  	content: open-quote;
  	font-size: 20px;
 	line-height: inherit;
  	margin-right: 10px;
  	vertical-align: -0.3em;
}

blockquote:after {
  	color: #ccc;
  	content: close-quote;
  	font-size: 20px;
 	line-height: inherit;
  	margin-left: 10px;
  	vertical-align: -0.3em;
}
 }

/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media all and (max-width : 960px) {
	
.row {
    margin-left: 0;
}

nav#nav-main {
    display: none; }

nav#nav-sub {
    display: none; }

nav#nav-main a:hover {
    background-color: #0077bf;
    color: #FFFFFF; 
    text-decoration: none;
}
	
div#n2-ss-2 .n2-ss-slider-3 {
    margin-top: 36px !important;
}

.profile_content img {
	width: 50%;
}

#team #container {
	width: 80% !important;
}

#about_life h2 {
	font-size: 1.9em;
	margin: 15px auto 5px;
	padding: 5px;
}

#about_life h3 {
	font-size: 1.5em;
    padding: 5px;
    text-align: center;
    width: 95%;
}

.life_parent {
	height: auto;
}

.maintable {
	width: 90%;
}

.end {
    margin: 0 0 10px 80px !important;
    width: 60%;
}


}

@media all and (max-width : 772px) {
	
.three-full .col_4 {
	margin: 0;
	width: 100%;
}

h1 {
    font-size: 3em !important;
    padding-top: 20px;
}
	
#select {
    right: 100px;
}

#menu {
	height: 40px;
}

#bar {
	width: 100%;
    height: auto;
	padding: 0;
}

#resources #container {
    padding: 0 0 25px;
}
	
#about {
	background: #FFFFFF; 
}

#page #container {
    background: none;
    padding: 0;
}
	
#about .container {
    background: none;
    max-width: 95%;
    padding: 10px 10px 15px;
}
	
#values ul, ol {
	margin: 0 0 1.5em -15px;
}
	
#values img {
    width: 90%;
}
	
#downloads table {
	width: 100%
	}
	
#downloads caption {
    width: 100%;
}
	
#downloads .tdview {
    width: 100%;
}
	
#downloads .tddownload {
    width: 100%;
	margin-bottom: 50px;
}

#dashboard img {
	max-width: 350px;
}

#videos {
	margin: 0 auto 0;
	max-width: auto;
}

.dzsportfolio .selector-con .categories .a-category {
    margin-right: 2px !important;
}

#partners h6 {
    margin: 10px 0 10px 10px;
}
	
/* Force table to not be like tables anymore */
#downloads table, thead, tbody, th, td, tr { 
	display: block; 
}
		
/* Hide table headers (but not display: none;, for accessibility) */
#downloads thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
		
#downloads tr { border: 1px solid #ccc; }
		
#downloads td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative; 
}

.tdtitle {
    width: auto;
}

.tdtime {
    width: auto;
    text-align: left;
}

.tdsize {
    width: auto;
    text-align: left;
}

.tddownload {
    margin-bottom: 15px;
}

.tdname {
    padding-bottom: 5px !important;
    width: 100%;
}

.tdlocation {
	padding-bottom: 10px !important;
    width: 100%;
}

.tdleft {
    width: 100%;
	text-align: left !important;
    padding-left: 20px !important;
	font-weight: 600;
}

.tdright {
    padding-left: 20px !important;
    width: 100%;
}

.calculation-full {
  	display: none
}

.berechnungssoftware-full {
 	display: none; 
}
	
.calculation-mobile {
	display: block;
	background: none;
}

.calculation-mobile h1 {
	margin: 0;
	padding: 0;
}

.berechnungssoftware-mobile {
	display: block;
	background: none;
}

.berechnungssoftware-mobile h1 {
	margin: 0;
	padding: 0;
}

.text-insert {
	max-width: 90%;
}

}

@media all and (max-width : 540px) {

h1 {
    font-size: 2.8em !important;
}
	
#select {
    right: 60px;
}
	
#container {
	width: 100%;
	max-width: 100%;
}

#values {
	padding: 50px 0 75px;
	width: 90%;
}

#values img{
	width: 60%;
}
	
#contact {
    background: url('images/alt-bg.jpg');
    margin: 0;
    padding: 0 0 0 10px;
}

#footer {
    margin: 0 0 20px;
}
	
#footer-menu {
    margin: 0;
    padding: 0;
    height: 0;
}
	
#footer-navigation {
	display: none;
}
}

@media all and (max-width : 360px) {
.news_link {
	width: 100%;
}

.tdtitle {
    white-space: pre-wrap;
}

}
