/*-------- IMPORTS ---------------*/
@font-face {
    font-family: 'dinotMedium';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/DINOT-Medium.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'dinotBold';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/DINOT-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'dinBold';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/DIN2014-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'dinFontBold';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/DINAlternate-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'avenirRoman';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/Avenir-Roman.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'avenirRomanBold';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/Avenir-LT-55-Roman-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'avenirRomanExtraBold';
    src: url('/divapps/PFGE/GSFE/nitrosource/wp-content/themes/LinuxTheme/css/fonts/AvenirLT-Heavy.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*-------- GENERAL ---------------*/
html {
	width: 100%;
	overflow-x: hidden;
}
html.cut-off{
	overflow:hidden;
}
::-moz-selection {
	background-color: #ffb900;
	color: #000000;
	;
}
::selection {
	background-color: #ffb900;
	color: #000000;
	;
}
a, a:hover{
	cursor: pointer;
	cursor: hand;
}
a, a:hover {
	transition: all .2s ease 0s;
	cursor: pointer!important;
}
a:active{
opacity: 0.7;
}
body {
	font-family: 'avenirRoman', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-size: 13.7px !important;
	background-color: #2e2e2e;
	background-repeat: repeat;
	background-size: auto;
	background-position: center top;
	color:#fff;
}
.parker-page-logo, .parker-logo-left-inner, .footer-logo {
    max-width: 130px;
}
hr {
	margin: 20px 0;
	border-top: 1px solid #eee;
	width: 100%;
}
p{
	margin: 1em 0;
	line-height: 1.6em;
}
p a{
	color:#ffb900;
	transition: all .2s;
	-webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
p a:hover{
	color: #ffb900;
	border-bottom:1px solid #ffb900;
}
a:hover{
	color: #ffb900;
}
a{
color: #ffb900;
text-decoration: none;
  cursor: pointer;
}
a:hover {
	text-decoration: none;
  cursor: pointer;
}
.strong, strong {
	display: inline-block;
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 1.6em;
	letter-spacing: 0;
}
h2 {
	font-size: 2.5em;
	line-height: 1.1em;
	margin: 1em 0 1.6em;
/*	font-family: ' dinotBold', sans-serif !important;*/
  font-family: 'dinFontBold', sans-serif !important;
}
h3 {
	font-size: 2.2em;
	line-height: 1.4em;
	margin: 2em 0 1.6em;
	font-family: 'dinotMedium', sans-serif !important;
}
h4 {
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 1.6em 0 .5em;
	letter-spacing: .5px;
	font-family: 'dinotMedium', sans-serif !important;
}
h5 {
	font-size: 1.5em;
	line-height: 1.4em;
}
h6 {
	font-size: 1.2em;
	line-height: 1.4em;
}
h1 {
	font-family: 'dinotMedium';
}
h2, h3{
	font-family: 'dinotMedium';
}
h4, h5, h6, p {
	font-family: 'avenirRoman';
}

.yellow-line {
	z-index: 99;
}
.to-mid-parent {
	height: 100%;
    width: 100%;
    display: table;
}
.to-mid-parent .to-mid {
	height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.logo-box {
	position: absolute;
    z-index: 999;
    top: 1em;
    left: 2.3em;
}
/*================ Language Selection ======================*/

section.section-select-lang {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 2em;
    background-color: rgba(46, 46, 46, 0.9);
}
section.section-select-lang .container {
	width: 97%;
    max-width: unset;
}
section.section-select-lang .container .parker-language-select {
max-width: 400px;
    margin: auto;
}
section.section-select-lang .container .parker-language-select .lang-logo {
	text-align: center;
}
section.section-select-lang .container .parker-language-select .lang-title {
	text-align: center;
}
section.section-select-lang .container .parker-language-select .lang-title  h2 {
    color: #fff;
    font-size: 2.8em;
    text-align: center;
}
section.section-select-lang .container .parker-language-select .lang-selection p {
	color:#fff;
	font-size:1.2em;
	margin:0px;
}
section.section-select-lang .container .parker-language-select .lang-selection {
    display: block;
    max-width: 300px;
    margin: auto;
    margin-top: 2em;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 10px 8px 50px;
    margin-left: 10px;

}
section.section-select-lang .container .parker-language-select .lang-selection .country-each:hover {
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each[data-select="selected"] {
	background: rgba(255, 255, 255, 0.4);
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each[data-select="selected"] .circle-inner {
	background: #fff;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each .selection-box-circle {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each .lang-country-info {
	-ms-flex:0 0 85%;
	flex:0 0 85%;
	max-width: 85%;

}
section.section-select-lang .container .parker-language-select .lang-selection .country-each .lang-country-info .lang-country-info-inner {
	display: flex;
	flex-wrap: wrap;

}
section.section-select-lang .container .parker-language-select img {
	width:100%;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each .lang-country-info .lang-country-flag {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
      padding: 10px 10px 10px 15px;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each .lang-country-info .lang-country-name {
padding-left: 7px;
}
section.section-select-lang .container .parker-language-select .lang-logo {
	width: 70px;
    margin: auto;
}
section.section-select-lang .container .parker-language-select .circle-outer {
	background: transparent;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
}
section.section-select-lang .container .parker-language-select .circle-outer .circle-inner {
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    border-radius: 50%;
}
section.section-select-lang .container .parker-language-select .lang-selection .country-each:hover .circle-inner {
	background: #fff;
}
section.section-select-lang .container .parker-language-select .circle-outer .to-mid {
	padding: 4px;
}
section.section-select-lang .container .parker-language-select .circle-outer .to-mid  .circle-inner {

}
section.section-select-lang .lang-select-button {
text-align: center;
    margin-top: 2em;
}
section.section-select-lang .lang-select-button .lang-btn-submit {
	color: #000;
    background: #ffb91d;
    padding: 1em 2.5em;
    font-size: 1.1em;
     display: inline-block;
}
/*================ Left Main Menu ======================*/

.parker-main-area header {
	background: #2e2e2e;
}
.parker-main-area header nav {
	position: fixed;
    width: 130px;
    z-index: 99;
    top:0;
    height:100%;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.parker-main-area .main-menu-left {
	background: #2e2e2e;
	padding-left:12px;
	height:100%;
	    position: relative;
}
.parker-main-area .main-menu-left:before {
	content: " ";
    width: 11px;
    height: 100%;
    background: #ffb902;
    position: absolute;
    left: 0;
}
.parker-main-area header ul li {
	list-style-type: none;
	text-align: center;
	background: #2e2e2e;
    padding: 8px 15px 13px;
    position: relative;
    transition: all .2s;
	-webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
.parker-main-area header ul li.active {
	background: #3b3b3b !important;
}
.parker-main-area header ul li.active img{
	opacity:1;

}
.parker-main-area header ul li img {
	width:100%;
	opacity: 0.4;
	transition: all .2s;
	-webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
.parker-main-area header ul.tabs {
    padding-left: 0px;
    background: #2E2E2E;
    padding-top: 0.7em;
    height:100%;
    padding-bottom: 3em;
    margin-bottom: 0em !important;
}
.parker-main-area header ul li p {
	margin: 0em !important;
	color: #ffb902 !important;
	line-height: 1.2em !important;
}
.parker-main-area ul li .icon-wrapper {
    width: 32px;
    text-align: center;
    margin: 10px auto 12px;
}
/*================ PAGE ======================*/

section.parker-main-content {
	padding-left:130px;
	min-height: 92vh;
	background: #2e2e2e;
}
section.parker-main-content.home-area {
  min-height: unset !important;
}
.page-title {
    margin: 0em !important;
    text-align: right;
    width: 255px;
    float: right;
    margin-top: 1em !important;
}
.no-submenu .page-title {
margin-top: 0em !important;
}
.page-title h1 {
	line-height: 0.8em;
    font-size: 2.5em;
    color:#fff;
    margin: 0em;
}
.content-area p {
	color:#fff;
margin-bottom: 0em !important;
    margin-top: 0.5em;
}


/*================ CONTENT AREA ======================*/

.section-content-title, .section-content-wrapper, .parker-section-module .section-content-image, .parker-section-module .blurb-wrapper {
  max-width:1000px;
  margin:auto;
}
.parker-section-module .section-content-wrapper img {
    max-width: unset !important;
}
.parker-section-module img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.parker-section-module h5 {
	font-weight: 700 !important;
    margin-bottom: 0.8em !important;
}

/*================ SCROLL BAR ======================*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#2a2a2a;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffb902;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a27808;
}

/*================ FOOTER ======================*/

#top .pt-10__ {
  padding-top: 10em !important;
}
footer {
	position: relative;
    width: 100%;
    bottom: 0;
}

footer .footer-info {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1em;
    padding-right: 1em;
    float: right;
    background: #2e2e2e;
    padding-top: 1em;
    padding-left: 1em;
        position: relative;
    bottom: 0;
    right: 0;
}
footer .footer-info svg {
	color:#767676;
	font-size: 1.7em;
}
footer .social-icon-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-right: 1.5em;
}
footer .social-icon-wrapper ul {
	display: flex;
	margin-bottom: 0px;
	padding-left: 0px;
}
footer .social-icon-wrapper ul li {
	list-style-type: none;
    display: table;
    height: 100%;
    margin: 0em 0.9em;
}
footer .social-icon-wrapper ul li a {
	display: table-cell;
    vertical-align: middle;
}
footer .social-icon-wrapper ul li a:hover{
	opacity:0.5;
}
footer .social-icon-wrapper ul li a i {
	color:#787878;
	font-size:22px;
}

/*================ OTHERS ======================*/

.yellow-border {
    width: 70%;
    height: 1px;
    background: #ffb902;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*@media screen and (min-width:128px) and (max-width:1440px) {
	.parker-main-area ul li .icon-wrapper {
		width:32px !important;
	}
}*/

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
  .parker-main-area header ul li {
	      padding: 10px 15px 15px !important;
	}
	.parker-main-area header ul.tabs {
		padding-top:1em !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
	.parker-main-area header ul li {
	        padding: 5px 15px 15px !important;
	}
	.parker-main-area header ul.tabs {
		padding-top:1em !important;
	}
}

@media screen and (max-width: 1024px) {
	section.section-select-lang {
		padding-top: 1em;
	}
 .parker-content-sections .inner-content-area {
    margin-top: 1em;
  }
  .home .logo-box {
    z-index: 9 !important;
  }
}
@media screen and (max-width: 991px) {
	section.section-select-lang {
		    overflow-y: scroll;
    		height: 100%;
    		padding: 3em 0em 5em;
	}
}


/* ADDED CSS MAIN =============================================== */



.chiller-illustration img {
  width:100%;
}
.system-design-inner-content .container-fluid {
  padding:0px !important;
}
.chiller-contents-header .chiller-application-title h2 {
   font-family: 'avenirRoman', sans-serif;
   color:#fff;
}

/* Custom Select Option */
.location-select {
  position: relative;
  font-family: 'avenirRoman', sans-serif;
}

.location-select select {
  display: none; /*hide original SELECT element: */
}

.location-select .select-selected {
    background-color: #ffb900;
}

/* Style the arrow inside the select element: */
.location-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.location-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.location-select .select-items div,.location-select .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.location-select .select-items {
  position: absolute;
    background-color: #ffb91d;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.location-select .select-hide {
  display: none;
}

.location-select .select-items div:hover, .location-select .same-as-selected {
  background-color:#e8a717;
}




.inner-design-page .application-process-head,
.with-top-bar-page .inner-page-header {
    z-index: 9999 !important;
}
section.multiple-application-page__, section.large-application-page__ {
  min-height: 130vh;
  }
.mobile-toggle-menu, #top .on-mobile {
   pointer-events: all;
  }

.application-process-head .des-top.des-top-4 .app-description {
    padding-left: 2em !important;
}
.page-template-page-system-design .system-design-inner-content {
  z-index: 99;
}
.inner-design-page.parker-main-content {
  pointer-events: none;
}
.inner-design-page .inner-page-header,
.inner-design-page .inner-main-content  {
  pointer-events: all;
}
#top .inner-design-page .inner-page-header .no-padding___ {
  padding: 0px !important;
  padding-left:0em !important;
  padding-right: 0em !important;
}
.system-design-main .system-design-header {
      display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.parker-main-content.system-design-main .top-header-wrapper {
  margin-bottom: unset !important;
  margin-top: unset !important;
}

.no-padding___ {
  padding: 0 !important;
}
.with-top-bar-page .parker-content-sections {
  margin-top: 5em;
}
.show-slide {
  display:none;
}
.relative__ {
  position: relative;
}
.show-on-tab-only {
    display:none
  }

#top .with-top-bar-page .sub-title-nav {
top: 0em;
    padding-top: 2em !important;
    z-index: 9999;
}
.with-top-bar-page .inner-page-header {
  padding-left: 29em !important;
}
.with-top-bar-page  .inner-page-header .backtomap-wrapper {
    justify-content: flex-start !important;
}
.to-mid-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.to-mid {
   display: table-cell;
   vertical-align: middle;
  width: 100%;
  height: 100%;
}
header {
    z-index: 99999;
    position: relative;
}

 .page-template-page-system-design-php .application-process-head {
 	pointer-events: none;
 }
 .page-template-page-system-design-php .application-process-head .app-moreinfo,
 .page-template-page-system-design-php .application-process-head .choose-location-wrapper,
  .page-template-page-system-design-php .application-process-head .design-title-content,
    .page-template-page-system-design-php .parker-page-logo {
 	pointer-events: all;
 }

section.parker-main-content .inner-main-content {
  padding-top: unset !important;
}
section.parker-main-content .inner-main-content .parker-content-sections {
    padding-top: 2em !important;
	max-width: 100%;
}

.parker-main-content .top-header-wrapper {
    margin-bottom: 2.5em;
    margin-top: 0em;
}
.page-template-page-applications .parker-main-content .top-header-wrapper {
  margin-top: 0em;
}
.pages-title-box .side-submenu-title {
  display: flex;
    width: 100%;
    justify-content: flex-end;
}

.pages-title-box {
text-align: right;
    margin-bottom: 3em;
    padding-top:  0.5em;
}

.co-tabs .co-top-1 {
   width:50%;
  -ms-flex:0 0 50%;
  flex: 0 0 50%;
  max-width:50%;
}
.co-tabs .flex-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.co-tabs .flex-box-wrapper .logo-page-wrapper {

}


@media screen and (min-width:1800px) {
  .with-top-bar-page .img-overlaps {
/*        width: 100% !important;
        margin-left: 0% !important;*/
  }
  .section-content-title, .section-content-wrapper, .parker-section-module .section-content-image, .parker-section-module .blurb-wrapper {
/*    max-width: unset;
    margin: auto;*/
  }
  .with-top-bar-page .parker-content-sections {
    margin-top: 7em;
  }
}
@media screen and (min-width:1640px) {
  .home-main-area .content-area {
        margin-top: 3em;
  }
  .home-main-area {
    background-position: center 18vh !important;
}
}

@media screen and (min-width:1440px) {
  #top .home-main-area {
    background-position: center 22vh !important;
    background-size: 80%;
  }
}
@media screen and (max-width:1440px) {
  .co-tabs .co-top-1 {
    padding-right: 0px;
    padding-left:0px;
  }
  .co-tabs .flex-box-wrapper {
    flex-wrap: unset;
  }
  .system-design-links.menu-left, .system-design-links.menu-right {
    position: absolute;
    top: 10%;
  }
  section.multiple-application-page__, section.large-application-page__ {
  min-height: 150vh;
  }
}

@media screen and (min-width:1366px) {
   .home-main-area {
        background-position: center 16vh !important;
    max-width: 1440px;
    margin:auto;
  }
  .page-template-page-chiller-ice section.parker-main-content .inner-main-content .parker-content-sections {
  padding-top:10em !important;
}

.adjust-table-side .cs-table {
  overflow-x: visible;
}
.adjust-table-side .cs-table td {
  padding:7px 5px !important;
}
.adjust-table-side p {
  font-size:12px;
}
.two-table-adjust .table-split {
  min-width: unset !important;
}
.two-table-adjust .table-split-inner {
  width:50% !important;
}

.ice-tables .two-table-adjust .split-table-title {
  min-height: unset;
}
.two-table-adjust .split-table-title {
  min-height: 75px !important;
}
.ice-tables .two-table-adjust .split-table-title {
  min-height: 55px !important;
}
.page-template-page-chiller-solutions .icep-tables .cs-table table {
  width:100%;
}
/*.adjust-table-side .table-side-title p {
 font-size: 13.7px !important;
}
*/
/*  .adjust-td td p {
    font-size:14px;
    transform:rotate(-90deg);
  }
  .adjust-td .table-side-title p {
    transform: rotate(0deg);
  }*/


}
@media screen and (min-width:1366px) and (max-width: 1420px) {
  .ice-tables .two-table-adjust td p {
    font-size:8px;
  }
  .ice-tables .two-table-adjust .cs-table-heading.vertical-text td p,
  .ice-tables .two-table-adjust td.table-side-title p {
    font-size: 10px;
  }
  .table-side-title {
    width:227px !important;
  }


   .icep-tables .table-11 .vertical-text p {
    font-size: 9px;
  }
  .icep-tables .table-11 .split-table-1 .vertical-text td p {
    font-size:10px;
  }
  .icep-tables .table-11 .split-table-2 .vertical-text td p {
    font-size:9px;
  }
  .icep-tables .table-11 .split-table-2 .vertical-text td:nth-child(1) p {
    font-size:8px;
  }
}
@media screen and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
  .page-template-page-chiller-ice section.parker-main-content .inner-main-content .parker-content-sections {
  padding-top:13em !important;
}
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .co-tab-text p {
    font-size:11px;
  }
  .co-button-wrapper {
        justify-content: flex-end !important;
  }
 #top .two-items-row .two-2 {
-ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  #top .two-items-row .two-3 {
-ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-top:0em !important;
  }
  .no-pad-left-tab .top-header-wrapper {
    padding-left:0em !important;

  }
  .no-pad-left-tab .top-header-wrapper .parker-page-logo {
    padding-left:0em !important;
    margin-left:0em !important;
  }
  .application-process-head .des-top.des-top-1 {
    display: none !important;
  }
   .application-process-head .app-moreinfo .info-click {
    margin:unset !important;
  }
   .application-process-head .app-moreinfo {
        justify-content: flex-start;
  }
  .inner-design-page .page-title-col .app-description .title-sub {
    margin-top: 0.3em;
  }
  .inner-page-header .choose-location-wrapper, .choose-location-wrapper {
        justify-content: flex-end;
  }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#top .with-top-bar-page .inner-main-content .sub-title-nav {
    display: none;
  }
  #top .with-top-bar-page .inner-page-header {
    padding-left: 12em !important;
  }
  #top .with-top-bar-page .title-content-col .inner-content-title {
        text-align: left;
    margin-top: 1em;
    float: unset;
    max-width: unset;
  }
  .show-on-tab-only {
    display: block !important;
  }
  .with-top-bar-page .head-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 .with-top-bar-page .head-middle .show-on-tab-only i {
  display: block !important;
  color:#fff;
  font-size:2em;
  }
  .tablet-navigation {
    padding-left:2em;
  }
  .show-slide {
    display: block !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #top .with-top-bar-page .inner-main-content .sub-title-nav {
    display: none;
  }
  #top .with-top-bar-page .inner-page-header {
    padding-left: 12em !important;
  }
  #top .with-top-bar-page .title-content-col .inner-content-title {
        text-align: left;
    margin-top: 1em;
    float: unset;
    max-width: unset;
  }
  .show-on-tab-only {
    display: block !important;
  }
  .with-top-bar-page .head-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 .with-top-bar-page .head-middle .show-on-tab-only i {
  display: block !important;
  color:#fff;
  font-size:2em;
  }
  .tablet-navigation {
    padding-left:3em;
  }
  .show-slide {
    display: block !important;
  }
}
@media screen and (min-width:1024px) and (orientation:portrait) {
  #top .with-top-bar-page .inner-main-content .sub-title-nav {
    display: block !important;
  }
  #top .with-top-bar-page .title-content-col .inner-content-title {
        text-align: right !important;
        margin-bottom: 1em;
  }
  .with-top-bar-page .head-middle .show-on-tab-only {
    display: none !important;
  }
  .with-top-bar-page .head-middle {
    justify-content: flex-end;
  }
  .with-top-bar-page .parker-content-sections .inner-content-area {
    margin-top: 8em !important;
  }
}
@media screen and (min-width:990px) and (max-width: 1024px) {

}


@media screen and (max-width:991px) and (orientation:landscape) {
  .system-design-main .system-design-col {
    margin-top:   unset !important ;
    margin-bottom:  5em;
  }
  .system-design-main .on-desktop {
      display:  none !important;
  }
  .page-template-page-system-design .system-design-inner-content {
    z-index: unset;
  }
  .mobile-navigations ul {
    margin-bottom: 0em;
  }
  #top section.parker-main-content .inner-page-header {
    padding-left:0em !important;
    padding-right:0em !important;
  }
  #top section.parker-main-content .inner-page-header .container-fluid {
     padding-left:0em !important;
    padding-right:0em !important;
  }
}
@media screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait) {
  #top .with-top-bar-page .sub-title-nav nav {
    margin-top: 5em;
  }
}
@media screen and (max-width: 1024px) and (orientation:landscape) {
  .parker-main-content .top-header-wrapper,
  .parker-main-area .sub-title-nav nav {
    padding-left:1em;
  }
}
@media screen and (min-width:768px) and (max-width: 980px) and (orientation:portrait) {
.parker-main-content .top-header-wrapper,
  .parker-main-area .sub-title-nav nav {
    padding-left:1em;
  }
  .system-design-main .sd-main-option {
  height: 85vh;
}
}
@media screen and (max-width:1024px) {
  .parker-main-content .top-header-wrapper {
      margin-bottom: 1em;
    margin-top: 1em;
}
.parker-main-content .parker-page-logo {
  padding: 0px 10px !important;
    margin: 0px 5px;
  }
  section.parker-main-content .inner-main-content .parker-content-sections {
    padding-top: 1em !important;
  }
  .pages-title-box {
    text-align: left;
  }
  .pages-title-box .side-submenu-title {
    display: flex;
  }
  .pages-title-box .side-submenu-title .inner-content-title {
    max-width: unset !important;
  }
  .pages-title-box {
    margin-bottom: 2em !important;
  }
  .co-tabs .logo-page-wrapper {
    display: none;
  }
  .co-tabs .co-top-1{
    width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .co-tabs .co-top-2{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .co-tabs .co-top-3 {
    width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .co-tabs .co-top-1  {
        padding-right: 15px;
    padding-left: 15px;
  }
  .window-expand {
        top: 0em !important;

  }
   .system-design-inner-content .application-page-inner-title .app-description {
    margin-bottom: 2em;
   }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .co-tabs .co-top-1 .co-tab-view {
        margin-left: 10px;
  }
  .on-mobile.mobile-header .three-head-cols {
    margin-bottom: 1em;
  }
}
@media screen and (min-width:1024px) {
  .pages-title-box .side-submenu-title .inner-content-title,
  .title-content-col .inner-content-title {
      flex-basis: 250px;
  }
   .page-template-page-chiller-ice .title-content-col .inner-content-title {
      max-width: 300px;
  }
  .page-template-page-system-design .pages-title-box .side-submenu-title .inner-content-title {
     max-width: 280px;
  }
  .home footer {
      position: absolute;
    bottom: 0;
}
.system-design-main .sd-main-option {
  height: 85vh;
}
}

@media screen and (max-width:991px) and (min-width:768px) and (orientation:landscape) {
  .home-main-area .content-area {
    width: 80% !important;
  }
 #top .mobile-navigations.show {
        transform: translate(-2em) !important;
  }

}
@media screen and (min-width: 768px) and (max-width:991px) and (orientation:landscape) {
#top .with-top-bar-page .inner-page-header {
      padding-left: 0em !important;
}
.with-top-bar-page .inner-page-header .choose-location-wrapper .choose-location-text {
  display: none;
}
}
@media screen and (max-width:1024px) and (min-width:768px)  {
    #top .with-top-bar-page .parker-content-sections {
    margin-top: 3em !important;
  }
  .system-design-main .system-design-col {
    margin-top: -5em;
  }

}

@media screen and (min-width:1175px) and (max-width:1280px) {
  .home-main-area {
    background-position: center 25vh !important;
}
}

/* Ipad Pro Landscape */

@media screen and (min-width: 1366px) and (min-height: 1024px) and (orientation:landscape) {
  #top .home-main-area {
         background-position: center 27vh !important;
  }
}


/* Ipad Portrait */

@media screen and (min-width:768px) and (max-height: 1024px) and (orientation:portrait) {
  #top .home-main-area {
      height: 100vh !important;
      margin-top: -12vh !important;
      background-position: center 58%;
  }
  .application-main-head .title-row .app-moreinfo {
    display: block !important;
    text-align: center;
  }
  .app-moreinfo .info-left,
  .app-moreinfo .info-right {
    width: 100% !important;
  }
  .app-moreinfo  .info-center.info-cols {
    top:unset !important;
        margin: 8px 0px 5px;
  }
  .app-moreinfo  .info-click {
    margin: auto;
  }
}


@media screen and (min-width:768px) and (max-width:1024px) {
  .page-template-page-chiller-solutions .parker-content-sections {
        margin-top: 0em !important;
  }
  .page-template-page-cooling-process section.parker-main-content .inner-main-content .parker-content-sections {
    margin-top: 4em !important;
}
.page-template-page-about section.parker-main-content .inner-main-content .parker-content-sections {
  margin-top: 0em !important;
}
}
@media screen and (min-width:991px) and (max-width:1024px) and (orientation:portrait) {
  .parker-main-content .parker-page-logo {
    padding: 0px !important;
    margin: 0px;
}

}

@media screen and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
  .home-main-area {
    background-position: center 55% !important;
}
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .parker-main-content .parker-page-logo {
          display: none;
     }
     .home-main-area {
            background-position: center 70% !important;
      }
}
@media screen and (max-width:980px) and (orientation:landscape) {
  .pages-title-box {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pages-title-box {
    display: none;
  }
  .home-main-area {
    height: 45em !important;
    margin-bottom: 5em;
}
.mobile-navigations ul {
  margin-bottom: 0px;
}

}

@media screen and (max-width:767px) and (orientation:landscape) {

  .mobile-navigations.on-mobile {
    width:106% !important;

  }
  #top .mobile-navigations.show {
        transform: translate(-2em) !important;
  }
}

@media screen and (max-height: 900px) and (min-width: 375px) and (orientation:portrait) {

}




.tablet-navigation {
background: #2e2e2e;
    transform: translate(110%);
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    width: 110%;
    right: 0;
    position: absolute;
    padding-bottom:5em;
}
.tablet-navigation.show {
     transform: translate(5%);
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
}
.tablet-navigation ul {
  margin-bottom: 0em;
  padding-left: 0em;
}
.tablet-navigation ul li a {
  line-height: 1.6em;
  font-size: 16px;
}
.tablet-navigation ul li {
    border-bottom: 1px solid #474747;
    text-align: left !important;
    padding: 0.4em 0em 0.4em !important;
}
.tablet-navigation .top-tab-menu ul li a {
    color: #ffb900;
}
.tablet-navigation .bottom-tab-menu ul li a {
    color: #fff;
}

/* Added CSS */

section.parker-main-content .operations-contents {
      height: 60vh !important;
}
.page-template-page-chiller-operations .inner-main-content {
    height: 100%;
    position: absolute;
    padding-top: 5em !important;
    width: 100%;
    left: 0;
    padding-left: 7%;
}
#top.page-template-page-chiller-operations .inner-main-content .parker-content-sections {
  padding-top: 0em !important;
}

@media screen and (min-width:1280px) {
  .nitro-sd-main {
    left: 3vw;
  }
}

@media screen and (min-width:1024px) and (max-width: 1366px) {
  .page-template-page-chiller-operations section.parker-main-content {
    min-height: 92vh !important;
  }
}
@media screen and (max-width:1280px) {
  .page-template-page-chiller-operations section.parker-main-content .operations-contents {
    height: auto !important;
  }
  .page-template-page-chiller-operations section.parker-main-content .show-image-mobile {
    display: block !important;
    position: absolute;
  }
  .page-template-page-chiller-operations .inner-main-content {
    position: relative !important;
    padding-left: unset !important;
    height: 80vh !important;
    padding-top: 0em !important;
    margin-top: 0em !important;
  }
  #top.page-template-page-chiller-operations .inner-main-content .parker-content-sections {
    background-image: unset !important;
  }
}
@media screen and (min-width:1080px) and (max-width: 1280px) {
  .page-template-page-chiller-ice section.parker-main-content .inner-main-content .parker-content-sections {
    padding-top: 10em !important;
  }
}
@media screen and (max-width:1024px) {
  .page-template-page-chiller-operations section.parker-main-content .show-image-mobile {
    position: relative !important;
  }
   .page-template-page-chiller-operations .inner-main-content {
    height: auto !important;
    padding-bottom: 5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation:portrait) {
  .application-main-head .title-row .app-moreinfo {
    margin-left:0px !important;
  }
  .application-main-head .title-row .app-moreinfo {
    display: block !important;
    text-align: center;
  }
  .app-moreinfo .info-left, .app-moreinfo .info-right {
    width: 100% !important;
  }
  .app-moreinfo .info-center.info-cols {
    top: unset !important;
    margin: 8px 0px 5px;
  }
  .app-moreinfo .info-click {
    margin: auto;
  }
  #top .inner-page-header .back-to-map-wrapper {
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
    max-width: 35% !important;
    padding-left: 1.3em !important;
  }
  #top .with-top-bar-page .head-middle {
    -ms-flex: 0 0 65% !important;
    flex: 0 0 65% !important;
    max-width: 65% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .with-top-bar-page .inner-page-header .title-content-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: unset !important;
    padding-left: 1.3em !important;
    padding-top: 1.3em !important;
  }
  .inner-page-header .choose-location-wrapper .choose-location-text {
    display: none !important;
  }
  .page-template-page-chiller-solutions .parker-content-sections .inner-content-area {
    padding-top: 5em;
  }
  .page-template-page-about .parker-content-sections .inner-content-area {
    padding-top: 5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation:landscape) {
  .application-process-head .des-top.des-top-3 {
    padding-left: 0px !important;
  }
  .application-process-head .des-top.des-top-3 .choose-location-wrapper {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
 .page-template-page-applications-php .parker-main-content .parker-page-logo {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .page-template-page-chiller-operations section.parker-main-content .show-image-mobile {
        position: relative;
  }

}
@media screen and (min-width:991px) and (max-width:1024px) and (orientation:landscape) {

}
@media screen and (max-width: 991px) and (orientation:landscape) {
 #top.page-template-page-chiller-operations .co-ice .col-md-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  #top.page-template-page-chiller-operations .co-ice .col-md-6 {
    display: none !important;
  }
  .page-template-page-chiller-operations .inner-main-content {
    height: auto !important;
  }
}
@media screen and (max-height: 1600px) and (min-width: 600px) and (orientation: portrait) {
  #top .home-main-area {
      height: 100vh !important;
      margin-top: -12vh !important;
      background-position: center 58%;
  }
}
@media screen and (min-width:600px) and (max-width:767px) and (orientation:portrait) {
  .home-main-area .content-area {
    width: 75% !important;
    }
  .parker-main-content .container-fluid {
    padding-right: 15px !important;
  }
  #top .no-top-bar .parker-content-sections {
        margin-top: 0em !important;
  }
}
@media screen and (min-width:790px) and (max-width:800px) and (orientation:landscape) {
  .parker-main-content .container-fluid {
    padding-right: 0px !important;
  }
  .page-template-page-cooling-process section.parker-main-content .inner-main-content .parker-content-sections {
        margin-top: 0em !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
  .parker-main-content .parker-page-logo {
       display: block !important;
  }
  #top section.parker-main-content .inner-main-content {
      padding-top: 10em !important;
  }
}



.wp-list-parker li {
  padding-left:15px !important;
}
.wp-list-parker li h5 {
  margin:0px !important;
}
.wp-list-parker li:before {
  position: absolute;
  left:0;
  top: 0;

}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
.width-25 {
    width: 145px !important;
}
}
@media screen and (min-width: 1366px) and (max-width: 1399px) {
  .width-25 {
    width: 125px !important;
}
.ice-tables .table-11.two-table-adjust .split-table-2 tr:nth-child(11) {
height: 60px;
}
}



/* Added CSS for Nitro */


.home-main-area .about_nitro_tab img {
  width:25px;
}
.home-main-area .menu-name {
  max-width: 100px;
  margin:auto;
}
.home-main-area {
  background-size: 90%;
  background-position: center;
}
.home-main-area .menu-name {
    max-width: 110px;
}
.home-main-area .menu-name p {
    padding:0px;
}
.main-menu-left .about_nitro_tab .icon-wrapper {
  max-width:22px;
}
.home-menu li a {
  text-transform: uppercase !important;
}
.home-main-area p {
	 font-family: 'avenirRomanExtraBold';
}
#top .page-title h1,
.inner-content-area .inner-content-title h1,
.section-content-title h2,
.inner-page-header .inner-content-title h1 {
 font-family: 'dinFontBold',sans-serif !important;
}


.sub--title__p {
	font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px !important;
}

.section-module.medium--image .section-content-image {
	max-width: 300px !important;
}
.dp--flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.flex-wrap--wrap {
	flex-wrap: wrap;
}
.align--center {
	align-items: center;
}
.justify--center {
	justify-content: center;
}
.justify--spacebetween {
	justify-content: space-between;
}
.justify--spacearound {
	justify-content: space-around;
}
.text--center {
	text-align: center;
}
.flex--100 {
  flex:0 0 100% !important;
  -ms-flex:0 0 100% !important;
  max-width: 100% !important;
}
.flex--60 {
	flex:0 0 60%;
	-ms-flex:0 0 60%;
	max-width: 60%;
}
.flex--50 {
	flex:0 0 50%;
	-ms-flex:0 0 50%;
	max-width: 50%;
}
.flex--40 {
	flex:0 0 40%;
	-ms-flex:0 0 40%;
	max-width: 40%;
}
.flex--33 {
	flex:0 0 33.333%;
	-ms-flex:0 0 33.333%;
	max-width: 33.333%;
}

.section-content-title,
.section-content-wrapper,
.parker-section-module .section-content-image,
.parker-section-module .blurb-wrapper,
.section-content-title, .section-content-wrapper, .section-module .section-content-image, .section-module .blurb-wrapper {
	max-width: unset !important;
}
.columns--wrapper .columns--text {
	padding-right: 2em;
}
.columns--wrapper .section-content-title {
	margin:0px !important;
}
.has-border-image .image--wrapper__custom--inner img {
	    padding: 12px;
    background: #707070;
    border-radius: 50%;
}

.has-border-image.two-columns--row__contents .image--wrapper__custom--inner {
    padding: 0px 20px;
}
.two-col-section-adjusted {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-content: center;
}
.two-col-section-adjusted .section-content-title {
	margin: unset !important;
	flex:0 0 40%;
	-ms-flex:0 0 40%;
	max-width: 40%;
}
.two-col-section-adjusted .section-content-image {
	flex:0 0 60%;
	-ms-flex:0 0 60%;
	max-width: 60%;
}
.cd-btm-0 .section-content-description {
	margin-bottom: 0em !important;
}
.contents-wrapper .section-module {
	    padding: 65px 25px 65px !important;
}
.margin-0 {
	margin:0px !important;
}
.table-design table {
	width: 100%;
}
.table-design.three-col-table td {
	width: 33.333%;
}
.table-design.five-col-table td {
width: 20%;
}
.table-design--data.table-design--data-2 thead td {
	vertical-align: baseline;
}
.table-design--data.table-design--data-2 td {
	padding:15px;
	height: 75px;
}
.table-design--data.table-design--data-2 tbody td {
	background: #585757 !important;
}
.table-design--data.border--dark td {
	border:1px solid #3B3B3A;
}
.table-design td {
	padding:10px;
	padding-left: 30px;
}

#top .table-design td p {
	margin:0px;
	margin-bottom: 0px !important;
}
#top .table-design.text--center td {
	padding-right: 30px;
}
.table-design thead td p {
	color:#2E2E2E !important;
	font-family: 'avenirRomanBold' !important;
	font-size: 16px;
}
.table-design table thead {
	background: #FFB900;
}
.table-design tbody tr:nth-child(odd) td:first-child {
background: #585757;
}
.table-design tbody tr:nth-child(even) td:first-child {
    /*background: rgb(255 255 255 / 50%);*/
    background: #616060;
}
.table-design tbody tr:nth-child(odd) td {
    /*background:transparent;*/
        background: #3B3B3A;
}
.table-design tbody tr:nth-child(even) td {
    /*background: rgb(255 255 255 / 30%);*/
       background: #454544;
}
.transparent-bg {
	background: transparent !important;
}

.pad-right-1em {
	padding-right: 1.2em;
}

.pad-left-1em {
	padding-left: 1.2em;
}
.pad-right-3em {
	padding-right: 3em;
}
#top .pad-t-1em {
	padding-top: 1em !important;
}
#top .pad-b-1em {
	padding-bottom: 1em !important;
}
#top .pad-t-2em {
	padding-top: 2em !important;
}
#top .pad-b-2em {
	padding-bottom: 2em !important;
}
#top .pad-t-4em {
	padding-top: 4em !important;
}
#top .pad-b-4em {
	padding-bottom: 4em !important;
}
.with-number-columns .num--box h4 {
color: #FFB900 !important;
    font-size: 40px;
    font-family: 'dinotBold' !important;
    margin-top: 0px;
}
.with-number-columns .num-box--text {
	padding-left: 1em;
}
.two-columns--row__contents .two-colums--col {
	margin-bottom: 2em;
}
.colums--col {
	padding:0em 2em
}
.with-border-column .colums--col {
	border-right: 1px solid #959495;
	padding:0em 4em
}
.nomargin-two-colums--col .two-colums--col {
	margin:0px !important;
}

.back-to-top {
	text-align: center;
	padding-left: 12em;
	margin-top: 4em;
    margin-bottom: 4em;
}
.back-to-top span {
	display: block;
    color: #fff;
    margin-top: 15px;
}
.content-image-maxwidth-full .section-content-image {
	max-width: 100% !important;
}
.img-margin-0 img {
	margin:0px !important;
}
.h5, h5 {
	font-size: 16px !important;
}
#top .parker-main-content .inner-main-content.co-ice.pt-10__ {
    padding-top: 0em !important;
}
#top .parker-main-content .inner-main-content.co-ice.pt-10__ .row.operations-contents {
	height: 100% !important;
}
#top .parker-main-content .inner-main-content.co-ice.pt-10__ .row.operations-contents .ice-content-wrapper {
	margin-top: 0em !important;
}
#top .parker-main-content .inner-main-content.co-ice.pt-10__ .row.operations-contents .col-md-3  {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
#top.page-template-page-chiller-operations .inner-main-content .parker-content-sections {
	height: 70%;
}
.page-template-page-chiller-ice .parker-main-content .parker-content-sections .parker-right-content {
	padding-top: 2em;
}
.co-button--ammend .co-button-wrapper .co-button {
	background: transparent;
}
.co-button--ammend .co-button-wrapper a {
	display: inline-block !important;
	padding: 12px 20px;
	min-width: 100px;
    text-align: center;
}


.map-label.chemical_plant {
    left: 8% !important;
    top: 6% !important;
}
.map-label.research_pharmaceutical_laboratories {
    left: 27% !important;
    top: 4% !important;
}
.map-label.food_factory_ {
    left: 65% !important;
    top: -10% !important;
}
.map-label.oil_gas {
    left: 53% !important;
    top: 10% !important;
}
#top .map-label.aviation {
	top: 20% !important;
	left: 85% !important;
}
body#top .map-label.laser_cutting_factory.bottom-labels__ {
    bottom: 10% !important;
}
body#top .map-label.heat_treatment {
    bottom: 15% !important;
    left: 29% !important;
}
body#top .map-label.electronic_factory {
    bottom: 5% !important;
    left: 42% !important;
}
body#top .map-label.bottom-right-text.additive-manufacturing-company {
    bottom: -2% !important;
}
body#top .map-label.bottom-right-text.brewery_ {
    bottom: 20% !important;
    left: 70% !important;
}
.map-label-info.align--center .line-inner {
    top: -15px;
}
#top .columns-large-text h2 {
	font-size: 8em !important;
    color: #ffb900 !important;
    font-family: 'avenirRomanExtraBold' !important;
}
.columns-large-text h4 {
	font-family: 'avenirRomanExtraBold' !important;
    font-size: 1.4em;
    margin-bottom: 0px !important;
}
.play--btn {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.play--btn svg {
	width: 100%;
}
.interactive--area .interactive--block {
	position: relative;
}
.interactive--area .interactive--block .interactive--content {
	max-width: 80%;
    margin: auto;
}
.max-width-full .interactive--area .interactive--content {
	max-width: 100%;
}
.left--btn .play--btn {
	left: unset;
	right: 0;
}
h3 {
	 font-family: 'dinotBold' !important;
}
.inner-main-content h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}
.color--yellow {
	color:#ffb900 !important;
}
#laser_cutting .section-content-image {
	max-width: 600px !important;
}
#laser_cutting .section-content-image.section-content-video,
#top .section-module .section-content-image.section-content-video {
  max-width: unset !important;
}
.section-module .section-content-wrapper ul li {
	padding-right: 1em;
}
.sub-title-nav-wrapper ul a {
display: block;
    pointer-events: all;
}
.sub-title-nav-wrapper ul li {
	pointer-events: none;
}
.enlarge.inside-view-tab,
.enlarge.outside-view-tab {
	background: rgb(46 46 46 / 90%);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.enlarge.inside-view-tab img, .enlarge.outside-view-tab img {
	max-width: 800px;
	margin:0 auto;
}
.enlarge.inside-view-tab, .enlarge.outside-view-tab {
	justify-content: center;
}
.page-template-page-chiller-ice .footer-info {
	display: none;
}
body#top .oil_gas.text-label-right .map-label-line .line-inner {
	height: 250px !important;
}
.map-label.oil_gas {
	top:2% !important;
}
#aviation .two-columns--row__contents {
	padding-bottom: 0em !important;
}
#sparging_mixing .section-content-wrapper,
#brewing.section-module .section-content-wrapper {
	margin-bottom: 0em;
}
.parker-main-area header ul li.active p {
	color:#fff !important;
}
.enlarge.inside-view-tab, .enlarge.outside-view-tab {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	align-items: center;
}
.inside-view-tab img,
.outside-view-tab img {
	max-width: 1000px;
}
.parker-main-area header ul li:hover p {
	color:#fff !important;
}
.map-wrapper img {
	    width: 100%;
    height: auto;
}
.custom--block-new {
	width: 90%;
    margin: auto;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive {
  height: 100% !important;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive .operation--iteractive__embed {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive .operation--iteractive__embed iframe {
      width: 100%;
    height: 100vh;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive .operations-contents {
  pointer-events: none;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive .ice-content-wrapper {
  pointer-events: all;
}
body#top .parent--element.operations__ .parker-main-content .operation--iteractive .operation--iteractive__embed canvas {
  background: red !important;
}
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 75vh !important;
}
.parent--element.operations__ .parker-main-content .co-button-wrapper {
  margin-left: 2em;
}

.inside-view-tab,
.outside-view-tab{
	visibility: hidden;
	height: 0;
}
.inside-view-tab.active,
.outside-view-tab.active{
 	visibility: inherit;
	height: auto;
}
.operation--interactive .embed--compact {

  visibility: hidden;
    width: 100%;
	height: 0;
}
.operation--interactive .embed--compact.active {
  visibility: inherit;
	height: auto;
}

.to-popup {
  cursor: pointer;
  transform: scale(1.0);
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
.to-popup:hover {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.to-popup:hover,
.to-popup {
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.modal__ {
    max-width: 80%;
    margin: auto;
    position: relative;
}
.mfp-bg,
.mfp-wrap.mfp-fade {
  z-index: 111111 !important;
}
.close-btn__ {
      height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.close-btn__ i {
  font-size:25px;
  color:#fff !important;
}
.section-content-wrapper video {
  pointer-events: none;
}
.custom--block-new.section-content-wrapper {
    margin-bottom: 0em !important;
}
.section-module video {
    pointer-events: none;
}
.din-bold {
  font-family: 'dinBold';
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.parker-main-area .sub-title-nav {
		padding-bottom: 0em !important;
	}
}

@media screen and (max-width: 1660px) {
	.inside-view-tab img,
	.outside-view-tab img {
		max-width: 800px;
		width: 100%;
	}

}
@media screen and (max-width: 1280px) {
	.page-template-page-chiller-operations section.parker-main-content .show-image-mobile {
		margin-top: 4em;
		margin-bottom: 4em;
	}
	.sub-title-nav-wrapper ul a {
		display: inline-block !important;
	}
	.page-template-page-chiller-operations .parker-main-area .parker-main-content {
		margin-top: 4em;
	}
	.inner-page-header .choose-location-wrapper .choose-location-text {
		display: none;
	}
}
@media screen and (min-width: 1281px) {
	.parent--element.operations__ section.parker-main-content .operations-contents {
		width: 80%;
    	margin: auto;
	}
  .earths_gases .columns--text {
    max-width: 300px;
  }

}
@media screen and (max-width: 1180px) {
	.custom--block-new {
		width: 100%;
	}

}
@media screen and (max-width: 1024px) {
	.row.operations-contents .col-md-6 {
		display: none !important;
	}
	.row.operations-contents {
		justify-content: space-around;
	}
	body#top .parent--element.system-design__ .back-to-map-wrapper {
		display: none;
	}
	body#top .parent--element.system-design__ .inner-page-header .head-middle {
		-ms-flex: 0 0 50% !important;
	    flex: 0 0 50% !important;
	    max-width: 50% !important;
	    order: 2;
	        justify-content: flex-end;
	}
	body#top .parent--element.system-design__ .inner-page-header .title-content-col {
		-ms-flex: 0 0 50% !important;
	    flex: 0 0 50% !important;
	    max-width: 50% !important;
	    order: 1;
	}
	body#top .parent--element.system-design__ .inner-page-header .title-content-col  {
		padding-top: 0em !important;
	}
	body#top .parent--element.system-design__ .inner-page-header .title-content-col .inner-content-title {
		margin-top: 0em;
	}
	body#top .parent--element.system-design__ .inner-main-content {
		padding-top: 2em !important;
	}
	body#top .parent--element.system-design__ .inner-page-second-header {
		display: none !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
	.parent--element.applications__ .parker-main-content .application-map-col {
		padding: 0;
	    overflow-x: scroll;
	    overflow-y: hidden;
	}
	.parent--element.applications__ .application-map-container {
		margin-bottom: 8em;
		width: 800px;
    	margin-top: 4em !important;
	}
	body#top .oil_gas.text-label-right .map-label-line .line-inner {
    	height: 165px !important;
	}
	.bottom-labels__.additive-manufacturing-company .map-label-line .line-inner {
		height: 160px !important;
	}
	body#top .food_factory_.text-label-right .map-label-line .line-inner,
	body#top .research_pharmaceutical_laboratories.text-label-right .map-label-line .line-inner,
	body#top .bottom-labels__.heat_treatment .map-label-line .line-inner,
	body#top .research_pharmaceutical_laboratories.text-label-right .map-label-line .line-inner,
	body#top .food_factory_.text-label-right .map-label-line .line-inner {
		height: 150px !important;
	}
	body#top .aviation.text-label-right .map-label-line .line-inner,
	body#top .chemical_plant .map-label-line .line-inner {
	    height: 140px !important;
	}
	body#top .bottom-labels__ .map-label-line .line-inner {
		height: 150px !important;
	}
	.map-label.laser_cutting_factory {
		left: 10% !important;
	}
	#top .parent--element.applications__ .parker-content-sections {
		margin-top: 0em !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
	.page-template-page-chiller-ice .inner-page-header .title-content-col {

	}
	.co-button-icon {

	}
	body#top.page-template-page-chiller-ice .inner-page-header .title-content-col {
	}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.with-border-column .colums--col {
		padding: 0em 2em !important;
	}
}
@media screen and (max-width: 991px) {
	.columns--wrapper .columns--text {
		padding-right: 0em;
	}
	.window-expand {
		left: 0% !important;
	}
	.enlarge.inside-view-tab, .enlarge.outside-view-tab {
		    background: rgb(46 46 46);
	}
	.inner-page-header .choose-location-wrapper {
		max-width: 250px;
	}
	.play--btn__svg {
		max-width: 80%;
		margin: auto;
	}
}
@media screen and (max-width: 980px) {
	#top .parker-locations .parker-locations-inner .parker-location {
		width: 50% !important;
	}
	.co-button-wrapper {
		flex-wrap: wrap;
	}
	.co-button-wrapper .co-button {
		min-height: unset;
		display: block;
	}
	body#top .co-button-wrapper a {
	    padding: 15px 40px !important;
	}

}
@media screen and (max-width: 767px) {
	.back-to-top {
		padding-left: 0px !important;
	}
	#top .pad-b-2em {
		padding-bottom: 0em !important;
	}
	.section-module .section-content-wrapper ul li {
	padding-right: 0em;
	}
  .modal__ {
    max-width: 90% !important;
  }
  .close-btn__ {
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
  }
}


@media screen and (max-width: 767px) {

  .parent--element.operations__ .inner-main-content {
    padding-top: 0em !important;
  }
	body#top .mobile-header .back-to-map-wrapper {
    -ms-flex: 100px !important;
    flex: 100px !important;
    max-width: 100px !important;
}
.sketchfab-embed-wrapper iframe {
  height: 55vh !important;
}
	.with-border-column .colums--col {
		flex: 0 0 100%;
	    -ms-flex: 0 0 3100%;
	    max-width: 100%;
	    margin-bottom: 4em;
	}
	.with-border-column .colums--col {
		border-right: 0px solid;
	}
	.columns--text {
		padding-top: 1em;
	}
	.co-button-outer .co-button-icon {
    display: block !important;
	}
	.co-button-outer.co-remove {
		display: block !important;
		-ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
	body#top .co-button-wrapper a {
		    min-width: 200px;
        text-align: center;
	}
	.co-tab-view .co-tab-text {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
	}
	.parent--element.operations__ .parker-main-content .parker-content-sections {
		margin-top: 0em !important;
	}
	body#top .co-button-wrapper .co-button {
		min-height: unset !important;
	}
	body#top .co-button-wrapper a {
	    padding: 12px 20px !important;
	}
	.inner-page-header .choose-location-wrapper {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.flex--50, .flex--60, .flex--40, .flex--100 {
		flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    max-width: 100%;
	}
	#top .parker-locations .parker-locations-inner .parker-location {
		width: 100% !important;
	}
	.flex--50 {
	    flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    max-width: 100%;
	}
	.section-module .section-content-wrapper .flex--50 ul {
	    margin-top: 0px;
	    padding-left: 0px !important;
	    margin-bottom: 0px !important;
	}
	.pad-left-1em {
	    padding-left: 0em;
	}
	.pad-right-1em {
	    padding-right: 0em;
	}
	.pad-right-3em {
		padding-right: 0em;
	}
	.table-design--data {
		overflow-x: scroll;
	}
	.table-design--data__inner {
		width: 300px;
	}
}
@media screen and (max-width: 320px) {
	body#top .mobile-header .back-to-map-wrapper {
		display: none !important;
	}
}
body#top .hide__ {
	display:none !important;
}



.design-three-tbl__wrapper {
	padding-top: 3em;
}
.design-three-tbl__wrapper .table-design td {
	padding: 10px;
	text-align: center;
}
.design-three-tbl__wrapper .table-design td:first-child {
	padding-left: 30px;
	text-align: left;
}
table.design-three-tbl {
	width: 100%;
}
.design-three-tbl tr {
    width: 100%;
}
.design-three-tbl tr td:first-child {
	width: 180px;
    background: #FFB900 !important;
    padding-left: 15px !important;
}
.design-three-tbl tr td:first-child p {
    color: #000 !important;
    font-weight: 600;
    line-height: 1.2em;
    width: 160px;
}
.design-three-tbl tr td {
	background: #756029 !important;
	border: 1px solid #3b3b3b;
}
.application--table {
	padding-top: 2em;
	padding-bottom: 2em;
}
.application--table-1 {
	padding-right: 1em;
}
.application--table-2 {
	padding-left: 1em;
}
.application--table .table-design tr td {
	text-align: center;
	padding-left: 10px;
}
.application--table .table-design tr td:first-child {
	text-align: left;
	padding-left: 30px;
}


@media screen and (max-width: 1700px) {
	.design-three-tbl__wrapper {
		overflow-x: scroll;
	}
}
@media screen and (max-width: 991px) {
	.application--table .col-md-6 {
		-ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
	.application--table .application--table-1 {
		padding-right: 0em;
	}
	.application--table .application--table-2 {
		padding-left: 0em;
		margin-top: 4em;
	}

}
@media screen and (max-width: 767px) {
	.ernergy_saving_technology_est .section-content-wrapper img {
	    margin-top: 1.5em !important;
	    margin-bottom: 1.5em !important;
	}

}

.fa-check.yellow-color {
  color:#FFB900;
}
.move-under-table {
  margin-top:3em;
}